:root{--bg:#07110e;--surface:#0c1814;--card:#0d1c17;--text:#f5fbf8;--muted:#9db0a7;--green:#16db75;--red:#ff4d50;--border:rgba(177,219,199,.15);--shadow:0 24px 70px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'Vazirmatn',system-ui,sans-serif}a{color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(7,17,14,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:170px;height:auto;display:block}.desktop-nav{display:flex;gap:18px;align-items:center}.desktop-nav a{font-size:.88rem;color:var(--muted);text-decoration:none;white-space:nowrap}.desktop-nav a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:16px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:.2s}.btn-red{background:var(--red);color:white}.btn-red:hover{filter:brightness(1.06)}.btn-outline{border-color:var(--border);background:rgba(255,255,255,.02)}.menu-button{display:none;background:none;border:1px solid var(--border);color:var(--text);border-radius:12px;padding:8px 11px;font-size:1.1rem}.mobile-nav{display:none;border-top:1px solid var(--border);padding:12px 16px 18px;gap:10px}.mobile-nav[hidden]{display:none!important}.mobile-nav a{text-decoration:none;color:var(--muted)}.hero-section{padding:48px 0 36px;background:radial-gradient(circle at 15% 45%,rgba(22,219,117,.12),transparent 34%),radial-gradient(circle at 85% 0%,rgba(255,77,80,.08),transparent 28%)}.hero-carousel{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:30px;background:linear-gradient(135deg,rgba(15,34,27,.95),rgba(8,17,14,.97));box-shadow:var(--shadow);padding:34px 46px 22px}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(370px,420px);gap:44px;align-items:center;min-height:500px}.hero-copy{min-width:0;position:relative;z-index:3}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border:1px solid rgba(22,219,117,.25);border-radius:999px;background:rgba(22,219,117,.06);color:var(--green);font-weight:700;font-size:.9rem}.hero-copy h1{font-size:clamp(2.1rem,3.2vw,3.7rem);line-height:1.25;margin:22px 0 16px;max-width:100%;overflow-wrap:anywhere}.hero-lead{font-size:1.08rem;line-height:1.95;color:#c4d4cc;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-trust{display:flex;align-items:center;gap:14px;margin-top:32px}.hero-trust>strong{font-size:2rem;color:var(--green)}.hero-trust div{display:flex;flex-direction:column}.hero-trust span{color:var(--muted);font-size:.9rem}.hero-visual{position:relative;width:100%;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden;border-radius:24px;isolation:isolate}.orbit{position:absolute;border:1px solid rgba(22,219,117,.18);border-radius:50%;z-index:-1}.orbit-one{width:310px;height:310px}.orbit-two{width:390px;height:390px}.channel-row{width:min(360px,100%);display:grid;grid-template-columns:1fr 1fr;gap:10px;z-index:3}.channel-card{display:flex;align-items:center;gap:8px;background:#111d18;border:1px solid var(--border);border-radius:15px;padding:9px 10px;min-width:0}.channel-icon{color:var(--green);font-size:1.15rem}.channel-card div{display:flex;flex-direction:column;min-width:0}.channel-card b{font-size:.82rem}.channel-card small{color:var(--muted);font-size:.69rem;white-space:nowrap}.phone-mockup{width:min(292px,100%);background:#0a1110;border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:15px;box-shadow:0 28px 80px rgba(0,0,0,.45);z-index:2}.phone-head{display:flex;justify-content:space-between;align-items:center;padding:8px 4px 14px;border-bottom:1px solid var(--border)}.phone-brand{display:flex;gap:9px;align-items:center}.phone-brand img{width:68px}.phone-brand div{display:flex;flex-direction:column}.phone-brand small{color:var(--muted);font-size:.72rem}.bot-dot{color:var(--green)}.chat{display:flex;flex-direction:column;gap:9px;padding:18px 2px 8px}.bubble{max-width:88%;padding:11px 13px;border-radius:17px;font-size:.86rem;line-height:1.7}.bubble.in{align-self:flex-start;background:#1d2723}.bubble.out{align-self:flex-end;background:rgba(22,219,117,.15);border:1px solid rgba(22,219,117,.2)}.bot-status{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:12px;color:var(--muted);font-size:.78rem}.bot-status>span:first-child{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:rgba(9,21,16,.9);color:white;font-size:1.6rem;cursor:pointer}.carousel-arrow.prev{right:12px}.carousel-arrow.next{left:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}.carousel-dots button{border:0;height:7px;width:7px;border-radius:999px;background:rgba(255,255,255,.22);cursor:pointer;transition:.2s}.carousel-dots button.active{width:30px;background:var(--green)}.stats-band{border-block:1px solid var(--border);background:#0b1713}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid>div{padding:24px;border-left:1px solid var(--border);display:flex;flex-direction:column}.stats-grid strong{font-size:1.05rem}.stats-grid span{color:var(--muted);font-size:.82rem}.section{padding:90px 0}.alt-section{background:#0a1511;border-block:1px solid var(--border)}.section-head{margin-bottom:34px}.section-head>span{color:var(--green);font-weight:700}.section-head h2{font-size:clamp(1.7rem,2.6vw,2.7rem);line-height:1.35;margin:10px 0 12px}.section-head p{color:var(--muted);line-height:1.85}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:22px;padding:26px;min-height:310px;overflow:hidden}.service-card .number{position:absolute;left:18px;top:14px;font-size:2rem;font-weight:900;color:rgba(255,255,255,.06)}.service-icon{width:52px;height:52px;border-radius:16px;background:rgba(22,219,117,.1);display:grid;place-items:center;color:var(--green);font-size:1.5rem;margin-bottom:22px}.service-card h3{font-size:1.08rem;margin-bottom:12px}.service-card p{color:var(--muted);line-height:1.9;font-size:.94rem}.pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.pills span{font-size:.72rem;padding:6px 9px;border:1px solid var(--border);border-radius:999px;color:#cfe0d7}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid article{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:28px}.step-index{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#06150d;font-weight:900;margin-bottom:18px}.steps-grid p{color:var(--muted);line-height:1.9}.testimonial-note{font-size:.86rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:26px}.avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),#0d8f4a);color:#04140b;font-weight:900;margin-bottom:18px}.testimonial p{line-height:2;color:#d8e5df}.testimonial b,.testimonial span{display:block}.testimonial span{color:var(--muted);font-size:.84rem}.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.all-posts{color:var(--green);text-decoration:none;margin-bottom:34px}.blog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.blog-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:18px;overflow:hidden;color:inherit;text-decoration:none;min-height:315px}.blog-visual{height:116px;background:linear-gradient(145deg,#10261c,#161417);display:flex;align-items:center;justify-content:space-between;padding:18px;color:var(--green)}.blog-visual span{font-size:.78rem;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.06)}.blog-visual b{font-size:1.45rem}.blog-body{padding:18px;display:flex;flex-direction:column;height:100%}.blog-body h3{font-size:.98rem;line-height:1.75;margin:0 0 10px}.blog-body p{font-size:.83rem;color:var(--muted);line-height:1.75}.blog-body>span{margin-top:auto;color:var(--green);font-size:.84rem;padding-top:14px}.cta-section{padding:24px 0 70px}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:28px;background:linear-gradient(120deg,rgba(22,219,117,.13),rgba(255,77,80,.11));border:1px solid rgba(255,255,255,.1)}.cta-box>div>span{color:var(--green);font-weight:700}.cta-box h2{font-size:1.8rem;margin:8px 0}.cta-box p{color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:#06100d}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:40px;padding:42px 0}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid h3{color:var(--green);margin:0}.footer-grid p{color:var(--muted);line-height:1.9}.footer-grid a{text-decoration:none;color:#cbd8d2}.copyright{text-align:center;border-top:1px solid var(--border);padding:16px;color:var(--muted);font-size:.82rem}.anchor-offset{scroll-margin-top:90px}
@media(max-width:1100px){.desktop-nav{display:none}.menu-button{display:block}.mobile-nav:not([hidden]){display:grid}.header-cta{margin-right:auto}.hero-layout{grid-template-columns:1fr;gap:28px}.hero-copy{order:1}.hero-visual{order:2;width:min(440px,100%);margin:auto}.service-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:68px}.brand img{width:145px}.header-cta{display:none}.hero-section{padding-top:24px}.hero-carousel{padding:26px 20px 20px;border-radius:22px}.carousel-arrow{top:auto;bottom:12px;width:34px;height:34px}.carousel-arrow.prev{right:16px}.carousel-arrow.next{left:16px}.hero-copy h1{font-size:2.15rem}.hero-lead{font-size:1rem}.hero-visual{min-height:430px}.channel-row{width:min(330px,100%);gap:8px}.channel-card{padding:8px}.channel-card small{font-size:.63rem}.phone-mockup{width:min(280px,82vw)}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid>div{padding:16px 10px}.section{padding:62px 0}.service-grid,.steps-grid,.testimonial-grid,.blog-grid,.footer-grid{grid-template-columns:1fr}.section-head-row,.cta-box{align-items:flex-start;flex-direction:column}.cta-box{padding:24px}.section-head h2,.cta-box h2{font-size:1.65rem}}
