:root{
  --bg:#050607;
  --panel:rgba(255,255,255,.055);
  --panel-strong:rgba(255,255,255,.09);
  --text:#f6f8fb;
  --muted:#a8b0bc;
  --muted-2:#747d8a;
  --lime:#a7ff00;
  --lime-2:#caff52;
  --lime-soft:rgba(167,255,0,.13);
  --blue:#3da7ff;
  --border:rgba(255,255,255,.09);
  --border-strong:rgba(255,255,255,.14);
  --border-lime:rgba(167,255,0,.24);
  --shadow:0 36px 110px rgba(0,0,0,.38);
  --font:'Inter','Noto Sans Bengali',system-ui,sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--bg);color:var(--text);font-size:16px}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.62;overflow-x:hidden}
body::before{
  content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;
  background:
    radial-gradient(circle at 70% 16%,rgba(53,167,255,.105),transparent 28%),
    radial-gradient(circle at 18% 16%,rgba(167,255,0,.095),transparent 25%),
    radial-gradient(circle at 50% 72%,rgba(255,255,255,.035),transparent 34%),
    linear-gradient(180deg,#050607 0%,#080b0d 45%,#050607 100%);
}
body::after{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.022;
  background-image:linear-gradient(rgba(255,255,255,.75) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.75) 1px,transparent 1px);
  background-size:84px 84px;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{border:0;background:none;color:inherit;cursor:pointer}

.container{width:min(100% - 48px,1280px);margin-inline:auto}
.container--order,.container--story{width:min(100% - 48px,1200px)}
.section{position:relative;padding:clamp(120px,10vw,150px) 0}
.label{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--lime);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.label::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 18px rgba(167,255,0,.5)}
.section-head{max-width:880px;margin-bottom:clamp(46px,6vw,76px)}
.section-head--center{margin-inline:auto;text-align:center}
.section-head--center .label{justify-content:center}
.section-head h2,.story-copy h2,.faq-copy h2,.cta-card h2{font-size:clamp(44px,5vw,82px);line-height:.97;letter-spacing:-.055em;font-weight:900}
.section-head p,.hero__copy p,.story-copy p,.order-card__copy p,.cta-card p{font-size:clamp(1rem,1.25vw,1.22rem);color:var(--muted);max-width:720px}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 32px;border-radius:999px;font-weight:900;transition:transform .24s var(--ease),box-shadow .24s var(--ease),background .24s var(--ease),border-color .24s var(--ease)}
.btn--primary{background:var(--lime);color:#050607;box-shadow:0 20px 50px rgba(167,255,0,.16)}
.btn--primary:hover{transform:translateY(-3px);background:var(--lime-2);box-shadow:0 26px 70px rgba(167,255,0,.24)}
.btn--secondary{border:1px solid var(--border);background:rgba(255,255,255,.045);color:var(--text)}
.btn--secondary:hover{transform:translateY(-3px);border-color:var(--border-lime);background:rgba(255,255,255,.075)}
.btn--full{width:100%}

.site-header{position:fixed;top:18px;left:0;right:0;z-index:100;padding:0 20px}
.nav-shell{
  width:min(100%,1180px);height:64px;margin:auto;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:18px;
  padding:8px 10px 8px 20px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(5,6,7,.72);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 76px rgba(0,0,0,.35);
}
.brand{position:relative;width:136px;height:44px;display:flex;align-items:center}
.brand__logo{position:absolute;width:136px;max-height:44px;object-fit:contain;transition:opacity .24s var(--ease)}
.brand__logo--neon{opacity:0}.site-header.is-scrolled .brand__logo--default{opacity:0}.site-header.is-scrolled .brand__logo--neon{opacity:1}
.nav-links{display:flex;align-items:center;justify-content:center;gap:4px}
.nav-links a{padding:9px 14px;border-radius:999px;color:var(--muted);font-size:.9rem;font-weight:800;transition:background .2s var(--ease),color .2s var(--ease)}
.nav-links a:hover{background:rgba(255,255,255,.06);color:var(--text)}
.nav-cta{justify-self:end;background:var(--lime);color:#050607;border-radius:999px;padding:12px 22px;font-weight:900}
.menu-btn{display:none;width:46px;height:46px;border:1px solid var(--border);border-radius:50%;place-items:center}
.menu-btn span{display:block;width:18px;height:2px;background:var(--text);margin:3px auto;border-radius:999px}

.mobile-drawer{position:fixed;top:0;right:0;width:min(360px,88vw);height:100%;z-index:130;background:#080c0f;border-left:1px solid var(--border);padding:26px;display:none;flex-direction:column;gap:18px;box-shadow:-30px 0 90px rgba(0,0,0,.45)}
.mobile-drawer.open{display:flex}.mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.mobile-drawer__top img{width:124px}.drawer-close{font-size:2rem}.mobile-drawer a{font-weight:900;color:var(--muted);padding:13px 0;border-bottom:1px solid var(--border)}.drawer-cta{margin-top:auto!important;text-align:center;background:var(--lime);color:#050607!important;border-radius:999px!important;padding:15px!important;border:0!important}.drawer-scrim{position:fixed;inset:0;z-index:120;display:none;background:rgba(0,0,0,.62);backdrop-filter:blur(4px)}.drawer-scrim.open{display:block}

.hero{min-height:860px;display:flex;align-items:center;overflow:hidden;padding-top:128px;padding-bottom:72px}
.hero__atmosphere{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 67% 48%,rgba(167,255,0,.085),transparent 27%),radial-gradient(circle at 83% 34%,rgba(61,167,255,.11),transparent 22%)}
.hero__grid{display:grid;grid-template-columns:minmax(0,48%) minmax(580px,52%);align-items:center;gap:clamp(38px,5vw,74px)}
.hero__copy h1{font-size:clamp(68px,8vw,128px);line-height:.9;letter-spacing:-.078em;font-weight:900;margin-bottom:30px}
.hero__copy h1 span{color:var(--lime)}
.hero__copy p{margin-bottom:32px}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.trust-pills{display:flex;gap:10px;flex-wrap:wrap}.trust-pills span{padding:10px 14px;border:1px solid var(--border);background:rgba(255,255,255,.045);border-radius:999px;color:#dfe6ee;font-size:.9rem;font-weight:850}

.hero-stage{position:relative;min-height:688px;display:grid;place-items:center;perspective:950px}
.product-dashboard{
  position:relative;width:clamp(580px,50vw,640px);aspect-ratio:1/1;border:1px solid var(--border-strong);border-radius:40px;overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.026) 58%,rgba(167,255,0,.045));
  box-shadow:0 52px 150px rgba(0,0,0,.50),0 0 82px rgba(167,255,0,.075),inset 0 1px 0 rgba(255,255,255,.12);
  display:grid;place-items:center;padding:28px;transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.product-dashboard::before{content:"";position:absolute;inset:1px;border-radius:39px;background:radial-gradient(circle at 50% 42%,rgba(167,255,0,.13),transparent 34%),radial-gradient(circle at 76% 18%,rgba(61,167,255,.13),transparent 29%);pointer-events:none}
.dashboard__top{position:absolute;top:22px;left:24px;right:24px;z-index:3;display:flex;justify-content:space-between;color:#cbd3de;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.dashboard__halo{position:absolute;width:82%;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:inset 0 0 80px rgba(255,255,255,.035)}
.product-dashboard img{position:relative;z-index:2;width:126%;max-width:none;filter:drop-shadow(0 42px 70px rgba(0,0,0,.70))}
.dashboard__chips{position:absolute;left:24px;right:24px;bottom:22px;z-index:4;display:flex;gap:9px;flex-wrap:wrap}.dashboard__chips span{padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:rgba(5,6,7,.58);backdrop-filter:blur(12px);color:#edf3f8;font-size:.8rem;font-weight:900}
.hotspot{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(5,6,7,.6);backdrop-filter:blur(12px);color:#dfe7ef;font-size:.76rem;font-weight:900}.hotspot i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px rgba(167,255,0,.7)}.hotspot--display{right:58px;top:118px}.hotspot--mic{left:62px;top:230px}
.mini-card{position:absolute;z-index:5;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;min-width:190px;padding:16px;border:1px solid var(--border);border-radius:24px;background:rgba(8,11,13,.72);backdrop-filter:blur(16px);box-shadow:0 24px 74px rgba(0,0,0,.36);animation:floaty 6.4s ease-in-out infinite;transition:border-color .24s var(--ease),transform .24s var(--ease)}
.mini-card:hover{border-color:var(--border-lime)}
.mini-card i{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--lime-soft);color:var(--lime);font-style:normal;font-weight:900}
.mini-card small{display:block;color:var(--muted-2);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.mini-card strong{display:block;color:var(--text);font-size:1.15rem;line-height:1.1}.mini-card span{display:block;color:var(--muted);font-size:.82rem;font-weight:800}.mini-card--battery{left:-18px;top:9%;border-color:var(--border-lime)}.mini-card--bt{right:-18px;top:16%;animation-delay:.7s}.mini-card--cod{right:18px;bottom:12%;border-color:var(--border-lime);animation-delay:1.25s}.mini-card--delivery{left:4px;bottom:16%;animation-delay:1.8s}.mini-card--quote{left:50%;bottom:-10px;transform:translateX(-50%);width:270px;animation-delay:2.2s}.mini-card--quote strong{font-size:.98rem}
@keyframes floaty{0%,100%{translate:0 0}50%{translate:0 -12px}}

.marquee-strip{overflow:hidden;border-block:1px solid rgba(255,255,255,.075);background:rgba(0,0,0,.22)}
.marquee-track{display:flex;width:max-content;gap:34px;padding:15px 0;color:#87909d;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;animation:marquee 42s linear infinite}.marquee-track span{position:relative}.marquee-track span::after{content:"";position:absolute;right:-19px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--lime);opacity:.45}@keyframes marquee{to{transform:translateX(-50%)}}

.process-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.process-grid::before{content:"";position:absolute;left:9%;right:9%;top:58px;height:1px;background:linear-gradient(90deg,transparent,rgba(167,255,0,.32),transparent)}.process-card{position:relative;min-height:304px;padding:40px 34px;border:1px solid var(--border);border-radius:30px;background:linear-gradient(180deg,var(--panel),rgba(255,255,255,.02));box-shadow:var(--shadow);transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.process-card:hover{transform:translateY(-8px);border-color:var(--border-lime);box-shadow:0 38px 110px rgba(0,0,0,.42)}.process-card__num{position:absolute;right:24px;top:16px;color:rgba(255,255,255,.105);font-size:4.5rem;font-weight:900;line-height:1}.process-card i{position:relative;z-index:1;display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--border-lime);border-radius:18px;background:var(--lime-soft);color:var(--lime);font-style:normal;font-weight:900;font-size:1.25rem}.process-card h3,.feature-card h3{font-size:clamp(1.5rem,2vw,2.15rem);line-height:1.08;margin:34px 0 12px}.process-card p,.feature-card p,.review-card p{color:var(--muted);font-size:1.02rem}

.feature-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.feature-card{position:relative;overflow:hidden;min-height:330px;padding:clamp(32px,4vw,48px);border:1px solid var(--border);border-radius:34px;background:linear-gradient(150deg,var(--panel),rgba(255,255,255,.024));box-shadow:var(--shadow);transition:transform .25s var(--ease),border-color .25s var(--ease)}.feature-card:hover{transform:translateY(-7px);border-color:var(--border-lime)}.feature-card--battery{grid-column:span 7;min-height:410px;display:flex;justify-content:space-between;gap:36px}.feature-card--tf{grid-column:span 5;min-height:410px}.feature-card--calls{grid-column:span 4}.feature-card--movement{grid-column:span 6;display:grid;grid-template-columns:.82fr 1fr;align-items:center}.feature-card--small{grid-column:span 3;min-height:310px}.feature-card--small i{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--lime-soft);color:var(--lime);font-style:normal;font-size:1.5rem;font-weight:900}.metric{display:block;color:var(--lime);font-size:clamp(6.5rem,10vw,10.5rem);line-height:.78;letter-spacing:-.08em;font-weight:900}.battery-ui{align-self:end;width:min(250px,38%);min-height:240px;padding:22px;border:1px solid var(--border);border-radius:28px;background:rgba(5,6,7,.45);display:grid;gap:12px}.battery-ui span{border-radius:999px;background:linear-gradient(90deg,var(--lime),rgba(167,255,0,.18))}.battery-ui span:nth-child(1){width:100%}.battery-ui span:nth-child(2){width:78%}.battery-ui span:nth-child(3){width:58%}.battery-ui strong{align-self:end}.feature-card img{width:100%;max-height:300px;object-fit:contain;filter:drop-shadow(0 24px 46px rgba(0,0,0,.48))}.feature-card--tf img{margin:-42px auto 8px;max-height:270px}.wave-ui{height:150px;display:flex;align-items:center;gap:13px;margin-bottom:38px}.wave-ui span{width:16%;border-radius:999px;background:linear-gradient(180deg,var(--lime),rgba(167,255,0,.12));animation:wave 1.8s ease-in-out infinite}.wave-ui span:nth-child(1){height:38%}.wave-ui span:nth-child(2){height:70%;animation-delay:.1s}.wave-ui span:nth-child(3){height:100%;animation-delay:.2s}.wave-ui span:nth-child(4){height:62%;animation-delay:.3s}.wave-ui span:nth-child(5){height:45%;animation-delay:.4s}@keyframes wave{50%{transform:scaleY(.72);opacity:.75}}

.features-stack-section{position:relative;padding:140px 0 180px}.features-stack-wrap{width:min(100% - 48px,1280px);margin:0 auto;display:grid;grid-template-columns:.42fr .58fr;gap:72px;align-items:start}.features-stack-copy{position:sticky;top:140px;height:fit-content}.features-stack-copy h2{font-size:clamp(44px,5vw,82px);line-height:.97;letter-spacing:-.055em;font-weight:900}.features-stack-copy p{margin-top:20px;color:var(--muted);font-size:clamp(1rem,1.25vw,1.22rem)}.feature-mobile-carousel{display:contents}.feature-stack-list{position:relative;min-height:2320px}.feature-stack-card{position:sticky;display:grid;grid-template-columns:1fr .78fr;align-items:center;gap:34px;min-height:420px;margin-bottom:90px;padding:40px;border:1px solid rgba(255,255,255,.09);border-radius:32px;background:rgba(255,255,255,.045);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 28px 86px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.075);transform-origin:top center;transition:transform .35s var(--ease),opacity .35s var(--ease),border-color .25s var(--ease)}.feature-stack-card:hover{border-color:var(--border-lime)}.feature-stack-card:nth-of-type(1){top:120px;z-index:1}.feature-stack-card:nth-of-type(2){top:140px;z-index:2}.feature-stack-card:nth-of-type(3){top:160px;z-index:3}.feature-stack-card:nth-of-type(4){top:180px;z-index:4}.feature-stack-card:nth-of-type(5){top:200px;z-index:5}.feature-stack-card.is-past{transform:scale(.97) translateY(-12px);opacity:.82}.feature-stack-card__copy small{display:inline-flex;margin-bottom:12px;color:var(--lime);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.feature-stack-card h3,.mini-feature-module h3{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.02;letter-spacing:-.035em;margin:0 0 14px}.feature-stack-card p,.mini-feature-module p{color:var(--muted);font-size:1.05rem}.feature-stack-card img{width:100%;max-height:310px;object-fit:contain;filter:drop-shadow(0 26px 52px rgba(0,0,0,.48))}.feature-stack-card--media{grid-template-columns:.88fr 1fr}.feature-stack-card--split{grid-template-columns:1fr 1fr}.feature-stack-card--split .mini-feature-module{min-height:260px}.mini-feature-module{height:100%;padding:28px;border:1px solid var(--border);border-radius:26px;background:rgba(5,6,7,.34)}.mini-feature-module i{display:grid;place-items:center;width:58px;height:58px;margin-bottom:34px;border-radius:18px;background:var(--lime-soft);color:var(--lime);font-style:normal;font-size:1.5rem;font-weight:900}.feature-chip{display:inline-flex;width:max-content;margin-top:18px;padding:8px 11px;border:1px solid var(--border-lime);border-radius:999px;background:var(--lime-soft);color:var(--lime);font-size:.78rem;font-weight:900}.feature-mobile-dots,.feature-mobile-cta{display:none}

.story-block{display:grid;grid-template-columns:1fr .92fr;grid-template-rows:auto auto;gap:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.025));box-shadow:0 44px 130px rgba(0,0,0,.44)}.story-media{position:relative;min-height:650px;overflow:hidden}.story-media>img{width:100%;height:100%;object-fit:cover}.story-metric{position:absolute;left:28px;bottom:28px;padding:22px 24px;border:1px solid var(--border);border-radius:24px;background:rgba(5,6,7,.64);backdrop-filter:blur(14px)}.story-metric strong{display:block;color:var(--lime);font-size:3.5rem;line-height:.85}.story-copy{padding:clamp(42px,5vw,66px)}.story-copy p{margin:24px 0 28px}.story-product{display:grid;grid-template-columns:190px 1fr;gap:20px;align-items:center;margin:26px 0;padding:20px;border:1px solid var(--border);border-radius:28px;background:rgba(255,255,255,.035)}.story-product img{height:168px;object-fit:contain}.story-product strong{display:block;font-size:1.45rem}.story-product span{display:block;color:var(--muted)}.benefit-chips{display:flex;gap:10px;flex-wrap:wrap}.benefit-chips span,.order-tags span{padding:10px 13px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.045);font-size:.88rem;font-weight:900}.story-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-top:1px solid var(--border);background:rgba(255,255,255,.05)}.story-strip span{padding:22px 24px;background:rgba(5,6,7,.34);color:var(--muted);font-weight:800}.story-strip strong{display:block;color:var(--text);font-size:1.12rem}

.gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px}.gallery-card{position:relative;overflow:hidden;min-height:310px;border:1px solid var(--border);border-radius:30px;background:linear-gradient(180deg,var(--panel),rgba(255,255,255,.018));box-shadow:var(--shadow);cursor:pointer;transition:transform .25s var(--ease),border-color .25s var(--ease)}.gallery-card:hover{transform:translateY(-6px);border-color:var(--border-lime)}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}.gallery-card:hover img{transform:scale(1.055)}.gallery-grid--premium .gallery-card{grid-column:span 4}.gallery-grid--premium .gallery-card--hero{grid-column:span 8;grid-row:span 2;min-height:670px}.gallery-card--hero img{object-fit:contain;padding:34px}.gallery-card span{position:absolute;left:18px;bottom:18px;padding:9px 13px;border:1px solid var(--border);border-radius:999px;background:rgba(5,6,7,.70);backdrop-filter:blur(12px);font-size:.8rem;font-weight:900}.proof-panel{margin-top:28px;border:1px solid var(--border);border-radius:32px;background:rgba(255,255,255,.035);box-shadow:var(--shadow);overflow:hidden}.proof-panel summary{display:flex;justify-content:space-between;gap:20px;padding:28px 32px;cursor:pointer;list-style:none}.proof-panel summary::-webkit-details-marker{display:none}.proof-panel summary span{font-size:1.45rem;font-weight:900}.proof-panel summary small{color:var(--muted);font-weight:800}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 22px 22px}.proof-grid .gallery-card{min-height:360px;border-radius:24px}

