:root{
  --navy:#081438;
  --navy-2:#0c1d55;
  --navy-3:#13296b;
  --ink:#0c1738;
  --muted:#68718a;
  --soft:#f4f7fc;
  --line:#e4e9f2;
  --white:#fff;
  --red:#f12f54;
  --red-2:#ff5b67;
  --purple:#7c4dff;
  --blue:#2b64f6;
  --cyan:#18b9d7;
  --green:#1eb980;
  --amber:#ffae34;
  --radius:28px;
  --shadow:0 24px 70px rgba(14,28,70,.12);
  --container:1220px;
  --font:"Vazirmatn","IRANSansX","Yekan Bakh",Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);line-height:1.9;overflow-x:hidden;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
svg{display:block}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section-pad{padding:112px 0}
.skip-link{position:fixed;right:16px;top:-80px;z-index:9999;background:#fff;color:var(--ink);padding:10px 18px;border-radius:12px;box-shadow:var(--shadow);transition:.25s}
.skip-link:focus{top:16px}

/* Shared */
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:16px;font-weight:800;transition:.25s ease;white-space:nowrap}
.button:hover{transform:translateY(-2px)}
.button-primary{background:linear-gradient(135deg,var(--red-2),var(--red));color:#fff;box-shadow:0 15px 35px rgba(241,47,84,.28)}
.button-primary:hover{box-shadow:0 20px 40px rgba(241,47,84,.38)}
.button-glass{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(14px)}
.button-glass:hover{background:rgba(255,255,255,.15)}
.button-outline{border-color:var(--line);background:#fff;color:var(--ink)}
.button-small{min-height:42px;padding-inline:19px;border-radius:13px;font-size:13px}
.button-large{min-height:58px;padding-inline:30px;border-radius:18px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.1px;margin-bottom:13px}
.eyebrow::before{content:"";width:23px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--red),var(--purple))}
.eyebrow-light{color:#ffbac6}.eyebrow-light::before{background:#fff}
.section-heading{max-width:780px;margin:0 auto 54px;text-align:center}
.section-heading h2,.demo-copy h2,.builder-copy h2,.sms-copy h2,.tech-copy h2,.faq-intro h2{margin:0;color:var(--ink);font-size:clamp(2.1rem,4vw,3.35rem);line-height:1.38;letter-spacing:-1.5px}
.section-heading p,.demo-copy>p,.builder-copy>p,.tech-copy>p,.faq-intro>p{margin:18px auto 0;color:var(--muted);font-size:17px;max-width:720px}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}
.reveal.in-view{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.09s}.reveal-delay-2{transition-delay:.17s}.reveal-delay-3{transition-delay:.25s}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:100;height:80px;color:#fff;transition:.3s ease}
.site-header::after{content:"";position:absolute;inset:0;background:rgba(7,16,47,.32);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);opacity:.3;transition:.3s;z-index:-1}
.site-header.scrolled::after{opacity:1;background:rgba(7,16,47,.9);box-shadow:0 12px 35px rgba(2,8,25,.22)}
.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand img{width:48px;height:48px}
.brand span{display:grid;line-height:1.28}
.brand b{font-size:22px;font-weight:950;letter-spacing:-.7px}
.brand small{font-size:9px;color:rgba(255,255,255,.64);font-weight:600}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-inline:auto}
.desktop-nav a{font-size:13px;font-weight:750;color:rgba(255,255,255,.76);transition:.2s}
.desktop-nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);border-radius:14px;place-content:center;gap:5px}
.menu-toggle span{width:20px;height:2px;border-radius:9px;background:#fff}
.mobile-menu{background:rgba(7,16,47,.98);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 24px 40px rgba(0,0,0,.2)}
.mobile-menu-inner{padding:12px 0 22px;display:grid;gap:3px}
.mobile-menu a:not(.button){padding:11px 7px;color:rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.06)}
.mobile-menu .button{margin-top:10px}

