
/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter Tight',sans-serif;background:#fff;color:#111;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:999;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 48px;height:68px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #eee;
}
.logo{font-size:21px;font-weight:900;letter-spacing:-.03em;color:#111}
.logo em{color:#5A3BF1;font-style:normal}
.logo strong{color:#FF772C}
.nav-pill{
  background:#FF772C;color:#fff;
  padding:11px 26px;border-radius:999px;
  font-size:13px;font-weight:700;text-decoration:none;
  transition:background .15s,transform .15s;
}
.nav-pill:hover{background:#D45A10;transform:translateY(-1px)}

/* ── HERO ── */
.hero{
  min-height:100vh;
  padding-top:68px;
  background:#fff;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  max-width:1320px;
  margin:0 auto;
  padding-left:60px;
  padding-right:0;
}

/* decorative bolts */
.bolt{position:absolute;pointer-events:none}
.bolt-1{top:12%;right:42%;width:36px;color:#FF772C;opacity:.85;transform:rotate(-15deg)}
.bolt-2{top:28%;right:28%;width:28px;color:#5A3BF1;opacity:.7;transform:rotate(10deg)}
.bolt-3{bottom:22%;right:24%;width:42px;color:#FF772C;opacity:.8;transform:rotate(-5deg)}
.bolt-4{top:18%;right:18%;width:22px;color:#5A3BF1;opacity:.6;transform:rotate(20deg)}
.bolt-5{bottom:30%;right:10%;width:30px;color:#FF772C;opacity:.75;transform:rotate(-10deg)}

.hero-copy{padding:80px 0 80px}
.hero-tag{
  display:inline-flex;align-items:center;gap:7px;
  font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:#5A3BF1;margin-bottom:20px;
}
.hero-tag-dot{width:7px;height:7px;border-radius:50%;background:#FF772C;animation:pulse 1.8s ease-in-out infinite}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.8);opacity:.4}}

.hero h1{
  font-size:clamp(42px,5.5vw,74px);
  font-weight:900;
  line-height:1.01;
  letter-spacing:-.04em;
  text-transform:uppercase;
  color:#111;
  margin-bottom:18px;
}
.hero h1 em{color:#5A3BF1;font-style:normal}

.hero-sub{
  font-size:16px;color:#555;line-height:1.72;
  max-width:420px;margin-bottom:32px;
}

/* hero checks */
.hcks{display:flex;flex-direction:column;gap:8px;margin-bottom:30px}
.hck{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;font-weight:500}
.hck-dot{
  width:21px;height:21px;border-radius:50%;flex-shrink:0;
  background:#5A3BF1;color:#fff;
  display:flex;align-items:center;justify-content:center;
}
.hck-dot svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}

/* urgency */
.urg{
  background:#F7F7F7;border:1.5px solid #E5E5E5;
  border-radius:14px;padding:16px 20px;max-width:400px;
}
.urg-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:13px}
.urg-lbl{color:#666;font-weight:500}
.urg-val{font-weight:800;color:#FF772C}
.urg-track{height:7px;background:#DDD;border-radius:999px;margin-bottom:7px}
.urg-bar{height:100%;width:72%;border-radius:999px;background:linear-gradient(90deg,#FF772C,#FF9A5C)}
.urg-note{font-size:11px;color:#999}

/* ── HERO PHONE ── */
.hero-phone-wrap{
  display:flex;align-items:flex-end;justify-content:center;
  height:100%;padding-bottom:0;
  position:relative;
}
.phone-3d{
  width:300px;position:relative;z-index:2;
  transform:perspective(1200px) rotateY(-14deg) rotateX(3deg) rotate(2deg);
  animation:float3d 7s ease-in-out infinite;
  filter:drop-shadow(0 70px 60px rgba(0,0,0,.20)) drop-shadow(0 10px 40px rgba(90,59,241,.15));
  transform-origin:center bottom;
}
@keyframes float3d{
  0%,100%{transform:perspective(1200px) rotateY(-14deg) rotateX(3deg) rotate(2deg) translateY(0)}
  50%{transform:perspective(1200px) rotateY(-14deg) rotateX(3deg) rotate(2deg) translateY(-22px)}
}
.ph-body{
  background:linear-gradient(145deg,#1e1e30,#12121f);
  border-radius:50px;padding:14px;
  border:2px solid rgba(255,255,255,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
  position:relative;
}
.ph-body::before{
  content:'';position:absolute;left:-5px;top:16%;bottom:16%;
  width:5px;border-radius:5px 0 0 5px;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,.22),transparent);
}
.ph-screen{border-radius:36px;overflow:hidden;background:#fff;position:relative}
.ph-notch{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:95px;height:24px;
  background:#12121f;
  border-radius:0 0 16px 16px;z-index:5;
}
.ph-screen img{width:100%;display:block}

/* phone glow */
.ph-glow{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:360px;height:420px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(90,59,241,.14) 0%,transparent 65%);
  filter:blur(40px);pointer-events:none;z-index:0;
}

/* ── CURVED DIVIDER white → black ── */
.curve-down{
  position:relative;background:#fff;
  margin-bottom:-2px;
}
.curve-down svg{display:block;width:100%}

/* ── DARK SECTION ── */
.dark{background:#111;color:#fff}

/* big stat */
.stat-block{
  text-align:center;
  padding:100px 40px 60px;
}
.stat-block .n{
  font-size:clamp(56px,10vw,130px);
  font-weight:900;line-height:.95;
  letter-spacing:-.05em;
  text-transform:uppercase;
}
.stat-block .n em{color:#FF772C;font-style:normal}
.stat-block .sub{
  font-size:clamp(16px,2vw,22px);color:rgba(255,255,255,.5);
  max-width:480px;margin:20px auto 0;line-height:1.6;
}

/* ── REVIEW CARDS STRIP ── */
.reviews-outer{
  overflow:hidden;
  -webkit-mask:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);
  mask:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);
  padding-bottom:8px;
}
.reviews-track{
  display:flex;gap:14px;
  animation:scrollCards 44s linear infinite;
  width:max-content;padding:6px 0 12px;
}
@keyframes scrollCards{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.rv-card{
  width:250px;flex-shrink:0;
  background:#1a1a28;border:1px solid rgba(255,255,255,.07);
  border-radius:16px;padding:20px;
}
.rv-stars{display:flex;gap:2px;margin-bottom:9px}
.rv-stars svg{width:13px;height:13px;fill:#FF772C}
.rv-txt{font-size:12.5px;color:rgba(255,255,255,.65);font-style:italic;line-height:1.6;margin-bottom:12px}
.rv-auth{display:flex;align-items:center;gap:9px}
.rv-av{width:30px;height:30px;border-radius:50%;background:#5A3BF1;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rv-nm{font-size:12px;font-weight:700;color:rgba(255,255,255,.8)}
.rv-rl{font-size:10.5px;color:rgba(255,255,255,.35)}

/* ── GIANT MODULES MARQUEE (like Joko brands text) ── */
.modules-marquee{
  padding:70px 0;border-top:1px solid rgba(255,255,255,.07);
}
.mm-title{
  text-align:center;
  font-size:clamp(38px,6vw,80px);font-weight:900;
  letter-spacing:-.04em;text-transform:uppercase;
  line-height:.95;margin-bottom:10px;
}
.mm-title em{color:#FF772C;font-style:normal}
.mm-desc{text-align:center;color:rgba(255,255,255,.4);font-size:16px;margin-bottom:48px}

.mm-strip{overflow:hidden}
.mm-track{
  display:flex;white-space:nowrap;
  animation:mmscroll 20s linear infinite;
}
@keyframes mmscroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mm-word{
  display:inline-block;padding:0 24px;
  font-size:clamp(26px,4vw,50px);
  font-weight:900;text-transform:uppercase;letter-spacing:-.02em;
  color:rgba(255,255,255,.12);
  white-space:nowrap;
}
.mm-word.on{color:rgba(255,255,255,.88)}
.mm-sep{display:inline-block;padding:0 12px;color:#FF772C;font-weight:900;font-size:clamp(26px,4vw,50px)}

/* ── CURVED DIVIDER black → white ── */
.curve-up{background:#111;margin-bottom:-2px}
.curve-up svg{display:block;width:100%}

/* ── FEATURE SPLITS ── */
.fsec{padding:96px 0;background:#fff}
.fsec.gray{background:#F7F7F7}
.fsec-in{
  max-width:1200px;margin:0 auto;padding:0 60px;
  display:grid;grid-template-columns:1fr 1fr;
  gap:80px;align-items:center;
}
.fsec-in.flip{direction:rtl}
.fsec-in.flip>*{direction:ltr}

/* mini phone in features */
.mph-wrap{position:relative;display:flex;justify-content:center}
.mph-glow{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:260px;height:340px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(90,59,241,.18) 0%,transparent 65%);
  filter:blur(28px);pointer-events:none;
}
.mph-glow.og{background:radial-gradient(ellipse,rgba(255,119,44,.15) 0%,transparent 65%)}
.mph-3d{
  width:230px;position:relative;z-index:1;
  transform:perspective(900px) rotateY(13deg) rotateX(-2deg);
  animation:mph 6s ease-in-out infinite;
  filter:drop-shadow(0 40px 45px rgba(0,0,0,.15));
}
.mph-3d.L{
  transform:perspective(900px) rotateY(-13deg) rotateX(-2deg);
  animation-name:mphL;
}
@keyframes mph{0%,100%{transform:perspective(900px) rotateY(13deg) rotateX(-2deg) translateY(0)}50%{transform:perspective(900px) rotateY(13deg) rotateX(-2deg) translateY(-15px)}}
@keyframes mphL{0%,100%{transform:perspective(900px) rotateY(-13deg) rotateX(-2deg) translateY(0)}50%{transform:perspective(900px) rotateY(-13deg) rotateX(-2deg) translateY(-15px)}}
.mph-body{background:#ececf4;border-radius:42px;padding:12px;border:1.5px solid rgba(0,0,0,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.95),0 4px 14px rgba(0,0,0,.1)}
.mph-screen{border-radius:32px;overflow:hidden}
.mph-screen img{width:100%;display:block}

.ftxt{}
.f-chip{
  display:inline-flex;align-items:center;gap:7px;
  background:#EEE9FE;color:#3A20C8;
  font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:5px 14px;border-radius:999px;margin-bottom:18px;
}
.f-chip svg{width:12px;height:12px;stroke:#3A20C8;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.f-chip.og{background:#FFF0E8;color:#D45A10}
.f-chip.og svg{stroke:#D45A10}
.ftxt h2{
  font-size:clamp(30px,3.8vw,48px);font-weight:900;
  letter-spacing:-.035em;line-height:1.06;
  color:#111;margin-bottom:12px;text-transform:uppercase;
}
.ftxt h2 em{color:#FF772C;font-style:normal}
.ftxt>p{font-size:15px;color:#666;line-height:1.72;margin-bottom:22px}
.fpts{display:flex;flex-direction:column;gap:14px}
.fpt{display:flex;gap:12px;align-items:flex-start}
.fpt-ico{
  width:36px;height:36px;border-radius:10px;flex-shrink:0;
  background:#EEE9FE;display:flex;align-items:center;justify-content:center;
}
.fpt-ico svg{width:16px;height:16px;stroke:#5A3BF1;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.fpt-ico.og{background:#FFF0E8}
.fpt-ico.og svg{stroke:#D45A10}
.fpt h4{font-size:14px;font-weight:700;color:#111;margin-bottom:2px}
.fpt p{font-size:13px;color:#777;line-height:1.6;margin:0}

/* ── ALL FEATURES — purple ── */
.all-sec{background:#5A3BF1;padding:88px 0;color:#fff}
.all-in{max-width:1200px;margin:0 auto;padding:0 60px}
.all-head{text-align:center;margin-bottom:56px}
.all-head h2{
  font-size:clamp(36px,5.5vw,72px);font-weight:900;
  text-transform:uppercase;letter-spacing:-.04em;line-height:.97;
  margin-bottom:10px;color:#fff;
}
.all-head h2 em{color:#FF772C;font-style:normal}
.all-head p{font-size:16px;color:rgba(255,255,255,.5);max-width:480px;margin:0 auto}
.all-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.a-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  border-radius:16px;padding:24px;transition:all .22s;
}
.a-card:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}
.a-ico{
  width:44px;height:44px;border-radius:12px;
  background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
}
.a-ico svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.a-card h3{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:5px}
.a-card p{font-size:12.5px;color:rgba(255,255,255,.48);line-height:1.62}

/* ── 4 STEPS ── */
.steps-sec{background:#111;color:#fff;padding:88px 0}
.steps-in{max-width:1200px;margin:0 auto;padding:0 60px}
.steps-head{text-align:center;margin-bottom:60px}
.steps-head h2{font-size:clamp(36px,5vw,68px);font-weight:900;text-transform:uppercase;letter-spacing:-.04em;line-height:.97;color:#fff}
.steps-head h2 em{color:#FF772C;font-style:normal}
.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.1);border-radius:18px;overflow:hidden}
.step-c{padding:36px 28px;border-right:1px solid rgba(255,255,255,.1);position:relative}
.step-c:last-child{border-right:none}
.s-num{
  font-size:13px;font-weight:700;color:#FF772C;
  letter-spacing:.08em;text-transform:uppercase;
  border:1.5px solid rgba(255,119,44,.4);
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;
  margin-bottom:18px;
}
.step-c h3{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px}
.step-c p{font-size:13px;color:rgba(255,255,255,.42);line-height:1.65}

/* ── FORM — white ── */
.form-sec{background:#fff;padding:96px 0}
.form-in{max-width:1200px;margin:0 auto;padding:0 60px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}

.fl h2{
  font-size:clamp(34px,4vw,56px);font-weight:900;
  text-transform:uppercase;letter-spacing:-.04em;line-height:1.02;
  color:#111;margin-bottom:12px;
}
.fl h2 em{color:#FF772C;font-style:normal}
.fl>p{font-size:15px;color:#666;line-height:1.72;margin-bottom:28px}
.perks{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.perk{display:flex;gap:13px;align-items:flex-start}
.perk-ico{
  width:40px;height:40px;border-radius:11px;flex-shrink:0;
  background:#EEE9FE;display:flex;align-items:center;justify-content:center;
}
.perk-ico svg{width:19px;height:19px;stroke:#5A3BF1;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.perk h4{font-size:14px;font-weight:700;color:#111;margin-bottom:2px}
.perk p{font-size:13px;color:#777;line-height:1.6}
.prog-box{background:#F7F7F7;border:1.5px solid #E5E5E5;border-radius:13px;padding:16px 18px}
.pb-top{display:flex;justify-content:space-between;font-size:13px;margin-bottom:9px}
.pb-lbl{color:#666;font-weight:500}
.pb-val{font-weight:800;color:#FF772C}
.pb-track{height:7px;background:#DDD;border-radius:999px;margin-bottom:7px}
.pb-fill{height:100%;width:72%;border-radius:999px;background:linear-gradient(90deg,#FF772C,#FF9A5C)}
.pb-note{font-size:11px;color:#999}

/* form card */
.fc{background:#F7F7F7;border:1.5px solid #E8E8E8;border-radius:20px;padding:34px 30px}
.fc h3{font-size:21px;font-weight:800;letter-spacing:-.025em;color:#111;margin-bottom:5px}
.fc-sub{font-size:13px;color:#999;margin-bottom:24px}
.field{margin-bottom:13px}
.field label{display:block;font-size:10.5px;font-weight:700;color:#AAA;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px}
.field input,.field select{
  width:100%;background:#fff;border:1.5px solid #DDD;
  border-radius:10px;padding:12px 14px;
  color:#111;font-size:14px;font-family:inherit;
  outline:none;transition:border .18s,box-shadow .18s;
  -webkit-appearance:none;appearance:none;
}
.field input:focus,.field select:focus{border-color:#5A3BF1;box-shadow:0 0 0 3px rgba(90,59,241,.1)}
.field input::placeholder{color:#CCC}
.field .fe{font-size:11px;color:#E53935;margin-top:4px;display:none}
.field.bad input,.field.bad select{border-color:#E53935}
.field.bad .fe{display:block}
.plan-lbl{display:block;font-size:10.5px;font-weight:700;color:#AAA;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px}
.plan-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:13px}
.po{border:1.5px solid #DDD;border-radius:10px;padding:12px;cursor:pointer;text-align:center;transition:all .18s;background:#fff}
.po:hover{border-color:#5A3BF1}
.po.on{border-color:#5A3BF1;background:#EEE9FE}
.po-n{font-size:13px;font-weight:700;color:#111}
.po-s{font-size:11px;color:#999;margin-top:2px}
.sub-btn{
  width:100%;padding:15px;background:#FF772C;color:#fff;
  border:none;border-radius:11px;font-size:15px;font-weight:800;
  cursor:pointer;font-family:inherit;
  transition:background .18s,transform .18s,box-shadow .18s;
  letter-spacing:-.01em;margin-top:2px;
}
.sub-btn:hover{background:#D45A10;transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,119,44,.38)}
.f-disc{font-size:11px;color:#CCC;text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}
.f-disc svg{width:12px;height:12px;stroke:#CCC;fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0}

/* success */
.suc{display:none;text-align:center;padding:30px 12px}
.suc-ck{width:68px;height:68px;border-radius:50%;background:#5A3BF1;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}
.suc-ck svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.suc h3{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#111;margin-bottom:9px}
.suc p{font-size:14px;color:#666;margin-bottom:18px;line-height:1.7}
.nx-box{background:#fff;border:1.5px solid #E8E8E8;border-radius:13px;padding:18px;text-align:left}
.nx-box h4{font-size:10.5px;font-weight:700;color:#BBB;text-transform:uppercase;letter-spacing:.09em;margin-bottom:10px}
.nx-item{display:flex;align-items:center;gap:9px;font-size:13px;color:#555;padding:7px 0;border-bottom:1px solid #F0F0F0}
.nx-item:last-child{border:none}
.nx-item svg{width:14px;height:14px;stroke:#5A3BF1;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ── ORANGE MARQUEE BAR (Joko final CTA) ── */
.mq-bar{background:#FF772C;overflow:hidden;padding:22px 0}
.mq-track{display:flex;animation:mq 15s linear infinite;white-space:nowrap}
@keyframes mq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mq-w{
  display:inline;padding:0 28px;
  font-size:clamp(24px,4vw,46px);
  font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:-.025em;
}
.mq-d{color:rgba(255,255,255,.4)}

/* footer */
footer{background:#fff;border-top:1px solid #EEE;padding:32px 60px;display:flex;align-items:center;justify-content:space-between}
.ft-logo{font-size:18px;font-weight:900;letter-spacing:-.03em;color:#111}
.ft-logo em{color:#5A3BF1;font-style:normal}
.ft-logo strong{color:#FF772C}
.ft-links{display:flex;gap:28px}
.ft-links a{font-size:13px;color:#999;text-decoration:none;transition:color .15s}
.ft-links a:hover{color:#111}

/* ── SCROLL REVEAL ── */
.r{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.r.in{opacity:1;transform:translateY(0)}

/* ═══════════════════════════════════
   MOBILE
═══════════════════════════════════ */
/* mobile phone slot (hidden by default) */
.hero-mobile-phone{display:none;justify-content:center;padding:32px 0 44px;position:relative;background:#fff}
.hero-mobile-phone .hmp-glow{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:240px;height:300px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(90,59,241,.22) 0%,transparent 65%);
  filter:blur(28px);pointer-events:none;
}
.hero-mobile-phone .hmp-3d{
  width:200px;position:relative;z-index:1;
  animation:float3d 7s ease-in-out infinite;
  filter:drop-shadow(0 36px 40px rgba(0,0,0,.2));
}
.hero-mobile-phone .hmp-body{background:linear-gradient(145deg,#1e1e30,#12121f);border-radius:42px;padding:11px;border:2px solid rgba(255,255,255,.12)}
.hero-mobile-phone .hmp-screen{border-radius:30px;overflow:hidden;position:relative}
.hero-mobile-phone .hmp-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:76px;height:18px;background:#12121f;border-radius:0 0 12px 12px;z-index:5}
.hero-mobile-phone .hmp-screen img{width:100%;display:block}

@media(max-width:960px){
  nav{padding:0 24px}
  .hero{
    grid-template-columns:1fr;
    padding:68px 24px 0;
    min-height:auto;
    max-width:100%;
  }
  .hero-copy{padding:48px 0 0}
  .hero-phone-wrap{display:none}
  .hero-mobile-phone{display:flex}
  .bolt{display:none}

  .stat-block{padding:70px 24px 50px}
  .reviews-outer{padding:0}
  .modules-marquee{padding:50px 0}
  .modules-marquee .mm-title{padding:0 24px}
  .modules-marquee .mm-desc{padding:0 24px}

  .fsec-in,.fsec-in.flip{grid-template-columns:1fr;direction:ltr;gap:40px;padding:0 24px}
  /* phone always on top, text below */
  .fsec-in>*:first-child{order:1}
  .fsec-in>*:last-child{order:2}
  .fsec-in.flip>*{order:unset}
  .fsec-in.flip .mph-wrap{order:1}
  .fsec-in.flip .ftxt{order:2}
  .fsec{padding:60px 0}

  .all-in,.steps-in,.form-in{padding:0 24px}
  .all-grid{grid-template-columns:1fr 1fr;gap:12px}
  .steps-row{grid-template-columns:1fr 1fr}
  .step-c{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .step-c:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}
  .step-c:last-child,.step-c:nth-last-child(2):nth-child(odd){border-bottom:none}
  .form-grid{grid-template-columns:1fr;gap:40px}
  .all-sec,.steps-sec,.form-sec{padding:60px 0}
  footer{padding:24px;flex-direction:column;gap:16px;text-align:center}
  .ft-links{flex-wrap:wrap;justify-content:center;gap:20px}
}

@media(max-width:600px){
  nav{height:56px}
  .logo{font-size:19px}
  .nav-pill{padding:8px 16px;font-size:12px}

  .hero{padding:56px 16px 0}
  .hero h1{font-size:38px}
  .hero-sub{font-size:14.5px}
  .hero-mobile-phone .hmp-3d{width:185px}
  .hero-mobile-phone{padding:24px 0 36px}

  .stat-block{padding:56px 16px 40px}
  .modules-marquee .mm-title,.modules-marquee .mm-desc{padding:0 16px}
  .mm-title{font-size:34px}

  .fsec-in,.fsec-in.flip,.all-in,.steps-in,.form-in{padding:0 16px}
  .fsec{padding:48px 0}
  .ftxt h2{font-size:30px}

  .all-grid{grid-template-columns:1fr}
  .steps-row{grid-template-columns:1fr}
  .step-c{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .step-c:last-child{border-bottom:none}
  .all-sec,.steps-sec{padding:50px 0}

  .form-sec{padding:56px 0}
  .fl h2{font-size:34px}
  .fc{padding:24px 18px}
  .plan-row{grid-template-columns:1fr}

  .mq-w{font-size:22px;padding:0 18px}
  footer{padding:20px 16px}
}

/* ── LOGO IMAGEM ── */
.site-logo-img{
  max-height:40px;width:auto;display:block;
}
.logo{display:flex;align-items:center}
.logo em{color:var(--o,#FF772C);font-style:normal}