.gallery-motion-section{position:relative;min-height:320vh;padding:140px 0 160px;overflow:clip;isolation:isolate;z-index:2}.gallery-motion-section::after{content:"";display:block;height:120px}.gallery-motion-header{max-width:1280px;margin:0 auto 64px;padding:0 24px}.gallery-motion-header h2{font-size:clamp(52px,7vw,104px);line-height:.88;letter-spacing:-.06em;font-weight:900}.gallery-motion-header p{max-width:720px;margin-top:18px;color:var(--muted);font-size:clamp(1rem,1.25vw,1.22rem)}.gallery-motion-sticky{position:sticky;top:110px;height:calc(100vh - 140px);z-index:5;display:flex;align-items:center;overflow:hidden;background:#050607}.gallery-motion-track{position:relative;z-index:6;display:flex;gap:28px;padding-left:max(24px,calc((100vw - 1280px) / 2));padding-right:24px;will-change:transform}.gallery-motion-card{position:relative;flex:0 0 420px;height:560px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:34px;background:rgba(255,255,255,.045);box-shadow:0 30px 94px rgba(0,0,0,.34);cursor:pointer;transition:border-color .25s var(--ease),transform .25s var(--ease)}.gallery-motion-card-large{flex-basis:680px}.gallery-motion-card:hover{border-color:var(--border-lime);transform:translateY(-6px)}.gallery-motion-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .5s var(--ease)}.gallery-motion-card-large img{object-fit:contain;padding:36px}.gallery-motion-card:hover img{transform:scale(1.07)}.gallery-motion-card span{position:absolute;left:20px;bottom:20px;padding:10px 14px;border:1px solid var(--border);border-radius:999px;background:rgba(5,6,7,.72);backdrop-filter:blur(12px);font-size:.82rem;font-weight:900}.real-product-section,.real-product-proof,.product-proof-section{position:relative;z-index:1;margin-top:120px;clear:both}

.order-card{display:grid;grid-template-columns:1.5fr 1fr;gap:34px;align-items:stretch;padding:clamp(40px,5vw,62px);border:1px solid var(--border-strong);border-radius:40px;background:linear-gradient(140deg,rgba(255,255,255,.085),rgba(255,255,255,.025));box-shadow:0 46px 138px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.1)}.order-card h2{font-size:clamp(44px,4.8vw,74px);line-height:.96;letter-spacing:-.055em}.price-panel{display:grid;gap:0;margin:34px 0}.price-panel div{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--border)}.price-panel span{color:var(--muted);font-weight:800}.price-panel strong{font-size:1.62rem}.price-panel__total strong{color:var(--lime);font-size:2.2rem}.order-tags{display:flex;gap:10px;flex-wrap:wrap}.order-card__form-preview,.order-visual-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:22px;min-height:0;padding:28px;border:1px solid var(--border);border-radius:32px;background:radial-gradient(circle at 50% 18%,rgba(167,255,0,.1),transparent 34%),rgba(5,6,7,.46)}.order-visual-top{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-weight:900}.order-visual-top strong{color:var(--lime)}.order-visual-media{position:relative;width:100%;aspect-ratio:4/3;min-height:320px;max-height:460px;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#030404}.order-visual-media img{display:block;width:88%;height:88%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:none!important;filter:drop-shadow(0 30px 54px rgba(0,0,0,.58))}.order-preview__body,.order-visual-copy{position:relative}.order-card__form-preview h3,.order-visual-copy h3{font-size:clamp(2rem,3vw,3.25rem);line-height:1;margin-bottom:14px}.order-card__form-preview p,.order-visual-copy p{color:var(--muted);margin-bottom:22px}.order-visual-copy small{display:block;margin-top:14px;color:rgba(255,255,255,.58);font-size:.82rem;font-weight:800}

.specs-preview{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:22px}.specs-preview span,.specs-card,.faq-item,.review-card,.cta-card{border:1px solid var(--border);background:linear-gradient(180deg,var(--panel),rgba(255,255,255,.018));box-shadow:var(--shadow)}.specs-preview span{min-height:84px;display:grid;place-items:center;text-align:center;border-radius:22px;font-weight:900}.specs-card{padding:36px;border-radius:30px}.specs-card summary{cursor:pointer;font-size:1.18rem;font-weight:900}.specs-table{display:grid;grid-template-columns:1fr 1fr;gap:0 34px;margin-top:24px}.specs-table div{display:flex;justify-content:space-between;gap:16px;padding:17px 0;border-bottom:1px solid var(--border)}.specs-table span{color:var(--muted)}

.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{position:relative;min-height:390px;padding:44px 38px;border-radius:32px;transition:transform .25s var(--ease),border-color .25s var(--ease)}.review-card:hover{transform:translateY(-7px);border-color:var(--border-lime)}.quote-mark{position:absolute;right:28px;top:18px;color:rgba(167,255,0,.14);font-size:7rem;font-weight:900;line-height:1}.stars{color:#d7ff69;letter-spacing:.12em;margin-bottom:28px}.review-card p{position:relative;z-index:1;font-size:1.18rem;line-height:1.65;min-height:170px}.review-card footer{display:flex;align-items:center;gap:12px;margin-top:26px;color:var(--muted);font-style:normal}.review-card footer span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.08);color:var(--text);font-weight:900}.review-card footer strong{color:var(--text);font-size:.95rem}.review-card em{margin-left:auto;color:var(--lime);font-style:normal;font-weight:900}

.faq-layout{display:grid;grid-template-columns:.82fr 1.38fr;gap:84px;align-items:start}.faq-copy{position:sticky;top:120px}.faq-copy h2 span{color:var(--lime)}.faq-copy p{color:var(--muted);margin-top:20px;font-size:1.13rem}.faq-list{display:grid;gap:14px}.faq-item{overflow:hidden;border-radius:28px;transition:transform .25s var(--ease),border-color .25s var(--ease)}.faq-item:hover{transform:translateY(-4px);border-color:var(--border-lime)}.faq-question{width:100%;display:flex;justify-content:space-between;gap:22px;text-align:left;padding:29px 31px;font-size:1.16rem;font-weight:900}.faq-question b{color:var(--lime);font-size:1.4rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .36s var(--ease)}.faq-answer p{padding:0 31px 29px;color:var(--muted);font-size:1.05rem}

.cta-card{position:relative;display:grid;grid-template-columns:1fr 500px;gap:52px;align-items:center;overflow:hidden;padding:clamp(44px,6vw,78px);border-radius:40px;background:radial-gradient(circle at 78% 42%,rgba(167,255,0,.13),transparent 28%),linear-gradient(140deg,rgba(255,255,255,.085),rgba(255,255,255,.024))}.cta-card p{margin:20px 0 30px}.cta-product{position:relative}.cta-product img{width:120%;max-width:none;filter:drop-shadow(0 32px 60px rgba(0,0,0,.6))}.cta-float{position:absolute;right:2%;bottom:7%;padding:17px 20px;border:1px solid var(--border-lime);border-radius:22px;background:rgba(5,6,7,.68);backdrop-filter:blur(14px)}.cta-float strong{display:block;color:var(--lime)}.cta-float span{color:var(--muted)}

.footer{padding:90px 0 32px;border-top:1px solid var(--border);background:#050607}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer-logo{font-size:1.35rem;font-weight:900}.footer-logo span{color:var(--lime)}.footer p,.footer a{display:block;color:var(--muted);margin-top:8px}.footer h4{margin-bottom:12px}.footer a:hover{color:var(--lime)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--border);margin-top:48px;padding-top:24px;color:var(--muted-2)}

.order-modal,.lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.order-modal.open,.lightbox.open{display:flex}.order-modal__backdrop,.lightbox::before{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(10px)}.order-modal__dialog{position:relative;width:min(760px,100%);max-height:90vh;overflow:auto;border:1px solid var(--border);background:linear-gradient(180deg,rgba(14,18,21,.98),rgba(5,6,7,.96));border-radius:30px;padding:30px;box-shadow:0 40px 120px rgba(0,0,0,.55)}.order-modal__close{position:absolute;top:18px;right:20px;font-size:2rem;color:var(--muted)}.order-modal__head h2{font-size:clamp(2.4rem,4vw,4rem);line-height:1;margin-bottom:10px}.order-modal__head p{color:var(--muted);margin-bottom:24px}.order-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-field{display:grid;gap:7px}.order-field--full{grid-column:1/-1}.order-field span{font-weight:800;font-size:.88rem}.order-field input,.order-field textarea{width:100%;border:1px solid var(--border);background:#080b0d;color:var(--text);border-radius:16px;padding:14px 16px;outline:none}.order-field input:focus,.order-field textarea:focus{border-color:var(--border-lime);box-shadow:0 0 0 3px rgba(167,255,0,.08)}.order-field__error{min-height:16px;color:#ff8d8d;font-size:.78rem}.order-field.is-error input,.order-field.is-error textarea{border-color:#ff7070}.order-summary{margin:12px 0 16px;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--panel)}.order-summary div{display:flex;justify-content:space-between;align-items:center}.order-summary strong{font-size:1.7rem;color:var(--lime)}.order-summary small{color:var(--muted)}.order-form__message{min-height:22px;color:var(--muted)}.order-form__message.success{color:var(--lime)}.order-form__message.error{color:#ff8d8d}.order-success-popup{display:none;position:absolute;inset:24px;z-index:5;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px;border:1px solid var(--border-lime);border-radius:26px;background:rgba(8,11,13,.94);box-shadow:0 30px 100px rgba(0,0,0,.52)}.order-success-popup.is-visible{display:flex}.order-success-popup__icon{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:var(--lime);color:#050607;font-size:2.2rem;font-weight:900;margin-bottom:18px}.order-success-popup h3{font-size:2rem}.order-success-popup p{color:var(--muted);max-width:480px;margin:12px 0}
.lightbox{z-index:210}.lightbox__close{position:absolute;top:22px;right:28px;z-index:2;font-size:2.6rem}.lightbox__img{position:relative;z-index:1;max-width:min(92vw,980px);max-height:80vh;border-radius:24px}.lightbox__caption{position:absolute;z-index:2;bottom:28px;color:var(--text);font-weight:900}
.mobile-order-bar{display:none}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.active{opacity:1;transform:none}

@media(max-width:1160px){
  .nav-shell{grid-template-columns:150px 1fr auto}.nav-links a{padding-inline:10px}.hero__grid,.order-card,.faq-layout,.cta-card{grid-template-columns:1fr}.hero-stage{min-height:690px}.product-dashboard{width:min(100%,640px)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid::before{display:none}.story-block{grid-template-columns:1fr}.story-strip{grid-template-columns:repeat(2,1fr)}.gallery-grid--premium .gallery-card,.gallery-grid--premium .gallery-card--hero{grid-column:span 6;grid-row:auto;min-height:400px}.proof-grid{grid-template-columns:repeat(2,1fr)}.specs-preview{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:1fr}.order-card__form-preview{min-height:570px}.cta-product img{width:100%}
}

@media(max-width:820px){
  .container,.container--order,.container--story{width:min(100% - 28px,1280px)}.section{padding:78px 0}.site-header{top:10px;padding:0 12px}.nav-shell{display:flex;height:64px;padding:8px 10px 8px 16px}.brand,.brand__logo{width:116px}.nav-links,.nav-cta{display:none}.menu-btn{display:block;margin-left:auto}.hero{min-height:auto;padding-top:118px;padding-bottom:70px}.hero__grid{grid-template-columns:1fr;gap:36px}.hero__copy h1{font-size:clamp(3.9rem,16vw,5.9rem)}.hero__actions .btn{width:100%}.hero-stage{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;place-items:stretch}.product-dashboard{grid-column:1/-1;width:100%;border-radius:28px}.product-dashboard img{width:118%}.hotspot{display:none}.mini-card{position:relative;inset:auto!important;transform:none!important;animation:none;min-width:0;grid-template-columns:34px 1fr;padding:12px;border-radius:18px}.mini-card i{width:34px;height:34px;border-radius:12px}.mini-card strong{font-size:.98rem}.mini-card--quote{grid-column:1/-1;width:auto}.process-grid,.feature-bento,.proof-grid,.specs-table,.footer-grid{grid-template-columns:1fr}.feature-card,.feature-card--battery,.feature-card--tf,.feature-card--calls,.feature-card--movement,.feature-card--small{grid-column:auto;min-height:auto;display:block}.battery-ui{width:100%;min-height:160px;margin-top:24px}.feature-card img{max-height:220px;margin-inline:auto}.story-media{min-height:410px}.story-copy{padding:30px}.story-product{grid-template-columns:112px 1fr}.story-product img{height:112px}.story-strip{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-grid--premium .gallery-card,.gallery-grid--premium .gallery-card--hero{grid-column:auto;min-height:310px}.gallery-card--hero img{padding:22px}.proof-panel summary{display:block}.proof-panel summary small{display:block;margin-top:4px}.order-card{padding:28px;border-radius:30px}.order-card__form-preview{min-height:510px}.specs-preview{grid-template-columns:1fr 1fr}.faq-copy{position:relative;top:auto}.faq-layout{gap:34px}.faq-question{padding:22px;font-size:1.02rem}.faq-answer p{padding:0 22px 22px}.cta-card{padding:30px;border-radius:30px}.cta-product img{width:108%}.mobile-order-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 16px;border:1px solid var(--border);border-radius:999px;background:rgba(5,6,7,.82);backdrop-filter:blur(18px)}.mobile-order-bar span{font-weight:900;color:var(--lime)}.mobile-order-bar a{background:var(--lime);color:#050607;padding:10px 16px;border-radius:999px;font-weight:900}.order-form__grid{grid-template-columns:1fr}.footer-bottom{display:block}body{padding-bottom:82px}
}

@media(max-width:768px){
  body{overflow-x:hidden}.features-stack-section{padding:84px 0;overflow:hidden}.features-stack-wrap{display:block;width:100%;max-width:100%;padding:0 18px}.features-stack-copy{position:relative!important;top:auto!important;margin-bottom:28px;max-width:none}.features-stack-copy h2{font-size:clamp(38px,12vw,48px);line-height:.95;letter-spacing:-.04em}.features-stack-copy p{font-size:clamp(15px,4vw,16px);line-height:1.55;margin-top:16px}.feature-mobile-carousel{display:block}.feature-stack-list,.feature-mobile-track{display:flex;gap:16px;position:relative;min-height:auto;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:18px;-webkit-overflow-scrolling:touch;padding:4px 18px 18px;margin-left:-18px;margin-right:-18px}.feature-stack-list::-webkit-scrollbar,.feature-mobile-track::-webkit-scrollbar{display:none}.feature-stack-list,.feature-mobile-track{scrollbar-width:none}.feature-stack-card{position:relative!important;top:auto!important;z-index:auto!important;display:block;flex:0 0 min(86vw,360px);min-height:420px;margin:0;padding:22px;border-radius:26px;scroll-snap-align:center;transform:none!important;opacity:1!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 18px 54px rgba(0,0,0,.24)}.feature-stack-card.is-past,.feature-stack-card.is-active{transform:none!important;opacity:1!important}.feature-stack-card:first-of-type{padding:26px;border-color:var(--border-lime);background:linear-gradient(160deg,rgba(167,255,0,.08),rgba(255,255,255,.045))}.feature-stack-card:first-of-type .metric{font-size:clamp(5.7rem,24vw,8rem);margin-bottom:18px}.feature-stack-card h3,.mini-feature-module h3{font-size:clamp(1.45rem,7vw,2rem);line-height:1.06;margin-bottom:10px}.feature-stack-card p,.mini-feature-module p{font-size:.96rem;line-height:1.55}.feature-stack-card img{width:100%;max-width:100%;height:auto;max-height:190px;aspect-ratio:16/10;object-fit:contain;border-radius:20px;margin:0 0 18px;filter:drop-shadow(0 18px 34px rgba(0,0,0,.35))}.feature-stack-card--media img{background:rgba(5,6,7,.28)}.battery-ui{width:100%;min-height:132px;margin-top:20px;padding:16px;border-radius:20px}.wave-ui{height:112px;margin:4px 0 22px;gap:10px}.feature-chip{margin-top:14px;font-size:.74rem}.feature-mobile-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.feature-mobile-dot{width:7px;height:7px;padding:0;border-radius:999px;background:rgba(255,255,255,.22);transition:width .25s var(--ease),background .25s var(--ease)}.feature-mobile-dot.is-active{width:22px;background:var(--lime)}.feature-mobile-cta{display:block;width:100%;min-height:56px;margin-top:22px;border-radius:999px;background:var(--lime);color:#050607;font-weight:900}.feature-stack-card--split{display:grid;grid-template-columns:1fr;gap:18px}.mini-feature-module{height:auto;padding:22px;border-radius:22px}.mini-feature-module i{width:48px;height:48px;margin-bottom:20px;border-radius:16px}.features-stack-section .reveal{transition:opacity .42s var(--ease),transform .42s var(--ease);transform:translateY(14px)}.features-stack-section .reveal.active{transform:none}
}

@media(max-width:768px){
  .feature-mobile-track,.feature-stack-list{cursor:grab;user-select:none;touch-action:pan-x pan-y;scroll-behavior:smooth;overscroll-behavior-x:contain}.feature-mobile-track.is-dragging,.feature-stack-list.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.feature-mobile-track img,.feature-stack-list img{pointer-events:none;user-select:none;-webkit-user-drag:none}.feature-stack-card{scroll-snap-align:center;scroll-snap-stop:always}
}

@media(max-width:768px){
  .gallery-motion-section{min-height:auto;padding:88px 0;overflow:hidden;z-index:auto}.gallery-motion-section::after{display:none}.gallery-motion-header{margin-bottom:32px;padding:0 18px}.gallery-motion-header h2{font-size:clamp(42px,13vw,56px);line-height:.92}.gallery-motion-sticky{position:relative;top:auto;height:auto;overflow:visible;display:block;background:transparent;z-index:auto}.gallery-motion-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:0 18px 18px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;transform:none!important;cursor:grab;user-select:none;touch-action:pan-x pan-y;overscroll-behavior-x:contain;scroll-behavior:smooth;will-change:auto}.gallery-motion-track::-webkit-scrollbar{display:none}.gallery-motion-track{scrollbar-width:none}.gallery-motion-track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.gallery-motion-card,.gallery-motion-card-large{flex:0 0 min(84vw,360px);height:440px;border-radius:26px;scroll-snap-align:center;scroll-snap-stop:always}.gallery-motion-card:hover{transform:none}.gallery-motion-card img{pointer-events:none;user-select:none;-webkit-user-drag:none}.gallery-motion-card-large img{padding:24px}.real-product-section,.real-product-proof,.product-proof-section{margin-top:64px;z-index:auto}body{overflow-x:hidden}
}

@media(max-width:768px){
  .order-visual-card{border-radius:26px;padding:18px;gap:16px}.order-visual-media{aspect-ratio:1/1;min-height:auto;max-height:none;height:auto;border-radius:20px}.order-visual-media img{width:92%;height:92%;object-fit:contain}.order-visual-copy{position:relative;padding-top:2px}.order-visual-copy h3{font-size:clamp(30px,9vw,42px);line-height:.95;letter-spacing:-.04em}.order-visual-copy p{font-size:15px;line-height:1.55;color:rgba(255,255,255,.72)}.order-visual-copy .btn{width:100%;min-height:56px;border-radius:999px}.order-visual-copy small{font-size:.78rem;line-height:1.45}
}

@media(max-width:430px){
  .hero-stage{grid-template-columns:1fr}.mini-card{grid-column:1/-1}.specs-preview{grid-template-columns:1fr}.story-product{grid-template-columns:1fr}.story-product img{height:140px;margin:auto}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.gallery-motion-track{transform:none!important;transition:none!important}
}

@media(max-width:768px){
  .order-visual-card{
    min-height:0!important;
    padding:16px;
    border-radius:26px;
    overflow:hidden;
  }

  .order-visual-media,
  .order-visual-image,
  .order-card-media,
  .order-cta-media{
    width:100%;
    aspect-ratio:1/1;
    height:auto!important;
    min-height:0!important;
    max-height:360px!important;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:22px;
    background:#030404;
  }

  .order-visual-media img,
  .order-visual-image img,
  .order-card-media img,
  .order-cta-media img,
  .order-visual-card img{
    width:88%!important;
    height:88%!important;
    max-width:320px;
    max-height:320px;
    object-fit:contain!important;
    object-position:center!important;
    display:block;
    transform:none!important;
  }

  .order-visual-copy{
    position:relative!important;
    inset:auto!important;
    padding:18px 0 0;
    background:transparent;
  }

  .order-visual-copy h3{
    font-size:clamp(28px,8vw,38px);
    line-height:.96;
    letter-spacing:-.04em;
    margin-bottom:10px;
  }

  .order-visual-copy p{
    font-size:15px;
    line-height:1.5;
    max-width:100%;
  }

  .order-visual-copy button,
  .order-visual-card [data-order-open]{
    width:100%;
    min-height:56px;
    margin-top:16px;
    border-radius:999px;
  }
}

@media(max-width:768px){
  .final-call-section,
  .final-cta-section,
  .order-final-section,
  .final-cta{
    padding:72px 0 96px;
  }

  .final-cta .container--order{
    width:100%;
    padding:0 16px;
  }

  .final-call-card,
  .final-cta-card,
  .order-final-card,
  .cta-card{
    display:flex!important;
    flex-direction:column!important;
    gap:22px;
    padding:22px;
    border-radius:28px;
    overflow:hidden;
  }

  .final-call-copy,
  .final-cta-copy,
  .order-final-copy,
  .cta-copy{
    position:relative!important;
    z-index:2;
  }

  .final-call-copy h2,
  .final-cta-copy h2,
  .order-final-copy h2,
  .cta-copy h2{
    font-size:clamp(38px,12vw,52px);
    line-height:.92;
    letter-spacing:-.055em;
    margin-bottom:14px;
  }

  .final-call-copy p,
  .final-cta-copy p,
  .order-final-copy p,
  .cta-copy p{
    font-size:15.5px;
    line-height:1.55;
    color:rgba(255,255,255,.72);
    max-width:34ch;
  }

  .final-call-copy .btn,
  .final-cta-copy .btn,
  .order-final-copy .btn,
  .final-call-copy [data-order-open],
  .final-cta-copy [data-order-open],
  .order-final-copy [data-order-open],
  .cta-copy .btn,
  .cta-copy [data-order-open]{
    width:auto;
    min-width:210px;
    min-height:56px;
    margin-top:18px;
    border-radius:999px;
  }

  .final-call-media,
  .final-cta-media,
  .order-final-media,
  .final-call-image,
  .final-cta-image,
  .order-final-image,
  .cta-product{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:4/3!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    border-radius:24px;
    background:#030404;
  }

  .final-call-media img,
  .final-cta-media img,
  .order-final-media img,
  .final-call-image img,
  .final-cta-image img,
  .order-final-image img,
  .final-call-card img,
  .final-cta-card img,
  .order-final-card img,
  .cta-product img,
  .cta-card img{
    width:88%!important;
    height:88%!important;
    max-width:360px!important;
    max-height:300px!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
    transform:none!important;
  }

  .cta-float{
    right:14px;
    bottom:14px;
    padding:12px 14px;
    border-radius:18px;
    font-size:.82rem;
  }

  .final-call-card::before,
  .final-call-card::after,
  .final-cta-card::before,
  .final-cta-card::after,
  .order-final-card::before,
  .order-final-card::after,
  .cta-card::before,
  .cta-card::after{
    pointer-events:none;
  }
}

/* ================================
   SPLIT OVERLAY HERO - REPLACE OLD HERO
================================ */

.hero-split{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  padding:140px 24px 72px;
  background:#030404;
  isolation:isolate;
}

.hero-split__bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 76% 42%,rgba(156,255,0,.16),transparent 34%),
    radial-gradient(circle at 20% 74%,rgba(0,115,255,.10),transparent 28%),
    linear-gradient(180deg,#050606 0%,#020303 100%);
}

.hero-split__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(3,4,4,.95) 0%,rgba(3,4,4,.75) 38%,rgba(3,4,4,.18) 72%,rgba(3,4,4,.55) 100%);
  pointer-events:none;
}

.hero-split__content{
  position:relative;
  z-index:5;
  max-width:1240px;
  margin:0 auto;
  padding-top:32px;
}

.hero-split__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:34px;
  color:#9cff00;
  font-size:15px;
  font-weight:900;
  letter-spacing:.28em;
}

.hero-split__eyebrow::before{
  content:"";
  width:12px;
  height:12px;
  border-radius:999px;
  background:#9cff00;
  box-shadow:0 0 22px rgba(156,255,0,.9);
}

.hero-split__title{
  max-width:650px;
  margin:0;
  color:#f5f7f8;
  font-size:clamp(86px,9.5vw,156px);
  line-height:.88;
  letter-spacing:-.085em;
}

.hero-split__title span{
  display:block;
  color:#9cff00;
  text-shadow:0 0 38px rgba(156,255,0,.18);
}

.hero-split__text{
  max-width:500px;
  margin:38px 0 0;
  color:rgba(235,242,245,.76);
  font-size:clamp(18px,1.35vw,23px);
  line-height:1.65;
}

.hero-split__actions{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:44px;
}

.hero-split__primary,
.hero-split__secondary{
  min-height:66px;
  border-radius:999px;
  padding:0 38px;
  font-size:18px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
}

.hero-split__primary{
  border:0;
  background:#9cff00;
  color:#030404;
  box-shadow:0 22px 60px rgba(156,255,0,.22);
}

.hero-split__secondary{
  gap:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(156,255,0,.35);
}

.hero-split__secondary span{
  color:#9cff00;
  font-size:26px;
  line-height:1;
}

.hero-split__product{
  position:absolute;
  z-index:1;
  right:max(-80px,-4vw);
  top:50%;
  width:min(56vw,860px);
  height:min(78vh,760px);
  transform:translateY(-46%);
  display:grid;
  place-items:center;
  pointer-events:none;
}

.hero-split__product img{
  width:118%;
  height:118%;
  object-fit:contain;
  object-position:center right;
  filter:drop-shadow(0 40px 90px rgba(0,0,0,.65)) drop-shadow(0 0 34px rgba(156,255,0,.12));
}

.hero-split__product::after{
  content:"";
  position:absolute;
  inset:auto 6% 2% auto;
  width:78%;
  height:18%;
  background:radial-gradient(ellipse,rgba(156,255,0,.22),transparent 68%);
  filter:blur(24px);
  opacity:.75;
  z-index:-1;
}

.hero-split__label{
  position:absolute;
  z-index:6;
  min-width:138px;
  min-height:76px;
  padding:16px 20px;
  border-radius:22px;
  color:#fff;
  background:rgba(5,7,7,.70);
  border:1px solid rgba(156,255,0,.38);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 22px 55px rgba(0,0,0,.42);
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:12px;
  align-items:center;
}

.hero-split__label span{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#9cff00;
  background:rgba(156,255,0,.10);
  font-size:20px;
}

.hero-split__label strong{
  font-size:22px;
  line-height:1;
  font-weight:950;
}

.hero-split__label small{
  grid-column:2;
  margin-top:4px;
  color:rgba(255,255,255,.74);
  font-size:14px;
  font-weight:800;
}

.hero-split__label--backup{
  right:29%;
  top:32%;
}

.hero-split__label--bt{
  right:8%;
  top:61%;
}

.hero-split__label--cod{
  right:17%;
  bottom:13%;
}

.hero:not(.hero-split),
.hero-redesign,
.gf-hero,
.hero-product-card,
.hero-visual-card,
.hero-floating-card,
.hero-metric-card,
.hero-review-card,
.hero-product-stats{
  display:none!important;
}

/* ================================
   MOBILE HERO
================================ */

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:108px 16px 88px;
  }

  .hero-split__bg{
    background:
      radial-gradient(circle at 80% 44%,rgba(156,255,0,.18),transparent 34%),
      radial-gradient(circle at 30% 86%,rgba(0,115,255,.08),transparent 28%),
      #030404;
  }

  .hero-split__bg::after{
    background:
      linear-gradient(90deg,rgba(3,4,4,.96) 0%,rgba(3,4,4,.82) 48%,rgba(3,4,4,.22) 100%),
      linear-gradient(180deg,rgba(3,4,4,.24) 0%,rgba(3,4,4,.05) 46%,rgba(3,4,4,.70) 100%);
  }

  .hero-split__content{
    padding-top:0;
    max-width:100%;
  }

  .hero-split__eyebrow{
    margin-bottom:24px;
    font-size:11px;
    letter-spacing:.22em;
  }

  .hero-split__title{
    max-width:68%;
    font-size:clamp(62px,18vw,88px);
    line-height:.86;
    letter-spacing:-.085em;
  }

  .hero-split__text{
    max-width:56%;
    margin-top:24px;
    font-size:15.5px;
    line-height:1.65;
  }

  .hero-split__actions{
    width:58%;
    margin-top:28px;
    display:grid;
    gap:12px;
  }

  .hero-split__primary,
  .hero-split__secondary{
    width:100%;
    min-height:56px;
    padding:0 18px;
    font-size:15px;
  }

  .hero-split__product{
    right:-42%;
    top:52%;
    width:96vw;
    height:74svh;
    transform:translateY(-46%);
  }

  .hero-split__product img{
    width:125%;
    height:125%;
    object-fit:contain;
    object-position:center right;
  }

  .hero-split__label{
    min-width:auto;
    min-height:auto;
    padding:10px 12px;
    border-radius:16px;
    column-gap:8px;
  }

  .hero-split__label span{
    width:28px;
    height:28px;
    border-radius:10px;
    font-size:15px;
  }

  .hero-split__label strong{font-size:15px}

  .hero-split__label small{font-size:11px}

  .hero-split__label--backup{
    right:6%;
    top:36%;
  }

  .hero-split__label--bt{
    right:4%;
    top:58%;
  }

  .hero-split__label--cod{
    right:7%;
    bottom:17%;
  }
}

