/* PlayerzPot — Stylesheet (Premium Review Layout, stacked-story hero)
   Locked Factory combo:
     LAYOUT_CSS_PROMPT_051 · HOMEPAGE_PROMPT_064 · MENU_SYSTEM_020
     LIGHT_COLOR_004_SANDSTONE_MATCHDAY · TYPOGRAPHY_SYSTEM_040
     CTA_VARIANT_027 instant-withdrawal
   Visual contract:
     hero=stacked-story · rhythm=alternating-editorial · geometry=soft-modular
     images=framed · nav=docked · signature=oversized-section-numerals
     surface=glass-accent-only · type=newspaper-authority
     interaction=sticky-section-index
*/

/* ---- Reset & base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--primary-700); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-serif); color: var(--ink); line-height: 1.18; letter-spacing: -0.005em; margin: 0 0 0.4em; font-weight: 700; }
h1 { font-size: clamp(32px, 4.4vw, 56px); line-height: 1.08; }
h2 { font-size: clamp(26px, 3vw, 36px); }
h3 { font-size: clamp(20px, 2.2vw, 24px); }
h4 { font-size: clamp(17px, 1.6vw, 19px); }
p  { margin: 0 0 1em; }
hr { border: 0; border-top: 1px solid var(--border); margin: 32px 0; }
small { font-size: 13px; color: var(--muted); }
::selection { background: var(--primary); color: #fff; }

/* ---- Layout shell ---- */
.container {
  width: min(var(--container-max), 100% - var(--container-pad) * 2);
  margin-inline: auto;
}
.section { padding-block: var(--section-gap); position: relative; }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section--paper { background: var(--background); }
.section--surface { background: var(--surface); }
.section--warm { background: var(--surface-2); }
.section-head { margin-bottom: clamp(28px, 3.4vw, 44px); max-width: 760px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--primary);
  display: inline-block;
}
.section-title { margin-bottom: 12px; }
.section-lede { font-size: clamp(16px, 1.4vw, 18px); color: var(--ink-2); max-width: 68ch; }

/* ---- Signature device: oversized section numerals ---- */
.with-numeral { position: relative; isolation: isolate; }
.with-numeral .numeral {
  position: absolute;
  top: -36px;
  left: -8px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(140px, 18vw, 220px);
  line-height: 1;
  color: var(--ink);
  opacity: 0.06;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.section-head, .section-body { position: relative; z-index: 1; }

/* ---- Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 248, 242, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
  padding-block: 8px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 12px rgba(182, 75, 40, 0.25);
}
.brand-name { font-family: var(--font-serif); font-weight: 700; font-size: 20px; }
.brand-tag { display: none; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.primary-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover { color: var(--primary); border-bottom-color: var(--primary); }
.header-cta { display: flex; align-items: center; gap: 10px; margin-left: 8px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(182, 75, 40, 0.28);
}
.btn-primary:hover { background: var(--primary-700); color: #fff; box-shadow: 0 12px 26px rgba(182, 75, 40, 0.34); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-strong);
}
.btn-ghost:hover { background: var(--surface-2); color: var(--ink); }
.btn-link {
  background: transparent;
  color: var(--primary);
  padding: 0;
  border: 0;
}
.btn-link:hover { color: var(--primary-700); text-decoration: underline; }

/* ---- Hamburger ---- */
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin-left: auto;
  position: relative;
  z-index: 120;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---- Mobile drawer ---- */
.mobile-drawer {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--background);
  border-top: 1px solid var(--border);
  padding: 20px var(--container-pad) 96px;
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 90;
}
.mobile-drawer[data-open="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.mobile-drawer li { border-bottom: 1px solid var(--hairline); }
.mobile-drawer a {
  display: block;
  padding: 14px 4px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}
.mobile-drawer a:hover { color: var(--primary); }
.mobile-drawer .btn-primary { margin-top: 16px; display: inline-flex; }

/* ---- Sticky section index (desktop left rail + mobile pill row) ---- */
.section-index-rail {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  align-self: start;
}
.section-index-rail .eyebrow { margin-bottom: 14px; }
.section-index-rail ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  counter-reset: idx;
}
.section-index-rail li { counter-increment: idx; }
.section-index-rail a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: baseline;
  padding: 8px 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 13.5px;
  border-left: 2px solid transparent;
  padding-left: 10px;
}
.section-index-rail a::before {
  content: "0" counter(idx);
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--muted-2);
}
.section-index-rail a:hover { color: var(--ink); }
.section-index-rail a.is-active {
  color: var(--ink);
  border-left-color: var(--primary);
  font-weight: 600;
}

