:root {
  --ink: #16312f;
  --cream: #fbf7ef;
  --paper: #fffdfa;
  --coral: #f36f56;
  --coral-dark: #d84f38;
  --teal: #2f7b72;
  --mustard: #e8b44f;
  --lilac: #a889b8;
  --line: rgba(22, 49, 47, 0.16);
  --muted: #60706d;
}

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

.site-header {
  min-height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, 0.92);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; letter-spacing: -0.04em; }
.brand b { color: var(--coral-dark); }
.brand-mark {
  width: 34px; height: 34px; border: 2px solid var(--ink); border-radius: 48% 48% 45% 45%;
  display: grid; place-items: center; position: relative; background: var(--mustard);
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; width: 11px; height: 11px; background: var(--mustard); border: 2px solid var(--ink); transform: rotate(45deg); top: -5px; z-index: -1;
}
.brand-mark::before { left: 2px; }
.brand-mark::after { right: 2px; }
.brand-mark span { font-size: 20px; transform: translateY(-2px); }

nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--coral-dark); }
.header-cta { padding: 12px 20px; border: 1.5px solid var(--ink); border-radius: 99px; font-size: 14px; font-weight: 800; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-1px); }

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 7vw;
  padding: 76px 7vw 88px;
  overflow: hidden;
  position: relative;
}
.hero::before { content: ""; width: 360px; height: 360px; border: 1px solid rgba(47,123,114,.22); border-radius: 50%; position: absolute; left: -210px; bottom: -210px; }
.hero::after { content: ""; width: 160px; height: 160px; background: var(--mustard); opacity: .18; border-radius: 50%; position: absolute; right: -60px; top: 45px; }
.hero-copy { max-width: 700px; position: relative; z-index: 2; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 900; color: var(--teal); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: block; width: 28px; height: 2px; background: var(--coral); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(62px, 7.6vw, 112px); line-height: .88; max-width: 770px; margin-top: 25px; }
.hero-lead { max-width: 610px; font-size: 19px; line-height: 1.65; color: var(--muted); margin: 30px 0 33px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; font-size: 14px; font-weight: 900; transition: .2s ease; }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 8px 0 rgba(216,79,56,.16); }
.button-primary span { margin-left: 28px; font-size: 19px; }
.button-secondary { border: 1.5px solid var(--ink); }
.button:hover { transform: translateY(-2px); }
.updated { display: flex; align-items: center; gap: 8px; margin: 27px 0 0; font-size: 12px; color: var(--muted); }
.updated span { width: 19px; height: 19px; background: #dcebe5; color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-weight: 900; }

.hero-card { background: var(--ink); color: white; padding: 27px 30px 25px; min-height: 430px; border-radius: 5px; position: relative; box-shadow: 18px 18px 0 var(--mustard); transform: rotate(1.2deg); }
.hero-card::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.24); pointer-events: none; }
.hero-card-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.hero-price-list > div { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-price-list span { font-family: Georgia, serif; font-size: 21px; }
.hero-price-list strong { font-size: 35px; color: #ffe6b2; letter-spacing: -.05em; }
.hero-price-list small { font-size: 12px; letter-spacing: 0; }
.hero-card > p { position: absolute; bottom: 20px; left: 30px; margin: 0; font-size: 11px; opacity: .7; }
.cat-seal { width: 78px; height: 78px; position: absolute; right: 24px; bottom: -32px; background: var(--coral); border: 4px solid var(--cream); border-radius: 50%; display: grid; place-items: center; transform: rotate(-8deg); }
.cat-face { font-size: 18px; font-weight: 900; letter-spacing: 2px; }
.ear { position: absolute; width: 22px; height: 22px; background: var(--coral); top: -4px; transform: rotate(45deg); border-radius: 3px; z-index: -1; }
.ear.left { left: 8px; } .ear.right { right: 8px; }

.trust-strip { background: var(--paper); border-block: 1px solid var(--line); min-height: 76px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; padding: 0 7vw; }
.trust-strip span { font-size: 13px; font-weight: 800; padding: 0 34px; text-align: center; border-right: 1px solid var(--line); }
.trust-strip span:first-child { padding-left: 0; }
.trust-strip span:last-child { border: 0; padding-right: 0; }
.trust-strip b { font-family: Georgia, serif; font-size: 17px; color: var(--coral); margin-right: 12px; }

.section { padding: 105px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 50px; margin-bottom: 48px; }
.kicker { margin: 0 0 15px; }
.section-heading h2, .calculator-intro h2, .faq-title h2 { font-size: clamp(43px, 5vw, 70px); line-height: 1; }
.section-heading > p, .calculator-intro > p, .faq-title > p { color: var(--muted); line-height: 1.7; margin: 0; font-size: 15px; }

.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.price-card { min-height: 345px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease; overflow: hidden; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(22,49,47,.09); z-index: 2; }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--card-color); }
.price-card.coral { --card-color: var(--coral); }
.price-card.teal { --card-color: var(--teal); }
.price-card.mustard { --card-color: var(--mustard); }
.price-card.lilac { --card-color: var(--lilac); }
.card-index { position: absolute; right: 20px; top: 22px; font-family: Georgia, serif; font-size: 13px; color: #9ba5a1; }
.vaccine-icon { width: 48px; height: 48px; border-radius: 50%; background: color-mix(in srgb, var(--card-color) 25%, white); display: grid; place-items: center; color: var(--ink); font-size: 22px; margin: 25px 0 35px; }
.price-card h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 500; letter-spacing: -.03em; margin: 0 0 12px; }
.price-card > p { font-size: 13px; color: var(--muted); line-height: 1.55; margin: 0; }
.price-row { margin-top: auto; padding-top: 25px; display: flex; justify-content: space-between; align-items: end; }
.price-row span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; color: var(--muted); }
.price-row strong { font-size: 21px; }

