/* Comeback site. Palette from marketing/assets/BRAND.md section 3.
   Display: Poppins (brand wordmark face). Body: Schibsted Grotesk
   (added for long-form readability; clean zeros for prices; both SIL OFL, self-hosted, no third-party requests). */

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts/poppins-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/poppins-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/schibsted-grotesk-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: italic; font-weight: 400; font-display: swap; src: url(/fonts/schibsted-grotesk-latin-400-italic.woff2) format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts/schibsted-grotesk-latin-700-normal.woff2) format("woff2"); }

:root {
  --berry: #C2255C;       /* Comeback Berry: white on it 5.66:1 */
  --berry-deep: #971D48;  /* links + hover: 8.12:1 on white, 6.94:1 on blush */
  --ink: #0E0306;         /* Comeback Ink */
  --ink-soft: #5F4A52;    /* secondary text: 8.11:1 on white, 6.93:1 on blush */
  --blush: #F9E9EF;       /* soft section field */
  --blush-line: #EDCBD8;
  --paper: #FFFFFF;
  --line: #EADCE1;
  --on-berry-soft: #FFE3EC; /* 4.70:1 on berry */
  --on-ink-soft: #C9B2BB;   /* 10.2:1 on ink */

  --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Schibsted Grotesk", "Segoe UI", system-ui, sans-serif;

  --step--1: 0.875rem;
  --step-0: 1.0625rem;
  --step-1: 1.3125rem;
  --step-2: 1.625rem;
  --step-3: clamp(1.75rem, 1.35rem + 1.6vw, 2.25rem);
  --step-4: clamp(2.125rem, 1.45rem + 2.9vw, 3.25rem);
  --step-5: clamp(2.5rem, 1.35rem + 5vw, 4.625rem);

  --gutter: 1rem;
  --wrap: 72rem;
  --radius-s: 0.5rem;
  --radius-m: 0.875rem;
  --radius-l: 1.5rem;
  --section-space: clamp(4rem, 3rem + 5vw, 7.5rem);
}

