:root {
  --bg:       #0c0804;
  --bg2:      #160e07;
  --bg3:      #1e1309;
  --bg-card:  #1a1008;
  --text:     #f2ece0;
  --text2:    #a89880;
  --text3:    #6a5840;
  --gold:     #c8860c;
  --gold2:    #e8a418;
  --gold3:    #f6c840;
  --border:   rgba(200,134,12,.15);
  --border2:  rgba(200,134,12,.07);
  --r-pill:   999px;
  --r-card:   18px;
  --r-sm:     10px;
  --font:     system-ui,-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  --max:      1160px;
  --gap:      clamp(1.25rem,5vw,3rem);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:clamp(15px,1.05vw,17px);line-height:1.7;min-height:100vh}
img{display:block;max-width:100%;height:auto}
a{color:var(--gold2);text-decoration:none;transition:color .2s}
a:hover{color:var(--gold3)}
button{cursor:pointer;font-family:inherit;border:none;background:none}

.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gap)}

/* ── STICKY HEADER ── pill nav style ────────────── */
.site-header{position:sticky;top:0;z-index:100;padding:.6rem var(--gap);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(12,8,4,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}

.site-logo{display:flex;align-items:center;gap:.55rem;flex-shrink:0;text-decoration:none}
.site-logo img{height:28px;width:auto}
.logo-text{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold2)}

.header-center{display:none}
@media(min-width:860px){.header-center{display:flex;align-items:center;gap:2rem}
.header-center a{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text2);transition:color .2s}
.header-center a:hover{color:var(--text)}}

.header-right{display:flex;align-items:center;gap:.6rem}

/* pill CTA */
.btn-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;background:var(--gold);color:#0a0400;font-size:.78rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;border-radius:var(--r-pill);transition:background .18s,transform .15s}
.btn-pill:hover{background:var(--gold2);color:#0a0400;transform:translateY(-1px)}
.btn-pill-ghost{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:transparent;color:var(--text);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r-pill);border:1px solid var(--border);transition:border-color .18s,color .18s}
.btn-pill-ghost:hover{border-color:var(--gold);color:var(--gold2)}

/* lang */
.lang-switcher{position:relative}
.lang-btn{display:flex;align-items:center;gap:.3rem;padding:.42rem .65rem;background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--text2);font-size:.75rem;font-weight:600;cursor:pointer;transition:border-color .2s}
.lang-btn:hover{border-color:var(--gold);color:var(--text)}
.lang-btn img{width:18px;height:12px;object-fit:cover;border-radius:2px}
.lang-btn .chev{width:9px;height:9px;opacity:.4;transition:transform .2s}
.lang-switcher.open .chev{transform:rotate(180deg)}
.lang-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-sm);padding:.5rem;min-width:210px;max-height:280px;overflow-y:auto;z-index:200;box-shadow:0 12px 40px rgba(0,0,0,.7)}
.lang-switcher.open .lang-dropdown{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.lang-dropdown a{display:flex;align-items:center;gap:.4rem;padding:.32rem .5rem;border-radius:6px;font-size:.76rem;color:var(--text2);transition:background .15s,color .15s}
.lang-dropdown a:hover{background:var(--bg-card);color:var(--text)}
.lang-dropdown img{width:18px;height:12px;object-fit:cover;border-radius:2px;flex-shrink:0}
.lang-dropdown a.active{color:var(--gold2);font-weight:700}

/* ── HERO ─────────────────────────────────────── */
.hero{text-align:center;padding:clamp(4rem,10vw,8rem) var(--gap) clamp(3rem,7vw,6rem);position:relative;overflow:hidden}
.hero-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
.hero h1{font-size:clamp(2rem,5.5vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.025em;max-width:860px;margin:0 auto 1.25rem}
.hero-sub{font-size:clamp(.9rem,1.6vw,1.1rem);color:var(--text2);max-width:520px;margin:0 auto 2.25rem;line-height:1.65}
.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
.hero-actions .btn-pill{font-size:.82rem;padding:.65rem 1.75rem}
.hero-actions .btn-pill-ghost{font-size:.82rem;padding:.65rem 1.75rem}

/* ── TICKER ──────────────────────────────────── */
.ticker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.6rem 0;overflow:hidden;position:relative}
.ticker-track{display:flex;gap:0;white-space:nowrap;animation:ticker 28s linear infinite}
.ticker-track:hover{animation-play-state:paused}
.ticker-item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.5rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text3)}
.ticker-item .dot{color:var(--gold);font-size:.5rem}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── CONTENT LAYOUT ──────────────────────────── */
.content-wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gap)}

