/* ==========================================================================
   Mino Casino Österreich satellite — design tokens (T2, hero = brand banner)
   Palette, geometry and type harvested from the brand's own production CSS,
   owner-supplied snapshots (EN + DE locale, 2026-09-10) — see
   bp_vault/10_Brands/MINOCASINO/Brand_Design.md and data/style/minocasino.json.
   Every colour, radius and button dimension below comes from the brand.
   Rule 90%: grounds, accent, button bevel, type pairing and logo never vary.
   ========================================================================== */

/* self-hosted brand type — Advent Pro (display) / Montserrat (body), latin
   subset (covers de-AT incl. äöüß and €). Files in assets/fonts/, fetched
   2026-09-10 from the SIL OFL Google Fonts distribution — same files the
   brand itself would serve, just self-hosted. No runtime request to
   fonts.googleapis.com or fonts.gstatic.com. */
@font-face{
  font-family:"Advent Pro";font-style:normal;font-weight:800;font-display:swap;
  src:url("fonts/advent-pro-800.woff2") format("woff2");
}
@font-face{
  font-family:"Advent Pro";font-style:italic;font-weight:800 900;font-display:swap;
  src:url("fonts/advent-pro-italic-var.woff2") format("woff2-variations"),
      url("fonts/advent-pro-italic-var.woff2") format("woff2");
}
/* the upright cut carries 100..900 on the wght axis: 400..600 is the prose
   range, 900 is the banner "sticker" weight the brand uses in its hero. */
@font-face{
  font-family:"Montserrat";font-style:normal;font-weight:100 900;font-display:swap;
  src:url("fonts/montserrat-var.woff2") format("woff2-variations"),
      url("fonts/montserrat-var.woff2") format("woff2");
}
@font-face{
  font-family:"Montserrat";font-style:italic;font-weight:900;font-display:swap;
  src:url("fonts/montserrat-900italic.woff2") format("woff2");
}

:root{
  /* grounds — brand/palette.json */
  --bg:#221209;
  --surface:#321B0E;
  --surface-alt:#311B0F;
  --surface-2:#3C2618;      /* header gradient start */
  --tile:#442818;           /* rgba(87,53,34,.5) composited on --surface */
  --bg-deep:#1A0E07;
  /* lines */
  --line:#573522;
  --line-soft:rgba(146,119,104,.5);
  --line-table:rgba(146,119,104,.32);
  --banner-frame:#FCCA20;
  /* text */
  --ink:#FFFFFF;
  --muted:#968A83;
  --muted-icon:#927768;
  --tile-ink:#FFE4C4;
  --link-hover:#FFC93F;
  /* accent — minoAccent, primary CTA */
  --accent:#FFB800;
  --accent-hover:#F7A601;
  --accent-deep:#F0AE00;
  --accent-edge:#FFECA1;
  --accent-ring-1:#E59112;
  --accent-ring-2:#FFCC00;
  --accent-drop:rgba(220,104,3,.8);
  --accent-ink:#221209;
  --accent-grad:linear-gradient(77.34deg,#F0AE00 18.34%,#FFB800 81.66%);
  /* soft — minoSoft, quiet second action, deliberately OLIVE not grey */
  --soft:#6E7330;
  --soft-hover:#787D37;
  --soft-edge:#D1D2C1;
  --soft-ring-1:#4B502D;
  --soft-ring-2:#989858;
  --soft-drop:#34371C;
  --soft-ink:#FFFFFF;
  /* type */
  --font-body:Montserrat,system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-display:"Advent Pro",Montserrat,sans-serif;
  --step-h1:clamp(32px,5vw,52px);
  --step-h2:clamp(24px,3vw,28px);
  --step-h3:19px;
  --step-body:16px;
  --step-small:15px;
  --step-micro:13px;
  /* geometry — brand/palette.json radii */
  --radius-card:16px;
  --radius-btn-accent:10px;
  --radius-btn-soft:8px;
  --radius-tile:8px;
  --radius-banner:24px;
  --radius-table:6px;
  --container:1200px;
  --gap-block:60px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);
  font-size:var(--step-body);line-height:1.6;-webkit-font-smoothing:antialiased;
  overflow-wrap:break-word}
