/* ================================================================
   Oxygen Chamber Funnel v4.0
   - Hero: fullscreen + particle canvas effect
   - Layout: left-copy / right-image two-column, feat-strip under image
   - Results: single unified card (top + two-col merged)
   ================================================================ */

#ocf-funnel,#ocf-funnel *{box-sizing:border-box;margin:0;padding:0;}
#ocf-funnel img{max-width:100%;display:block;}
#ocf-funnel a{text-decoration:none;}
#ocf-funnel ul,#ocf-funnel ol{list-style:none;padding:0;margin:0;}
#ocf-funnel button{cursor:pointer;font-family:inherit;border:none;background:none;}
#ocf-funnel input,#ocf-funnel textarea{font-family:inherit;}

#ocf-funnel{
  --navy:#060e1c;
  --dark:#081426;
  --mid:#0d2248;
  --blue:#1a5fbf;
  --bright:#1a8cff;
  --sky:#4da6ff;
  --white:#ffffff;
  --bg:#f0f4fb;
  --border:#e2eaf5;
  --text:#0f1e35;
  --muted:#637592;
  --green:#16a34a;
  --r:12px;--r-lg:18px;
  --sh:0 2px 20px rgba(11,25,41,.08);
  --sh-lg:0 8px 40px rgba(11,25,41,.14);
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  color:var(--text);width:100%;overflow-x:hidden;
}

/* ── Page Control ── */
#ocf-funnel .ocf-page{
  display:none!important;visibility:hidden!important;
  height:0!important;overflow:hidden!important;
  pointer-events:none!important;
  position:absolute!important;left:-9999px!important;
}
#ocf-funnel .ocf-page.ocf-active{
  display:block!important;visibility:visible!important;
  height:auto!important;overflow:visible!important;
  pointer-events:all!important;
  position:relative!important;left:auto!important;
  animation:ocfIn .35s ease both;
}
#ocf-funnel .ocf-page--proc.ocf-active{display:flex!important;flex-direction:column!important;}
#ocf-funnel .ocf-page--ty.ocf-active{display:flex!important;}
#ocf-funnel .ocf-q{display:none!important;}
#ocf-funnel .ocf-q.ocf-q--active{display:block!important;animation:ocfIn .28s ease both;}
@keyframes ocfIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

/* ================================================================
   PAGE 1 — HERO (fullscreen, particle canvas, left+right)
   ================================================================ */
#ocf-funnel .ocf-page--landing{
  background:var(--navy);
  position:relative;overflow:hidden;
  min-height:var(--ocf-vh, 100vh);
  display:flex!important;
  flex-direction:column;
}
#ocf-funnel .ocf-page--landing.ocf-active{display:flex!important;}

/* Particle canvas — fills entire hero */
#ocf-particle-canvas{
  position:absolute;inset:0;width:100%;height:100%;
  pointer-events:none;z-index:0;
}

/* Radial glow overlays */
#ocf-funnel .ocf-page--landing::after{
  content:'';position:absolute;inset:0;pointer-events:none;z-index:1;
  background:
    radial-gradient(ellipse 55% 65% at 75% 35%, rgba(26,140,255,.12) 0%, transparent 60%),
    radial-gradient(ellipse 35% 45% at 15% 75%, rgba(77,166,255,.06) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 50% 10%, rgba(26,95,191,.08) 0%, transparent 50%);
}

/* Main grid — left | right, fills viewport */
#ocf-funnel .ocf-hero{
  flex:1;display:flex;flex-direction:column;
  position:relative;z-index:2;
}
#ocf-funnel .ocf-hero-grid{
  flex:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  max-width:1200px;width:100%;margin:0 auto;
  padding:0 48px;
  min-height:var(--ocf-vh, calc(100vh - 80px));
  align-items:center;
  gap:24px;
}

/* LEFT column */
#ocf-funnel .ocf-hero-left{
  display:flex;flex-direction:column;
  padding:60px 0;
}

#ocf-funnel .ocf-ai-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(77,166,255,.10);
  border:1px solid rgba(77,166,255,.25);
  color:var(--sky);font-size:10px;font-weight:600;letter-spacing:2.5px;
  padding:5px 13px;border-radius:20px;width:fit-content;margin-bottom:22px;
}
#ocf-funnel .ocf-ai-pill__dot{
  width:6px;height:6px;background:var(--sky);border-radius:50%;
  animation:ocfDot 1.8s ease infinite;
}
@keyframes ocfDot{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.3;transform:scale(.7);}}