.two-col{display:grid;grid-template-columns:1fr;gap:3rem;padding:clamp(3rem,7vw,6rem) 0}
@media(min-width:1024px){.two-col{grid-template-columns:200px 1fr;gap:3.5rem;align-items:start}}

/* ── TOC ─────────────────────────────────────── */
.toc-wrap{order:-1}
@media(min-width:1024px){.toc-wrap{position:sticky;top:64px;max-height:calc(100vh - 80px);overflow-y:auto;order:0}}
.toc-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r-sm);padding:.55rem .85rem;color:var(--text2);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .2s}
.toc-toggle:hover{color:var(--text)}
.toc-toggle .chev{width:10px;height:10px;transition:transform .2s}
.toc-wrap.open .toc-toggle .chev{transform:rotate(180deg)}
.toc-body{display:none;padding:.7rem 0 0}
@media(min-width:1024px){.toc-body{display:block;padding:0}.toc-toggle{display:none}}
.toc-wrap.open .toc-body{display:block}
.toc-label{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text3);font-weight:700;margin-bottom:.5rem;display:block}
.toc-list{list-style:none;border-left:1px solid var(--border);padding-left:.85rem}
.toc-list li{margin:.18rem 0}
.toc-list a{color:var(--text3);font-size:.74rem;line-height:1.4;transition:color .15s;display:block;padding:.12rem 0}
.toc-list a:hover{color:var(--gold2)}

/* ── ARTICLE ──────────────────────────────────── */
.article-body section{margin-bottom:clamp(2.5rem,6vw,5rem)}

/* section heading with eyebrow style */
.section-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.6rem}
.article-body h2{font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:900;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.2}
.article-body h3{font-size:.95rem;font-weight:700;color:var(--text2);margin-bottom:.6rem;margin-top:1.4rem}
.article-body p{color:var(--text2);margin-bottom:.9rem;line-height:1.75}
.article-body p:last-child{margin-bottom:0}
.article-body ul,.article-body ol{color:var(--text2);padding-left:1.3rem;margin-bottom:.9rem}
.article-body li{margin-bottom:.3rem;line-height:1.65}
.article-body strong{color:var(--text);font-weight:600}

/* meta box */
.about-review{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-sm);padding:.8rem 1rem;margin-bottom:2rem;font-size:.74rem;color:var(--text3);line-height:1.6}
.about-review strong{color:var(--text2)}