img{max-width:100%;height:auto;display:block}
a{color:var(--link-hover)}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}
.wrap{max-width:var(--container);margin:0 auto;padding:0 20px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* --- type ------------------------------------------------------------- */
h1,h2,h3,.eyebrow,.btn,th,.fig{font-family:var(--font-display);text-transform:capitalize}
h1{font-size:var(--step-h1);line-height:1.05;font-weight:800;margin:0 0 16px;text-wrap:balance}
h2{font-size:var(--step-h2);line-height:1.15;font-weight:800;margin:0 0 14px;text-wrap:balance}
h3{font-size:var(--step-h3);line-height:1.3;font-weight:800;margin:0 0 8px}
p{margin:0 0 14px;color:var(--muted)}
p strong,li strong{color:var(--ink);font-weight:600}
.eyebrow{display:inline-block;font-size:var(--step-micro);font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;color:var(--accent);margin:0 0 10px}
.lede{font-size:18px;line-height:1.55;color:var(--ink)}
.small{font-size:var(--step-small);color:var(--muted)}
.age{font-size:var(--step-small);color:var(--muted);margin:0 0 16px}
.age b{color:var(--tile-ink);font-weight:800}

/* --- buttons — minoAccent / minoSoft, stacked-ring bevel, never flat --- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:52px;padding:0 26px;border:0;text-decoration:none;cursor:pointer;
  font-family:var(--font-display);font-weight:800;font-size:17px;text-transform:capitalize;
  white-space:nowrap}
.btn-accent{border-radius:var(--radius-btn-accent);border:2px solid var(--accent-edge);
  background:var(--accent);color:var(--accent-ink);
  box-shadow:0 0 0 1px var(--accent-ring-1),0 0 0 2px var(--accent-ring-2),0 3px 0 2px var(--accent-drop)}
.btn-accent:hover{background:var(--accent-hover)}
.btn-soft{border-radius:var(--radius-btn-soft);border:2px solid var(--soft-edge);
  background:var(--soft);color:var(--soft-ink);
  box-shadow:0 0 0 2px var(--soft-ring-1),0 0 0 3px var(--soft-ring-2),0 3px 0 3px var(--soft-drop)}
.btn-soft:hover{background:var(--soft-hover)}
.btn-sm{min-height:42px;font-size:var(--step-small);padding:0 18px}
.btn:active{transform:translateY(1px)}
.btn-cta{min-height:58px;padding:0 32px;font-size:18px}
@media(min-width:980px){.btn-cta{min-width:250px}}

/* --- header --------------------------------------------------------------
   Brand geometry 1:1: 58 / 72 / 84 px, gradient ground, 1 px line, 6/10 drop,
   sticky and switching to fixed at 1024 px — exactly what app-header does.
   No horizontal menu in the bar: the brand has none, the sections live in the
   tile shelf under the banner. The centre slot that carries the brand's search
   field carries a fact link here — we ship no forms and no input fields.
   ------------------------------------------------------------------------ */
.hdr{background:linear-gradient(180deg,var(--surface-2),var(--surface));
  border-bottom:1px solid var(--line);position:sticky;top:0;left:0;z-index:40;
  display:flex;width:100%;align-items:center;height:58px;
  box-shadow:0 6px 10px rgba(31,18,9,.54)}
.hdr-sp{height:0}
@media(min-width:640px){.hdr{height:72px}}
@media(min-width:768px){.hdr{height:84px}}
@media(min-width:1024px){.hdr{position:fixed}.hdr-sp{height:84px}}
.hdr .row{display:flex;flex:1 1 auto;align-items:center;gap:8px;width:100%;
  max-width:1440px;margin:0 auto;padding:0 10px}
@media(min-width:480px){.hdr .row{gap:10px;padding:0 14px}}
@media(min-width:768px){.hdr .row{gap:24px;padding:0 20px}}
.hdr-l{display:flex;align-items:center;gap:8px;flex-shrink:0}
@media(min-width:640px){.hdr-l{gap:16px}}
.hdr .logo{display:flex;align-items:center;text-decoration:none}
.hdr .logo img{width:72px;height:48px}
@media(min-width:768px){.hdr .logo img{width:90px;height:60px}}
.burger{width:44px;height:44px;flex:none;display:grid;place-items:center;background:var(--tile);
  border:1px solid var(--line-soft);border-radius:var(--radius-tile);box-shadow:0 3px var(--line);cursor:pointer}
@media(min-width:640px){.burger{width:56px;height:46px}}
.burger span{display:block;width:18px;height:2px;background:var(--tile-ink);box-shadow:0 -6px 0 var(--tile-ink),0 6px 0 var(--tile-ink)}
/* centre slot — the brand's search bar geometry, but a link, never a field */
.hdr-strip{display:none}
@media(min-width:768px){
  .hdr-strip{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;max-width:590px;
    height:44px;margin:0 auto;padding:0 20px;background:var(--bg);text-decoration:none;
    border-width:2px 0;border-style:solid;border-image-slice:1;
    border-image-source:linear-gradient(rgba(229,145,18,.5),rgba(241,174,1,.5));
    color:var(--muted);font-size:15px;line-height:16px;white-space:nowrap;overflow:hidden}
  .hdr-strip b{color:var(--tile-ink);font-weight:600}
  .hdr-strip:hover{color:var(--tile-ink);
    border-image-source:linear-gradient(77.34deg,#E59112 18.34%,#F1AE01 81.66%)}
}
.hdr-acts{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0}
@media(min-width:640px){.hdr-acts{gap:12px}}
/* header buttons — Advent Pro 800 italic, 14 -> 18 px, as on the brand */
.btn-hdr{min-height:44px;height:44px;padding:0 14px;font-size:14px;font-style:italic;line-height:1}
@media(min-width:640px){.btn-hdr{min-height:48px;height:48px;padding:0 16px;font-size:18px}}
@media(min-width:768px){.btn-hdr{min-height:46px;height:46px}}
.btn-accent.btn-hdr{min-width:83px}
/* login collapses to a 44 px tile below 640, the way the brand collapses it */
.btn-login{width:44px;min-width:44px;padding:0}
.btn-login .lb{display:none}
.btn-login svg{width:19px;height:19px;flex:none}
@media(min-width:640px){
  .btn-login{width:auto;min-width:81px;padding:0 16px}
  .btn-login .lb{display:inline}
  .btn-login svg{display:none}
}
.mnav{display:none;position:absolute;left:0;right:0;top:100%;border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);background:var(--surface);padding:8px 0 14px;
  box-shadow:0 12px 20px rgba(11,6,3,.55)}
.mnav.open{display:block}
.mnav a{display:block;padding:12px 0;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line);
  font-size:17px;font-family:var(--font-display);font-weight:800;font-style:italic}
.mnav a:last-child{border-bottom:0}
.mnav a:hover,.mnav a[aria-current="page"]{color:var(--accent)}
/* scroll state: the header sinks into the ground and the quiet button drops
   from olive to tile. Zero JS, zero geometry change, so zero layout shift.
   Browsers without scroll-driven animation simply keep the resting state. */
@supports (animation-timeline:scroll()){
  .hdr{animation:hdr-sink linear both;animation-timeline:scroll(root block);animation-range:24px 110px}
  .btn-login{animation:hdr-quiet linear both;animation-timeline:scroll(root block);animation-range:24px 110px}
  @keyframes hdr-sink{
    from{background:linear-gradient(180deg,#3C2618,#321B0E);box-shadow:0 6px 10px rgba(31,18,9,.54)}
    to{background:linear-gradient(180deg,#2B170C,#221209);box-shadow:0 12px 24px rgba(9,5,2,.78)}
  }
  @keyframes hdr-quiet{
    from{background:#6E7330;border-color:#D1D2C1;color:#FFFFFF;
      box-shadow:0 0 0 2px #4B502D,0 0 0 3px #989858,0 3px 0 3px #34371C}
    to{background:#442818;border-color:rgba(146,119,104,.5);color:#FFE4C4;
      box-shadow:0 3px #573522}
  }
}

/* --- service-page hero (slim panel, no banner) --------------------------- */
.hero{padding:36px 0 40px}
.hero .panel{position:relative;border-radius:0 0 var(--radius-banner) var(--radius-banner);
  overflow:hidden;background:linear-gradient(228.77deg,#5D2305,#261407);
  border-bottom:4px solid var(--banner-frame);box-shadow:0 4px var(--line);
  padding:30px 24px}
@media(min-width:640px){.hero .panel{padding:36px 40px}}
.hero .panel h1{margin:0 0 10px}
.hero .lede{max-width:62ch;color:var(--ink)}
.hero .cta-wrap{display:flex;flex-direction:column;gap:10px;margin:18px 0 14px}
.hero .ctas{display:flex;flex-wrap:wrap;gap:12px}
.hero .cta-note{margin:0;font-size:var(--step-small);color:var(--tile-ink);display:flex;align-items:center;gap:8px}
.hero .cta-note::before{content:"";flex:none;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.hero.slim h1{font-size:clamp(28px,4vw,40px)}

/* ==========================================================================
   LANDING FIRST SCREEN — the brand banner, rebuilt
   Frame: 476 px mobile / 424 px from 640, border 0 4 4 4 solid #FCCA20,
   drop 0 4px #573522, bottom corners 24 px, golden corner ornaments at -8 px.
   Layers, bottom to top: arena still (cover, anchored right) -> Mino figure
   (contain, bottom) -> scrim -> offer stack. Every figure and every word of
   the offer sits in the markup, never in the picture — brand rule.
   ========================================================================== */
.mbnr{padding:0}
.mbnr .wrap{padding:0 12px}
@media(min-width:640px){.mbnr .wrap{padding:0 20px}}
.bnrf{position:relative;margin:0 0 26px}
@media(min-width:640px){.bnrf{margin-bottom:40px}}
.bnr{position:relative;height:476px;overflow:hidden;container-type:inline-size;
  border:solid var(--banner-frame);border-width:0 4px 4px;
  border-radius:0 0 var(--radius-banner) var(--radius-banner);box-shadow:0 4px var(--line);
  background:var(--bg-deep)}
@media(min-width:640px){.bnr{height:424px}}
.bnr-bg,.bnr-bg img{position:absolute;inset:0;width:100%;height:100%}
.bnr-bg img{object-fit:cover;object-position:60% center}
@media(min-width:640px){.bnr-bg img{object-position:right center}}
.bnr-fig{position:absolute;bottom:52px;right:-6px;height:46%;aspect-ratio:505/629;z-index:3;
  pointer-events:none;line-height:0}
.bnr-fig img{width:100%;height:100%;object-fit:contain;object-position:bottom;
  filter:drop-shadow(0 12px 20px rgba(9,5,2,.55))}
/* from 640 the figure follows the brand's own contain maths on the
   1629x636 slide canvas: character width 29.8 cqw, right margin 15.3 cqw,
   both freezing once the canvas becomes height-limited (166 px / 323 px). */
@media(min-width:640px){.bnr-fig{height:auto;bottom:0;width:min(29.8cqw,323px);right:min(15.3cqw,166px)}}
/* scrim — carries the offer's contrast; the brand runs its own overlay here */
.bnr::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(178deg,rgba(21,11,5,.62) 0%,rgba(21,11,5,.12) 34%,rgba(21,11,5,.72) 100%)}
@media(min-width:640px){
  .bnr::after{background:linear-gradient(94deg,rgba(21,11,5,.86) 0%,rgba(21,11,5,.62) 38%,rgba(21,11,5,.12) 68%,rgba(21,11,5,0) 88%)}
}
.bnr-in{position:relative;z-index:4;height:100%;display:flex;flex-direction:column;
  justify-content:flex-start;padding:18px 14px 120px}
@media(min-width:640px){.bnr-in{justify-content:flex-end;padding:0 0 46px;max-width:66%}}
@container (min-width:380px){.bnr-in{padding-left:24px}}
@container (min-width:640px){.bnr-in{padding-left:56px}}
@container (min-width:900px){.bnr-in{padding-left:119px;padding-bottom:52px}}
/* the sticker stack — Montserrat 900, 4 px black stroke, stepped shadow */
.bnr-in .kick,.bnr-in h1,.bnr-in .ofr span,.bnr-in .ofs{
  -webkit-text-stroke:4px #000;paint-order:stroke fill;
  text-shadow:1px 1px 0 #000,1px 2px 0 #000,2px 2px 0 #000,2px 3px 0 #000}
.bnr-in .kick{font-family:var(--font-display);font-weight:800;font-style:italic;
  font-size:15px;line-height:1.2;letter-spacing:.04em;color:var(--accent-edge);
  -webkit-text-stroke-width:3px;margin:0 0 6px;text-transform:none}
@media(min-width:640px){.bnr-in .kick{font-size:19px;margin-bottom:8px}}
.bnr-in h1{font-family:var(--font-body);font-weight:900;font-size:22px;line-height:1.1;
  color:var(--ink);margin:0 0 6px;text-transform:none;text-wrap:balance}
@media(min-width:640px){.bnr-in h1{font-size:clamp(23px,3.4cqw,32px);margin-bottom:4px}}
.bnr-in .ofr{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:12px;row-gap:2px;
  margin:0 0 2px;font-family:var(--font-body);font-weight:900;font-style:italic;line-height:1.1}
.bnr-in .ofr .o1{font-size:34px;line-height:1.05;color:var(--accent);
  text-shadow:1px 1px 0 #000,2px 2px 0 #000,3px 3px 0 #000,3px 4px 0 #000,4px 4px 0 #000,4px 5px 0 #000}
.bnr-in .ofr .o2{font-size:22px;color:var(--ink)}
@media(min-width:640px){.bnr-in .ofr .o1{font-size:clamp(34px,5.1cqw,48px)}.bnr-in .ofr .o2{font-size:clamp(23px,3.4cqw,32px)}}
.bnr-in .ofs{display:block;font-family:var(--font-body);font-weight:900;font-style:italic;
  font-size:22px;line-height:1.45;color:var(--ink);margin:0}
@media(min-width:640px){.bnr-in .ofs{font-size:clamp(23px,3.4cqw,32px)}}
/* hero CTA — minoCta metrics: 62 px tall, 204 px wide, italic 24 px on black */
.bnr-cta{display:none}
@media(min-width:640px){
  .bnr-cta{display:inline-flex;margin-top:18px;min-height:62px;height:62px;width:100%;
    max-width:204px;padding:0 18px;font-size:24px;font-style:italic;color:#000}
}
.bnr-cta-m{position:absolute;left:0;right:0;bottom:58px;z-index:5;padding:0 12px}
.bnr-cta-m .btn{display:flex;width:100%;min-height:48px;height:48px;font-size:19px;
  font-style:italic;color:#000}
@media(min-width:640px){.bnr-cta-m{display:none}}
.bnr-note{position:absolute;left:0;right:0;bottom:12px;z-index:5;margin:0;padding:0 14px;
  text-align:center;font-size:var(--step-micro);line-height:1.35;color:var(--tile-ink)}
@media(min-width:640px){
  .bnr-note{position:static;padding:0;text-align:left;margin-top:12px;max-width:44ch;
    display:flex;align-items:flex-start;gap:8px;font-size:var(--step-small)}
  .bnr-note::before{content:"";flex:none;width:6px;height:6px;margin-top:.5em;
    border-radius:50%;background:var(--accent)}
}
/* golden corner ornaments, offset -8 px, exactly as the brand hangs them */
.bnr-corner{position:absolute;bottom:-8px;z-index:10;pointer-events:none;width:71px;height:71px}
.bnr-corner-l{left:-8px}
.bnr-corner-r{right:-8px}
@media(max-width:479px){.bnr-corner{width:52px;height:52px}}

/* --- section shelf — the brand's tile rail under the banner -------------- */
.shelf{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;
  padding:0 12px 4px;margin:0 auto 26px;max-width:var(--container);scroll-padding-left:12px}
.shelf::-webkit-scrollbar{display:none}
@media(min-width:640px){.shelf{padding:0 20px 4px;gap:10px}}
@media(min-width:900px){.shelf{flex-wrap:wrap;overflow:visible;margin-bottom:34px;padding-left:20px;padding-right:20px}}
.shelf a{flex:0 0 auto;min-height:48px;display:flex;align-items:center;justify-content:center;
  gap:8px;padding:0 16px;text-decoration:none;background:var(--tile);
  border:1px solid var(--line-soft);border-radius:var(--radius-tile);box-shadow:0 3px var(--line);
  font-family:var(--font-display);font-weight:800;font-style:italic;font-size:16px;
  color:var(--tile-ink);white-space:nowrap}
.shelf a:hover{background:#523020;color:var(--accent)}
.shelf a[aria-current="page"]{color:var(--accent)}

/* --- offer rail — three static panels, the brand's slide construction ---- */
.rail{display:grid;grid-template-columns:1fr;gap:8px;margin:0 0 22px}
@media(min-width:560px){.rail{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}}
.rail .rp{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;
  gap:14px;padding:10px 16px;border-radius:var(--radius-card);
  background:linear-gradient(228.77deg,#5D2305,#261407);border:1px solid var(--line);
  box-shadow:0 3px var(--line)}
.rail .rl{margin:0;font-family:var(--font-body);font-weight:900;font-size:14px;line-height:1.25;
  color:var(--ink)}
@media(min-width:560px){.rail .rp{display:block;padding:16px 18px 18px}.rail .rl{margin-bottom:6px;font-size:15px}}
.rail .rv{margin:0;white-space:nowrap;font-family:var(--font-body);font-weight:900;font-style:italic;font-size:26px;
  line-height:1.05;color:var(--accent);
  -webkit-text-stroke:3px #000;paint-order:stroke fill;
  text-shadow:1px 1px 0 #000,2px 2px 0 #000,3px 3px 0 #000,3px 4px 0 #000}
@media(min-width:560px){.rail .rv{font-size:32px}}

/* --- intro under the showcase ------------------------------------------- */
.intro{margin:0 0 8px}
.intro .lede{max-width:64ch;color:var(--ink);font-size:18px;line-height:1.55}
.intro .age{margin:0;max-width:76ch}

/* --- sections and tables ------------------------------------------------ */
.sec{padding:var(--gap-block) 0;border-top:1px solid var(--line)}
.sec > .wrap > p,.sec > .wrap > ul{max-width:72ch}
.tbl{border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;background:var(--surface);margin:0 0 18px}
table{border-collapse:collapse;width:100%;font-size:15px}
caption{caption-side:bottom;text-align:left;font-size:var(--step-small);color:var(--tile-ink);padding:10px 16px}
th{text-align:left;font-size:var(--step-micro);font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:var(--tile-ink);padding:12px 16px;background:var(--tile);border-bottom:1px solid var(--line);white-space:nowrap;
  font-family:var(--font-display)}
td{padding:11px 16px;border-bottom:1px solid var(--line-table);vertical-align:top;color:var(--tile-ink)}
tbody th{background:var(--tile);color:var(--ink);text-transform:none;letter-spacing:0;font-size:15px;
  font-family:var(--font-body);font-weight:600;white-space:normal}
tr:last-child td,tr:last-child th{border-bottom:0}
td.hl{color:var(--ink);font-weight:700}
tr.hl td,tr.hl th{background:rgba(255,184,0,.08)}
@media(max-width:639px){
  .rtbl thead{display:none}
  .rtbl tr{display:block;border-bottom:1px solid var(--line);padding:6px 0}
  .rtbl tr:last-child{border-bottom:0}
  .rtbl td,.rtbl tbody th{display:flex;justify-content:space-between;gap:16px;border:0;padding:7px 16px;text-align:left}
  .rtbl td::before{content:attr(data-l);color:var(--muted);font-size:var(--step-micro);letter-spacing:.06em;
    text-transform:uppercase;font-family:var(--font-display);font-weight:700;flex:0 0 42%}
  .rtbl tbody th{background:transparent}
  .rtbl tr:has(> th) td::before{display:none}
  .rtbl tbody th{padding-bottom:0}
}

/* --- lists, steps, notes, problem cards --------------------------------- */
ol.steps{counter-reset:s;list-style:none;margin:0;padding:0;border-left:1px solid var(--line-soft);max-width:72ch}
ol.steps li{counter-increment:s;position:relative;padding:0 0 24px 42px}
ol.steps li:last-child{padding-bottom:0}
ol.steps li::before{content:counter(s);position:absolute;left:-15px;top:0;width:30px;height:30px;
  border-radius:50%;background:var(--accent-grad);color:var(--accent-ink);
  font-family:var(--font-display);font-weight:800;font-size:14px;display:grid;place-items:center}
ol.steps h3{margin-bottom:4px}
ol.steps p{margin:0;font-size:15px}
ul.ticks{list-style:none;margin:0 0 16px;padding:0;max-width:72ch}
ul.ticks li{position:relative;padding-left:22px;margin-bottom:9px;color:var(--muted)}
ul.ticks li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:2px;background:var(--accent)}
.note{border-left:3px solid var(--accent);background:var(--surface);padding:14px 16px;border-radius:0 8px 8px 0;margin:0 0 18px;max-width:72ch}
.note p{margin:0;font-size:15px}
.probs{display:grid;gap:12px;grid-template-columns:1fr;margin:0 0 18px}
@media(min-width:760px){.probs{grid-template-columns:repeat(2,1fr)}}
.prob{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:15px 17px}
.prob b{display:block;font-family:var(--font-display);font-size:15px;margin-bottom:4px;color:var(--ink)}
.prob span{font-size:14.5px;color:var(--muted)}

/* --- pro / contra -------------------------------------------------------- */
.pc{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:760px){.pc{grid-template-columns:1fr 1fr}}
.pc .box{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);padding:18px}
.pc .box.plus{border-left:3px solid #1DB568}
.pc .box.minus{border-left:3px solid #BB636F}
.pc h3{font-family:var(--font-display);text-transform:uppercase;font-size:15px;letter-spacing:.05em;margin-bottom:10px}
.pc ul{list-style:none;margin:0;padding:0}
.pc li{position:relative;padding-left:22px;margin-bottom:9px;font-size:15px;color:var(--muted)}
.pc .plus li::before{content:"+";position:absolute;left:0;color:#1DB568;font-weight:800}
.pc .minus li::before{content:"–";position:absolute;left:0;color:#BB636F;font-weight:800}

/* --- FAQ ------------------------------------------------------------------ */
.faq{max-width:78ch}
.faq details{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);margin-bottom:10px}
.faq summary{cursor:pointer;padding:15px 46px 15px 18px;font-weight:700;color:var(--ink);position:relative;list-style:none;
  font-family:var(--font-display)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:20px;top:22px;width:9px;height:9px;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg)}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq .a{padding:0 18px 16px;color:var(--muted);font-size:15px}

/* --- final CTA -------------------------------------------------------- */
.final{border-top:1px solid var(--line);
  background:radial-gradient(90% 140% at 50% 0%,rgba(255,184,0,.12) 0%,rgba(34,18,9,0) 70%),var(--bg-deep);
  padding:52px 0;text-align:center}
.final h2{margin-bottom:10px}
.final p{max-width:56ch;margin:0 auto 20px;color:var(--muted)}

/* --- footer -------------------------------------------------------------- */
.ftr{background:var(--surface);border-top:1px solid var(--line);padding:42px 0 96px}
.ftr .logo{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;margin-bottom:12px}
.ftr .logo img{height:34px;width:auto;display:block}
.ftr .cols{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:900px){.ftr .cols{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}
.ftr .cols > div:first-child{max-width:56ch}
@media(min-width:900px){.ftr .cols > div:first-child{max-width:none}}
.ftr h3.small{font-family:var(--font-display);font-size:var(--step-micro);letter-spacing:.09em;text-transform:uppercase;
  color:var(--muted);margin:0 0 10px;font-weight:800}
.ftr p,.ftr li{font-size:var(--step-small);color:var(--muted)}
.ftr .cols > div > a:not(.logo){display:flex;align-items:center;min-height:44px;margin:0;font-size:var(--step-small);color:var(--muted);text-decoration:none}
.ftr .cols > div > a:not(.logo):hover{color:var(--ink)}
.ftr .cols > div > a:not(.logo):focus-visible{outline-offset:0}
.ftr .rg{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}
.ftr .age{border:1px solid var(--line-soft);border-radius:8px;padding:3px 11px;
  font-family:var(--font-display);font-weight:800;font-size:var(--step-small);color:var(--tile-ink);margin:0}
.ftr .btm{border-top:1px solid var(--line);margin-top:26px;padding-top:16px;font-size:var(--step-micro);color:var(--muted)}
.stamp-line{font-size:var(--step-micro);color:var(--muted);margin:10px 0 0}

/* --- sticky CTA bar — no offer figure, button only, per T2 brief -------- */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--surface-2);
  border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  display:flex;align-items:center;gap:10px;transform:translateY(110%);visibility:hidden}
.sticky.on{transform:translateY(0);visibility:visible}
.sticky .btn{flex:1;min-height:52px}
.sticky-x{flex:none;width:44px;height:44px;border:0;border-radius:8px;background:transparent;
  color:var(--muted);font-size:19px;line-height:1;cursor:pointer}
.sticky-x:hover{background:var(--tile);color:var(--ink)}
.sticky.dismissed{transform:translateY(120%)!important;visibility:hidden!important}
@media(min-width:980px){.sticky{display:none}}
@media(prefers-reduced-motion:no-preference){.sticky{transition:transform .15s ease,visibility .15s}}
@media(prefers-reduced-motion:reduce){.btn:active{transform:none}}