#ocf-funnel .ocf-hero-h1{
  font-size:clamp(28px,3.8vw,52px);
  font-weight:800;line-height:1.1;
  color:#fff;margin-bottom:18px;letter-spacing:-.5px;
}
#ocf-funnel .ocf-hero-sub{
  font-size:15px;line-height:1.75;
  color:rgba(255,255,255,.60);
  margin-bottom:32px;max-width:420px;
}

#ocf-funnel .ocf-cta-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--bright);color:#fff!important;
  font-size:15px;font-weight:700;padding:15px 30px;
  border-radius:8px;border:none;cursor:pointer;
  box-shadow:0 4px 24px rgba(26,140,255,.40);
  transition:all .2s;width:fit-content;margin-bottom:18px;
}
#ocf-funnel .ocf-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(26,140,255,.52);}
#ocf-funnel .ocf-cta-btn.ocf-cta-full{width:100%;margin:0;}

#ocf-funnel .ocf-trust-row{
  display:flex;flex-wrap:wrap;gap:16px;
}
#ocf-funnel .ocf-trust-item{
  display:flex;align-items:center;gap:6px;
  color:rgba(255,255,255,.45);font-size:13px;
}
#ocf-funnel .ocf-trust-item svg{width:14px;height:14px;color:rgba(255,255,255,.45);}

/* RIGHT column — image + feat-strip stacked */
#ocf-funnel .ocf-hero-right{
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  padding:40px 0;gap:0;
}

/* Floating score badge */
#ocf-funnel .ocf-score-float{
  position:absolute;top:20px;right:20px;z-index:5;
  background:rgba(6,14,28,.88);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(77,166,255,.20);
  border-radius:12px;padding:12px 18px;text-align:center;
  box-shadow:0 8px 32px rgba(0,0,0,.35);
}
#ocf-funnel .ocf-score-float__label{
  color:rgba(255,255,255,.45);font-size:8px;
  letter-spacing:2.5px;text-transform:uppercase;margin-bottom:2px;
}
#ocf-funnel .ocf-score-float__num{
  color:var(--sky);font-size:46px;font-weight:900;line-height:1;
}
#ocf-funnel .ocf-score-float__num span{font-size:26px;}

/* Image wrapper */
#ocf-funnel .ocf-hero-visual{position:relative;width:100%;}
#ocf-funnel .ocf-hero-img-wrap{
  width:100%;display:flex;align-items:flex-end;justify-content:center;
  min-height:280px;
}
#ocf-funnel .ocf-hero-img-wrap img{
  width:100%;max-width:520px;height:auto;
  filter:drop-shadow(0 16px 48px rgba(26,140,255,.28));
  object-fit:contain;
}


/* Feature strip — sits UNDER the image, inside right column */
#ocf-funnel .ocf-feat-strip{
  width:100%;max-width:520px;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:20px;
  margin-top:20px;
  gap:4px;
}
#ocf-funnel .ocf-feat-item{
  display:flex;flex-direction:column;align-items:center;
  gap:7px;text-align:center;padding:0 6px;
}
#ocf-funnel .ocf-feat-item+.ocf-feat-item{
  border-left:1px solid rgba(255,255,255,.06);
}
#ocf-funnel .ocf-feat-icon{
  width:36px;height:36px;border-radius:9px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  display:flex;align-items:center;justify-content:center;
}
#ocf-funnel .ocf-feat-icon svg{width:17px;height:17px;color:var(--sky);}
#ocf-funnel .ocf-feat-label{
  color:rgba(255,255,255,.52);font-size:11px;line-height:1.35;
}

/* ================================================================
   PAGE 2 — QUIZ
   ================================================================ */