@media(max-width:420px){
  .hero-split__title{
    max-width:72%;
    font-size:clamp(54px,17vw,74px);
  }

  .hero-split__text{
    max-width:58%;
    font-size:14.5px;
  }

  .hero-split__actions{width:62%}

  .hero-split__product{
    right:-50%;
    width:105vw;
    height:70svh;
  }

  .hero-split__label--bt{display:none}
}

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:104px 16px 118px;
    overflow:hidden;
  }

  .hero-split__bg::after{
    background:
      linear-gradient(90deg,rgba(3,4,4,.98) 0%,rgba(3,4,4,.86) 50%,rgba(3,4,4,.34) 100%),
      linear-gradient(180deg,rgba(3,4,4,.12) 0%,rgba(3,4,4,.20) 50%,rgba(3,4,4,.82) 100%);
  }

  .hero-split__content{
    position:relative;
    z-index:5;
    padding-top:6px;
  }

  .hero-split__eyebrow{
    font-size:10.5px;
    letter-spacing:.20em;
    margin-bottom:22px;
  }

  .hero-split__title{
    max-width:62%;
    font-size:clamp(52px,16vw,72px);
    line-height:.88;
    letter-spacing:-.075em;
  }

  .hero-split__text{
    max-width:55%;
    margin-top:22px;
    font-size:14.5px;
    line-height:1.58;
    color:rgba(235,242,245,.78);
  }

  .hero-split__actions{
    width:58%;
    margin-top:26px;
    display:grid;
    gap:10px;
  }

  .hero-split__primary{
    width:100%;
    min-height:56px;
    font-size:15px;
    padding:0 18px;
  }

  .hero-split__secondary{
    width:100%;
    min-height:52px;
    font-size:14px;
    padding:0 18px;
    background:rgba(255,255,255,.035);
  }

  .hero-split__product{
    right:-46%;
    top:52%;
    width:104vw;
    height:68svh;
    transform:translateY(-45%);
    opacity:.95;
  }

  .hero-split__product img{
    width:128%;
    height:128%;
    object-fit:contain;
    object-position:center right;
  }

  .hero-split__label{
    padding:10px 12px;
    border-radius:16px;
  }

  .hero-split__label--backup{
    display:grid;
    right:5%;
    top:38%;
  }

  .hero-split__label--bt,
  .hero-split__label--cod{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-split__title{
    max-width:64%;
    font-size:clamp(48px,15.5vw,66px);
  }

  .hero-split__text{
    max-width:57%;
    font-size:14px;
  }

  .hero-split__actions{width:62%}

  .hero-split__secondary{display:none}

  .hero-split__product{
    right:-54%;
    top:53%;
    width:112vw;
    height:66svh;
  }

  .hero-split__label--backup{
    right:4%;
    top:36%;
  }
}

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:104px 16px 122px;
    overflow:hidden;
  }

  .hero-split__title{
    max-width:63%;
    font-size:clamp(50px,15.5vw,70px);
    line-height:.88;
  }

  .hero-split__text{
    max-width:55%;
    margin-top:20px;
    font-size:14px;
    line-height:1.55;
  }

  .hero-split__actions{
    width:58%;
    margin-top:24px;
  }

  .hero-split__secondary{
    display:none!important;
  }

  .hero-split__product{
    right:-44%;
    top:52%;
    width:104vw;
    height:64svh;
    transform:translateY(-43%);
    opacity:.94;
  }

  .hero-split__product img{
    width:118%;
    height:118%;
    object-fit:contain;
    object-position:center right;
  }

  .hero-split__label--backup{
    right:5%;
    top:38%;
    padding:9px 11px;
    border-radius:15px;
  }

  .hero-split__label--backup span{
    width:26px;
    height:26px;
    font-size:14px;
  }

  .hero-split__label--backup strong{
    font-size:15px;
  }

  .hero-split__label--backup small{
    font-size:10px;
  }

  .hero-split__label--bt,
  .hero-split__label--cod{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-split__title{
    max-width:64%;
    font-size:clamp(48px,15vw,64px);
  }

  .hero-split__text{
    max-width:56%;
    font-size:13.8px;
  }

  .hero-split__actions{
    width:59%;
  }

  .hero-split__primary{
    min-height:54px;
    font-size:14.5px;
  }

  .hero-split__product{
    right:-48%;
    top:53%;
    width:108vw;
    height:63svh;
  }

  .hero-split__product img{
    width:116%;
    height:116%;
  }

  .hero-split__label--backup{
    right:4%;
    top:37%;
  }
}

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:104px 16px 104px;
    overflow:hidden;
  }

  .hero-split__content{
    position:relative;
    z-index:5;
  }

  .hero-split__title{max-width:62%}

  .hero-split__text{
    max-width:56%;
    margin-top:20px;
  }

  .hero-split__actions{
    width:58%;
    margin-top:24px;
  }

  .hero-split__secondary{display:none!important}

  .hero-split__product{
    right:-58%;
    top:58%;
    width:132vw;
    height:72svh;
    transform:translateY(-45%);
    opacity:.96;
    z-index:2;
    pointer-events:none;
  }

  .hero-split__product img{
    width:132%;
    height:132%;
    object-fit:contain;
    object-position:center right;
  }

  .hero-split__label--backup{
    right:4%;
    top:40%;
    z-index:6;
  }

  .hero-split__label--bt,
  .hero-split__label--cod{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-split{
    padding:104px 12px 104px;
  }

  .hero-split__title{
    max-width:64%;
    font-size:clamp(48px,15vw,64px);
  }

  .hero-split__text{
    max-width:57%;
    font-size:13.8px;
    line-height:1.55;
  }

  .hero-split__actions{width:58%}

  .hero-split__primary{
    min-height:54px;
    font-size:14.5px;
  }

  .hero-split__product{
    right:-68%;
    top:59%;
    width:146vw;
    height:74svh;
    transform:translateY(-44%);
  }

  .hero-split__product img{
    width:136%;
    height:136%;
    object-fit:contain;
    object-position:center right;
  }

  .hero-split__label--backup{
    right:3%;
    top:39%;
  }
}

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:100px 12px 92px;
    overflow:hidden;
  }

  .hero-split__content{
    position:relative;
    z-index:5;
  }

  .hero-split__eyebrow{margin-bottom:22px}

  .hero-split__title{
    max-width:60%;
    font-size:clamp(50px,15.4vw,68px);
    line-height:.88;
  }

  .hero-split__text{
    max-width:56%;
    margin-top:20px;
    font-size:13.8px;
    line-height:1.55;
  }

  .hero-split__actions{
    width:58%;
    margin-top:22px;
  }

  .hero-split__primary{
    width:100%;
    min-height:54px;
    font-size:14.5px;
  }

  .hero-split__secondary{display:none!important}

  .hero-split__product{
    right:-55%;
    top:60%;
    width:132vw;
    height:68svh;
    transform:translateY(-45%);
    opacity:.98;
    z-index:2;
    pointer-events:none;
  }

  .hero-split__product img{
    width:138%;
    height:138%;
    object-fit:contain;
    object-position:78% 54%;
  }

  .hero-split__label--backup{
    right:4%;
    top:39%;
    z-index:6;
    padding:9px 11px;
    border-radius:15px;
  }

  .hero-split__label--bt,
  .hero-split__label--cod{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-split{
    min-height:100svh;
    padding:98px 8px 90px;
  }

  .hero-split__title{
    max-width:59%;
    font-size:clamp(48px,15.2vw,63px);
  }

  .hero-split__text{
    max-width:56%;
    font-size:13.5px;
    line-height:1.52;
  }

  .hero-split__actions{
    width:57%;
    margin-top:20px;
  }

  .hero-split__primary{
    min-height:52px;
    font-size:14px;
  }

  .hero-split__product{
    right:-63%;
    top:61%;
    width:148vw;
    height:70svh;
    transform:translateY(-45%);
  }

  .hero-split__product img{
    width:142%;
    height:142%;
    object-fit:contain;
    object-position:76% 55%;
  }

  .hero-split__label--backup{
    right:3%;
    top:38%;
  }
}

