/* ===========================================================
   Elite Healthcare — shared stylesheet
   =========================================================== */
:root {
  --navy: #0b1424;
  --navy-soft: #121e31;
  --navy-2: #0e1a2c;
  --cream: #f5f1e8;
  --cream-dark: #e8e1d5;
  --gold: #c7a56a;
  --gold-light: #e0c58f;
  --ink: #182232;
  --muted: #8290a3;
  --muted-ink: #667080;
  --line: rgba(199,165,106,.35);
  --line-soft: rgba(245,241,232,.14);
  --radius: 16px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 24px 60px -30px rgba(0,0,0,.55);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--cream); background: var(--navy); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.1; font-family: var(--serif); }
h1 { font-size: clamp(40px, 7vw, 84px); letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 5vw, 58px); letter-spacing: -.035em; }
h3 { font-size: clamp(21px, 2.4vw, 26px); }
p { color: var(--muted); margin: 0; }
.light h1, .light h2, .light h3, .light h4 { color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 24px; border: 1px solid var(--gold); color: var(--navy); background: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; cursor: pointer; transition: .25s ease; font-family: var(--sans); border-radius: 999px; }
.btn:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { color: var(--gold-light); background: transparent; }
.btn-outline:hover { color: var(--navy); background: var(--gold); }
.btn-dark { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn-dark:hover { background: var(--ink); color: var(--cream); }
.btn-sm { padding: 11px 18px; font-size: 11px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
header.site { position: fixed; z-index: 40; width: 100%; top: 0; transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
header.site.scrolled { background: rgba(11,20,36,.9); backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--line-soft); }
nav.site { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { font-family: var(--serif); letter-spacing: .2em; font-size: 16px; line-height: 1; color: var(--cream); }
.brand small { display: block; color: var(--gold); font: 9px var(--sans); letter-spacing: .32em; margin-top: 4px; }
.nav-links { display: flex; gap: 24px; color: #c8d0db; font-size: 12.5px; }
.nav-links a { position: relative; padding: 4px 0; transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a.active:after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.points-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); color: var(--gold-light); padding: 8px 13px; border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.points-pill b { color: var(--cream); }
.hamburger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-soft); background: transparent; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { width: 20px; height: 1.5px; background: var(--cream); transition: .25s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.drawer { position: fixed; inset: 0; z-index: 39; background: rgba(9,16,29,.98); backdrop-filter: blur(6px); transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; padding: 100px 26px 40px; overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer a { font-family: var(--serif); font-size: 25px; padding: 15px 0; border-bottom: 1px solid var(--line-soft); color: var(--cream); }
.drawer a.active { color: var(--gold-light); }
.drawer .btn { margin-top: 26px; }

/* ---------- Hero (home) ---------- */
.hero { min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 78% 22%, #29384b 0, var(--navy) 42%); padding: 120px 0 60px; }
.hero:after { content: ''; position: absolute; inset: 0 0 0 46%; background: linear-gradient(90deg, var(--navy) 0%, rgba(11,20,36,.2) 40%, rgba(11,20,36,.05)), url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1300&q=85') center/cover; opacity: .78; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; animation: rise .8s ease both; }
.hero p { max-width: 540px; margin: 26px 0 32px; font-size: clamp(16px,2.2vw,19px); color: #c8d0db; animation: rise .8s .1s ease both; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; animation: rise .8s .2s ease both; }
.hero-stats { display: flex; gap: 34px; margin-top: 46px; flex-wrap: wrap; animation: rise .8s .3s ease both; }
.hero-stats div span { display: block; font-family: var(--serif); font-size: 30px; color: var(--cream); }
.hero-stats div small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: 10.5px; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; padding: 150px 0 70px; overflow: hidden; background: radial-gradient(circle at 80% 20%, #26364a 0, var(--navy) 55%); }
.page-hero:before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .16; }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 12px; color: var(--muted); margin-bottom: 22px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: var(--gold-light); }
.page-hero h1 { max-width: 820px; animation: rise .7s ease both; }
.page-hero p { max-width: 620px; margin-top: 22px; font-size: clamp(16px,2.2vw,19px); color: #c3cddb; animation: rise .7s .1s ease both; }
.page-hero .hero-actions { margin-top: 34px; }

.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; color: var(--gold-light); text-align: center; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.trust span { margin: 0 10px; color: var(--cream-dark); }

/* ---------- Generic sections ---------- */
section { scroll-margin-top: 84px; }
.light { background: var(--cream); color: var(--ink); }
.light p { color: var(--muted-ink); }
.soft { background: var(--navy-soft); }
.pad { padding: clamp(72px, 10vw, 118px) 0; }
.pad-sm { padding: clamp(56px, 7vw, 84px) 0; }
.center { text-align: center; }
.center .section-head { justify-content: center; }
.lead { font-size: clamp(16px,2.2vw,18px); max-width: 660px; margin-top: 22px; }
.center .lead { margin-left: auto; margin-right: auto; }
.mt-btn { margin-top: 30px; }

.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-head p { max-width: 360px; }

/* logo / hospital strip */
.logostrip { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center; opacity: .9; }
.logostrip span { font-family: var(--serif); font-size: clamp(16px,2.4vw,22px); color: var(--cream-dark); letter-spacing: .04em; }
.light .logostrip span { color: #8a8578; }

/* cards grid */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card { padding: 28px 22px; min-height: 240px; border: 1px solid #d8d0c4; background: #faf8f3; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; transition: .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px -26px rgba(24,34,50,.5); border-color: var(--gold); }
.card-ico { font-size: 26px; }
.card-number { color: var(--gold); font: 20px var(--serif); }
.card h3 { margin-top: 12px; color: var(--ink); }
.card p { font-size: 14px; margin-top: 12px; color: var(--muted-ink); }
.card-link { color: #8f6f3f; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; margin-top: 16px; display: inline-block; }

/* dark feature cards */
.dcards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.dcard { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 26px 22px; background: rgba(255,255,255,.02); transition: .25s ease; }
.dcard:hover { border-color: var(--line); transform: translateY(-4px); background: rgba(255,255,255,.035); }
.dcard .ico { font-size: 24px; }
.dcard h3 { margin: 14px 0 8px; color: var(--cream); }
.dcard p { font-size: 14px; }

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { border-radius: var(--radius); min-height: 380px; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.split h2 { margin: 12px 0 16px; }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.checklist .tick { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: rgba(199,165,106,.18); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 1px; }
.light .checklist li { color: var(--muted-ink); }
.light .checklist .tick { background: rgba(199,165,106,.22); color: #8f6f3f; }
.checklist li b { color: var(--cream); }
.light .checklist li b { color: var(--ink); }

/* stat band */
.statband { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.statband .num { font-family: var(--serif); font-size: clamp(34px,5vw,52px); color: var(--gold-light); line-height: 1; }
.light .statband .num { color: #a9843f; }
.statband small { display: block; margin-top: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--muted); }
.light .statband small { color: var(--muted-ink); }

/* ---------- Elite Points ---------- */
.points { position: relative; overflow: hidden; background:
  radial-gradient(circle at 15% 20%, rgba(199,165,106,.16), transparent 45%),
  radial-gradient(circle at 85% 85%, rgba(199,165,106,.12), transparent 45%),
  var(--navy-soft); }
.points-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.points h2 { margin: 14px 0 20px; }
.points-lead { font-size: clamp(16px,2.2vw,18px); color: #c3cddb; max-width: 520px; }
.points-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 16px; }
.points-list li { display: flex; gap: 14px; align-items: flex-start; color: #cfd6e0; font-size: 15px; }
.points-list .tick { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: rgba(199,165,106,.18); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 1px; }
.points-card { background: linear-gradient(150deg, #16233a, #0d1830); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.pc-top { display: flex; justify-content: space-between; align-items: center; }
.pc-chip { width: 42px; height: 30px; border-radius: 6px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.pc-brand { font-family: var(--serif); letter-spacing: .18em; font-size: 13px; color: var(--cream); }
.pc-balance { margin: 26px 0 4px; font-family: var(--serif); font-size: 46px; color: var(--cream); line-height: 1; }
.pc-balance small { font-size: 14px; color: var(--gold-light); font-family: var(--sans); letter-spacing: .1em; }
.pc-sub { color: var(--muted); font-size: 12.5px; }
.pc-rows { margin-top: 24px; border-top: 1px solid var(--line-soft); padding-top: 16px; display: grid; gap: 11px; }
.pc-row { display: flex; justify-content: space-between; font-size: 12.5px; color: #c3cddb; }
.pc-row b { color: var(--gold-light); }
.pc-foot { margin-top: 20px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Medications ---------- */
.med-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.med-tab { padding: 12px 20px; border-radius: 999px; border: 1px solid #d8d0c4; background: #faf8f3; color: var(--ink); font-weight: 700; font-size: 13px; cursor: pointer; transition: .2s ease; letter-spacing: .02em; }
.med-tab.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.med-panel { display: none; animation: fade .4s ease; }
.med-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.med-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.med-visual { border-radius: var(--radius); min-height: 340px; background-size: cover; background-position: center; position: relative; box-shadow: var(--shadow); }
.med-visual span { position: absolute; left: 18px; bottom: 18px; background: rgba(11,20,36,.78); color: var(--cream); padding: 8px 14px; border-radius: 999px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.med-copy h3 { color: var(--ink); }
.med-copy .price { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.med-copy > p { margin-top: 12px; color: var(--muted-ink); }
.med-features { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.med-features li { display: flex; gap: 10px; align-items: center; color: var(--muted-ink); font-size: 14.5px; }
.med-features li b { color: var(--ink); font-weight: 700; }
.med-features .dot { color: var(--gold); font-weight: 800; }
.med-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.confid { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--muted-ink); font-size: 12.5px; }
.confid b { color: var(--ink); }

/* ---------- Steps ---------- */
.steps h2 { margin-bottom: 50px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { border-top: 1px solid var(--gold); padding-top: 18px; }
.step strong { color: #9a7946; font: 30px var(--serif); }
.dark .step strong { color: var(--gold-light); }
.step h3 { margin: 16px 0 10px; font-size: 20px; }
.step p { font-size: 14.5px; }

/* ---------- Plans ---------- */
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan { border: 1px solid var(--line-soft); border-radius: 20px; padding: 32px 26px; background: rgba(255,255,255,.02); display: flex; flex-direction: column; }
.plan.featured { border-color: var(--gold); background: linear-gradient(160deg, rgba(199,165,106,.1), rgba(255,255,255,.02)); box-shadow: var(--shadow); }
.plan .tag { align-self: flex-start; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 5px 11px; border-radius: 999px; font-weight: 800; margin-bottom: 16px; }
.plan h3 { color: var(--cream); }
.plan .cost { font-family: var(--serif); font-size: 40px; color: var(--cream); margin: 12px 0 2px; }
.plan .cost small { font-size: 14px; color: var(--muted); font-family: var(--sans); }
.plan ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; }
.plan li { color: #cfd6e0; font-size: 14px; display: flex; gap: 10px; }
.plan li:before { content: '✓'; color: var(--gold-light); }
.plan .btn { margin-top: auto; }

/* ---------- Advocacy quote ---------- */
.advocacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.advocacy p { font-size: clamp(16px,2.2vw,18px); margin-top: 22px; max-width: 510px; }
.quote-box { border-left: 1px solid var(--gold); padding: 24px 0 24px 30px; color: var(--cream); font: clamp(21px,3vw,26px)/1.4 var(--serif); }

/* ---------- Testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tcard { border: 1px solid #d8d0c4; background: #faf8f3; border-radius: var(--radius); padding: 28px 24px; }
.tcard .stars { color: var(--gold); letter-spacing: 3px; font-size: 14px; }
.tcard p { color: var(--ink); font-family: var(--serif); font-size: 18px; line-height: 1.5; margin: 14px 0 18px; }
.tcard .who { color: var(--muted-ink); font-size: 13px; }
.tcard .who b { color: var(--ink); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.light .faq-item { border-color: #d8d0c4; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family: var(--serif); font-size: clamp(17px,2.2vw,21px); color: var(--cream); }
.light .faq-q { color: var(--ink); }
.faq-q .pm { flex: 0 0 auto; color: var(--gold); font-size: 22px; transition: transform .25s ease; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 0 22px; font-size: 15px; max-width: 660px; }

/* ---------- CTA band ---------- */
.cta { background: var(--cream-dark); color: var(--ink); text-align: center; }
.cta p { color: var(--muted-ink); margin: 18px auto 28px; max-width: 520px; font-size: 17px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { margin-bottom: 18px; }
.contact-info .checklist { margin-top: 26px; }
.info-rows { margin-top: 30px; display: grid; gap: 16px; }
.info-row { display: flex; gap: 12px; align-items: center; color: #c3cddb; font-size: 15px; }
.info-row .ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(199,165,106,.14); display: flex; align-items: center; justify-content: center; color: var(--gold-light); }
.form-card { background: var(--cream); color: var(--ink); border-radius: 20px; padding: 32px; box-shadow: var(--shadow); }
.form-card h3 { color: var(--ink); }
.form-card .sub { color: var(--muted-ink); font-size: 14px; margin: 6px 0 22px; }
.field { width: 100%; padding: 14px 16px; border: 1px solid #d8d0c4; border-radius: 12px; font-size: 15px; font-family: var(--sans); color: var(--ink); background: #fff; margin-bottom: 12px; }
.field:focus { outline: none; border-color: var(--gold); }
textarea.field { min-height: 110px; resize: vertical; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.grid2 .field { margin-bottom: 0; }
.form-note { display: flex; gap: 8px; align-items: flex-start; margin-top: 14px; color: var(--muted-ink); font-size: 12px; }

/* ---------- Footer ---------- */
footer.site { padding: 54px 0 34px; background: var(--navy); color: var(--muted); font-size: 13px; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 34px; border-bottom: 1px solid var(--line-soft); }
.foot-col h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; font-weight: 700; }
.foot-col a { display: block; padding: 6px 0; color: #aeb8c6; font-size: 13.5px; }
.foot-col a:hover { color: var(--gold-light); }
.foot-brand .brand { font-size: 18px; }
.foot-brand p { margin-top: 16px; max-width: 300px; font-size: 13px; }
.foot-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; flex-wrap: wrap; }
.disclaimer { max-width: 640px; }

/* ---------- Questionnaire Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,11,20,.72); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 2; width: min(560px, 100%); max-height: 92svh; overflow-y: auto; background: var(--cream); color: var(--ink); border-radius: 22px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.7); animation: pop .3s ease; }
@keyframes pop { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-head { padding: 26px 28px 0; }
.modal-head .eyebrow { color: #a9843f; }
.modal-head h3 { color: var(--ink); margin: 8px 0 4px; }
.modal-head p { color: var(--muted-ink); font-size: 14px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #d8d0c4; background: #fff; cursor: pointer; font-size: 18px; color: var(--ink); }
.progress { height: 4px; background: #e2dacb; border-radius: 999px; margin: 20px 28px 0; overflow: hidden; }
.progress span { display: block; height: 100%; width: 0; background: var(--gold); transition: width .3s ease; }
.modal-body { padding: 22px 28px 6px; }
.q-step { display: none; animation: fade .3s ease; }
.q-step.active { display: block; }
.q-label { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 4px; }
.q-help { color: var(--muted-ink); font-size: 13px; margin-bottom: 16px; }
.q-options { display: grid; gap: 10px; }
.opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #d8d0c4; border-radius: 12px; background: #fff; cursor: pointer; font-size: 14.5px; color: var(--ink); transition: .18s ease; }
.opt:hover { border-color: var(--gold); }
.opt.selected { border-color: var(--gold); background: #fdf8ee; box-shadow: inset 0 0 0 1px var(--gold); }
.opt input { accent-color: var(--gold); width: 17px; height: 17px; }
.q-field { width: 100%; padding: 14px 16px; border: 1px solid #d8d0c4; border-radius: 12px; font-size: 15px; font-family: var(--sans); color: var(--ink); background: #fff; }
.q-field:focus { outline: none; border-color: var(--gold); }
textarea.q-field { min-height: 92px; resize: vertical; }
.q-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-foot { display: flex; justify-content: space-between; gap: 12px; padding: 16px 28px 26px; position: sticky; bottom: 0; background: linear-gradient(180deg, rgba(245,241,232,0), var(--cream) 30%); }
.link-back { background: none; border: none; color: var(--muted-ink); cursor: pointer; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.link-back:hover { color: var(--ink); }
.q-note { display: flex; gap: 8px; align-items: flex-start; margin: 2px 28px 18px; color: var(--muted-ink); font-size: 12px; }
.q-success { text-align: center; padding: 12px 4px 8px; }
.q-success .check { width: 62px; height: 62px; border-radius: 50%; background: rgba(199,165,106,.18); color: #a9843f; display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 16px; }
.q-success h3 { color: var(--ink); }
.q-success p { color: var(--muted-ink); margin-top: 10px; font-size: 14.5px; }
.q-success .earn { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; background: #fdf8ee; border: 1px solid var(--line); color: #8f6f3f; padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; }

/* ---------- Reveal + back-to-top ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.totop { position: fixed; right: 18px; bottom: 18px; z-index: 30; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--navy); border: none; cursor: pointer; font-size: 18px; opacity: 0; pointer-events: none; transition: .3s ease; box-shadow: var(--shadow); }
.totop.show { opacity: 1; pointer-events: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cards, .cards.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .step-grid, .statband { grid-template-columns: repeat(2, 1fr); }
  .dcards, .tgrid, .plans-grid { grid-template-columns: 1fr; }
  .points-grid, .advocacy-grid, .med-layout, .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse .split-media { order: 0; }
  .split-media { min-height: 300px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media (max-width: 800px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .points-pill { display: none; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .cards, .cards.cols-3, .step-grid { grid-template-columns: 1fr; }
  .statband { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .hero-stats { gap: 26px; }
  .foot-top { grid-template-columns: 1fr; }
  .q-grid2, .grid2 { grid-template-columns: 1fr; }
  .med-tabs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
  .med-tab { flex: 0 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