/* ── QUICK FACTS CARD ─────────────────────────── */
.facts-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;margin-bottom:1rem}
.facts-table{width:100%;border-collapse:collapse;font-size:.8rem}
.facts-table tr:nth-child(odd){background:rgba(255,255,255,.015)}
.facts-table th{background:rgba(200,134,12,.12);color:var(--gold2);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:.55rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.facts-table td{padding:.42rem 1rem;color:var(--text2);border-bottom:1px solid var(--border2);vertical-align:top}
.facts-table td:first-child{color:var(--text3);font-size:.72rem;white-space:nowrap;width:44%}
.facts-table td:last-child{color:var(--text);font-weight:500}
.facts-table tr:last-child td{border-bottom:none}

.rtp-note{background:var(--bg2);border-left:2px solid var(--gold);padding:.65rem 1rem;font-size:.76rem;color:var(--text2);margin-bottom:1.75rem;border-radius:0 var(--r-sm) var(--r-sm) 0;line-height:1.6}

/* ── FIGURES ──────────────────────────────────── */
figure{margin:1.5rem 0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden}
figure img{width:100%;height:auto}
figcaption{padding:.5rem 1rem;font-size:.72rem;color:var(--text3);line-height:1.5;border-top:1px solid var(--border2)}

/* ── PAYTABLE ─────────────────────────────────── */
.paytable-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;margin:1.25rem 0}
.paytable{width:100%;border-collapse:collapse;font-size:.8rem}
.paytable thead th{background:rgba(200,134,12,.12);color:var(--gold2);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.5rem .85rem;text-align:center;border-bottom:1px solid var(--border)}
.paytable thead th:first-child{text-align:left;padding-left:1rem}
.paytable tbody tr:nth-child(odd){background:rgba(255,255,255,.015)}
.paytable tbody tr:first-child td{color:var(--gold2);font-weight:700}
.paytable td{padding:.42rem .85rem;text-align:center;color:var(--text2);border-bottom:1px solid var(--border2);font-size:.8rem}
.paytable td:first-child{text-align:left;color:var(--text);font-weight:500;padding-left:1rem}
.paytable tbody tr:last-child td{border-bottom:none}
.dash{color:var(--text3)}

/* ── DEMO IFRAME ──────────────────────────────── */
.iframe-outer{position:relative;background:#000;border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden}
.iframe-outer::before{content:'';display:block;padding-top:56.25%}
@media(max-width:600px){.iframe-outer::before{padding-top:177.78%}}
.iframe-outer iframe{position:absolute;inset:0;width:100%;height:100%;border:none}
.demo-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;background:radial-gradient(ellipse at center,rgba(20,10,2,.8) 0%,rgba(10,5,0,.96) 100%);cursor:pointer}
.demo-overlay.hidden{display:none}
.demo-play-icon{width:72px;height:72px;border-radius:50%;background:var(--gold);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s}
.demo-overlay:hover .demo-play-icon{transform:scale(1.08);background:var(--gold2)}
.demo-play-icon svg{width:26px;height:26px;fill:#0a0400;margin-left:4px}
.demo-label{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text2)}
.demo-note{font-size:.72rem;color:var(--text3);margin-top:.25rem;text-align:center;padding:0 1.5rem}

/* ── PROS & CONS ──────────────────────────────── */
.pros-cons{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}
@media(min-width:560px){.pros-cons{grid-template-columns:1fr 1fr}}
.pc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);padding:1.25rem 1.25rem}
.pc-card h3{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid var(--border2)}
.pc-card.pros h3{color:#5eb870}
.pc-card.cons h3{color:#c04040}
.pc-card ul{list-style:none;padding:0;margin:0}
.pc-card li{padding:.3rem 0 .3rem 1.3rem;position:relative;font-size:.8rem;color:var(--text2);line-height:1.5;border-bottom:1px solid var(--border2)}
.pc-card li:last-child{border-bottom:none}
.pc-card li::before{content:'';position:absolute;left:0;top:.58rem;width:7px;height:7px;border-radius:50%}
.pc-card.pros li::before{background:#5eb870}
.pc-card.cons li::before{background:#c04040}

/* ── FAQ ──────────────────────────────────────── */
.faq-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;margin:1.25rem 0}
details{border-bottom:1px solid var(--border2)}
details:last-child{border-bottom:none}
summary{list-style:none;cursor:pointer;padding:.9rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:.75rem;user-select:none;transition:background .15s}
summary:hover{background:rgba(200,134,12,.04)}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';font-size:1.1rem;font-weight:400;color:var(--gold);flex-shrink:0}
details[open] summary::after{content:'−'}
details p{padding:.2rem 1.25rem .9rem;font-size:.82rem;color:var(--text2);line-height:1.7}

/* ── EEAT / HOW WE BUILT ──────────────────────── */
.eeat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);padding:1.4rem 1.4rem;margin:1.5rem 0}
.eeat-label{font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--gold);margin-bottom:.9rem}
.eeat-list{display:grid;gap:.5rem}
.eeat-item{display:flex;align-items:baseline;gap:.6rem;font-size:.78rem;color:var(--text2);line-height:1.55}
.eeat-item::before{content:'✓';color:var(--gold);font-weight:700;flex-shrink:0}

