/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; max-width: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; max-width: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  background: #000; color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* grain overlay */
body::after {
  content: '';
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9999; opacity: 0.45;
}

a { text-decoration: none; color: inherit; }

/* ── GRADIENT TEXT ── */
.g-text {
  background: var(--copper-grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.12em;
}
.plat-grid strong.g-text { font-size: 1.22em; font-weight: 800; letter-spacing: -.01em; }

/* ── LAYOUT ── */
.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.eyebrow { font-size: .8rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 14px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center;
  padding: 13px 28px; border-radius: 100px;
  background: var(--copper-grad);
  color: #000; font-size: .92rem; font-weight: 700;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 20px var(--copper-glow);
  border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 32px var(--copper-glow-h); }
.btn-primary.lg { padding: 15px 34px; font-size: 1rem; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: 13px 26px; border-radius: 100px;
  background: transparent; color: rgba(255,255,255,.75);
  font-size: .92rem; font-weight: 500;
  border: 1.5px solid rgba(255,255,255,.15);
  transition: border-color .2s, color .2s, transform .2s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.35); color: #fff; transform: translateY(-1px); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 72px; display: flex; align-items: center;
  padding: 0 40px;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .3s;
}
nav.scrolled { background: rgba(0,0,0,.92); }
.nav-inner { max-width: 1140px; width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-size: 1.45rem; font-weight: 900; letter-spacing: -.035em; display: flex; align-items: center; gap: 11px; color: #fff; }
.nav-logo-mark { height: 54px; width: 54px; object-fit: contain; object-position: top center; flex-shrink: 0; }
.nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
.nav-logo-text > span:first-child { background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.nav-logo-tag { font-size: .75rem; font-weight: 600; font-style: italic; color: rgba(255,255,255,.45); -webkit-text-fill-color: rgba(255,255,255,.45); background: none; letter-spacing: 0; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link { font-size: .84rem; font-weight: 500; color: rgba(255,255,255,.5); padding: 7px 13px; border-radius: 8px; transition: color .15s, background .15s; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-link.active { color: #D4A056; }
.nav-cta { padding: 9px 22px; border-radius: 100px; background: var(--copper-grad); color: #000; font-size: .84rem; font-weight: 700; box-shadow: 0 0 16px var(--copper-glow); transition: transform .2s, box-shadow .2s; margin-left: 8px; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 0 24px var(--copper-glow-h); }
.nav-ham { display: none; background: none; border: none; color: #f5f5f7; cursor: pointer; padding: 6px; border-radius: 8px; }
.nav-ham:hover { background: rgba(255,255,255,.08); }

/* ── DRAWER ── */
.drawer { position: fixed; inset: 0; width: 100vw; max-width: 100vw; height: 100dvh; z-index: 2000; pointer-events: none; overflow: hidden; contain: strict; }
.drawer.open { pointer-events: all; }
.drawer-bg { position: absolute; inset: 0; background: rgba(0,0,0,.7); opacity: 0; transition: opacity .25s; backdrop-filter: blur(8px); }
.drawer.open .drawer-bg { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 280px; background: #0a0a0a; border-left: 1px solid rgba(255,255,255,.08); transform: translateX(100%); transition: transform .28s cubic-bezier(.25,.46,.45,.94); display: flex; flex-direction: column; }
.drawer:not(.open) .drawer-panel { display: none; }
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.drawer-close { background: none; border: none; color: rgba(255,255,255,.5); cursor: pointer; padding: 4px; border-radius: 6px; font-size: 1.2rem; }
.drawer-items { display: flex; flex-direction: column; padding: 12px 0; flex: 1; }
.drawer-item { padding: 14px 24px; color: rgba(255,255,255,.6); font-size: .92rem; border-bottom: 1px solid rgba(255,255,255,.04); transition: color .15s, background .15s; }
.drawer-item:hover { color: #fff; background: rgba(255,255,255,.04); }
.drawer-footer { padding: 20px; }
.drawer-cta { display: block; text-align: center; padding: 13px; border-radius: 100px; background: var(--copper-grad); color: #000; font-size: .9rem; font-weight: 700; }

/* ── HERO ── */
#hero { min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-start; padding-top: 120px; position: relative; overflow: hidden; }
#hero::before { content: ''; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 80%; height: 100%; background: radial-gradient(ellipse, rgba(184,115,51,.07) 0%, transparent 60%); pointer-events: none; }

.hero-stack { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 5rem 0 5rem; width: 100%; max-width: 100%; overflow: hidden; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 1rem; font-weight: 500; color: rgba(255,255,255,.65);
  margin-bottom: 1.75rem; max-width: 600px; line-height: 1.5;
}
.hero-dot { width: 7px; height: 7px; border-radius: 50%; background: #B87333; flex-shrink: 0; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.35;transform:scale(.65)} }

.hero-win-wrap { width: 100%; max-width: 680px; margin-bottom: 4rem; }

/* fix label */
.fix-label { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.04em; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1.25rem; line-height: 1.05; }

/* Simple before/after split */
.hs-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hs-card { border-radius: 16px; overflow: hidden; }
.hs-before { background: #0d0d0d; border: 1px solid rgba(255,255,255,.07); }
.hs-after  { background: #0d0d0d; border: 1px solid rgba(184,115,51,.35); box-shadow: 0 0 40px rgba(184,115,51,.08); }
.hs-label { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 10px 16px; display: flex; align-items: center; gap: 7px; }
.hs-before .hs-label { color: rgba(255,90,90,.8); background: rgba(255,60,60,.06); border-bottom: 1px solid rgba(255,60,60,.1); }
.hs-after  .hs-label { color: #D4A056; background: rgba(184,115,51,.07); border-bottom: 1px solid rgba(184,115,51,.15); }
.hs-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.hs-before .hs-dot { background: rgba(255,90,90,.8); }
.hs-after  .hs-dot { background: #B87333; }
.hs-body { padding: 18px 16px 20px; display: flex; flex-direction: column; gap: 12px; }
.hs-q { font-size: .92rem; color: rgba(255,255,255,.75); font-style: italic; }
.hs-svc { transition: opacity .35s ease; display: inline-block; }
.hs-answer { font-size: .97rem; color: rgba(255,255,255,.65); line-height: 1.55; }
.hs-rival { color: rgba(255,255,255,.75); font-weight: 600; }
.hs-you { color: #D4A056; font-weight: 700; }
.hs-verdict { font-size: .78rem; font-weight: 700; padding: 8px 12px; border-radius: 8px; display: flex; align-items: center; gap: 7px; }
.hs-before .hs-verdict { color: rgba(255,80,80,.7); background: rgba(255,60,60,.06); border: 1px solid rgba(255,60,60,.1); }
.hs-after  .hs-verdict { color: #20d27c; background: rgba(32,210,124,.06); border: 1px solid rgba(32,210,124,.15); }
@media(max-width:520px) { .hs-split { grid-template-columns: 1fr; } }

h1 {
  font-size: clamp(1.8rem, 5vw, 4.8rem);
  font-weight: 900; letter-spacing: -.04em; line-height: 1.04;
  margin-bottom: 2.5rem; max-width: 100%;
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
}

.hero-sub { font-size: clamp(1.1rem, 2.2vw, 1.35rem); color: rgba(255,255,255,.65); line-height: 1.6; max-width: 560px; margin-bottom: 3rem; }
.hero-context { font-size: clamp(.96rem, 1.8vw, 1.12rem); color: rgba(255,255,255,.68); line-height: 1.55; max-width: 760px; margin: -1.35rem auto 1.65rem; }
.hero-proof-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.62); margin-bottom: 13px; text-align: center; }
.hero-ai-proof { width: 100%; max-width: 1080px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 18px; align-items: stretch; }
.hero-ai-panel { min-width: 0; display: flex; flex-direction: column; }
.hero-ai-panel > * { width: 100%; }
.hero-ai-panel-chatgpt .win-gpt { flex: 1; min-height: 0; background: #202124; box-shadow: 0 28px 72px rgba(0,0,0,.52), 0 0 0 .5px rgba(255,255,255,.05); }
.hero-ai-panel-chatgpt .win-gpt .w-body { padding: 18px 16px 8px; gap: 14px; }
.hero-ai-panel-chatgpt .win-gpt .gpt-user { font-size: .94rem; max-width: 92%; }
.hero-ai-panel-chatgpt .win-gpt .gpt-resp { text-align: left; }
.hero-ai-panel-chatgpt .win-gpt .gpt-text { font-size: .94rem; line-height: 1.65; min-height: 0; text-align: left; }
.hero-ai-panel-chatgpt .win-gpt .gpt-text p { margin: 0 0 12px; }
.hero-ai-panel-chatgpt .win-gpt .gpt-text strong.g-text,
.hero-competitor { color: #ff4d4d; -webkit-text-fill-color: #ff4d4d; background: none; font-weight: 800; }
.hero-ai-panel-chatgpt .win-gpt .gpt-text strong.g-text { font-size: 1.12em; }
.hero-gpt-review { margin: 12px 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.045); }
.hero-gpt-review span { display: block; margin-bottom: 6px; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.42); }
.hero-gpt-review strong { display: block; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.5; font-weight: 600; }
.hero-gpt-why { color: rgba(255,255,255,.68); }
.hero-gpt-why strong { color: rgba(255,255,255,.88); }
br.mob-br { display: none; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 4rem; }

/* ── GOOGLE AI OVERVIEW HERO WIDGET ── */
.gh-wrap{width:100%;max-width:660px;margin:0 auto 24px;position:relative;overflow:hidden;}
.hero-ai-proof .gh-wrap{max-width:none;margin:0;display:flex;flex-direction:column;}
.gh-intro{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-bottom:13px;text-align:center;}
@media(max-width:600px){.gh-intro{font-size:.82rem;letter-spacing:.08em;}}
.gh-glow{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:80%;height:280px;background:radial-gradient(ellipse,rgba(66,133,244,.05) 0%,transparent 65%);pointer-events:none;z-index:0;}
.gh-window{width:100%;height:500px;background:#202124;border:1px solid rgba(255,255,255,.09);border-radius:13px;overflow:hidden;box-shadow:0 28px 72px rgba(0,0,0,.65),0 0 0 .5px rgba(255,255,255,.05);position:relative;z-index:1;text-align:left;}
.gh-tbar{height:34px;background:#2c2c2e;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 12px;gap:7px;flex-shrink:0;}
.gh-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;}
.gh-addr{flex:1;background:rgba(255,255,255,.07);border-radius:5px;height:19px;margin:0 12px;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:rgba(255,255,255,.24);}
.gh-hdr{background:#202124;border-bottom:1px solid rgba(255,255,255,.06);}
.gh-toprow{display:flex;align-items:center;gap:11px;padding:11px 15px 7px;}
.gh-logo{font-size:19px;font-weight:700;letter-spacing:-1px;flex-shrink:0;line-height:1;}
.gh-sbar{flex:1;background:#303134;border:1px solid rgba(255,255,255,.12);border-radius:20px;height:36px;padding:0 10px 0 13px;display:flex;align-items:center;gap:7px;}
.gh-qwrap{flex:1;overflow:hidden;height:19px;position:relative;}
.gh-qinner{position:absolute;top:0;left:0;right:0;font-size:12.5px;color:rgba(255,255,255,.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:19px;transition:opacity .35s ease;}
.gh-tabs{display:flex;padding:0 11px;overflow-x:auto;scrollbar-width:none;}
.gh-tabs::-webkit-scrollbar{display:none;}
.gh-tab{font-size:11px;color:rgba(255,255,255,.42);padding:7px 9px;border-bottom:2px solid transparent;white-space:nowrap;user-select:none;}
.gh-tab.act{color:#8ab4f8;border-bottom-color:#8ab4f8;font-weight:500;}
.gh-tsep{width:1px;background:rgba(255,255,255,.07);margin:5px 4px;flex-shrink:0;}
.gh-body{background:#202124;}
.gh-meta{font-size:10.5px;color:rgba(255,255,255,.32);padding:8px 15px 4px;transition:opacity .35s ease;}
.gh-aio{margin:3px 11px 11px;border:1px solid rgba(66,133,244,.18);border-radius:10px;overflow:hidden;background:#1a2433;}
.gh-aio-head{display:flex;align-items:center;gap:7px;padding:9px 12px 7px;border-bottom:1px solid rgba(255,255,255,.06);}
.gh-spark{font-size:14px;background:linear-gradient(135deg,#4285f4 0%,#9c27b0 40%,#ea4335 70%,#fbbc05 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0;}
.gh-aio-lbl{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.82);}
.gh-aio-cat{margin-left:auto;font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.28);display:flex;align-items:center;gap:4px;}
.gh-aio-dot{width:5px;height:5px;border-radius:50%;background:#34a853;flex-shrink:0;animation:gh-blink 2s ease-in-out infinite;}
@keyframes gh-blink{0%,100%{opacity:1}50%{opacity:.2}}
.gh-aio-body{height:99px;padding:10px 12px 0;transition:opacity .35s ease;overflow:hidden;}
.gh-srcs{height:28px;display:flex;gap:5px;padding:8px 12px 0;overflow:hidden;scrollbar-width:none;transition:opacity .35s ease;}
.gh-chips{height:40px;display:flex;gap:5px;flex-wrap:wrap;padding:8px 12px 11px;transition:opacity .35s ease;overflow:hidden;}
.gh-aio-text{font-size:11.5px;color:rgba(255,255,255,.68);line-height:1.76;}
.hero-ai-panel-google .gh-aio-text strong{color:#ff4d4d;-webkit-text-fill-color:#ff4d4d;background:none;font-weight:800;font-size:1.38em;letter-spacing:-.01em;}
.gh-aio-text strong{background:var(--copper-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.38em;letter-spacing:-.01em;}
.gh-srcs::-webkit-scrollbar{display:none;}
.gh-src-chip{display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:6px;padding:3px 7px;font-size:9.5px;color:rgba(255,255,255,.4);white-space:nowrap;flex-shrink:0;}
.gh-src-n{background:rgba(255,255,255,.13);border-radius:50%;width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;font-size:7.5px;font-weight:800;color:rgba(255,255,255,.42);flex-shrink:0;}
.gh-chip{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:100px;padding:3px 10px;font-size:10.5px;color:#8ab4f8;white-space:nowrap;}
.gh-organic{border-top:1px solid rgba(255,255,255,.05);padding:2px 0 7px;}
.gh-result{padding:8px 15px;}
.gh-result-src{display:flex;align-items:center;gap:6px;margin-bottom:2px;}
.gh-fav{width:16px;height:16px;border-radius:3px;flex-shrink:0;object-fit:cover;background:rgba(255,255,255,.08);}
.gh-dom{font-size:9.5px;color:rgba(255,255,255,.32);}
.gh-rtitle{font-size:12.5px;color:#8ab4f8;font-weight:400;line-height:1.3;margin-bottom:2px;}
.gh-rsnip{font-size:10.5px;color:rgba(255,255,255,.38);line-height:1.55;}
.gh-rdate{color:rgba(255,255,255,.22);}
@media(max-width:480px){
  .gh-window{height:686px;}
  .gh-aio-body{height:200px;}
  .gh-srcs{height:28px;}
  .gh-chips{height:92px;}
}

/* ── STAT STRIP ── */
#stats { background: #080808; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.04); }
.stat-cell { background: #080808; padding: 3rem 2.5rem; }
.stat-num { font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .5rem; }
.stat-lbl { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.6); line-height: 1.5; margin-bottom: .35rem; }
.stat-src { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.45); text-decoration: none; transition: color .15s; display: inline-block; }
.stat-src:hover { color: #B87333; }

/* ── SECTION SHARED ── */
.section { padding: 130px 0; }
.section-head { margin-bottom: 5rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }

/* ── PROBLEM CARDS ── */
#problem { background: #000; }
.prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prob-card {
  background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 20px;
  padding: 2.5rem; position: relative; overflow: hidden;
  transition: border-color .2s, transform .25s;
}
.prob-card:hover { border-color: rgba(255,255,255,.12); transform: translateY(-3px); }
.prob-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--copper-grad); }
.prob-icon { width: 42px; height: 42px; margin-bottom: 1.25rem; color: var(--copper); }
.prob-icon svg { width: 42px; height: 42px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.prob-card h3 { font-size: 1rem; font-weight: 700; letter-spacing: -.02em; color: #fff; margin-bottom: .75rem; }
.prob-card p { font-size: .84rem; color: rgba(255,255,255,.62); line-height: 1.65; font-weight: 400; }

/* ── HOW IT WORKS ── */
#how { background: #080808; }
.how-sub { font-size: 1rem; color: rgba(255,255,255,.6); margin-top: .5rem; font-weight: 400; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card {
  background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: border-color .2s, transform .25s;
}
.step-card:hover { border-color: rgba(255,255,255,.12); transform: translateY(-3px); }
.step-n { font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: .5rem; }
.step-timing { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #B87333; margin-bottom: .75rem; }
.step-card h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.step-card p { font-size: .8rem; color: rgba(255,255,255,.62); line-height: 1.65; }

/* ── SOCIAL PROOF ── */
#proof { background: #000; }
.proof-label { font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 3rem; display: block; }
.proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 3.5rem; }
.proof-card {
  background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 20px;
  padding: 2.5rem; display: flex; flex-direction: column; gap: 1.75rem;
}
.proof-quote { font-size: .9rem; font-style: italic; color: rgba(255,255,255,.8); line-height: 1.7; flex: 1; }
.proof-person { font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.7); }
.proof-role { font-size: .82rem; color: rgba(255,255,255,.5); margin-top: .15rem; }
.proof-result { font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #B87333; border-top: 1px solid rgba(255,255,255,.06); padding-top: 1rem; }

.proof-nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.04); border-radius: 16px; overflow: hidden; }
.proof-num { background: #0d0d0d; padding: 2.25rem 2rem; }
.proof-num .big { font-size: 2.4rem; font-weight: 900; letter-spacing: -.04em; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.proof-num .lbl { font-size: .82rem; color: rgba(255,255,255,.7); margin-top: .35rem; font-weight: 500; }
.proof-num .src { font-size: .65rem; color: rgba(255,255,255,.45); margin-top: .25rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 600; }

/* ── WINDOW / URGENCY ── */
#window { background: #080808; }
.window-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.window-left h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; margin-bottom: .75rem; }
.window-left p { font-size: .95rem; color: rgba(255,255,255,.65); margin-bottom: 2rem; line-height: 1.6; }

.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item { display: flex; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.tl-item:last-child { border: none; }
.tl-dot { width: 10px; height: 10px; border-radius: 50%; background: #B87333; flex-shrink: 0; margin-top: 5px; }
.tl-dot.dim { background: rgba(184,115,51,.45); }
.tl-right { }
.tl-mo { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #B87333; margin-bottom: .2rem; }
.tl-mo.dim { color: rgba(184,115,51,.6); }
.tl-txt { font-size: .84rem; color: rgba(255,255,255,.55); font-weight: 500; }
.tl-txt.dim { color: rgba(255,255,255,.45); }

/* ── Q&A / RESEARCH ── */
#qa { background: #000; }
.research-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
a.research-card { background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 2rem; text-decoration: none; display: flex; flex-direction: column; gap: .65rem; transition: border-color .2s, transform .2s; }
a.research-card:hover { border-color: rgba(184,115,51,.35); transform: translateY(-2px); }
.research-stat { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.research-finding { font-size: .82rem; color: rgba(255,255,255,.58); line-height: 1.55; flex: 1; }
.research-meta { font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: .25rem; }
.research-cta { font-size: .75rem; color: #B87333; font-weight: 600; margin-top: .25rem; }

.qa-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.qa-card { background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 1.75rem 2rem; transition: border-color .2s; }
.qa-card:hover { border-color: rgba(255,255,255,.1); }
.qa-q { font-size: .9rem; font-weight: 700; color: #B87333; margin-bottom: .75rem; }
.qa-a { font-size: .84rem; color: rgba(255,255,255,.65); line-height: 1.65; }

/* ── FINAL CTA ── */
#cta { background: #080808; padding: 120px 0; text-align: center; position: relative; }
#cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(ellipse, rgba(184,115,51,.1) 0%, transparent 65%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; }
.cta-inner h2 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 1rem; }
.cta-inner p { font-size: 1rem; color: rgba(255,255,255,.65); margin-bottom: 2.5rem; }
.cta-micro { display: block; margin-top: 1.25rem; font-size: 1rem; font-weight: 500; color: rgba(255,255,255,.72); letter-spacing: .01em; }
.cta-capacity { display: inline-block; margin-top: 2rem; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(184,115,51,.6); border: 1px dashed rgba(184,115,51,.25); padding: .35rem 1.1rem; border-radius: 100px; }

/* ── FOOTER ── */
footer { background: #000; border-top: 1px solid rgba(255,255,255,.05); padding: 3rem 0; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.foot-brand { }
.foot-logo { font-size: 1.2rem; font-weight: 900; letter-spacing: -.03em; display: flex; align-items: flex-start; gap: 10px; }
.foot-logo-mark { height: 46px; width: 46px; object-fit: contain; object-position: top center; flex-shrink: 0; }
.foot-logo-text { display: flex; flex-direction: column; gap: 2px; }
.foot-logo-text span { background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.foot-tag { font-size: .75rem; color: rgba(255,255,255,.45); font-style: italic; }
.foot-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.foot-links a { font-size: .8rem; color: rgba(255,255,255,.55); transition: color .15s; font-weight: 500; }
.foot-links a:hover { color: rgba(255,255,255,.7); }
.foot-legal { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.05); font-size: .72rem; color: rgba(255,255,255,.2); line-height: 1.6; }

/* ── AI MOCKUP WINDOWS ── */
.ai-win { background:#111; border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.ai-win-head { background:#1a1a1a; height:40px; padding:0 1rem; display:flex; align-items:center; justify-content:space-between; flex-shrink:0; }
.ai-win-label { font-size:.68rem; font-weight:600; letter-spacing:.07em; text-transform:uppercase; color:rgba(255,255,255,.5); }
.ai-win-pill { font-size:.58rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; background:rgba(255,255,255,.09); color:rgba(255,255,255,.45); padding:.2rem .65rem; border-radius:100px; }
.ai-win-body { padding:1rem 1.1rem; display:flex; flex-direction:column; gap:.75rem; flex:1; }
.ai-bubble { background:#222; color:rgba(255,255,255,.65); font-size:.78rem; padding:.55rem .85rem; border-radius:12px 12px 3px 12px; align-self:flex-end; max-width:80%; line-height:1.5; }
.ai-resp { font-size:.78rem; color:rgba(255,255,255,.5); line-height:1.72; max-width:90%; }
.ai-resp strong.g-text { font-weight:700; }
.ai-chips { display:flex; gap:.4rem; margin-top:.4rem; }
.ai-chip { background:rgba(255,255,255,.07); color:rgba(255,255,255,.3); font-size:.62rem; padding:.2rem .55rem; border-radius:100px; font-weight:600; }
.ai-search { background:#1e1e1e; border:1px solid rgba(255,255,255,.1); border-radius:100px; padding:.4rem .85rem; font-size:.75rem; color:rgba(255,255,255,.5); display:flex; align-items:center; gap:.5rem; margin-bottom:.75rem; }
.ai-win-foot { font-size:.6rem; color:rgba(255,255,255,.3); text-align:center; padding:.5rem; border-top:1px solid rgba(255,255,255,.05); flex-shrink:0; }
.cursor { display:inline-block; margin-left:1px; animation:blink .9s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.mockup-disclaimer { font-size:.75rem; color:rgba(255,255,255,.4); text-align:center; margin-bottom:2rem; padding:.65rem 1.25rem; border:1px solid rgba(255,255,255,.08); border-radius:8px; background:rgba(255,255,255,.03); }
.plat-sub { font-size:.78rem; color:rgba(255,255,255,.55); text-align:center; margin-top:.6rem; letter-spacing:.01em; }
.plat-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }

/* ── macOS window dots ── */
.w-dots { display:flex; gap:5px; align-items:center; }
.w-dot { width:11px; height:11px; border-radius:50%; flex-shrink:0; }
.wd-r { background:#FF5F57; } .wd-y { background:#FEBC2E; } .wd-g { background:#28C840; }

/* ── ChatGPT window ── */
.win-gpt { background:#212121; border:1px solid rgba(255,255,255,.09); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.win-gpt .w-bar { background:#212121; border-bottom:1px solid rgba(255,255,255,.08); height:44px; padding:0 14px; display:flex; align-items:center; justify-content:flex-start; flex-shrink:0; }
.win-gpt .w-title { font-size:.82rem; font-weight:600; color:rgba(255,255,255,.75); display:flex; align-items:center; gap:8px; }
.win-gpt .w-body { padding:14px 14px 6px; display:flex; flex-direction:column; gap:12px; flex:1; }
.win-gpt .gpt-user { background:#2f2f2f; color:rgba(255,255,255,.82); font-size:.8rem; padding:9px 13px; border-radius:18px 18px 4px 18px; align-self:flex-end; max-width:82%; line-height:1.55; }
.win-gpt .gpt-resp { display:flex; gap:9px; align-items:flex-start; }
.win-gpt .gpt-av { width:26px; height:26px; background:#10a37f; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:.72rem; color:#fff; font-weight:800; }
.win-gpt .gpt-text { font-size:.8rem; color:rgba(255,255,255,.75); line-height:1.72; min-height:74px; }
.win-gpt .w-input { background:#2f2f2f; border-radius:100px; padding:9px 16px; font-size:.75rem; color:rgba(255,255,255,.22); margin:4px 14px 12px; display:flex; align-items:center; justify-content:space-between; }

/* ── Perplexity window ── */
.win-perp { background:#16161a; border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.win-perp .w-bar { background:#16161a; border-bottom:1px solid rgba(255,255,255,.07); height:44px; padding:0 14px; display:flex; align-items:center; justify-content:flex-start; flex-shrink:0; }
.win-perp .perp-logo { font-size:.92rem; font-weight:800; color:rgba(255,255,255,.88); letter-spacing:-.02em; }
.win-perp .w-body { padding:14px; display:flex; flex-direction:column; gap:9px; flex:1; }
.win-perp .perp-query { font-size:.88rem; font-weight:700; color:rgba(255,255,255,.88); }
.win-perp .perp-sources { display:flex; gap:5px; overflow:hidden; }
.win-perp .perp-src { background:#1f1f27; border:1px solid rgba(255,255,255,.08); border-radius:7px; padding:5px 8px; font-size:.63rem; color:rgba(255,255,255,.4); display:flex; align-items:center; gap:5px; white-space:nowrap; }
.win-perp .perp-srcn { background:rgba(255,255,255,.15); border-radius:50%; width:15px; height:15px; display:inline-flex; align-items:center; justify-content:center; font-size:.58rem; font-weight:800; color:rgba(255,255,255,.6); flex-shrink:0; }
.win-perp .perp-answer { font-size:.8rem; color:rgba(255,255,255,.65); line-height:1.74; min-height:74px; }
.win-perp .pcite { display:inline-flex; align-items:center; justify-content:center; background:rgba(255,255,255,.14); border-radius:50%; width:14px; height:14px; font-size:.58rem; font-weight:800; color:rgba(255,255,255,.5); vertical-align:super; line-height:1; margin-left:1px; }

/* ── Google AI Overview (dark mode) ── */
.win-google { background:#202124; border:1px solid rgba(255,255,255,.09); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.win-google .w-bar { background:#202124; border-bottom:1px solid rgba(255,255,255,.07); height:44px; padding:0 12px; display:flex; align-items:center; gap:10px; flex-shrink:0; }
.win-google .g-sbar { background:#303134; border-radius:100px; padding:6px 14px; font-size:.77rem; color:rgba(255,255,255,.6); display:flex; align-items:center; gap:7px; flex:1; }
.win-google .w-body { padding:12px 14px; background:#202124; flex:1; }
.win-google .aio-hd { display:flex; align-items:center; gap:6px; margin-bottom:9px; }
.win-google .aio-spark { font-size:1rem; background:linear-gradient(135deg,#4285f4,#9c27b0,#ea4335,#fbbc05); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.win-google .aio-lbl { font-size:.8rem; font-weight:700; color:rgba(255,255,255,.82); }
.win-google .aio-box { background:#1a2433; border-radius:8px; padding:10px 12px; border:1px solid rgba(66,133,244,.2); }
.win-google .aio-txt { font-size:.77rem; color:rgba(255,255,255,.72); line-height:1.72; min-height:84px; }
.win-google .aio-txt ul { padding-left:1.1em; display:flex; flex-direction:column; gap:.3rem; margin:.3rem 0; }
.win-google .g-chips { display:flex; gap:5px; flex-wrap:wrap; margin-top:8px; }
.win-google .g-chip { background:#303134; border:1px solid rgba(255,255,255,.1); border-radius:100px; padding:3px 9px; font-size:.63rem; color:#8ab4f8; font-weight:500; }

/* ── Claude window ── */
.win-claude { background:#1c1c1e; border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.win-claude .w-bar { background:#1c1c1e; border-bottom:1px solid rgba(255,255,255,.07); height:44px; padding:0 14px; display:flex; align-items:center; justify-content:space-between; flex-shrink:0; }
.win-claude .claude-hd { display:flex; align-items:center; gap:9px; }
.win-claude .claude-ic { width:24px; height:24px; border-radius:7px; background:#DA7756; display:flex; align-items:center; justify-content:center; font-size:.82rem; color:#fff; font-weight:900; flex-shrink:0; }
.win-claude .claude-nm { font-size:.88rem; font-weight:700; color:rgba(255,255,255,.82); }
.win-claude .w-body { padding:14px; display:flex; flex-direction:column; gap:13px; flex:1; }
.win-claude .cl-user { background:#2a2a2e; color:rgba(255,255,255,.78); font-size:.8rem; padding:9px 13px; border-radius:14px 14px 4px 14px; align-self:flex-end; max-width:82%; line-height:1.55; }
.win-claude .cl-resp { display:flex; gap:9px; align-items:flex-start; }
.win-claude .cl-av { width:26px; height:26px; border-radius:50%; background:#DA7756; display:flex; align-items:center; justify-content:center; font-size:.75rem; color:#fff; font-weight:900; flex-shrink:0; }
.win-claude .cl-text { font-size:.8rem; color:rgba(255,255,255,.7); line-height:1.74; min-height:74px; }

/* ── Gemini window ── */
.win-gemini { background:#1e1f20; border:1px solid rgba(255,255,255,.09); border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.win-gemini .w-bar { background:#1e1f20; border-bottom:1px solid rgba(255,255,255,.07); height:44px; padding:0 14px; display:flex; align-items:center; justify-content:space-between; flex-shrink:0; }
.win-gemini .gem-nm { font-size:.88rem; font-weight:600; color:rgba(255,255,255,.82); display:flex; align-items:center; gap:7px; }
.win-gemini .gem-star { font-size:1.1rem; background:linear-gradient(135deg,#4285f4 0%,#9c27b0 50%,#ea4335 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.win-gemini .w-body { padding:14px; display:flex; flex-direction:column; gap:13px; flex:1; }
.win-gemini .gem-user { background:#2d2d2f; color:rgba(255,255,255,.78); font-size:.8rem; padding:9px 13px; border-radius:14px 14px 4px 14px; align-self:flex-end; max-width:82%; line-height:1.55; }
.win-gemini .gem-resp { display:flex; gap:9px; align-items:flex-start; }
.win-gemini .gem-av { width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg,#4285f4,#9c27b0); display:flex; align-items:center; justify-content:center; font-size:.72rem; color:#fff; font-weight:900; flex-shrink:0; }
.win-gemini .gem-text { font-size:.8rem; color:rgba(255,255,255,.7); line-height:1.74; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.25,.46,.45,.94), transform .8s cubic-bezier(.25,.46,.45,.94); }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* ── PRICING PAGE ── */
.pricing-hero {
  padding: 140px 40px 60px;
  text-align: center;
  max-width: 760px; margin: 0 auto;
}
.pricing-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 1.25rem; }
.pricing-hero h1 span { background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pricing-hero p { font-size: 1.1rem; color: rgba(255,255,255,.55); line-height: 1.65; max-width: 560px; margin: 0 auto; }

.billing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 48px 0 56px; font-size: .9rem; color: rgba(255,255,255,.5);
}
.toggle-switch {
  position: relative; width: 48px; height: 26px;
  background: rgba(255,255,255,.1); border-radius: 100px; cursor: pointer;
  border: 1px solid rgba(255,255,255,.12); transition: background .2s;
}
.toggle-switch.annual { background: linear-gradient(135deg,#B87333,#D4A056); }
.toggle-knob {
  position: absolute; top: 3px; left: 3px;
  width: 18px; height: 18px; border-radius: 50%; background: #fff;
  transition: transform .2s;
}
.toggle-switch.annual .toggle-knob { transform: translateX(22px); }
.toggle-label { font-weight: 600; color: rgba(255,255,255,.45); transition: color .2s; }
.toggle-label.active { color: #fff; }
.save-badge {
  font-size: .7rem; font-weight: 700; background: rgba(184,115,51,.2); color: #D4A056;
  border: 1px solid rgba(212,160,86,.3); border-radius: 100px; padding: 3px 10px;
}

.plans-wrap { max-width: 1140px; margin: 0 auto; padding: 0 40px 100px; }
.plans-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  align-items: start;
}
@media(max-width: 960px) { .plans-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.plan-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 0;
  transition: border-color .2s, box-shadow .2s;
}
.plan-card:hover { border-color: rgba(212,160,86,.2); box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.plan-card.featured {
  border-color: rgba(212,160,86,.4);
  background: rgba(184,115,51,.05);
  box-shadow: 0 0 60px rgba(184,115,51,.1), 0 16px 48px rgba(0,0,0,.5);
  position: relative;
}
.popular-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--copper-grad); color: #000;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 18px; border-radius: 100px;
  white-space: nowrap;
}

.plan-name { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.plan-card.featured .plan-name { color: var(--copper); }
.plan-price { margin-bottom: 6px; }
.plan-amount { font-size: 3.2rem; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.plan-card.featured .plan-amount { background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.plan-period { font-size: .88rem; color: rgba(255,255,255,.4); margin-top: 4px; display: block; }
.plan-tagline { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.5; margin: 16px 0 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.06); }

.plan-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; flex: 1; }
.plan-feature { display: flex; gap: 11px; align-items: flex-start; font-size: .88rem; color: rgba(255,255,255,.72); line-height: 1.45; }
.plan-feature .check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: rgba(212,160,86,.15); border: 1px solid rgba(212,160,86,.3); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.plan-feature .check svg { width: 10px; height: 10px; stroke: #D4A056; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.plan-feature.dim { color: rgba(255,255,255,.28); }
.plan-feature.dim .check { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.plan-feature.dim .check svg { stroke: rgba(255,255,255,.2); }

.plan-btn {
  display: block; text-align: center;
  padding: 14px; border-radius: 100px; font-size: .92rem; font-weight: 700; font-family: inherit;
  cursor: pointer; border: none; transition: transform .2s, opacity .2s;
  text-decoration: none;
}
.plan-btn:hover { transform: translateY(-1px); }
.plan-btn.primary { background: var(--copper-grad); color: #000; box-shadow: 0 0 24px var(--copper-glow); }
.plan-btn.ghost { background: transparent; color: rgba(255,255,255,.7); border: 1.5px solid rgba(255,255,255,.18); }
.plan-btn.ghost:hover { border-color: rgba(255,255,255,.35); color: #fff; }

/* ── COMPARE TABLE (pricing page) ── */
.compare-wrap { max-width: 900px; margin: 0 auto 100px; padding: 0 40px; }
.compare-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: 2rem; text-align: center; }
.compare-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.compare-table th { text-align: left; padding: 10px 16px; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.07); }
.compare-table th:not(:first-child) { text-align: center; }
.compare-table td { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.04); color: rgba(255,255,255,.7); vertical-align: middle; }
.compare-table td:not(:first-child) { text-align: center; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .section-row td { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); padding-top: 24px; padding-bottom: 8px; }
.check-yes { color: #D4A056; font-size: 1rem; }
.check-no { color: rgba(255,255,255,.15); font-size: 1rem; }
.check-text { font-size: .82rem; color: rgba(255,255,255,.55); }

/* ── FAQ (pricing page) ── */
.faq-wrap { max-width: 680px; margin: 0 auto 100px; padding: 0 40px; }
.faq-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: 2rem; text-align: center; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.07); padding: 20px 0; }
.faq-q { font-size: .95rem; font-weight: 700; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q span { color: rgba(255,255,255,.35); font-size: 1.2rem; flex-shrink: 0; }
.faq-a { font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-top: 12px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q span { transform: rotate(45deg); display: inline-block; }

/* ── LEGAL PAGES ── */
.legal-wrap { max-width: 780px; margin: 0 auto; padding: 5rem 40px 6rem; }
.legal-wrap h1 { font-size: 2.2rem; font-weight: 800; margin-bottom: .5rem; letter-spacing: -.02em; }
.legal-wrap .updated, .legal-updated { font-size: .8rem; color: rgba(255,255,255,.35); margin-bottom: 3rem; }
.legal-wrap h2 { font-size: 1.1rem; font-weight: 700; margin: 2.5rem 0 .75rem; color: #f5f5f7; }
.legal-wrap p { font-size: .92rem; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 1rem; }
.legal-wrap ul { padding-left: 1.4rem; margin-bottom: 1rem; }
.legal-wrap ul li { font-size: .92rem; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: .4rem; }
.legal-wrap a { color: #D4A056; text-decoration: underline; }
.legal-wrap a:hover { color: #E8C070; }
.legal-updated { padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.06); }

/* Cookie table */
.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: .85rem; }
.cookie-table th { text-align: left; padding: .6rem .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.08); }
.cookie-table td { padding: .75rem .8rem; color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.05); vertical-align: top; line-height: 1.55; }
.cookie-table td:first-child { color: rgba(255,255,255,.85); font-weight: 500; white-space: nowrap; }
.badge { display: inline-block; font-size: .65rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 100px; }
.badge-essential { background: rgba(40,200,100,.12); color: rgba(40,200,100,.85); }
.badge-analytics { background: rgba(184,115,51,.12); color: #D4A056; }
.badge-pref { background: rgba(100,140,255,.12); color: rgba(130,170,255,.85); }

/* ── EXIT INTENT POPUP ── */
#ch-exit-overlay {
  display: none; position: fixed; inset: 0; z-index: 20000;
  background: rgba(0,0,0,.72); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 24px;
}
#ch-exit-overlay.open { display: flex; }
#ch-exit-box {
  background: #0d0d0d; border: 1px solid rgba(212,160,86,.25);
  border-radius: 20px; padding: 40px 36px; max-width: 440px; width: 100%;
  position: relative; box-shadow: 0 0 60px rgba(184,115,51,.18), 0 24px 64px rgba(0,0,0,.7);
}
#ch-exit-close {
  position: absolute; top: 16px; right: 18px; background: none; border: none;
  color: rgba(255,255,255,.35); font-size: 1.4rem; cursor: pointer; line-height: 1;
  transition: color .15s;
}
#ch-exit-close:hover { color: rgba(255,255,255,.7); }
#ch-exit-box h2 {
  font-size: 1.55rem; font-weight: 900; letter-spacing: -.04em; margin-bottom: .5rem;
  background: linear-gradient(135deg,#B87333 0%,#D4A056 50%,#E8C070 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
#ch-exit-box p { font-size: .9rem; color: rgba(255,255,255,.5); margin-bottom: 24px; line-height: 1.6; }
#ch-exit-form { display: flex; flex-direction: column; gap: 12px; }
.ch-exit-inp {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 12px 16px; font-size: .9rem; color: #fff;
  font-family: inherit; transition: border-color .15s; outline: none; width: 100%;
}
.ch-exit-inp:focus { border-color: rgba(212,160,86,.5); }
.ch-exit-inp::placeholder { color: rgba(255,255,255,.25); }
#ch-exit-submit {
  padding: 13px; border-radius: 100px; border: none; cursor: pointer;
  background: linear-gradient(135deg,#B87333 0%,#D4A056 50%,#E8C070 100%);
  color: #000; font-size: .9rem; font-weight: 700; font-family: inherit;
  box-shadow: 0 0 20px rgba(184,115,51,.4); transition: transform .2s, opacity .2s;
  margin-top: 4px;
}
#ch-exit-submit:hover { transform: translateY(-1px); }
#ch-exit-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
#ch-exit-tcpa { font-size: .65rem; color: rgba(255,255,255,.28); line-height: 1.5; margin-top: 4px; }
#ch-exit-thanks { display: none; text-align: center; padding: 12px 0; }
#ch-exit-thanks p { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.6; }

/* ── CHAT WIDGET ── */
.ch-btn {
  position: fixed; bottom: 28px; right: 16px; z-index: 10001;
  width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg, #B87333 0%, #D4A056 50%, #E8C070 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 rgba(184,115,51,.48), 0 6px 24px rgba(0,0,0,.5);
  animation: ch-pulse 3s ease-in-out infinite;
  transition: transform .18s ease, filter .18s ease;
}
.ch-btn:hover { transform: scale(1.07); filter: brightness(1.08); }
.ch-btn:active { transform: scale(.93); animation: none; }
.ch-btn svg { width: 26px; height: 26px; fill: #000; }
.ch-unread {
  position: absolute; top: -3px; right: -3px;
  min-width: 20px; height: 20px; border-radius: 10px;
  background: #ff3b30; color: #fff;
  font-size: .64rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 5px; border: 2px solid #000; pointer-events: none;
}
@keyframes ch-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(184,115,51,.48), 0 6px 24px rgba(0,0,0,.5); }
  55%     { box-shadow: 0 0 0 11px rgba(184,115,51,0), 0 6px 24px rgba(0,0,0,.5); }
}
.ch-modal {
  position: fixed; bottom: 102px; right: 16px; z-index: 10000;
  width: min(316px, calc(100vw - 24px));
  height: auto; max-height: calc(100dvh - 118px);
  display: flex; flex-direction: column; overflow: hidden;
  border-radius: 18px;
  background: #101114;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.78), 0 0 0 0.5px rgba(0,0,0,.6);
  transform: translateY(14px) scale(.95); opacity: 0; pointer-events: none;
  transition: transform .28s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.ch-modal.ch-open { transform: none; opacity: 1; pointer-events: all; }
.ch-modal.ch-full { height: min(554px, calc(100dvh - 118px)); }
.ch-hdr {
  display: flex; align-items: center;
  padding: 10px 10px 10px;
  background: #1c1c1e;
  border-bottom: 0.5px solid rgba(255,255,255,.1);
  flex-shrink: 0; gap: 2px;
}
.ch-back {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: none; background: transparent; cursor: pointer; color: #0A84FF;
  flex-shrink: 0; padding: 0;
}
.ch-back svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.ch-hdr-center {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; min-width: 0;
}
.ch-ava {
  width: 36px; height: 36px; border-radius: 50%; position: relative; flex-shrink: 0;
  background: #000;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,.14);
  overflow: visible;
}
.ch-ava img { width: 36px; height: 36px; object-fit: cover; object-position: center; border-radius: 50%; flex-shrink: 0; }
.ch-ava-dot {
  position: absolute; bottom: -1px; right: -1px;
  width: 11px; height: 11px; border-radius: 50%;
  background: #20d27c; box-shadow: 0 0 0 3px rgba(32,210,124,.18);
  border: 1.5px solid #1c1c1e;
}
.ch-hdr-name { font-size: .75rem; font-weight: 600; color: #fff; line-height: 1; }
.ch-hdr-sub  { font-size: .62rem; color: rgba(255,255,255,.4); line-height: 1; }
.ch-vid {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: none; background: transparent; color: #0A84FF;
  flex-shrink: 0; padding: 0; opacity: .5; cursor: default;
}
.ch-vid svg { width: 20px; height: 20px; fill: currentColor; }
.ch-pnl { display: flex; flex-direction: column; flex: 1; min-height: 0; overflow: visible; }
.ch-form-scroll {
  overflow-y: auto; padding: 14px 14px 16px;
  display: flex; flex-direction: column; gap: 13px;
  background: #101114;
  max-height: calc(100dvh - 182px);
}
.ch-thanks-wrap {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex: 1; padding: 2rem 1.5rem; text-align: center; gap: 1.1rem;
  background: #101114;
}
.ch-thanks-check {
  width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(135deg, #B87333, #D4A056);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ch-thanks-check svg { width: 30px; height: 30px; fill: none; stroke: #000; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ch-thanks-title { font-size: 1.1rem; font-weight: 700; color: #fff; }
.ch-thanks-body { font-size: .84rem; color: rgba(255,255,255,.52); line-height: 1.55; max-width: 240px; }
.ch-fields {
  background: rgba(255,255,255,.06); border-radius: 12px;
  border: 0.5px solid rgba(255,255,255,.1); overflow: hidden;
}
.ch-field-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; }
.ch-field-sep { height: 0.5px; background: rgba(255,255,255,.08); }
.ch-field-lbl {
  font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.65);
  min-width: 52px; flex-shrink: 0;
}
.ch-field-inp {
  flex: 1; background: transparent; border: none; outline: none;
  color: #fff; font-size: 16px; font-family: inherit;
}
.ch-field-inp::placeholder { color: rgba(255,255,255,.26); }
.ch-ck-block {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: .63rem; color: rgba(255,255,255,.28); line-height: 1.5;
  padding-top: 2px;
}
.ch-ck-block input[type=checkbox] { width: 20px; height: 20px; min-width: 20px; margin-top: 1px; accent-color: #0A84FF; flex-shrink: 0; cursor: pointer; touch-action: manipulation; }
.ch-ck-body { flex: 1; }
.ch-ck-preview { display: inline; }
.ch-ck-full { display: none; }
.ch-ck-full.open { display: inline; }
.ch-ck-preview.hide { display: none; }
.ch-toggle { background: none; border: none; padding: 0; margin-left: 3px; cursor: pointer; color: rgba(255,255,255,.42); font-size: .63rem; font-family: inherit; text-decoration: underline; display: inline; }
.ch-toggle:hover { color: rgba(255,255,255,.65); }
.ch-err { font-size: .72rem; color: #ff6b6b; min-height: .85em; }
.ch-go {
  width: 100%; padding: 13px; border: none; border-radius: 12px; cursor: pointer;
  background: linear-gradient(135deg, #B87333, #D4A056);
  color: #000; font-size: .88rem; font-weight: 700; font-family: inherit;
  transition: filter .16s, transform .12s;
}
.ch-go:hover { filter: brightness(1.1); }
.ch-go:active { transform: scale(.97); }
.ch-go:disabled { opacity: .42; cursor: not-allowed; filter: none; transform: none; }
.ch-msgs {
  flex: 1; overflow-y: auto; padding: 10px 12px 6px;
  display: flex; flex-direction: column; gap: 4px;
  background: #101114;
}
.ch-msgs::-webkit-scrollbar { width: 3px; }
.ch-msgs::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }
.ch-row { display: flex; }
.ch-out { justify-content: flex-end; padding-left: 44px; }
.ch-in  { justify-content: flex-start; padding-right: 44px; }
.ch-bbl {
  padding: 9px 13px; border-radius: 20px; max-width: 100%;
  font-size: .87rem; line-height: 1.48; word-break: break-word;
  animation: ch-pop .16s ease;
}
@keyframes ch-pop { from { opacity:0; transform:translateY(5px) scale(.96);} to { opacity:1; transform:none;} }
.ch-out .ch-bbl { background: #0A84FF; color: #fff; border-bottom-right-radius: 3px; }
.ch-in  .ch-bbl { background: #222530; color: #f7f7f9; border-bottom-left-radius: 3px; }
.ch-ts { font-size: .62rem; color: rgba(255,255,255,.26); margin-top: 3px; padding: 0 4px; }
.ch-typing { padding: 11px 14px !important; }
.ch-dots { display: flex; gap: 5px; align-items: center; }
.ch-dots span {
  width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.38);
  animation: ch-dot 1.2s ease-in-out infinite;
}
.ch-dots span:nth-child(2) { animation-delay: .18s; }
.ch-dots span:nth-child(3) { animation-delay: .36s; }
@keyframes ch-dot { 0%,80%,100%{transform:translateY(0)} 40%{transform:translateY(-5px)} }
.ch-composer {
  display: flex; align-items: flex-end; gap: 7px;
  padding: 8px 10px 7px;
  background: #1c1c1e; border-top: 0.5px solid rgba(255,255,255,.09);
  flex-shrink: 0;
}
.ch-apps {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  border: none; cursor: default;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; font-weight: 300; line-height: 1;
}
.ch-input-shell {
  flex: 1; display: flex; align-items: flex-end;
  background: rgba(255,255,255,.08); border: 0.5px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 7px 7px 7px 13px; gap: 6px;
}
.ch-input-shell:focus-within { border-color: rgba(184,115,51,.35); }
.ch-ta {
  flex: 1; background: transparent; border: none; outline: none; resize: none;
  color: #fff; font-size: .87rem; font-family: inherit; line-height: 1.4;
  max-height: 80px; overflow-y: auto;
}
.ch-ta::placeholder { color: rgba(255,255,255,.28); }
.ch-snd {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  background: #0A84FF; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .12s, transform .1s;
}
.ch-snd:hover:not(:disabled) { background: #0070e0; }
.ch-snd:active { transform: scale(.88); }
.ch-snd:disabled { background: rgba(255,255,255,.1); }
.ch-snd svg { width: 14px; height: 14px; fill: #fff; }
.ch-home {
  height: 22px; display: flex; align-items: center; justify-content: center;
  background: #1c1c1e; flex-shrink: 0;
}
.ch-home::after {
  content: ''; width: 108px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.16);
}
@media (max-width: 480px) {
  .ch-btn   { bottom: 20px; right: 16px; }
  .ch-modal { bottom: 0; right: 0; left: 0; width: 100%; height: 100dvh !important; max-height: 100dvh; border-radius: 0; }
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .research-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .hero-ai-proof { grid-template-columns: 1fr; max-width: 680px; }
  .hero-ai-panel-chatgpt .win-gpt { min-height: 320px; }
}

@media (max-width: 768px) {
  .wrap { padding: 0 24px; }
  nav { padding: 0 20px; }
  .nav-link { display: none; }
  .nav-cta { display: none; }
  .nav-ham { display: flex; align-items: center; }
  .section { padding: 80px 0; }
  #hero { padding-top: 96px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .prob-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .window-inner { grid-template-columns: 1fr; gap: 3rem; }
  .proof-cards { grid-template-columns: 1fr; }
  .proof-nums { grid-template-columns: 1fr; }
  .qa-grid { grid-template-columns: 1fr; }
  .research-grid { grid-template-columns: 1fr; }
  .hero-stack { padding: 3rem 0; }
  .hero-win-wrap { max-width: 100%; }
  .hero-context { margin-top: -1rem; }
  br.mob-br { display: block; }
  .ba-grid { grid-template-columns: 1fr; }
  .oc-grid { grid-template-columns: 1fr; }
  .pricing-hero { padding: 120px 24px 48px; }
  .plans-wrap, .compare-wrap, .faq-wrap { padding: 0 24px 80px; }
  .legal-wrap { padding: 3rem 24px 5rem; }
  .cookie-table { font-size: .8rem; }
  .cookie-table td:first-child { white-space: normal; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.65rem; }
  .stat-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .plat-grid { grid-template-columns: 1fr; }
  .legal-wrap h1 { font-size: 1.8rem; }
}

/* ── BLOG ── */
.blog-wrap { max-width: 900px; margin: 0 auto; padding: 8rem 40px 6rem; }
.blog-wrap h1 { font-size: 2.4rem; font-weight: 900; letter-spacing: -.04em; margin-bottom: 3rem; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.blog-card { background: #0d0d0d; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 2rem; transition: border-color .2s, transform .2s; }
.blog-card:hover { border-color: rgba(184,115,51,.3); transform: translateY(-2px); }
.blog-card h2 { font-size: 1.05rem; font-weight: 700; margin-bottom: .75rem; line-height: 1.4; }
.blog-card h2 a { color: #fff; }
.blog-card h2 a:hover { color: #D4A056; }
.blog-card .meta { font-size: .75rem; color: rgba(255,255,255,.35); margin-bottom: 1rem; }
.blog-card p { font-size: .84rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.single-wrap { max-width: 720px; margin: 0 auto; padding: 8rem 40px 6rem; }
.single-wrap h1 { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; margin-bottom: 1rem; }
.single-wrap .meta { font-size: .8rem; color: rgba(255,255,255,.35); margin-bottom: 2.5rem; }
.single-wrap .content { font-size: .95rem; color: rgba(255,255,255,.7); line-height: 1.8; }
.single-wrap .content h2 { font-size: 1.3rem; font-weight: 700; margin: 2rem 0 .75rem; color: #fff; }
.single-wrap .content p { margin-bottom: 1.25rem; }
.single-wrap .content a { color: #D4A056; text-decoration: underline; }
@media(max-width:768px) {
  .blog-wrap { padding: 6rem 24px 4rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .single-wrap { padding: 6rem 24px 4rem; }
}

/* ── 404 ── */
.not-found { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 6rem 40px; }
.not-found h1 { font-size: clamp(4rem, 15vw, 10rem); font-weight: 900; letter-spacing: -.05em; background: var(--copper-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 1rem; }
.not-found p { font-size: 1.1rem; color: rgba(255,255,255,.55); margin-bottom: 2rem; }
