:root{
  --bg:#0a0e1e;--bg-2:#0d1224;
  --surface:#161a2e;--surface-2:#1c2140;
  --line:#252a44;--text:#e8edf5;--muted:#8a93b0;
  --primary:#3ee2b0;--primary-2:#5feac4;--primary-deep:#1bb88c;
  --accent:#f5a623;
  --radius:14px;--radius-lg:22px;
  --shadow-primary:0 10px 30px -8px #3ee2b059;
  --shadow-card:0 20px 60px -20px rgba(0,0,0,.6);
  --font-display:'Plus Jakarta Sans',system-ui,sans-serif;
  --font-body:'Plus Jakarta Sans',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;background:radial-gradient(900px 500px at 80% -10%,rgba(62,226,176,.10),transparent 60%),radial-gradient(700px 500px at -10% 30%,rgba(124,108,232,.08),transparent 65%),radial-gradient(600px 400px at 50% 110%,rgba(245,166,35,.05),transparent 65%);z-index:-2;pointer-events:none}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;border:0;background:none;color:inherit;cursor:pointer}
.container{width:min(1180px,92%);margin-inline:auto}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-0.01em;line-height:1.15}
h1{font-size:clamp(2rem,5vw,3.6rem)}
h2{font-size:clamp(1.4rem,3.2vw,2.2rem);margin-bottom:.6em}
h3{font-size:1.15rem}
.accent{background:linear-gradient(135deg,var(--primary-2),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}
.eyebrow{display:inline-flex;gap:.5rem;align-items:center;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);font-weight:600;padding:.5rem .9rem;border:1px solid #3ee2b059;border-radius:999px;background:#3ee2b01a}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.6rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--primary-2) 0%,var(--primary) 50%,var(--primary-deep) 100%);color:#0a0a0a;box-shadow:var(--shadow-primary)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-ghost{border:1px solid var(--line);color:var(--text)}
.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}
.btn-sm{padding:.65rem 1.1rem;font-size:.85rem}

header{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:#0a0e1eb8;border-bottom:1px solid rgba(255,255,255,.05)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:800;font-size:1.25rem}
.tpq-logo-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--primary-2),var(--primary-deep));display:grid;place-items:center;color:#0a0a0a;font-weight:800;box-shadow:var(--shadow-primary)}
.tpq-logo-mark-img{background:transparent;box-shadow:none;overflow:hidden;padding:0}
.tpq-logo-mark-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
.logo span:last-child{color:var(--primary)}
.nav-links{display:none;gap:.3rem;align-items:center}
.nav-links a{padding:.55rem .9rem;font-size:.9rem;color:var(--muted);border-radius:8px;font-weight:500}
.nav-links a:hover,.nav-links a.active{color:var(--primary);background:#3ee2b014}
.nav-cta{display:flex;gap:.5rem;align-items:center}
.menu-toggle{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px}
@media(min-width:980px){.nav-links{display:flex}.menu-toggle{display:none}}
.drawer{position:fixed;inset:0;z-index:60;background:#0a0e1ef2;backdrop-filter:blur(20px);padding:5rem 1.5rem 2rem;transform:translateY(-100%);transition:transform .35s ease;overflow-y:auto}
.drawer.open{transform:translateY(0)}
.drawer a{display:block;padding:.9rem 0;border-bottom:1px solid var(--line);font-size:1rem}
.drawer-close{position:absolute;top:1rem;right:1rem;width:42px;height:42px;border-radius:10px;border:1px solid var(--line)}

section{padding:4rem 0;position:relative}
.section-head{text-align:center;max-width:760px;margin:0 auto 2.5rem}
.section-head .lead{color:var(--muted);font-size:1.02rem;margin-top:.8rem}

.hero{padding:4rem 0 3rem}
.hero-sub{color:var(--muted);font-size:1.05rem;max-width:60ch;margin:1.2rem 0 2rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem}

/* hero 带 logo 时变成左右分栏 */
.hero-with-logo .container{display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:920px){
  .hero-with-logo .container{grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}
}
.hero-logo{
  border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(180deg,var(--surface-2),var(--surface));
  box-shadow:var(--shadow-card);
  position:relative;
  aspect-ratio:1/1;
}
.hero-logo img{
  width:100%;height:100%;object-fit:cover;display:block;
}

.trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:2.5rem}
@media(min-width:600px){.trust-row{grid-template-columns:repeat(4,1fr)}}
.trust-badge{padding:.9rem 1rem;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:.6rem;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent)}
.trust-badge .icon{font-size:1.3rem}
.trust-badge .txt{font-size:.78rem;color:var(--muted);line-height:1.2}
.trust-badge .txt b{display:block;color:var(--text);font-size:.92rem;margin-bottom:2px}

