@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap");

:root {
  --bg: #fff;
  --surface-soft: #f7f5fb;
  --border: rgba(92,43,130,.14);
  --text: #1f2544;
  --muted: #4f5878;
  --primary: #5c2b82;
  --primary-dark: #3f1c62;
  --teal: #138b98;
  --blue: #2f4aa0;
  --accent: #d7a441;
  --shadow: 0 18px 40px rgba(31,37,68,.08);
  --shadow-hover: 0 22px 44px rgba(47,74,160,.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1280px;
  --gutter: 48px;
  --heading: "Manrope", "Avenir Next", sans-serif;
  --body: "Inter", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, .eyebrow, .nav-links, .button, .benefit-number, .step-number { font-family: var(--heading); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; color: var(--primary); font-size: clamp(3.35rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.065em; }
h2 { margin-bottom: 20px; color: var(--primary); font-size: clamp(2.15rem, 4vw, 3.45rem); line-height: 1.04; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; letter-spacing: -.035em; }
p { color: var(--muted); line-height: 1.8; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(calc(100% - var(--gutter)), var(--container)); margin: 0 auto; }
.section { position: relative; padding: 96px 0; }
.section-soft { background: var(--surface-soft); }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.lead { color: var(--text); font-size: 1.17rem; line-height: 1.72; }
.text-link { color: var(--primary); font-weight: 800; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; letter-spacing: -.02em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(31,37,68,.12); }
.button-primary { color: #fff; background: var(--primary); }
.button-secondary { color: var(--primary); border-color: var(--primary); background: #fff; }

.topbar, .site-header { position: relative; z-index: 20; padding: 30px 0 18px; background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.65) 72%, rgba(255,255,255,0)); backdrop-filter: blur(6px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 90px; height: auto; }
.nav-actions { display: flex; align-items: center; gap: 14px; }

.adjudication-hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(120deg, #f8f5fc 0%, #eef3fb 52%, #e7f5f5 100%); }
.adjudication-hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -210px; top: -275px; border: 120px solid rgba(92,43,130,.07); border-radius: 50%; }
.adjudication-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: 22%; bottom: -220px; border: 76px solid rgba(19,139,152,.09); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; padding: 70px 0 96px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--primary); font-weight: 700; }
.hero-copy p { max-width: 665px; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero-card { position: relative; z-index: 2; width: min(100%, 430px); padding: 46px; border: 1px solid rgba(255,255,255,.72); border-radius: 34px; background: rgba(255,255,255,.74); box-shadow: 0 30px 65px rgba(47,74,160,.16); backdrop-filter: blur(14px); }
.hero-card img { width: 122px; height: 122px; margin-bottom: 44px; }
.hero-card strong { display: block; margin-bottom: 12px; color: var(--primary); font: 800 1.75rem/1.2 var(--heading); letter-spacing: -.04em; }
.hero-card p { margin-bottom: 0; font-size: .94rem; }
.float-note { position: absolute; z-index: 3; right: -8px; bottom: 22px; width: 205px; padding: 21px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--blue)); box-shadow: 0 18px 36px rgba(47,74,160,.24); }
.float-note strong { display: block; margin-bottom: 6px; font: 800 1.02rem/1.25 var(--heading); }
.float-note span { font-size: .78rem; line-height: 1.45; }

.section-nav { position: sticky; z-index: 12; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.section-nav .container { display: flex; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.section-nav .container::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; padding: 20px 0 17px; border-bottom: 3px solid transparent; color: var(--muted); font: 700 .86rem var(--heading); }
.section-nav a:hover, .section-nav a:focus-visible { color: var(--primary); border-color: var(--primary); }

.overview-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 88px; }
.overview-aside { position: sticky; top: 92px; align-self: start; }
.definition-card { padding: 34px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(145deg, #fff, #f3eef9); box-shadow: var(--shadow); }
.definition-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--blue)); font: 800 1.35rem var(--heading); }
.definition-card h3 { color: var(--primary); font-size: 1.5rem; }
.definition-card p:last-child, .overview-copy p:last-child { margin-bottom: 0; }
.overview-copy p { margin-bottom: 20px; }
.resource-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 36px; }
.resource-card { padding: 25px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(31,37,68,.05); }
.resource-card strong { display: block; margin-bottom: 8px; color: var(--text); font-family: var(--heading); }
.resource-card p { margin-bottom: 12px; font-size: .88rem; line-height: 1.6; }

