
  :root {
    --navy:          #07111f;
    --navy-mid:      #0b1929;
    --navy-light:    #0f2035;
    --card-bg-dark:  #1e3555;
    --card-lift-dark:#253f65;
    --silver:        #dde4ec;
    --silver-mid:    #d0dae5;
    --silver-card:   #eaf0f6;
    --silver-lift:   #f5f8fb;
    --silver-text:   #0f1f33;
    --silver-muted:  #3a5268;
    --teal:          #2ec4b6;
    --teal-dark:     #1d9e92;
    --teal-glow-sm:  rgba(46,196,182,0.07);
    --white:         #ffffff;
    --text-primary:  #d8e8f0;
    --text-body:     #adc4d4;
    --text-muted:    #7a9db8;
    --border:        rgba(46,196,182,0.18);
    --font-display:  'Playfair Display', Georgia, serif;
    --font-label:    'Raleway', sans-serif;
    --font-body:     'Nunito Sans', sans-serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--navy); color: var(--text-body); font-family: var(--font-body); font-weight: 300; line-height: 1.75; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0.85rem 3.5rem 0.85rem 6rem; display: flex; align-items: center; justify-content: space-between; background: rgba(7,17,31,0.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(46,196,182,0.08); }
  .nav-logo img { height: 90px; }
  .nav-cta { background: transparent; border: 1px solid var(--teal); color: var(--teal); font-family: var(--font-label); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.55rem 1.4rem; border-radius: 2px; cursor: pointer; transition: background 0.22s, color 0.22s; text-decoration: none; }
  .nav-cta:hover { background: var(--teal); color: var(--navy); }

  /* HERO */
  #hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: 55% 45%; align-items: stretch; overflow: hidden; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%); }
  .hero-content { position: relative; z-index: 2; padding: 11rem 3.5rem 6rem 6rem; display: flex; flex-direction: column; justify-content: center; }
  .hero-eyebrow { font-family: var(--font-label); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.28em; color: var(--teal); text-transform: uppercase; margin-bottom: 1.6rem; display: flex; align-items: center; gap: 0.9rem; }
  .hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--teal); flex-shrink: 0; }
  h1.hero-headline { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.1rem, 3.6vw, 3.4rem); line-height: 1.2; color: var(--white); margin-bottom: 1.5rem; }
  h1.hero-headline em { font-style: italic; font-weight: 400; color: var(--teal); }
  .hero-sub { font-size: 1.15rem; color: var(--text-body); line-height: 1.82; margin-bottom: 2.5rem; max-width: 490px; }
  .hero-cta-group { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .btn-hero { display: inline-block; background: var(--teal); color: var(--navy); border: none; padding: 1rem 2.5rem; font-family: var(--font-label); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 3px; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; }
  .btn-hero:hover { background: #3dd4c8; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(46,196,182,0.3); }
  .hero-cta-note { font-family: var(--font-label); font-size: 0.75rem; font-weight: 400; color: var(--text-muted); font-style: italic; }
  .hero-image-col { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 5rem 1.5rem 3rem; }

  /* FORMS (CTA section) */
  .waitlist-form { display: flex; flex-direction: column; gap: 0.65rem; max-width: 410px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
  .form-field { display: flex; flex-direction: column; gap: 0.3rem; text-align: left; }
  .form-field label { font-family: var(--font-body); font-size: 0.88rem; font-weight: 400; color: var(--text-body); }
  .btn-primary { background: var(--teal); color: var(--navy); border: none; padding: 0.95rem 2rem; font-family: var(--font-label); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 3px; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; margin-top: 0.2rem; }
  .btn-primary:hover { background: #3dd4c8; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(46,196,182,0.28); }
  .microcopy { font-size: 0.73rem; color: var(--text-muted); margin-top: 0.35rem; font-style: italic; line-height: 1.55; }
  /* CTA form card — dark navy, light inputs */
  .form-cta-wrap { background: var(--navy-mid); border: 1px solid var(--border); border-radius: 14px; padding: 3rem; max-width: 520px; margin: 0 auto; box-shadow: 0 0 60px rgba(46,196,182,0.07), 0 24px 48px rgba(0,0,0,0.3); }
  .form-cta-wrap .waitlist-form { max-width: 100%; }
  .form-cta-wrap .btn-primary { width: 100%; padding: 1.1rem; letter-spacing: 0.22em; }
  .form-cta-wrap .form-field input { background: #dde8f0; border: 1px solid rgba(46,156,150,0.25); border-radius: 4px; padding: 0.72rem 1rem; color: var(--silver-text); font-family: var(--font-body); font-size: 0.92rem; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; }
  .form-cta-wrap .form-field input:focus { border-color: var(--teal); background: #cde0ec; }
  .form-cta-wrap .form-field input::placeholder { color: rgba(58,82,104,0.5); }
  .form-cta-wrap .microcopy { color: var(--text-muted); }
  .form-success { display: none; text-align: center; padding: 1.5rem; }
  .form-success.show { display: block; }
  .form-success h3 { font-family: var(--font-display); font-size: 1.5rem; color: var(--teal); margin-bottom: 0.5rem; }

  /* SHARED SECTION */
  section { position: relative; }
  .section-inner { max-width: 1160px; margin: 0 auto; padding: 7rem 2rem; }
  .section-eyebrow { font-family: var(--font-label); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.3em; color: var(--teal); text-transform: uppercase; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.85rem; }
  .section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--teal); flex-shrink: 0; }
  .eyebrow-dark { color: var(--teal-dark); } .eyebrow-dark::before { background: var(--teal-dark); }
  h2.section-headline { font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.85rem); font-weight: 500; line-height: 1.22; color: var(--white); margin-bottom: 1rem; }
  h2.section-headline + .section-sub { margin-top: -0.5rem; }
  h2.section-headline em { font-style: italic; font-weight: 400; color: var(--teal); }
  h2.section-headline.on-light { color: var(--silver-text); }
  h2.section-headline.on-light em { color: var(--teal-dark); }
  .section-sub { font-family: var(--font-display); font-size: clamp(1.85rem, 3vw, 2.85rem); font-weight: 400; font-style: italic; color: var(--teal); margin-bottom: 1.5rem; }
  .section-body { color: var(--text-body); font-size: 1.15rem; line-height: 1.85; max-width: 660px; }
  .section-body p + p { margin-top: 1rem; }
  .teal-line { height: 1px; background: linear-gradient(to right, transparent, rgba(46,196,182,0.2), transparent); }
  .silver-line { height: 1px; background: linear-gradient(to right, transparent, rgba(46,156,150,0.15), transparent); }

  /* Responsive heading breaks */
  .desk-break { display: inline; }
  .mob-break  { display: none; }

  /* Network graphic caption */
  .graphic-caption {
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--silver-muted);
    text-align: center;
    font-style: italic;
    margin-top: 1.25rem;
    line-height: 1.6;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  /* QUESTIONS — flip cards */
  #questions { background: var(--silver); }
  #questions .section-inner { text-align: center; }
  .questions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; text-align: left; }
  /* Flip card wrapper */
  .q-card-wrap { perspective: 1000px; cursor: pointer; min-height: 160px; }
  .q-card-inner { position: relative; width: 100%; height: 100%; min-height: 160px; transition: transform 0.55s cubic-bezier(0.4,0.2,0.2,1); transform-style: preserve-3d; }
  .q-card-wrap.flipped .q-card-inner { transform: rotateY(180deg); }
  .q-card-front, .q-card-back {
    position: absolute; inset: 0;
    background: var(--silver-card); border: 1px solid #7a9cb8; border-radius: 10px;
    padding: 1.6rem 1.5rem 1.4rem;
    backface-visibility: hidden; -webkit-backface-visibility: hidden;
    display: flex; flex-direction: column; justify-content: space-between;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    overflow: hidden;
  }
  .q-card-front::before, .q-card-back::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(to right, var(--teal-dark), transparent);
    opacity: 0; transition: opacity 0.3s;
  }
  .q-card-wrap:hover .q-card-front::before,
  .q-card-wrap:hover .q-card-back::before { opacity: 1; }
  .q-card-wrap:hover .q-card-front,
  .q-card-wrap:hover .q-card-back {
    background: var(--silver-lift); border-color: var(--teal-dark);
    box-shadow: 0 12px 32px rgba(15,32,53,0.12);
  }
  .q-card-back { transform: rotateY(180deg); background: var(--navy-light); border-color: rgba(46,196,182,0.3); }
  .q-card-wrap:hover .q-card-back { background: var(--card-bg-dark); border-color: var(--teal); }
  .q-mark { font-family: var(--font-display); font-size: 2.2rem; font-style: italic; color: var(--teal-dark); line-height: 1; opacity: 0.5; margin-bottom: 0.5rem; flex-shrink: 0; }
  .q-text { font-family: var(--font-display); font-size: 1rem; font-weight: 400; color: var(--silver-text); line-height: 1.5; flex: 1; }
  .q-answer { font-size: 0.9rem; color: var(--text-primary); line-height: 1.7; flex: 1; }
  .q-flip-hint { font-family: var(--font-label); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-dark); opacity: 0.6; margin-top: 0.75rem; flex-shrink: 0; }
  .q-card-back .q-flip-hint { color: var(--teal); }

  /* CLARITY — dark */
  #clarity { background: var(--silver); }
  #clarity .section-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .clarity-quote { margin-top: 2.5rem; padding: 1.75rem 2rem; border-left: 2px solid var(--teal-dark); background: rgba(29,158,146,0.07); border-radius: 0 8px 8px 0; }
  .clarity-quote p { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; font-weight: 400; color: var(--silver-text); line-height: 1.55; }
  .network-wrap { width: 100%; }
  .network-wrap svg { width: 100%; height: auto; display: block; }

  /* AUDIENCE */
  #audience { background: var(--navy-light); }
  #audience .section-inner { text-align: center; }
  .aud-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3.5rem; text-align: left; }
  .aud-card { background: var(--card-bg-dark); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 2rem 1.75rem; transition: all 0.3s; position: relative; overflow: hidden; }
  .aud-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--teal), transparent); opacity: 0; transition: opacity 0.3s; }
  .aud-card:hover { background: var(--card-lift-dark); border-color: rgba(46,196,182,0.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }
  .aud-card:hover::before { opacity: 1; }
  .aud-icon { width: 44px; height: 44px; margin-bottom: 1rem; color: var(--teal); }
  .aud-icon svg { width: 100%; height: 100%; }
  .aud-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--white); margin-bottom: 0.5rem; }
  .aud-body { font-size: 1.05rem; color: var(--text-body); line-height: 1.72; }

  /* WHY MATTERS */
  #why-matters { background: var(--navy-light); }
  #why-matters .section-inner { text-align: center; }
  #why-matters .intro-copy { font-size: 1.15rem; color: var(--text-body); line-height: 1.85; max-width: 680px; margin: 0 auto 0.5rem; }
  .cards-grid-dark { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3.5rem; text-align: left; }
  .card-dark { background: var(--card-bg-dark); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 2rem 1.75rem; transition: all 0.3s; position: relative; overflow: hidden; }
  .card-dark::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--teal), transparent); opacity: 0; transition: opacity 0.3s; }
  .card-dark:hover { border-color: rgba(46,196,182,0.3); background: var(--card-lift-dark); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }
  .card-dark:hover::before { opacity: 1; }
  .card-icon-teal-light { width: 42px; height: 42px; margin-bottom: 1rem; color: var(--teal); }
  .card-icon-teal-light svg { width: 100%; height: 100%; }
  .card-title-light { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--white); margin-bottom: 0.5rem; }
  .card-body-light { font-size: 1.05rem; color: var(--text-body); line-height: 1.72; }

  /* ABOUT */
  #about { background: var(--silver); overflow: hidden; }
  #about .section-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: center; }
  .phil-img-frame { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 3/4; max-height: 580px; box-shadow: 0 32px 64px rgba(15,32,53,0.18); }
  .phil-img-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
  .about-credentials { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.75rem 0; }
  .credential-tag { background: rgba(46,196,182,0.1); border: 1px solid rgba(46,156,150,0.3); color: var(--teal-dark); font-family: var(--font-label); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.38rem 0.85rem; border-radius: 2px; }

  /* MISSION */
  #mission { background: var(--navy-light); text-align: center; }
  #mission .section-inner { max-width: 820px; }
  .mission-divider { width: 60px; height: 1px; background: linear-gradient(to right, transparent, var(--teal), transparent); margin: 2.5rem auto; }
  .mission-body { font-size: 1.15rem; color: var(--text-body); line-height: 1.9; max-width: 640px; margin: 0 auto; }
  .mission-body p + p { margin-top: 1rem; }

  /* FINAL CTA */
  #final-cta { background: var(--silver); position: relative; overflow: hidden; }
  #final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(46,196,182,0.05) 0%, transparent 65%); pointer-events: none; }
  #final-cta .section-inner { text-align: center; max-width: 700px; }
  .cta-sub { color: var(--silver-muted); font-size: 1.15rem; margin-bottom: 3rem; line-height: 1.8; }

  /* FOOTER */
  footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.05); padding: 3.5rem 2rem; text-align: center; }
  .footer-logo img { height: 75px; margin-bottom: 1.2rem; opacity: 0.88; }
  .footer-tagline { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.5rem; }
  .footer-links { display: flex; justify-content: center; gap: 2rem; font-family: var(--font-label); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
  .footer-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--teal); }
  .footer-copy { margin-top: 2rem; font-size: 0.7rem; color: rgba(122,157,184,0.35); }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  .fade-up { animation: fadeUp 0.75s ease both; }
  .delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.22s; } .delay-3 { animation-delay: 0.36s; }

  /* RESPONSIVE */
  @media (max-width: 960px) {
    #hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-content { padding: 7rem 2rem 3rem; }
    /* Give the orbit illustration room on mobile */
    .hero-image-col { height: 520px; padding: 2rem 1rem 4rem; }
    #clarity .section-inner { grid-template-columns: 1fr; gap: 3rem; }
    .aud-grid, .cards-grid-dark, .questions-grid { grid-template-columns: 1fr 1fr; }
    #about .section-inner { grid-template-columns: 1fr; gap: 3rem; }
    .nav-logo img { height: 60px; }
    nav { padding: 0.75rem 2rem 0.75rem 2rem; }
    /* Flip cards: increase height so text fits at 2-column width */
    .q-card-wrap,
    .q-card-inner { min-height: 200px; }
  }
  @media (max-width: 600px) {
    .aud-grid, .cards-grid-dark, .questions-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .form-cta-wrap { padding: 1.75rem; }
    .section-inner { padding: 5rem 1.5rem; }
    .hero-image-col { height: 460px; padding: 1.5rem 0.5rem 4rem; }
    /* Flip cards: full width at 1-column, height driven by longest answer text */
    .q-card-wrap,
    .q-card-inner { min-height: 240px; }

    /* ── Mobile body text — slightly larger for readability ── */
    body { font-size: 1.05rem; }
    .hero-sub { font-size: 1.2rem; }
    .section-body { font-size: 1.2rem; }
    .aud-body { font-size: 1.1rem; }
    .card-body-light { font-size: 1.1rem; }
    .card-body-dark { font-size: 1.1rem; }
    .q-text { font-size: 1.1rem; }
    .q-answer { font-size: 1.05rem; }
    .mission-body { font-size: 1.2rem; }
    .cta-sub { font-size: 1.2rem; }
    .intro-copy { font-size: 1.2rem; }
    .clarity-quote p { font-size: 1.2rem; }
    .legal-body p,
    .legal-body li { font-size: 1.05rem; }

    /* ── Mobile heading breaks ── */
    .desk-break { display: none; }
    .mob-break { display: inline; }
  }