@media (min-width: 48rem) { :root { --gutter: 2rem; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
:lang(de) { hyphens: auto; -webkit-hyphens: auto; hyphenate-limit-chars: 10 4 4; }
img, svg { display: block; max-width: 100%; }
p, ul, ol, dl, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; margin: 0; line-height: 1.12; letter-spacing: -0.02em; text-wrap: balance; overflow-wrap: break-word; }
p { text-wrap: pretty; }

a { color: var(--berry-deep); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.on-berry :focus-visible, .site-footer :focus-visible { outline-color: #fff; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: var(--gutter); top: -4rem; z-index: 50; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: var(--radius-s); font-weight: 700; }
.skip:focus { top: .75rem; color: #fff; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 3rem; padding: .7rem 1.35rem;
  border-radius: var(--radius-m); border: 2px solid transparent;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-berry { background: var(--berry); color: #fff; }
.btn-berry:hover { background: var(--berry-deep); color: #fff; }
.btn-light { background: #fff; color: var(--berry-deep); }
.btn-light:hover { background: var(--blush); color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.75); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-small { min-height: 2.5rem; padding: .45rem 1rem; font-size: .9375rem; }

.status {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 600; font-size: .9375rem;
  padding: .45rem .9rem .45rem .75rem; border-radius: 999px;
  background: rgba(14,3,6,.22); color: #fff;
}
.status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.status-ink { background: var(--blush); color: var(--ink); }
.status-ink::before { background: var(--berry); box-shadow: 0 0 0 4px rgba(194,37,92,.18); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(255,255,255,.86); backdrop-filter: saturate(1.4) blur(10px); } }
.bar { display: flex; align-items: center; gap: 1rem; min-height: 4rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }
.brand .mark { width: 2rem; height: 2rem; }
.nav-desktop { display: none; margin-inline-start: auto; }
.nav-desktop ul, .nav-mobile ul { list-style: none; margin: 0; padding: 0; }
.nav-desktop ul { display: flex; gap: .25rem; }
.nav-desktop a, .nav-mobile a { color: var(--ink); text-decoration: none; font-family: var(--font-display); font-weight: 600; font-size: .9375rem; }
.nav-desktop a { display: block; padding: .5rem .7rem; border-radius: var(--radius-s); }
.nav-desktop a:hover { background: var(--blush); }
.nav-desktop a[aria-current="page"] { color: var(--berry-deep); }
.bar-end { display: none; align-items: center; gap: .75rem; }
.lang { font-family: var(--font-display); font-weight: 600; font-size: .9375rem; color: var(--ink-soft); text-decoration: none; padding: .5rem .25rem; }
.lang:hover { color: var(--berry-deep); }

.nav-mobile { margin-inline-start: auto; position: static; }
.nav-mobile > summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: .5rem;
  min-height: 2.75rem; padding: .4rem .9rem; border: 2px solid var(--ink); border-radius: var(--radius-m);
  font-family: var(--font-display); font-weight: 600; font-size: .9375rem;
}
.nav-mobile > summary::-webkit-details-marker { display: none; }
.nav-mobile > summary::after { content: ""; width: .6rem; height: .6rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .15s ease; }
.nav-mobile[open] > summary::after { transform: translateY(2px) rotate(-135deg); }
.nav-mobile .panel { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); padding: .5rem var(--gutter) 1.25rem; box-shadow: 0 18px 30px -18px rgba(14,3,6,.25); }
.nav-mobile .panel a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.nav-mobile .panel a.btn { display: flex; margin-top: 1rem; width: 100%; padding: .7rem 1.35rem; color: #fff; border-bottom: 0; justify-content: center; }
.nav-mobile .panel .lang-row { padding: .8rem 0 0; }
.site-header .bar { position: relative; }

@media (min-width: 60rem) {
  .nav-desktop { display: block; }
  .bar-end { display: flex; }
  .nav-mobile { display: none; }
}

/* ---------- Hero ---------- */
.hero { background: var(--berry); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-block: clamp(3rem, 2rem + 5vw, 6rem) clamp(3rem, 2rem + 4vw, 5rem); align-items: center; }
.hero h1 { font-size: var(--step-5); line-height: 1.02; letter-spacing: -0.035em; max-width: 13ch; margin-top: 1.5rem; }
.hero h1:lang(de) { max-width: none; font-size: clamp(2.25rem, 1.2rem + 4.2vw, 4rem); }
.hero .lead { font-size: var(--step-1); line-height: 1.5; max-width: 34rem; margin-top: 1.5rem; color: #fff; }
.hero .price-line { margin-top: 1rem; max-width: 34rem; color: var(--on-berry-soft); font-size: var(--step-0); }
.hero .actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero figure { position: relative; }
.hero figcaption { margin-top: .75rem; color: var(--on-berry-soft); font-size: var(--step--1); max-width: 30rem; }
.rail { width: 100%; height: auto; overflow: visible; }
@media (min-width: 60rem) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 3rem; }
}

/* the one orchestrated motion on the page: tags swing onto the rail */
.swing { transform-box: view-box; }
.s1 { transform-origin: 90px 40px; } .s2 { transform-origin: 230px 40px; } .s3 { transform-origin: 370px 40px; } .s4 { transform-origin: 510px 40px; }
.m1 { transform-origin: 170px 40px; } .m2 { transform-origin: 430px 40px; } .m3 { transform-origin: 170px 440px; } .m4 { transform-origin: 430px 440px; }
.rail-grid { display: none; max-width: 26rem; margin-inline: auto; }
@media (max-width: 39.99rem) { .rail-wide { display: none; } .rail-grid { display: block; } }
@media (prefers-reduced-motion: no-preference) {
  .swing { animation: swing-in 1.35s cubic-bezier(.3,.7,.3,1) both; }
  .s1 { animation-delay: .15s; } .s2 { animation-delay: .27s; } .s3 { animation-delay: .39s; } .s4 { animation-delay: .51s; }
  .m1 { animation-delay: .15s; } .m2 { animation-delay: .27s; } .m3 { animation-delay: .39s; } .m4 { animation-delay: .51s; }
}
@keyframes swing-in {
  0% { transform: rotate(24deg); opacity: 0; }
  12% { opacity: 1; }
  48% { transform: rotate(-9deg); }
  72% { transform: rotate(3.5deg); }
  88% { transform: rotate(-1deg); }
  100% { transform: rotate(0); }
}

/* ---------- Facts strip ---------- */
.facts { border-bottom: 1px solid var(--line); }
.facts ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.facts li { padding: 1.5rem 1rem 1.5rem 0; border-top: 1px solid var(--line); }
.facts li:nth-child(-n+2) { border-top: 0; }
.facts li:nth-child(odd) { padding-right: 1rem; }
.facts li:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--line); }
.facts strong { display: block; font-family: var(--font-display); font-size: var(--step-1); line-height: 1.2; letter-spacing: -0.02em; }
.facts span { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: var(--step--1); line-height: 1.45; }
@media (min-width: 60rem) {
  .facts ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .facts li, .facts li:nth-child(odd), .facts li:nth-child(even) { border-top: 0; padding: 2rem 1.5rem; border-left: 1px solid var(--line); }
  .facts li:first-child { border-left: 0; padding-left: 0; }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--section-space); }
.section + .section { padding-top: 0; }
.section-blush { background: var(--blush); }
.section-blush + .section, .section + .section-blush { padding-top: var(--section-space); }
.section-head { max-width: 44rem; }
.section-head h2 { font-size: var(--step-4); letter-spacing: -0.03em; }
.section-head p { margin-top: 1.25rem; font-size: var(--step-1); line-height: 1.5; color: var(--ink-soft); }
.section-head p.plain { font-size: var(--step-0); }

/* ---------- Resolutions (exchange-first order) ---------- */
.resolutions { list-style: none; padding: 0; margin-top: 3rem; display: grid; gap: 0; border-top: 2px solid var(--ink); }
.resolutions li { display: grid; grid-template-columns: 3.25rem 1fr; gap: .25rem 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.resolutions .n { font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; line-height: 1; color: var(--berry); letter-spacing: -0.04em; }
.resolutions h3 { font-size: var(--step-1); letter-spacing: -0.015em; align-self: center; }
.resolutions p { grid-column: 2; color: var(--ink-soft); max-width: 36rem; }
.resolutions li:last-child .n { color: transparent; -webkit-text-stroke: 1.5px var(--berry); }
@media (min-width: 60rem) {
  .resolutions { grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 0; gap: 0; }
  .resolutions li { grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; padding: 1.75rem 1.5rem 0 0; border-bottom: 0; border-top: 2px solid var(--ink); margin-right: 1.5rem; }
  .resolutions li:last-child { margin-right: 0; border-top-style: dashed; }
  .resolutions .n { font-size: 3.5rem; margin-bottom: 1rem; }
  .resolutions p { grid-column: 1; margin-top: .5rem; }
}
.aside-note { margin-top: 2rem; color: var(--ink-soft); font-size: var(--step--1); max-width: 44rem; }

/* ---------- Steps ---------- */
.steps { list-style: none; padding: 0; margin-top: 3rem; display: grid; gap: 2.25rem; counter-reset: step; }
.steps li { position: relative; padding-left: 4rem; }
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: -.1rem; width: 2.75rem; height: 2.75rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--ink); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 1.125rem;
}
.steps h3 { font-size: var(--step-1); letter-spacing: -0.015em; }
.steps p { margin-top: .5rem; color: var(--ink-soft); }
@media (min-width: 60rem) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
  .steps li { padding-left: 0; padding-top: 4.25rem; }
  .steps li::after { content: ""; position: absolute; top: 1.35rem; left: 3.5rem; right: -1.75rem; height: 2px; background: var(--line); }
  .steps li:last-child::after { display: none; }
}
.how-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: end; }
.how-grid .swap { width: 100%; max-width: 22rem; justify-self: start; }
@media (min-width: 60rem) { .how-grid { grid-template-columns: 1.4fr 1fr; } .how-grid .swap { justify-self: end; } }

