*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --bg:#0c0c0c;
  --bg2:#141414;
  --bg3:#1a1a1a;
  --bg4:#202020;
  --border:#272727;
  --border2:#333;
  --text:#ededed;
  --muted:#a8a8a8;
  --muted2:#868686;
  --orange:#ff6b2b;
  --orange2:#e85a1e;
  --orange-pale:#1a0d06;
  --orange-border:#3d1a0a;
  --red:#e03535;
  --red-pale:#1a0808;
  --green:#22c55e;
  --green-pale:#071a0f;
  --green-border:#143d1f;
  --white:#fff;
  --font:'Open Sans',sans-serif;
}
body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.75;overflow-x:hidden}

/* TOPBAR */
.topbar{background:var(--orange);color:#fff;text-align:center;padding:11px 20px;font-size:13.5px;font-weight:700}

/* NAV */
nav{background:#000;border-bottom:1px solid var(--border);height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;position:sticky;top:0;z-index:300}
.logo{font-size:17px;font-weight:800;color:var(--white)}
.logo em{color:var(--orange);font-style:normal}
.btn-nav{background:var(--orange);color:#fff;padding:9px 22px;border-radius:5px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s}
.btn-nav:hover{background:var(--orange2)}

/* HERO */
.hero{background:#000;border-bottom:1px solid var(--border);padding:72px 40px 68px;text-align:center}
.hero-inner{max-width:820px;margin:0 auto}
.hero-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);border:1px solid var(--orange-border);background:var(--orange-pale);padding:5px 16px;border-radius:3px;margin-bottom:22px}
h1{font-size:clamp(28px,4.8vw,52px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-.025em;margin-bottom:20px}
h1 .hl{color:var(--orange)}
.hero-deck{font-size:clamp(15px,2vw,18px);color:#999;line-height:1.7;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto}
.hero-deck strong{color:var(--text)}
.hero-btn{display:inline-flex;align-items:center;gap:9px;background:var(--orange);color:#fff;padding:17px 38px;border-radius:6px;font-size:17px;font-weight:800;text-decoration:none;transition:all .15s;border:none;cursor:pointer;font-family:var(--font)}
.hero-btn:hover{background:var(--orange2);transform:translateY(-1px)}
.hero-btn-note{font-size:12.5px;color:var(--muted2);margin-top:12px}
.hero-badges{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:20px;flex-wrap:wrap}
.hero-badge{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}
.hero-badge .ck{color:var(--green)}

/* STATS */
.stats-strip{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:36px 40px}
.stats-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.stat-box{text-align:center;padding:6px 16px;border-right:1px solid var(--border)}
.stat-box:last-child{border-right:none}
.stat-n{font-size:36px;font-weight:800;color:var(--orange);line-height:1;margin-bottom:5px;letter-spacing:-.02em}
.stat-l{font-size:12.5px;color:var(--muted);line-height:1.45}

/* LAYOUT */
.wrap{max-width:860px;margin:0 auto;padding:0 40px}
.section{padding:72px 0}
.section-dark{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.divider{height:1px;background:var(--border)}

h2{font-size:clamp(24px,3.8vw,38px);font-weight:800;color:var(--white);line-height:1.12;letter-spacing:-.022em;margin-bottom:16px}
h2 .hl{color:var(--orange)}
h3{font-size:18px;font-weight:700;color:var(--white);margin-bottom:8px;line-height:1.3}
p{color:var(--muted);margin-bottom:14px;line-height:1.75;font-size:15.5px}
p strong{color:var(--text);font-weight:600}
p em{color:var(--orange);font-style:normal;font-weight:600}
p:last-child{margin-bottom:0}

/* PROOF SCREENSHOTS */
.proof-section{padding:72px 0;background:var(--bg)}
.proof-intro{text-align:center;margin-bottom:48px}
.proof-intro h2{margin-bottom:14px}
.proof-intro p{max-width:620px;margin:0 auto;font-size:16px}
.screenshots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:0}
.screenshot-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s,transform .2s}
.screenshot-card:hover{border-color:var(--orange-border);transform:translateY(-3px)}
.screenshot-img-wrap{position:relative;background:var(--bg3);border-bottom:1px solid var(--border);overflow:hidden;min-height:220px;display:flex;align-items:center;justify-content:center}
.screenshot-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.screenshot-card:hover .screenshot-img-wrap img{transform:scale(1.02)}
/* Placeholder shown when no image src */
.screenshot-img-wrap .placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px;text-align:center;width:100%}
.placeholder-icon{font-size:32px;opacity:.3}
.placeholder-text{font-size:12px;color:var(--muted2);line-height:1.5}
.placeholder-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);opacity:.6;margin-top:4px}
.screenshot-meta{padding:16px 18px}
.screenshot-views{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#60a5fa;background:#0d1f40;padding:3px 10px;border-radius:3px;margin-bottom:8px}
.screenshot-caption{font-size:13.5px;color:#aaa;line-height:1.5;margin:0}
/* Lightbox */
.lb-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}
.lb-overlay.active{display:flex}
.lb-img{max-width:90vw;max-height:88vh;border-radius:8px;box-shadow:0 0 80px rgba(0,0,0,.8)}
.lb-close{position:fixed;top:20px;right:24px;font-size:28px;color:#fff;cursor:pointer;opacity:.7;background:none;border:none;font-family:var(--font);line-height:1}
.lb-close:hover{opacity:1}

/* BEFORE/AFTER */
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
.ba-box{background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:26px 24px}
.ba-box.after{border-color:var(--green-border);background:var(--green-pale)}
.ba-box.before{border-color:#3d1010;background:var(--red-pale)}
.ba-head{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}
.ba-box.before .ba-head{color:var(--red)}
.ba-box.after .ba-head{color:var(--green);border-color:var(--green-border)}
.ba-items{display:flex;flex-direction:column;gap:12px}
.ba-item{display:flex;gap:11px;align-items:flex-start;font-size:14px;line-height:1.55;color:#aaa}
.ba-item .ic{flex-shrink:0;margin-top:1px;font-size:13px;font-weight:700}
.ba-box.before .ic{color:var(--red)}
.ba-box.after .ic{color:var(--green)}

/* WHY EXISTS */
.why-box{background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:0 8px 8px 0;padding:30px 32px;margin-top:32px}
.why-box p{font-size:15.5px;color:#bbb;margin-bottom:14px}
.why-box strong{color:var(--white)}
.why-box em{color:var(--orange);font-style:normal;font-weight:600}

/* DATA TABLE */
.table-card{background:var(--bg2);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:28px}
.table-head-bar{background:var(--bg4);padding:13px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}
.thb-left{font-size:13px;font-weight:700;color:var(--white);display:flex;align-items:center;gap:8px}
.kw-pill{background:var(--orange);color:#fff;font-size:10.5px;font-weight:700;padding:2px 10px;border-radius:3px}
.thb-right{font-size:12px;color:var(--muted2)}
table{width:100%;border-collapse:collapse}
thead tr{background:var(--bg3);border-bottom:1px solid var(--border)}
th{padding:10px 16px;text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted2)}
tbody tr{border-bottom:1px solid var(--border);transition:background .1s}
tbody tr:last-child{border-bottom:none}
tbody tr:hover{background:var(--bg3)}
td{padding:13px 16px;font-size:13px;color:#ccc;vertical-align:middle}
.tdq{font-weight:500;max-width:310px;line-height:1.4;color:#d0d0d0}
.bv{background:#0d1f40;color:#60a5fa;font-size:11px;font-weight:700;padding:2px 9px;border-radius:3px;white-space:nowrap;display:inline-block}
.bu{background:#1c0f3d;color:#a78bfa;font-size:11px;font-weight:700;padding:2px 9px;border-radius:3px;white-space:nowrap;display:inline-block}
.ba3{background:#0a2616;color:#4ade80;font-size:11px;font-weight:700;padding:2px 9px;border-radius:3px;white-space:nowrap;display:inline-block}

/* STEPS */
.steps{display:flex;flex-direction:column;gap:0;margin-top:36px}
.step{display:flex;gap:26px;padding:28px 0;border-bottom:1px solid var(--border);align-items:flex-start}
.step:last-child{border-bottom:none;padding-bottom:0}
.step-num{font-size:44px;font-weight:800;color:var(--orange);line-height:1;flex-shrink:0;width:54px;opacity:.75}
.step h3{margin-bottom:9px}
.step p{font-size:14.5px;margin-bottom:12px}
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.chip{font-size:11px;padding:3px 10px;border-radius:3px;border:1px solid var(--border2);color:var(--muted);background:var(--bg3);font-weight:500}

/* MODE BOXES */
.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}
.mode-box{background:var(--bg3);border:1px solid var(--border);border-radius:7px;padding:18px 18px}
.mode-box-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.mode-box h4{font-size:14.5px;font-weight:700;color:var(--white);margin-bottom:8px}
.mode-box p{font-size:13.5px;color:#999;margin-bottom:0;line-height:1.6}

/* YOUTUBE */
.yt-wrap{background:var(--bg3);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:28px}
.yt-top{background:var(--bg4);padding:13px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}
.yt-top-icon{color:var(--orange);font-size:14px;font-weight:700}
.yt-top-text{font-size:13px;font-weight:700;color:var(--white)}
.yt-steps{padding:6px 0}
.yt-step{display:flex;gap:16px;padding:16px 22px;border-bottom:1px solid var(--border);align-items:flex-start}
.yt-step:last-child{border-bottom:none}
.yt-n{width:26px;height:26px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;margin-top:2px}
.yt-step p{font-size:14px;margin-bottom:0;color:#aaa;line-height:1.55}
.yt-step p strong{color:var(--white)}

/* PROMPT FRAMEWORKS */
.framework-list{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.fw{background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:0 6px 6px 0;padding:14px 16px}
.fw-title{font-size:14px;font-weight:700;color:var(--white);margin-bottom:5px}
.fw-desc{font-size:13px;color:#999;line-height:1.55;margin:0}

/* FEATURES */
.feat-list{display:flex;flex-direction:column;gap:0;margin-top:28px}
.feat{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--border);align-items:flex-start}
.feat:last-child{border-bottom:none;padding-bottom:0}
.feat-icon{font-size:20px;flex-shrink:0;width:34px;text-align:center;margin-top:3px}
.feat h3{font-size:15.5px;margin-bottom:6px}
.feat p{font-size:13.5px;margin-bottom:0;color:var(--muted)}

/* WHO FOR */
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.who-card{background:var(--bg3);border:1px solid var(--border);border-radius:7px;padding:20px;display:flex;gap:14px;align-items:flex-start;transition:border-color .15s}
.who-card:hover{border-color:var(--orange-border)}
.who-icon{font-size:18px;flex-shrink:0;margin-top:2px}
.who-card h3{font-size:14px;margin-bottom:5px;font-weight:700}
.who-card p{font-size:13px;margin-bottom:0;color:var(--muted);line-height:1.55}

/* FAQ */
.faq-list{margin-top:28px;display:flex;flex-direction:column;gap:7px}
.faq-item{background:var(--bg2);border:1px solid var(--border);border-radius:7px;overflow:hidden;transition:border-color .15s}
.faq-item.open{border-color:var(--orange-border)}
.faq-q{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font-size:15px;font-weight:600;color:var(--white);user-select:none}
.faq-q:hover{color:var(--orange)}
.faq-arr{color:var(--muted);font-size:13px;transition:transform .22s;flex-shrink:0}
.faq-item.open .faq-arr{transform:rotate(180deg);color:var(--orange)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-item.open .faq-body{max-height:260px}
.faq-body-inner{padding:0 20px 18px;font-size:14.5px;color:var(--muted);line-height:1.72}

/* PRICING */
.price-wrap{display:flex;justify-content:center;margin-top:36px}
.price-card{width:100%;max-width:540px;border:1px solid var(--orange-border);border-radius:10px;overflow:hidden;background:var(--bg2)}
.price-top{background:#100800;border-bottom:1px solid var(--orange-border);padding:32px 36px;text-align:center}
.price-pill{display:inline-block;background:var(--orange);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:3px;margin-bottom:14px}
.price-top h3{font-size:22px;font-weight:800;color:var(--white);margin-bottom:4px}
.price-top p{font-size:13px;color:var(--muted);margin-bottom:0}
.price-row{display:flex;align-items:flex-start;justify-content:center;gap:3px;margin:20px 0 6px}
.price-dollar{font-size:28px;font-weight:700;color:var(--muted);margin-top:10px;line-height:1}
.price-num{font-size:78px;font-weight:800;color:var(--white);line-height:1;letter-spacing:-.03em}
.price-was{font-size:13.5px;color:var(--muted2);text-decoration:line-through;margin-bottom:4px}
.price-note{font-size:12.5px;color:var(--muted2)}
.price-body{padding:28px 36px}
.price-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.price-list li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;color:#bbb;line-height:1.5}
.price-ck{color:var(--green);font-weight:700;flex-shrink:0;font-size:14px;margin-top:2px}
.price-list li strong{color:var(--white)}
.btn-buy{display:block;width:100%;background:var(--orange);color:#fff;border:none;padding:17px;border-radius:7px;font-size:17px;font-weight:800;cursor:pointer;text-decoration:none;text-align:center;transition:all .15s;font-family:var(--font)}
.btn-buy:hover{background:var(--orange2)}
.guarantee-box{display:flex;gap:13px;align-items:flex-start;margin-top:16px;padding:15px 17px;background:var(--green-pale);border:1px solid var(--green-border);border-radius:7px}
.gi{font-size:20px;flex-shrink:0}
.guarantee-box p{font-size:13px;color:#86efac;margin-bottom:0;line-height:1.6}
.guarantee-box strong{color:#4ade80}
.warrior-line{margin-top:13px;text-align:center;font-size:12px;color:var(--muted2)}
.warrior-line strong{color:var(--muted)}
.urgency{background:var(--orange-pale);border:1px solid var(--orange-border);border-radius:7px;padding:20px 24px;margin-top:20px;text-align:center}
.urgency p{font-size:14px;color:#cc8866;margin-bottom:0;line-height:1.6}
.urgency strong{color:var(--orange)}
.ps-wrap{max-width:560px;margin:24px auto 0;display:flex;flex-direction:column;gap:10px}
.ps-item{background:var(--bg3);border:1px solid var(--border);border-radius:7px;padding:16px 20px}
.ps-item p{font-size:14px;color:#999;margin-bottom:0;line-height:1.65}
.ps-item p strong{color:var(--text)}
.ps-item p em{color:var(--orange)}

/* VIDEO EMBED */
.video-wrap{margin-top:28px}
.video-frame{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:var(--bg3)}
.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.video-caption{display:flex;align-items:center;gap:8px;justify-content:center;font-size:12.5px;color:var(--muted2);margin-top:10px}
.hero-watch{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);text-decoration:none;margin-top:14px}
.hero-watch:hover{color:var(--orange)}

/* 3-COLUMN STATS (AI search section) */
.stats-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:24px 10px}

/* QUOTE CARDS (community sentiment, static — no live embeds) */
.quote-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.quote-card{background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--orange);border-radius:0 8px 8px 0;padding:18px 20px;display:flex;flex-direction:column;gap:10px}
.quote-mark{font-size:24px;color:var(--orange);line-height:1;opacity:.55;font-weight:800}
.quote-text{font-size:13.5px;color:#ccc;line-height:1.6;margin:0}
.quote-source{font-size:11.5px;color:var(--muted2);text-decoration:none;display:inline-flex;align-items:center;gap:5px;margin-top:auto}
.quote-source:hover{color:var(--orange)}

/* FOOTER */
footer{background:#000;border-top:1px solid var(--border);padding:36px 40px;text-align:center}
.f-logo{font-size:15px;font-weight:800;color:#555;margin-bottom:12px}
.f-logo em{color:#ff6b2b;font-style:normal}
footer p{font-size:12px;color:#999;margin-bottom:6px}
footer a{color:#999;text-decoration:none}
footer a:hover{color:var(--muted)}

/* RESPONSIVE */
@media(max-width:760px){
  nav{padding:0 21px}
  .hero{padding:52px 20px 48px}
  .wrap{padding:0 20px}
  .stats-strip{padding:28px 20px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat-box{border-right:none;border-bottom:1px solid var(--border);padding:14px 10px}
  .stat-box:nth-child(odd){border-right:1px solid var(--border)}
  .stat-box:last-child,.stat-box:nth-last-child(2){border-bottom:none}
  .section{padding:52px 0}
  .proof-section{padding:52px 0}
  .ba-grid,.mode-grid,.screenshots-grid{grid-template-columns:1fr}
  .who-grid{grid-template-columns:1fr}
  .price-top,.price-body{padding:22px 20px}
  .price-num{font-size:60px}
  footer{padding:24px 20px}
  table{font-size:11.5px}
  th,td{padding:9px 11px}
  .tdq{max-width:160px}
  .step{flex-direction:column;gap:10px}
  .step-num{font-size:32px;width:auto}
  .stats-grid-3{grid-template-columns:1fr;gap:14px;padding:20px 16px}
  .stat-box{border-right:none !important;border-bottom:1px solid var(--border);padding-bottom:14px}
  .stats-grid-3 .stat-box:last-child{border-bottom:none;padding-bottom:6px}
  .quote-row{grid-template-columns:1fr}
}