.how-built{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--r-card);padding:1.2rem 1.4rem;margin-top:2rem}
.how-built-label{font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--text3);margin-bottom:.7rem}
.how-built p,.how-built li{font-size:.76rem;color:var(--text3);line-height:1.65}
.how-built ul{padding-left:1.2rem;margin-bottom:.5rem}
.how-built a{font-size:inherit;color:var(--text3);text-decoration:underline}
.how-built a:hover{color:var(--gold2)}
.footnote{font-size:.72rem;color:var(--text3);border-top:1px solid var(--border2);margin-top:1.25rem;padding-top:.65rem;line-height:1.6}

/* ── SESSION TABLE ────────────────────────────── */
.session-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;margin:1.25rem 0}
.session-table{width:100%;border-collapse:collapse;font-size:.78rem}
.session-table th{background:rgba(200,134,12,.12);color:var(--gold2);font-size:.63rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.48rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.session-table td{padding:.38rem 1rem;color:var(--text2);border-bottom:1px solid var(--border2)}
.session-table tr:nth-child(odd){background:rgba(255,255,255,.015)}
.session-table tr:last-child td{border-bottom:none}
.session-table td:first-child{color:var(--text3);width:50%}
.session-table td:last-child{color:var(--text);font-weight:500}

/* ── DOT DIVIDER ──────────────────────────────── */
.dot-divider{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 0;opacity:.25}
.dot-divider span{width:4px;height:4px;border-radius:50%;background:var(--gold)}

/* ── FOOTER ───────────────────────────────────── */
.site-footer{border-top:1px solid var(--border);background:var(--bg2);margin-top:clamp(3rem,7vw,6rem)}
.footer-grid{display:grid;gap:1.25rem;padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--border2)}
@media(min-width:860px){.footer-grid{grid-template-columns:repeat(3,1fr)}}
.footer-label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--gold);margin-bottom:.4rem}
.footer-text{font-size:.73rem;color:var(--text3);line-height:1.6}
.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 0}
.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}
.footer-nav a{font-size:.72rem;color:var(--text3);transition:color .15s}
.footer-nav a:hover{color:var(--gold2)}
.footer-rg{font-size:.7rem;color:var(--text3);line-height:1.5;text-align:right}
.footer-rg strong{color:var(--text2)}
.footer-rg a{font-size:inherit;color:var(--text3);text-decoration:underline}
.footer-rg a:hover{color:var(--gold2)}
@media(max-width:600px){.footer-rg{text-align:left}}

/* ── ANCHOR OFFSET ────────────────────────────── */
.anch{scroll-margin-top:66px}

/* ── RESPONSIVE ───────────────────────────────── */
@media(max-width:480px){
  .hero h1{font-size:1.85rem}
  .btn-pill,.btn-pill-ghost{font-size:.74rem;padding:.55rem 1.1rem}
}
@media(min-width:1440px){body{font-size:17px}}
@media(min-width:1920px){:root{--max:1320px}}

/* ── TABLE FOOTNOTES ──────────────────────────── */
.facts-footnotes{margin:.75rem 0 0;padding-left:1.25rem;list-style:decimal;font-size:.72rem;color:var(--text3);line-height:1.55;display:flex;flex-direction:column;gap:.35rem}
.facts-footnotes li{padding-left:.15rem}
.facts-footnotes a{color:var(--text3);text-decoration:underline;text-underline-offset:2px}
.facts-footnotes a:hover{color:var(--gold2)}
.fn-ref{font-size:.65rem;color:var(--gold2);text-decoration:none;font-weight:700;vertical-align:super;line-height:0}
.fn-ref:hover{text-decoration:underline}

