:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5d6678;
  --blue: #2e3192;
  --blue-2: #1a75b8;
  --blue-deep: #11145f;
  --blue-soft: #eef6ff;
  --green: #8bc240;
  --green-deep: #2e3192;
  --mint: #f6f9ff;
  --sand: #f6f9ff;
  --paper: #fff;
  --surface: #f6f9ff;
  --line: #dde7f2;
  --warning: #7d331d;
  --warning-bg: #fff2e8;
  --focus: #2e3192;
  --focus-dark: #ffd25b;
  --shadow-sm: 0 14px 36px rgba(17, 20, 95, .09);
  --shadow-lg: 0 22px 60px rgba(17, 20, 95, .13);
  --radius-sm: 8px;
  --radius: 8px;
  --radius-lg: 12px;
  --shell: 73.75rem;
  --font-display: Inter, Arial, Helvetica, sans-serif;
  --font-body: Inter, Arial, Helvetica, sans-serif;
}

.package-detail { margin:12px 0; border:1px solid var(--line); border-radius:8px; background:var(--surface); }
.package-detail summary { padding:16px; cursor:pointer; font-weight:700; color:var(--blue-deep); }
.package-detail-body { padding:0 18px 18px; }
.package-detail-body ul { columns:2; column-gap:28px; }
.package-detail-body li { break-inside:avoid; }
.explanation-diagram { margin:24px 0; padding:20px; background:var(--surface); border:1px solid var(--line); border-radius:8px; }
.explanation-diagram figcaption { font-weight:700; color:var(--blue-deep); margin-bottom:16px; }
.explanation-diagram ol { display:flex; gap:12px; list-style:none; margin:0; padding:0; }
.explanation-diagram li { flex:1; min-width:0; padding:12px; border-top:3px solid var(--blue-2); background:#fff; }
.explanation-diagram strong,.explanation-diagram span { display:block; }
.explanation-diagram strong { color:var(--blue-deep); margin-bottom:6px; }
.explanation-diagram p { font-size:.9rem; margin:16px 0 0; }
table th small { display:block; margin-top:5px; font-weight:400; }
@media(max-width:600px) {
  .package-detail-body ul { columns:1; }
  .explanation-diagram ol { flex-direction:column; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.consent-open { padding-bottom: 10rem; }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--blue); text-decoration-thickness: .09em; text-underline-offset: .17em; }
a:hover { color: var(--green-deep); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.campaign-section :focus-visible, .local-cta :focus-visible, .site-footer :focus-visible, .campaign-bar :focus-visible { outline-color: var(--focus-dark); }
h1, h2, h3 { margin: 0; color: var(--blue-deep); font-family: var(--font-display); line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 6vw, 5.25rem); }
h2 { font-size: clamp(1.85rem, 3.8vw, 3.15rem); }
h3 { font-size: clamp(1.17rem, 2vw, 1.48rem); }
p { margin: 0 0 1.15rem; }
code { padding: .1rem .35rem; border-radius: .3rem; background: #e7eef0; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .9em; }
.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; min-width: 0; }
.narrow { max-width: 50rem; }
.small { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .75rem 1rem; border-radius: .5rem; background: var(--paper); color: var(--blue-deep); box-shadow: var(--shadow-lg); font-weight: 800; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: .9rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::before { width: 2rem; height: 4px; border-radius: 999px; background: var(--green); content: ""; }
.eyebrow-light { color: #c9f1df; }
.status-chip { display: inline-flex; margin-bottom: 1rem; padding: .45rem .75rem; border: 1px solid #d59b69; border-radius: 999px; background: var(--warning-bg); color: var(--warning); font-size: .86rem; font-weight: 800; }

.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .76rem 1.15rem; border: 2px solid var(--green); border-radius: .7rem; background: var(--green); color: #fff; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { border-color: var(--green-deep); background: var(--green-deep); color: #fff; box-shadow: var(--shadow-sm); }
.button-small { min-height: 2.75rem; padding: .66rem .95rem; font-size: .9rem; }
.button-large { min-height: 3.35rem; padding-inline: 1.4rem; }
.button-full { width: 100%; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--blue-deep); }
.button-ghost:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-deep); }
.button-light { border-color: #fff; background: #fff; color: var(--blue-deep); }
.button-light:hover { border-color: var(--mint); background: var(--mint); color: var(--blue-deep); }
.button-outline-light { border-color: rgba(255,255,255,.72); background: transparent; color: #fff; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .4rem; font-weight: 800; }

.campaign-bar { position: relative; z-index: 40; background: var(--blue-deep); color: #fff; text-align: center; }
.campaign-bar a { display: block; min-height: 2.6rem; padding: .65rem 1rem; color: #fff; font-size: .88rem; font-weight: 750; line-height: 1.35; text-decoration: none; }
.campaign-bar span:first-child { margin-right: .6rem; color: #c9f1df; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(7,81,110,.12); background: rgba(255,255,255,.96); box-shadow: 0 6px 22px rgba(7,58,78,.05); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 5.25rem; align-items: center; justify-content: space-between; gap: 1.3rem; }
.brand { display: inline-flex; min-height: 3rem; align-items: center; gap: .75rem; color: var(--blue-deep); text-decoration: none; }
.brand img { width: 8.2rem; height: auto; }
.brand span { padding-left: .75rem; border-left: 1px solid var(--line); color: var(--green-deep); font-size: .92rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; min-width: 0; align-items: center; gap: 1rem; }
.main-nav > a:not(.button) { display: inline-flex; min-height: 2.75rem; align-items: center; color: var(--ink); font-size: .94rem; font-weight: 750; text-decoration: none; }
.main-nav > a[aria-current="page"] { box-shadow: inset 0 -3px var(--green); color: var(--green-deep); }
.main-nav .nav-phone { color: var(--blue); }
.menu-toggle { display: none; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; color: var(--blue-deep); cursor: pointer; }
.menu-toggle span { display: block; width: 1.35rem; height: 2px; margin: .22rem auto; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.44rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.44rem) rotate(-45deg); }

.home-hero { position: relative; padding: clamp(3.5rem, 7vw, 6.5rem) 0 3.5rem; overflow: clip; background: radial-gradient(circle at 12% 12%, rgba(42,118,91,.12), transparent 34rem), linear-gradient(135deg, #f8fbfa 0%, #edf5f4 100%); }
.home-hero::after { position: absolute; right: -8rem; bottom: -14rem; width: 28rem; height: 28rem; border: 1px solid rgba(7,81,110,.16); border-radius: 50%; content: ""; }
.home-hero-grid { position: relative; z-index: 1; display: grid; min-width: 0; align-items: center; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(0,1.05fr) minmax(18rem,.95fr); }
.home-hero-copy { min-width: 0; }
.home-hero-copy h1 { max-width: 12ch; }
.home-hero-copy > p { max-width: 42rem; margin-top: 1.5rem; color: var(--muted); font-size: clamp(1.05rem,2vw,1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.3rem; margin-top: 1.7rem; color: var(--green-deep); font-size: .88rem; font-weight: 750; }
.trust-row span { display: inline-flex; align-items: center; gap: .4rem; }
.trust-row span::before { width: .48rem; height: .48rem; border-radius: 50%; background: var(--green); content: ""; }
.hero-photo { position: relative; min-width: 0; margin: 0; }
.hero-photo picture { overflow: hidden; border: .55rem solid #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-photo figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .9rem 1rem; border-radius: .75rem; background: rgba(6,56,78,.92); color: #fff; backdrop-filter: blur(8px); }
.hero-photo figcaption strong, .hero-photo figcaption span { display: block; }
.hero-photo figcaption span { margin-top: .15rem; color: #dcecf1; font-size: .84rem; }
.home-facts { padding: 0 0 3.5rem; background: #edf5f4; }
.home-facts .quick-facts { transform: translateY(1.4rem); }
.quick-facts { display: grid; min-width: 0; margin: 0; padding: .5rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); grid-template-columns: repeat(4,minmax(0,1fr)); }
.quick-facts div { min-width: 0; padding: 1rem 1.1rem; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts dt { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-facts dd { margin: .2rem 0 .15rem; overflow-wrap: anywhere; color: var(--blue-deep); font-family: var(--font-display); font-size: clamp(1.05rem,2vw,1.32rem); font-weight: 800; line-height: 1.25; }
.quick-facts span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.35; }

.home-topics, .process-section { padding-block: clamp(4.25rem,8vw,7rem); }
.section-heading { max-width: 48rem; margin-bottom: 2rem; }
.section-heading.split { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading.split > div { max-width: 46rem; }
.topic-grid { display: grid; min-width: 0; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)); }
.topic-card { display: flex; min-width: 0; min-height: 17rem; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.topic-card:hover { border-color: var(--green); background: #fbfefd; box-shadow: var(--shadow-sm); color: var(--ink); }
.topic-card > span { color: var(--green-deep); font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.topic-card h3 { margin: .65rem 0 .85rem; }
.topic-card p { display: block; color: var(--muted); font-size: .94rem; }
.topic-card strong { margin-top: auto; color: var(--blue); font-size: .9rem; }

.campaign-section { padding-block: clamp(4.5rem,8vw,7rem); background: var(--blue-deep); color: #fff; }
.campaign-heading { display: grid; align-items: end; gap: 2rem; grid-template-columns: 1fr 1fr; }
.campaign-heading h2 { color: #fff; }
.campaign-heading > p { margin: 0; color: #d6e9ee; }
.offer-grid { display: grid; gap: 1rem; margin-top: 2.4rem; grid-template-columns: repeat(3,minmax(0,1fr)); }
.offer-card { display: flex; min-width: 0; min-height: 20rem; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.offer-card > span { color: #c9f1df; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-card h3 { margin: .65rem 0; color: #fff; }
.offer-card p { color: #d6e9ee; }
.offer-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .75rem; }
.offer-price del { color: #e0e8eb; font-size: 1rem; }
.offer-price strong { color: #fff; font-family: var(--font-display); font-size: 2rem; }
.offer-card a { min-height: 2.75rem; margin-top: auto; color: #fff; font-weight: 800; }
.campaign-note { margin: 1.5rem 0 0; color: #d6e9ee; font-size: .9rem; }
.campaign-note a { color: #fff; }

.process-list { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(4,minmax(0,1fr)); }
.process-list li { min-width: 0; padding: 0 1.25rem 0 0; }
.process-list li + li { padding-left: 1.25rem; border-left: 1px solid var(--line); }
.process-list > li > span { display: block; margin-bottom: 1.25rem; color: var(--green); font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; }
.process-list h3 { margin-bottom: .65rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .93rem; }

.location-section { padding-block: clamp(4.5rem,8vw,7rem); background: var(--sand); }
.location-grid { display: grid; min-width: 0; align-items: center; gap: clamp(2rem,6vw,5rem); grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
.location-copy { min-width: 0; }
.location-copy > p { color: var(--muted); }
.hours-list { margin: 1.5rem 0; border-top: 1px solid #cfc7b8; }
.hours-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid #cfc7b8; }
.hours-list dt { font-weight: 700; }
.hours-list dd { margin: 0; font-weight: 800; }
.location-gallery { display: grid; min-width: 0; align-items: end; gap: 1rem; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.location-gallery picture { overflow: hidden; border: .45rem solid #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.location-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.location-gallery .gallery-tall img { aspect-ratio: 3/4; }

.breadcrumbs { padding-block: 1rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; margin: 0; padding: 0; color: var(--muted); font-size: .84rem; list-style: none; }
.breadcrumbs li + li::before { margin-right: .55rem; color: #78909a; content: "/"; }
.breadcrumbs a { color: var(--muted); }
.article-hero { padding: clamp(3.2rem,7vw,6rem) 0 3.5rem; background: linear-gradient(140deg,#edf7f4 0%,#f8fbfa 62%,#e6f1f4 100%); }
.article-hero-grid { display: grid; min-width: 0; align-items: end; gap: clamp(2rem,6vw,5rem); grid-template-columns: minmax(0,1.2fr) minmax(18rem,.8fr); }
.article-hero h1 { max-width: 15ch; font-size: clamp(2.3rem,5vw,4.65rem); }
.direct-answer { max-width: 48rem; margin: 1.35rem 0 0; color: var(--muted); font-size: clamp(1.04rem,1.8vw,1.2rem); line-height: 1.72; }
.article-hero .quick-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
.article-hero .quick-facts div:nth-child(2) { border-right: 0; }
.article-hero .quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.article-layout { display: grid; min-width: 0; align-items: start; gap: clamp(2rem,6vw,5rem); padding-block: clamp(3.5rem,7vw,6rem); grid-template-columns: minmax(0,1fr) minmax(17rem,.32fr); }
.article-layout.hub-layout { grid-template-columns:minmax(0,1fr); }
.article-body { min-width: 0; }
.article-section { min-width: 0; padding-bottom: 2.5rem; }
.article-section + .article-section { padding-top: 2.5rem; border-top: 1px solid var(--line); }
.article-section h2 { margin-bottom: 1.2rem; font-size: clamp(1.7rem,3vw,2.45rem); }
.article-section p, .article-section li { max-width: 48rem; color: var(--muted); }
.article-section ul { display: grid; gap: .55rem; margin: 1rem 0 0; padding-left: 1.25rem; }
.article-aside { position: sticky; top: 7rem; min-width: 0; }
.aside-card { padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.aside-card h2 { margin-bottom: 1rem; font-size: 1.55rem; }
.aside-card .button { margin-top: .5rem; }
.safety-note { margin-top: 1rem; padding: 1.2rem 1.25rem; border-left: .35rem solid #b65b34; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--warning-bg); color: var(--warning); }
.safety-note strong { display: block; margin-bottom: .35rem; }
.safety-note p { margin: 0; color: var(--warning); }
.table-scroll { max-width: 100%; margin-top: 1.25rem; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.table-hint { display: none; margin: 1rem 0 -.75rem; color: var(--muted); font-size: .82rem; font-weight: 700; }
table { width: 100%; min-width: 44rem; border-collapse: collapse; font-size: .9rem; }
th, td { padding: .8rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { background: var(--blue-soft); color: var(--blue-deep); font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }
tbody th { color: var(--ink); }
td small { display: block; margin-top: .2rem; color: var(--muted); font-size: .75rem; line-height: 1.35; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.faq-section, .sources-block, .related-section { padding-block: clamp(3.5rem,7vw,6rem); border-top: 1px solid var(--line); }
.faq-list { display: grid; gap: .65rem; }
.faq-list details { border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.faq-list summary { position: relative; min-height: 3.4rem; padding: 1rem 3.25rem 1rem 1.15rem; color: var(--blue-deep); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: .9rem; right: 1rem; display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border-radius: 50%; background: var(--blue-soft); content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 1.15rem 1.1rem; color: var(--muted); }
.sources-block { display: grid; gap: 2.5rem; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); }
.sources-block ol { display: grid; gap: .75rem; margin: 0; padding-left: 1.3rem; }
.sources-block li { padding-left: .3rem; }
.sources-block li span { display: block; color: var(--muted); font-size: .84rem; }
.related-section .topic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.local-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: clamp(3rem,7vw,6rem) 0; padding: clamp(1.6rem,4vw,2.6rem); border-radius: var(--radius-lg); background: var(--blue-deep); color: #fff; box-shadow: var(--shadow-lg); }
.local-cta h2 { max-width: 18ch; color: #fff; font-size: clamp(1.65rem,3vw,2.5rem); }
.local-cta p { max-width: 42rem; margin: .8rem 0 0; color: #d6e9ee; }
.cta-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .65rem; }
.legal-copy { padding-block: 4rem 6rem; }
.legal-copy section + section { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 1rem; font-size: 1.8rem; }
.error-page { display: grid; min-height: 55vh; place-items: center; padding-block: 4rem; text-align: center; }
.error-code { color: var(--green); font-family: var(--font-display); font-size: clamp(5rem,15vw,10rem); font-weight: 900; line-height: .9; }
.error-page h1 { margin: 1rem 0; font-size: clamp(2rem,5vw,4rem); }
.error-page .hero-actions { justify-content: center; }

.site-footer { padding: 4rem 0 1.5rem; background: #082d3f; color: #d9e8ec; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.25fr repeat(3,1fr); }
.footer-grid > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-brand img { width: 9rem; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 19rem; margin-top: .75rem; color: #bfd3da; }
.footer-grid h2 { margin-bottom: .55rem; color: #fff; font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-link-button { min-height: 2.25rem; padding: .2rem 0; border: 0; background: none; color: #d9e8ec; font-size: .9rem; text-align: left; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-link-button:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.16); color: #a9c2cb; font-size: .78rem; }
.footer-bottom p { max-width: 43rem; margin: 0; }
.consent-banner { position: fixed; z-index: 80; right: 1rem; bottom: 1rem; display: flex; width: min(30rem,calc(100% - 2rem)); align-items: stretch; flex-direction: column; gap: .8rem; padding: 1rem 1.1rem; border: 1px solid #94adb6; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: .2rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.consent-actions { display: flex; flex: 0 0 auto; gap: .55rem; }

@media (max-width: 68rem) {
  .main-nav { gap: .7rem; }
  .main-nav > a:not(.button) { font-size: .86rem; }
  .nav-phone { display: none !important; }
  .topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-list { gap: 1.5rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-list li, .process-list li + li { padding: 0; border: 0; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 56rem) {
  html { scroll-padding-top: 5.5rem; }
  .campaign-bar span:first-child { display: block; margin: 0; }
  .site-header { background: #fff; backdrop-filter: none; }
  .header-inner { min-height: 4.6rem; }
  .brand img { width: 7rem; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .main-nav { position: fixed; z-index: 60; top: var(--nav-top,4.6rem); right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem max(1rem,calc((100vw - 44rem)/2)); background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button), .main-nav .button { min-height: 3.25rem; justify-content: flex-start; padding-inline: .8rem; border-bottom: 1px solid var(--line); box-shadow: none; }
  .main-nav .button { justify-content: center; margin-top: 1rem; border: 2px solid var(--green); }
  .main-nav .nav-phone { display: flex !important; }
  .home-hero-grid, .article-hero-grid, .location-grid, .sources-block { grid-template-columns: minmax(0,1fr); }
  .home-hero-copy h1 { max-width: 14ch; }
  .hero-photo { max-width: 42rem; }
  .quick-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-facts div:nth-child(2) { border-right: 0; }
  .quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .campaign-heading { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .article-layout { grid-template-columns: minmax(0,1fr); }
  .article-aside { position: static; }
  .aside-card { display: grid; gap: .5rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .aside-card .eyebrow, .aside-card h2, .aside-card .button { grid-column: 1/-1; }
  .local-cta { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .cta-actions .button { flex: 1 1 14rem; }
}

@media (max-width: 42rem) {
  .shell { width: min(calc(100% - 1.25rem),var(--shell)); }
  body.consent-open { padding-bottom: 14rem; }
  .brand span { display: none; }
  .home-hero { padding-top: 2.8rem; }
  h1 { font-size: clamp(2.2rem,13vw,3.35rem); }
  .article-hero h1 { hyphens: auto; overflow-wrap: anywhere; }
  .home-hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-photo figcaption { position: static; border-radius: 0 0 var(--radius) var(--radius); }
  .hero-photo picture { border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; }
  .home-facts .quick-facts { transform: none; }
  .home-facts { padding-top: 1.25rem; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts div, .quick-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts div:last-child { border-bottom: 0; }
  .section-heading.split { align-items: flex-start; flex-direction: column; }
  .topic-grid, .related-section .topic-grid { grid-template-columns: minmax(0,1fr); }
  .topic-card { min-height: 14rem; }
  .process-list { grid-template-columns: 1fr; }
  .location-gallery { grid-template-columns: 1fr; }
  .location-gallery .gallery-tall img { aspect-ratio: 4/3; }
  .article-hero { padding-top: 2.75rem; }
  .article-hero h1 { font-size: clamp(2.15rem,12vw,3.2rem); }
  .article-hero .quick-facts { grid-template-columns: 1fr; }
  .article-hero .quick-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .article-hero .quick-facts div:last-child { border-bottom: 0; }
  .aside-card { grid-template-columns: 1fr; }
  .aside-card .eyebrow, .aside-card h2, .aside-card .button { grid-column: auto; }
  .local-cta { border-radius: var(--radius); }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { flex: 0 0 auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions { width: 100%; }
  .consent-actions .button { flex: 1 1 0; }
}

@media (max-width: 22.5rem) {
  .shell { width: min(calc(100% - 1rem),var(--shell)); }
  .brand img { width: 6.5rem; }
  .campaign-bar a { font-size: .8rem; }
  .consent-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .campaign-bar, .site-header, .site-footer, .consent-banner, .hero-actions, .local-cta { display: none !important; }
  body { background: #fff; color: #000; }
  .shell { width: 100%; }
  a { color: #000; text-decoration: underline; }
}

/* Jóváhagyott SpektrumLab-arculat az új laborútmutatókhoz. */
.button {
  min-height: 52px;
  padding: 14px 22px;
  border-color: transparent;
  border-radius: 999px;
  color: #12240d;
  font-weight: 900;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.button:hover { border-color: transparent; background: #7fb73a; color: #12240d; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(139,194,64,.34); }
.button-ghost { border-color: var(--blue); background: #fff; color: var(--blue); }
.button-ghost:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--blue-deep); }
.button-light:hover { border-color: #fff; background: var(--soft, #f6f9ff); color: var(--blue-deep); }
.button-outline-light { border-color: rgba(255,255,255,.8); color: #fff; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }

.site-header { z-index: 80; border-bottom: 1px solid rgba(0,0,0,.05); background: rgba(255,255,255,.82); box-shadow: none; backdrop-filter: blur(14px); }
.nav-wrap { position: relative; display: flex; width: min(calc(100% - 3rem),82rem); min-height: 82px; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; }
.main-nav { display: flex; min-width: 0; align-items: center; gap: 18px; margin-left: auto; color: #344054; }
.main-nav > a:not(.button) { min-height: 2.75rem; color: #344054; font-size: .91rem; font-weight: 800; white-space: nowrap; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: var(--blue); }
.main-nav > a[aria-current="page"] { box-shadow: inset 0 -3px var(--green); }
.mobile-menu-cta { display: none !important; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone, .header-cta { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; white-space: nowrap; text-decoration: none; }
.header-phone { padding: 11px 16px; border: 1px solid var(--line); color: var(--blue); background: #fff; }
.header-cta { padding: 13px 18px; color: #14220f; background: var(--green); box-shadow: 0 10px 24px rgba(139,194,64,.3); }
.header-cta:hover { color: #14220f; transform: translateY(-1px); box-shadow: 0 14px 30px rgba(139,194,64,.34); }
.menu-toggle { min-width: 46px; min-height: 44px; padding: 10px 12px; border-radius: var(--radius); color: var(--blue-deep); font-size: 22px; line-height: 1; }
.campaign-topbar { position: relative; z-index: 70; color: #fff; background: linear-gradient(90deg,var(--blue-deep),var(--blue)); }
.campaign-topbar a { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 18px; padding: 9px 24px; font-size: 14px; line-height: 1.35; }
.campaign-topbar strong { color: var(--green); white-space: nowrap; }
.campaign-topbar-link { padding-bottom: 1px; border-bottom: 1px solid rgba(255,255,255,.75); font-weight: 900; white-space: nowrap; }

.article-hero { background: linear-gradient(180deg,#fff 0%,#eef6ff 100%); }
.article-hero h1 { max-width: 16ch; font-size: clamp(2.35rem,5vw,3.875rem); }
.direct-answer { color: #394760; font-size: clamp(1.06rem,1.8vw,1.31rem); line-height: 1.55; }
.quick-facts, .topic-card, .aside-card, .table-scroll, .faq-list details { border-radius: var(--radius); }
.quick-facts { box-shadow: var(--shadow-sm); }
.topic-card { min-height: 16rem; border-left: 4px solid var(--green); box-shadow: 0 8px 26px rgba(17,20,95,.05); }
.topic-card:hover { border-color: var(--green); background: #fff; box-shadow: var(--shadow-sm); }
.topic-card > span { color: var(--blue); }
.local-cta { border-radius: var(--radius-lg); background: linear-gradient(135deg,var(--blue),var(--blue-deep)); }
.error-code { color: var(--blue); }

.patient-summary { display: grid; gap: 16px; margin-top: clamp(2rem,4vw,3.5rem); grid-template-columns: repeat(2,minmax(0,1fr)); }
.patient-summary article { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(17,20,95,.05); }
.patient-summary h2 { margin-bottom: 10px; color: var(--blue); font-size: clamp(1.2rem,2vw,1.48rem); }
.patient-summary p { margin: 0; color: var(--muted); line-height: 1.62; }
.resource-banner { display: flex; align-items: center; justify-content: space-between; gap: clamp(1.25rem,4vw,3rem); margin-top: 16px; padding: clamp(1.4rem,3vw,2rem); border: 1px solid #cdd9f5; border-radius: var(--radius); background: linear-gradient(135deg,#f7f9ff 0%,#eef6ff 100%); box-shadow: 0 8px 24px rgba(17,20,95,.05); }
.resource-banner h2 { margin: .35rem 0 .55rem; font-size: clamp(1.45rem,2.7vw,2.05rem); }
.resource-banner p { max-width: 49rem; margin: 0; color: var(--muted); }
.resource-banner .button { flex: 0 0 auto; }
.patient-journey { display: grid; gap: 16px; padding-block: clamp(3.5rem,7vw,5.5rem); border-top: 1px solid var(--line); grid-template-columns: repeat(2,minmax(0,1fr)); }
.patient-journey article { min-width: 0; padding: clamp(1.4rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.patient-journey h2 { margin-bottom: 14px; font-size: clamp(1.55rem,2.8vw,2.15rem); }
.patient-journey p { margin: 0; color: var(--muted); }

th small { display: block; margin-top: .35rem; color: var(--muted); font-size: .75rem; font-weight: 500; line-height: 1.4; }
tbody td:nth-child(2) strong { color: var(--blue-deep); white-space: nowrap; }
.sources-block { display: block; margin-bottom: clamp(3rem,6vw,5rem); padding-block: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.sources-block > summary { position: relative; padding: .25rem 3rem .25rem 1.25rem; color: var(--blue-deep); cursor: pointer; font-weight: 850; list-style: none; }
.sources-block > summary::-webkit-details-marker { display: none; }
.sources-block > summary::after { position: absolute; top: -.15rem; right: 1rem; display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); content: "+"; }
.sources-block[open] > summary::after { content: "−"; }
.sources-content { padding: 1.25rem 1.25rem .25rem; }
.sources-content p { color: var(--muted); font-size: .88rem; }
.sources-content ol { display: grid; gap: .6rem; margin: 0; padding-left: 1.25rem; }
.sources-content a { overflow-wrap: anywhere; }

.site-footer { padding: 54px 0 32px; color: #cbd5e1; background: #0d123d; }
.footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); }
.footer-logo { width: 240px !important; padding: 9px; border-radius: var(--radius); background: #fff; filter: none !important; }
.footer-brand p { color: #b7c2d2; }
.footer-grid h3 { margin: 0 0 12px; color: #fff; font-size: 1rem; letter-spacing: 0; text-transform: none; }
.footer-grid a, .footer-link-button { min-height: auto; margin: 7px 0; padding: 0; color: #fff; font-weight: 800; }
.footer-bottom { color: #94a3b8; }

@media (max-width: 80rem) {
  .header-phone { display: none; }
}

@media (max-width: 74rem) {
  .brand img { width: 188px; }
  .main-nav { gap: 13px; }
  .main-nav > a:not(.button) { font-size: .86rem; }
}

@media (max-width: 1023px) {
  html { scroll-padding-top: 5.5rem; }
  .site-header { background: #fff; backdrop-filter: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 188px; }
  .header-actions { display: none; }
  .menu-toggle { position: relative; z-index: 110; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .main-nav { display: none; }
  .main-nav.is-open { position: fixed; z-index: 100; inset: 0; display: flex; overflow-y: auto; align-items: stretch; justify-content: center; flex-direction: column; gap: 6px; margin: 0; padding: 96px 28px 34px; background: rgba(255,255,255,.98); }
  .main-nav.is-open > a:not(.button) { min-height: auto; justify-content: flex-start; padding: 14px 4px; border: 0; box-shadow: none; color: var(--blue-deep); font-size: 24px; line-height: 1.1; white-space: normal; }
  .main-nav.is-open .mobile-menu-cta { display: inline-flex !important; min-height: 56px; align-items: center; justify-content: center; margin-top: 18px; padding: 15px 22px; border-radius: 999px; color: #14220f; background: var(--green); font-size: 18px; box-shadow: 0 16px 38px rgba(139,194,64,.3); }
  .campaign-topbar a { flex-wrap: wrap; gap: 4px 12px; }
  .article-layout { grid-template-columns: minmax(0,1fr); }
  .article-aside { position: static; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 48rem) {
  .table-hint { display: block; }
}

@media (max-width: 42rem) {
  .shell { width: min(calc(100% - 1.75rem),var(--shell)); }
  .patient-summary, .patient-journey { grid-template-columns: minmax(0,1fr); }
  .patient-summary article { padding: 20px; }
  .resource-banner { align-items: stretch; flex-direction: column; }
  .resource-banner .button { width: 100%; }
  .article-hero h1 { max-width: none; font-size: clamp(1.875rem,9vw,2.6rem); }
  .campaign-topbar-link { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}
