/* SocioBurp — Growth OS design */
:root{
  --blue:#2463eb; --blue-d:#1d4ed8; --ink:#0f172a; --body:#475569; --mut:#64748b;
  --bd:#e2e8f0; --bg:#f8fafc; --grn:#16a34a; --grn-bg:#dcfce7; --org:#f59e0b;
  --red:#dc2626; --card:#ffffff; --r:14px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-d)}
img{max-width:100%}
.wrap{max-width:1240px;margin:0 auto;padding:0 32px}
.blue{color:var(--blue)}
.up{color:var(--grn);font-weight:600}
.down{color:var(--red);font-weight:600}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--blue)}
h1,h2{letter-spacing:-.02em;text-wrap:balance}
.live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--grn);background:var(--grn-bg);border-radius:20px;padding:3px 10px}
.live::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--grn)}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;border-radius:10px;padding:13px 22px;border:1px solid transparent;cursor:pointer;transition:.15s}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-d);color:#fff}
.btn-ghost{background:#fff;color:var(--ink);border-color:var(--bd)}
.btn-ghost:hover{border-color:#cbd5e1;color:var(--ink)}
.card{background:var(--card);border:1px solid var(--bd);border-radius:var(--r)}
.avrow{display:flex}
.av{width:30px;height:30px;border-radius:50%;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;margin-left:-8px;overflow:hidden}
.av img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.av:first-child{margin-left:0}
.av.more{background:#e2e8f0;color:var(--mut)}

/* ---------- NAV ---------- */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--bd)}
.nav-in{display:flex;align-items:center;gap:28px;height:64px}
.logo{display:flex;align-items:center;gap:9px;font-weight:800;font-size:19px;color:var(--ink)}
.logo:hover{color:var(--ink)}
.logo-mark{width:30px;height:30px;object-fit:contain;display:block}
.nav-links{display:flex;gap:26px;margin-left:14px;flex:1}
.nav-links a{color:var(--body);font-size:14.5px;font-weight:500}
.nav-links a:hover{color:var(--ink)}
.nav-cta{display:flex;gap:12px;align-items:center}
.nav .btn{padding:10px 18px;font-size:14px}
.ham{display:none;background:none;border:1px solid var(--bd);border-radius:8px;width:40px;height:40px;font-size:18px;cursor:pointer;color:var(--ink)}

/* ---------- HERO ---------- */
.hero{padding:72px 0 84px}
.hero-grid{display:grid;grid-template-columns:1.02fr 1.15fr;gap:56px;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.08em;color:var(--body);border:1px solid var(--bd);border-radius:20px;padding:7px 16px;margin-bottom:26px}
.hero-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--grn)}
.hero h1{font-size:clamp(34px,3.6vw,52px);line-height:1.12;font-weight:800}
.hero-dash{width:34px;height:4px;background:var(--blue);border-radius:2px;margin:22px 0}
.hero h2{font-size:clamp(24px,2.2vw,32px);font-weight:800}
.hero-sub{font-size:17px;color:var(--body);margin:16px 0 28px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;color:var(--body);font-size:13.5px;font-weight:500}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
.trust-row svg{width:15px;height:15px;color:var(--mut)}