#ocf-funnel .ocf-page--quiz{background:var(--bg);}
#ocf-funnel .ocf-quiz-shell{
  max-width:680px;margin:0 auto;
  min-height:var(--ocf-vh, 100vh);padding:48px 24px 64px;
  display:flex;flex-direction:column;
}
#ocf-funnel .ocf-prog-bar-wrap{margin-bottom:36px;}
#ocf-funnel .ocf-prog-meta{
  display:flex;justify-content:space-between;
  font-size:13px;font-weight:600;color:var(--muted);margin-bottom:8px;
}
#ocf-funnel .ocf-prog-track{height:5px;background:var(--border);border-radius:99px;overflow:hidden;}
#ocf-funnel .ocf-prog-fill{
  height:100%;background:linear-gradient(90deg,var(--blue),var(--bright));
  border-radius:99px;transition:width .4s ease;
}
#ocf-funnel .ocf-q-title{font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--text);margin-bottom:6px;line-height:1.2;}
#ocf-funnel .ocf-q-sub{font-size:14px;color:var(--muted);margin-bottom:22px;}
#ocf-funnel .ocf-opts{display:flex;flex-direction:column;gap:8px;margin-bottom:28px;}
#ocf-funnel .ocf-opt{
  display:flex;align-items:center;gap:12px;
  background:#fff;border:1.5px solid var(--border);
  border-radius:var(--r);padding:13px 16px;cursor:pointer;
  transition:all .15s ease;user-select:none;
}
#ocf-funnel .ocf-opt:hover{border-color:var(--bright);background:#f0f7ff;transform:translateX(2px);}
#ocf-funnel .ocf-opt.ocf-sel{
  border-color:var(--blue);background:linear-gradient(135deg,#eef5ff,#e0ecff);
  box-shadow:0 2px 10px rgba(26,95,191,.10);
}
#ocf-funnel .ocf-opt-icon{
  width:34px;height:34px;flex-shrink:0;background:var(--bg);
  border-radius:8px;display:flex;align-items:center;justify-content:center;
}
#ocf-funnel .ocf-opt.ocf-sel .ocf-opt-icon{background:rgba(26,140,255,.10);}
#ocf-funnel .ocf-opt-icon svg{width:17px;height:17px;color:var(--muted);}
#ocf-funnel .ocf-opt.ocf-sel .ocf-opt-icon svg{color:var(--blue);}
#ocf-funnel .ocf-opt-text{flex:1;font-size:14px;font-weight:500;color:var(--text);}
#ocf-funnel .ocf-opt.ocf-sel .ocf-opt-text{color:var(--blue);font-weight:600;}
#ocf-funnel .ocf-opt-arr{color:var(--border);font-size:18px;transition:all .15s;}
#ocf-funnel .ocf-opt:hover .ocf-opt-arr,
#ocf-funnel .ocf-opt.ocf-sel .ocf-opt-arr{color:var(--bright);transform:translateX(3px);}
#ocf-funnel .ocf-q-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;}
#ocf-funnel .ocf-btn-ghost{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--muted);font-size:14px;font-weight:600;
  padding:11px 18px;border-radius:8px;
  border:1.5px solid var(--border);background:transparent;
  transition:all .16s;cursor:pointer;
}
#ocf-funnel .ocf-btn-ghost:hover{background:var(--bg);color:var(--text);}
#ocf-funnel .ocf-btn-next{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg,var(--blue),var(--bright));
  color:#fff!important;font-size:15px;font-weight:700;
  padding:13px 28px;border-radius:8px;
  box-shadow:0 3px 16px rgba(26,95,191,.30);
  transition:all .18s;border:none;cursor:pointer;
}
#ocf-funnel .ocf-btn-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px rgba(26,95,191,.38);}
#ocf-funnel .ocf-btn-next:disabled{opacity:.35;cursor:not-allowed;transform:none!important;box-shadow:none!important;}

/* ================================================================
   PAGE 3 — PROCESSING
   ================================================================ */
