/* Vervekode.net page patterns built on landing-c.css */
:root {
  --brand: var(--accent);
  --brand-soft: var(--accent-soft);
  --brand-ink: var(--dark);
  --line: rgba(17, 17, 17, .08);
  --soft: var(--accent-soft);
  --blue: var(--accent);
}

.label {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 28px;
}

.updated {
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
}

.updated a,
.source-list a,
.sources a,
.about-copy a,
.directory a,
.honesty a {
  color: var(--accent);
  font-weight: 700;
  text-underline-offset: 3px;
}

.primary,
.profile-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 300ms var(--ease-fluid), border-color 300ms var(--ease-fluid), transform 300ms var(--ease-fluid);
}

.primary:hover,
.profile-actions a:hover {
  border-color: var(--accent-hover);
  background: var(--accent-hover);
  transform: translateY(-2px);
}

.primary:active,
.profile-actions a:active { transform: scale(.98); }

.site-footer-note { max-width: 520px; }

/* All-code directory */
.code-directory-hero,
.code-directory,
.code-directory-note {
  width: min(100%, var(--page));
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}
.code-directory-hero { padding-top: 168px; padding-bottom: 56px; }
.code-directory-hero h1 { max-width: 760px; font-size: clamp(3.1rem, 7vw, 5.6rem); }
.code-directory-hero > p:not(.label) { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 28px; }
.code-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-bottom: 96px; }
.code-offer { min-height: 330px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.code-offer h2 { font-size: 32px; line-height: 38px; letter-spacing: -.04em; }
.code-offer p:not(.label) { color: var(--muted); font-size: 15px; line-height: 23px; }
.code-offer .code-benefit { margin: 12px 0 8px; color: var(--ink); font-size: 18px; line-height: 27px; }
.code-offer-action { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }
.code-offer-action code { min-height: 44px; padding: 10px 12px; border-radius: 8px; background: var(--dark); color: #fff; font-size: 16px; font-weight: 700; letter-spacing: .04em; }
.code-offer-action .primary { border: 0; cursor: pointer; }
.code-detail { grid-column: 1 / -1; color: var(--accent); font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
.code-directory-note { margin-bottom: 96px; padding-top: 48px; padding-bottom: 48px; border-radius: 20px; background: var(--warm); }
.code-directory-note h2 { max-width: 680px; font-size: 36px; line-height: 42px; letter-spacing: -.04em; }
.code-directory-note > p:not(.label) { max-width: 720px; color: #5f522f; }

/* Offer pages */
.offer-hero,
.short-answer,
.requirements,
.experience,
.compliance,
.offer-faq {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}

.offer-hero {
  min-height: 760px;
  padding-top: 168px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 64px;
  align-items: center;
}

.offer-hero > div { min-width: 0; }
.offer-hero h1 { max-width: 760px; }
.offer-hero .lead { max-width: 690px; }
.offer-hero .updated { margin-top: 24px; }

.brand-visual {
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.brand-orbit {
  width: 300px;
  height: 300px;
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--faint));
  border-radius: 9999px;
}

.brand-orbit::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid color-mix(in srgb, var(--brand) 14%, var(--faint));
  border-radius: 9999px;
}

.brand-token {
  width: 170px;
  height: 170px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--brand);
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
}

.reward-pill {
  max-width: 240px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 12px 16px;
  border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--faint));
  border-radius: 8px;
  background: #fff;
  color: var(--brand-ink);
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}

.short-answer {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--dark);
  color: #fff;
}

