:root{
  --ink:#17162f;--muted:#66637a;--line:#e9e6f2;--paper:#fff;--soft:#f7f5ff;
  --purple:#6d45f5;--blue:#2085ff;--pink:#ff5e91;--cyan:#0dc7da;--navy:#171a64;
  --shadow:0 24px 70px rgba(37,28,88,.14);--radius:28px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(233,230,242,.8)}
.header-inner{height:76px;max-width:1240px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:180px;height:auto}.desktop-nav{display:flex;gap:34px;font-weight:750;font-size:14px;color:#49465d}.desktop-nav a:hover{color:var(--purple)}.header-cta,.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:15px;padding:0 20px;color:#fff;font-weight:850;background:linear-gradient(135deg,var(--blue),var(--purple) 62%,var(--pink));box-shadow:0 10px 24px rgba(88,68,233,.24);transition:.2s}.header-cta:hover,.primary-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(88,68,233,.3)}
.hero{max-width:1240px;margin:auto;padding:76px 22px 70px;min-height:760px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:72px;align-items:center;overflow:hidden}.pill{width:max-content;display:inline-flex;gap:9px;align-items:center;padding:9px 14px;border-radius:999px;color:#4b4384;background:#f1edff;font-size:12px;font-weight:850}.pill i{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--pink));box-shadow:0 0 0 5px rgba(109,69,245,.1)}.hero h1{font-size:clamp(50px,6.3vw,84px);line-height:.98;letter-spacing:-.055em;margin:24px 0 25px;max-width:820px}.hero h1 em{font-style:normal;background:linear-gradient(100deg,var(--blue),var(--purple) 48%,var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.7;margin:0 0 28px}.shop-search{max-width:690px;position:relative}.shop-search>label{display:block;margin:0 0 9px;font-size:12px;font-weight:850;color:#4f4a68}.search-shell{height:64px;display:flex;align-items:center;padding:6px 7px 6px 18px;border:2px solid #ddd7f3;background:#fff;border-radius:20px;box-shadow:0 14px 42px rgba(48,36,112,.1);transition:.2s}.search-shell:focus-within{border-color:#8a71f5;box-shadow:0 16px 48px rgba(90,66,214,.18)}.search-shell svg{width:22px;fill:none;stroke:#706a82;stroke-width:2}.search-shell input{min-width:0;flex:1;border:0;outline:0;padding:0 13px;font-size:16px;color:var(--ink)}.search-shell input::placeholder{color:#9d99ad}.search-shell button{border:0;align-self:stretch;border-radius:14px;padding:0 19px;color:#fff;background:#1c1b3f;font-weight:850;cursor:pointer}.shop-search>small{display:block;color:#868196;margin:9px 4px 0;font-size:11px}.search-results{position:absolute;top:99px;left:0;right:0;z-index:20;border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px;box-shadow:var(--shadow)}.search-result{display:flex;align-items:center;gap:12px;width:100%;border:0;background:#fff;border-radius:12px;padding:11px;text-align:left;cursor:pointer}.search-result:hover,.search-result.active{background:#f5f2ff}.search-result img{width:46px;height:46px;border-radius:12px;object-fit:cover}.search-result div{flex:1}.search-result b{display:block;font-size:14px}.search-result small{color:var(--muted)}.search-result span{font-weight:900;color:var(--purple)}.no-result{padding:15px;color:var(--muted);font-size:13px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:26px}.text-link{font-weight:850;color:#35314f}.text-link span{color:var(--purple);font-size:20px;vertical-align:-1px}.hero-visual{height:610px;position:relative;isolation:isolate}.glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.9;z-index:-1}.glow-one{width:460px;height:460px;background:radial-gradient(circle at 30% 30%,#fddde9,#e8e0ff 55%,transparent 70%);top:55px;left:25px}.glow-two{width:300px;height:300px;background:radial-gradient(circle,#dcefff,transparent 70%);right:-40px;bottom:20px}.phone{position:absolute;display:block;width:286px;height:560px;border:9px solid #fff;border-radius:42px;background:#fff;overflow:hidden;box-shadow:0 35px 90px rgba(35,26,89,.24);transition:.25s}.phone:hover{transform:translateY(-8px) rotate(0)}.phone-back{left:18px;top:34px;transform:rotate(-8deg);opacity:.92}.phone-front{right:5px;top:2px;transform:rotate(6deg);z-index:3}.phone-top{height:50px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#282541}.phone-top span,.phone-top i{width:17px;height:2px;background:#312e4a;box-shadow:0 5px 0 #312e4a,0 -5px 0 #312e4a}.phone-top i{border-radius:50%;width:7px;height:7px;box-shadow:none}.phone-top b{font-size:12px;letter-spacing:.16em}.phone>img{width:100%;height:360px;object-fit:cover}.phone-copy{padding:17px 16px}.phone-copy small{font-size:9px;letter-spacing:.13em;color:var(--purple);font-weight:900}.phone-copy strong{display:block;font-size:24px;line-height:1.05;margin:7px 0 13px;letter-spacing:-.04em}.phone-copy span{font-size:12px;font-weight:850;color:#5d5672}.float-chip{position:absolute;z-index:7;background:#fff;border:1px solid var(--line);box-shadow:0 13px 30px rgba(51,40,115,.15);padding:12px 15px;border-radius:999px;font-size:12px;font-weight:900}.chip-one{right:-30px;top:115px;color:#087d4f}.chip-two{left:3px;bottom:98px;color:var(--purple)}
.trust-strip{min-height:66px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:26px;padding:14px 20px;color:#555069;font-size:12px;font-weight:850;letter-spacing:.03em}.trust-strip i{width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--pink))}.section{max-width:1240px;margin:auto;padding:100px 22px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:38px}.section-head>div{max-width:720px}.section-head>p{max-width:470px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.section-head.centered{display:block;text-align:center;max-width:780px;margin:0 auto 44px}.section-head.centered p{margin:14px auto 0}.kicker{display:block;font-size:11px;font-weight:950;letter-spacing:.16em;color:var(--purple)}h2{font-size:clamp(36px,4vw,56px);line-height:1.02;letter-spacing:-.045em;margin:9px 0 0}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.shop-card{border:1px solid var(--line);background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 18px 55px rgba(39,31,84,.08);transition:.25s}.shop-card:hover{transform:translateY(-7px);box-shadow:0 30px 70px rgba(39,31,84,.15)}.shop-image{height:360px;display:block;position:relative;overflow:hidden;background:#efedf6}.shop-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.shop-card:hover .shop-image img{transform:scale(1.035)}.live-badge{position:absolute;top:14px;left:14px;color:#fff;background:#101f50;padding:8px 11px;border-radius:10px;font-size:10px;font-weight:950;letter-spacing:.1em;box-shadow:0 8px 16px rgba(15,25,67,.24)}.shop-info{display:grid;grid-template-columns:48px minmax(0,1fr) 42px;align-items:center;gap:12px;padding:17px}.avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:#fff;font-weight:950}.avatar-al{background:linear-gradient(145deg,#0b4c35,#d3ad61)}.avatar-nuur{background:linear-gradient(145deg,#31274f,#b18ae0)}.avatar-plus{background:linear-gradient(145deg,var(--blue),var(--pink));font-size:23px}.shop-info h3{font-size:16px;margin:0 0 4px}.shop-info p{margin:0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.open-arrow{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#f3f0fb;color:var(--purple);font-size:20px;font-weight:900}.coming-visual{height:360px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f8eaff,#e6f1ff)}.coming-visual>span{z-index:5;width:90px;height:90px;display:grid;place-items:center;border-radius:29px;background:#fff;box-shadow:0 18px 44px rgba(90,66,174,.2);font-size:50px;font-weight:300;color:var(--purple)}.mini-card{position:absolute;width:145px;height:210px;border-radius:23px;background:#fff;box-shadow:0 15px 35px rgba(60,43,132,.13)}.mini-card.one{transform:rotate(-18deg);left:28px;top:90px;background:linear-gradient(#ffbed2 58%,#fff 58%)}.mini-card.two{transform:rotate(17deg);right:25px;top:72px;background:linear-gradient(#cbdcff 58%,#fff 58%)}.mini-card.three{bottom:-100px;background:linear-gradient(#c7f0e4 58%,#fff 58%)}
.how{background:linear-gradient(180deg,#fff,#faf8ff)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{position:relative;border:1px solid var(--line);border-radius:26px;padding:28px;background:#fff;min-height:285px;box-shadow:0 15px 45px rgba(45,35,95,.06)}.steps article>span{position:absolute;top:22px;right:24px;font-size:12px;font-weight:950;color:#afa9bf}.step-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:19px;background:#f1edff;font-size:27px}.steps h3{font-size:21px;margin:25px 0 10px}.steps p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.feature-panel{border-radius:36px;padding:56px;background:#17162f;color:#fff;display:grid;grid-template-columns:1fr 460px;gap:55px;overflow:hidden;position:relative}.feature-panel:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-250px;top:-260px;background:radial-gradient(circle,rgba(109,69,245,.65),transparent 70%)}.feature-copy{position:relative;z-index:2}.feature-copy .kicker{color:#bfb2ff}.feature-copy h2{max-width:650px}.feature-copy>p{color:#bdb9ca;line-height:1.7;max-width:650px}.feature-copy ul{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:22px 30px}.feature-copy li{border-top:1px solid rgba(255,255,255,.16);padding-top:15px}.feature-copy li b{display:block;font-size:14px}.feature-copy li span{display:block;color:#9e99ad;font-size:12px;line-height:1.5;margin-top:6px}.status-demo{position:relative;min-height:470px;z-index:2}.demo-card{position:absolute;width:245px;height:330px;border:7px solid #fff;border-radius:30px;background:#fff;color:var(--ink);overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.28);padding-bottom:16px}.demo-card>span{position:absolute;z-index:2;top:12px;left:12px;padding:8px 9px;border-radius:9px;color:#fff;font-size:9px;font-weight:950;text-transform:uppercase}.demo-card>div{height:220px;background:linear-gradient(160deg,#dcd4f7,#8871c3)}.demo-card b,.demo-card small{display:block;margin-left:14px}.demo-card b{font-size:16px;margin-top:14px}.demo-card small{color:var(--muted);margin-top:5px}.demo-one{left:0;top:55px;transform:rotate(-8deg)}.demo-one>span{background:#087c54}.demo-two{right:0;top:0;transform:rotate(8deg)}.demo-two>span{background:#b46a07}.demo-two>div{background:linear-gradient(160deg,#ffe0e8,#c689aa)}.demo-three{right:68px;bottom:-52px;transform:rotate(1deg)}.demo-three>span{background:#6d3144}.demo-three>div{background:linear-gradient(160deg,#b5d5e7,#40566d)}
.start{padding-top:45px}.start-card{background:linear-gradient(135deg,#eef7ff,#f4efff 52%,#fff0f5);border-radius:36px;padding:56px;display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}.start-card p{color:var(--muted);line-height:1.7}.request-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.request-form label{font-size:11px;font-weight:900;color:#4d4864}.request-form input{display:block;width:100%;height:52px;border:1px solid #ddd6ef;background:#fff;border-radius:14px;padding:0 14px;outline:0;margin-top:7px;color:var(--ink)}.request-form input:focus{border-color:#8a71f5;box-shadow:0 0 0 4px rgba(109,69,245,.1)}.handle-input{display:flex;align-items:center;height:52px;border:1px solid #ddd6ef;background:#fff;border-radius:14px;margin-top:7px;overflow:hidden}.handle-input span{padding-left:13px;font-size:12px;color:#7c768e;white-space:nowrap}.handle-input input{border:0;height:50px;margin:0;padding-left:3px;box-shadow:none!important}.request-form button{grid-column:1/-1;border:0;border-radius:15px;min-height:54px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple),var(--pink));font-weight:900;cursor:pointer;box-shadow:0 15px 30px rgba(83,61,213,.2)}.request-form>small{grid-column:1/-1;color:#817b91;line-height:1.5}.request-form code{font-size:10px}
footer{max-width:1240px;margin:auto;padding:60px 22px 40px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.footer-brand img{width:160px}.footer-brand p{color:var(--muted);font-size:12px}.footer-links{display:flex;gap:24px;font-size:12px;font-weight:850;color:#514c65}.copyright{grid-column:1/-1;color:#9993a7;font-size:11px;margin:10px 0 0}.toast{position:fixed;z-index:100;left:50%;bottom:28px;transform:translate(-50%,20px);padding:13px 18px;border-radius:999px;background:#1a1835;color:#fff;font-size:12px;font-weight:850;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 16px 40px rgba(0,0,0,.24)}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1000px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px;gap:25px}.hero-visual{height:610px;max-width:620px;width:100%;margin:0 auto}.section-head{display:block}.section-head>p{margin-top:12px}.shop-grid{grid-template-columns:1fr 1fr}.coming-card{grid-column:1/-1}.coming-visual{height:260px}.feature-panel{grid-template-columns:1fr;padding-bottom:95px}.status-demo{max-width:500px;width:100%;margin:auto}.start-card{grid-template-columns:1fr}}
@media(max-width:680px){.header-inner{height:68px;padding:0 15px}.brand img{width:145px}.header-cta{min-height:42px;padding:0 14px;font-size:12px;border-radius:13px}.hero{padding:40px 16px 48px;min-height:auto}.hero h1{font-size:46px;line-height:1.01;margin-top:19px}.hero-copy>p{font-size:15px;line-height:1.65}.search-shell{height:auto;min-height:58px;padding:5px 5px 5px 14px;flex-wrap:wrap}.search-shell input{height:46px;min-width:160px;font-size:14px}.search-shell button{height:44px;padding:0 14px}.shop-search>small{line-height:1.5}.hero-actions{gap:16px;flex-wrap:wrap}.primary-btn{min-height:45px}.hero-visual{height:480px;margin-top:5px}.phone{width:218px;height:430px;border-width:7px;border-radius:33px}.phone-top{height:40px}.phone>img{height:276px}.phone-copy{padding:12px}.phone-copy strong{font-size:19px}.phone-back{left:-5px;top:30px}.phone-front{right:-3px}.float-chip{font-size:10px;padding:10px 11px}.chip-one{right:-5px;top:75px}.chip-two{left:-2px;bottom:45px}.trust-strip{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-left:16px}.section{padding:75px 16px}.section-head{margin-bottom:26px}.section-head>p{font-size:13px}.shop-grid{grid-template-columns:1fr}.coming-card{grid-column:auto}.shop-image,.coming-visual{height:330px}.steps{grid-template-columns:1fr}.steps article{min-height:220px}.feature-panel{padding:34px 20px 105px;border-radius:29px}.feature-copy ul{grid-template-columns:1fr}.status-demo{min-height:400px;transform:scale(.84);transform-origin:top center;margin-bottom:-70px}.start-card{padding:34px 20px;border-radius:29px;gap:28px}.request-form{grid-template-columns:1fr}.request-form button,.request-form>small{grid-column:auto}.handle-input span{font-size:10px}.footer-links{display:none}footer{grid-template-columns:1fr;padding:42px 18px}.copyright{grid-column:auto}.search-results{top:99px}}
@media(max-width:390px){.brand img{width:132px}.header-cta{padding:0 11px}.hero h1{font-size:40px}.phone{width:200px}.phone-front{right:-15px}.phone-back{left:-18px}.hero-visual{height:455px}.shop-image{height:300px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