#ocf-funnel .ocf-page--proc{
  background:linear-gradient(160deg,var(--navy) 0%,var(--dark) 50%,#0f2d5e 100%);
  min-height:var(--ocf-vh, 100vh);
}
#ocf-funnel .ocf-proc-center{
  min-height:var(--ocf-vh, 100vh);display:flex;align-items:center;justify-content:center;
  padding:60px 24px;width:100%;
}
#ocf-funnel .ocf-proc-card{
  width:100%;max-width:500px;text-align:center;
  display:flex;flex-direction:column;align-items:center;
}
#ocf-funnel .ocf-proc-title{font-size:clamp(20px,3vw,26px);font-weight:800;color:#fff;line-height:1.3;margin-bottom:10px;}
#ocf-funnel .ocf-proc-sub{font-size:14px;color:rgba(255,255,255,.5);margin-bottom:36px;}
#ocf-funnel .ocf-ring-wrap{position:relative;width:160px;height:160px;margin:0 auto 32px;flex-shrink:0;}
#ocf-funnel .ocf-ring-svg{width:160px;height:160px;display:block;}
#ocf-funnel #ocf-ring-circle{transition:stroke-dashoffset .12s linear;}
#ocf-funnel .ocf-ring-pct{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:34px;font-weight:900;letter-spacing:-1px;
}
#ocf-funnel .ocf-proc-checks{
  display:flex;flex-direction:column;gap:11px;
  width:100%;max-width:300px;margin:0 auto;text-align:left;
}
#ocf-funnel .ocf-pchk{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.30);font-size:14px;font-weight:500;transition:color .35s ease;}
#ocf-funnel .ocf-pchk.ocf-done{color:rgba(255,255,255,.90);}
#ocf-funnel .ocf-pchk-icon{
  width:22px;height:22px;flex-shrink:0;border-radius:50%;
  border:2px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:700;color:transparent;
  transition:all .3s ease;
}
#ocf-funnel .ocf-pchk.ocf-done .ocf-pchk-icon{background:var(--bright);border-color:var(--bright);color:#fff;}
#ocf-funnel .ocf-pchk.ocf-done .ocf-pchk-icon::after{content:'✓';}

/* ================================================================
   PAGE 4 — RESULTS: single unified card
   ================================================================ */
#ocf-funnel .ocf-page--results{background:var(--bg);padding:48px 0 80px;}
#ocf-funnel .ocf-res-wrap{max-width:900px;margin:0 auto;padding:0 24px;}
#ocf-funnel .ocf-res-title{
  font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--text);
  text-align:center;margin-bottom:28px;line-height:1.2;
}

/* ── UNIFIED CARD: top section + two-col merged ── */
#ocf-funnel .ocf-res-main-card{
  background:#fff;border-radius:20px;
  box-shadow:var(--sh-lg);border:1px solid var(--border);
  overflow:hidden;margin-bottom:16px;
}

/* top band: model name LEFT, product image RIGHT */
#ocf-funnel .ocf-res-top-band{
  display:grid;grid-template-columns:1fr 240px;
  gap:0;padding:32px 36px;
  border-bottom:1px solid var(--border);
  align-items:center;
}
#ocf-funnel .ocf-res-model-label{
  font-size:10px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:var(--blue);margin-bottom:8px;
}
#ocf-funnel .ocf-res-model-name{
  font-size:clamp(20px,2.8vw,30px);font-weight:800;
  color:var(--text);line-height:1.15;margin-bottom:18px;
}
#ocf-funnel .ocf-score-badge-wrap{
  display:inline-flex;align-items:center;gap:10px;
  background:linear-gradient(135deg,#1253ad,#1a8cff);
  border-radius:10px;padding:10px 16px;
}
#ocf-funnel .ocf-score-badge-wrap .ocf-snum{font-size:30px;font-weight:900;color:#fff;line-height:1;}
#ocf-funnel .ocf-score-badge-wrap .ocf-spct{font-size:15px;font-weight:700;color:rgba(255,255,255,.8);align-self:flex-start;margin-top:2px;}
#ocf-funnel .ocf-score-badge-wrap .ocf-slbl{font-size:10px;color:rgba(255,255,255,.65);letter-spacing:.5px;}
#ocf-funnel .ocf-res-prod-img{
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#eef5ff,#dbeafe);
  border-radius:14px;overflow:hidden;flex-shrink:0;
}
#ocf-funnel .ocf-res-prod-img img{width:100%;height:100%;object-fit:contain;padding:10px;}
#ocf-funnel .ocf-res-prod-img svg{width:100%;height:100%;}