.pill-row {
  display: none;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}
.pill-row::-webkit-scrollbar { display: none; }
.pill-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.pill-row a.is-active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ---- Hero (stacked-story) ---- */
.hero {
  padding-block: clamp(56px, 6vw, 96px);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
}
.hero-stack { display: grid; gap: 18px; }
.hero h1 { margin: 0; }
.hero-lede { font-size: clamp(17px, 1.4vw, 19px); color: var(--ink-2); max-width: 56ch; margin: 0; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.hero-meta {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-size: 13px; color: var(--muted);
  margin-top: 12px;
}
.hero-meta b { color: var(--ink); font-weight: 600; }
.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-strip figure {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.hero-strip img { aspect-ratio: 4/5; object-fit: cover; }
.hero-strip figcaption {
  font-size: 12.5px; color: var(--muted);
  padding: 8px 10px; border-top: 1px solid var(--hairline);
}

/* ---- Primary feature ---- */
.feature {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.feature-body { display: grid; gap: 14px; }
.feature-body p { margin: 0; color: var(--ink-2); }
.feature-body ul { margin: 8px 0 0; padding-left: 20px; color: var(--ink-2); }
.feature-body li { margin-bottom: 6px; }
.feature figure {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}
.feature figure img { aspect-ratio: 21/9; object-fit: cover; width: 100%; }
.feature figure figcaption { padding: 12px 16px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--hairline); }

/* ---- Numbered topic matrix ---- */
.matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.matrix .card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 22px 22px 26px;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.matrix .card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card-hover); border-color: var(--border-strong); }
.matrix .card .num {
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--primary);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.matrix .card h3 { font-size: 17px; margin: 0 0 8px; }
.matrix .card p { font-size: 14px; color: var(--ink-2); margin: 0; }
.matrix .card a { position: absolute; inset: 0; text-indent: -9999px; overflow: hidden; }
.matrix .card::after {
  content: "";
  position: absolute;
  left: 0; top: 18px; bottom: 18px;
  width: 2px;
  background: var(--primary);
  opacity: 0.18;
}

/* ---- Photo essay rail ---- */
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
.rail figure {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  scroll-snap-align: start;
  box-shadow: var(--shadow-card);
}
.rail figure img { aspect-ratio: 4/5; object-fit: cover; }
.rail figure figcaption {
  padding: 12px 14px; font-size: 13px; color: var(--ink-2);
  border-top: 1px solid var(--hairline);
}
.rail figure figcaption .kicker { display: block; font-size: 11.5px; color: var(--primary); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 4px; font-weight: 700; }

/* ---- Methodology editorial split ---- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.split-body { display: grid; gap: 14px; }
.split-body p { color: var(--ink-2); margin: 0; }
.split-body table { width: 100%; border-collapse: collapse; font-size: 14px; }
.split-body th, .split-body td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--hairline); }
.split-body th { color: var(--muted); font-weight: 600; font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; }
.split-aside {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow-card);
  position: relative;
}
.split-aside::before {
  content: "“";
  position: absolute; top: -12px; left: 14px;
  font-family: var(--font-serif);
  font-size: 56px; line-height: 1;
  color: var(--primary); opacity: 0.4;
}
.split-aside blockquote { margin: 0; font-family: var(--font-serif); font-size: 17px; color: var(--ink); }
.split-aside .cite { font-size: 13px; color: var(--muted); margin-top: 8px; display: block; }
.split-aside ul { margin: 14px 0 0; padding-left: 18px; font-size: 14px; color: var(--ink-2); }

/* ---- Digest (newspaper feed) ---- */
.digest {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.digest-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.digest-item {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--hairline);
}
.digest-date {
  font-family: var(--font-serif); color: var(--muted);
  font-size: 13px; letter-spacing: 0.04em;
}
.digest-item .kicker { display: block; font-size: 11.5px; color: var(--primary); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.digest-item h3 { font-size: 17px; margin: 0 0 6px; }
.digest-item p { font-size: 14px; color: var(--ink-2); margin: 0; }
.digest-item .byline { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.digest-aside {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: var(--shadow-card);
}
.digest-aside h3 { font-size: 16px; margin: 0 0 8px; }
.digest-aside ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--ink-2); }

