/* --------------------------------------------------
   ClauseLogic™ Phase Three — Global Styles
-------------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background: #f7f7f9;
    color: #222;
    line-height: 1.6;
}

/* --------------------------------------------------
   Header
-------------------------------------------------- */

.cl-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.cl-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cl-logo {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}

.cl-nav a {
    margin-left: 24px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
}

.cl-nav a:hover {
    color: #000;
}

/* --------------------------------------------------
   Hero Section
-------------------------------------------------- */

.cl-hero {
    background: #ffffff;
    padding: 60px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.cl-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.cl-hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.cl-tagline {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cl-subtagline {
    font-size: 18px;
    color: #555;
}

/* --------------------------------------------------
   Sections
-------------------------------------------------- */

.cl-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.cl-section h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.cl-section p {
    font-size: 18px;
    margin-bottom: 12px;
}

/* --------------------------------------------------
   Capsule List
-------------------------------------------------- */

.capsule-list {
    list-style: none;
    padding: 0;
}

.capsule-list li {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.capsule-list li a {
    text-decoration: none;
    color: #111;
    font-size: 20px;
    font-weight: 600;
}

.capsule-list li a:hover {
    color: #0078ff;
}

/* --------------------------------------------------
   Contact Section
-------------------------------------------------- */

.cl-section-contact strong {
    font-size: 20px;
}

/* --------------------------------------------------
   Footer (optional)
-------------------------------------------------- */

.cl-footer {
    text-align: center;
    padding: 40px;
    color: #777;
    font-size: 14px;
}