/* bottom band: two-col why + usage */
#ocf-funnel .ocf-res-bottom-band{
  display:grid;grid-template-columns:1fr 1fr;
  gap:0;
}
#ocf-funnel .ocf-res-why-col{
  padding:28px 36px;
  border-right:1px solid var(--border);
}
#ocf-funnel .ocf-res-usage-col{
  padding:28px 36px;
}
#ocf-funnel .ocf-res-col-title{
  font-size:14px;font-weight:700;color:var(--text);margin-bottom:14px;
}
/* Why list */
#ocf-funnel .ocf-res-why-list{display:flex;flex-direction:column;gap:9px;}
#ocf-funnel .ocf-res-why-list li{
  display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#374151;line-height:1.55;
}
#ocf-funnel .ocf-ck{color:var(--blue);font-weight:700;flex-shrink:0;margin-top:1px;}
/* Usage rows */
#ocf-funnel .ocf-usage-rows{display:flex;flex-direction:column;}
#ocf-funnel .ocf-usage-row{
  display:flex;justify-content:space-between;align-items:baseline;
  font-size:13px;padding:8px 0;
  border-bottom:1px solid #f0f4f8;
}
#ocf-funnel .ocf-usage-row:last-child{border-bottom:none;padding-bottom:0;}
#ocf-funnel .ocf-usage-lbl{color:var(--muted);font-weight:500;}
#ocf-funnel .ocf-usage-val{color:var(--text);font-weight:700;}

/* ── Unlock box ── */
#ocf-funnel .ocf-unlock-box{
  background:#fff;border-radius:20px;
  box-shadow:var(--sh-lg);border:1px solid var(--border);
  padding:36px 40px;text-align:center;
}
#ocf-funnel .ocf-unlock-title{font-size:clamp(18px,2.5vw,24px);font-weight:800;color:var(--text);margin-bottom:6px;}
#ocf-funnel .ocf-unlock-sub{font-size:13px;color:var(--muted);margin-bottom:24px;}
#ocf-funnel .ocf-unlock-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:24px;}
#ocf-funnel .ocf-uic{display:flex;flex-direction:column;align-items:center;gap:6px;width:70px;}
#ocf-funnel .ocf-uic-icon{width:44px;height:44px;background:var(--bg);border-radius:10px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;}
#ocf-funnel .ocf-uic-icon svg{width:22px;height:22px;color:var(--blue);}
#ocf-funnel .ocf-uic{font-size:11px;color:var(--muted);text-align:center;}
/* direct 3-field form — no 2-step */
#ocf-funnel .ocf-form-row{margin-bottom:10px;}
#ocf-funnel .ocf-field{width:100%;padding:13px 16px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);background:#fff;outline:none;display:block;transition:border-color .18s;}
#ocf-funnel .ocf-field:focus{border-color:var(--bright);box-shadow:0 0 0 3px rgba(26,140,255,.09);}
#ocf-funnel .ocf-field::placeholder{color:#aab0bc;}
#ocf-funnel .ocf-form-err{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:10px;display:none;}
#ocf-funnel .ocf-unlock-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  background:linear-gradient(135deg,var(--blue),var(--bright));
  color:#fff!important;font-size:15px;font-weight:700;
  padding:0 28px;height:52px;border-radius:0 8px 8px 0;
  border:none;cursor:pointer;white-space:nowrap;transition:filter .18s;flex-shrink:0;
}
#ocf-funnel .ocf-unlock-btn.ocf-unlock-full{width:100%;border-radius:8px;margin-top:6px;height:50px;}
#ocf-funnel .ocf-unlock-btn:hover:not(:disabled){filter:brightness(1.08);}
#ocf-funnel .ocf-unlock-btn:disabled{opacity:.45;cursor:not-allowed;}
#ocf-funnel .ocf-form-privacy{font-size:12px;color:var(--muted);margin-top:10px;}
#ocf-funnel .ocf-spin{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ocfSpin .65s linear infinite;display:inline-block;}
@keyframes ocfSpin{to{transform:rotate(360deg);}}

/* ================================================================
   PAGE 5 — THANK YOU
   ================================================================ */
