:root {
  --ink: #17372f;
  --ink-dark: #0f2923;
  --sage: #dce9df;
  --sage-light: #f1f6f1;
  --cream: #faf7ef;
  --paper: #fffdf8;
  --gold: #d79c48;
  --gold-light: #f1d8aa;
  --text: #263c36;
  --muted: #62736e;
  --line: #dfe6e1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(24, 55, 47, 0.13);
  --radius: 18px;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px;
  padding: 10px 16px; background: var(--white); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; top: 0; right: 0; left: 0;
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled {
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 8px 30px rgba(19, 51, 43, .08);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex; align-items: center; gap: 11px;
  color: var(--ink); font: 800 21px/1 var(--font-display); letter-spacing: -.5px;
}
.brand > span:last-child { display: grid; gap: 3px; }
.brand small {
  font: 700 7px/1 var(--font-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: #7a8b85;
}
.brand-mark {
  width: 31px; height: 31px; padding: 6px; border-radius: 8px;
  display: flex; align-items: end; gap: 3px; background: var(--ink);
}
.brand-mark span { width: 4px; border-radius: 4px; background: var(--gold-light); }
.brand-mark span:nth-child(1) { height: 9px; }
.brand-mark span:nth-child(2) { height: 14px; }
.brand-mark span:nth-child(3) { height: 19px; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a {
  font-size: 14px; font-weight: 600; color: #3f554f; transition: color .2s;
}
.site-nav > a:hover { color: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 25px; border: 1px solid var(--ink);
  border-radius: 7px; background: var(--ink); color: var(--white);
  font-weight: 700; font-size: 14px; cursor: pointer;
  box-shadow: 0 10px 24px rgba(23, 55, 47, .17);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: var(--ink-dark); box-shadow: 0 13px 28px rgba(23, 55, 47, .22); }
.button-small { min-height: 43px; padding: 0 19px; color: var(--white) !important; }
.button-light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.button-light:hover { background: var(--white); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 700; color: var(--ink); }
.text-link span { color: var(--gold); font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow {
  margin: 0 0 17px; color: #9b692a; text-transform: uppercase;
  letter-spacing: 2.3px; font-size: 12px; font-weight: 800;
}
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: var(--font-display); line-height: 1.14; }
h1 { margin-bottom: 25px; font-size: clamp(48px, 6.2vw, 82px); letter-spacing: -4.2px; }
h1 em { color: #9b692a; font-family: Georgia, serif; font-weight: 400; }
h2 { margin-bottom: 22px; font-size: clamp(36px, 4.2vw, 54px); letter-spacing: -2.4px; }
h3 { margin-bottom: 14px; font-size: 21px; letter-spacing: -.7px; }

.hero {
  position: relative; overflow: hidden; padding-top: 88px;
  background:
    radial-gradient(circle at 89% 18%, rgba(215, 156, 72, .15), transparent 22%),
    linear-gradient(115deg, var(--cream) 0%, var(--paper) 62%, #edf4ee 100%);
}
.hero::before {
  content: ""; position: absolute; width: 360px; height: 360px; top: -180px; left: 40%;
  border: 1px solid rgba(23, 55, 47, .08); border-radius: 50%;
}
.hero-grid { min-height: 695px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 56px 0 62px; }
.hero-text { max-width: 580px; margin: 0 0 34px; color: #536761; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-row { display: flex; gap: 24px; margin-top: 34px; color: #60716c; font-size: 13px; }
.trust-row i {
  display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px;
  border-radius: 50%; background: var(--sage); color: var(--ink); font-style: normal; font-size: 11px;
}
.hero-visual { position: relative; min-height: 535px; display: grid; place-items: center; }
.visual-glow {
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: rgba(207, 223, 210, .75);
}
.visual-glow::before, .visual-glow::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(23, 55, 47, .13);
}
.visual-glow::before { inset: 45px; }
.visual-glow::after { inset: 95px; }
.dashboard-card {
  position: relative; z-index: 2; width: min(440px, 90%); padding: 28px;
  border: 1px solid rgba(255,255,255,.8); border-radius: 20px;
  background: rgba(255,255,255,.92); box-shadow: var(--shadow); transform: rotate(-1deg);
}
.dash-top { display: flex; align-items: start; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.dash-top > div { display: grid; }
.dash-label, .balance-block span, .dash-stats span { color: #71817c; font-size: 12px; }
.dash-top strong { margin-top: 3px; color: var(--ink); font-family: var(--font-display); }
.status-pill { padding: 6px 10px; border-radius: 20px; background: #e3f3e7; color: #317048; font-size: 10px; font-weight: 700; }
.balance-block { display: grid; padding: 24px 0 15px; }
.balance-block strong { color: var(--ink); font: 800 36px/1.25 var(--font-display); letter-spacing: -1.5px; }
.balance-block small { color: #73827e; font-size: 11px; }
.balance-block b { color: #44835a; }
.chart { height: 128px; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid var(--line); }
.chart span { flex: 1; height: var(--height); border-radius: 5px 5px 0 0; background: #cbdcd0; }
.chart span.active { background: var(--gold); }
.chart-labels { display: flex; gap: 14px; margin-top: 7px; color: #899590; font-size: 9px; }
.chart-labels span { flex: 1; text-align: center; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.dash-stats div { display: grid; gap: 2px; padding: 12px; border-radius: 8px; background: #f4f7f4; }
.dash-stats strong { color: var(--ink); font-size: 14px; }
.floating-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 11px; background: var(--white);
  box-shadow: 0 15px 35px rgba(23,55,47,.14);
}
.floating-card div { display: grid; line-height: 1.3; }
.floating-card strong { color: var(--ink); font-size: 12px; }
.floating-card small { color: #7a8984; font-size: 9px; }
.floating-card-one { right: -5px; top: 105px; }
.floating-card-two { left: -12px; bottom: 58px; }
.icon-box, .avatar {
  display: grid; place-items: center; width: 33px; height: 33px; border-radius: 8px;
  background: #e4f2e6; color: #367049; font-size: 13px; font-weight: 800;
}
.avatar { border-radius: 50%; background: var(--gold-light); color: #80541d; font-size: 10px; }
.hero-footnote { border-top: 1px solid rgba(23,55,47,.1); background: rgba(255,255,255,.35); }
.hero-footnote p { margin: 0; padding: 18px 0; color: #71817c; text-align: center; font-size: 12px; letter-spacing: .3px; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { max-width: 650px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.services-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  margin-top: 34px; padding: 27px 32px; border-radius: 12px; background: var(--cream);
}
.services-cta p { margin: 0; color: var(--ink); font-weight: 600; }
.service-card {
  position: relative; padding: 36px 32px; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(23,55,47,.09); }
.service-card.featured { border-color: #b9cfbe; background: var(--sage-light); }
.popular-tag {
  position: absolute; top: -13px; left: 28px; padding: 5px 12px;
  border-radius: 20px; background: var(--gold); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
}
.service-number { position: absolute; top: 27px; right: 28px; color: #a8b4b0; font: 700 12px var(--font-display); }
.service-icon {
  width: 48px; height: 48px; padding: 12px; margin-bottom: 28px;
  border-radius: 12px; background: var(--sage); color: var(--ink);
}
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 19px; color: #435852; font-size: 13px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: #4b815a; font-weight: 800; }

.process { background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.process-intro h2, .process-steps h3 { color: var(--white); }
.process-intro > p:not(.eyebrow) { margin-bottom: 33px; color: #b9c9c4; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li {
  display: grid; grid-template-columns: 56px 1fr; gap: 25px; padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.process-steps li:last-child { border-bottom: 0; }
.process-steps li > span {
  display: grid; place-items: center; width: 50px; height: 50px;
  border: 1px solid rgba(241,216,170,.5); border-radius: 50%; color: var(--gold-light);
  font: 700 15px var(--font-display);
}
.process-steps h3 { margin-bottom: 7px; }
.process-steps p { margin: 0; color: #afc0ba; font-size: 14px; }

.about { overflow: hidden; background: var(--sage-light); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.about-art { position: relative; min-height: 465px; display: grid; place-items: center; }
.pattern {
  position: absolute; inset: 0 35px; border-radius: 45% 45% 10px 10px;
  background-color: #c8dbc9;
  background-image: radial-gradient(rgba(23,55,47,.16) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
}
.pattern::after {
  content: ""; position: absolute; width: 160px; height: 160px; right: -50px; bottom: -60px;
  border: 24px solid rgba(215,156,72,.35); border-radius: 50%;
}
.quote-card {
  position: relative; z-index: 2; width: 75%; padding: 38px;
  border-radius: 4px 34px 4px 4px; background: var(--paper); box-shadow: var(--shadow);
}
.quote-card p { margin: 7px 0 0; color: var(--ink); font: 600 22px/1.55 var(--font-display); letter-spacing: -.7px; }
.quote-mark { color: var(--gold); font: 70px/.7 Georgia, serif; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 35px; padding-top: 30px; border-top: 1px solid #cfddd1; }
.about-values div { display: grid; }
.about-values strong { color: var(--ink); font-family: var(--font-display); font-size: 14px; }
.about-values span { color: #73837e; font-size: 11px; }

.testimonial-section { padding: 95px 0; background: var(--paper); }
.testimonial { max-width: 850px; margin: auto; text-align: center; }
.stars { color: var(--gold); letter-spacing: 5px; font-size: 16px; }
.testimonial blockquote { margin: 25px 0 30px; color: var(--ink); font: 600 clamp(25px,3vw,37px)/1.45 var(--font-display); letter-spacing: -1.3px; }
.testimonial-person { display: flex; justify-content: center; align-items: center; gap: 12px; }
.testimonial-person > span {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--sage); color: var(--ink); font-size: 11px; font-weight: 800;
}
.testimonial-person p { display: grid; margin: 0; text-align: left; line-height: 1.4; }
.testimonial-person strong { color: var(--ink); font-size: 13px; }
.testimonial-person small { color: var(--muted); font-size: 11px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-item { border-bottom: 1px solid #d9ddd7; }
.faq-item:first-child { border-top: 1px solid #d9ddd7; }
.faq-item button {
  width: 100%; padding: 25px 0; border: 0; background: transparent; color: var(--ink);
  display: flex; justify-content: space-between; gap: 20px; text-align: left;
  font: 700 17px var(--font-display); cursor: pointer;
}
.faq-item button i { position: relative; flex: 0 0 24px; height: 24px; }
.faq-item button i::before, .faq-item button i::after {
  content: ""; position: absolute; top: 11px; right: 2px; width: 16px; height: 1px; background: var(--ink); transition: transform .2s;
}
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer p { margin: -8px 45px 25px 0; color: var(--muted); font-size: 14px; }

.contact { background: var(--paper); }
.contact-shell {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px;
  padding: 70px; border-radius: 24px; background: var(--ink);
  box-shadow: 0 28px 70px rgba(23,55,47,.19);
}
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #b8c8c3; margin-bottom: 35px; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin: 20px 0; }
.contact-detail > span {
  display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px;
  background: rgba(255,255,255,.09); color: var(--gold-light); font-weight: 800;
}
.contact-detail div { display: grid; }
.contact-detail small { color: #8fa49d; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.contact-detail a, .contact-detail strong { color: var(--white); font-size: 13px; }
.contact-form { padding: 35px; border-radius: 15px; background: var(--white); }
.contact-form label { display: grid; gap: 6px; margin-bottom: 15px; color: var(--ink); font-size: 12px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border: 1px solid #dce3df; border-radius: 6px; background: #fbfcfa;
  padding: 11px 12px; color: var(--text); outline: none; transition: border .2s, box-shadow .2s;
}
.contact-form textarea { resize: vertical; min-height: 92px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: #7fa08a; box-shadow: 0 0 0 3px rgba(127,160,138,.14);
}
.form-note { margin: 10px 0 0; color: #899590; text-align: center; font-size: 10px; }
.form-signup-link {
  display: block; margin-top: 14px; color: var(--ink); text-align: center;
  font-size: 12px; font-weight: 800;
}

.site-footer { padding: 60px 0 25px; background: #0e2721; color: #9db0aa; }
.brand-light { color: var(--white); }
.brand-light .brand-mark { background: rgba(255,255,255,.12); }
.footer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 45px; }
.footer-top p { margin: 14px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 28px; color: #c0cec9; font-size: 13px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1); font-size: 10px;
}
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .section { padding: 85px 0; }
  .site-nav { gap: 20px; }
  .site-nav > a { font-size: 13px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-top: 35px; }
  .hero-copy { padding-bottom: 10px; text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .section-heading { gap: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 32px; }
  .process-grid, .about-grid, .faq-grid { gap: 55px; }
  .contact-shell { gap: 45px; padding: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 580px); }
  .section { padding: 72px 0; }
  .nav-wrap { height: 72px; }
  .menu-toggle { z-index: 2; display: grid; gap: 4px; }
  .menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; padding: 110px 30px 30px;
    display: flex; flex-direction: column; align-items: stretch; gap: 12px;
    background: var(--paper); transform: translateX(100%); transition: transform .25s;
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 10px; text-align: center; font-size: 17px; }
  .site-nav .button { margin-top: 15px; padding: 0 20px; }
  .hero { padding-top: 72px; }
  .hero-grid { padding-top: 26px; }
  h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -3px; }
  h2 { font-size: 36px; letter-spacing: -1.8px; }
  .hero-copy { padding-top: 35px; }
  .hero-text { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .trust-row { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 420px; }
  .visual-glow { width: 360px; height: 360px; }
  .dashboard-card { width: 96%; padding: 20px; }
  .floating-card-one { top: 35px; right: -4px; }
  .floating-card-two { left: -3px; bottom: 30px; }
  .chart { height: 100px; gap: 8px; }
  .chart-labels { gap: 8px; }
  .section-heading, .process-grid, .about-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .services-cta { align-items: stretch; flex-direction: column; }
  .section-heading { gap: 20px; margin-bottom: 40px; }
  .process-grid { gap: 42px; }
  .about-grid { gap: 45px; }
  .about-art { min-height: 370px; }
  .quote-card { width: 82%; padding: 28px; }
  .quote-card p { font-size: 19px; }
  .about-values { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .contact { padding: 0; }
  .contact .container { width: 100%; }
  .contact-shell { gap: 40px; padding: 65px 20px; border-radius: 0; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 25px; }
  .footer-links { flex-wrap: wrap; gap: 15px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Service enrollment */
.signup-page { background: var(--cream); }
.signup-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.signup-header .nav-wrap { height: 78px; }
.signup-header .text-link { font-size: 13px; }
.enrollment { padding: 70px 0 90px; }
.enrollment-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.enrollment-intro { position: sticky; top: 40px; }
.enrollment-intro h1 { font-size: clamp(43px, 5vw, 64px); }
.enrollment-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.privacy-note { margin: 32px 0; padding: 20px; border-left: 3px solid var(--gold); background: #f4ead6; }
.privacy-note strong { color: var(--ink); font-family: var(--font-display); }
.privacy-note p { margin: 6px 0 0; color: #695b43; font-size: 12px; }
.enrollment-steps { margin: 0; padding: 0; list-style: none; }
.enrollment-steps li { display: flex; align-items: center; gap: 12px; margin: 13px 0; color: #596c66; font-size: 13px; font-weight: 600; }
.enrollment-steps span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--sage); color: var(--ink); font-size: 11px; }
.enrollment-card { padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 20px 60px rgba(23,55,47,.08); }
.enrollment-section { padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.enrollment-section h2 { margin-bottom: 8px; font-size: 28px; letter-spacing: -1.2px; }
.step-label { margin: 0 0 7px; color: #9b692a; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.field-help { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-options label { position: relative; cursor: pointer; }
.service-options input { position: absolute; opacity: 0; }
.service-options label > span {
  display: grid; min-height: 92px; padding: 17px; border: 1px solid var(--line);
  border-radius: 10px; transition: border .2s, background .2s, box-shadow .2s;
}
.service-options b { color: var(--ink); font: 700 13px var(--font-display); }
.service-options small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.service-options input:checked + span { border-color: #6b9277; background: var(--sage-light); box-shadow: 0 0 0 2px rgba(107,146,119,.15); }
.service-options input:focus-visible + span { outline: 3px solid rgba(107,146,119,.3); }
.enrollment-card form > .enrollment-section label:not(.consent-check) { display: grid; gap: 6px; margin-bottom: 16px; color: var(--ink); font-size: 12px; font-weight: 700; }
.enrollment-card input, .enrollment-card select, .enrollment-card textarea {
  width: 100%; padding: 11px 12px; border: 1px solid #dce3df; border-radius: 6px;
  background: #fbfcfa; color: var(--text); outline: none;
}
.enrollment-card input:focus, .enrollment-card select:focus, .enrollment-card textarea:focus {
  border-color: #7fa08a; box-shadow: 0 0 0 3px rgba(127,160,138,.14);
}
.consent-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 11px; cursor: pointer; }
.consent-check input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--ink); }
.validation-message { margin: 10px 0 0; color: #a63832; font-size: 12px; font-weight: 700; }
.submission-alert { margin-bottom: 24px; padding: 13px 15px; border: 1px solid #d9a29f; border-radius: 7px; background: #fff1f0; color: #8d2f2b; font-size: 12px; font-weight: 700; }
.submit-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.success-message { padding: 55px 20px; text-align: center; }
.success-message > span { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 22px; border-radius: 50%; background: var(--sage); color: var(--ink); font-size: 25px; font-weight: 800; }
.success-message h2 { margin-bottom: 10px; }
.success-message p { margin-bottom: 25px; color: var(--muted); }
.signup-footer { padding: 24px 0; border-top: 1px solid var(--line); background: var(--paper); }
.signup-footer .container { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.signup-footer p { margin: 0; }
.signup-footer a { color: var(--ink); font-weight: 700; }

@media (max-width: 850px) {
  .enrollment-grid { grid-template-columns: 1fr; gap: 40px; }
  .enrollment-intro { position: static; }
}

@media (max-width: 600px) {
  .signup-header .brand small { display: none; }
  .signup-header .text-link { font-size: 11px; }
  .enrollment { padding: 45px 0 65px; }
  .enrollment-card { padding: 25px 18px; }
  .service-options, .enrollment-card .form-row { grid-template-columns: 1fr; }
  .signup-footer .container { flex-direction: column; gap: 8px; }
}