.card-grid{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:720px){.card-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.card-grid.cg-3{grid-template-columns:repeat(3,1fr)}}
.card{padding:1.6rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--surface),#161a2e99);border:1px solid var(--line);position:relative;overflow:hidden}
.card h3{font-size:1.1rem;margin-bottom:.7rem;color:var(--primary)}
.card p{color:var(--muted);font-size:.95rem}
.card .ico{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3ee2b040,#3ee2b00d);display:grid;place-items:center;font-size:1.5rem;margin-bottom:1rem}

.section-banner{width:100%;height:260px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:2.5rem;filter:brightness(.55) saturate(1.2);border:1px solid var(--line);box-shadow:0 30px 80px -30px rgba(0,0,0,.5)}

.compare{overflow-x:auto;margin-top:2rem}
.compare table{width:100%;min-width:600px;border-collapse:collapse}
.compare th,.compare td{padding:1rem;text-align:left;border-bottom:1px solid var(--line);font-size:.92rem}
.compare th{background:#3ee2b014;color:var(--primary);font-family:var(--font-display);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}
.compare td:nth-child(2){color:var(--primary);font-weight:600}

.faq{max-width:780px;margin:0 auto}
.faq-item{border:1px solid var(--line);border-radius:var(--radius);margin-bottom:.7rem;overflow:hidden;background:var(--surface)}
.faq-item summary{list-style:none;padding:1.2rem 1.4rem;font-family:var(--font-display);font-weight:600;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:var(--primary);font-size:1.5rem;transition:transform .2s ease}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item .answer{padding:0 1.4rem 1.4rem;color:var(--muted);font-size:.95rem}

.final-cta{text-align:center;padding:4rem 2rem;border-radius:var(--radius-lg);background:radial-gradient(600px 300px at 50% 0%,#3ee2b02e,transparent 70%),linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--line);margin:2rem 0}
.final-cta h2{max-width:600px;margin-inline:auto}
.final-cta p{color:var(--muted);margin:1rem auto 2rem;max-width:600px}

footer{background:#0a0e1e;padding:4rem 0 2rem;border-top:1px solid var(--line)}
.tpq-foot-grid{display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:720px){.tpq-foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
.tpq-foot-grid h4{color:var(--primary);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-family:var(--font-body);font-weight:700}
.tpq-foot-grid ul{list-style:none}
.tpq-foot-grid li{padding:.3rem 0}
.tpq-foot-grid a{color:var(--muted);font-size:.9rem}
.tpq-foot-grid a:hover{color:var(--primary)}
.tpq-foot-about p{color:var(--muted);font-size:.88rem;margin:1rem 0}
.tpq-foot-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.82rem}
.tpq-foot-badges{display:flex;gap:1rem;flex-wrap:wrap}
.tpq-foot-badges span{padding:.3rem .7rem;border:1px solid var(--line);border-radius:6px;font-size:.75rem}
.tpq-age{margin-top:1.5rem;text-align:center;color:var(--muted);font-size:.78rem;padding:1rem;border:1px dashed var(--line);border-radius:var(--radius)}
.tpq-age strong{color:var(--accent)}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:translateY(0)}

/* ============================================================
   HOMEPAGE GAMES TABLE — 所有 layout 共用,SEO 排行表
   ============================================================ */
.games-block{padding:4.5rem 0;position:relative}
.games-block .section-head{max-width:820px;text-align:center;margin:0 auto 2.5rem}
.games-block .section-head h2{font-size:clamp(1.6rem,3.4vw,2.4rem);letter-spacing:-0.015em;line-height:1.2}
.games-block .section-head .lead{font-size:1rem;line-height:1.65;color:var(--muted);margin-top:1rem}
.games-table-wrap{
  max-width:1100px;margin:0 auto;
  border:1px solid var(--line);border-radius:var(--radius-lg);
  background:var(--surface);overflow-x:auto;
  box-shadow:0 4px 24px -12px rgba(0,0,0,.2);
}
.games-table{width:100%;min-width:760px;border-collapse:collapse;font-size:.92rem}
.games-table thead th{
  padding:1rem .9rem;text-align:left;font-family:var(--font-display);
  font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;
  color:var(--text);background:linear-gradient(180deg,#1c2140,#161a2e);
  border-bottom:2px solid var(--primary);white-space:nowrap;
}
.games-table thead th.col-rtp-teo{color:#16a34a}
.games-table thead th.col-rtp-real,
.games-table thead th.col-maxwin{color:var(--primary)}
.games-table thead th.col-rtp-real small{display:block;font-size:.65rem;font-weight:500;opacity:.7;text-transform:none;letter-spacing:0;margin-top:.2rem}
.games-table tbody td{
  padding:.95rem .9rem;border-bottom:1px solid var(--line);
  color:var(--text);vertical-align:middle;
}
.games-table tbody tr:nth-child(even){background:#3ee2b006}
.games-table tbody tr:last-child td{border-bottom:0}
.games-table .g-rank{font-weight:800;white-space:nowrap;font-family:var(--font-display)}
.games-table .g-rank .medal{margin-right:.3rem;font-size:1.1em}
.games-table .g-name{font-weight:700}
.games-table .g-prov{color:var(--muted)}
.games-table .g-rtp-teo{color:#16a34a;font-weight:700;font-family:var(--font-display);white-space:nowrap}
.games-table .g-rtp-real{color:var(--primary);font-weight:700;font-family:var(--font-display);white-space:nowrap}
.games-table .g-maxwin{color:var(--primary);font-weight:600;white-space:nowrap}
.games-table .g-vol{white-space:nowrap}
.vol-badge{
  display:inline-block;padding:.3rem .8rem;border-radius:999px;
  font-size:.78rem;font-weight:700;color:#fff;letter-spacing:.02em;
}
.vol-alta{background:#dc2626}
.vol-media-alta{background:#f59e0b}
.vol-media{background:#3b82f6}
.vol-baixa-media{background:#10b981}
.vol-baixa{background:#16a34a}
.games-footnote{
  max-width:920px;margin:1.8rem auto 0;padding:1.2rem 1.4rem;
  background:#3ee2b008;border:1px solid #3ee2b026;
  border-radius:var(--radius);color:var(--muted);font-size:.88rem;line-height:1.65;
  text-align:center;
}
.games-footnote b{color:var(--text)}

/* ============================================================
   HOMEPAGE SEO BLOCK — 共享基础 + classic 风格
   ============================================================ */
.seo-block{padding:4.5rem 0;position:relative}
.seo-block .section-head{max-width:820px}
.seo-block .section-head h2{
  font-size:clamp(1.6rem,3.4vw,2.4rem);letter-spacing:-0.015em;line-height:1.2;
}
.seo-block .section-head .lead{
  font-size:1.02rem;line-height:1.7;color:var(--muted);margin-top:1rem;
}

/* 关键词内链 */
.seo-block a.kw{
  color:var(--primary);font-weight:600;
  border-bottom:1px solid #3ee2b040;
  transition:border-color .2s ease,color .2s ease;
}
.seo-block a.kw:hover{
  color:var(--primary-2);border-bottom-color:var(--primary);
}

/* ---------- CLASSIC 风格:2 列卡片 ---------- */
.seo-block-classic .seo-grid{
  display:grid;gap:1.2rem;grid-template-columns:1fr;margin-top:1rem;
}
@media(min-width:780px){
  .seo-block-classic .seo-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}
}
.seo-card{
  padding:1.8rem;border-radius:var(--radius-lg);
  background:linear-gradient(180deg,var(--surface),#161a2e99);
  border:1px solid var(--line);position:relative;overflow:hidden;
  transition:transform .25s ease,border-color .25s ease;
}
.seo-card::before{
  content:"";position:absolute;left:0;top:0;width:3px;height:100%;
  background:linear-gradient(180deg,var(--primary-2),var(--primary));
  opacity:.7;
}
.seo-card:hover{transform:translateY(-2px);border-color:#3ee2b059}
.seo-card h3{
  font-family:var(--font-display);font-size:1.15rem;font-weight:700;
  color:var(--primary);margin-bottom:.9rem;line-height:1.3;letter-spacing:-0.01em;
}
.seo-card p{color:var(--muted);font-size:.96rem;line-height:1.7}

/* CTA 居中按钮区 */
.seo-cta-wrap{text-align:center;margin-top:2.5rem}

/* ============================================================
   EDITORIAL LAYOUT - 杂志/报刊风
   ============================================================ */

/* Header 左侧装饰条 */
.lay-editorial header {
  border-bottom:1px solid #3ee2b026;
  background:linear-gradient(180deg,#0a0e1ecc,#0a0e1e99);
}
.lay-editorial .nav{padding:1.1rem 0;position:relative}
.lay-editorial .nav::before{
  content:"";position:absolute;left:-2rem;top:50%;transform:translateY(-50%);
  width:6px;height:60%;background:linear-gradient(180deg,var(--primary),var(--primary-deep));
  border-radius:0 3px 3px 0;
}
.lay-editorial .logo{letter-spacing:-0.02em;font-size:1.35rem}

/* ---------- HERO: 左右分栏 ---------- */
.lay-editorial .hero{padding:5rem 0 4rem;border-bottom:1px solid var(--line)}
.tpq-hero-grid{
  display:grid;gap:3rem;grid-template-columns:1fr;align-items:start;
}
@media(min-width:920px){
  .tpq-hero-grid{grid-template-columns:1.4fr 1fr;gap:4rem;align-items:center}
}
.tpq-hero-meta{
  display:flex;gap:1.5rem;font-size:.72rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;
  padding-bottom:1rem;border-bottom:1px solid var(--line);
}
.tpq-hero-meta b{color:var(--primary);font-weight:600}
.lay-editorial h1{
  font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.05;letter-spacing:-0.025em;
}
.tpq-hero-lede{
  font-size:1.1rem;line-height:1.6;color:var(--muted);max-width:54ch;
  margin:1.6rem 0 2.2rem;
  padding-left:1.2rem;border-left:3px solid var(--primary);
}
.tpq-hero-stats{
  background:linear-gradient(180deg,var(--surface-2),var(--surface));
  border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:2rem;position:relative;overflow:hidden;
}
.tpq-hero-stats::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--primary),var(--accent),var(--primary));
}
.tpq-hero-stats h4{
  font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--muted);margin-bottom:1.2rem;font-family:var(--font-body);font-weight:700;
}
.tpq-stat-row{
  display:flex;justify-content:space-between;align-items:baseline;
  padding:.85rem 0;border-bottom:1px dashed var(--line);
}
.tpq-stat-row:last-child{border-bottom:0}
.tpq-stat-row .label{color:var(--muted);font-size:.88rem}
.tpq-stat-row .val{
  font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--primary);
}

/* editorial 风:右侧 logo 大卡(替代数据面板) */
.tpq-hero-logo{
  border-radius:var(--radius-lg);overflow:hidden;position:relative;
  border:1px solid #3ee2b040;
  background:linear-gradient(180deg,var(--surface-2),var(--surface));
  box-shadow:0 30px 80px -30px #3ee2b040, 0 1px 3px rgba(0,0,0,.1);
  aspect-ratio:1/1;
}
.tpq-hero-logo::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--primary),var(--accent),var(--primary));
  z-index:1;
}
.tpq-hero-logo img{
  width:100%;height:100%;object-fit:cover;display:block;
}

/* ---------- SECTION HEAD: 编号 + 左侧 eyebrow ---------- */
.tpq-section{padding:5rem 0;border-bottom:1px solid var(--line)}
.tpq-section:last-of-type{border-bottom:0}
.tpq-sec-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:920px){.tpq-sec-grid{grid-template-columns:240px 1fr;gap:4rem}}
.tpq-sec-head{position:sticky;top:6rem;align-self:start}
.tpq-sec-num{
  font-family:var(--font-display);font-size:3rem;font-weight:800;
  line-height:1;color:var(--primary);opacity:.4;
  display:block;margin-bottom:.5rem;
}
.tpq-sec-eyebrow{
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--primary);font-weight:700;display:block;margin-bottom:.8rem;
}
.tpq-sec-head h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.8rem}
.tpq-sec-head p{color:var(--muted);font-size:.93rem;line-height:1.55}

/* ---------- 卡片改成列表行 ---------- */
.tpq-list{display:flex;flex-direction:column;gap:0}
.tpq-row{
  display:grid;gap:1.2rem;grid-template-columns:48px 1fr;
  padding:1.6rem 0;border-bottom:1px solid var(--line);align-items:start;
  transition:padding-left .25s ease;
}
.tpq-row:first-child{border-top:1px solid var(--line)}
.tpq-row:hover{padding-left:1rem;background:linear-gradient(90deg,#3ee2b00d,transparent)}
.tpq-row .tpq-ico{
  width:48px;height:48px;border-radius:10px;
  background:#3ee2b01a;border:1px solid #3ee2b040;
  display:grid;place-items:center;font-size:1.3rem;
}
.tpq-row h3{
  font-family:var(--font-display);font-size:1.15rem;
  margin-bottom:.4rem;color:var(--text);letter-spacing:-0.01em;
}
.tpq-row p{color:var(--muted);font-size:.95rem;line-height:1.55}
@media(min-width:720px){
  .tpq-row{grid-template-columns:48px 1fr auto;align-items:center}
  .tpq-row::after{
    content:"→";color:var(--primary);font-size:1.3rem;opacity:.5;
    transition:transform .25s ease,opacity .25s ease;
  }
  .tpq-row:hover::after{transform:translateX(6px);opacity:1}
}

/* ---------- pull-quote 摘录 ---------- */
.tpq-pull{
  border-top:2px solid var(--primary);border-bottom:2px solid var(--primary);
  padding:2rem 0;margin:3rem 0;
  font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.7rem);
  line-height:1.35;letter-spacing:-0.01em;color:var(--text);
  text-align:center;font-weight:600;
}
.tpq-pull::before{content:"" "";display:block;color:var(--primary);font-size:2rem;line-height:.5;margin-bottom:1rem}

/* ---------- HERO IMAGE: 全宽细高 banner ---------- */
.lay-editorial .section-banner{
  height:200px;border-radius:0;border-left:0;border-right:0;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  width:100vw;max-width:none;filter:brightness(.45) saturate(1.3) contrast(1.1);
  margin-bottom:0;
}

/* ---------- FAQ 双列 + 锚点 ---------- */
.tpq-faq-wrap{display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:920px){.tpq-faq-wrap{grid-template-columns:200px 1fr;gap:3rem}}
.tpq-faq-toc{
  font-size:.78rem;line-height:1.8;letter-spacing:.02em;
  position:sticky;top:6rem;align-self:start;
}
.tpq-faq-toc h4{
  font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--primary);margin-bottom:.8rem;font-family:var(--font-body);font-weight:700;
}
.tpq-faq-toc a{display:block;padding:.3rem 0;color:var(--muted);border-bottom:1px dashed transparent}
.tpq-faq-toc a:hover{color:var(--primary);border-bottom-color:var(--primary)}
.tpq-faq-list{display:flex;flex-direction:column;gap:0}
.tpq-faq-q{
  border-top:1px solid var(--line);padding:1.6rem 0;
  display:grid;gap:1rem;grid-template-columns:32px 1fr;align-items:start;
}
.tpq-faq-q:last-child{border-bottom:1px solid var(--line)}
.tpq-faq-q .qnum{
  font-family:var(--font-display);font-weight:700;font-size:.95rem;
  color:var(--primary);padding-top:2px;
}
.tpq-faq-q h3{
  font-family:var(--font-display);font-size:1.1rem;margin-bottom:.6rem;
  color:var(--text);letter-spacing:-0.01em;
}
.tpq-faq-q p{color:var(--muted);font-size:.95rem;line-height:1.6}

/* ---------- FINAL CTA: 横幅条带 ---------- */
.lay-editorial .final-cta{
  border-radius:0;margin:0;padding:4rem 0;text-align:left;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;
  background:linear-gradient(135deg,var(--primary-deep) 0%,var(--bg-2) 60%);
  border:0;border-top:1px solid #3ee2b059;border-bottom:1px solid #3ee2b059;
}
.tpq-cta-grid{
  display:grid;gap:2rem;grid-template-columns:1fr;align-items:center;
  width:min(1180px,92%);margin-inline:auto;
}
@media(min-width:780px){.tpq-cta-grid{grid-template-columns:1.6fr auto;gap:3rem}}
.tpq-cta-grid h2{color:var(--text);margin:0;max-width:none}
.tpq-cta-grid p{color:var(--text);opacity:.85;margin:.8rem 0 0;max-width:50ch}

/* ---------- FOOTER 调整成更紧凑的报刊页脚 ---------- */
.lay-editorial footer{border-top:3px solid var(--primary);padding-top:3rem}
.lay-editorial .tpq-foot-grid h4{color:var(--text);letter-spacing:.18em}

/* ============================================================
   LIGHT TONE OVERRIDES
   只对 body.lay-editorial[data-tone="light"] 生效,
   修复深色 CSS 里写死的几处颜色在浅底下的对比/可读性问题
   ============================================================ */
body.lay-editorial[data-tone="light"]{
  background:var(--bg);
}
body.lay-editorial[data-tone="light"]::before{
  background:
    radial-gradient(900px 500px at 80% -10%,rgba(62,226,176,.10),transparent 60%),
    radial-gradient(700px 500px at -10% 30%,rgba(124,108,232,.08),transparent 65%);
}
/* primary 按钮在浅底下需要白色字 */
.lay-editorial[data-tone="light"] .btn-primary{
  color:#fff;
  box-shadow:0 8px 20px -8px #3ee2b080;
}
/* header 半透明在浅底下用白色 */
.lay-editorial[data-tone="light"] header{
  background:rgba(255,255,255,.85);
  border-bottom:1px solid var(--line);
}
.lay-editorial[data-tone="light"] .menu-toggle,
.lay-editorial[data-tone="light"] .drawer-close{
  background:#fff;
}
.lay-editorial[data-tone="light"] .drawer{
  background:rgba(255,255,255,.96);
}
/* tpq-logo-mark 在浅底下也用深字 */
.lay-editorial[data-tone="light"] .tpq-logo-mark{color:#fff}
/* eyebrow 在浅底下提升对比 */
.lay-editorial[data-tone="light"] .eyebrow{
  background:#3ee2b012;
  border-color:#3ee2b040;
}
/* 卡片 / surface 在浅底下去掉深色渐变 */
.lay-editorial[data-tone="light"] .card,
.lay-editorial[data-tone="light"] .seo-card,
.lay-editorial[data-tone="light"] .tpq-hero-stats,
.lay-editorial[data-tone="light"] .trust-badge{
  background:#fff;
  box-shadow:0 1px 3px rgba(11,26,51,.04),0 4px 16px -8px rgba(11,26,51,.06);
}
.lay-editorial[data-tone="light"] .tpq-row:hover{
  background:linear-gradient(90deg,#3ee2b00a,transparent);
}
/* section banner 浅底下不要把图片暗化 */
.lay-editorial[data-tone="light"] .section-banner{
  filter:brightness(.92) saturate(1.1);
}
/* pull quote 浅底下加点背景增强存在感 */
.lay-editorial[data-tone="light"] .tpq-pull{
  background:linear-gradient(180deg,#3ee2b006,transparent);
  padding:2.4rem 1.5rem;
}
/* final CTA 横幅:浅底下用纯深蓝大色块,文字反白 */
.lay-editorial[data-tone="light"] .final-cta{
  background:linear-gradient(135deg,var(--primary-deep) 0%,var(--primary) 100%);
  border-color:transparent;
}
.lay-editorial[data-tone="light"] .tpq-cta-grid h2,
.lay-editorial[data-tone="light"] .tpq-cta-grid p{
  color:#fff;
}
.lay-editorial[data-tone="light"] .tpq-cta-grid .eyebrow{
  color:#fff;background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);
}
.lay-editorial[data-tone="light"] .tpq-cta-grid .btn-primary{
  background:#fff;color:var(--primary-deep);box-shadow:0 8px 24px -8px rgba(0,0,0,.25);
}
/* footer 浅底版 */
.lay-editorial[data-tone="light"] footer{
  background:var(--bg-2);
  border-top:3px solid var(--primary);
}
.lay-editorial[data-tone="light"] .tpq-foot-badges span,
.lay-editorial[data-tone="light"] .tpq-age{
  background:#fff;
}

/* ---------- EDITORIAL 风格:居中标题 + 编号列表 ---------- */
.seo-block-editorial{padding:5rem 0;border-bottom:1px solid var(--line)}
.tpq-seo-head{text-align:center;max-width:780px;margin:0 auto 3rem}
.tpq-seo-head h2{
  font-family:var(--font-display);font-size:clamp(1.8rem,3.6vw,2.6rem);
  letter-spacing:-0.02em;line-height:1.15;margin-bottom:1rem;
}
.tpq-seo-lead{
  font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:62ch;margin:0 auto;
}
.tpq-seo-list{
  display:grid;gap:0;max-width:920px;margin:0 auto;
}
.tpq-seo-row{
  display:grid;gap:1.5rem;grid-template-columns:48px 1fr;
  padding:2rem 0;border-bottom:1px solid var(--line);align-items:start;
}
.tpq-seo-row:first-child{border-top:1px solid var(--line)}
.tpq-seo-num{
  font-family:var(--font-display);font-weight:800;font-size:1.4rem;
  color:var(--primary);line-height:1;padding-top:.3rem;
  display:inline-block;
}
.tpq-seo-body h3{
  font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.4rem);
  color:var(--primary);margin-bottom:.7rem;line-height:1.3;letter-spacing:-0.01em;
  font-weight:700;
}
.tpq-seo-body p{color:var(--muted);font-size:1rem;line-height:1.75}
@media(min-width:720px){
  .tpq-seo-row{grid-template-columns:64px 1fr;gap:2rem;padding:2.2rem 0}
  .tpq-seo-num{font-size:1.8rem}
}

/* ============================================================
   765BET89COM — 深紫蓝 + 薄荷绿 + 橙色 iGaming Dashboard 风
   ============================================================ */
body.lay-765bet89com {
  background:#0a0e1e;color:#e8edf5;
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
}
.lay-765bet89com h1,
.lay-765bet89com h2,
.lay-765bet89com h3,
.lay-765bet89com h4 {
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  font-weight:800;letter-spacing:-0.01em;
}

/* 深色 atmosphere 渐变 + 网格点阵 */
body.lay-765bet89com::before {
  background:
    radial-gradient(900px 500px at 90% 10%,rgba(124,108,232,.08),transparent 60%),
    radial-gradient(700px 500px at 10% 50%,rgba(62,226,176,.10),transparent 65%),
    radial-gradient(600px 400px at 50% 90%,rgba(245,166,35,.05),transparent 65%),
    #0a0e1e;
}
body.lay-765bet89com::after {
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background-image:radial-gradient(circle,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:24px 24px;opacity:.6;
}

/* ---------- HEADER: 纯黑顶栏 ---------- */
.lay-765bet89com header {
  background:#05070f;border-bottom:1px solid #252a44;
  backdrop-filter:none;padding-bottom:0;
}
.lay-765bet89com .nav {
  padding:1.1rem clamp(1rem,3vw,2rem);margin:0;
  display:flex;align-items:center;justify-content:space-between;
  width:100%;max-width:none;
}
.lay-765bet89com .nav::before {display:none}
.lay-765bet89com header > .container,
.lay-765bet89com .nav.container {
  width:100%;max-width:none;padding:0 clamp(1rem,3vw,2rem);margin:0;
  display:flex;align-items:center;justify-content:space-between;
}

/* logo */
.lay-765bet89com .logo {font-size:1.05rem;color:#fff;font-weight:800}
.lay-765bet89com .tpq-logo-mark {
  width:42px;height:42px;border-radius:10px;
  background:linear-gradient(135deg,#3ee2b0,#1bb88c);
  color:#05070f;box-shadow:0 4px 14px -4px #3ee2b080;
}
.lay-765bet89com .tpq-logo-mark-img {background:transparent;padding:2px;overflow:hidden}
.lay-765bet89com .tpq-logo-mark-img img {border-radius:8px}
.lay-765bet89com .logo span:last-child {color:#fff;display:inline}

/* 顶部菜单链接隐藏(改放到独立次级导航) */
.lay-765bet89com .nav-links {display:none !important}
.lay-765bet89com .menu-toggle {display:none}

/* CTA 区: LOGIN 橙色 + REGISTRAR 薄荷绿(双圆角矩形按钮,带阴影) */
.lay-765bet89com .nav-cta {gap:.7rem;align-items:center}
.lay-765bet89com .nav-cta .btn {
  border-radius:12px;padding:.75rem 1.7rem;font-weight:700;font-size:.9rem;
  letter-spacing:.04em;text-transform:uppercase;
}
.lay-765bet89com .nav-cta .btn-ghost {
  background:linear-gradient(135deg,#ffb540,#f5a623);color:#1a1a2e;border:0;
  box-shadow:0 6px 20px -6px #f5a62380;
}
.lay-765bet89com .nav-cta .btn-ghost:hover {
  transform:translateY(-2px);filter:brightness(1.05);
}
.lay-765bet89com .nav-cta .btn-primary {
  background:linear-gradient(135deg,#5feac4,#3ee2b0);color:#05070f;border:0;
  box-shadow:0 6px 20px -6px #3ee2b080;
}
.lay-765bet89com .nav-cta .btn-primary:hover {
  transform:translateY(-2px);filter:brightness(1.05);
}

/* ---------- 独立次级导航条(黑底,带 + 号) ---------- */
.lay-765bet89com .subnav {
  background:#05070f;border-bottom:1px solid #252a44;
  padding:.55rem clamp(1rem,3vw,2rem);
  display:flex;align-items:center;justify-content:center;gap:1.2rem;
}
.lay-765bet89com .subnav-links {
  display:flex;gap:.1rem;align-items:center;justify-content:center;
  flex-wrap:wrap;
}
.lay-765bet89com .subnav-links a {
  font-size:.8rem;font-weight:700;color:#e8edf5;
  padding:.55rem 1.3rem;border-radius:6px;text-transform:uppercase;
  letter-spacing:.06em;text-decoration:none;transition:color .15s;
}
.lay-765bet89com .subnav-links a:not(:first-child)::before {
  content:"+";color:#8a93b0;margin-right:.3rem;font-weight:600;
}
.lay-765bet89com .subnav-links a:hover,
.lay-765bet89com .subnav-links a.active {color:#3ee2b0}
.lay-765bet89com .subnav-arrows {display:none}
@media(max-width:720px) {
  .lay-765bet89com .subnav {padding:.5rem;flex-wrap:wrap}
  .lay-765bet89com .subnav-links a {padding:.4rem .7rem;font-size:.7rem}
}

/* ---------- 面包屑(在 hero 之上) ---------- */
.lay-765bet89com .breadcrumb {
  padding:.9rem 0;font-size:.78rem;color:#8a93b0;
  border-bottom:1px solid #252a44;
}
.lay-765bet89com .breadcrumb a {color:#8a93b0;text-decoration:none}
.lay-765bet89com .breadcrumb a:hover {color:#3ee2b0}
.lay-765bet89com .breadcrumb .sep {margin:0 .5rem;opacity:.5}

/* ---------- 通用按钮 ---------- */
.lay-765bet89com .btn-primary {
  background:linear-gradient(135deg,#5feac4,#3ee2b0);
  color:#05070f;border:0;font-weight:800;padding:.95rem 1.8rem;border-radius:12px;
  box-shadow:0 6px 20px -6px #3ee2b080;
  text-shadow:none;font-size:.9rem;letter-spacing:.04em;
}
.lay-765bet89com .btn-primary:hover {
  filter:brightness(1.05);transform:translateY(-2px);
}
.lay-765bet89com .btn-ghost {
  background:transparent;color:#e8edf5;border:1px solid #252a44;
  font-weight:600;border-radius:12px;
}
.lay-765bet89com .btn-ghost:hover {
  border-color:#3ee2b0;color:#3ee2b0;
}

/* ---------- HERO: 左标题 + 右大插图 ---------- */
.lay-765bet89com .hero {
  padding:3rem 0 4rem;border-bottom:0;background:transparent;
}
.lay-765bet89com .tpq-hero-grid {gap:3rem}
@media(min-width:920px){
  .lay-765bet89com .tpq-hero-grid{grid-template-columns:1.2fr 1fr;gap:3.5rem;align-items:start}
}
.lay-765bet89com .tpq-hero-meta {display:none}
.lay-765bet89com .tpq-hero-text {position:relative}

/* Hero 标题:大字白色 + 关键词薄荷绿 + UPPERCASE */
.lay-765bet89com h1 {
  font-size:clamp(1.8rem,4.2vw,3rem);line-height:1.15;letter-spacing:-0.01em;
  color:#3ee2b0;font-weight:800;text-transform:uppercase;
}
.lay-765bet89com h1 .accent {
  color:#3ee2b0;background:none;-webkit-background-clip:initial;
}
.lay-765bet89com .tpq-hero-lede {
  border-left:0;padding-left:0;color:#e8edf5;font-size:.95rem;line-height:1.65;
  font-style:normal;max-width:60ch;margin-top:1.4rem;margin-bottom:2rem;opacity:.9;
}
.lay-765bet89com .tpq-hero-lede a.kw {
  color:#3ee2b0;font-weight:700;border-bottom:0;
}
.lay-765bet89com .tpq-hero-lede b {color:#fff;font-weight:700}
.lay-765bet89com .hero-ctas {gap:.8rem;flex-wrap:wrap}
.lay-765bet89com .hero-ctas .btn-ghost {display:none}

/* HERO 右侧 logo 大插图 */
.lay-765bet89com .tpq-hero-logo {
  background:linear-gradient(135deg,#0d1f1a,#0a1a14);
  border:1px solid #3ee2b040;border-radius:24px;
  padding:0;overflow:hidden;
  box-shadow:0 24px 60px -20px rgba(0,0,0,.5),
             0 0 0 1px #3ee2b020 inset;
  position:relative;
}
.lay-765bet89com .tpq-hero-logo::before {display:none}
.lay-765bet89com .tpq-hero-logo img {
  display:block;width:100%;height:auto;object-fit:cover;border-radius:24px;
}

/* Hero 右侧:无 logo 时显示 dashboard 仪表(深色卡) */
.lay-765bet89com .tpq-hero-stats {
  background:#161a2e;border:1px solid #252a44;
  border-radius:24px;padding:2rem;
  box-shadow:0 24px 60px -20px rgba(0,0,0,.5);
}
.lay-765bet89com .tpq-hero-stats::before {
  background:linear-gradient(90deg,#5feac4,#3ee2b0,#1bb88c);
}
.lay-765bet89com .tpq-hero-stats h4 {color:#3ee2b0}
.lay-765bet89com .tpq-stat-row .label {color:#8a93b0}
.lay-765bet89com .tpq-stat-row .val {color:#3ee2b0}

/* ---------- 数据卡片网格(替代 games-block,在 hero 后) ---------- */
.lay-765bet89com .stats-grid {
  display:grid;gap:1.2rem;grid-template-columns:1fr;
  margin:0 auto 2rem;padding:0 clamp(1rem,3vw,2rem);
}
@media(min-width:600px){.lay-765bet89com .stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.lay-765bet89com .stats-grid{grid-template-columns:repeat(4,1fr)}}
.lay-765bet89com .stat-card {
  background:#161a2e;border:1px solid #252a44;border-radius:16px;
  padding:1.6rem 1.4rem;text-align:center;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.lay-765bet89com .stat-card:hover {
  border-color:#3ee2b066;transform:translateY(-3px);
  box-shadow:0 12px 30px -12px #3ee2b040;
}
.lay-765bet89com .stat-num {
  font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#3ee2b0;
  letter-spacing:-0.02em;line-height:1.1;margin-bottom:.4rem;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.lay-765bet89com .stat-label {
  font-size:.72rem;font-weight:700;color:#e8edf5;
  text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem;
}
.lay-765bet89com .stat-sub {
  font-size:.72rem;color:#8a93b0;
}

/* ---------- 紫色 banner CTA 条 ---------- */
.lay-765bet89com .winners-banner {
  background:linear-gradient(135deg,#6b5ce0,#8a7be8);
  border-radius:14px;padding:1.1rem 1.6rem;text-align:center;
  font-weight:600;color:#fff;font-size:.95rem;
  margin:.5rem clamp(1rem,3vw,2rem) 2.5rem;
  box-shadow:0 8px 24px -8px rgba(124,108,232,.5);
}

/* ---------- SECTION 通用:深色 + 居中标题 ---------- */
.lay-765bet89com .tpq-section {
  border-bottom:0;padding:3.5rem 0;background:transparent;
}
.lay-765bet89com .tpq-section:nth-of-type(odd),
.lay-765bet89com .tpq-section:nth-of-type(even) {
  background:transparent;
}
.lay-765bet89com .tpq-sec-grid {display:block;max-width:1180px;margin:0 auto}
.lay-765bet89com .tpq-sec-head {
  position:static;text-align:center;max-width:740px;margin:0 auto 2.2rem;
}
.lay-765bet89com .tpq-sec-num {display:none}
.lay-765bet89com .tpq-sec-eyebrow {display:none}
.lay-765bet89com .tpq-sec-head h2 {
  font-size:clamp(1.4rem,2.6vw,1.9rem);color:#fff;font-weight:800;
  letter-spacing:-0.01em;
}
.lay-765bet89com .tpq-sec-head h2::before {
  content:"🏆 ";color:#f5a623;
}
.lay-765bet89com .tpq-sec-head p {
  font-size:.85rem;color:#8a93b0;max-width:60ch;margin:.8rem auto 0;
  line-height:1.6;
}

/* ---------- 4 列特色卡(顶部图 + 标题 + 列表点) ---------- */
.lay-765bet89com .tpq-list {
  display:grid;gap:1.2rem;grid-template-columns:1fr;
  max-width:1180px;margin:0 auto;
}
@media(min-width:600px){.lay-765bet89com .tpq-list{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.lay-765bet89com .tpq-list{grid-template-columns:repeat(2,1fr)}}

/* 隐藏 "Escolha seu estilo" / "Por que somos líderes" 等中间 sec-head
   (但保留 SEO 块和 FAQ 自己的标题) */
.lay-765bet89com .tpq-section .tpq-sec-head {display:none}
.lay-765bet89com .tpq-section .tpq-sec-grid {margin-top:0}
.lay-765bet89com .tpq-row {
  display:flex;flex-direction:column;text-align:left;
  padding:0;gap:0;align-items:stretch;
  background:#161a2e;border:1px solid #252a44;border-radius:14px;
  grid-template-columns:none;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  text-decoration:none;position:relative;
}
.lay-765bet89com .tpq-row:hover {
  transform:translateY(-3px);padding-left:0;
  border-color:#3ee2b066;
  box-shadow:0 16px 36px -16px #3ee2b040;
}
/* 顶部装饰图(用 tpq-ico 渲染为大色块) */
.lay-765bet89com .tpq-row .tpq-ico {
  width:100%;height:160px;border-radius:0;
  background:linear-gradient(135deg,#1c2140,#1a1f3a);
  border:0;border-bottom:1px solid #252a44;
  font-size:3rem;color:#3ee2b0;opacity:.85;
  display:grid;place-items:center;margin-bottom:0;
  position:relative;overflow:hidden;
}
.lay-765bet89com .tpq-row .tpq-ico::after {
  content:"765BET";position:absolute;left:50%;bottom:14px;
  transform:translateX(-50%);
  color:#fff;font-weight:800;font-size:1.4rem;letter-spacing:.02em;
  font-family:'Plus Jakarta Sans',sans-serif;
  text-shadow:0 2px 8px rgba(0,0,0,.5);opacity:.9;
}
.lay-765bet89com .tpq-row > div:not(.tpq-ico) {padding:1.4rem 1.4rem 1.6rem}
.lay-765bet89com .tpq-row h3 {
  font-size:1rem;font-weight:800;color:#3ee2b0;margin:0 0 .8rem;
  letter-spacing:-0.01em;
}
.lay-765bet89com .tpq-row h3::before {
  content:"";display:inline-block;width:8px;height:8px;border-radius:2px;
  background:#3ee2b0;margin-right:.5rem;vertical-align:middle;
}
.lay-765bet89com .tpq-row p {
  font-size:.85rem;color:#e8edf5;opacity:.9;line-height:1.55;
  flex:1;margin:0 0 .9rem;
}
.lay-765bet89com .tpq-row::after {
  display:none;
}
/* 把段落第一句加粗化为标题感(已通过 h3),所以正常的 p 内容显示为列表风 */

/* ---------- SEO 块(Por Que ...) ---------- */
.lay-765bet89com .seo-block-editorial {
  background:transparent;padding:3rem 0 1rem;border-bottom:0;
}
.lay-765bet89com .tpq-seo-head {text-align:center;max-width:820px;margin:0 auto 1.2rem}
.lay-765bet89com .tpq-seo-head h2 {
  color:#fff;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;
  letter-spacing:-0.01em;
}
.lay-765bet89com .tpq-seo-head h2::before {content:"🏆 ";color:#f5a623}
.lay-765bet89com .tpq-seo-head .eyebrow,
.lay-765bet89com .tpq-seo-head .tpq-sec-eyebrow {display:none}
.lay-765bet89com .tpq-seo-lead {
  font-size:.85rem;color:#8a93b0;line-height:1.6;
  max-width:60ch;margin:.7rem auto 0;
}
.lay-765bet89com .tpq-seo-lead a.kw {color:#3ee2b0;font-weight:700;border-bottom:0}
.lay-765bet89com .tpq-seo-list {
  display:grid;gap:1.2rem;grid-template-columns:1fr;max-width:1180px;
  margin:2rem auto 0;
}
@media(min-width:720px){.lay-765bet89com .tpq-seo-list{grid-template-columns:repeat(2,1fr)}}
.lay-765bet89com .tpq-seo-row {
  display:flex;flex-direction:column;background:#161a2e;
  border:1px solid #252a44;border-radius:14px;padding:0;overflow:hidden;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.lay-765bet89com .tpq-seo-row:hover {
  transform:translateY(-3px);border-color:#3ee2b066;
  box-shadow:0 14px 32px -14px #3ee2b040;
}
.lay-765bet89com .tpq-seo-num {display:none}
.lay-765bet89com .tpq-seo-body {padding:1.4rem 1.4rem 1.6rem;width:100%}
.lay-765bet89com .tpq-seo-body h3 {
  color:#3ee2b0;font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;
  text-transform:none;font-size:1rem;letter-spacing:-0.01em;margin-bottom:.7rem;
}
.lay-765bet89com .tpq-seo-body h3::before {
  content:"";display:inline-block;width:8px;height:8px;border-radius:2px;
  background:#3ee2b0;margin-right:.5rem;vertical-align:middle;
}
.lay-765bet89com .tpq-seo-body p {
  color:#e8edf5;opacity:.9;font-size:.85rem;line-height:1.55;margin-bottom:0;
}
.lay-765bet89com .tpq-seo-body p a.kw {color:#3ee2b0;font-weight:700;border-bottom:0}
/* 不显示按钮(深色风格只显示文案) */
.lay-765bet89com .tpq-seo-body::after {display:none}

/* ---------- pull quote(紫色 banner 风) ---------- */
.lay-765bet89com .tpq-pull {
  background:linear-gradient(135deg,#6b5ce0,#8a7be8);
  border:0;border-radius:14px;padding:1.4rem 1.8rem;color:#fff;
  font-weight:600;text-align:center;font-size:1rem;line-height:1.5;
  max-width:1180px;margin:0 auto;
  box-shadow:0 8px 24px -8px rgba(124,108,232,.4);
}
.lay-765bet89com .tpq-pull::before {display:none}

/* ---------- FAQ:深色卡片 ---------- */
.lay-765bet89com .tpq-faq-wrap {
  display:grid;gap:1.2rem;grid-template-columns:1fr;max-width:1180px;margin:0 auto;
}
@media(min-width:780px){.lay-765bet89com .tpq-faq-wrap{grid-template-columns:240px 1fr}}
.lay-765bet89com .tpq-faq-toc {
  background:#161a2e;border:1px solid #252a44;border-radius:14px;
  padding:1.4rem;position:sticky;top:1rem;height:fit-content;
}
.lay-765bet89com .tpq-faq-toc h4 {
  font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;
  color:#3ee2b0;font-weight:800;margin-bottom:.8rem;
}
.lay-765bet89com .tpq-faq-toc a {
  display:block;font-size:.82rem;padding:.5rem 0;color:#8a93b0;
  border-bottom:1px solid #252a44;text-decoration:none;
}
.lay-765bet89com .tpq-faq-toc a:hover {color:#3ee2b0}
.lay-765bet89com .tpq-faq-toc a:last-child {border-bottom:0}
.lay-765bet89com .tpq-faq-list {display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:780px){.lay-765bet89com .tpq-faq-list{grid-template-columns:repeat(2,1fr)}}
.lay-765bet89com .tpq-faq-q {
  background:#161a2e;border:1px solid #252a44;border-radius:12px;
  padding:1.2rem 1.3rem;margin-bottom:0;
  display:flex;gap:.6rem;flex-direction:column;align-items:stretch;
  grid-template-columns:none;
}
.lay-765bet89com .tpq-faq-q .qnum {
  background:transparent;color:#3ee2b0;
  width:auto;height:auto;border-radius:0;padding:0;
  font-size:.7rem;font-weight:800;letter-spacing:.1em;
  display:inline-block;text-transform:uppercase;
}
.lay-765bet89com .tpq-faq-q h3 {
  color:#3ee2b0;font-size:.95rem;font-weight:800;
  margin-bottom:.5rem;padding-right:0;line-height:1.35;
}
.lay-765bet89com .tpq-faq-q p {
  color:#e8edf5;opacity:.85;font-size:.82rem;line-height:1.55;
}

/* ---------- FINAL CTA: 深色 + 薄荷绿大按钮 ---------- */
.lay-765bet89com .final-cta {
  background:linear-gradient(180deg,transparent,#161a2e66);
  border-top:1px solid #252a44;border-bottom:0;text-align:center;
  padding:4rem 0;
}
.lay-765bet89com .tpq-cta-grid {
  grid-template-columns:1fr;text-align:center;justify-items:center;gap:1.4rem;
  max-width:780px;margin:0 auto;
}
.lay-765bet89com .tpq-cta-grid h2 {
  color:#fff;margin-inline:auto;
  font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:800;
}
.lay-765bet89com .tpq-cta-grid p {
  color:#8a93b0;margin-inline:auto;opacity:1;font-size:.92rem;
  max-width:54ch;line-height:1.6;
}
.lay-765bet89com .tpq-cta-grid .eyebrow {
  background:#3ee2b01a;color:#3ee2b0;
  border:1px solid #3ee2b033;
  font-size:.72rem;font-weight:700;letter-spacing:.08em;
  padding:.45rem 1rem;border-radius:8px;text-transform:uppercase;
}

/* ---------- BANNER 大图 ---------- */
.lay-765bet89com .section-banner {
  filter:none;border-radius:18px;border:1px solid #252a44;
  margin-left:auto;margin-right:auto;width:100%;max-width:760px;
  height:420px;display:block;
  box-shadow:0 24px 60px -20px rgba(0,0,0,.6);
}

/* ---------- FOOTER 深色(沿用原色) ---------- */
.lay-765bet89com footer {
  background:#05070f;border-top:1px solid #252a44;
}
.lay-765bet89com footer .tpq-foot-grid h4 {color:#3ee2b0}
.lay-765bet89com .tpq-foot-bottom {color:#8a93b0}
.lay-765bet89com .tpq-foot-badges span {background:#161a2e;border-color:#252a44}
.lay-765bet89com .tpq-age {background:#161a2e;border-color:#252a44}

/* games 表深色化 */
.lay-765bet89com .games-table {
  background:#161a2e;border:1px solid #252a44;border-radius:14px;
}
.lay-765bet89com .games-table th {color:#3ee2b0}

/* ---------- 独立 FOOTER (tpq-foot-*) ---------- */
.lay-765bet89com .tpq-footer {
  background:#0d1224;border-top:1px solid #252a44;
  padding:3rem 0 1.5rem;color:#8a93b0;
}
.lay-765bet89com .tpq-foot-inner {
  max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);
}
.lay-765bet89com .tpq-foot-cols {
  display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem;
}
@media(min-width:780px){
  .lay-765bet89com .tpq-foot-cols{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.4rem}
}
.lay-765bet89com .tpq-foot-brand-row {
  display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;
}
.lay-765bet89com .tpq-foot-brand-mark {
  width:38px;height:38px;border-radius:10px;
  background:linear-gradient(135deg,#5feac4,#3ee2b0);
  display:grid;place-items:center;color:#0a0a0a;font-weight:800;
  overflow:hidden;font-size:.7rem;
}
.lay-765bet89com .tpq-foot-brand-mark img {
  width:100%;height:100%;object-fit:cover;border-radius:8px;
}
.lay-765bet89com .tpq-foot-brand-name {
  color:#e8edf5;font-weight:800;font-size:1.1rem;
}
.lay-765bet89com .tpq-foot-brand p {
  color:#8a93b0;font-size:.83rem;line-height:1.65;max-width:36ch;
}
.lay-765bet89com .tpq-foot-col h4 {
  color:#3ee2b0;font-size:.72rem;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;
}
.lay-765bet89com .tpq-foot-col ul {
  list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem;
}
.lay-765bet89com .tpq-foot-col ul li a {
  color:#8a93b0;font-size:.85rem;text-decoration:none;transition:color .15s;
}
.lay-765bet89com .tpq-foot-col ul li a:hover {color:#3ee2b0}
.lay-765bet89com .tpq-foot-bottom {
  border-top:1px solid #252a44;padding-top:1.4rem;
  display:flex;flex-wrap:wrap;gap:1rem;
  justify-content:space-between;align-items:center;
  color:#8a93b0;font-size:.78rem;
}
.lay-765bet89com .tpq-foot-badges {display:flex;flex-wrap:wrap;gap:.5rem}
.lay-765bet89com .tpq-foot-badge {
  background:#161a2e;border:1px solid #252a44;color:#8a93b0;
  padding:.35rem .7rem;border-radius:999px;font-size:.72rem;font-weight:600;
}
.lay-765bet89com .tpq-foot-age {
  background:#161a2e;border:1px solid #252a44;
  padding:.85rem 1rem;border-radius:10px;color:#8a93b0;font-size:.78rem;
  margin-top:1rem;line-height:1.5;text-align:center;
}
.lay-765bet89com .tpq-foot-age strong {color:#3ee2b0}