.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.benefit-card { min-height: 270px; padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 26px rgba(31,37,68,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(92,43,130,.3); box-shadow: var(--shadow-hover); }
.benefit-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 30px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--blue)); font-weight: 800; }
.benefit-card:nth-child(2) .benefit-number { background: linear-gradient(135deg, var(--teal), var(--blue)); }
.benefit-card h3 { color: var(--primary); font-size: 1.35rem; }
.benefit-card p { margin-bottom: 0; font-size: .94rem; }

.application-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
.application-intro { position: sticky; top: 94px; }
.application-intro p { margin-bottom: 0; }
.steps { display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 24px rgba(31,37,68,.05); }
.step-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); font-weight: 800; }
.step:nth-child(even) .step-number { background: var(--teal); }
.step h3 { margin: 5px 0 8px; color: var(--text); font-size: 1.13rem; }
.step p, .step ul { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.step ul { padding-left: 20px; }

.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.detail-card { padding: 38px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.detail-card h3 { color: var(--primary); font-size: 1.5rem; }
.hours { width: 100%; margin-top: 24px; border-collapse: collapse; color: var(--muted); font-size: .9rem; }
.hours th, .hours td { padding: 15px 14px; border-top: 1px solid var(--border); text-align: left; vertical-align: top; }
.hours th { width: 64%; color: var(--text); font-weight: 600; }
.payment-list { display: grid; gap: 16px; padding: 0; margin: 24px 0 0; list-style: none; }
.payment-list li { position: relative; padding-left: 36px; color: var(--muted); line-height: 1.65; }
.payment-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .72rem; font-weight: 800; }
.notice { grid-column: 1 / -1; padding: 36px 40px; border-left: 5px solid var(--accent); border-radius: 18px; background: #fffaf0; }
.notice h3 { color: #6e4c16; }
.notice p { margin-bottom: 0; }

.cta { position: relative; overflow: hidden; padding: 74px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #2d174d, #2f4aa0 64%, #138b98); }
.cta::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -190px; border: 70px solid rgba(255,255,255,.07); border-radius: 50%; }
.cta-content { position: relative; z-index: 1; max-width: 760px; }
.cta .eyebrow { color: #78d0d6; }
.cta h2 { color: #fff; }
.cta p { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.cta .button-secondary { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }

.site-footer { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 36px max(32px, calc((100vw - var(--container)) / 2)) 28px; background: linear-gradient(90deg, #26124b 0%, #2e1960 45%, #341f72 100%); color: rgba(255,255,255,.88); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr 1.12fr; gap: 28px; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-brand img { width: 122px; height: auto; margin-bottom: 14px; }
.footer-title { margin-bottom: 2px; color: #fff; font-size: 1rem; font-weight: 700; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .footer-meta a { color: rgba(255,255,255,.86); }
.footer-social { display: flex; gap: 14px; margin-top: 6px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.footer-social a svg { width: 18px; height: 18px; }
.footer-meta { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 30px 0 0; color: rgba(255,255,255,.68); font-size: .92rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-meta-links { display: inline-flex; align-items: center; gap: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .overview-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 840px) {
  .hero-grid, .overview-grid, .application-grid, .details-grid { grid-template-columns: 1fr; }
  .adjudication-hero { min-height: auto; }
  .hero-grid { gap: 10px; padding-top: 48px; }
  .hero-visual { min-height: 390px; }
  .overview-aside, .application-intro { position: static; }
  .notice { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  :root { --gutter: 28px; }
  .section { padding: 70px 0; }
  .topbar { padding-top: 16px; padding-bottom: 12px; }
  .brand { width: 100%; justify-content: center; }
  .brand img { width: 82px; }
  .nav { gap: 14px; }
  .nav-actions { width: 100%; margin-left: 0; }
  .nav-actions .button { width: 100%; }
  .hero-grid { padding-bottom: 70px; }
  .hero-visual { min-height: 350px; }
  .hero-card { padding: 32px; }
  .hero-card img { width: 96px; height: 96px; margin-bottom: 32px; }
  .float-note { right: 0; width: 178px; }
  .section-nav .container { gap: 24px; }
  .benefits-grid, .resource-row { grid-template-columns: 1fr; }
  .step { grid-template-columns: 44px 1fr; padding: 24px 20px; }
  .step-number { width: 42px; height: 42px; }
  .detail-card, .notice { padding: 30px 26px; }
  .hours th, .hours td { display: block; width: 100%; padding: 12px 0; }
  .hours td { padding-top: 0; border-top: 0; }
  .cta { padding: 44px 28px; }
  .site-footer { padding-left: 14px; padding-right: 14px; }
  .footer-brand img { width: 110px; }
  .footer-meta-links { flex-wrap: wrap; }
}