.minimal-footer{
  padding-top:72px!important;
  padding-bottom:42px!important;
}

.minimal-footer__grid{
  padding-top:48px!important;
  padding-bottom:48px!important;
}

.minimal-footer__logo-img{
  display:block;
  width:132px;
  height:auto;
  margin-bottom:18px;
  object-fit:contain;
  filter:none!important;
}

.minimal-footer__logo{margin-bottom:18px}

.minimal-footer__col h3{
  color:#fff;
  letter-spacing:.24em;
}

.minimal-footer__col a:hover{color:#9cff00}

.minimal-footer__bottom{padding-top:30px!important}

@media(max-width:860px){
  .minimal-footer{
    padding-top:56px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:38px!important;
    padding-bottom:38px!important;
    gap:34px!important;
  }

  .minimal-footer__logo-img{width:118px}
}

@media(max-width:480px){
  .minimal-footer{
    padding-top:48px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }
}

.minimal-footer{
  padding-top:72px!important;
  padding-bottom:42px!important;
}

.minimal-footer__grid{
  padding-top:48px!important;
  padding-bottom:48px!important;
}

.minimal-footer__logo-img{
  display:block;
  width:132px;
  height:auto;
  margin-bottom:18px;
  object-fit:contain;
  filter:none!important;
}

.minimal-footer__logo{
  margin-bottom:18px;
}

.minimal-footer__col h3{
  color:#fff;
  letter-spacing:.24em;
}

.minimal-footer__col a:hover{
  color:#9cff00;
}

.minimal-footer__bottom{
  padding-top:30px!important;
}

@media(max-width:860px){
  .minimal-footer{
    padding-top:56px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:38px!important;
    padding-bottom:38px!important;
    gap:34px!important;
  }

  .minimal-footer__logo-img{
    width:118px;
  }
}

@media(max-width:480px){
  .minimal-footer{
    padding-top:48px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }
}

@media(max-width:768px){
  .spec-list,
  .spec-grid,
  .feature-list,
  .feature-specs,
  .product-spec-list,
  .product-meta-list,
  .hero-specs,
  .order-specs,
  .feature-mini-list,
  .story-strip{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .spec-list > *,
  .spec-grid > *,
  .feature-list > *,
  .feature-specs > *,
  .product-spec-list > *,
  .product-meta-list > *,
  .hero-specs > *,
  .order-specs > *,
  .feature-mini-list > *,
  .story-strip > *{
    min-height:92px!important;
    padding:16px 14px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
  }

  .spec-list h3,
  .spec-grid h3,
  .feature-list h3,
  .feature-specs h3,
  .product-spec-list h3,
  .product-meta-list h3,
  .hero-specs h3,
  .order-specs h3,
  .feature-mini-list h3,
  .story-strip h3,
  .spec-list strong,
  .spec-grid strong,
  .feature-list strong,
  .feature-specs strong,
  .product-spec-list strong,
  .product-meta-list strong,
  .hero-specs strong,
  .order-specs strong,
  .feature-mini-list strong,
  .story-strip strong{
    font-size:18px!important;
    line-height:1.1!important;
    margin:0!important;
  }

  .spec-list p,
  .spec-grid p,
  .feature-list p,
  .feature-specs p,
  .product-spec-list p,
  .product-meta-list p,
  .hero-specs p,
  .order-specs p,
  .feature-mini-list p,
  .story-strip p,
  .spec-list span,
  .spec-grid span,
  .feature-list span,
  .feature-specs span,
  .product-spec-list span,
  .product-meta-list span,
  .hero-specs span,
  .order-specs span,
  .feature-mini-list span,
  .story-strip span{
    font-size:13px!important;
    line-height:1.25!important;
    margin:0!important;
    color:rgba(235,242,245,.72)!important;
  }
}

@media(max-width:380px){
  .spec-list,
  .spec-grid,
  .feature-list,
  .feature-specs,
  .product-spec-list,
  .product-meta-list,
  .hero-specs,
  .order-specs,
  .feature-mini-list,
  .story-strip{
    gap:8px!important;
  }

  .spec-list > *,
  .spec-grid > *,
  .feature-list > *,
  .feature-specs > *,
  .product-spec-list > *,
  .product-meta-list > *,
  .hero-specs > *,
  .order-specs > *,
  .feature-mini-list > *,
  .story-strip > *{
    min-height:86px!important;
    padding:14px 12px!important;
  }

  .spec-list h3,
  .spec-grid h3,
  .feature-list h3,
  .feature-specs h3,
  .product-spec-list h3,
  .product-meta-list h3,
  .hero-specs h3,
  .order-specs h3,
  .feature-mini-list h3,
  .story-strip h3,
  .spec-list strong,
  .spec-grid strong,
  .feature-list strong,
  .feature-specs strong,
  .product-spec-list strong,
  .product-meta-list strong,
  .hero-specs strong,
  .order-specs strong,
  .feature-mini-list strong,
  .story-strip strong{
    font-size:16px!important;
  }

  .spec-list p,
  .spec-grid p,
  .feature-list p,
  .feature-specs p,
  .product-spec-list p,
  .product-meta-list p,
  .hero-specs p,
  .order-specs p,
  .feature-mini-list p,
  .story-strip p,
  .spec-list span,
  .spec-grid span,
  .feature-list span,
  .feature-specs span,
  .product-spec-list span,
  .product-meta-list span,
  .hero-specs span,
  .order-specs span,
  .feature-mini-list span,
  .story-strip span{
    font-size:12px!important;
  }
}

@media(max-width:768px){
  .testimonials,
  .testimonial-section,
  .customer-stories,
  .reviews{
    padding-top:56px!important;
    padding-bottom:48px!important;
  }

  .testimonial-card,
  .review-card,
  .customer-card,
  .feedback-card{
    min-height:0!important;
    height:auto!important;
    padding:22px 20px!important;
    border-radius:24px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    gap:18px!important;
  }

  .testimonial-card .stars,
  .review-card .stars,
  .customer-card .stars,
  .feedback-card .stars{
    margin-bottom:4px!important;
    font-size:15px!important;
    line-height:1!important;
  }

  .testimonial-card blockquote,
  .review-card blockquote,
  .customer-card blockquote,
  .feedback-card blockquote,
  .testimonial-card p,
  .review-card p,
  .customer-card p,
  .feedback-card p{
    min-height:0!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.55!important;
  }

  .testimonial-card .review-author,
  .review-card .review-author,
  .customer-card .review-author,
  .feedback-card .review-author,
  .testimonial-card .author,
  .review-card .author,
  .customer-card .author,
  .feedback-card .author,
  .testimonial-card footer,
  .review-card footer,
  .customer-card footer,
  .feedback-card footer{
    margin-top:12px!important;
    padding-top:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }

  .testimonial-card .quote,
  .review-card .quote,
  .customer-card .quote,
  .feedback-card .quote,
  .testimonial-card .quote-mark,
  .review-card .quote-mark,
  .customer-card .quote-mark,
  .feedback-card .quote-mark,
  .testimonial-card::before,
  .review-card::before,
  .customer-card::before,
  .feedback-card::before,
  .testimonial-card::after,
  .review-card::after,
  .customer-card::after,
  .feedback-card::after{
    opacity:.18!important;
  }
}

@media(max-width:420px){
  .testimonial-card,
  .review-card,
  .customer-card,
  .feedback-card{
    padding:20px 16px!important;
    gap:16px!important;
    border-radius:22px!important;
  }

  .testimonial-card blockquote,
  .review-card blockquote,
  .customer-card blockquote,
  .feedback-card blockquote,
  .testimonial-card p,
  .review-card p,
  .customer-card p,
  .feedback-card p{
    font-size:16px!important;
    line-height:1.48!important;
  }

  .testimonial-card .review-author,
  .review-card .review-author,
  .customer-card .review-author,
  .feedback-card .review-author,
  .testimonial-card .author,
  .review-card .author,
  .customer-card .author,
  .feedback-card .author,
  .testimonial-card footer,
  .review-card footer,
  .customer-card footer,
  .feedback-card footer{
    margin-top:8px!important;
  }
}

.site-header .brand__logo,
.mobile-drawer__top img{
  visibility:visible!important;
  display:block!important;
  filter:none!important;
}

.site-header .brand__logo--default,
.site-header.is-scrolled .brand__logo--default{
  opacity:0!important;
  visibility:hidden!important;
}

.site-header .brand__logo--neon,
.site-header.is-scrolled .brand__logo--neon{
  opacity:1!important;
  visibility:visible!important;
}

.mobile-drawer__top img{
  opacity:1!important;
}

.footer{
  background:#020403;
  color:rgba(235,245,255,.82);
  padding:clamp(56px,7vw,96px) 0 28px;
  border-top:0;
}

.footer-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.footer-main{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:clamp(40px,7vw,110px);
  padding:42px 0 54px;
  border-top:1px solid rgba(255,255,255,.10);
}

.footer-brand{max-width:330px}

.footer-logo{
  font-weight:900;
  font-size:1.35rem;
  letter-spacing:-.04em;
  color:#fff;
}

.footer-logo span{color:var(--lime,#8cff00)}

.footer-description{
  margin-top:18px;
  line-height:1.7;
  color:rgba(220,235,255,.78);
}

.footer-title{
  margin:0 0 20px;
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  font-weight:800;
}

.footer-links,
.footer-info{
  display:grid;
  gap:12px;
}

.footer-links a,
.footer-info p,
.footer-info a{
  margin:0;
  color:rgba(220,235,255,.78);
  text-decoration:none;
  line-height:1.5;
}

.footer-links a:hover,
.footer-info a:hover{color:var(--lime,#8cff00)}

.footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.10);
  margin-top:0;
  color:inherit;
}

.footer-copy,
.footer-tagline{
  margin:0;
  color:rgba(220,235,255,.70);
}

.footer-tagline{text-align:right}

.footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.footer-social-link{
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(220,235,255,.68);
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.035);
  text-decoration:none;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}

.footer-social-link svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}

.footer-social-link:hover{
  color:var(--lime,#8cff00);
  border-color:rgba(140,255,0,.7);
  background:rgba(140,255,0,.08);
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(140,255,0,.12);
}

@media(max-width:900px){
  .footer-main{grid-template-columns:1fr 1fr}

  .footer-bottom{
    grid-template-columns:1fr;
    text-align:center;
  }

  .footer-tagline{text-align:center}
}

@media(max-width:560px){
  .footer{
    padding-top:48px;
  }

  .footer-main{
    grid-template-columns:1fr;
    gap:32px;
  }

  .footer-social-link{
    width:42px;
    height:42px;
  }
}

.minimal-footer{
  position:relative;
  padding:96px 24px 42px;
  background:radial-gradient(circle at 18% 0%,rgba(156,255,0,.08),transparent 24%),radial-gradient(circle at 84% 16%,rgba(156,255,0,.05),transparent 28%),#070b06;
  color:rgba(235,242,245,.72);
}

.minimal-footer__inner{
  width:min(1180px,100%);
  margin:0 auto;
}

.minimal-footer__line{
  width:100%;
  height:1px;
  background:rgba(255,255,255,.10);
}

.minimal-footer__grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:clamp(56px,8vw,150px);
  padding:64px 0 58px;
}

.minimal-footer__logo{
  display:inline-block;
  margin-bottom:18px;
  color:#fff;
  font-size:24px;
  line-height:.92;
  font-weight:950;
  letter-spacing:-.055em;
  text-decoration:none;
}

.minimal-footer__logo span{color:#9cff00}

.minimal-footer__brand p{
  max-width:270px;
  margin:0 0 16px;
  font-size:17px;
  line-height:1.55;
  color:rgba(235,242,245,.72);
}

.minimal-footer__phone{
  margin-top:20px!important;
  font-size:15px!important;
}

.minimal-footer__phone strong{color:#fff}

.minimal-footer__col h3{
  margin:0 0 20px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.minimal-footer__col a{
  display:block;
  width:fit-content;
  margin-bottom:14px;
  color:rgba(235,242,245,.70);
  font-size:17px;
  line-height:1.25;
  text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}

.minimal-footer__col a:hover{
  color:#9cff00;
  transform:translateX(3px);
}

.minimal-footer__bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:28px;
  padding-top:34px;
}

.minimal-footer__bottom p{
  margin:0;
  font-size:15px;
  color:rgba(235,242,245,.64);
}

.minimal-footer__tagline{text-align:right}

.minimal-footer__socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.minimal-footer__socials a{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:rgba(235,242,245,.78);
  font-size:17px;
  font-weight:800;
  text-decoration:none;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.10);
  transition:color .2s ease,border-color .2s ease,transform .2s ease;
}

.minimal-footer__socials a svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}

.minimal-footer__socials a:hover{
  color:#9cff00;
  border-color:rgba(156,255,0,.35);
  transform:translateY(-2px);
}

@media(max-width:860px){
  .minimal-footer{
    padding:72px 18px 112px;
  }

  .minimal-footer__grid{
    grid-template-columns:1fr;
    gap:36px;
    padding:46px 0 42px;
  }

  .minimal-footer__brand p{max-width:100%}

  .minimal-footer__bottom{
    grid-template-columns:1fr;
    justify-items:start;
    gap:18px;
  }

  .minimal-footer__socials{justify-content:flex-start}

  .minimal-footer__tagline{text-align:left}
}

@media(max-width:480px){
  .minimal-footer{
    padding:60px 16px 104px;
  }

  .minimal-footer__grid{gap:32px}

  .minimal-footer__col a{
    font-size:16px;
    margin-bottom:13px;
  }

  .minimal-footer__bottom p{font-size:14px}
}

.minimal-footer{
  padding-top:72px!important;
  padding-bottom:42px!important;
}

.minimal-footer__grid{
  padding-top:48px!important;
  padding-bottom:48px!important;
}

.minimal-footer__logo-img{
  display:block;
  width:132px;
  height:auto;
  margin-bottom:18px;
  object-fit:contain;
  filter:none!important;
}

.minimal-footer__logo{margin-bottom:18px}

.minimal-footer__col h3{
  color:#fff;
  letter-spacing:.24em;
}

.minimal-footer__col a:hover{color:#9cff00}

.minimal-footer__bottom{padding-top:30px!important}

@media(max-width:860px){
  .minimal-footer{
    padding-top:56px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:38px!important;
    padding-bottom:38px!important;
    gap:34px!important;
  }

  .minimal-footer__logo-img{width:118px}
}

@media(max-width:480px){
  .minimal-footer{
    padding-top:48px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }
}

@media(max-width:768px){
  .hero-split{
    min-height:100svh;
    padding:100px 12px 118px;
    overflow:hidden;
  }

  .hero-split__title{
    max-width:60%;
    font-size:clamp(50px,15.4vw,68px);
    line-height:.88;
  }

  .hero-split__text{
    max-width:56%;
    margin-top:20px;
    font-size:13.8px;
    line-height:1.55;
  }

  .hero-split__actions{
    width:58%;
    margin-top:22px;
  }

  .hero-split__secondary{display:none!important}

  .hero-split__product{
    right:-58%;
    top:59%;
    width:138vw;
    height:66svh;
    transform:translateY(-45%);
    opacity:.96;
    z-index:2;
    pointer-events:none;
  }

  .hero-split__product img{
    width:132%;
    height:132%;
    object-fit:contain;
    object-position:77% 53%;
  }

  .hero-split__label--backup{
    right:4%;
    top:38%;
    z-index:6;
    padding:9px 11px;
    border-radius:15px;
  }

  .hero-split__label--bt,
  .hero-split__label--cod{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-split{
    min-height:100svh;
    padding:98px 8px 118px;
  }

  .hero-split__title{
    max-width:59%;
    font-size:clamp(48px,15.2vw,63px);
  }

  .hero-split__text{
    max-width:56%;
    font-size:13.5px;
    line-height:1.52;
  }

  .hero-split__actions{
    width:57%;
    margin-top:20px;
  }

  .hero-split__primary{
    min-height:52px;
    font-size:14px;
  }

  .hero-split__product{
    right:-66%;
    top:60%;
    width:144vw;
    height:66svh;
    transform:translateY(-45%);
  }

  .hero-split__product img{
    width:134%;
    height:134%;
    object-fit:contain;
    object-position:76% 53%;
  }

  .hero-split__label--backup{
    right:3%;
    top:38%;
  }
}

.minimal-footer{
  padding-top:72px!important;
  padding-bottom:42px!important;
}

.minimal-footer__grid{
  padding-top:48px!important;
  padding-bottom:48px!important;
}

.minimal-footer__logo-img{
  display:block;
  width:132px;
  height:auto;
  margin-bottom:18px;
  object-fit:contain;
  filter:none!important;
}

.minimal-footer__logo{margin-bottom:18px}

.minimal-footer__col h3{
  color:#fff;
  letter-spacing:.24em;
}

.minimal-footer__col a:hover{color:#9cff00}

.minimal-footer__bottom{padding-top:30px!important}

@media(max-width:860px){
  .minimal-footer{
    padding-top:56px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:38px!important;
    padding-bottom:38px!important;
    gap:34px!important;
  }

  .minimal-footer__logo-img{width:118px}
}

@media(max-width:480px){
  .minimal-footer{
    padding-top:48px!important;
    padding-bottom:104px!important;
  }

  .minimal-footer__grid{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }
}

@media(max-width:768px){
  .process-section,
  .order-process,
  section[id="process"]{
    padding-top:56px!important;
    padding-bottom:96px!important;
    overflow:hidden!important;
  }

  .process-section .section-heading,
  .order-process .section-heading,
  section[id="process"] .section-heading,
  section[id="process"] .section-head{
    margin-bottom:26px!important;
  }

  .process-section .section-heading h2,
  .order-process .section-heading h2,
  section[id="process"] .section-heading h2,
  section[id="process"] .section-head h2{
    font-size:clamp(34px,9vw,46px)!important;
    line-height:.95!important;
  }

  .process-grid,
  .process-cards,
  .steps-grid,
  .order-process__grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:16px!important;
    padding:0 16px 16px!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }

  .process-grid::-webkit-scrollbar,
  .process-cards::-webkit-scrollbar,
  .steps-grid::-webkit-scrollbar,
  .order-process__grid::-webkit-scrollbar{
    display:none!important;
  }

  .process-card,
  .step-card,
  .order-process__card{
    flex:0 0 82%!important;
    width:82%!important;
    min-width:82%!important;
    min-height:230px!important;
    height:auto!important;
    scroll-snap-align:start!important;
    padding:28px 24px!important;
    border-radius:26px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    gap:18px!important;
  }

  .process-card .step-number,
  .step-card .step-number,
  .order-process__card .step-number,
  .process-card__num{
    font-size:56px!important;
    line-height:1!important;
    top:20px!important;
    right:24px!important;
    opacity:.16!important;
  }

  .process-card h3,
  .step-card h3,
  .order-process__card h3{
    font-size:24px!important;
    line-height:1.05!important;
    margin-top:18px!important;
    margin-bottom:8px!important;
  }

  .process-card p,
  .step-card p,
  .order-process__card p{
    font-size:15px!important;
    line-height:1.45!important;
    margin:0!important;
    max-width:92%!important;
  }
}

@media(max-width:420px){
  .process-card,
  .step-card,
  .order-process__card{
    flex-basis:84%!important;
    width:84%!important;
    min-width:84%!important;
    min-height:220px!important;
    padding:26px 22px!important;
  }

  .process-card h3,
  .step-card h3,
  .order-process__card h3{
    font-size:22px!important;
  }

  .process-card p,
  .step-card p,
  .order-process__card p{
    font-size:14.5px!important;
  }
}

@media(max-width:768px){
  .process-mobile-carousel{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 16px 18px!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:16px!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
    overscroll-behavior-x:contain!important;
    cursor:grab!important;
    scrollbar-width:none!important;
  }

  .process-mobile-carousel::-webkit-scrollbar{
    display:none!important;
  }

  .process-mobile-carousel.is-dragging{
    cursor:grabbing!important;
    scroll-snap-type:none!important;
  }

  .process-mobile-carousel > *,
  .process-mobile-card{
    flex:0 0 82%!important;
    width:82%!important;
    min-width:82%!important;
    max-width:82%!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    min-height:230px!important;
    height:auto!important;
    padding:28px 24px!important;
    border-radius:26px!important;
  }
}

@media(max-width:420px){
  .process-mobile-carousel > *,
  .process-mobile-card{
    flex-basis:84%!important;
    width:84%!important;
    min-width:84%!important;
    max-width:84%!important;
    min-height:220px!important;
    padding:26px 22px!important;
  }
}