/* ---- Verification accordion ---- */
.verify { display: grid; gap: 12px; }
.verify details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.verify summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-serif); font-weight: 700; font-size: 16px;
  color: var(--ink);
}
.verify summary::-webkit-details-marker { display: none; }
.verify summary::after { content: "+"; color: var(--primary); font-size: 20px; font-weight: 700; }
.verify details[open] summary::after { content: "−"; }
.verify .body { padding: 0 20px 18px; color: var(--ink-2); font-size: 15px; }
.verify .verdict {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  margin-left: auto;
}
.verdict--verified { background: var(--accent-50); color: var(--accent-700); }
.verdict--to-verify { background: #FCEFE0; color: var(--warn); }
.verdict--unverified { background: #FBE3DF; color: var(--danger); }

/* ---- Colophon ---- */
.colophon {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding-block: 48px;
  font-size: 14px; color: var(--ink-2);
}
.colophon p { margin: 0 0 8px; max-width: 72ch; }
.colophon .signoff { font-family: var(--font-serif); font-size: 16px; color: var(--ink); margin-top: 12px; }

/* ---- Final CTA band ---- */
.cta-band {
  background: var(--ink);
  color: #FFF8F2;
  padding-block: clamp(48px, 6vw, 80px);
  position: relative;
}
.cta-band .eyebrow { color: #FFB59A; }
.cta-band .eyebrow::before { background: #FFB59A; }
.cta-band h2 { color: #FFF8F2; }
.cta-band p { color: rgba(255, 248, 242, 0.78); max-width: 56ch; }
.cta-band .btn-primary { background: var(--primary); }

/* ---- Footer ---- */
.site-footer {
  background: #2B1D14;
  color: rgba(255, 248, 242, 0.78);
  padding-block: 56px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.footer-grid h4 {
  color: #FFF8F2; font-family: var(--font-sans);
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.footer-grid a { color: rgba(255, 248, 242, 0.78); text-decoration: none; }
.footer-grid a:hover { color: #FFB59A; }
.footer-brand .brand-mark { background: var(--primary); }
.footer-brand p { font-size: 13.5px; color: rgba(255, 248, 242, 0.65); margin-top: 12px; max-width: 38ch; }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a {
  width: 36px; height: 36px;
  border-radius: 8px; border: 1px solid rgba(255, 248, 242, 0.18);
  display: grid; place-items: center;
  color: rgba(255, 248, 242, 0.78);
  background: transparent;
}
.socials a:hover { color: #FFB59A; border-color: #FFB59A; }
.footer-meta {
  border-top: 1px solid rgba(255, 248, 242, 0.12);
  padding-top: 20px;
  display: flex; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px;
  color: rgba(255, 248, 242, 0.55);
  justify-content: space-between;
}
.footer-meta a { color: rgba(255, 248, 242, 0.7); text-decoration: none; }
.footer-meta a:hover { color: #FFB59A; }

/* ---- Mobile sticky CTA ---- */
.mobile-sticky {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 110;
  display: none;
}
.mobile-sticky .btn {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .primary-nav, .header-cta { display: none; }
  .hamburger { display: inline-flex; }
  .pill-row { display: flex; }
  .section-index-rail { display: none; }
  .hero-grid, .feature, .split, .digest { grid-template-columns: 1fr; }
  .matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-aside { order: 2; }
  .digest-aside { order: 2; }
  .hero-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobile-sticky { display: block; }
  body { padding-bottom: 80px; }
  .digest-item { grid-template-columns: 1fr; }
  .digest-date { margin-bottom: 4px; }
}
@media (max-width: 560px) {
  .matrix { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-strip figcaption { font-size: 11.5px; }
}

/* ---- Utility ---- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 8px 14px;
  border-radius: 0 0 8px 8px;
  z-index: 200;
}
.skip-link:focus { left: 12px; top: 12px; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
  white-space: nowrap;
}

/* ---- Page-specific shells (money / hub) ---- */
.prose { max-width: 760px; }
.prose p { font-size: 17px; color: var(--ink-2); margin-bottom: 16px; }
.prose h2 { margin-top: 36px; }
.prose h3 { margin-top: 24px; }
.prose ul, .prose ol { padding-left: 20px; color: var(--ink-2); }
.prose li { margin-bottom: 6px; }
.prose blockquote {
  border-left: 3px solid var(--primary);
  padding: 8px 16px;
  margin: 20px 0;
  color: var(--ink);
  background: var(--surface-2);
  border-radius: 0 10px 10px 0;
  font-family: var(--font-serif);
}
.prose a { color: var(--primary); }
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 15px;
}
.prose th, .prose td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--hairline); }
.prose th { background: var(--surface-2); font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }

.factbox {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 20px 0 28px;
  font-size: 14.5px;
}
.factbox b { color: var(--ink); }
.factbox .row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--hairline); }
.factbox .row:last-child { border-bottom: 0; }
.factbox .row span:first-child { color: var(--muted); }

.banner {
  margin: 0 0 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}
.banner img { aspect-ratio: 21/9; object-fit: cover; width: 100%; }
.banner figcaption { padding: 12px 18px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--hairline); }

.related-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
  margin-top: 24px;
}
.related-grid .card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 18px 22px;
  position: relative;
  text-decoration: none; color: inherit;
  display: block;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.related-grid .card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card-hover); }
.related-grid .card .num {
  font-family: var(--font-serif);
  font-size: 13px; color: var(--primary);
  margin-bottom: 6px;
}
.related-grid .card h4 { font-size: 16px; margin: 0 0 4px; color: var(--ink); font-family: var(--font-serif); }
.related-grid .card p { font-size: 13.5px; color: var(--ink-2); margin: 0; }
@media (max-width: 720px) { .related-grid { grid-template-columns: 1fr; } }

.steps { counter-reset: stp; list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 14px; }
.steps li {
  counter-increment: stp;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px 16px 64px;
  position: relative;
  box-shadow: var(--shadow-card);
}
.steps li::before {
  content: counter(stp, decimal-leading-zero);
  position: absolute; left: 18px; top: 14px;
  font-family: var(--font-serif);
  font-size: 22px; color: var(--primary);
  background: var(--primary-50);
  border-radius: 8px;
  padding: 2px 10px;
}
.steps li b { display: block; color: var(--ink); margin-bottom: 4px; }
.steps li span { color: var(--ink-2); font-size: 14.5px; }

.compliance {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: 13.5px;
  color: var(--ink-2);
  margin: 24px 0;
}
.compliance b { color: var(--ink); }

.cta-inline {
  background: var(--ink);
  color: #FFF8F2;
  border-radius: var(--radius);
  padding: 24px;
  display: grid; gap: 10px;
  margin: 24px 0;
}
.cta-inline h3 { color: #FFF8F2; margin: 0; }
.cta-inline p { color: rgba(255, 248, 242, 0.78); margin: 0; }
.cta-inline .btn-primary { background: var(--primary); align-self: start; }

.callout-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
  margin-top: 18px;
}
.callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-card);
}
.callout h4 { font-family: var(--font-serif); font-size: 16px; margin: 0 0 6px; }
.callout p { font-size: 14px; color: var(--ink-2); margin: 0; }
@media (max-width: 760px) { .callout-grid { grid-template-columns: 1fr; } }

/* ---- Banner notice (compliance strip) ---- */
.notice-strip {
  background: var(--ink);
  color: #FFF8F2;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 8px 0;
  text-align: center;
}
.notice-strip b { color: #FFB59A; }

/* ---- Reduce motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0s !important; transition-duration: 0s !important; }
  html { scroll-behavior: auto; }
}