/* ── INNER PAGES ──────────────────────────────── */
.inner-page{background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}
.inner-header{background:var(--bg2);border-bottom:1px solid rgba(255,255,255,.06);padding:.75rem 1.25rem}
.inner-nav{display:flex;align-items:center;gap:.6rem;font-size:.82rem;flex-wrap:wrap}
.inner-nav a{color:var(--text2);text-decoration:none}
.inner-nav a:hover{color:var(--gold2)}
.inner-home{font-weight:700;color:var(--gold2)!important}
.sep{color:var(--text3)}
.inner-main{flex:1;padding:2rem 1.25rem 3rem;max-width:820px;margin:0 auto;width:100%}
.inner-article h1{font-size:1.85rem;font-weight:900;letter-spacing:-.02em;margin:0 0 1.25rem;color:var(--text)}
.inner-article h2{font-size:1.1rem;font-weight:700;margin:1.75rem 0 .5rem;color:var(--text)}
.inner-article p{margin:.65rem 0;line-height:1.7;color:var(--text2);font-size:.93rem}
.inner-article ul{margin:.5rem 0 .75rem 1.25rem;padding:0}
.inner-article li{margin:.3rem 0;line-height:1.65;color:var(--text2);font-size:.93rem}
.inner-article a{color:var(--gold2);text-decoration:underline;text-underline-offset:2px}
.inner-article a:hover{color:var(--gold3)}
.inner-footer{background:var(--bg2);border-top:1px solid rgba(255,255,255,.06);padding:1.25rem;margin-top:auto;text-align:center}
.inner-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1rem;margin-bottom:.6rem}
.inner-footer-nav a{font-size:.75rem;color:var(--text3);text-decoration:none}
.inner-footer-nav a:hover{color:var(--gold2)}
.inner-footer .rg-links{font-size:.72rem;color:var(--text3)}
.inner-footer .rg-links a{color:var(--text3);text-decoration:underline}
.inner-footer .rg-links a:hover{color:var(--gold2)}

/* ── CONTACT PAGE ─────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}
@media(min-width:680px){.contact-grid{grid-template-columns:1.4fr 1fr}}
.contact-form-wrap{display:flex;flex-direction:column;gap:1rem}
.contact-form-wrap label{display:block;font-size:.78rem;font-weight:600;color:var(--text2);margin-bottom:.3rem;letter-spacing:.03em;text-transform:uppercase}
.contact-form-wrap input,.contact-form-wrap textarea{width:100%;background:var(--bg3);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-sm);padding:.65rem .85rem;color:var(--text);font-size:.9rem;font-family:inherit;box-sizing:border-box;transition:border-color .15s}
.contact-form-wrap input:focus,.contact-form-wrap textarea:focus{outline:none;border-color:var(--gold)}
.contact-form-wrap textarea{resize:vertical;min-height:130px}
.contact-sidebar h2{font-size:.95rem;font-weight:700;margin:0 0 .4rem;color:var(--text)}
.contact-sidebar p{font-size:.85rem;color:var(--text2);line-height:1.65;margin:0 0 1.1rem}
.form-message{border-radius:var(--r-sm);padding:.75rem 1rem;font-size:.88rem;margin-bottom:1rem}
.form-message.success{background:rgba(80,180,80,.12);border:1px solid rgba(80,180,80,.3);color:#8de08d}
.form-message.error{background:rgba(220,60,60,.12);border:1px solid rgba(220,60,60,.3);color:#f08080}

.session-note{font-size:.85rem;color:var(--text2);font-style:italic;margin:.5rem 0 1rem;padding:.5rem .75rem;border-left:2px solid var(--bg3)}