/* ---------- Features ---------- */
.feature-cols { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; margin-top: 3rem; }
.feature-cols h3 { font-size: var(--step-1); padding-bottom: .9rem; border-bottom: 2px solid var(--ink); letter-spacing: -0.015em; }
.ticks { list-style: none; padding: 0; margin-top: .5rem; }
.ticks li { display: grid; grid-template-columns: 1.25rem 1fr; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.ticks .tagdot { width: 1.1rem; height: 1.1rem; color: var(--berry); margin-top: .22rem; }
.ticks small { display: block; margin-top: .2rem; line-height: 1.45; color: var(--ink-soft); font-size: var(--step--1); }
@media (min-width: 60rem) { .feature-cols { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.notyet {
  margin-top: 3.5rem; padding: 1.75rem 1.5rem; border: 2px dashed var(--blush-line); border-radius: var(--radius-l);
  display: grid; gap: 1rem;
}
.notyet h3 { font-size: var(--step-1); }
.notyet ul { padding-left: 1.2rem; display: grid; gap: .6rem; color: var(--ink-soft); }
.notyet li::marker { color: var(--berry); }
@media (min-width: 60rem) { .notyet { grid-template-columns: 16rem 1fr; padding: 2.25rem 2.5rem; gap: 2.5rem; } }

/* ---------- EU withdrawal ---------- */
.eu-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; }
.eu-grid .section-head p { color: var(--ink); }
@media (min-width: 60rem) { .eu-grid { grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; } }
.flow { list-style: none; padding: 0; counter-reset: flow; display: grid; gap: 0; }
.flow li { position: relative; padding: 0 0 1.6rem 3.25rem; }
.flow li::before {
  counter-increment: flow; content: counter(flow);
  position: absolute; left: 0; top: 0; width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--berry); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
}
.flow li::after { content: ""; position: absolute; left: 1.02rem; top: 2.3rem; bottom: .2rem; width: 2px; background: var(--blush-line); }
.flow li:last-child { padding-bottom: 0; }
.flow li:last-child::after { display: none; }
.flow li > strong { display: block; font-family: var(--font-display); font-weight: 600; line-height: 1.35; padding-top: .2rem; }
.flow li > span { display: block; color: var(--ink-soft); margin-top: .2rem; }
.flow .chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .5rem; }
.flow q { quotes: "\201C" "\201D"; }
.flow :lang(de) q, q:lang(de) { quotes: "\201E" "\201C"; }
.label-chip { display: inline-block; white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: .875rem; background: #fff; border: 1.5px solid var(--berry); color: var(--berry-deep); border-radius: var(--radius-s); padding: .05rem .5rem; margin: .15rem .25rem .15rem 0; }
.disclaimer { margin-top: 1.75rem; padding-left: 1rem; border-left: 3px solid var(--berry); color: var(--ink-soft); font-size: var(--step--1); max-width: 36rem; }
.text-link { display: inline-block; margin-top: 1.5rem; font-family: var(--font-display); font-weight: 600; }

/* ---------- The bill ---------- */
.bill-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: center; }
@media (min-width: 60rem) { .bill-grid { grid-template-columns: 1fr minmax(0, 26rem); gap: 5rem; } }
.bill {
  position: relative; background: #fff; padding: 2rem 1.75rem 2.5rem;
  box-shadow: 0 1px 0 var(--line), 0 30px 50px -30px rgba(151,29,72,.45);
  transform: rotate(-1.2deg); max-width: 26rem; width: 100%; justify-self: center;
}
.bill::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 12px;
  background: linear-gradient(-45deg, transparent 8px, #fff 0) 0 0 / 16px 12px repeat-x,
              linear-gradient(45deg, transparent 8px, #fff 0) 0 0 / 16px 12px repeat-x;
}
.bill header { display: flex; align-items: center; gap: .75rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ink); }
.bill header .mark { width: 2.25rem; height: 2.25rem; }
.bill header strong { display: block; font-family: var(--font-display); line-height: 1.2; }
.bill header span { display: block; font-size: var(--step--1); color: var(--ink-soft); }
.bill dl { margin: 0; }
.bill .row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed var(--line); }
.bill dt { color: var(--ink); }
.bill dd { margin: 0; font-weight: 700; white-space: nowrap; }
.bill .total { border-bottom: 0; border-top: 2px solid var(--ink); margin-top: .5rem; padding-top: 1rem; font-family: var(--font-display); font-size: var(--step-1); }
.bill .total dd { color: var(--berry-deep); }
.bill-note { margin-top: 1.75rem; font-size: var(--step-0); max-width: 34rem; }
.bill-note strong { font-family: var(--font-display); }