/* Hero */
.hero{position:relative;min-height:940px;padding:150px 0 60px;color:#fff;background:
  radial-gradient(circle at 86% 16%,rgba(103,69,255,.26),transparent 33%),
  radial-gradient(circle at 13% 68%,rgba(29,98,255,.25),transparent 35%),
  linear-gradient(140deg,#050b21 0%,#0a1742 48%,#07102f 100%);overflow:hidden}
.hero::after{content:"";position:absolute;inset:auto -5% -250px;height:460px;background:#fff;border-radius:50% 50% 0 0/15% 15% 0 0;z-index:0}
.hero-mesh{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center}
.hero-copy{padding-top:14px}
.version-pill{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:700;color:rgba(255,255,255,.78)}
.version-pill span{width:9px;height:9px;border-radius:50%;background:var(--red-2);box-shadow:0 0 0 6px rgba(255,91,103,.12)}
.hero-brandline{display:flex;align-items:center;gap:14px;margin:28px 0 8px}
.hero-brandline img{width:68px;height:68px;filter:drop-shadow(0 15px 26px rgba(241,47,84,.25))}
.hero-brandline span{font-size:54px;font-weight:950;letter-spacing:-3px}
.hero h1{font-size:clamp(3rem,5.4vw,5.4rem);line-height:1.22;letter-spacing:-3.3px;margin:0;max-width:740px}
.hero h1 strong{color:transparent;background:linear-gradient(105deg,#fff 7%,#ff7181 38%,#d85cff 65%,#68a4ff 100%);-webkit-background-clip:text;background-clip:text}
.hero-copy>p{font-size:18px;line-height:2.05;color:rgba(255,255,255,.68);max-width:690px;margin:24px 0 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.hero-points{display:flex;gap:23px;flex-wrap:wrap;margin-top:27px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700}
.hero-points span{display:flex;align-items:center;gap:7px}.hero-points .icon{width:17px;height:17px;color:#62e4b6;stroke-width:2.5}
.hero-visual{position:relative;min-height:670px;display:grid;place-items:center}
.hero-ring{position:absolute;border:1px solid rgba(121,105,255,.35);border-radius:50%;box-shadow:inset 0 0 50px rgba(53,87,255,.08)}
.ring-a{width:560px;height:560px}.ring-b{width:440px;height:440px;border-color:rgba(255,72,111,.27)}
.hero-ring::before{content:"";position:absolute;inset:12%;border:1px dashed rgba(255,255,255,.09);border-radius:50%}
.phone-shell{position:relative;width:340px;height:692px;border:9px solid #0b1021;border-radius:52px;background:#0b1021;box-shadow:0 42px 100px rgba(0,0,0,.55),inset 0 0 0 2px #313a57;overflow:hidden}
.hero-phone{transform:rotate(-4deg);z-index:3;animation:phoneFloat 5s ease-in-out infinite}
@keyframes phoneFloat{50%{transform:rotate(-2.2deg) translateY(-10px)}}
.phone-top{position:absolute;z-index:5;top:7px;left:50%;transform:translateX(-50%);width:102px;height:28px;border-radius:16px;background:#060914}.phone-top span{position:absolute;width:9px;height:9px;border-radius:50%;background:#151c32;right:15px;top:9px}
.phone-screen{position:absolute;inset:0;border-radius:43px;overflow:hidden;background:#f8f9fd;color:#14203d;direction:rtl}
.mock-status{height:35px;padding:10px 20px 0;display:flex;align-items:center;justify-content:space-between;font-size:9px;direction:ltr}.mock-status span{letter-spacing:2px}
.mock-header,.inner-head{display:flex;align-items:center;justify-content:space-between;padding:13px 18px}
.mock-header button,.inner-head button{width:35px;height:35px;border:0;background:#fff;border-radius:12px;display:grid;place-items:center;color:#1b2949;box-shadow:0 5px 15px rgba(18,32,70,.08)}
.mock-header .icon,.inner-head .icon{width:17px;height:17px}
.mini-logo{display:flex;align-items:center;gap:6px}.mini-logo img{width:29px;height:29px}.mini-logo b{font-size:15px;color:#0f1d4b}
.mock-cart{position:relative}.mock-cart i{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:var(--red);color:#fff;font-size:8px;font-style:normal;display:grid;place-items:center}
.mock-search{margin:3px 18px 14px;height:40px;border-radius:14px;background:#eef1f7;color:#9299aa;display:flex;align-items:center;gap:8px;padding:0 13px;font-size:10px}.mock-search .icon{width:16px}
.mock-banner{height:145px;margin:0 18px 17px;border-radius:22px;padding:22px;display:flex;justify-content:space-between;align-items:center;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.2),transparent 25%),linear-gradient(135deg,#111f5b,#432583 65%,#f02d57);overflow:hidden}
.mock-banner>div:first-child{display:grid;gap:2px;z-index:2}.mock-banner small{font-size:9px;color:rgba(255,255,255,.7)}.mock-banner strong{font-size:14px;line-height:1.5}.mock-banner button{width:max-content;border:0;background:#fff;color:#e32f58;border-radius:8px;padding:5px 9px;font-size:8px;font-weight:900;margin-top:8px}
.mock-watch{position:relative;width:84px;height:105px;transform:rotate(10deg)}.mock-watch i{position:absolute;inset:23px 7px;border:8px solid #161d35;border-radius:22px;background:radial-gradient(circle at 40% 35%,#df6cff,#161d43 60%);box-shadow:0 15px 25px rgba(0,0,0,.35)}.mock-watch span,.mock-watch::before{content:"";position:absolute;left:29px;width:29px;height:32px;border-radius:9px;background:#202840}.mock-watch span{top:0}.mock-watch::before{bottom:0}
.mock-title{padding:0 20px 9px;display:flex;justify-content:space-between;align-items:center}.mock-title b{font-size:11px}.mock-title span{font-size:8px;color:#7d83a0}
.mock-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:0 18px 17px}.mock-cats div{display:grid;place-items:center;gap:5px}.mock-cats i{width:44px;height:44px;border-radius:15px;background:#fff;display:grid;place-items:center;color:#385bd5;box-shadow:0 7px 18px rgba(24,42,90,.08)}.mock-cats .icon{width:18px}.mock-cats small{font-size:7px}
.mock-products{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 18px}.mock-products article{background:#fff;border-radius:16px;padding:8px;display:grid;gap:4px;box-shadow:0 8px 22px rgba(20,36,76,.07)}.mock-products b{font-size:8px}.mock-products small{font-size:7px;color:#5d6680}.product-art{height:78px;border-radius:12px;background:#f0f2f8;position:relative;overflow:hidden}.art-headphone::before{content:"";position:absolute;width:47px;height:47px;border:8px solid #1a2031;border-bottom-color:transparent;border-radius:50%;left:50%;top:17px;transform:translateX(-50%)}.art-headphone::after{content:"";position:absolute;width:13px;height:28px;border-radius:8px;background:#111827;left:34px;top:39px;box-shadow:43px 0 #111827}.art-watch::before{content:"";position:absolute;left:50%;top:7px;transform:translateX(-50%);width:23px;height:65px;background:#2b3044;border-radius:9px}.art-watch::after{content:"";position:absolute;left:50%;top:23px;transform:translateX(-50%);width:41px;height:41px;border-radius:13px;background:linear-gradient(145deg,#201e52,#6c4cde);border:5px solid #111827}
.mock-bottom{position:absolute;bottom:0;left:0;right:0;height:62px;background:#fff;border-top:1px solid #e9ecf2;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:0 10px}.mock-bottom a{display:grid;place-items:center;gap:2px;color:#7a8299}.mock-bottom a.active{color:#294ed1}.mock-bottom .icon{width:16px}.mock-bottom span{font-size:6px}.mock-bottom .center{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#fa4b6a,#e72a50);color:#fff;justify-self:center;transform:translateY(-13px);box-shadow:0 9px 18px rgba(235,45,82,.28)}
.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(11,25,66,.82);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(0,0,0,.25)}.floating-card>span{width:39px;height:39px;border-radius:12px;background:linear-gradient(145deg,#ff5871,#ea2353);display:grid;place-items:center}.floating-card>span .icon{width:20px}.floating-card div{display:grid;line-height:1.35}.floating-card b{font-size:11px}.floating-card small{font-size:8px;color:rgba(255,255,255,.55)}.floating-card i{font-style:normal;width:24px;height:24px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-size:10px;font-weight:900}.fc-cart{right:-12px;top:135px}.fc-install{left:-30px;top:300px}.fc-install>span{background:linear-gradient(145deg,#2b72ff,#6a50ff)}.fc-otp{right:-35px;bottom:80px}.fc-otp>span{background:linear-gradient(145deg,#ffb43a,#ff7b32)}
.hero-stats{position:relative;z-index:3;margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:rgba(255,255,255,.07);backdrop-filter:blur(14px)}
.hero-stats div{display:grid;place-items:center;gap:3px;padding:12px 20px;border-left:1px solid rgba(255,255,255,.1)}.hero-stats div:last-child{border-left:0}.hero-stats strong{font-size:24px}.hero-stats span{font-size:10px;color:rgba(255,255,255,.58)}

/* Brand strip */
.brand-strip{position:relative;z-index:5;margin-top:-2px;padding:28px 0;background:#fff;border-bottom:1px solid var(--line)}
.brand-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.strip-label{font-size:11px;color:var(--muted);font-weight:700}.tech-logos{display:flex;align-items:center;gap:24px;color:#9ba2b4}.tech-logos b{font-size:14px;letter-spacing:-.3px}.partner-mini{display:flex;align-items:center;gap:12px;border-right:1px solid var(--line);padding-right:24px}.partner-mini span{font-size:9px;color:#9aa2b4}.partner-mini img{max-height:35px;object-fit:contain}

/* Commerce */
.commerce{background:#fff}
.commerce-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.commerce-card{position:relative;padding:31px 25px 28px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 18px 45px rgba(22,39,84,.06);overflow:hidden;transition:.3s}.commerce-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#d9dff0}.commerce-number{position:absolute;top:17px;left:20px;font-size:32px;font-weight:950;color:#eef1f7}.feature-icon{width:57px;height:57px;border-radius:18px;display:grid;place-items:center;margin-bottom:20px}.feature-icon .icon{width:26px;height:26px;stroke-width:1.9}.feature-icon.red{background:#fff0f3;color:var(--red)}.feature-icon.violet{background:#f1edff;color:var(--purple)}.feature-icon.amber{background:#fff7e7;color:#e99211}.feature-icon.blue{background:#edf3ff;color:var(--blue)}.commerce-card h3{font-size:17px;margin:0}.commerce-card p{font-size:12px;color:var(--muted);margin:9px 0 0;line-height:2}
.flow-line{margin-top:36px;padding:19px 24px;border-radius:22px;background:var(--soft);display:flex;align-items:center;justify-content:center;gap:13px}.flow-line span{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:850;white-space:nowrap}.flow-line .icon{width:18px;color:var(--blue)}.flow-line i{width:70px;height:1px;background:linear-gradient(90deg,#bfc8dd,transparent);position:relative}.flow-line i::after{content:"";position:absolute;left:0;top:-3px;width:7px;height:7px;border-radius:50%;background:#c4cce0}

/* Features */
.features{background:var(--soft);position:relative;overflow:hidden}.features::before{content:"";position:absolute;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(124,77,255,.11),transparent 70%);left:-180px;top:80px}
.feature-bento{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-tile{min-height:230px;padding:26px;border:1px solid #e0e5f0;border-radius:24px;background:rgba(255,255,255,.92);display:flex;flex-direction:column;justify-content:space-between;transition:.3s;box-shadow:0 15px 36px rgba(19,37,82,.04)}.feature-tile:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(18,35,79,.1)}.feature-tile-wide{grid-column:span 2;background:linear-gradient(135deg,#0c1d55,#172f79);color:#fff;border-color:transparent;display:grid;grid-template-columns:72px 1fr;align-items:center;min-height:180px}.feature-tile-wide:nth-of-type(5){background:linear-gradient(135deg,#f12f54,#a61658)}.feature-tile-wide:nth-of-type(9){background:linear-gradient(135deg,#2357e7,#6a49d8)}.tile-icon{width:53px;height:53px;border-radius:17px;background:#edf2ff;color:#365add;display:grid;place-items:center;margin-bottom:22px}.tile-icon .icon{width:25px;height:25px}.feature-tile-wide .tile-icon{width:64px;height:64px;margin:0;background:rgba(255,255,255,.13);color:#fff}.feature-tile h3{font-size:16px;margin:0}.feature-tile p{font-size:11px;color:var(--muted);margin:8px 0 0;line-height:2}.feature-tile-wide p{color:rgba(255,255,255,.66);font-size:12px}.feature-tile-wide h3{font-size:20px}

/* Demo */
.demo{background:#fff;overflow:hidden}.demo-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.demo-copy .eyebrow{margin-bottom:9px}.demo-copy>p{margin-inline:0;max-width:620px}.demo-tabs{margin-top:32px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:7px;background:#f0f3f9;border-radius:18px}.demo-tab{border:0;border-radius:13px;background:transparent;color:#74809a;height:55px;display:grid;place-items:center;gap:2px;font-size:9px;font-weight:800}.demo-tab .icon{width:18px}.demo-tab.active{background:#fff;color:var(--red);box-shadow:0 8px 18px rgba(20,38,82,.09)}
.check-list{list-style:none;margin:27px 0 0;padding:0;display:grid;gap:12px}.check-list li{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#4c5774}.check-list .icon{width:20px;color:var(--green);stroke-width:2.5}
.demo-stage{position:relative;min-height:770px;display:grid;place-items:center}.demo-glow{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,#dcd7ff 0%,#eef2ff 43%,transparent 71%)}.demo-phone{z-index:2;transform:rotate(2deg);box-shadow:0 45px 100px rgba(25,42,94,.28)}.demo-screen{background:#f7f8fc}.demo-view{display:none;padding-bottom:22px;animation:viewIn .28s ease}.demo-view.active{display:block}@keyframes viewIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.inner-head{height:61px;border-bottom:1px solid #e9ecf4}.inner-head>b{font-size:13px}.inner-head>span{font-size:8px;color:#8b94a9}.inner-head .secure{width:31px;height:31px;border-radius:11px;background:#eaf8f2;color:var(--green);display:grid;place-items:center}.inner-head .secure .icon{width:16px}
.demo-hero-card{height:177px;margin:16px 18px;border-radius:24px;padding:25px;color:#fff;display:grid;align-content:center;background:radial-gradient(circle at 80% 30%,rgba(255,255,255,.23),transparent 20%),linear-gradient(135deg,#6d35d7,#27185f 58%,#f02f59);position:relative;overflow:hidden}.demo-hero-card::after{content:"W";position:absolute;left:24px;font-size:93px;font-weight:950;line-height:1;color:rgba(255,255,255,.13);transform:rotate(-12deg)}.demo-hero-card span{font-size:9px;color:#dfd3ff}.demo-hero-card strong{font-size:21px}.demo-hero-card small{font-size:9px;color:rgba(255,255,255,.66)}.demo-hero-card button{width:max-content;border:0;border-radius:9px;background:#fff;color:#5f32bf;padding:7px 11px;font-size:8px;font-weight:900;margin-top:9px}.demo-category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 18px}.demo-category-row i{height:53px;border-radius:17px;background:#fff;box-shadow:0 7px 19px rgba(24,42,90,.08)}.demo-category-row i:nth-child(1){background:linear-gradient(145deg,#e8f0ff,#fff)}.demo-category-row i:nth-child(2){background:linear-gradient(145deg,#fff0f3,#fff)}.demo-category-row i:nth-child(3){background:linear-gradient(145deg,#eefcf7,#fff)}.demo-category-row i:nth-child(4){background:linear-gradient(145deg,#fff8e8,#fff)}.demo-product-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 18px}.demo-product-row div{height:170px;border-radius:20px;background:linear-gradient(#eef1f7 60%,#fff 60%);box-shadow:0 8px 22px rgba(20,36,76,.07)}
.product-gallery{height:275px;background:linear-gradient(160deg,#f2f4fb,#e7ecf8);display:grid;place-items:center;position:relative}.product-watch-big{width:128px;height:176px;position:relative}.product-watch-big::before,.product-watch-big::after{content:"";position:absolute;left:43px;width:42px;height:61px;border-radius:13px;background:#252b3c}.product-watch-big::before{top:0}.product-watch-big::after{bottom:0}.product-watch-big i{position:absolute;z-index:2;top:53px;left:10px;width:108px;height:108px;border-radius:31px;background:radial-gradient(circle at 40% 30%,#ff5c87,#332783 58%,#151a2c);border:11px solid #111725;box-shadow:0 17px 30px rgba(22,27,60,.3)}.product-watch-big span{position:absolute;z-index:3;width:7px;height:31px;background:#101523;border-radius:6px;right:1px;top:83px}.gallery-dots{position:absolute;bottom:12px;display:flex;gap:5px}.gallery-dots i{width:6px;height:6px;border-radius:50%;background:#c7ccda}.gallery-dots i:first-child{width:17px;border-radius:9px;background:var(--red)}.product-info{padding:18px}.product-info>small{color:var(--red);font-size:8px;font-weight:800}.product-info h3{font-size:16px;margin:3px 0}.product-rating{display:flex;align-items:center;gap:7px}.product-rating span{color:#ffad32;font-size:10px;letter-spacing:1px}.product-rating small{font-size:7px;color:#8790a4}.product-price{display:block;font-size:15px;margin:13px 0}.variation{display:flex;align-items:center;gap:8px;font-size:8px;color:#6d758d}.variation i{width:20px;height:20px;border-radius:50%;background:#151827;border:3px solid #fff;box-shadow:0 0 0 1px #c8cedc}.variation i:nth-child(3){background:#bdcedf}.variation i:nth-child(4){background:#e9bda2}.wide-action{width:100%;height:47px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--red-2),var(--red));font-size:11px;font-weight:900;margin-top:17px;box-shadow:0 10px 20px rgba(241,47,84,.22)}
.cart-count{padding:5px 9px;border-radius:9px;background:#edf2ff;color:#3156d8!important}.cart-item{margin:13px 17px;padding:12px;border-radius:18px;background:#fff;box-shadow:0 8px 23px rgba(20,36,76,.07);display:grid;grid-template-columns:78px 1fr;gap:12px}.cart-thumb{width:78px;height:88px;border-radius:14px;background:#eef1f6;position:relative}.watch-thumb::before{content:"";position:absolute;left:27px;top:12px;width:24px;height:65px;border-radius:10px;background:#24293a}.watch-thumb::after{content:"";position:absolute;left:16px;top:28px;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#151c38,#6a44c3);border:5px solid #111827}.headphone-thumb::before{content:"";position:absolute;left:16px;top:17px;width:47px;height:47px;border:8px solid #252a39;border-bottom-color:transparent;border-radius:50%}.headphone-thumb::after{content:"";position:absolute;width:14px;height:30px;border-radius:8px;background:#151a29;left:14px;top:44px;box-shadow:36px 0 #151a29}.cart-item>div:last-child{display:grid;align-content:start}.cart-item b{font-size:10px}.cart-item small{font-size:7px;color:#8991a4}.cart-item strong{font-size:9px;margin-top:5px}.qty{display:flex;align-items:center;gap:8px;margin-top:5px}.qty button{width:21px;height:21px;border:0;background:#eff2f8;border-radius:7px;color:#51607c}.qty span{font-size:9px}.cart-summary{margin:18px;display:flex;justify-content:space-between;padding-top:12px;border-top:1px dashed #d9deea;font-size:10px}.demo-view[data-view="cart"]>.wide-action,.demo-view[data-view="checkout"]>.wide-action{width:calc(100% - 36px);margin:9px 18px}
.checkout-progress{display:flex;align-items:center;justify-content:center;padding:18px 35px}.checkout-progress span{width:26px;height:26px;border-radius:50%;background:#e9edf5;color:#77819b;display:grid;place-items:center;font-size:9px;font-weight:900}.checkout-progress span.done{background:#e9f9f3;color:var(--green)}.checkout-progress i{width:60px;height:2px;background:#e1e6f0}.form-label{font-size:9px;font-weight:850;margin:10px 18px 7px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 18px}.form-row i,.form-field{height:42px;border-radius:12px;border:1px solid #e1e5ee;background:#fff}.form-field{margin:8px 18px}.ship-option{margin:8px 18px;padding:10px 11px;border:1px solid #e2e6ee;border-radius:14px;background:#fff;display:grid;grid-template-columns:18px 1fr auto;gap:9px;align-items:center}.ship-option.active{border-color:#80a3ff;background:#f6f8ff}.ship-option>span{width:15px;height:15px;border-radius:50%;border:2px solid #c4cad9}.ship-option.active>span{border:5px solid var(--blue)}.ship-option div{display:grid}.ship-option b{font-size:8px}.ship-option small{font-size:6px;color:#8790a4}.ship-option strong{font-size:7px}
.login-art{height:215px;display:grid;place-items:center;position:relative}.login-art img{width:94px;z-index:2}.login-art i{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#fbdde5 0%,#eef1ff 60%,transparent 70%)}.demo-view[data-view="login"] h3{text-align:center;margin:0;font-size:18px}.demo-view[data-view="login"]>p{text-align:center;font-size:9px;color:#7f879b;padding:0 35px;line-height:1.9}.demo-view[data-view="login"]>label{font-size:8px;font-weight:800;margin:13px 22px 6px;display:block}.login-field{height:50px;margin:0 20px;border:1px solid #dfe4ed;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.login-field span{font-size:9px;color:#8d95a8}.login-field b{font-size:12px;direction:ltr}.demo-view[data-view="login"]>.wide-action{width:calc(100% - 40px);margin:14px 20px}.login-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#7d879c;font-size:7px}.login-note .icon{width:14px;color:var(--green)}
.demo-note{position:absolute;z-index:3;bottom:62px;left:8px;display:flex;align-items:center;gap:10px;padding:14px 17px;border-radius:18px;background:#fff;box-shadow:0 19px 45px rgba(23,40,91,.17)}.demo-note>span{width:39px;height:39px;border-radius:13px;background:#eaf9f3;color:var(--green);display:grid;place-items:center}.demo-note div{display:grid}.demo-note b{font-size:10px}.demo-note small{font-size:7px;color:#8a92a5}

/* Builder */
.builder{background:#f4f7fc;overflow:hidden}.builder-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:75px;align-items:center}.builder-visual{position:relative}.builder-visual::before{content:"";position:absolute;inset:-60px -90px;background:radial-gradient(circle,rgba(72,85,226,.18),transparent 65%)}.admin-window{position:relative;display:grid;grid-template-columns:145px 1fr;grid-template-rows:58px 1fr;min-height:510px;border:1px solid #dce2ee;border-radius:27px;background:#fff;box-shadow:0 35px 80px rgba(22,40,89,.16);overflow:hidden;direction:rtl;transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.admin-top{grid-column:1/3;background:#0b173d;color:#fff;display:flex;align-items:center;padding:0 19px;gap:7px}.admin-top i{width:8px;height:8px;border-radius:50%;background:#f16072}.admin-top i:nth-last-child(2){background:#ffc35b}.admin-top i:nth-last-child(1){background:#3bd596}.admin-brand{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:12px}.admin-brand img{width:28px}.admin-sidebar{padding:22px 14px;background:#f6f8fc;display:grid;align-content:start;gap:6px;border-left:1px solid #e8ebf2}.admin-sidebar b{font-size:12px;margin-bottom:8px}.admin-sidebar span{font-size:8px;padding:10px;border-radius:9px;color:#778197}.admin-sidebar span.active{background:#eaf0ff;color:#2d56d8;font-weight:900}.admin-content{padding:20px}.admin-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.admin-title>div{display:grid}.admin-title small{font-size:7px;color:#949cae}.admin-title b{font-size:14px}.admin-title button{border:0;background:linear-gradient(135deg,#3266ee,#194bd5);color:#fff;border-radius:10px;padding:8px 13px;font-size:8px;font-weight:900}.block-row{display:grid;grid-template-columns:16px 43px 1fr 32px;align-items:center;gap:10px;border:1px solid #e4e8f0;border-radius:15px;padding:13px;margin-bottom:10px;background:#fff}.block-row.highlight{border-color:#a9bfff;background:#f8f9ff}.drag{color:#c2c7d2;font-size:15px}.block-icon{width:42px;height:42px;border-radius:13px;background:#edf2ff;color:#385edb;display:grid;place-items:center}.block-icon .icon{width:20px}.block-row>div:nth-child(3){display:grid}.block-row b{font-size:9px}.block-row small{font-size:7px;color:#9098aa}.switch{width:29px;height:17px;border-radius:20px;background:#dce0e8;position:relative}.switch::after{content:"";position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#fff}.switch.on{background:#3b63e8}.switch.on::after{left:15px}.builder-copy>p{margin-inline:0}.admin-list{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:11px}.admin-list>div{display:flex;gap:8px;align-items:flex-start;padding:13px 12px;border-radius:14px;background:#fff;border:1px solid #e4e8f0}.admin-list span{flex:0 0 25px;width:25px;height:25px;border-radius:9px;background:#e9f8f2;color:var(--green);display:grid;place-items:center}.admin-list .icon{width:14px;stroke-width:2.5}.admin-list p{font-size:9px;line-height:1.8;margin:0;font-weight:750;color:#56617c}

/* SMS */
.sms{background:#fff}.sms-card{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(135deg,#07112f,#10285e 58%,#192967);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;padding:72px}.sms-card::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(243,47,85,.25),transparent 70%);left:-120px;top:-130px}.sms-copy{position:relative;z-index:2}.sms-copy h2{color:#fff}.sms-copy p{font-size:14px;color:rgba(255,255,255,.65);margin:16px 0 0;max-width:610px}.method-cards{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:27px}.method-cards>div{display:grid;grid-template-columns:48px 1fr;column-gap:11px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:rgba(255,255,255,.06)}.method-cards span{grid-row:1/3;width:47px;height:47px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);color:#ff8798}.method-cards b{font-size:12px}.method-cards small{font-size:8px;color:rgba(255,255,255,.5)}.provider-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.provider-list span{padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:8px;color:rgba(255,255,255,.7)}
.otp-visual{position:relative;display:grid;place-items:center;min-height:450px}.otp-phone{position:relative;z-index:3;width:340px;padding:33px 27px;border-radius:31px;background:#fff;color:var(--ink);box-shadow:0 35px 70px rgba(0,0,0,.32);transform:rotate(2deg)}.otp-head{display:grid;place-items:center}.otp-head img{width:65px}.otp-head b{font-size:17px;margin-top:5px}.otp-head small{font-size:9px;color:#8d95a8}.otp-code{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;direction:ltr;margin:25px 0 12px}.otp-code i{height:50px;border:1px solid #dfe4ed;border-radius:12px;display:grid;place-items:center;font-style:normal;font-size:17px;font-weight:900}.otp-code i:nth-child(3){border-color:#ff8ca0;box-shadow:0 0 0 3px #fff0f3}.otp-timer{text-align:center;font-size:8px;color:#8d95a8}.otp-timer b{color:var(--red)}.otp-phone>button{width:100%;height:49px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--red-2),var(--red));color:#fff;font-weight:900;font-size:11px;margin-top:18px}.otp-safe{display:flex;align-items:center;justify-content:center;gap:6px;font-size:7px;color:#7e879c;margin-top:13px}.otp-safe .icon{width:14px;color:var(--green)}.sms-pulse{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}.p1{width:430px;height:430px}.p2{width:520px;height:520px}.p3{width:610px;height:610px;border-style:dashed;opacity:.5}

/* Tech */
.tech{background:#f5f7fb}.tech-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.tech-copy p{margin-inline:0}.tech-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.tech-pills span{padding:8px 12px;border-radius:11px;background:#fff;border:1px solid #e2e6ee;color:#53607d;font-size:9px;font-weight:800}.tech-metrics{display:grid;gap:13px}.tech-metrics article{display:grid;grid-template-columns:55px 1fr;column-gap:15px;align-items:center;padding:19px;border:1px solid #e1e6ef;border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(22,38,81,.05)}.tech-metrics article>div{grid-row:1/3;width:55px;height:55px;border-radius:17px;background:#eef2ff;color:#365bdc;display:grid;place-items:center}.tech-metrics article:nth-child(2)>div{background:#edf9f5;color:var(--green)}.tech-metrics article:nth-child(3)>div{background:#fff2f4;color:var(--red)}.tech-metrics strong{font-size:13px}.tech-metrics p{font-size:9px;color:#7c859a;margin:2px 0 0;line-height:1.8}

/* Usecases */
.usecases{background:#fff}.usecase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.usecase-grid article{padding:25px;border:1px solid var(--line);border-radius:22px;transition:.25s;background:#fff}.usecase-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(20,37,79,.08)}.usecase-grid span{font-size:31px}.usecase-grid h3{font-size:15px;margin:9px 0 2px}.usecase-grid p{font-size:10px;color:var(--muted);margin:0}

/* FAQ */
.faq{background:#f5f7fb}.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-intro>p{margin-inline:0}.faq-intro .button{margin-top:25px}.accordion{display:grid;gap:10px}.accordion-item{border:1px solid #e0e5ed;border-radius:19px;background:#fff;overflow:hidden}.accordion-item button{width:100%;border:0;background:#fff;color:var(--ink);padding:19px 20px;display:flex;justify-content:space-between;align-items:center;gap:15px;text-align:right;font-weight:850;font-size:12px}.accordion-item button .icon{width:18px;color:#8790a5;transition:.25s}.accordion-item.open button .icon{transform:rotate(90deg);color:var(--red)}.accordion-panel{padding:0 20px 19px}.accordion-panel p{font-size:10px;color:var(--muted);margin:0;line-height:2.05}

/* CTA + footer */
.final-cta{background:#fff}.cta-card{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(135deg,#07112f,#132c6b 60%,#251d6d);color:#fff;padding:58px 64px;display:grid;grid-template-columns:120px 1fr auto;gap:32px;align-items:center}.cta-card::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(90deg,#000,transparent)}.cta-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(241,47,84,.32),transparent 70%);left:-150px;top:-180px}.cta-mark,.cta-copy,.cta-actions{position:relative;z-index:2}.cta-mark img{filter:drop-shadow(0 22px 33px rgba(241,47,84,.3))}.cta-copy span{font-size:10px;color:#ff93a3;font-weight:800}.cta-copy h2{font-size:31px;line-height:1.45;margin:4px 0}.cta-copy p{font-size:11px;color:rgba(255,255,255,.6);margin:0;max-width:650px}.cta-actions{display:grid;gap:9px}.cta-actions .button{min-width:205px}
.site-footer{background:#07102c;color:#fff;padding-top:62px}.footer-main{display:grid;grid-template-columns:1fr 1fr .8fr;gap:55px;padding-bottom:48px}.footer-brand .brand{display:inline-flex}.footer-brand p{font-size:10px;color:rgba(255,255,255,.48);max-width:420px;margin:15px 0 0}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:35px}.footer-links div{display:grid;align-content:start;gap:8px}.footer-links b,.footer-partners>b{font-size:11px;margin-bottom:6px}.footer-links a{font-size:9px;color:rgba(255,255,255,.53)}.footer-links a:hover{color:#fff}.footer-partners>div{display:flex;align-items:center;gap:13px;margin-top:15px}.footer-partners a{padding:10px;background:#fff;border-radius:13px;display:grid;place-items:center;min-height:65px}.footer-partners img{max-height:40px;object-fit:contain}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.42);font-size:8px}
.back-to-top{position:fixed;left:22px;bottom:22px;z-index:70;width:46px;height:46px;border:0;border-radius:15px;background:#fff;color:var(--ink);box-shadow:0 15px 35px rgba(13,27,68,.2);display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}.back-to-top.visible{opacity:1;visibility:visible;transform:none}.back-to-top .icon{transform:rotate(90deg)}
.toast{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:14px;background:#0c1d55;color:#fff;box-shadow:0 16px 35px rgba(5,16,50,.25);font-size:10px;font-weight:800;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}.toast.show{opacity:1;visibility:visible;transform:none}.toast .icon{width:17px;color:#67dfb6}

@media (max-width:1180px){
  .hero-grid{gap:30px}.fc-cart{right:-5px}.fc-install{left:-5px}.fc-otp{right:0}.hero h1{font-size:4.3rem}.feature-bento{grid-template-columns:repeat(3,1fr)}.feature-tile-wide{grid-column:span 2}.commerce-grid{grid-template-columns:repeat(2,1fr)}.builder-grid{gap:45px}.sms-card{padding:55px}.cta-card{grid-template-columns:90px 1fr}.cta-actions{grid-column:2}.footer-main{grid-template-columns:1.1fr 1fr}.footer-partners{grid-column:1/3}
}
@media (max-width:960px){
  .section-pad{padding:90px 0}.desktop-nav,.header-actions>.button{display:none}.menu-toggle{display:grid}.hero{padding-top:125px;min-height:auto}.hero::after{height:300px;bottom:-190px}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{max-width:800px;margin:auto}.hero-brandline,.hero-actions,.hero-points{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-visual{margin-top:15px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div:nth-child(2){border-left:0}.hero-stats div:nth-child(1),.hero-stats div:nth-child(2){border-bottom:1px solid rgba(255,255,255,.1)}.brand-strip-inner{flex-wrap:wrap;justify-content:center}.partner-mini{border:0;padding:0}.flow-line{overflow-x:auto;justify-content:flex-start}.feature-bento{grid-template-columns:repeat(2,1fr)}.demo-grid,.builder-grid,.sms-card,.tech-grid,.faq-grid{grid-template-columns:1fr}.demo-copy,.builder-copy,.tech-copy,.faq-intro{text-align:center;max-width:760px;margin:auto}.demo-copy>p,.builder-copy>p,.tech-copy>p,.faq-intro>p{margin-inline:auto}.demo-tabs,.check-list{max-width:650px;margin-inline:auto}.check-list{text-align:right}.demo-stage{order:-1}.builder-visual{order:-1}.admin-list{text-align:right}.sms-card{text-align:center}.sms-copy p{margin-inline:auto}.provider-list{justify-content:center}.method-cards{text-align:right}.tech-pills{justify-content:center}.faq-intro{position:static}.cta-card{grid-template-columns:100px 1fr}.cta-actions{grid-column:1/3;display:flex;justify-content:center}.usecase-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .container{width:min(calc(100% - 28px),var(--container))}.section-pad{padding:74px 0}.site-header,.header-inner{height:70px}.brand img{width:43px;height:43px}.brand b{font-size:20px}.hero{padding-top:105px}.hero-brandline img{width:56px}.hero-brandline span{font-size:42px}.hero h1{font-size:2.7rem;letter-spacing:-2px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-points{display:grid;gap:8px;text-align:right;max-width:290px;margin-inline:auto}.hero-visual{min-height:610px;transform:scale(.9);margin:0 -10px}.floating-card{transform:scale(.88)}.fc-cart{right:-25px}.fc-install{left:-25px}.fc-otp{right:-20px}.hero-stats{margin-top:-25px}.hero-stats strong{font-size:20px}.tech-logos{order:3;width:100%;justify-content:center;flex-wrap:wrap}.section-heading h2,.demo-copy h2,.builder-copy h2,.sms-copy h2,.tech-copy h2,.faq-intro h2{font-size:2.05rem}.section-heading p,.demo-copy>p,.builder-copy>p,.tech-copy>p,.faq-intro>p{font-size:14px}.commerce-grid{grid-template-columns:1fr}.feature-bento{grid-template-columns:1fr}.feature-tile-wide{grid-column:auto;grid-template-columns:60px 1fr}.demo-tabs{grid-template-columns:repeat(5,1fr)}.demo-stage{min-height:690px;transform:scale(.92);margin:-30px 0}.admin-window{grid-template-columns:110px 1fr;min-height:480px;transform:none}.admin-sidebar{padding:18px 8px}.admin-content{padding:13px}.block-row{grid-template-columns:13px 38px 1fr 28px;padding:10px;gap:7px}.admin-list{grid-template-columns:1fr}.sms-card{padding:45px 22px;border-radius:28px}.method-cards{grid-template-columns:1fr}.otp-visual{min-height:420px;transform:scale(.9);margin:-20px 0}.usecase-grid{grid-template-columns:1fr}.cta-card{padding:45px 23px;grid-template-columns:1fr;text-align:center}.cta-mark{display:none}.cta-actions{grid-column:auto;display:grid}.cta-copy h2{font-size:26px}.footer-main{grid-template-columns:1fr}.footer-partners{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center;justify-content:center;padding:16px 0}.footer-partners>div{flex-wrap:wrap}
}
@media (max-width:480px){
  .header-inner{height:65px}.site-header{height:65px}.brand small{display:none}.brand img{width:40px;height:40px}.menu-toggle{width:42px;height:42px}.hero{padding-top:92px}.version-pill{font-size:9px}.hero-brandline{margin-top:20px}.hero-brandline span{font-size:37px}.hero h1{font-size:2.25rem;line-height:1.38}.hero-copy>p{font-size:13px}.hero-visual{min-height:540px;transform:scale(.78);margin:-50px -45px}.floating-card{display:none}.hero-stats{grid-template-columns:1fr 1fr;padding:7px}.hero-stats div{padding:12px 6px}.hero-stats span{font-size:8px}.strip-label{width:100%;text-align:center}.tech-logos{gap:14px}.tech-logos b{font-size:11px}.partner-mini{width:100%;justify-content:center}.commerce-card{padding:25px 20px}.flow-line{padding:15px}.feature-tile{min-height:auto}.feature-tile-wide{display:flex}.demo-tabs{gap:4px;padding:5px}.demo-tab{height:50px;font-size:7px}.demo-stage{min-height:600px;transform:scale(.8);margin:-85px -45px}.demo-note{display:none}.admin-window{grid-template-columns:88px 1fr;min-height:430px}.admin-sidebar span{font-size:6px;padding:8px 5px}.admin-sidebar b{font-size:9px}.block-row small{display:none}.admin-title button{font-size:6px}.sms-card{padding:38px 18px}.otp-visual{transform:scale(.8);margin:-45px -45px}.tech-metrics article{grid-template-columns:47px 1fr}.tech-metrics article>div{width:47px;height:47px}.footer-partners a{width:100%}.back-to-top{left:13px;bottom:13px}.toast{right:13px;bottom:13px}.cta-copy h2{font-size:23px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