#ocf-funnel .ocf-page--ty{background:var(--bg);min-height:var(--ocf-vh, 100vh);align-items:center;justify-content:center;padding:60px 24px;}
#ocf-funnel .ocf-ty-center{width:100%;max-width:500px;margin:0 auto;}
#ocf-funnel .ocf-ty-card{background:#fff;border-radius:22px;padding:48px 40px;box-shadow:var(--sh-lg);text-align:center;}
#ocf-funnel .ocf-ty-check{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
#ocf-funnel .ocf-ty-check svg{width:64px;height:64px;}
#ocf-funnel .ocf-ty-title{font-size:34px;font-weight:900;color:var(--text);margin-bottom:10px;}
#ocf-funnel .ocf-ty-sub{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:28px;}
#ocf-funnel .ocf-ty-btns{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;}
#ocf-funnel .ocf-wa-btn{display:block;width:100%;background:#25D366;color:#fff!important;font-size:15px;font-weight:600;padding:13px;border-radius:8px;text-align:center;}
#ocf-funnel .ocf-ty-next{border-top:1px solid var(--border);padding-top:22px;text-align:left;}
#ocf-funnel .ocf-ty-next h3{font-size:14px;font-weight:700;margin-bottom:14px;}
#ocf-funnel .ocf-ty-steps{display:flex;flex-direction:column;gap:12px;}
#ocf-funnel .ocf-ty-step{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#374151;}
#ocf-funnel .ocf-ty-num{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--bright));color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;}

/* ── Hero image placeholder (no image set) ── */
#ocf-funnel .ocf-hero-no-img{
  width:100%;max-width:520px;
  min-height:280px;
  display:flex;align-items:center;justify-content:center;
  border:1.5px dashed rgba(77,166,255,0.20);
  border-radius:16px;
  background:rgba(26,140,255,0.04);
}
#ocf-funnel .ocf-hero-img-hint{
  display:flex;flex-direction:column;align-items:center;
  gap:12px;text-align:center;padding:32px;
}
#ocf-funnel .ocf-hero-img-hint svg{opacity:.5;}
#ocf-funnel .ocf-hero-img-hint span{
  color:rgba(255,255,255,0.28);font-size:12px;
  line-height:1.5;max-width:200px;
}

/* ── Remove 2-step form styles, direct form only ── */
#ocf-funnel .ocf-lead-form-inner{max-width:560px;margin:0 auto;text-align:left;}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media(max-width:960px){
  #ocf-funnel .ocf-hero-grid{grid-template-columns:1fr;padding:0 24px;min-height:auto;gap:0;}
  #ocf-funnel .ocf-hero-left{padding:48px 0 24px;}
  #ocf-funnel .ocf-hero-right{padding:0 0 36px;}
  #ocf-funnel .ocf-feat-strip{max-width:100%;}
  #ocf-funnel .ocf-score-float{top:8px;right:8px;}
  #ocf-funnel .ocf-res-top-band{grid-template-columns:1fr;gap:20px;padding:24px;}
  #ocf-funnel .ocf-res-prod-img{width:100%;height:140px;}
  #ocf-funnel .ocf-res-bottom-band{grid-template-columns:1fr;}
  #ocf-funnel .ocf-res-why-col{border-right:none;border-bottom:1px solid var(--border);padding:24px;}
  #ocf-funnel .ocf-res-usage-col{padding:24px;}
}
@media(max-width:600px){
  #ocf-funnel .ocf-hero-h1{font-size:26px;}
  #ocf-funnel .ocf-cta-btn{width:100%;justify-content:center;}
  #ocf-funnel .ocf-feat-strip{grid-template-columns:repeat(2,1fr);gap:8px;}
  #ocf-funnel .ocf-feat-item+.ocf-feat-item:nth-child(odd){border-left:none;}
  #ocf-funnel .ocf-quiz-shell{padding:32px 16px 48px;}
  #ocf-funnel .ocf-q-nav{flex-direction:column;}
  #ocf-funnel .ocf-q-nav button{width:100%;justify-content:center;}
  #ocf-funnel .ocf-res-wrap{padding:0 16px;}
  #ocf-funnel .ocf-unlock-box{padding:24px 16px;}
  #ocf-funnel .ocf-email-row{flex-direction:column;border-radius:8px;overflow:visible;}
  #ocf-funnel .ocf-field-email{border:1.5px solid var(--border);border-radius:8px;margin-bottom:8px;}
  #ocf-funnel .ocf-unlock-btn{border-radius:8px!important;height:48px!important;width:100%!important;}
  #ocf-funnel .ocf-ty-card{padding:32px 20px;}
  #ocf-funnel .ocf-ty-title{font-size:28px;}
  #ocf-funnel .ocf-score-float__num{font-size:36px;}
}