/* ---------- Plans ---------- */
.billing { border: 0; padding: 0; margin: 2.5rem 0 1.5rem; display: inline-flex; background: var(--blush); border-radius: 999px; padding: .3rem; gap: .25rem; }
.billing input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.billing label { font-family: var(--font-display); font-weight: 600; font-size: .9375rem; padding: .55rem 1.1rem; border-radius: 999px; cursor: pointer; color: var(--ink); }
.billing input:checked + label { background: var(--ink); color: #fff; }
.billing input:focus-visible + label { outline: 3px solid var(--berry); outline-offset: 2px; }
.price-y, .compare thead th span.price-y { display: none; }
:root:has(#bill-y:checked) .price-m, :root:has(#bill-y:checked) .compare thead th span.price-m { display: none; }
:root:has(#bill-y:checked) .price-y, :root:has(#bill-y:checked) .compare thead th span.price-y { display: block; }

.plans { list-style: none; padding: 0; margin: 0; display: grid; border: 2px solid var(--ink); border-radius: var(--radius-l); overflow: hidden; background: #fff; }
.plan { padding: 1.75rem 1.5rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.plan:first-child { border-top: 0; }
.plan h3 { font-size: var(--step-1); }
.plan .price { margin-top: .75rem; font-family: var(--font-display); font-weight: 700; font-size: 2.75rem; line-height: 1; letter-spacing: -0.04em; }
.plan .price small { font-size: 1rem; font-weight: 600; letter-spacing: 0; color: var(--ink-soft); }
.plan .cap { margin-top: 1rem; font-weight: 700; }
.plan .cap-note { color: var(--ink-soft); font-size: var(--step--1); margin-top: .2rem; }
.plan ul { list-style: none; padding: 0; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); display: grid; gap: .55rem; font-size: .9875rem; }
.plan li { display: grid; grid-template-columns: 1.1rem 1fr; gap: .6rem; }
.plan li .tagdot { width: 1rem; height: 1rem; color: var(--berry); margin-top: .25rem; }
.plan .trial { margin-top: auto; padding-top: 1.25rem; font-size: var(--step--1); color: var(--ink-soft); }
@media (min-width: 40rem) {
  .plans { grid-template-columns: 1fr 1fr; }
  .plan:nth-child(2) { border-top: 0; }
  .plan:nth-child(even) { border-left: 1px solid var(--line); }
}
@media (min-width: 68rem) {
  .plans { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .plan { border-top: 0; border-left: 1px solid var(--line); padding: 2rem 1.6rem; }
  .plan:first-child { border-left: 0; }
}
.plans-after { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; align-items: baseline; justify-content: space-between; }
.plans-after p { color: var(--ink-soft); font-size: var(--step--1); max-width: 40rem; }
.section-head p.planned, .planned { margin-top: 1rem; line-height: 1.45; display: inline-block; font-size: var(--step--1); font-weight: 700; color: var(--berry-deep); background: var(--blush); border-radius: var(--radius-s); padding: .35rem .7rem; }
.standing { margin-top: 1.25rem; font-family: var(--font-display); font-weight: 600; font-size: var(--step-1); line-height: 1.35; max-width: 40rem; letter-spacing: -0.01em; }

/* comparison table */
.compare-wrap { position: relative; margin-top: 3rem; overflow-x: auto; border: 2px solid var(--ink); border-radius: var(--radius-l); background: #fff; }
.compare { width: 100%; border-collapse: collapse; min-width: 44rem; font-size: .9875rem; }
.compare caption { text-align: left; padding: 1.25rem 1.25rem 0; font-family: var(--font-display); font-weight: 700; font-size: var(--step-1); }
.compare th, .compare td { padding: .85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-family: var(--font-display); font-size: 1rem; border-bottom: 2px solid var(--ink); }
.compare thead th span { display: block; font-size: .875rem; font-weight: 600; color: var(--ink-soft); }
.compare tbody th { font-weight: 400; width: 34%; }
.compare tbody th small { display: block; color: var(--ink-soft); font-size: .8125rem; margin-top: .2rem; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare .yes { display: inline-flex; align-items: center; gap: .35rem; color: var(--berry-deep); font-weight: 700; }
.compare .yes svg { width: 1.1rem; height: 1.1rem; }
.compare .no { color: var(--ink-soft); }
.compare tbody th, .compare thead th:first-child { position: sticky; left: 0; z-index: 1; background: #fff; }
.scroll-hint { display: none; margin-top: 3rem; font-size: var(--step--1); color: var(--ink-soft); }
.scroll-hint + .compare-wrap { margin-top: .75rem; }
@media (max-width: 47.99rem) { .scroll-hint { display: block; } .compare tbody th { width: 11rem; min-width: 11rem; box-shadow: 1px 0 0 var(--line); } }

.example { margin-top: 3rem; display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.5rem; padding: 2rem 1.5rem; background: var(--blush); border-radius: var(--radius-l); }
.example h2 { font-size: var(--step-3); }
.example p { max-width: 42rem; }
.example p + p { margin-top: .75rem; }
@media (min-width: 60rem) { .example { grid-template-columns: 1fr 1.4fr; padding: 2.5rem; gap: 3rem; } }
.source-note { margin-top: 2rem; font-size: var(--step--1); color: var(--ink-soft); max-width: 44rem; }

/* ---------- FAQ ---------- */
.faq { margin-top: 2.5rem; max-width: 48rem; border-top: 2px solid var(--ink); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 4rem; }
@media (min-width: 60rem) { .faq-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); } .faq-grid .faq { margin-top: .5rem; } .faq-grid .section-head { position: sticky; top: 6rem; align-self: start; } }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: grid; grid-template-columns: 1fr 1.5rem; gap: 1rem; align-items: center;
  padding: 1.15rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 1.5rem; height: 1.5rem; border-radius: 50%; background:
  linear-gradient(var(--ink), var(--ink)) center / 10px 2px no-repeat,
  linear-gradient(var(--ink), var(--ink)) center / 2px 10px no-repeat, var(--blush); }
.faq details[open] summary::after { background: linear-gradient(#fff, #fff) center / 10px 2px no-repeat, var(--ink); }
.faq summary:hover { color: var(--berry-deep); }
.faq .answer { padding: 0 2.5rem 1.4rem 0; color: var(--ink-soft); max-width: 42rem; }
.faq .answer p + p { margin-top: .75rem; }

/* ---------- Closing CTA: a big hang tag ---------- */
.closing { padding-block: 0 var(--section-space); }
.tagcard {
  position: relative; background: var(--berry); color: #fff; border-radius: var(--radius-l) var(--radius-l) var(--radius-l) var(--radius-l);
  padding: 3rem 1.5rem 2.5rem 1.5rem; display: grid; gap: 1.5rem; overflow: hidden;
}
.tagcard .hole { position: absolute; top: 1.25rem; right: 1.25rem; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 5px var(--berry-deep); }
.tagcard h2 { font-size: var(--step-4); max-width: 18ch; letter-spacing: -0.03em; }
.tagcard .status { font-size: .9375rem; color: #fff; margin-bottom: 1.25rem; }
.tagcard p:not(.status) { color: var(--on-berry-soft); max-width: 32rem; font-size: var(--step-1); line-height: 1.5; }
.tagcard .actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.tagcard .mark-bg { display: none; position: absolute; right: -4rem; bottom: -5rem; width: 22rem; height: 22rem; opacity: .12; pointer-events: none; }
@media (min-width: 60rem) {
  .tagcard { grid-template-columns: 1.3fr 1fr; align-items: end; padding: 4.5rem 4rem 4rem 5.5rem; clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem); border-radius: 0 var(--radius-l) var(--radius-l) 0; }
  .tagcard .hole { top: 50%; left: 1.7rem; right: auto; transform: translateY(-50%); }
  .tagcard .mark-bg { display: block; }
  .tagcard .actions { justify-content: flex-end; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-ink-soft); padding-block: 4rem 2.5rem; font-size: .9375rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.site-footer p a { text-decoration: underline; text-underline-offset: .18em; }
.foot-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr 1fr; }
.foot-brand { grid-column: 1 / -1; display: grid; gap: .75rem; max-width: 22rem; }
.foot-brand .brand { color: #fff; }
.site-footer h2 { font-family: var(--font-display); font-size: .9375rem; color: #fff; margin-bottom: .75rem; letter-spacing: 0; }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: .5rem; }
.foot-small { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: .4rem; font-size: .8125rem; }
@media (min-width: 60rem) {
  .foot-grid { grid-template-columns: 1.6fr repeat(4, 1fr); }
  .foot-brand { grid-column: auto; }
}

/* ---------- Content pages ---------- */
.page-head { padding-block: clamp(3rem, 2rem + 4vw, 5rem) 2.5rem; border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: var(--step-4); letter-spacing: -0.03em; max-width: 22ch; }
.page-head .lead { margin-top: 1.25rem; font-size: var(--step-1); line-height: 1.5; color: var(--ink-soft); max-width: 42rem; }
.page-head .status { margin-top: 1.5rem; }
.page-head + .section { padding-top: clamp(2.5rem, 2rem + 2vw, 4rem); }
.crumbs { font-size: var(--step--1); color: var(--ink-soft); margin-bottom: 1rem; }
.crumbs a { color: var(--ink-soft); }
.notice { margin-top: 1.5rem; display: flex; gap: .75rem; align-items: flex-start; background: var(--blush); border-radius: var(--radius-m); padding: 1rem 1.25rem; max-width: 46rem; font-size: var(--step--1); }
.notice strong { font-family: var(--font-display); }
.draft-banner { background: #FFF4D6; border: 2px solid #8A5A00; color: #3D2800; border-radius: var(--radius-m); padding: 1rem 1.25rem; margin-top: 1.5rem; max-width: 46rem; font-size: var(--step--1); }
.draft-banner strong { font-family: var(--font-display); }
mark.ph { background: #FFE58F; color: #2B1B00; padding: 0 .2em; border-radius: 3px; font-weight: 700; }

.prose { max-width: 44rem; }
.prose > * + * { margin-top: 1.1rem; }
.prose h1 { display: none; }
.prose + .prose { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.prose > :first-child, .prose > h2:first-child { margin-top: 0; }
.website-note { padding-bottom: 2.5rem; margin-bottom: 3rem; border-bottom: 2px solid var(--ink); }
.prose h2 { font-size: var(--step-3); margin-top: 3rem; letter-spacing: -0.02em; }
.prose h3 { font-size: var(--step-1); margin-top: 2rem; letter-spacing: -0.01em; }
.prose h2 + *, .prose h3 + * { margin-top: .75rem; }
.prose ul, .prose ol { padding-left: 1.4rem; display: grid; gap: .45rem; }
.prose li::marker { color: var(--berry); }
.prose li > ul, .prose li > ol { margin-top: .45rem; }
.prose blockquote { border-left: 3px solid var(--berry); padding: .25rem 0 .25rem 1.1rem; color: var(--ink-soft); }
.prose code { font-size: .9em; background: var(--blush); padding: .1em .35em; border-radius: 4px; overflow-wrap: anywhere; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin-block: 2.5rem; }
.prose table { position: relative; width: 100%; border-collapse: collapse; font-size: .9375rem; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: .6rem .75rem; border-bottom: 1px solid var(--line); min-width: 8rem; }
.prose thead th { border-bottom: 2px solid var(--ink); font-family: var(--font-display); font-weight: 600; }
.prose strong { font-weight: 700; }
.prose a { overflow-wrap: anywhere; }

.help-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; padding-block: 3rem var(--section-space); }
.help-nav { border-top: 2px solid var(--ink); padding-top: 1.25rem; }
.help-nav h2 { font-size: 1rem; margin-bottom: .75rem; }
.help-nav ol { list-style: none; padding: 0; display: grid; gap: .1rem; }
.help-nav a { display: block; padding: .45rem .75rem; border-radius: var(--radius-s); color: var(--ink); text-decoration: none; font-size: .9375rem; line-height: 1.35; }
.help-nav a:hover { background: var(--blush); }
.help-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.pager { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
.pager a { font-family: var(--font-display); font-weight: 600; text-decoration: none; }
.pager span { display: block; font-family: var(--font-body); font-weight: 400; font-size: var(--step--1); color: var(--ink-soft); }
@media (min-width: 60rem) {
  .help-layout { grid-template-columns: 16rem minmax(0, 1fr); gap: 4rem; }
  .help-nav { position: sticky; top: 5.5rem; align-self: start; grid-column: 1; grid-row: 1; padding-top: 0; border-top: 0; }
  .help-layout > article { grid-column: 2; grid-row: 1; }
}

.help-groups { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-block: 3rem var(--section-space); }
.help-group h2 { font-size: var(--step-2); padding-bottom: .75rem; border-bottom: 2px solid var(--ink); }
.help-group ul { list-style: none; padding: 0; }
.help-group li { border-bottom: 1px solid var(--line); }
.help-group a { display: block; padding: 1rem 0; text-decoration: none; color: var(--ink); }
.help-group a strong { display: block; font-family: var(--font-display); font-weight: 600; }
.help-group a span { display: block; color: var(--ink-soft); font-size: var(--step--1); margin-top: .15rem; }
.help-group a:hover strong { color: var(--berry-deep); }
@media (min-width: 60rem) { .help-groups { grid-template-columns: 1fr 1fr; column-gap: 4rem; } }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-block: 3rem var(--section-space); }
.contact-card { border-top: 2px solid var(--ink); padding-top: 1.25rem; }
.contact-card h2 { font-size: var(--step-2); }
.contact-card p { margin-top: .75rem; color: var(--ink-soft); max-width: 36rem; }
.contact-card .big { font-family: var(--font-display); font-weight: 700; font-size: var(--step-3); letter-spacing: -0.02em; color: var(--berry-deep); overflow-wrap: anywhere; display: inline-block; margin-top: .75rem; }
@media (min-width: 60rem) { .contact-grid { grid-template-columns: 1fr 1fr; column-gap: 4rem; } }

.explainer { padding-block: 3rem var(--section-space); display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; }
@media (min-width: 60rem) { .explainer { grid-template-columns: minmax(0, 1fr) 20rem; gap: 5rem; } .explainer aside { position: sticky; top: 5.5rem; align-self: start; } }
.explainer aside { border: 2px solid var(--ink); border-radius: var(--radius-l); padding: 1.5rem; display: grid; gap: 1rem; align-content: start; }
.explainer aside h2 { font-size: var(--step-1); }
.explainer aside p { color: var(--ink-soft); font-size: var(--step--1); }
.statute { list-style: none; padding: 0 !important; display: grid; gap: 1rem !important; }
.statute li { border-left: 3px solid var(--berry); padding: .25rem 0 .25rem 1rem; }
.statute strong { display: block; font-family: var(--font-display); font-weight: 600; }

.nf { padding-block: var(--section-space); }
.nf h1 { font-size: var(--step-4); }
.nf p { margin-top: 1rem; color: var(--ink-soft); font-size: var(--step-1); }
.nf .actions { margin-top: 2rem; display: flex; gap: .75rem; flex-wrap: wrap; }
