:root{--bg:#0b1118;--bg-2:#0f1720;--surface:#141f2b;--surface-2:#182533;--border:#24313f;--text:#eaf2f7;--muted:#93a6b4;--accent:#57d0e6;--accent-2:#7be0f0;--accent-deep:#2b8ea3;--glow:rgba(87,208,230,.35);--radius:18px;--max:1120px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Vazirmatn,system-ui,-apple-system,Segoe UI,Tahoma,sans-serif;background:var(--bg);color:var(--text);line-height:1.9;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.section{padding:90px 0}.eyebrow{color:var(--accent);font-weight:700;font-size:14px;letter-spacing:.5px;margin-bottom:12px}.section-title{font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.4;margin-bottom:14px}.section-sub{color:var(--muted);font-size:17px;max-width:620px}.center{text-align:center}.center .section-sub{margin:0 auto}.btn{display:inline-flex;align-items:center;gap:10px;font-family:inherit;font-weight:700;font-size:16px;padding:14px 26px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#04222b;box-shadow:0 10px 30px var(--glow)}.btn-primary:hover{box-shadow:0 14px 40px var(--glow)}.btn-ghost{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--accent)}.btn svg{width:20px;height:20px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(11,17,24,.72);border-bottom:1px solid var(--border)}.header-inner{justify-content:space-between;height:70px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:12px;font-weight:800;font-size:19px}.brand img{width:40px;height:40px;border-radius:11px}.nav{display:flex;gap:28px;align-items:center}.nav a{color:var(--muted);font-size:15px;font-weight:600;transition:color .2s}.nav a:hover{color:var(--text)}.nav-cta{display:none}@media (min-width:900px){.nav-cta{display:inline-flex}}.hamburger,.nav-toggle{display:none}.hamburger{flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:60}.hamburger span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.nav-toggle:checked~.hamburger span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle:checked~.hamburger span:nth-child(2){opacity:0}.nav-toggle:checked~.hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:760px){.hamburger{display:flex}.nav{position:absolute;top:70px;inset-inline:0;flex-direction:column;align-items:stretch;gap:0;background:rgba(11,17,24,.98);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:8px 20px 16px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .3s ease,opacity .25s ease}.nav,.nav a{border-bottom:1px solid var(--border)}.nav a{padding:14px 4px;font-size:16px}.nav a:last-child{border-bottom:none}.nav-toggle:checked~.nav{max-height:340px;opacity:1;pointer-events:auto}}.hero{position:relative;padding:70px 0 80px;overflow:hidden}.hero:before{content:"";position:absolute;top:-220px;inset-inline-start:50%;transform:translateX(50%);width:700px;height:700px;background:radial-gradient(circle,rgba(87,208,230,.16),transparent 62%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:50px;gap:50px;align-items:center}@media (max-width:880px){.hero-grid{grid-template-columns:1fr;text-align:center}}.hero h1{font-size:clamp(32px,5.5vw,56px);font-weight:900;line-height:1.3;letter-spacing:-.5px}.hero h1 .grad{background:linear-gradient(120deg,var(--accent-2),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lead{color:var(--muted);font-size:19px;margin-top:22px;max-width:540px}@media (max-width:880px){.hero p.lead{margin-inline:auto}}.hero-cta{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}@media (max-width:880px){.hero-cta{justify-content:center}}.hero-trust{display:flex;gap:26px;margin-top:34px;flex-wrap:wrap}@media (max-width:880px){.hero-trust{justify-content:center}}.trust-item{display:flex;flex-direction:column}.trust-item b{font-size:24px;color:var(--accent)}.trust-item span{font-size:13px;color:var(--muted)}.hero-badges{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}@media (max-width:880px){.hero-badges{justify-content:center}}.mini-badge{font-size:13px;font-weight:600;color:var(--accent-2);background:rgba(87,208,230,.08);border:1px solid rgba(87,208,230,.2);padding:6px 13px;border-radius:20px}.stats-bar{border-block:1px solid var(--border);background:var(--bg-2)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding:34px 20px}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat{text-align:center}.stat b{display:block;font-size:30px;font-weight:900;color:var(--accent);line-height:1.2}.stat span{font-size:14px;color:var(--muted)}.phone-wrap{display:flex;justify-content:center}.phone{position:relative;width:280px;height:570px;border-radius:42px;background:linear-gradient(160deg,#1a2733,#0e1620);border:1px solid var(--border);box-shadow:0 40px 90px rgba(0,0,0,.5),0 0 0 8px #0a0f15;padding:14px;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.phone-screen{width:100%;height:100%;border-radius:30px;background:radial-gradient(circle at 50% 30%,#16303a,#0a1017);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;overflow:hidden}.phone-logo{width:96px;height:96px;border-radius:24px;filter:drop-shadow(0 10px 24px var(--glow))}.phone-screen h3{font-size:20px;font-weight:800}.phone-screen p{color:var(--muted);font-size:13px}.app-home{justify-content:flex-start;gap:0;padding:18px 14px;background:radial-gradient(circle at 50% 12%,#1b2530,#0c1219)}.app-top{width:100%;display:flex;align-items:center;justify-content:space-between}.app-title{font-size:14px;font-weight:800;color:var(--text)}.app-login{font-size:11px;font-weight:700;color:#06232b;background:var(--accent);padding:4px 14px;border-radius:20px}.app-logo{width:66px;height:66px;border-radius:18px;margin:14px auto 6px;filter:drop-shadow(0 8px 18px var(--glow))}.app-section{width:100%;text-align:right;font-size:13px;font-weight:800;color:var(--text);margin:4px 0 10px}.app-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.app-tile{aspect-ratio:1;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:4px}.app-tile-icon{width:30px;height:30px;border-radius:50%;background:hsla(0,0%,100%,.08);display:grid;place-items:center}.app-tile-icon svg{width:17px;height:17px;stroke:currentColor}.app-tile-label{font-size:9.5px;font-weight:600;color:#dfe8ee;text-align:center;line-height:1.3}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:50px}@media (max-width:860px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.grid{grid-template-columns:1fr}}.card{background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-6px);border-color:rgba(87,208,230,.5);box-shadow:0 20px 50px rgba(0,0,0,.35)}.card-icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:rgba(87,208,230,.12);border:1px solid rgba(87,208,230,.22);margin-bottom:18px}.card-icon svg{width:26px;height:26px;stroke:var(--accent)}.card h3{font-size:19px;font-weight:800;margin-bottom:8px}.card p{color:var(--muted);font-size:15px}.card-link{display:inline-block;margin-top:14px;color:var(--accent);font-weight:700;font-size:14px;transition:color .2s}.card-link:hover{color:var(--accent-2)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid-4{grid-template-columns:1fr}}.card.benefit .card-icon{background:rgba(87,208,230,.1)}.spotlight-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:50px;gap:50px;align-items:center}@media (max-width:820px){.spotlight-grid{grid-template-columns:1fr}}.spotlight-media{position:relative;display:grid;place-items:center;min-height:260px;background:linear-gradient(160deg,var(--surface),var(--bg-2));border:1px solid var(--border);border-radius:24px;overflow:hidden}.spotlight-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,var(--glow),transparent 65%)}.card-icon.big{width:110px;height:110px;border-radius:28px;position:relative}.card-icon.big svg{width:54px;height:54px}.check-list{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:12px}.check-list li{position:relative;-webkit-padding-start:32px;padding-inline-start:32px;color:var(--text);font-size:16px}.check-list li:before{content:"✓";position:absolute;inset-inline-start:0;top:0;width:22px;height:22px;background:rgba(87,208,230,.15);color:var(--accent);border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800}.shots{display:flex;justify-content:center;align-items:flex-start;gap:26px;margin-top:50px;flex-wrap:wrap}.shot{width:240px;max-width:78vw;border-radius:32px;padding:10px;background:linear-gradient(160deg,#1a2733,#0e1620);border:1px solid var(--border);box-shadow:0 30px 60px rgba(0,0,0,.45);transition:transform .3s ease}.shot:hover{transform:translateY(-8px)}.shot:nth-child(2){transform:translateY(-18px)}.shot:nth-child(2):hover{transform:translateY(-26px)}.shot img{width:100%;display:block;border-radius:24px}.feature-panel{width:260px;max-width:78vw;height:auto;display:block;border-radius:32px;border:1px solid var(--border);box-shadow:0 30px 60px rgba(0,0,0,.45);transition:transform .3s ease}.feature-panel:hover{transform:translateY(-8px)}.about-seo{padding-block:60px}.about-seo p{color:var(--muted);font-size:16px;margin-top:14px;line-height:2.1}.about-seo strong{color:var(--text);font-weight:700}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:50px}@media (max-width:760px){.steps{grid-template-columns:1fr}}.step{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px 26px}.step-num{font-size:40px;font-weight:900;color:rgba(87,208,230,.25);line-height:1;margin-bottom:10px}.step h3{font-size:18px;margin-bottom:8px}.step p{color:var(--muted);font-size:15px}.cta-band{position:relative;overflow:hidden;background:linear-gradient(135deg,#10222c,#0d1a22);border:1px solid var(--border);border-radius:28px;padding:56px 40px;text-align:center}.cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(87,208,230,.14),transparent 60%)}.cta-band h2{position:relative;font-size:clamp(24px,4vw,36px);font-weight:800;margin-bottom:12px}.cta-band p{position:relative;color:var(--muted);margin-bottom:28px}.cta-band .hero-cta{position:relative;justify-content:center}.faq-list{max-width:780px;margin:46px auto 0;display:flex;flex-direction:column;gap:14px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:22px;font-weight:700;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item .faq-a{padding:0 22px 20px;color:var(--muted);font-size:15px}.footer{border-top:1px solid var(--border);background:var(--bg-2);padding:50px 0 30px;margin-top:40px}.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer .brand{margin-bottom:14px}.footer p{color:var(--muted);font-size:14px;max-width:340px}.footer-links{display:flex;gap:40px;flex-wrap:wrap}.footer-col h4{font-size:15px;margin-bottom:14px}.footer-col a{display:block;color:var(--muted);font-size:14px;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:13px}.blog-wrap,.post-wrap{padding-top:110px;padding-bottom:80px;min-height:70vh}.crumbs{color:var(--muted);font-size:14px;margin-bottom:22px}.crumbs a:hover{color:var(--accent)}.crumbs span{margin:0 4px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:22px;gap:22px;margin-top:34px}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);border-color:var(--accent-deep)}.blog-card img{width:100%;height:180px;object-fit:cover}.blog-card-body{padding:18px 20px 22px}.blog-card-body h2{font-size:19px;font-weight:800;line-height:1.7;margin-bottom:10px}.blog-card-body p{color:var(--muted);font-size:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{display:inline-block;margin-top:14px;color:var(--accent);font-size:13px;font-weight:700}.post{max-width:760px;margin:0 auto}.post h1{font-size:clamp(26px,4.4vw,40px);font-weight:800;line-height:1.6;margin-bottom:16px}.post-meta{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:26px}.post-cover{width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:30px}.post-body h2{font-size:clamp(22px,3.2vw,28px);font-weight:800;line-height:1.6;margin:34px 0 14px}.post-body h3{font-size:20px;font-weight:700;margin:22px 0 10px}.post-body p{color:#cdd9e2;font-size:17px;line-height:2.1;margin-bottom:16px}.post-body ul{margin:0 0 20px;-webkit-padding-start:22px;padding-inline-start:22px}.post-body li{color:#cdd9e2;font-size:17px;line-height:2;margin-bottom:8px}.post-cta{background:linear-gradient(135deg,var(--surface-2),var(--surface));border:1px solid var(--accent-deep);border-radius:var(--radius);padding:28px 26px;margin:36px 0;text-align:center}.post-cta strong{display:block;font-size:21px;margin-bottom:8px}.post-cta p{color:var(--muted);margin-bottom:20px}.post-cta .hero-cta{justify-content:center}.post-faq{margin-top:40px;border-top:1px solid var(--border);padding-top:26px}.post-faq-item{margin-bottom:20px}.post-faq-item h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--accent-2)}.post-faq-item p{color:var(--muted)}.post-back{max-width:760px;margin:40px auto 0}.post-back a{color:var(--accent);font-weight:700}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:14px}.footer-inner a:hover{color:var(--accent)}.related-posts{max-width:760px;margin:50px auto 0;padding-top:30px;border-top:1px solid var(--border)}.related-posts h3{font-size:22px;font-weight:800;margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:18px;gap:18px}.related-card{display:flex;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px;transition:transform .2s,border-color .2s}.related-card:hover{transform:translateY(-3px);border-color:var(--accent-deep)}.related-card img{width:80px;height:80px;border-radius:10px;object-fit:cover;flex-shrink:0}.related-card h4{font-size:15px;font-weight:700;line-height:1.6;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card span{color:var(--accent);font-size:13px;font-weight:600}.feature-wrap{padding-top:110px;padding-bottom:80px;min-height:70vh}.feature-hero{display:grid;grid-template-columns:1fr auto;grid-gap:50px;gap:50px;align-items:center;margin:40px 0 60px}@media (max-width:768px){.feature-hero{grid-template-columns:1fr;text-align:center}.feature-hero .hero-cta{justify-content:center}}.feature-hero-icon{display:grid;place-items:center}.feature-list{max-width:760px;margin:0 auto 50px}.feature-list h2{font-size:26px;font-weight:800;margin-bottom:20px}.feature-cta-box{max-width:760px;margin:0 auto 50px}.feature-cta{background:linear-gradient(135deg,var(--surface-2),var(--surface));border:1px solid var(--accent-deep);border-radius:var(--radius);padding:28px 26px;text-align:center}.feature-cta strong{display:block;font-size:21px;margin-bottom:8px}.feature-cta p{color:var(--muted);margin-bottom:20px}.feature-cta .hero-cta{justify-content:center}.feature-faq{max-width:760px;margin:0 auto 40px}.feature-faq h2{font-size:24px;font-weight:800;margin-bottom:24px}.feature-back{max-width:760px;margin:40px auto 0;display:flex;gap:12px;align-items:center}.feature-back a{color:var(--accent);font-weight:700}.feature-back span{color:var(--muted)}