/* hero dashboard */
.hdash{display:flex;border-radius:18px;overflow:hidden;border:1px solid var(--bd);box-shadow:0 30px 60px -20px rgba(15,23,42,.22);background:#fff}
.hdash-side{background:#0f172a;width:56px;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px}
.hdash-side .logo-mark{width:28px;height:28px;font-size:14px;margin-bottom:10px}
.hdash-side svg{width:17px;height:17px;color:#64748b}
.hdash-side .sicon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.hdash-side .sicon.on{background:#1e293b}
.hdash-side .sicon.on svg{color:#93b4f8}
.hdash-side .gear{margin-top:auto}
.hdash-main{flex:1;padding:18px 20px;min-width:0}
.hdash-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.hdash-top b{font-size:15px}
.hdash-top .sel{margin-left:auto;font-size:12px;color:var(--mut);border:1px solid var(--bd);border-radius:8px;padding:5px 10px}
.hmetrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}
.hm{border:1px solid var(--bd);border-radius:10px;padding:10px 12px}
.hm .lbl{font-size:10.5px;color:var(--mut);font-weight:600;margin-bottom:4px}
.hm .val{font-size:17px;font-weight:800;letter-spacing:-.01em}
.hm .chg{font-size:10.5px;margin:2px 0 6px}
.hm svg{width:100%;height:24px;display:block}
.hm.score{text-align:center}
.ring{position:relative;width:52px;height:52px;margin:4px auto 2px}
.ring svg{width:52px;height:52px;transform:rotate(-90deg)}
.ring b{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:15px}
.hm .exc{font-size:10.5px;color:var(--grn);font-weight:600}
.hsec{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px}
.hsec b{font-size:10.5px;letter-spacing:.1em;color:var(--mut)}
.hsec a{font-size:11.5px;font-weight:600}
.hchan{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}
.hc{border:1px solid var(--bd);border-radius:10px;padding:9px 10px;font-size:10.5px}
.hc .nm{display:flex;align-items:center;gap:5px;font-weight:700;font-size:11px;margin-bottom:3px}
.hc .nm svg{width:12px;height:12px}
.hc .st{font-weight:600}
.hc .st.ok{color:var(--grn)}
.hc .st.gr{color:var(--org)}
.hc .amt{color:var(--mut)}
.hpipe{display:flex;justify-content:space-between;gap:6px}
.hp{flex:1;text-align:center}
.hp .ic{width:32px;height:32px;border-radius:50%;margin:0 auto 6px;display:flex;align-items:center;justify-content:center}
.hp .ic svg{width:14px;height:14px;color:#fff}
.hp b{font-size:10.5px;display:block}
.hp span{font-size:9.5px;color:var(--mut);line-height:1.3;display:block}

.hdash-mlogo{display:none}

/* ---------- WHY ---------- */
.why{background:var(--bg);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);padding:76px 0}
.why-grid{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:center}
.why h2{font-size:clamp(28px,2.6vw,36px);font-weight:800;margin-bottom:16px;text-align:center}
.why p{color:var(--body);font-size:15px;text-align:center;margin-left:auto;margin-right:auto}
.why-dash{width:34px;height:4px;background:var(--blue);border-radius:2px;margin-top:22px}
.stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.sc{background:#fff;border:1px solid var(--bd);border-radius:var(--r);padding:24px 20px}
.sc .ic{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.sc .ic svg{width:17px;height:17px}
.sc .num{font-size:26px;font-weight:800;margin-bottom:6px}
.sc p{font-size:13.5px;color:var(--body);margin-bottom:14px}
.sc .src{font-size:11px;color:var(--mut);font-weight:600}

/* ---------- SECTION SHARED ---------- */
.sect{padding:88px 0}
.sect-h2{font-size:clamp(28px,2.8vw,40px);font-weight:800;line-height:1.15;margin-bottom:18px;text-align:center}
.sect-p{color:var(--body);font-size:16px;max-width:440px;text-align:center;margin-left:auto;margin-right:auto}

/* ---------- INTRO VIDEO ---------- */
.intro-vid-sec{padding:70px 0}
.intro-vid{position:relative;max-width:920px;margin:0 auto;border-radius:20px;overflow:hidden;background:#0f172a;box-shadow:0 30px 60px -30px rgba(15,23,42,.4)}
.intro-vid video{width:100%;height:100%;display:block;max-height:80vh;object-fit:cover}
.acc-badge{display:inline-block;background:var(--blue);color:#fff;font-weight:800;font-size:13px;letter-spacing:.06em;padding:6px 14px;border-radius:8px;margin:10px 0 14px}
@media (max-width:720px){
  .intro-vid{aspect-ratio:auto;max-width:100%;border-radius:14px;background:#0f172a}
  .intro-vid video{height:auto;max-height:none;object-fit:contain;object-position:center}
}
.iv-mute{position:absolute;bottom:16px;right:16px;width:42px;height:42px;border-radius:50%;background:rgba(15,23,42,.6);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.iv-mute svg{width:19px;height:19px}

/* ---------- 02 HOW IT WORKS ---------- */
.how-grid{display:grid;grid-template-columns:400px 1fr;gap:48px;align-items:start;margin-bottom:64px}
.info-box{border:1px solid var(--bd);border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:12px;margin-top:16px;font-size:13.5px;background:#fff}
.info-box .dot{width:8px;height:8px;border-radius:50%;background:var(--grn);flex:none}
.info-box .right{margin-left:auto;color:var(--mut)}
.info-box b{font-size:14px}
.info-box .btn{margin-left:auto;padding:10px 16px;font-size:13.5px;flex:none}
.info-box .sub{color:var(--mut);font-size:12.5px}
.how-grid > *{min-width:0}
.os-panel{border:1px solid var(--bd);border-radius:18px;background:#fff;box-shadow:0 24px 50px -24px rgba(15,23,42,.18);padding:20px 22px;min-width:0;max-width:100%;overflow:hidden}
.os-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.os-top b{font-size:16px}
.os-top a{margin-left:auto;font-size:13px;font-weight:600}
.os-tabs{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--bd);border-radius:12px;margin-bottom:18px;overflow:hidden}
.os-tab{text-align:center;padding:12px 4px 10px;font-size:12px;font-weight:600;color:var(--mut);border-bottom:2px solid transparent}
.os-tab svg{width:16px;height:16px;display:block;margin:0 auto 4px}
.os-tab.on{color:var(--blue);border-bottom-color:var(--blue);background:#f8faff}
.os-body{display:grid;grid-template-columns:1fr 220px;gap:20px}
.os-head{display:flex;align-items:center;gap:10px;margin-bottom:2px}
.os-head b{font-size:15.5px}
.os-head .live{margin-left:auto;color:var(--grn)}
.os-sub{font-size:13px;color:var(--mut);margin-bottom:14px}
.os-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:16px}
.om{border:1px solid var(--bd);border-radius:10px;padding:9px 10px}
.om .lbl{font-size:9.5px;color:var(--mut);font-weight:600;margin-bottom:3px}
.om .val{font-size:14.5px;font-weight:800}
.om .chg{font-size:10px}
.os-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}
.os-table th{font-size:10px;letter-spacing:.08em;color:var(--mut);text-align:left;padding:8px 6px;border-bottom:1px solid var(--bd);font-weight:700}
.os-table td{padding:10px 6px;border-bottom:1px solid #f1f5f9}
.os-table tr:last-child td{border-bottom:none}
.os-table .ch{display:flex;align-items:center;gap:7px;font-weight:600}
.os-table .ch svg{width:14px;height:14px}
.os-table .ok{color:var(--grn);font-weight:600}
.os-table .gr{color:var(--org);font-weight:600}
.os-table svg.tr{width:56px;height:16px}
.os-why{border-left:1px solid var(--bd);padding-left:20px;font-size:12.5px}
.os-why h4{font-size:13.5px;margin-bottom:8px}
.os-why p{color:var(--body);margin-bottom:14px}
.os-why ul{list-style:none;margin-bottom:16px}
.os-why li{display:flex;gap:7px;align-items:center;color:var(--body);padding:3px 0}
.os-why li svg{width:13px;height:13px;color:var(--grn);flex:none}
.os-why .btn{width:100%;justify-content:center;padding:10px;font-size:13px}
.modules-h{ text-align:center;font-size:19px;font-weight:700;margin-bottom:28px}
.mod-row{display:block}
.mod-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.mod{border:1px solid var(--bd);border-radius:var(--r);padding:20px 14px;background:#fff;text-align:center}
.mod .ic{width:46px;height:46px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center}
.mod .ic svg{width:19px;height:19px}
.mod b{font-size:13.5px;display:block;margin-bottom:8px}
.mod p{font-size:11.5px;color:var(--body);line-height:1.45}
.banner{background:var(--bg);border:1px solid var(--bd);border-radius:var(--r);display:flex;align-items:center;gap:18px;padding:20px 26px;margin-top:44px;flex-wrap:wrap}
.banner b{font-size:15.5px;display:block}
.banner .sub{font-size:13px;color:var(--body)}
.banner .btn{margin-left:auto}
.banner .dur{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--body);border-left:1px solid var(--bd);padding-left:18px}
.banner .dur b{font-size:13.5px}
.banner .dur svg{width:15px;height:15px;color:var(--mut)}

/* ---------- ACCOUNTABILITY ---------- */
.acc-sec{background:var(--bg);padding:90px 0}
.acc-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:36px;align-items:start;grid-template-areas:"intro card right" "list card right"}
.acc-left{grid-area:intro}
.acc-detail{grid-area:list}
.acc-card{grid-area:card;align-self:stretch}
.acc-right{grid-area:right}
.acc-h{font-size:clamp(30px,3vw,42px);font-weight:800;margin-bottom:16px;text-align:center}
.acc-p{color:var(--body);font-size:15.5px;margin-bottom:26px;text-align:center}
.acc-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.acc-item{display:flex;align-items:flex-start;gap:12px}
.acc-item .ic{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none}
.acc-item .ic svg{width:16px;height:16px}
.acc-item b{display:block;font-size:14px}
.acc-item span{font-size:12.5px;color:var(--mut)}
.acc-next{display:flex;align-items:center;gap:12px;border:1px solid var(--bd);border-top:2px solid var(--bd);background:#fff;border-radius:12px;padding:14px 16px}
.acc-next .ic{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none}
.acc-next .ic svg{width:16px;height:16px}
.acc-next .lbl{display:block;font-size:9.5px;font-weight:700;letter-spacing:.08em;color:var(--mut)}
.acc-next b{display:block;font-size:14.5px;margin:1px 0}
.acc-next .sub{font-size:11.5px;color:var(--grn);font-weight:600}

.acc-card{background:#0f172a;border-radius:22px;padding:34px 26px;text-align:center;color:#fff;box-shadow:0 30px 60px -28px rgba(15,23,42,.5);display:flex;flex-direction:column;justify-content:center;height:100%}height:100%}
.acc-card-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;color:#94a3b8;margin-bottom:20px}
.acc-day{margin-bottom:6px}
.acc-day svg{width:44px;height:44px}
.acc-big{font-size:44px;font-weight:800;line-height:1.12;margin:6px 0 18px}
.acc-big .blue2{color:#38bdf8}
.acc-rule{width:44px;height:2px;background:#334155;margin:0 auto 18px}
.acc-card-p{font-size:13.5px;color:#cbd5e1;line-height:1.6;margin-bottom:22px}
.acc-pill{display:inline-flex;align-items:center;gap:8px;background:#1e293b;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:600}
.acc-pill svg{width:15px;height:15px;color:#38bdf8}

.acc-right-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--blue);margin-bottom:12px}
.acc-right-h{font-size:21px;font-weight:800;margin-bottom:16px;line-height:1.3}
.acc-arrows{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:26px}
.acc-arrows li{font-size:14px;color:var(--body);font-weight:500}
.acc-steps{background:#fff;border:1px solid var(--bd);border-radius:14px;padding:20px}
.acc-steps-h{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--mut);margin-bottom:16px}
.steps-list{position:relative;display:flex;flex-direction:column;gap:16px;padding-left:0}
.steps-list::before{content:"";position:absolute;left:5px;top:7px;bottom:14px;width:2px;background:var(--bd)}
.step{display:flex;align-items:flex-start;gap:14px;position:relative}
.step .dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--blue);background:#fff;flex:none;margin-top:1px;z-index:1}
.step b{display:block;font-size:13.5px}
.step span{font-size:12px;color:var(--mut)}
.acc-rrr{margin-top:16px;background:#eff6ff;color:var(--blue);text-align:center;font-weight:700;font-size:13.5px;padding:12px;border-radius:10px}

.acc-phone{align-self:start}
.acc-ph-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.acc-ph-h{font-size:20px;font-weight:800;line-height:1.2;margin-bottom:8px}
.acc-ph-p{font-size:11px;color:var(--body);margin-bottom:14px;line-height:1.5}
.acc-ph-card{background:#0f172a;border-radius:16px;padding:16px;text-align:center;color:#fff;margin-bottom:14px}
.acc-ph-list{display:flex;flex-direction:column;gap:12px}

@media (max-width:1180px){
  .acc-grid{grid-template-columns:1fr 1fr;grid-template-areas:"intro card" "list card" "right right"}
  .acc-card{height:auto}
  .acc-phone{display:none}
}
@media (max-width:720px){
  .acc-grid{grid-template-columns:1fr;grid-template-areas:"intro" "card" "list" "right";gap:22px}
  .acc-sec{padding:44px 0}
  .acc-h{text-align:left;font-size:26px;margin-bottom:10px}
  .acc-p{text-align:left;margin-bottom:0}
  .acc-card{padding:28px 22px}
  .acc-detail{margin-top:2px}
  .vis-grid > div:first-child{position:static}
}

/* ---------- STORY SECTIONS (client experience / case studies) ---------- */
.story-sec{padding:90px 0}
.story-header{max-width:760px;margin:0 auto 36px;text-align:left}
.story-card{background:#fff;border:1px solid var(--bd);border-radius:20px;padding:26px 22px;box-shadow:0 24px 50px -30px rgba(15,23,42,.15);max-width:420px;margin:0 auto}
.story-h{font-size:26px;font-weight:800;line-height:1.25;margin-bottom:10px}

.bento-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:420px;margin:0 auto}
.bento-side{display:flex;flex-direction:column}

.vid-sec{padding:60px 0 0}
.standalone-vid{max-width:480px;margin:0 auto;aspect-ratio:5/6}

@media (min-width:820px){
  .story-header{text-align:center}
  .story-header .story-pills{justify-content:center}
  .story-h{font-size:34px}
  .story-card.story-wide{max-width:960px;padding:36px;min-width:0}
  .bento-grid{grid-template-columns:1fr 1fr;gap:28px;max-width:1140px;align-items:stretch}
  .story-2col{grid-template-columns:1fr 1fr}
  .cs-steps{overflow-x:auto}
  .standalone-vid{max-width:400px}
}
.story-p{font-size:13.5px;color:var(--body);margin-bottom:18px}
.story-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.pill{font-size:12px;font-weight:600;border:1px solid var(--bd);border-radius:20px;padding:7px 13px;color:var(--body)}
.pill.on{color:var(--blue);border-color:var(--blue);background:#eff6ff}
.story-dots{display:flex;justify-content:center;gap:6px;margin:14px 0 18px}
.story-dots span{width:6px;height:6px;border-radius:50%;background:var(--bd)}
.story-dots span.on{background:var(--blue);width:16px;border-radius:4px}

.vid-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:5/6;background:#111}
.vid-card video{width:100%;height:100%;object-fit:cover;opacity:.92;display:block}
.vid-card.playing .vid-tag,.vid-card.playing .vid-logo,.vid-card.playing .vid-quote{opacity:0;pointer-events:none}
.vid-card.playing video{opacity:1}
.vid-tag{position:absolute;top:14px;left:14px;color:#fff;font-size:11.5px;font-weight:600;opacity:.9;transition:opacity .2s}
.vid-logo{position:absolute;top:36px;left:14px;color:#fff;font-size:13px;font-weight:800;font-style:italic;transition:opacity .2s}
.vid-quote{position:absolute;left:14px;right:60px;bottom:44px;color:#fff;font-size:19px;font-weight:700;line-height:1.3;transition:opacity .2s}
.vid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
.vid-play svg{width:20px;height:20px;margin-left:2px}
.vid-dur{position:absolute;left:14px;bottom:16px;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px}

.wa-card{border:1px solid var(--bd);border-radius:14px;padding:16px;margin-top:16px}
.wa-top{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.wa-top svg{width:20px;height:20px}
.wa-top b{font-size:13px}
.wa-time{margin-left:auto;font-size:11px;color:var(--mut)}
.wa-msg{font-size:13.5px;color:var(--ink);line-height:1.5;background:#f8fafc;border-radius:10px;padding:12px}
.wa-who{display:flex;align-items:center;gap:6px;font-size:13.5px}
.wa-sub{font-size:12px;color:var(--mut)}

.story-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.mini-card{border:1px solid var(--bd);border-radius:14px;padding:14px}
.mc-top{display:flex;align-items:center;gap:6px;margin-bottom:8px}
.mc-top svg{width:16px;height:16px}
.mc-top b{font-size:11.5px}
.mc-top span{margin-left:auto;font-size:10.5px;color:var(--mut)}
.mc-rate{color:var(--org) !important;font-weight:700}
.mc-wave{margin-bottom:8px}
.mc-q{font-size:11.5px;color:var(--body);line-height:1.5;margin-bottom:10px}
.mc-who{display:flex;align-items:center;gap:8px}
.mc-who img{width:26px;height:26px;border-radius:50%;object-fit:cover}
.mc-who b{display:block;font-size:11.5px}
.mc-who span{font-size:10px;color:var(--mut)}

.story-band{display:flex;align-items:center;gap:12px;background:#f8fafc;border-radius:14px;padding:16px;margin-top:16px;flex-wrap:wrap;max-width:1140px;margin-left:auto;margin-right:auto}
.story-band b{display:block;font-size:13.5px}
.story-band .sub{font-size:12px;color:var(--mut)}
.story-band .btn{margin-left:auto;padding:9px 14px;font-size:12.5px}
.story-band .ic{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none}
.story-band .ic svg{width:16px;height:16px}

.cs-card{border:1px solid var(--bd);border-radius:16px;padding:18px;background:#fff;min-width:0}
.cs-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.cs-logo{width:38px;height:38px;border-radius:9px;background:#fdf6e9;color:#b8860b;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none}
.cs-top div{display:flex;flex-direction:column}
.cs-top b{font-size:14.5px}
.cs-top span{font-size:11.5px;color:var(--mut)}
.cs-desc{font-size:13px;color:var(--body);line-height:1.5;margin-bottom:12px}
.cs-img{width:100%;height:150px;object-fit:cover;border-radius:12px;margin-bottom:16px}
.cs-h{font-size:10.5px;font-weight:700;letter-spacing:.08em;color:var(--mut);margin:14px 0 10px}
.cs-challenge{display:flex;flex-direction:column;gap:8px}
.cs-challenge span{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--body)}
.cs-challenge .x{width:18px;height:18px;border-radius:50%;background:#fee2e2;color:#dc2626;font-style:normal;font-size:10px;display:flex;align-items:center;justify-content:center;flex:none}
.cs-steps{display:flex;align-items:flex-start;gap:2px;overflow-x:auto;padding-bottom:4px}
.cs-step{flex:1;min-width:82px;text-align:center}
.cs-step .ic{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin:0 auto 6px}
.cs-step .ic svg{width:15px;height:15px}
.cs-step b{display:block;font-size:11px}
.cs-step span{font-size:9.5px;color:var(--mut);line-height:1.3}
.cs-arrow{color:var(--bd);font-size:14px;padding-top:8px;flex:none}
.cs-results{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cs-results .sc{padding:14px 12px;text-align:center}
.cs-results .sc .num{font-size:22px;font-weight:800;margin-bottom:2px}
.cs-results .sc span{font-size:11px;color:var(--mut);display:block;margin-bottom:4px}
.cs-quote{background:#eff6ff;border-radius:14px;padding:16px;margin-top:16px;position:relative}
.cs-quote .qmark{position:absolute;top:6px;left:14px;font-size:34px;color:#bfdbfe;font-weight:800;line-height:1}
.cs-quote p{font-size:13px;color:var(--ink);line-height:1.55;margin-bottom:12px;position:relative;z-index:1}
.cs-who{display:flex;align-items:center;gap:10px}
.cs-who img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.cs-who b{display:block;font-size:12.5px}
.cs-who span{font-size:11px;color:var(--mut)}
.cs-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid var(--bd);font-size:12px;color:var(--mut)}
.cs-foot a{font-weight:600;font-size:12.5px}

@media (max-width:480px){
  .story-band{flex-direction:column;align-items:flex-start}
  .story-band .btn{margin-left:0;width:100%;justify-content:center}
}

/* ---------- OPEN BOOK POLICY (04) ---------- */
.obp-sec{padding-bottom:40px}
.obp-grid{max-width:640px;margin:0 auto;text-align:center}
.obp-trust{display:flex;gap:22px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.obp-trust span{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--body)}
.obp-trust svg{width:15px;height:15px;color:var(--mut)}
.obp-cards{display:grid;grid-template-columns:1fr;gap:16px;margin-top:36px}
.obp-card{border:1px solid var(--bd);border-radius:16px;padding:24px 22px;background:#fff}
.obp-card .ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.obp-card .ic svg{width:18px;height:18px}
.obp-card h3{font-size:17px;font-weight:700;margin-bottom:10px}
.obp-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #f1f5f9;font-size:13px;color:var(--mut)}
.obp-row:first-of-type{border-top:none}
.obp-row b{color:var(--ink);font-size:14px;font-weight:700}
.obp-card > .link{display:inline-block;margin-top:14px;font-weight:700;font-size:13.5px}
.obp-chan{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #f1f5f9}
.obp-chan:first-of-type{border-top:none}
.obp-chan b{font-size:13.5px;flex:1}
.obp-chan .up{font-size:12px;font-weight:700}
.obp-banner{display:flex;align-items:center;gap:16px;background:#eff6ff;border-radius:14px;padding:20px;margin-top:20px;flex-wrap:wrap}
.obp-banner .sh{display:inline-flex;width:20px;height:20px;color:var(--org);vertical-align:-4px}
.obp-banner .sh svg{width:20px;height:20px}
.obp-banner div{font-size:14px;color:var(--body);line-height:1.6}
@media (min-width:820px){
  .obp-cards{grid-template-columns:1fr 1fr 1fr}
}

/* phone mockup */
.phone{width:250px;background:#0f172a;border-radius:36px;padding:10px;box-shadow:0 26px 50px -22px rgba(15,23,42,.35);margin:0 auto}
.phone-scr{background:#fff;border-radius:28px;overflow:hidden;padding:12px 12px 16px}
.phone-sb{display:flex;justify-content:space-between;font-size:9px;font-weight:700;color:var(--ink);padding:2px 8px 8px}
.phone .os-top b{font-size:12px}
.phone .live{font-size:9px;padding:2px 7px}
.ptabs{display:flex;justify-content:space-between;border:1px solid var(--bd);border-radius:9px;margin:8px 0 10px;overflow:hidden}
.ptab{flex:1;text-align:center;font-size:8.5px;font-weight:600;color:var(--mut);padding:7px 2px 6px;border-bottom:2px solid transparent}
.ptab svg{width:11px;height:11px;display:block;margin:0 auto 2px}
.ptab.on{color:var(--blue);border-bottom-color:var(--blue)}
.phone .os-head b{font-size:11px}
.phone .os-sub{font-size:9px;margin-bottom:8px}
.pmetrics{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px}
.pm{border:1px solid var(--bd);border-radius:8px;padding:7px 8px}
.pm .lbl{font-size:8px;color:var(--mut);font-weight:600}
.pm .val{font-size:13px;font-weight:800}
.pm .chg{font-size:8px}
.prow{border:1px solid var(--bd);border-radius:8px;padding:8px;display:flex;align-items:center;gap:6px;font-size:9px}
.prow svg{width:11px;height:11px}
.prow b{font-size:9.5px}
.prow .ok{color:var(--grn);font-weight:600;margin-left:auto}

/* ---------- 03 GROWTH OS ---------- */
.os3{background:var(--bg);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd)}
.os3-grid{display:grid;grid-template-columns:400px 1fr;gap:48px;align-items:center;margin-bottom:48px}
.pill-box{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--bd);background:#fff;border-radius:12px;padding:12px 18px;font-size:13.5px;font-weight:600;margin-top:24px}
.pill-box svg{width:16px;height:16px;color:var(--grn)}
.metric4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.m4{background:#fff;border:1px solid var(--bd);border-radius:var(--r);padding:18px}
.m4 .ic{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.m4 .ic svg{width:16px;height:16px}
.m4 .top{display:flex;align-items:center;justify-content:space-between}
.m4 .lbl{font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:8px}
.m4 .live{font-size:9.5px;padding:2px 8px}
.m4 .val{font-size:26px;font-weight:800}
.m4 .per{font-size:11.5px;color:var(--mut);margin:2px 0 6px}
.m4 .chg{font-size:11.5px;margin-bottom:10px}
.m4 svg.area{width:100%;height:44px;display:block}
.m4 .link{font-size:12.5px;font-weight:600}
.dash-bar{display:flex;align-items:center;gap:12px;margin:0 0 14px;flex-wrap:wrap}
.dash-bar .ttl{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--blue);font-size:14px}
.dash-bar .ttl svg{width:15px;height:15px}
.dash-bar .upd{font-size:12.5px;color:var(--mut)}
.dash-bar .wk{margin-left:auto;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--bd);border-radius:12px;padding:8px 14px;font-size:12.5px}
.dash-bar .wk svg{width:14px;height:14px;color:var(--mut)}
.dash-bar .wk b{font-size:12.5px}
.bigdash{display:grid;grid-template-columns:180px 1fr 300px;background:#fff;border:1px solid var(--bd);border-radius:18px;overflow:hidden;box-shadow:0 24px 50px -26px rgba(15,23,42,.16)}
.bd-side{border-right:1px solid var(--bd);padding:16px 12px;display:flex;flex-direction:column}
.bd-side .logo{font-size:14px;margin:0 0 16px 6px}
.bd-side .logo .logo-mark{width:24px;height:24px;font-size:12px}
.bd-menu{list-style:none;font-size:12.5px}
.bd-menu li{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;color:var(--body);font-weight:500}
.bd-menu li svg{width:14px;height:14px;color:var(--mut)}
.bd-menu li.on{background:#eff4ff;color:var(--blue);font-weight:700}
.bd-menu li.on svg{color:var(--blue)}
.bd-help{margin-top:auto;border-top:1px solid var(--bd);padding-top:12px;font-size:10.5px;color:var(--mut);display:flex;gap:8px;align-items:flex-start}
.bd-help .ic{width:26px;height:26px;border-radius:50%;background:var(--grn-bg);display:flex;align-items:center;justify-content:center;flex:none}
.bd-help .ic svg{width:12px;height:12px;color:var(--grn)}
.bd-help b{display:block;font-size:11px;color:var(--ink)}
.bd-main{padding:18px 22px;min-width:0}
.bd-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.bd-head b{font-size:16px}
.bd-head .sel{margin-left:auto;font-size:12px;color:var(--mut);border:1px solid var(--bd);border-radius:8px;padding:5px 10px;display:flex;align-items:center;gap:6px}
.bd-head .sel svg{width:12px;height:12px}
.bd-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:16px}
.bs .lbl{font-size:10px;color:var(--mut);font-weight:600}
.bs .val{font-size:16px;font-weight:800}
.bs .chg{font-size:10.5px}
.bd-chart{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;row-gap:4px}
.bd-chart svg{width:100%;height:200px;display:block;grid-column:2;grid-row:1}
.bd-chart .ylab{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-size:11px;color:#94a3b8;padding:0 0 2px;transform:translateY(-5px)}
.bd-chart .xlab{grid-column:2;grid-row:2;display:flex;justify-content:space-between;font-size:11px;color:#94a3b8}
.bd-leg{display:flex;gap:18px;font-size:11.5px;color:var(--body);margin-top:6px}
.bd-leg span{display:flex;align-items:center;gap:6px}
.bd-leg i{width:16px;height:0;border-top:2px solid var(--blue)}
.bd-leg i.d{border-top-style:dashed;border-color:var(--grn)}
.bd-right{border-left:1px solid var(--bd);padding:18px}
.bd-right h4{font-size:13.5px;margin-bottom:10px}
.cp-table{width:100%;border-collapse:collapse;font-size:11.5px}
.cp-table th{font-size:9px;letter-spacing:.08em;color:var(--mut);text-align:left;padding:6px 4px;border-bottom:1px solid var(--bd)}
.cp-table td{padding:9px 4px;border-bottom:1px solid #f1f5f9}
.cp-table .ch{display:flex;align-items:center;gap:6px;font-weight:600}
.cp-table .ch svg{width:13px;height:13px}
.bd-right .link{display:inline-block;margin-top:12px;font-size:12.5px;font-weight:600}
.foot4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}
.f4{background:#fff;border:1px solid var(--bd);border-radius:var(--r);padding:16px 18px;display:flex;align-items:center;gap:14px}
.f4 .ic{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none}
.f4 .ic svg{width:17px;height:17px}
.f4 .lbl{font-size:11.5px;color:var(--mut);font-weight:600}
.f4 b{font-size:15px;display:block}
.f4 .sub{font-size:10.5px}
.f4 .arr{margin-left:auto;color:var(--mut)}

/* ---------- 04 VISIBILITY ---------- */
.vis-grid{display:grid;grid-template-columns:330px 1fr;gap:40px;align-items:start}
@media(min-width:1081px){.vis-grid > div:first-child{position:sticky;top:100px;align-self:start}}
.vphone{width:250px}
.veyebrow{font-size:8px;font-weight:700;letter-spacing:.12em;color:var(--blue);margin:4px 0 6px}
.vph-h{font-size:15px;font-weight:800;line-height:1.2;margin-bottom:6px}
.vph-p{font-size:8.5px;color:var(--body);margin-bottom:10px}
.vph-card{border:1px solid var(--bd);border-radius:10px;padding:9px 10px;margin-bottom:8px}
.vph-card b{font-size:10.5px;display:block;margin-bottom:2px}
.vph-card p{font-size:8px;color:var(--body)}
.vph-top{display:flex;align-items:center;gap:6px;margin-bottom:5px}
.vph-ic{width:20px;height:20px;border-radius:6px;display:flex;align-items:center;justify-content:center}
.vph-ic svg{width:10px;height:10px}
.vph-st{font-size:8px;font-weight:700;color:var(--grn)}
.vph-btn{width:100%;justify-content:center;padding:6px;font-size:9px;border-radius:7px;margin-top:4px}
.vph-chips{display:flex;align-items:center;gap:6px;margin:6px 0}
.vph-chips span{font-size:8px;color:var(--mut);font-weight:700}
.vph-link{font-size:8.5px;font-weight:600;color:var(--blue)}
.vis-checks{list-style:none;margin:26px 0}
.vis-checks li{display:flex;gap:12px;padding:10px 0}
.vis-checks .ck{width:22px;height:22px;border-radius:50%;background:#dbeafe;color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none;margin-top:2px}
.vis-checks .ck svg{width:11px;height:11px}
.vis-checks b{font-size:14.5px;display:block}
.vis-checks span{font-size:13px;color:var(--mut)}
.vis-trust{border-top:1px solid var(--bd);padding-top:20px;display:flex;flex-wrap:wrap;gap:16px 24px;font-size:13px;font-weight:600;color:var(--body)}
.vis-trust span{display:flex;align-items:center;gap:8px}
.vis-trust svg{width:15px;height:15px;color:var(--mut)}
.vcard{border:1px solid var(--bd);border-radius:16px;background:#fff;padding:22px;display:grid;grid-template-columns:1fr 300px;gap:24px;margin-bottom:18px}
.vc-left .ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.vc-left .ic svg{width:19px;height:19px}
.vc-left .status{font-size:11.5px;font-weight:700;display:inline-flex;align-items:center;gap:6px;margin-bottom:6px}
.vc-left .status::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.vc-left h3{font-size:19px;margin:2px 0 8px}
.vc-left p{font-size:13.5px;color:var(--body);max-width:300px}
.vc-left .meta{font-size:12px;color:var(--mut);margin-top:10px}
.vc-left .link{display:inline-block;margin-top:14px;font-size:13.5px;font-weight:600}
.chips{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
.chip{border:1px solid var(--bd);border-radius:10px;padding:7px 11px;font-size:11px;text-align:center}
.chip svg{width:14px;height:14px;display:block;margin:0 auto 3px}
.chip b{display:block;font-size:11px}
.chip span{color:var(--mut);font-size:10px}
.chip.more{display:flex;align-items:center;font-weight:700;color:var(--mut)}
.next-box{border:1px solid var(--bd);border-radius:12px;padding:16px}
.next-box .cap{font-size:10px;letter-spacing:.1em;color:var(--mut);font-weight:700;margin-bottom:10px}
.next-box .row{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:600;padding:4px 0}
.next-box .row svg{width:14px;height:14px;color:var(--mut)}
.next-box .btn{width:100%;justify-content:center;margin-top:12px;padding:11px;font-size:13.5px}
.next-box .fine{text-align:center;font-size:11px;color:var(--mut);margin-top:8px}
.mini-dash{border:1px solid var(--bd);border-radius:12px;padding:14px;font-size:11px}
.mini-dash .mh{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:12px;margin-bottom:8px}
.mini-tabs{display:flex;gap:6px;margin-bottom:10px}
.mini-tabs span{font-size:10px;color:var(--mut);padding:4px 8px;border-radius:6px}
.mini-tabs span.on{background:#eff4ff;color:var(--blue);font-weight:700}
.mini-stats{display:flex;gap:16px;margin-bottom:10px}
.mini-stats .lbl{font-size:9.5px;color:var(--mut)}
.mini-stats b{font-size:13px}
.mini-stats .chg{font-size:9.5px}
.mt{width:100%;border-collapse:collapse;font-size:10.5px}
.mt th{font-size:8.5px;letter-spacing:.06em;color:var(--mut);text-align:left;padding:4px 3px;border-bottom:1px solid var(--bd)}
.mt td{padding:6px 3px;border-bottom:1px solid #f1f5f9}
.mt tr:last-child td{border-bottom:none}
.mt .cn{color:var(--blue);font-weight:600}
.mt .ok{color:var(--grn);font-weight:600}
.rep-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.rs{border:1px solid var(--bd);border-radius:10px;padding:8px 10px}
.rs .lbl{font-size:9.5px;color:var(--mut);font-weight:600}
.rs .val{font-size:14px;font-weight:800}
.rs .chg{font-size:9.5px}
.perf-box{border:1px solid var(--bd);border-radius:12px;padding:14px}
.perf-box .mh{display:flex;justify-content:space-between;font-weight:700;font-size:12px;margin-bottom:6px}
.perf-box .mh span{font-weight:500;color:var(--mut);font-size:10.5px}
.pchart{display:grid;grid-template-columns:auto 1fr;column-gap:8px;row-gap:3px}
.pchart svg.line{width:100%;height:72px;display:block;grid-column:2;grid-row:1}
.pchart .ylab{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-size:8.5px;color:#94a3b8;transform:translateY(-4px)}
.pchart .xlab{grid-column:2;grid-row:2;display:flex;justify-content:space-between;font-size:8.5px;color:#94a3b8}
.topch{display:flex;gap:14px;align-items:center;margin-top:10px;border-top:1px solid #f1f5f9;padding-top:10px}
.topch .lg{font-size:10px;flex:1}
.topch .lg b{font-size:11px;display:block;margin-bottom:5px}
.topch .lg div{display:flex;justify-content:space-between;padding:1.5px 0;color:var(--body)}
.topch .lg i{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:6px}
.vbanner{background:var(--bg);border:1px solid var(--bd);border-radius:var(--r);display:flex;align-items:center;gap:16px;padding:18px 24px;margin-top:8px;flex-wrap:wrap}
.vbanner .sh{width:40px;height:40px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;flex:none}
.vbanner .sh svg{width:17px;height:17px;color:var(--blue)}
.vbanner b{display:block;font-size:15px}
.vbanner .sub{font-size:12.5px;color:var(--body)}
.vbanner .btn{margin-left:auto}
.vbanner .fine{font-size:11.5px;color:var(--mut)}

/* ---------- FOOTER ---------- */
.foot{border-top:1px solid var(--bd);padding:34px 0}
.foot-in{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.foot-contact{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--mut)}
.foot-contact a{color:var(--mut)}
.foot-contact a:hover{color:var(--blue)}
.foot .cp{color:var(--mut);font-size:13px}
.foot .socials{margin-left:auto;display:flex;gap:12px}
.foot .socials a{width:36px;height:36px;border:1px solid var(--bd);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--mut)}
.foot .socials a:hover{color:var(--blue);border-color:var(--blue)}
.foot .socials svg{width:16px;height:16px}

/* ---------- VIDEO ROW (06 pre) ---------- */
.vid-header{display:flex;align-items:center;justify-content:space-between;max-width:1140px;margin:0 auto 20px}
.vid-header b{font-size:19px;font-weight:800}
.vid-header span{font-size:12.5px;color:var(--mut)}
.vid-row{display:grid;grid-template-columns:1fr;gap:16px;max-width:1140px;margin:0 auto}

/* ---------- REVIEW GRID (06) ---------- */
.review-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1140px;margin:0 auto}
.pill{cursor:pointer}

/* ---------- FOOTER ---------- */
.foot{border-top:1px solid var(--bd);padding:0;background:#0f172a;color:#e2e8f0}
.foot-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-cta b{display:block;font-size:19px;font-weight:800;color:#fff}
.foot-cta span{font-size:13.5px;color:#94a3b8}
.foot-grid{display:grid;grid-template-columns:1fr;gap:28px;padding:36px 0}
.foot-brand .logo{color:#fff;margin-bottom:10px}
.foot-brand .logo:hover{color:#fff}
.foot-brand p{font-size:13px;color:#94a3b8;max-width:280px;margin-bottom:16px}
.foot-col h4{font-size:12px;font-weight:700;letter-spacing:.06em;color:#64748b;margin-bottom:12px;text-transform:uppercase}
.foot-col{display:flex;flex-direction:column;gap:10px}
.foot-col a,.foot-col span{color:#cbd5e1;font-size:13.5px}
.foot-col a:hover{color:#fff}
.foot .socials{display:flex;gap:10px}
.foot .socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}
.foot .socials a:hover{color:#fff;border-color:#fff}
.foot .socials svg{width:16px;height:16px}
.foot-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}
.foot .cp{color:#64748b;font-size:12.5px}

@media (min-width:820px){
  .vid-row{grid-template-columns:repeat(3,1fr)}
  .review-grid{grid-template-columns:1fr 1fr 1fr}
  .foot-grid{grid-template-columns:1.4fr 1fr 1fr}
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1080px){
  .hero-grid,.how-grid,.os3-grid,.vis-grid,.why-grid,.mod-row{grid-template-columns:1fr}
  .hero-grid > *,.how-grid > *,.os3-grid > *,.vis-grid > *,.why-grid > *,.mod-row > *{min-width:0}
  .mod-cards{grid-template-columns:repeat(3,1fr)}
  .stat-cards,.metric4,.foot4{grid-template-columns:repeat(2,1fr)}
  .bigdash{grid-template-columns:1fr}
  .bd-side{display:none}
  .bd-right{border-left:none;border-top:1px solid var(--bd)}
  .os-body{grid-template-columns:1fr}
  .os-why{border-left:none;padding-left:0;border-top:1px solid var(--bd);padding-top:16px}
  .vcard{grid-template-columns:1fr}
  .phone{display:none}
}
@media(max-width:720px){
  .wrap{padding:0 18px}
  .nav-in{gap:10px}
  .logo{font-size:16px;flex-shrink:0}
  .logo-mark{width:26px;height:26px}
  .nav-links,.nav-cta .btn-ghost{display:none}
  .ham{display:block;margin-left:auto;flex-shrink:0}
  .nav-cta{margin-left:auto;flex-shrink:0}
  .nav-cta .btn{padding:8px 11px;font-size:11px;white-space:nowrap;line-height:1.15}
  .os-head{align-items:flex-start}
  .os-head .live{margin-top:2px}
  .banner .dur{align-items:center}
  .banner .dur svg{align-self:center;flex:none}
  .mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--bd);padding:12px 18px 18px;flex-direction:column;gap:4px}
  .mobile-menu.open{display:flex}
  .mobile-menu a{padding:11px 8px;font-size:15px;font-weight:600;color:var(--ink);border-radius:8px}
  .mobile-menu a:hover{background:var(--bg)}
  .hero{padding:44px 0 56px}
  .hero-badge{font-size:9px;padding:6px 12px;margin-bottom:18px}
  .hero h1{font-size:26px}
  .hero-dash{margin:16px 0}
  .hero h2{font-size:19px}
  .hero-sub{font-size:13.5px;margin:12px 0 20px}
  .hero-btns .btn{padding:11px 16px;font-size:13px}
  .trust-row{gap:14px;font-size:11.5px}
  .sect-h2{font-size:24px}
  .sect-p{font-size:14px}
  .why h2{font-size:22px}
  .why p{font-size:13px}
  .eyebrow{font-size:10.5px}
  .hdash-side{display:none}
  .hdash-mlogo{display:flex;width:24px;height:24px;font-size:12px;border-radius:7px}
  .hdash{border-radius:14px}
  .hdash-main{padding:14px}
  .hmetrics{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:12px}
  .hm{padding:7px 7px;border-radius:8px}
  .hm .lbl{font-size:8px}
  .hm .val{font-size:11.5px}
  .hm .chg{font-size:8px;margin:1px 0 4px}
  .hm svg{height:16px}
  .ring{width:36px;height:36px;margin:2px auto}
  .ring svg{width:36px;height:36px}
  .ring b{font-size:11px}
  .hm .exc{font-size:8px}
  .hchan{grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:12px}
  .hc{padding:6px 6px;border-radius:8px}
  .hc .nm{font-size:8.5px;gap:3px}
  .hc .nm svg{width:10px;height:10px}
  .hc .st,.hc .amt{font-size:8px}
  .hpipe{gap:3px}
  .hp .ic{width:24px;height:24px;margin-bottom:4px}
  .hp .ic svg{width:11px;height:11px}
  .hp b{font-size:8.5px}
  .hp span{font-size:7.5px}
  .stat-cards{grid-template-columns:repeat(2,1fr);gap:12px}
  .sc{padding:16px 14px;border-radius:12px}
  .sc .ic{width:34px;height:34px;margin-bottom:12px}
  .sc .ic svg{width:16px;height:16px}
  .sc .num{font-size:20px;margin-bottom:6px}
  .sc p{font-size:12px;margin-bottom:8px;line-height:1.4}
  .sc .src{font-size:10.5px}
  .metric4,.foot4{grid-template-columns:1fr}
  .os-metrics{grid-template-columns:repeat(2,1fr)}
  .os-tabs{grid-template-columns:repeat(3,1fr)}
  .os-panel{padding:14px}
  .os-table th,.os-table td{padding:8px 3px;font-size:10.5px}
  .os-table svg.tr{width:36px}
  .mod-cards{grid-template-columns:repeat(2,1fr)}
  .bd-stats{grid-template-columns:repeat(2,1fr)}
  .banner .btn,.vbanner .btn{margin-left:0}
  .banner .dur{border-left:none;padding-left:0}
  .rep-stats{grid-template-columns:repeat(2,1fr)}
  .sect{padding:44px 0}
  .sec{padding:44px 0}
  .intro-vid-sec{padding:26px 0}
  .story-sec{padding:44px 0}
  .obp-sec{padding:40px 0 16px}

  /* text density pass — mobile */
  .acc-p,.story-p,.why p,.vph-p,.wa-msg,.mc-q,.cs-desc,.cs-quote p,.obp-cards + .obp-banner div{font-size:12.5px;line-height:1.55}
  .acc-item span,.obp-row span,.obp-row b,.cs-step span,.acc-arrows li{font-size:11.5px}
  .acc-list{gap:12px}
  .acc-arrows{gap:9px;margin-bottom:18px}
  .story-header{margin-bottom:22px}
  .obp-grid{max-width:none}
  .obp-cards{gap:12px;margin-top:24px}
  .obp-card{padding:18px 16px}
  .obp-card h3{font-size:15px}
  .obp-banner{padding:16px;gap:12px}
  .obp-banner div{font-size:12.5px;line-height:1.55}
  .obp-trust{gap:14px;margin-top:6px}
  .obp-trust span{font-size:12px}
  .vid-sec{padding:40px 0 0}
  .cs-card{padding:14px}
  .cs-h{margin:10px 0 8px}
  .cs-results .sc{padding:10px 8px}
  .cs-results .sc .num{font-size:18px}
  .story-2col{gap:10px}
  .mini-card{padding:12px}
  .wa-card{padding:13px}
  .acc-next{padding:12px 14px}
  .cs-quote{padding:14px}
  .cs-steps{flex-direction:column;overflow-x:visible;gap:0;align-items:stretch}
  .cs-step{min-width:0;display:flex;align-items:center;gap:12px;text-align:left;padding:10px 0;border-bottom:1px solid #f1f5f9}
  .cs-step:last-child{border-bottom:none}
  .cs-step .ic{margin:0;flex:none}
  .cs-step b{font-size:12.5px}
  .cs-step span{font-size:11px;display:block}
  .cs-arrow{display:none}
}
@media(min-width:721px){.mobile-menu{display:none !important}}