.parasite-note { margin-top: 22px; padding: 25px 28px; border: 1px solid var(--line); background: var(--paper); display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.parasite-icon { width: 42px; height: 42px; border-radius: 50%; background: #dcebe5; color: var(--teal); display: grid; place-items: center; font-size: 26px; }
.parasite-note strong { font-family: Georgia, serif; font-size: 19px; }
.parasite-note p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 5px 0 0; }
.parasite-note > span { color: var(--coral-dark); font-size: 18px; font-weight: 900; white-space: nowrap; }

.calculator-section { background: var(--ink); color: white; padding: 100px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; position: relative; overflow: hidden; }
.calculator-section::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; left: -170px; bottom: -210px; }
.kicker.light { color: #95c7bb; }
.calculator-intro h2 { color: #fff3da; margin-bottom: 26px; }
.calculator-intro > p { color: rgba(255,255,255,.65); }
.plan-tabs { display: inline-flex; gap: 6px; margin-top: 35px; padding: 5px; background: rgba(255,255,255,.08); border-radius: 5px; }
.plan-tabs button { color: rgba(255,255,255,.62); background: transparent; border: 0; padding: 12px 17px; border-radius: 3px; font-size: 13px; font-weight: 800; cursor: pointer; }
.plan-tabs button.active { color: var(--ink); background: var(--mustard); }
.calculator-card { background: var(--paper); color: var(--ink); padding: 10px 32px 31px; border-radius: 5px; box-shadow: 16px 16px 0 rgba(243,111,86,.85); }
.calculator-item { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line); }
.calculator-item > div:first-child { display: grid; gap: 5px; }
.calculator-item strong { font-family: Georgia, serif; font-size: 19px; }
.calculator-item span { color: var(--muted); font-size: 12px; }
.stepper { display: grid; grid-template-columns: 34px 36px 34px; align-items: center; text-align: center; border: 1px solid var(--line); border-radius: 99px; padding: 3px; }
.stepper button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; }
.stepper button:hover:not(:disabled) { background: #e8eee9; }
.stepper button:disabled { opacity: .28; cursor: default; }
.stepper output { font-weight: 900; }
.calculator-total { padding-top: 26px; display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; align-items: end; }
.calculator-total > span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; color: var(--teal); }
.calculator-total strong { grid-row: 1 / 3; grid-column: 2; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: -.05em; }
.calculator-total small { color: var(--muted); font-size: 11px; }

