:root {
  --ink: #10243f;
  --navy: #0c203b;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --lime: #c9ff63;
  --coral: #ff765f;
  --line: rgba(16, 36, 63, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.notice { padding: 8px 5vw; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.header { height: 84px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(244,240,232,.94); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.04em; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--ink); color: var(--lime); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.brand-domain { color: var(--coral); }
.nav { display: flex; gap: clamp(18px, 2.5vw, 38px); align-items: center; }
.nav a { font-size: 13px; font-weight: 700; }
.nav a:hover { color: var(--coral); }
.header-action { justify-self: end; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; font-size: 12px; font-weight: 700; }
.header-action span { color: var(--coral); margin-left: 8px; }
.menu-button { display: none; background: none; border: 0; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; }
.hero-content { padding: clamp(70px, 9vw, 130px) 4vw clamp(70px, 8vw, 120px) 8vw; }
.eyebrow, .section-number { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 32px; }
.eyebrow span { width: 28px; height: 3px; background: var(--coral); }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.06em; }
h1 { max-width: 720px; font-size: clamp(64px, 7.6vw, 126px); line-height: .84; }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 600px; margin: 38px 0 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: #536174; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 24px; border-radius: 99px; padding: 17px 22px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary span { color: var(--lime); font-size: 20px; }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.text-link span { color: var(--coral); margin-left: 8px; }
.hero-visual { position: relative; min-height: 620px; background: var(--ink); overflow: hidden; }
.hero-visual::before { content: ''; position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: var(--coral); left: 21%; top: 19%; box-shadow: 0 0 0 44px rgba(255,118,95,.08); }
.medical-cross { width: 210px; height: 210px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(13deg); z-index: 2; }
.medical-cross span, .medical-cross i { position: absolute; display: block; background: var(--lime); border-radius: 18px; box-shadow: 0 22px 50px rgba(4,20,35,.26); }
.medical-cross span { width: 72px; height: 210px; left: 69px; }
.medical-cross i { height: 72px; width: 210px; top: 69px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit::after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; }
.orbit-one { width: 530px; height: 530px; left: calc(50% - 265px); top: calc(50% - 265px); }
.orbit-one::after { left: 42px; top: 88px; }
.orbit-two { width: 720px; height: 720px; left: calc(50% - 360px); top: calc(50% - 360px); border-style: dashed; opacity: .5; }
.orbit-two::after { right: 103px; bottom: 110px; }
.visual-label { position: absolute; display: flex; align-items: center; gap: 12px; z-index: 3; color: white; }
.visual-label b { font-family: Georgia, serif; font-size: 42px; color: var(--lime); font-weight: 400; }
.visual-label span { font-size: 10px; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.label-one { left: 8%; top: 10%; }
.label-two { right: 8%; bottom: 13%; }
.visual-caption { position: absolute; left: 8%; right: 8%; bottom: 5%; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.4; }
.ticker { overflow: hidden; padding: 16px 0; background: var(--coral); color: var(--ink); white-space: nowrap; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { margin: 0 28px; color: var(--white); }
@keyframes ticker { to { transform: translateX(-18%); } }

.section { padding: clamp(80px, 10vw, 150px) 8vw; }
.section-number { margin-bottom: 34px; color: #657286; }
.section-number.light { color: rgba(255,255,255,.55); }
.intro { display: grid; grid-template-columns: .45fr 1.4fr .62fr; gap: 5vw; align-items: start; }
.intro-copy h2, .section-heading h2, .pathway h2, .documents h2, .rules h2, .faq h2 { font-size: clamp(52px, 6vw, 96px); line-height: .9; }
.intro-copy .lead { max-width: 760px; margin: 44px 0 22px; font-size: clamp(20px, 2vw, 28px); line-height: 1.4; }
.intro-copy > p:last-child { max-width: 660px; font-size: 15px; line-height: 1.75; color: #5d6877; }
.fact-card { margin-top: 65px; padding: 28px; border: 1px solid var(--ink); background: var(--lime); transform: rotate(2deg); }
.fact-icon { display: block; margin-bottom: 35px; font-size: 28px; }
.fact-card strong { font-family: Georgia, serif; font-size: 28px; }
.fact-card p { margin: 16px 0 0; font-size: 13px; line-height: 1.65; }

.specialties-section { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; }
.section-heading p { max-width: 420px; margin: 0 0 4px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.specialty-tools { display: flex; align-items: center; gap: 26px; margin-top: 65px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.15); }
.search-wrap { flex: 0 1 340px; position: relative; }
.search-wrap span { position: absolute; left: 0; top: 10px; font-size: 22px; color: var(--lime); }
.search-wrap input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: white; padding: 10px 8px 10px 30px; outline: 0; }
.search-wrap input::placeholder { color: rgba(255,255,255,.5); }
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.chip { white-space: nowrap; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: transparent; color: rgba(255,255,255,.75); font-size: 11px; cursor: pointer; }
.chip.active, .chip:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.specialty-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.specialty-card { min-height: 300px; padding: 24px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; transition: background .2s, transform .2s; }
.specialty-card:hover { background: rgba(255,255,255,.06); transform: translateY(-3px); }
.card-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; }
.card-top b { font-family: Georgia, serif; font-size: 17px; font-weight: 400; color: var(--coral); }
.specialty-card h3 { margin: auto 0 16px; font-family: Georgia, serif; font-size: clamp(22px, 2vw, 30px); font-weight: 400; line-height: 1.05; }
.specialty-card p { min-height: 58px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
.card-tag { width: max-content; margin-top: 24px; padding: 7px 10px; border-radius: 3px; background: rgba(201,255,99,.12); color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.empty-state { grid-column: 1/-1; padding: 60px; text-align: center; color: rgba(255,255,255,.55); }

.pathway { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.pathway-head { position: sticky; top: 140px; align-self: start; }
.pathway-head > p { max-width: 480px; margin: 32px 0 0; color: #5c697a; line-height: 1.65; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 62px 1fr 30px; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.step-number { font-family: Georgia, serif; color: var(--coral); font-size: 26px; }
.step h3 { margin: 0 0 10px; font-size: 20px; }
.step p { max-width: 580px; margin: 0; color: #667182; font-size: 13px; line-height: 1.65; }
.step-arrow { color: var(--coral); font-size: 22px; }

.documents { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: var(--coral); }
.documents-copy > p { max-width: 500px; margin: 32px 0; line-height: 1.65; }
.progress-block { margin-top: 48px; max-width: 480px; }
.progress-meta { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 10px; }
.progress-track { height: 6px; background: rgba(16,36,63,.18); overflow: hidden; }
.progress-track span { display: block; height: 100%; background: var(--ink); transition: width .3s; }
.checklist { align-self: center; border-top: 1px solid rgba(16,36,63,.25); }
.check-item { width: 100%; display: flex; align-items: center; gap: 16px; border: 0; border-bottom: 1px solid rgba(16,36,63,.25); background: none; padding: 19px 0; text-align: left; cursor: pointer; }
.checkbox { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; }
.check-item.checked { opacity: .58; }
.check-item.checked > span:last-child { text-decoration: line-through; }
.check-item.checked .checkbox { background: var(--ink); color: var(--lime); }

.rules { background: var(--white); }
.rules-title { display: grid; grid-template-columns: .45fr 1.55fr; }
.rules-grid { margin-top: 70px; border-top: 1px solid var(--line); }
.rule-link { display: grid; grid-template-columns: .5fr 1.4fr 40px; align-items: center; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.rule-link span { color: #758091; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.rule-link b { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.rule-link i { font-style: normal; color: var(--coral); font-size: 24px; }
.rule-link:hover b { color: var(--coral); }
.updated { margin: 28px 0 0; color: #7c8592; font-size: 11px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 25px 0; font-size: 18px; font-weight: 700; display: flex; justify-content: space-between; gap: 30px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 24px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 28px 0; max-width: 680px; color: #657182; font-size: 14px; line-height: 1.7; }

.cta-section { padding: 110px 8vw; text-align: center; background: var(--lime); }
.cta-kicker { margin-bottom: 26px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cta-section h2 { font-size: clamp(48px, 6.5vw, 100px); line-height: .9; }
.cta-section p { max-width: 650px; margin: 30px auto; line-height: 1.6; }
.button-light { background: var(--white); border: 1px solid var(--ink); }
.button-light span { color: var(--coral); font-size: 20px; }

footer { padding: 70px 8vw 24px; background: var(--ink); color: white; display: grid; grid-template-columns: .65fr .8fr .55fr; gap: 7vw; }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
footer > p { margin: 0; max-width: 470px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.75; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1100px) {
  .header { grid-template-columns: 1fr auto; }
  .nav, .header-action { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 6px; padding: 10px; }
  .menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); }
  .nav.nav-open { display: flex; position: absolute; left: 0; right: 0; top: 84px; padding: 26px 5vw; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-content { padding-left: 5vw; }
  .specialty-grid { grid-template-columns: repeat(3,1fr); }
  .intro { grid-template-columns: .3fr 1.2fr; }
  .fact-card { grid-column: 2; max-width: 420px; margin-top: 0; }
}

@media (max-width: 780px) {
  .notice { font-size: 8px; line-height: 1.4; }
  .header { height: 70px; }
  .nav.nav-open { top: 70px; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 70px 6vw 80px; }
  h1 { font-size: clamp(58px, 17vw, 92px); }
  .hero-visual { min-height: 520px; }
  .medical-cross { transform: translate(-50%,-50%) rotate(13deg) scale(.76); }
  .orbit-one { transform: scale(.75); }
  .section { padding: 82px 6vw; }
  .intro, .section-heading, .pathway, .documents, .rules-title, .faq { grid-template-columns: 1fr; }
  .intro { gap: 20px; }
  .fact-card { grid-column: auto; margin-top: 30px; }
  .section-heading { gap: 28px; }
  .specialty-tools { align-items: stretch; flex-direction: column; }
  .search-wrap { flex: none; }
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .specialty-card { min-height: 270px; }
  .pathway-head { position: static; margin-bottom: 50px; }
  .documents { gap: 50px; }
  .rules-title, .faq { gap: 45px; }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: auto; }
}

@media (max-width: 500px) {
  .brand { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; }
  .visual-label b { font-size: 32px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 240px; }
  .step { grid-template-columns: 44px 1fr; }
  .step-arrow { display: none; }
  .rule-link { grid-template-columns: 1fr 32px; gap: 12px; }
  .rule-link span { grid-column: 1/-1; }
  .rule-link b { font-size: 20px; }
  .faq-list summary { font-size: 16px; }
}

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