/* ── LEGAL PAGES ── */
.legal-hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 9rem 2rem 5rem;
  text-align: center;
}
.legal-hero .section-eyebrow { justify-content: center; }
.legal-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.legal-hero .effective-date {
  font-family: var(--font-label);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.legal-body {
  background: var(--silver);
  padding: 5rem 2rem 7rem;
}
.legal-body .inner {
  max-width: 820px;
  margin: 0 auto;
}
.legal-body h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--silver-text);
  margin: 2.5rem 0 0.75rem;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p {
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: var(--silver-muted);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.legal-body ul {
  margin: 0.5rem 0 1rem 1.5rem;
}
.legal-body ul li {
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: var(--silver-muted);
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.legal-body a { color: var(--teal-dark); text-decoration: none; }
.legal-body a:hover { text-decoration: underline; }
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-dark);
  text-decoration: none;
  margin-bottom: 2.5rem;
  transition: gap 0.2s;
}
.legal-back:hover { gap: 0.75rem; }

/* ── COOKIE BANNER ── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--navy-mid);
  border-top: 1px solid rgba(46,196,182,0.2);
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.3);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
#cookie-banner.visible { transform: translateY(0); }
.cookie-text {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.6;
  max-width: 680px;
}
.cookie-text a { color: var(--teal); text-decoration: underline; }
.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.btn-cookie-accept {
  background: var(--teal);
  color: var(--navy);
  border: none;
  padding: 0.6rem 1.4rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-cookie-accept:hover { background: #3dd4c8; }
.btn-cookie-decline {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.6rem 1.4rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-cookie-decline:hover { border-color: rgba(255,255,255,0.35); color: var(--text-primary); }

/* ── FOOTER DISCLAIMER ── */
.footer-disclaimer {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.5rem;
}
.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.footer-legal-links a {
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal-links a:hover { color: var(--teal); }
