:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --muted:#5c6675;
  --text:#0b1220;
  --border:#e7e9ee;
  --shadow: 0 16px 50px rgba(10,18,32,0.10);
  --shadow2: 0 10px 25px rgba(10,18,32,0.08);
  --brand:#ff6a00;
  --brand2:#1f2937;
  --soft:#fff4ec;
  --radius:18px;
  --radius2:24px;
  --max:1120px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji"; color:var(--text); background:linear-gradient(180deg,#fff 0%, #fbfbfd 35%, #fff 100%);}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:22px 16px 70px;}
.topbar{position:sticky; top:0; z-index:20; background:rgba(255,255,255,0.80); backdrop-filter: blur(10px); border-bottom:1px solid rgba(231,233,238,0.8);}
.nav{max-width:var(--max); margin:0 auto; padding:14px 16px; display:flex; align-items:center; justify-content:space-between; gap:14px;}
.brand{display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.2px;}
.logo{width:36px;height:36px;border-radius:12px; background: radial-gradient(circle at 30% 30%, rgba(255,106,0,.95), rgba(255,106,0,.35) 55%, rgba(17,24,39,.08) 75%), radial-gradient(circle at 75% 75%, rgba(17,24,39,.80), rgba(17,24,39,.15) 55%, rgba(255,106,0,.10) 80%); box-shadow: 0 10px 22px rgba(255,106,0,0.18);}
.links{display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-end}
.links a{font-weight:700; font-size:14px; text-decoration:none; padding:10px 12px; border-radius:14px; color:var(--muted);}
.links a:hover{background:rgba(231,233,238,0.55); color:var(--text);}
.links .cta{color:#fff; background:linear-gradient(90deg, var(--brand), #ff8a2b); box-shadow: 0 14px 30px rgba(255,106,0,0.22);}
.links .cta:hover{filter:brightness(1.02);}

.hero{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; align-items:stretch; padding-top:18px;}
@media (max-width: 900px){ .hero{grid-template-columns:1fr} }
.card{background:var(--surface); border:1px solid var(--border); border-radius:var(--radius2); box-shadow:var(--shadow);}
.hero-left{padding:26px;}
.kicker{display:inline-flex; align-items:center; gap:10px; font-weight:800; font-size:13px; color:var(--muted); padding:8px 12px; background:var(--soft); border:1px solid rgba(255,106,0,0.25); border-radius:999px;}
.kdot{width:9px;height:9px;border-radius:999px;background:var(--brand); box-shadow:0 0 0 5px rgba(255,106,0,.15);}
h1{margin:14px 0 10px; font-size:40px; line-height:1.05;}
@media (max-width: 520px){ h1{font-size:32px} }
.sub{margin:0 0 16px; color:var(--muted); line-height:1.6; font-size:16px;}
.ctarow{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px;}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:900; font-size:15px; padding:12px 16px; border-radius:16px; border:1px solid var(--border); text-decoration:none; cursor:pointer;}
.btn-primary{color:#fff; border-color: rgba(255,106,0,0.35); background:linear-gradient(90deg, var(--brand), #ff8a2b); box-shadow: 0 16px 35px rgba(255,106,0,0.22);}
.btn-primary:hover{filter:brightness(1.02)}
.btn-ghost{color:var(--text); background:rgba(231,233,238,0.45);}
.btn-ghost:hover{background:rgba(231,233,238,0.70)}
.note{margin-top:14px; border-radius:16px; border:1px dashed rgba(255,106,0,0.35); background:rgba(255,106,0,0.06); padding:12px 14px; color:var(--muted); line-height:1.55; font-size:13px;}
.hero-right{padding:0; overflow:hidden; position:relative;}
.hero-img{width:100%; height:100%; min-height: 420px; object-fit: cover; display:block;}
.hero-badges{position:absolute; left:16px; bottom:16px; right:16px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px;}
@media (max-width: 520px){ .hero-badges{grid-template-columns:1fr} }
.badge{background:rgba(255,255,255,0.92); border:1px solid rgba(231,233,238,0.9); border-radius:16px; padding:10px 10px; box-shadow: var(--shadow2);}
.badge b{display:block; font-size:14px;}
.badge span{display:block; font-size:12px; color:var(--muted); margin-top:3px; line-height:1.3;}

.section{margin-top:18px; padding:22px;}
.section h2{margin:0 0 10px; font-size:22px;}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
@media (max-width: 900px){ .grid3{grid-template-columns:1fr} }
.feature{border:1px solid var(--border); border-radius:20px; padding:16px; background:linear-gradient(180deg,#fff, #fafbff);}
.feature b{display:block; margin-bottom:6px;}
.feature p{margin:0; color:var(--muted); line-height:1.55}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:14px;}
@media (max-width: 900px){ .split{grid-template-columns:1fr} }

.media{border:1px solid var(--border); border-radius:22px; overflow:hidden; background:#fff;}
.media img{width:100%; display:block; object-fit:cover; max-height:420px;}
.media .cap{padding:12px 14px; color:var(--muted); font-size:13px; line-height:1.45}

.table{width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid var(--border); border-radius:18px;}
.table td{padding:12px 12px; border-bottom:1px solid var(--border); font-size:14px;}
.table tr:last-child td{border-bottom:none}
.table td:first-child{color:var(--muted); width:38%}

.review{border:1px solid var(--border); border-radius:20px; padding:16px; background:#fff;}
.stars{letter-spacing:1px; color:#f59e0b; font-weight:900;}
.review p{margin:10px 0 0; color:var(--muted); line-height:1.6}
.review small{display:block; margin-top:10px; color:#6b7280}

.faq details{border:1px solid var(--border); border-radius:18px; padding:12px 14px; background:#fff;}
.faq summary{cursor:pointer; font-weight:900;}
.faq p{margin:8px 0 0; color:var(--muted); line-height:1.6}

.footer{margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center; color:var(--muted); font-size:13px;}
.footer a{color:var(--muted); text-decoration:none}
.footer a:hover{color:var(--text)}
.pill{display:inline-flex; align-items:center; gap:8px; padding:8px 10px; border-radius:999px; background:rgba(231,233,238,0.45); border:1px solid var(--border); color:var(--muted); font-weight:800; font-size:12px;}

.modal{position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(11,18,32,0.55); z-index:50; padding:16px;}
.modal.open{display:flex}
.modal-card{width:min(980px, 100%); background:#fff; border-radius:22px; border:1px solid rgba(231,233,238,0.9); box-shadow: 0 30px 80px rgba(10,18,32,0.25); overflow:hidden;}
.modal-head{display:flex; justify-content:space-between; align-items:center; padding:12px 14px; border-bottom:1px solid var(--border);}
.modal-head b{font-size:14px}
.close{border:1px solid var(--border); background:#fff; border-radius:12px; padding:8px 10px; font-weight:900; cursor:pointer;}
.player{background:#0b1220; display:flex; align-items:center; justify-content:center;}
.player img{width:100%; height:auto; max-height:540px; object-fit:contain}

/* --- v3 tweaks --- */
.logo-img{width:36px;height:36px;border-radius:12px;display:block;box-shadow:0 10px 22px rgba(255,106,0,0.18);}
.hamburger{
  display:none;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(231,233,238,0.45);
  align-items:center; justify-content:center;
  cursor:pointer;
}
.hamburger span{
  display:block; width:18px; height:2px; background:var(--text);
  border-radius:999px; position:relative;
}
.hamburger span:before,.hamburger span:after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:var(--text);
  border-radius:999px;
}
.hamburger span:before{top:-6px}
.hamburger span:after{top:6px}

@media (max-width: 860px){
  .links{display:none; width:100%; padding-top:8px}
  .nav{flex-wrap:wrap}
  .hamburger{display:inline-flex}
  .links.open{display:flex; flex-direction:column; align-items:stretch}
  .links a{justify-content:center}
}

/* soften backgrounds slightly */
.feature{background:linear-gradient(180deg,#fff, #fff7f1);}
.card{box-shadow: 0 18px 55px rgba(10,18,32,0.10);}

/* remove dashed transparency box styling (we'll use inline disclosure instead) */
.note{display:none !important;}