.schedule-section { background: #f7eddd; }
.timeline { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); }
.timeline-item { position: relative; padding: 35px 30px 0 0; border-right: 1px solid var(--line); min-height: 230px; }
.timeline-item:last-child { border-right: 0; padding-left: 30px; }
.timeline-item:not(:first-child):not(:last-child) { padding-left: 30px; }
.timeline-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--coral); border: 3px solid #f7eddd; outline: 1px solid var(--coral); position: absolute; top: -7px; left: -7px; }
.timeline-item:first-child .timeline-dot { left: 0; }
.timeline-age { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; }
.timeline h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 500; margin: 28px 0 10px; }
.timeline p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }

.faq-section { padding: 110px 7vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.faq-title h2 { margin-bottom: 25px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0 4px; }
summary { list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 20px; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: Arial, sans-serif; font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 720px; margin: -5px 45px 26px 0; }

.source-section { margin: 0 7vw 80px; padding: 27px 30px; border: 1px solid var(--line); background: var(--paper); display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.source-section > div:first-child { display: flex; gap: 19px; align-items: flex-start; }
.source-badge { flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--teal); color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-family: Georgia,serif; font-style: italic; font-weight: 900; }
.source-section strong { font-family: Georgia, serif; font-size: 18px; }
.source-section p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 6px 0 0; max-width: 760px; }
.source-links { display: grid; gap: 10px; text-align: right; }
.source-links a { color: var(--coral-dark); font-size: 12px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

footer { min-height: 160px; background: var(--ink); color: white; padding: 45px 7vw; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand .brand-mark { color: var(--ink); }
footer p, footer > span { color: rgba(255,255,255,.55); font-size: 12px; }
footer > span { white-space: nowrap; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr 420px; gap: 45px; padding-inline: 5vw; }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .calculator-section { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; padding-inline: 20px; }
  .header-cta { display: none; }
  .brand { font-size: 16px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 56px 22px 76px; gap: 48px; }
  h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero-lead { font-size: 17px; }
  .hero-card { min-height: 405px; margin-right: 12px; padding-inline: 22px; }
  .hero-price-list strong { font-size: 30px; }
  .trust-strip { grid-template-columns: 1fr; padding: 12px 22px; }
  .trust-strip span { border: 0; border-bottom: 1px solid var(--line); padding: 15px 0; text-align: left; }
  .trust-strip span:last-child { border: 0; }
  .section, .calculator-section, .faq-section { padding: 76px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 35px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 300px; }
  .parasite-note { grid-template-columns: auto 1fr; }
  .parasite-note > span { grid-column: 2; }
  .calculator-section { grid-template-columns: 1fr; gap: 42px; }
  .calculator-card { padding-inline: 19px; box-shadow: 9px 9px 0 rgba(243,111,86,.85); }
  .calculator-total { grid-template-columns: 1fr; }
  .calculator-total strong { grid-column: 1; grid-row: auto; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); margin-left: 7px; }
  .timeline-item, .timeline-item:last-child, .timeline-item:not(:first-child):not(:last-child) { min-height: 0; padding: 0 0 35px 27px; border: 0; }
  .timeline-dot, .timeline-item:first-child .timeline-dot { left: -7px; top: 5px; }
  .timeline h3 { margin-top: 15px; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .source-section { margin: 0 22px 60px; grid-template-columns: 1fr; }
  .source-links { text-align: left; }
  footer { grid-template-columns: 1fr; padding: 45px 22px; gap: 12px; }
}

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

/* Multi-page resource hub */
body { overflow-x: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 4px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.price-card { color: inherit; }
.price-disclaimer { margin-top: 20px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.price-disclaimer strong { color: var(--ink); margin-right: 6px; }
.price-disclaimer span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-card { min-height: 255px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.22); transition: transform .2s ease, background .2s ease; }
.guide-card:hover { transform: translateY(-4px); background: var(--paper); }
.guide-card > span { color: var(--coral-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.guide-card h3 { margin: 35px 0 11px; font: 500 25px/1.05 Georgia, serif; letter-spacing: -.035em; }
.guide-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.guide-card b { margin-top: auto; padding-top: 24px; font-size: 12px; }
.text-link { display: inline-block; margin-top: 25px; color: var(--coral-dark); font-size: 13px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { min-height: auto; grid-template-columns: 1.5fr .8fr .8fr; align-items: start; }
.site-footer > div:first-child p { max-width: 320px; line-height: 1.6; }
.footer-links { display: grid; gap: 10px; font-size: 12px; }
.footer-links strong { color: #ffe6b2; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 11px; }

.cookie-banner { position: fixed; z-index: 90; left: 24px; right: 24px; bottom: 20px; max-width: 1000px; margin: auto; padding: 19px 21px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 0 18px 60px rgba(22,49,47,.24); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: Georgia, serif; font-size: 18px; }
.cookie-banner p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; border: 1px solid var(--ink); cursor: pointer; }

.article-wrap { padding: 0 7vw 100px; }
.breadcrumbs { display: flex; gap: 9px; padding: 26px 0 0; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.article-hero { min-height: 480px; padding: 70px 0 80px; display: grid; grid-template-columns: 1fr 300px; gap: 8vw; align-items: center; border-bottom: 1px solid var(--line); }
.article-hero h1, .legal-page h1, .not-found h1 { font: 500 clamp(55px, 7vw, 102px)/.92 Georgia, serif; letter-spacing: -.06em; margin: 24px 0 27px; }
.article-lead { max-width: 760px; color: var(--muted); font-size: 19px; line-height: 1.65; margin: 0; }
.fact-card { background: var(--ink); color: #fff; min-height: 250px; padding: 30px; box-shadow: 13px 13px 0 var(--mustard); display: flex; flex-direction: column; justify-content: center; transform: rotate(1deg); }
.fact-card small { color: #95c7bb; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.fact-card strong { font: 500 42px/1 Georgia, serif; color: #ffe6b2; margin: 19px 0; letter-spacing: -.04em; }
.fact-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 250px; gap: 7vw; justify-content: space-between; padding-top: 75px; }
.article-content { min-width: 0; }
.article-content section { scroll-margin-top: 100px; margin-bottom: 70px; }
.article-content h2, .article-sources h2, .related h2, .legal-page h2 { font: 500 clamp(34px, 4vw, 51px)/1.05 Georgia, serif; letter-spacing: -.045em; margin: 0 0 25px; }
.article-content h3, .legal-page h3 { font: 500 25px/1.2 Georgia, serif; margin: 34px 0 12px; letter-spacing: -.025em; }
.article-content p, .article-content li, .legal-page p, .legal-page li { color: #435552; font-size: 16px; line-height: 1.8; }
.article-content p { margin: 0 0 20px; }
.article-content a, .legal-page a { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-aside { position: relative; }
.toc { position: sticky; top: 105px; display: grid; gap: 0; border-top: 4px solid var(--coral); background: var(--paper); padding: 22px; }
.toc strong { margin-bottom: 13px; font-family: Georgia, serif; }
.toc a { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.toc a:hover { color: var(--coral-dark); }
.medical-note { margin-top: 20px; padding: 20px; border: 1px solid var(--line); }
.medical-note strong { font-family: Georgia, serif; }
.medical-note p { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 8px 0 0; }

.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); background: var(--paper); -webkit-overflow-scrolling: touch; }
table { border-collapse: collapse; min-width: 650px; width: 100%; }
th, td { padding: 17px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; line-height: 1.5; }
th { background: #e8eee9; color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
tr:last-child td { border-bottom: 0; }
.callout { margin: 28px 0; padding: 24px 27px; border-left: 5px solid var(--teal); background: #e8eee9; }
.callout.warning { border-color: var(--coral); background: #fff0e9; }
.callout strong { font: 500 20px Georgia, serif; }
.callout p { margin: 8px 0 0; font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { position: relative; padding: 9px 0 9px 32px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; width: 20px; height: 20px; background: #dcebe5; color: var(--teal); border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { position: relative; min-height: 48px; padding: 7px 0 21px 55px; border-left: 1px solid var(--line); margin-left: 19px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: -20px; top: 0; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: #fff; font-weight: 900; }
.definition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0; }
.definition-grid > div { padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.definition-grid strong { font: 500 24px Georgia, serif; color: var(--coral-dark); }
.definition-grid p { font-size: 13px; margin: 9px 0 0; line-height: 1.6; }
.big-price { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 27px; margin: 25px 0; background: var(--ink); color: white; align-items: end; }
.big-price span { color: #95c7bb; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.big-price strong { grid-column: 2; grid-row: 1 / 3; font: 500 clamp(36px, 5vw, 58px)/1 Georgia, serif; color: #ffe6b2; }
.big-price small { color: rgba(255,255,255,.6); }
.record-example { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin: 25px 0; }
.record-example > div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 9px; }
.record-example small { color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.article-content .faq-list { margin-top: 20px; }
.article-sources { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.article-sources h2 { font-size: 34px; }
.article-sources ul { padding-left: 20px; }
.article-sources li { margin: 10px 0; font-size: 13px; }
.article-sources > p:last-child { color: var(--muted); font-size: 12px; margin-bottom: 0; }
.related { padding-top: 85px; }
.section-heading.compact { margin-bottom: 30px; }

.legal-page { width: min(820px, 86vw); margin: 0 auto; padding: 90px 0 120px; }
.legal-page h1 { margin-bottom: 32px; }
.legal-lead { font-size: 20px !important; }
.legal-page h2 { font-size: 35px; margin-top: 55px; }
.contact-card { padding: 30px; margin: 35px 0; background: var(--ink); color: white; display: grid; gap: 12px; }
.contact-card small { color: #95c7bb; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a { color: #ffe6b2; font: 500 clamp(24px, 4vw, 39px) Georgia, serif; word-break: break-word; }
.contact-card p { color: rgba(255,255,255,.65); font-size: 13px; margin: 0; }
.not-found { min-height: 70vh; padding: 12vh 7vw; text-align: center; display: grid; justify-items: center; }
.not-found > span { font: 500 28px Georgia, serif; color: var(--coral-dark); }
.not-found h1 { max-width: 820px; font-size: clamp(45px, 7vw, 90px); }
.not-found p { color: var(--muted); margin-bottom: 25px; }

@media (max-width: 1050px) {
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero { grid-template-columns: 1fr 250px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 50px; }
  .menu-toggle { display: block; margin-left: auto; margin-right: 14px; }
  #main-nav { display: none; position: absolute; top: 77px; left: 0; right: 0; padding: 20px 5vw; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 35px rgba(22,49,47,.1); }
  #main-nav.open { display: grid; gap: 18px; }
}

@media (max-width: 760px) {
  #main-nav { top: 65px; padding-inline: 22px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 220px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; display: grid; gap: 8px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { padding-inline: 12px; }
  .article-wrap { padding: 0 22px 75px; }
  .breadcrumbs { padding-top: 20px; }
  .article-hero { grid-template-columns: 1fr; padding: 55px 0 65px; gap: 40px; }
  .article-hero h1 { font-size: clamp(51px, 16vw, 76px); }
  .article-lead { font-size: 17px; }
  .fact-card { min-height: 210px; margin-right: 10px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 55px; }
  .article-layout, .article-content { min-width: 0; width: 100%; }
  .article-aside { display: none; }
  .article-content section { margin-bottom: 55px; }
  .article-content h2 { font-size: 37px; }
  .article-content p, .article-content li { font-size: 15px; }
  .definition-grid { grid-template-columns: 1fr; }
  .big-price { grid-template-columns: 1fr; }
  .big-price strong { grid-column: 1; grid-row: auto; }
  .record-example { grid-template-columns: 1fr 1fr; }
  .related { padding-top: 45px; }
  .legal-page { width: auto; margin: 0 22px; padding: 70px 0 90px; }
  .legal-page h1 { font-size: clamp(50px, 16vw, 75px); }
}
