*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy:  #1B2A3E;
    --deep:  #131F2E;
    --mid:   #243348;
    --steel: #2E4160;
    --frost: #C8D8EC;
    --mist:  #8BA4BF;
    --gold:  #C49A5A;
    --white: #F0F4F8;
    --green-text: #7ABFA0;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--deep);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    min-height: 100vh;
    overflow-x: hidden;
  }

  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 40% at 10% 20%, rgba(46,65,96,0.55) 0%, transparent 65%),
      radial-gradient(ellipse 40% 50% at 90% 70%, rgba(30,50,75,0.35) 0%, transparent 60%),
      radial-gradient(ellipse 30% 30% at 50% 90%, rgba(196,154,90,0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
  }

  body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
      linear-gradient(rgba(200,216,236,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(200,216,236,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
  }

  * { position: relative; z-index: 1; }

  /* NAV */
  nav {
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200,216,236,0.08);
    position: sticky;
    top: 0;
    background: rgba(19,31,46,0.94);
    backdrop-filter: blur(14px);
    z-index: 100;
  }

  .logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--frost);
    text-decoration: none;
  }
  .logo em { font-style: italic; color: var(--gold); font-weight: 600; }

  .nav-btns { display: flex; gap: 8px; }

  .btn-ghost {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; font-weight: 400;
    color: var(--mist);
    background: none;
    border: 1px solid rgba(200,216,236,0.15);
    padding: 8px 14px; border-radius: 6px;
    cursor: pointer; text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .btn-ghost:hover { color: var(--frost); border-color: rgba(200,216,236,0.3); }

  .btn-solid {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; font-weight: 500;
    color: var(--deep);
    background: var(--frost);
    border: none; padding: 8px 14px; border-radius: 6px;
    cursor: pointer; text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .btn-solid:hover { background: var(--white); }

  section {
    padding: 64px 24px;
    max-width: 600px;
    margin: 0 auto;
  }

  .divider {
    border: none;
    border-top: 1px solid rgba(200,216,236,0.07);
    margin: 0 24px;
  }

  .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
  }

  .section-eyebrow-text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    opacity: 0.75;
    white-space: nowrap;
  }

  .section-eyebrow-line {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, rgba(196,154,90,0.2), transparent);
  }

  /* HERO */
  .hero {
    padding-top: 72px;
    padding-bottom: 56px;
    text-align: center;
  }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    opacity: 0.85;
  }

  .eyebrow-line {
    width: 18px; height: 1px;
    background: var(--gold); opacity: 0.5;
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 10vw, 58px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: var(--frost);
    margin-bottom: 18px;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--white);
    font-weight: 400;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.72;
    color: var(--mist);
    font-weight: 300;
    margin-bottom: 32px;
  }

  /* PILLARS */
  .pillars-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 7vw, 40px);
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--frost);
    line-height: 1.1;
    margin-bottom: 36px;
  }
  .pillars-section h2 em { font-style: italic; font-weight: 400; color: var(--white); }

  .pillar {
    padding: 24px;
    background: rgba(27,42,62,0.5);
    border: 1px solid rgba(200,216,236,0.08);
    border-radius: 14px;
    margin-bottom: 14px;
    transition: border-color 0.2s;
  }

  .pillar:hover { border-color: rgba(200,216,236,0.16); }

  .pillar-icon {
    font-size: 22px;
    margin-bottom: 12px;
    display: block;
  }

  .pillar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--frost);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

  .pillar-title em { font-style: italic; font-weight: 400; color: var(--gold); }

  .pillar-body {
    font-size: 13px;
    line-height: 1.7;
    color: var(--mist);
    font-weight: 300;
  }

  .pillar-body strong {
    color: var(--frost);
    font-weight: 400;
  }

  /* STAT ROW */
  .stat-section {
    text-align: center;
  }

  .stat-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 7vw, 40px);
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--frost);
    line-height: 1.1;
    margin-bottom: 36px;
  }
  .stat-section h2 em { font-style: italic; font-weight: 400; color: var(--white); }

  .stats {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(200,216,236,0.06);
  }

  .stat-row:last-child { border-bottom: none; }

  .stat-label {
    font-size: 13px;
    color: var(--mist);
    text-align: left;
    max-width: 60%;
    line-height: 1.5;
  }

  .stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--green-text);
    letter-spacing: -0.5px;
    text-align: right;
  }

  .stat-val span {
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: var(--mist);
    display: block;
    letter-spacing: 0;
  }

  /* FIT SECTION */
  .fit-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 7vw, 40px);
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--frost);
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .fit-section h2 em { font-style: italic; font-weight: 400; color: var(--white); }

  .fit-sub {
    font-size: 13px;
    color: var(--mist);
    margin-bottom: 28px;
    line-height: 1.6;
  }

  .fit-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .fit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .fit-check {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: rgba(122,191,160,0.12);
    border: 1px solid rgba(122,191,160,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 9px;
    color: var(--green-text);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .fit-text {
    font-size: 13px;
    line-height: 1.65;
    color: var(--mist);
  }

  .fit-text strong {
    color: var(--frost);
    font-weight: 400;
  }

  .not-fit {
    background: rgba(200,216,236,0.03);
    border: 1px solid rgba(200,216,236,0.07);
    border-radius: 10px;
    padding: 16px 18px;
  }

  .not-fit-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(139,164,191,0.4);
    margin-bottom: 10px;
  }

  .not-fit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
  }

  .not-fit-item:last-child { margin-bottom: 0; }

  .not-fit-dash {
    font-size: 13px;
    color: rgba(139,164,191,0.25);
    flex-shrink: 0;
    margin-top: 1px;
  }

  .not-fit-text {
    font-size: 12px;
    line-height: 1.55;
    color: rgba(139,164,191,0.4);
  }

  /* CTA */
  .cta-section {
    padding-top: 0;
    padding-bottom: 80px;
    text-align: center;
  }

  .cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 8vw, 44px);
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--frost);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .cta-section h2 em { font-style: italic; font-weight: 400; color: var(--white); }

  .cta-section p {
    font-size: 14px;
    color: var(--mist);
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .cta-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .cta-btns .btn-solid {
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .cta-btns .btn-ghost {
    font-size: 14px;
    padding: 12px 36px;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .cta-fine {
    margin-top: 18px;
    font-size: 11px;
    color: rgba(139,164,191,0.35);
    letter-spacing: 0.3px;
  }

  footer {
    border-top: 1px solid rgba(200,216,236,0.07);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: rgba(200,216,236,0.25);
    text-decoration: none;
  }
  .footer-logo em { font-style: italic; color: rgba(196,154,90,0.35); }

  .footer-copy { font-size: 11px; color: rgba(139,164,191,0.25); }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hero { animation: fadeUp 0.7s ease both; }
  .pillars-section { animation: fadeUp 0.7s 0.1s ease both; }
  .stat-section { animation: fadeUp 0.7s 0.2s ease both; }
  .fit-section { animation: fadeUp 0.7s 0.3s ease both; }
  .cta-section { animation: fadeUp 0.7s 0.4s ease both; }