.short-answer-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.short-answer h2,
.requirements h2,
.experience h2,
.compliance h2,
.offer-faq h2 {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.short-answer p { max-width: 720px; color: #d1d1cc; font-size: 18px; line-height: 28px; }
.short-answer .label { color: #91adff; }

.answer-badges {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.answer-badges div {
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
}

.answer-badges strong { color: #fff; font-size: 18px; line-height: 26px; }
.answer-badges span { margin-top: 6px; color: #bcbcb6; font-size: 13px; line-height: 19px; }

.requirements {
  padding-top: 112px;
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.requirements-copy ol { margin: 0; padding: 0; list-style: none; counter-reset: requirement; }
.requirements-copy li {
  min-height: 64px;
  padding: 18px 0 18px 64px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: #42423f;
  counter-increment: requirement;
}

.requirements-copy li::before {
  content: counter(requirement, decimal-leading-zero);
  width: 44px;
  height: 44px;
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.checklist-card {
  margin-top: 32px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.checklist-card h3 { font-size: 24px; line-height: 32px; }
.checklist-card > p { color: var(--muted); font-size: 14px; }
.checklist-card label {
  min-height: 52px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #3e3e3a;
  cursor: pointer;
}

.checklist-card input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--brand); }
.checklist-card progress { width: 100%; height: 12px; margin-top: 20px; accent-color: var(--brand); }
.checklist-card [data-progress] { display: block; margin-top: 8px; color: var(--brand-ink); font-size: 13px; }

.experience {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #fff;
}

.experience-card {
  min-height: 260px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--faint));
  border-radius: 16px;
  background: var(--brand-soft);
}

.experience-card strong { color: var(--brand-ink); font-size: 36px; line-height: 40px; letter-spacing: -.04em; }
.experience-card p { margin: 16px 0 0; color: var(--muted); }

.compliance {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--warm);
}

.compliance > p:not(.label) { max-width: 760px; color: #5f522f; font-size: 18px; line-height: 28px; }
.compliance .notice {
  max-width: 900px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(86, 64, 12, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .6);
  color: #4e4328;
}

.compliance a { color: #1948dc; font-weight: 750; }

.offer-faq { padding-top: 112px; padding-bottom: 112px; }
.offer-faq .faq-list { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.offer-faq details { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.offer-faq summary { padding-right: 28px; position: relative; cursor: pointer; list-style: none; font-size: 18px; line-height: 28px; font-weight: 700; }
.offer-faq summary::-webkit-details-marker { display: none; }
.offer-faq summary::after { content: "+"; position: absolute; top: 0; right: 0; color: var(--accent); font-size: 24px; }
.offer-faq details[open] summary::after { content: "−"; }
.offer-faq details p { margin: 16px 0 0; color: var(--muted); }
.source-list { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.source-list li { margin: 9px 0; }

.brand-robinhood { --brand: #147a43; --brand-soft: #eaf6ef; --brand-ink: #12231a; }
.brand-revolut { --brand: #6246c7; --brand-soft: #f0edff; --brand-ink: #17152c; }
.brand-etoro { --brand: #178146; --brand-soft: #eaf7ef; --brand-ink: #14261c; }
.brand-firi { --brand: var(--accent); --brand-soft: var(--accent-soft); --brand-ink: var(--dark); }
.brand-horde { --brand: #16705b; --brand-soft: #e8f6f0; --brand-ink: #14372e; }
.brand-bare-bitcoin { --brand: #b85c12; --brand-soft: #fff1e4; --brand-ink: #3a200b; }
.firi-hero .actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.firi-hero .actions button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.firi-hero .hero-product { width: 100%; }

/* Firi and compact information pages */
.page-standard .hero,
body:not(.home-page) > main > .hero {
  min-height: 720px;
  padding-top: 168px;
}

.page-standard .hero h1 { max-width: 820px; }
.page-standard .hero .actions { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.page-standard .hero .actions button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}
.page-standard .hero .micro { color: var(--muted); font-size: 13px; }
.page-standard .hero mark { padding: 0 .08em; background: var(--warm); color: inherit; }

.explain,
.honesty,
.seo-faq,
.source-section,
.answer-summary,
.proof,
.comparison-teaser {
  width: 100%;
  padding: 96px max(24px, calc((100vw - var(--page)) / 2));
}

.explain,
.answer-summary,
.proof,
.comparison-teaser {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
}

.explain:nth-of-type(even),
.source-section { background: #fff; }
.section-title h2,
.honesty h2,
.seo-faq h2,
.source-section h2,
.answer-summary h2,
.comparison-teaser h2 { font-size: 48px; line-height: 1.05; letter-spacing: -.04em; }
.explain-copy > p,
.honesty > p:not(.label),
.source-section > p:not(.label),
.comparison-teaser > div > p { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 28px; }
.explain-copy ol,
.proof ul { color: #41413e; }
.explain-copy li,
.proof li { margin: 12px 0; }
.explain-copy aside {
  margin-top: 28px;
  padding: 24px;
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--accent-soft);
}

.honesty { background: var(--dark); color: #fff; }
.honesty .label { color: #91adff; }
.honesty > p:not(.label) { color: #d1d1cc; }
.honesty .risk { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.seo-faq .faq-list { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.seo-faq details { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.seo-faq summary { cursor: pointer; font-weight: 700; }
.seo-faq details p { color: var(--muted); }

/* Editorial guide */
.blog-hero,
.article {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}

.blog-hero { min-height: 720px; padding-top: 168px; padding-bottom: 96px; background: var(--canvas); }
.blog-hero h1 { max-width: 920px; }
.blog-hero .lead { max-width: 760px; }
.reading-nav { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.reading-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 9999px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.reading-nav a:hover { background: var(--accent-soft); color: var(--accent); }

.article { padding-top: 96px; padding-bottom: 96px; }
.article > * { max-width: 820px; }
.article:nth-of-type(even) { background: #fff; }
.article h2 { font-size: 48px; line-height: 1.05; letter-spacing: -.04em; }
.article h3 { margin-top: 36px; font-size: 24px; line-height: 32px; }
.article p,
.article li { color: #4c4c48; font-size: 18px; line-height: 30px; }
.article li { margin: 12px 0; }
.pull {
  margin: 48px 0;
  padding: 32px;
  border: 0;
  border-radius: 16px;
  background: var(--warm);
  color: var(--ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.03em;
}
.cta-box { margin-top: 48px; padding: 32px; border-radius: 16px; background: var(--dark); color: #fff; }
.cta-box h3 { margin: 0; color: #fff; }
.cta-box p { color: #c9c9c4; font-size: 15px; line-height: 24px; }

/* Search-led fund guides */
.search-guide-hero,
.guide-index,
.guide-section,
.guide-faq {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}
.search-guide-hero { padding-top: 168px; padding-bottom: 76px; background: var(--canvas); }
.search-guide-hero .guide-kicker { width: fit-content; margin: 0 auto 24px; padding: 7px 13px; border-radius: 9999px; background: #fff0c7; color: #5b4200; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.search-guide-hero h1 { max-width: 980px; margin: 0 auto; text-align: center; font-size: clamp(56px, 7.4vw, 104px); line-height: .98; letter-spacing: -.065em; }
.search-guide-hero .lead { max-width: 760px; margin: 28px auto 0; text-align: center; }
.answer-card { max-width: 900px; margin: 36px auto 0; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.answer-card .answer-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; }
.answer-card h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.answer-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.answer-card .answer-recommendation { margin-top: 12px; color: var(--ink); }
.answer-actions { margin-top: 18px; display: flex; align-items: center; gap: 16px; }
.answer-actions .primary { flex: 0 0 auto; }
.answer-card .answer-disclosure { max-width: 420px; color: #73736e; font-size: 11px; line-height: 1.5; }
.guide-meta { margin: 24px 0 0; text-align: center; color: #6b6b66; font-size: 13px; }
.guide-index { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.guide-index nav { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.guide-index a { min-height: 42px; padding: 9px 14px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9999px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.guide-index a:hover { border-color: var(--accent); color: var(--accent); }
.guide-section { padding-top: 96px; padding-bottom: 96px; }
.guide-section[id] { scroll-margin-top: 112px; }
.guide-section:nth-of-type(even) { background: #fff; }
.guide-section .section-head { max-width: 800px; }
.guide-section h2,
.guide-faq h2 { max-width: 860px; font-size: clamp(38px, 5vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.guide-section h3 { margin-top: 34px; font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.guide-section p,
.guide-section li { max-width: 820px; color: #4c4c48; font-size: 17px; line-height: 1.75; }
.guide-section li { margin: 10px 0; }
.guide-section ul,
.guide-section ol { padding-left: 22px; }
.criteria-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.criteria-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.criteria-card:nth-child(2) { background: #fff0c7; }
.criteria-card:nth-child(3) { background: #e9f4ff; }
.criteria-card:nth-child(4) { background: #f4e9f1; }
.criteria-card strong { display: block; margin-bottom: 8px; font-size: 16px; }
.criteria-card p { margin: 0; font-size: 14px; line-height: 1.55; }
.guide-table-wrap { margin-top: 36px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.guide-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.guide-table th,
.guide-table td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.guide-table th { background: #f4f4f1; font-size: 12px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.guide-table td { color: #4c4c48; font-size: 14px; line-height: 1.55; }
.guide-table tr:last-child td { border-bottom: 0; }
.guide-table .featured-row td { background: #edf5ff; }
.guide-table .featured-row td:first-child { box-shadow: inset 4px 0 0 var(--accent); }
.guide-table .best-label { display: inline-block; margin-top: 7px; padding: 4px 8px; border-radius: 9999px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.source-note { margin-top: 14px; color: #73736e; font-size: 12px !important; line-height: 1.55 !important; }
.return-comparison { margin-top: 44px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #eef6ff; }
.return-comparison-head { max-width: 780px; }
.return-comparison-head h3 { margin: 6px 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.return-comparison-head > p:last-child { margin: 0; font-size: 15px; line-height: 1.65; }
.return-kicker { margin: 0 !important; color: #315f9f !important; font-size: 11px !important; line-height: 16px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.return-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.return-card { min-width: 0; padding: 24px; border: 1px solid rgba(17,17,17,.09); border-radius: 14px; background: #fff; }
.return-card-top { min-height: 56px; display: flex; flex-direction: column; gap: 4px; }
.return-card-top span { color: var(--ink); font-size: 14px; line-height: 1.3; font-weight: 800; }
.return-card-top small { color: #777771; font-size: 11px; line-height: 1.4; }
.return-value { display: block; margin-top: 20px; color: var(--ink); font-size: clamp(38px, 4.2vw, 58px); line-height: .95; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.return-track { height: 8px; margin-top: 20px; overflow: hidden; border-radius: 9999px; background: #e4e4df; }
.return-track span { width: var(--return-width); height: 100%; display: block; border-radius: inherit; background: var(--accent); }
.return-card p { margin: 16px 0 0; color: #696963; font-size: 13px; line-height: 1.55; }
.return-card-unavailable { background: #fff8df; }
.return-value-text { font-size: clamp(29px, 3.4vw, 42px); letter-spacing: -.045em; }
.return-track-dashed { border: 1px dashed #b6a66f; background: transparent; }
.common-period { margin-top: 12px; padding: 26px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 28px; border-radius: 14px; background: var(--dark); color: #fff; }
.common-period .return-kicker { color: #9fb8ff !important; }
.common-period h4 { margin: 7px 0 0; color: #fff; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.common-period p:last-child { margin: 10px 0 0; color: #c9c9c4; font-size: 13px; line-height: 1.55; }
.common-period-values { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.common-period-values div { padding: 14px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.06); text-align: center; }
.common-period-values dt { color: #bdbdb7; font-size: 11px; line-height: 1.3; font-weight: 800; text-transform: uppercase; }
.common-period-values dd { margin: 5px 0 0; color: #fff; font-size: 20px; line-height: 1; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.return-source { margin-bottom: 0; }
.choice-path { margin-top: 38px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.choice-path article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.choice-path article:nth-child(2) { background: #fff0c7; }
.choice-path article:nth-child(3) { background: var(--dark); color: #fff; }
.choice-path .range { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.choice-path h3 { margin: 12px 0; }
.choice-path article:nth-child(3) p { color: #d0d0ca; }
.guide-callout { margin: 40px 0; padding: 28px; border-left: 4px solid var(--accent); background: #edf5ff; }
.guide-callout strong { display: block; margin-bottom: 8px; color: var(--ink); }
.guide-callout p { margin: 0; }
.funnel-card { margin-top: 44px; padding: 36px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border-radius: 16px; background: var(--dark); color: #fff; }
.funnel-card h3 { margin: 0; color: #fff; font-size: 30px; }
.funnel-card p { margin: 12px 0 0; color: #cecec9; font-size: 15px; line-height: 1.6; }
.guide-faq { padding-top: 96px; padding-bottom: 96px; background: #fff; }
.guide-faq .faq-list { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-faq details { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.guide-faq summary { cursor: pointer; font-weight: 800; line-height: 1.45; }
.guide-faq details p { color: var(--muted); line-height: 1.7; }
.hub-links { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hub-link { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; color: var(--ink); transition: transform 200ms ease, border-color 200ms ease; }
.hub-link strong { display: block; font-size: 21px; line-height: 1.2; }
.hub-link span { display: block; margin-top: 9px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hub-link:hover { border-color: var(--accent); transform: translateY(-2px); }

/* Shared bonus bridge and long-term fee illustration */
.guide-bonus-strip {
  width: min(calc(100% - 48px), var(--page));
  margin: 32px auto 0;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 16px;
  background: var(--warm);
}
.guide-bonus-strip h2 { margin: 4px 0 0; font-size: 26px; line-height: 1.2; letter-spacing: -.035em; }
.guide-bonus-strip p { max-width: 780px; margin: 8px 0 0; color: #5e5540; font-size: 14px; line-height: 1.6; }
.guide-bonus-strip .bonus-eyebrow { margin: 0; color: #765500; font-size: 11px; line-height: 16px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.guide-bonus-strip .bonus-disclosure { color: #716852; font-size: 12px; }
.guide-bonus-strip p a { color: inherit; font-weight: 750; text-underline-offset: 3px; }
.guide-bonus-strip .primary { min-width: 226px; }

.fee-section { background: var(--dark) !important; color: #fff; }
.fee-section > .label { color: #91adff; }
.fee-section > h2 { color: #fff; }
.fee-section > .fee-intro { max-width: 820px; color: #c9c9c4; font-size: 18px; line-height: 1.7; }
.fee-calculator { margin-top: 42px; }
.fee-controls { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.fee-control { min-width: 0; padding: 18px; display: grid; gap: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.fee-control span { color: #c1c1bc; font-size: 11px; line-height: 16px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.fee-control output { color: #fff; font-size: 22px; line-height: 1; font-weight: 750; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.fee-control input { width: 100%; min-height: 28px; accent-color: #6f93ff; cursor: pointer; }
.fee-visual { margin-top: 12px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 12px; }
.fee-chart-card,
.fee-summary { min-width: 0; padding: 28px; border-radius: 16px; background: #fff; color: var(--ink); }
.fee-chart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.fee-chart-head h3 { margin: 0; font-size: 23px; line-height: 1.25; }
.fee-chart-head p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.fee-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 700; }
.fee-legend span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.fee-legend i { width: 18px; height: 3px; border-radius: 9999px; background: var(--accent); }
.fee-legend span:last-child i { background: #73736e; }
.fee-chart { width: 100%; height: 300px; margin-top: 22px; display: block; overflow: visible; }
.fee-chart .grid { stroke: #e5e5e1; stroke-width: 1; vector-effect: non-scaling-stroke; }
.fee-chart .low,
.fee-chart .high { fill: none; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; transition: d 450ms var(--ease-fluid); }
.fee-chart .low { stroke: var(--accent); }
.fee-chart .high { stroke: #73736e; }
.fee-chart text { fill: #777771; font: 11px Manrope, sans-serif; }
.fee-summary { display: grid; align-content: start; gap: 10px; }
.fee-summary-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); }
.fee-summary-card:first-child { background: var(--accent-soft); }
.fee-summary-card:last-child { background: var(--warm); }
.fee-summary-card span { display: block; color: var(--muted); font-size: 11px; line-height: 16px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.fee-summary-card strong { display: block; margin-top: 8px; font-size: clamp(27px, 3vw, 40px); line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.fee-bars { margin-top: 12px; padding: 24px 28px; border-radius: 16px; background: #fff; color: var(--ink); }
.fee-bars h3 { margin: 0 0 18px; font-size: 20px; }
.fee-bar-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 14px; align-items: center; margin-top: 13px; }
.fee-bar-row > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.fee-bar-row > strong { font-size: 14px; font-variant-numeric: tabular-nums; }
.fee-bar-track { height: 14px; overflow: hidden; border-radius: 9999px; background: #eeeeea; }
.fee-bar-fill { height: 100%; border-radius: inherit; background: var(--accent); transition: width 500ms var(--ease-fluid); }
.fee-bar-row:last-child .fee-bar-fill { background: #73736e; }
.retirement-note { margin-top: 12px; padding: 30px; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 32px; border-radius: 16px; background: var(--warm); color: var(--ink); }
.retirement-note strong { font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: -.05em; }
.retirement-note p { margin: 0; color: #5e5540; font-size: 16px; line-height: 1.7; }
.fee-method { margin: 16px 0 0 !important; color: #aaa9a4 !important; font-size: 12px !important; line-height: 1.6 !important; }
.fee-funnel { margin-top: 28px; background: #fff; color: var(--ink); }
.fee-funnel h3 { color: var(--ink); }
.fee-funnel p { color: var(--muted); }
.fee-funnel .fee-disclosure { margin-top: 8px; font-size: 12px; }

/* Comparison */
.compare-hero,
.compare-section,
.decision-section,
.platform-picker {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}
.compare-hero { min-height: 720px; padding-top: 168px; padding-bottom: 96px; background: var(--canvas); }
.compare-hero h1 { max-width: 1040px; }
.compare-hero .lead { max-width: 780px; }
.compare-section,
.platform-picker { padding-top: 96px; padding-bottom: 96px; }
.compare-section:nth-of-type(even),
.platform-picker { background: #fff; }
.compare-section h2,
.platform-picker h2,
.decision-section h2 { max-width: 900px; font-size: 48px; line-height: 1.05; letter-spacing: -.04em; }
.decision-section { padding-top: 96px; padding-bottom: 96px; background: var(--dark); color: #fff; }
.decision-section .label { color: #91adff; }
.decision-intro { max-width: 720px; color: #c9c9c4; font-size: 18px; line-height: 28px; }
.choice-grid { margin-top: 40px; display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.choice-card { min-height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.05); }
.choice-card.recommended { border-color: #6f93ff; background: #1d2b54; }
.choice-card small { color: #b9c5e8; font-weight: 800; letter-spacing: .08em; }
.choice-card h3 { margin: 14px 0 10px; font-size: 32px; line-height: 38px; }
.choice-card p,
.choice-card li { color: #d4d4cf; }
.choice-card ul { padding: 0; list-style: none; }
.choice-card li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.12); }
.recommendation { display: inline-flex; margin-top: 14px; padding: 5px 9px; border-radius: 9999px; background: #dfe7ff; color: #142143; font-size: 12px; font-weight: 800; }

.compare-table-wrap { margin-top: 36px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.compare-table th,
.compare-table td { padding: 18px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 14px; line-height: 21px; }
.compare-table th { background: #f3f3f0; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.compare-table th:nth-child(2),
.compare-table td:nth-child(2) { background: var(--accent-soft); }
.compare-table td strong { display: block; margin-bottom: 4px; }
.winner { color: var(--accent); }
.compare-note { max-width: 860px; color: var(--muted); font-size: 13px; }
.not-comparable,
.decision-guide { margin-top: 40px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--warm); }
.decision-steps { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.decision-step b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9999px; background: var(--accent); color: #fff; }
.decision-step p { color: var(--muted); }
.kron-cta { margin-top: 24px; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 16px; background: var(--dark); color: #fff; }
.kron-cta p { max-width: 640px; color: #c9c9c4; }
.kron-bonus { color: #91adff; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.calc-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.calc-grid label { font-size: 14px; font-weight: 700; }
.calc-grid input { width: 100%; min-height: 48px; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font: inherit; }
.calc-result { margin-top: 18px; padding: 28px; border-radius: 16px; background: var(--dark); color: #fff; }
.calc-result strong { font-size: 36px; line-height: 42px; }
.calc-result p { color: #c9c9c4; }
.referral-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.referral-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.referral-card h3 { margin: 12px 0; font-size: 32px; }
.referral-card p { color: var(--muted); }
.referral-pending { width: 100%; padding: 14px; border: 1px dashed #9aa6bd; border-radius: 8px; background: #f3f3f0; color: #626b7d; font: inherit; }
.platform-picker { background: #fff; }
.picker-shell { margin-top: 40px; display: grid; grid-template-columns: 320px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); }
.picker-options { padding: 16px; display: grid; align-content: start; gap: 8px; border-right: 1px solid var(--line); background: #f0f0ed; }
.picker-option { min-height: 76px; padding: 14px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; border: 0; border-radius: 12px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.picker-option[aria-pressed="true"] { background: #fff; }
.picker-number { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9999px; }
.picker-option[aria-pressed="true"] .picker-number { background: var(--accent); color: #fff; }
.picker-option strong,
.picker-option small { display: block; }
.picker-option small { margin-top: 3px; color: var(--muted); }
.picker-result { min-height: 480px; padding: 48px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.picker-visual { min-height: 320px; display: grid; place-items: center; position: relative; }
.picker-orbit { width: 270px; height: 270px; position: absolute; border: 1px solid var(--line); border-radius: 9999px; }
.picker-logo { width: 150px; height: 150px; display: grid; place-items: center; position: relative; border-radius: 24px; background: var(--accent); color: #fff; font-size: 64px; font-weight: 700; }
.picker-copy h3 { font-size: 40px; line-height: 46px; }
.picker-copy p { color: var(--muted); }
.picker-points { padding-left: 20px; }

/* Directory */
.directory { width: 100%; padding: 168px max(24px, calc((100vw - var(--page)) / 2)) 112px; }
.directory h1 { max-width: 900px; }
.directory-intro { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 28px; }
.offer-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.offer { min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.offer:nth-child(2n) { background: var(--accent-soft); }
.offer.pending { background: #f0f0ed; }
.offer small { margin-bottom: auto; color: var(--accent); font-weight: 800; letter-spacing: .06em; }
.offer h2 { margin: 16px 0 8px; font-size: 32px; line-height: 38px; }
.offer p { color: var(--muted); }
.candidates { margin-top: 80px; padding-top: 64px; border-top: 1px solid var(--line); }
.candidates h2 { font-size: 48px; line-height: 1.05; }
.candidates ul { columns: 2; gap: 40px; padding-left: 20px; }
.candidates li { break-inside: avoid; margin-bottom: 16px; }

/* About and profile */
.about-hero,
.about-grid,
.profile-hero,
.profile-proof,
.journey,
.profile-values,
.profile-next,
.not-found {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}
.about-hero { min-height: 720px; padding-top: 168px; padding-bottom: 96px; background: var(--canvas); }
.about-hero h1 { max-width: 1000px; }
.about-grid { padding-top: 96px; padding-bottom: 112px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.about-grid h2,
.profile-proof h2,
.journey h2,
.profile-values h2,
.profile-next h2 { font-size: 48px; line-height: 1.05; letter-spacing: -.04em; }
.about-copy { max-width: 720px; }
.about-copy p,
.about-copy li { color: #4b4b47; font-size: 17px; line-height: 28px; }
.about-copy li { margin: 12px 0; }
.contact-box { margin-top: 32px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--accent-soft); }

.profile-hero { min-height: 760px; padding-top: 168px; padding-bottom: 96px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; background: var(--canvas); }
.profile-hero h1 { max-width: 800px; }
.profile-visual { min-height: 420px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.profile-ring { width: 300px; height: 300px; position: absolute; border: 1px solid var(--faint); border-radius: 9999px; }
.profile-ring::before { content: ""; position: absolute; inset: 36px; border: 1px solid var(--faint); border-radius: 9999px; }
.profile-avatar { width: 170px; height: 190px; position: relative; display: grid; place-items: center; border-radius: 80px 80px 24px 24px; background: var(--accent); color: #fff; font-size: 72px; font-weight: 700; }
.profile-since { position: absolute; right: 24px; bottom: 24px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 800; }
.profile-proof { padding-top: 96px; padding-bottom: 96px; background: var(--dark); color: #fff; }
.profile-proof-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: center; }
.profile-number { display: block; color: #91adff; font-size: 96px; line-height: .9; letter-spacing: -.06em; }
.profile-number-label { display: block; margin-top: 16px; color: #bdbdb7; font-size: 13px; text-transform: uppercase; }
.profile-proof p { color: #c9c9c4; }
.journey { padding-top: 112px; padding-bottom: 112px; }
.timeline { max-width: 900px; margin-top: 48px; border-top: 1px solid var(--line); }
.timeline article { padding: 28px 0; display: grid; grid-template-columns: 110px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--accent); font-weight: 800; }
.timeline h3 { font-size: 24px; line-height: 32px; }
.timeline p { margin: 8px 0 0; color: var(--muted); }
.profile-values { padding-top: 96px; padding-bottom: 96px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; background: #fff; }
.value-list { display: grid; gap: 12px; }
.value-list article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.value-list h3 { font-size: 20px; line-height: 28px; }
.value-list p { margin: 8px 0 0; color: var(--muted); }
.profile-next { padding-top: 96px; padding-bottom: 112px; text-align: center; }
.profile-next h2,
.profile-next p { max-width: 760px; margin-right: auto; margin-left: auto; }
.profile-next p { color: var(--muted); }
.profile-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

.not-found { min-height: 100vh; padding-top: 168px; padding-bottom: 96px; display: grid; align-content: center; }
.not-found h1 { max-width: 820px; }
.not-found > p:not(.label) { max-width: 620px; color: var(--muted); font-size: 18px; }
.not-found nav { display: flex; flex-wrap: wrap; gap: 10px; }
.not-found nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; text-decoration: none; }

@media (max-width: 1100px) {
  .criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fee-controls { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fee-visual { grid-template-columns: 1fr; }
  .island-nav { width: min(calc(100% - 32px), 760px); grid-template-columns: 1fr auto auto; }
  .desktop-links { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .offer-hero,
  .profile-hero { grid-template-columns: 1fr; }
  .offer-hero > div:first-child,
  .profile-hero > div:first-child { max-width: 800px; margin: 0 auto; text-align: center; }
  .offer-hero .lead,
  .profile-hero .lead { margin-right: auto; margin-left: auto; }
  .brand-visual,
  .profile-visual { width: min(100%, 680px); margin: 0 auto; }
  .picker-shell { grid-template-columns: 1fr; }
  .picker-options { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .search-guide-hero { padding-top: 140px; padding-bottom: 56px; }
  .search-guide-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .search-guide-hero .lead { font-size: 17px; line-height: 1.6; }
  .answer-card { margin-top: 28px; padding: 22px; grid-template-columns: 1fr; }
  .answer-actions { align-items: stretch; flex-direction: column; }
  .answer-actions .primary { width: 100%; }
  .guide-index { padding-top: 24px; padding-bottom: 24px; }
  .guide-index nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .guide-index a { flex: 0 0 auto; }
  .guide-section,
  .guide-faq { padding-top: 72px; padding-bottom: 72px; }
  .criteria-grid,
  .guide-faq .faq-list,
  .hub-links { grid-template-columns: 1fr; }
  .choice-path { grid-template-columns: 1fr; }
  .guide-section p,
  .guide-section li { font-size: 16px; line-height: 1.68; }
  .guide-table-wrap { margin-right: -12px; }
  .return-comparison { padding: 24px 18px; }
  .return-grid { grid-template-columns: 1fr; }
  .return-card-top { min-height: 0; }
  .common-period { padding: 22px 18px; grid-template-columns: 1fr; gap: 20px; }
  .funnel-card { padding: 28px 22px; grid-template-columns: 1fr; }
  .funnel-card .primary { width: 100%; }
  .guide-bonus-strip { width: calc(100% - 32px); padding: 22px; grid-template-columns: 1fr; }
  .guide-bonus-strip .primary { width: 100%; min-width: 0; }
  .fee-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fee-control:first-child { grid-column: 1 / -1; }
  .fee-chart-card,
  .fee-summary,
  .fee-bars { padding: 22px 18px; }
  .fee-chart-head { display: block; }
  .fee-legend { margin-top: 16px; justify-content: flex-start; }
  .fee-chart { height: 230px; }
  .fee-bar-row { grid-template-columns: 1fr auto; }
  .fee-bar-track { grid-column: 1 / -1; grid-row: 2; }
  .retirement-note { padding: 26px 22px; grid-template-columns: 1fr; gap: 18px; }
  .offer-hero,
  .blog-hero,
  .compare-hero,
  .about-hero,
  .profile-hero,
  .directory { min-height: 0; padding-top: 140px; padding-bottom: 72px; }
  .offer-hero h1,
  .blog-hero h1,
  .compare-hero h1,
  .about-hero h1,
  .profile-hero h1,
  .directory h1 { font-size: 48px; line-height: 1.02; }
  .short-answer,
  .requirements,
  .experience,
  .compliance,
  .offer-faq,
  .explain,
  .honesty,
  .seo-faq,
  .source-section,
  .answer-summary,
  .proof,
  .comparison-teaser,
  .article,
  .compare-section,
  .decision-section,
  .platform-picker,
  .about-grid,
  .profile-proof,
  .journey,
  .profile-values,
  .profile-next { padding-top: 72px; padding-bottom: 72px; }
  .short-answer-grid,
  .requirements,
  .experience,
  .explain,
  .answer-summary,
  .proof,
  .comparison-teaser,
  .about-grid,
  .profile-proof-grid,
  .profile-values { grid-template-columns: 1fr; gap: 36px; }
  .short-answer h2,
  .requirements h2,
  .experience h2,
  .compliance h2,
  .offer-faq h2,
  .section-title h2,
  .honesty h2,
  .seo-faq h2,
  .source-section h2,
  .article h2,
  .compare-section h2,
  .decision-section h2,
  .platform-picker h2,
  .about-grid h2,
  .profile-proof h2,
  .journey h2,
  .profile-values h2,
  .profile-next h2 { font-size: 36px; line-height: 40px; }
  .answer-badges,
  .offer-faq .faq-list,
  .seo-faq .faq-list,
  .choice-grid,
  .decision-steps,
  .calc-grid,
  .referral-grid,
  .offer-grid { grid-template-columns: 1fr; }
  .brand-visual,
  .profile-visual { min-height: 340px; }
  .brand-orbit,
  .profile-ring { width: 250px; height: 250px; }
  .brand-token { width: 145px; height: 145px; }
  .reward-pill { right: 16px; bottom: 16px; }
  .kron-cta { display: block; }
  .kron-cta .primary { width: 100%; margin-top: 20px; }
  .picker-options { grid-template-columns: 1fr; }
  .picker-result { padding: 32px 20px; grid-template-columns: 1fr; }
  .picker-visual { min-height: 260px; }
  .candidates ul { columns: 1; }
  .timeline article { grid-template-columns: 68px 1fr; gap: 16px; }
  .profile-number { font-size: 72px; }
}

@media (max-width: 420px) {
  .search-guide-hero,
  .guide-index,
  .guide-section,
  .guide-faq { padding-right: 16px; padding-left: 16px; }
  .offer-hero,
  .blog-hero,
  .compare-hero,
  .about-hero,
  .profile-hero,
  .directory { padding-right: 16px; padding-left: 16px; }
  .offer-hero h1,
  .blog-hero h1,
  .compare-hero h1,
  .about-hero h1,
  .profile-hero h1,
  .directory h1 { font-size: 40px; line-height: 1.06; }
  .short-answer,
  .requirements,
  .experience,
  .compliance,
  .offer-faq,
  .explain,
  .honesty,
  .seo-faq,
  .source-section,
  .answer-summary,
  .proof,
  .comparison-teaser,
  .article,
  .compare-section,
  .decision-section,
  .platform-picker,
  .about-grid,
  .profile-proof,
  .journey,
  .profile-values,
  .profile-next,
  .not-found { padding-right: 16px; padding-left: 16px; }
  .primary,
  .profile-actions a { width: 100%; }
  .guide-bonus-strip { width: calc(100% - 24px); }
  .fee-controls { grid-template-columns: 1fr; }
  .fee-control:first-child { grid-column: auto; }
  .fee-chart { height: 200px; }
  .fee-summary-card strong { font-size: 28px; }
  .directory .offer { min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-orbit,
  .picker-orbit { animation: none !important; }
  .fee-chart .low,
  .fee-chart .high,
  .fee-bar-fill { transition: none !important; }
}

/* Fond i gave */
.gift-page { --gift-peach: #ffe4d8; --gift-sage: #e8f3e8; }
.gift-hero,
.gift-quickfacts,
.gift-index,
.gift-section,
.gift-referral,
.gift-sources,
.gift-final {
  width: 100%;
  padding-right: max(24px, calc((100vw - var(--page)) / 2));
  padding-left: max(24px, calc((100vw - var(--page)) / 2));
}
.gift-hero {
  min-height: 780px;
  padding-top: 168px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 68px;
  align-items: center;
}
.gift-hero-copy { max-width: 680px; }
.gift-hero h1 { max-width: 720px; }
.gift-hero h1 span { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.gift-hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.gift-secondary,
.gift-final-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--accent);
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 300ms var(--ease-fluid), background-color 300ms var(--ease-fluid), transform 300ms var(--ease-fluid);
}
.gift-secondary:hover,
.gift-final-secondary:hover { border-color: #c9d5ff; background: var(--accent-soft); transform: translateY(-2px); }
.gift-independent { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 18px; }
.gift-visual {
  min-height: 480px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--warm);
}
.gift-card-mockup {
  width: min(76%, 390px);
  min-height: 292px;
  position: relative;
  z-index: 1;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: rotate(-2deg);
}
.gift-card-top,
.gift-card-bottom { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; line-height: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.gift-card-mockup > strong { display: block; margin-top: 64px; font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.gift-card-mockup > p { max-width: 250px; margin: 12px 0 36px; color: var(--muted); }
.gift-ribbon { width: 62px; height: 62px; position: absolute; top: 0; left: 50%; background: var(--accent); transform: translateX(-50%); }
.gift-ribbon i { width: 34px; height: 34px; position: absolute; top: 35px; border: 9px solid var(--accent); border-radius: 9999px; }
.gift-ribbon i:first-child { right: 26px; }
.gift-ribbon i:last-child { left: 26px; }
.gift-fact-chip { position: absolute; z-index: 2; right: 22px; bottom: 22px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.gift-fact-chip strong,
.gift-fact-chip span { display: block; }
.gift-fact-chip strong { font-size: 14px; }
.gift-fact-chip span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.gift-spark { position: absolute; color: var(--accent); font-size: 34px; line-height: 1; }
.gift-spark-one { top: 42px; right: 54px; }
.gift-spark-two { bottom: 60px; left: 46px; color: #9a6b00; }

.gift-quickfacts { padding-top: 28px; padding-bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.gift-quickfacts article { padding: 20px 28px; border-right: 1px solid var(--line); }
.gift-quickfacts article:first-child { padding-left: 0; }
.gift-quickfacts article:last-child { padding-right: 0; border-right: 0; }
.gift-quickfacts strong { font-size: 18px; line-height: 26px; }
.gift-quickfacts p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 22px; }
.gift-index { padding-top: 28px; padding-bottom: 28px; background: #fff; }
.gift-index { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.gift-index a { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9999px; background: var(--canvas); color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.gift-index a:hover { background: var(--accent-soft); color: var(--accent); }

.gift-section { padding-top: 112px; padding-bottom: 112px; }
.gift-section:nth-of-type(even) { background: #fff; }
.gift-section-heading { max-width: 820px; }
.gift-section-heading h2,
.gift-copy-column h2,
.gift-referral h2,
.gift-sources h2,
.gift-final h2 { font-size: 48px; line-height: 1.05; letter-spacing: -.04em; }
.gift-section-heading > p:last-child,
.gift-copy-column > p,
.gift-referral-copy > p,
.gift-sources p,
.gift-final p { color: var(--muted); font-size: 17px; line-height: 28px; }
.occasion-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.occasion-grid article { min-height: 230px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.occasion-grid article:nth-child(2),
.occasion-grid article:nth-child(5) { background: var(--accent-soft); }
.occasion-grid article:nth-child(3),
.occasion-grid article:nth-child(6) { background: var(--warm); }
.occasion-grid article > span { margin-bottom: auto; font-size: 34px; line-height: 1; }
.occasion-grid h3 { margin-top: 32px; font-size: 23px; line-height: 30px; }
.occasion-grid p { margin: 8px 0 0; color: var(--muted); }

.gift-how { background: #fff; }
.gift-steps { margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; counter-reset: none; }
.gift-steps li { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.gift-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9999px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }
.gift-steps h3 { margin-top: 46px; font-size: 21px; line-height: 28px; }
.gift-steps p { color: var(--muted); font-size: 14px; line-height: 22px; }
.gift-action-row { margin-top: 28px; padding: 24px; display: flex; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--accent-soft); }
.gift-action-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 20px; }

.gift-calculator-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.gift-copy-column { max-width: 540px; }
.gift-note { margin-top: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--warm); color: #4f431e; font-size: 14px; line-height: 22px; }
.gift-note strong { display: block; margin-bottom: 4px; color: var(--ink); }
.gift-calc-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.gift-calc-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gift-calc-controls-four { grid-template-columns: repeat(2, 1fr); }
.gift-calc-controls label,
.compound-rate { padding: 18px; display: grid; gap: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--canvas); font-size: 13px; font-weight: 700; }
.gift-calc-controls output,
.compound-rate output { color: var(--accent); font-size: 17px; line-height: 24px; font-weight: 800; }
.gift-calc-controls input,
.compound-rate input { width: 100%; accent-color: var(--accent); cursor: pointer; }
.gift-calc-result { margin-top: 16px; padding: 32px; border-radius: 16px; background: var(--dark); color: #fff; }
.gift-calc-result > span { color: #c9c9c4; font-size: 13px; }
.gift-calc-result > strong { display: block; margin-top: 10px; color: #91adff; font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.gift-calc-result p { margin: 16px 0 0; color: #c9c9c4; font-size: 13px; }
.gift-calc-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 19px; }
.gift-calc-breakdown { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gift-calc-breakdown > div { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); }
.gift-calc-breakdown span,
.gift-calc-breakdown strong { display: block; }
.gift-calc-breakdown span { color: var(--muted); font-size: 12px; }
.gift-calc-breakdown strong { margin-top: 8px; font-size: 25px; line-height: 32px; }
.gift-calc-breakdown .gift-calc-total { grid-column: 1 / -1; background: var(--dark); color: #fff; }
.gift-calc-breakdown .gift-calc-total span { color: #c9c9c4; }
.gift-calc-breakdown .gift-calc-total strong { color: #91adff; font-size: 42px; line-height: 46px; }

.parent-compare { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.parent-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.parent-card-featured { background: var(--accent-soft); }
.parent-tag { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.parent-card h3 { margin-top: 20px; font-size: 30px; line-height: 36px; }
.parent-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.parent-card li { padding: 12px 0 12px 28px; position: relative; border-top: 1px solid var(--line); color: var(--muted); }
.parent-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.gift-inline-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; }
.gift-inline-links a { color: var(--accent); font-weight: 700; text-underline-offset: 4px; }

.gift-compound { background: #fff; }
.compound-rate { max-width: 390px; margin-top: 34px; }
.compound-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.compound-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.compound-grid article:nth-child(2) { background: var(--accent-soft); }
.compound-grid article:nth-child(3) { background: var(--warm); }
.compound-grid p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.compound-grid h3 { margin-top: 8px; font-size: 32px; line-height: 38px; }
.compound-grid ul { margin: 28px 0 0; padding: 0; list-style: none; }
.compound-grid li { padding: 12px 0; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }
.compound-grid li span { color: var(--muted); }
.compound-grid small { display: block; margin-top: 22px; color: var(--muted); }

.gift-referral { padding-top: 112px; padding-bottom: 112px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; background: var(--dark); color: #fff; }
.gift-referral .label { color: #91adff; }
.gift-referral-copy > p { color: #c9c9c4; }
.gift-referral ul { margin: 30px 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.gift-referral li { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); color: #d8d8d4; }
.gift-referral li strong { display: block; color: #fff; }
.gift-disclosure { margin: 12px 0 0 !important; color: #bdbdb7 !important; font-size: 12px !important; line-height: 18px !important; }
.gift-referral-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #fff; color: var(--ink); }
.gift-referral-card > p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.gift-referral-card > strong { display: block; margin: 12px 0 32px; color: var(--accent); font-size: 52px; line-height: 1; letter-spacing: .06em; }
.gift-referral-card > div { padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.gift-referral-card > div b { color: var(--success); }
.gift-referral-card small { display: block; margin-top: 22px; color: var(--muted); line-height: 19px; }
.gift-referral-card a { display: inline-block; margin-top: 18px; color: var(--accent); font-weight: 700; }

.gift-faq .faq-list { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gift-faq details { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.gift-faq summary { min-height: 44px; padding-right: 34px; position: relative; display: flex; align-items: center; font-weight: 700; cursor: pointer; list-style: none; }
.gift-faq summary::-webkit-details-marker { display: none; }
.gift-faq summary::after { content: "+"; position: absolute; right: 0; color: var(--accent); font-size: 24px; }
.gift-faq details[open] summary::after { content: "−"; }
.gift-faq details p { margin: 14px 0 0; color: var(--muted); }

.gift-sources { padding-top: 88px; padding-bottom: 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; background: #fff; }
.gift-sources h2 { font-size: 38px; }
.gift-sources ul { margin: 0; padding: 0; list-style: none; }
.gift-sources li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.gift-sources a { color: var(--accent); font-weight: 700; }
.gift-final { padding-top: 96px; padding-bottom: 96px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; background: var(--warm); }
.gift-final > div:last-child { max-width: 310px; display: grid; gap: 9px; }
.gift-final small { color: var(--muted); font-size: 11px; line-height: 17px; }

@media (max-width: 1000px) {
  .gift-hero,
  .gift-calculator-section,
  .gift-referral { grid-template-columns: 1fr; }
  .gift-hero-copy { max-width: 820px; }
  .gift-visual { width: min(100%, 680px); min-height: 430px; }
  .gift-steps { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-referral-card { max-width: 620px; }
}

@media (max-width: 760px) {
  .gift-hero { min-height: 0; padding-top: 140px; padding-bottom: 72px; gap: 44px; }
  .gift-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .gift-hero .lead { font-size: 17px; line-height: 27px; }
  .gift-hero-actions { align-items: stretch; flex-direction: column; }
  .gift-hero-actions a { width: 100%; }
  .gift-visual { min-height: 360px; }
  .gift-card-mockup { width: 82%; min-height: 260px; padding: 22px; }
  .gift-card-mockup > strong { margin-top: 56px; font-size: 44px; }
  .gift-fact-chip { right: 12px; bottom: 12px; }
  .gift-quickfacts { grid-template-columns: 1fr; }
  .gift-quickfacts article,
  .gift-quickfacts article:first-child,
  .gift-quickfacts article:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .gift-quickfacts article:last-child { border-bottom: 0; }
  .gift-index { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .gift-index a { flex: 0 0 auto; }
  .gift-section,
  .gift-referral { padding-top: 76px; padding-bottom: 76px; }
  .gift-section-heading h2,
  .gift-copy-column h2,
  .gift-referral h2,
  .gift-sources h2,
  .gift-final h2 { font-size: 36px; line-height: 40px; }
  .gift-steps,
  .occasion-grid,
  .parent-compare,
  .compound-grid,
  .gift-faq .faq-list,
  .gift-sources { grid-template-columns: 1fr; }
  .occasion-grid article { min-height: 210px; }
  .gift-action-row { align-items: stretch; flex-direction: column; }
  .gift-action-row .primary { width: 100%; }
  .gift-calc-controls,
  .gift-calc-controls-four { grid-template-columns: 1fr; }
  .gift-calc-result { padding: 26px 22px; }
  .gift-calc-result > strong { font-size: 44px; }
  .gift-referral ul { grid-template-columns: 1fr; }
  .gift-referral-card > strong { font-size: 44px; }
  .gift-sources { gap: 28px; }
  .gift-final { padding-top: 72px; padding-bottom: 72px; grid-template-columns: 1fr; }
  .gift-final > div:last-child { max-width: none; }
}

@media (max-width: 420px) {
  .gift-hero,
  .gift-quickfacts,
  .gift-index,
  .gift-section,
  .gift-referral,
  .gift-sources,
  .gift-final { padding-right: 16px; padding-left: 16px; }
  .gift-hero h1 { font-size: 40px; line-height: 1.06; }
  .gift-visual { min-height: 330px; }
  .gift-card-mockup { width: 88%; }
  .gift-card-bottom { display: grid; }
  .gift-fact-chip { display: none; }
  .gift-steps { grid-template-columns: 1fr; }
  .gift-calc-card,
  .parent-card,
  .compound-grid article,
  .gift-referral-card { padding: 22px; }
  .gift-calc-breakdown { grid-template-columns: 1fr; }
  .gift-calc-breakdown .gift-calc-total { grid-column: auto; }
  .gift-calc-breakdown .gift-calc-total strong { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .gift-card-mockup { transform: none; }
  .gift-secondary,
  .gift-final-secondary { transition: none; }
}

@media (max-width: 700px) {
  .code-directory-hero { padding-top: 132px; padding-bottom: 40px; }
  .code-directory-hero h1 { font-size: 42px; line-height: 46px; }
  .code-directory { grid-template-columns: 1fr; padding-bottom: 72px; }
  .code-offer { min-height: 0; padding: 24px; }
  .code-offer-action { grid-template-columns: 1fr; }
  .code-offer-action .primary { width: 100%; }
  .code-directory-note { margin: 0 20px 72px; padding: 32px 24px; }
  .code-directory-note h2 { font-size: 30px; line-height: 34px; }
}
