@font-face{font-family:'Vazirmatn';font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/vazirmatn-arabic.woff2) format('woff2-variations');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC}@font-face{font-family:'Vazirmatn';font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/vazirmatn-latin.woff2) format('woff2-variations');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--navy:#1D1D1B;--navy-deep:#1D1D1B;--blue:#29CCB1;--green-600:#00A88E;--green-200:#3DE8CA;--green-100:#9DFFEF;--green-50:#EFFFFC;--cyan-600:#33BBFF;--muted:rgba(157,255,239,.58);--white:#FFFFFF;--gutter:max(24px,calc((100vw - 1440px)/2 + 24px));--footer-inline:48px;--gap:12px;--header:80px;--ease:cubic-bezier(.2,.75,.2,1)}*{box-sizing:border-box}html,body{margin:0;min-width:320px;background:var(--navy);color:#FFFFFF;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-align:right}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}svg{display:block}::selection{background:var(--blue);color:#FFFFFF}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:12px;right:12px;z-index:9999;padding:11px 16px;border-radius:10px;background:#3DE8CA;color:#1D1D1B;font-size:13px;font-weight:700;transform:translateY(-160%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.hero{position:relative;z-index:10;min-height:min(100svh,900px);overflow:hidden;background:var(--navy)}.scene-wrap{position:absolute;inset:0 0 -80px;z-index:0;overflow:hidden;-webkit-mask-image:linear-gradient(to top,transparent 0,#000 80px);mask-image:linear-gradient(to top,transparent 0,#000 80px)}#tiles{width:100%;height:100%;display:block;cursor:default;opacity:0;transform:scale(1.025);transition:opacity 1s ease,transform 1.35s var(--ease)}.ready #tiles{opacity:1;transform:scale(1)}.scene-wrap::before,.scene-wrap::after{content:"";position:absolute;inset:0;pointer-events:none}.scene-wrap::before{z-index:2;background:linear-gradient(180deg,#1D1D1B 0,rgba(29,29,27,.70) 7%,rgba(29,29,27,.08) 28%,rgba(29,29,27,.01) 58%);mix-blend-mode:normal}.scene-wrap::after{z-index:3;background:linear-gradient(270deg,rgba(29,29,27,.418) 0,rgba(29,29,27,.176) 28%,transparent 58%),linear-gradient(90deg,rgba(61,232,202,.132) 0,rgba(41,204,177,.06) 30%,transparent 60%)}.header{position:fixed;inset:0 0 auto;z-index:20;height:var(--header);display:flex;align-items:center;color:#FFFFFF;border-bottom:1px solid rgba(157,255,239,.18);background:linear-gradient(180deg,rgba(157,255,239,.035),transparent);backdrop-filter:none;transition:background .35s ease,border-color .35s ease}.header--sticky{background:#1D1D1B;border-bottom-color:rgba(157,255,239,.12)}.header__inner{width:100%;padding:0 var(--gutter);display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:24px}.logo{display:flex;align-items:center;width:max-content}.logo img{display:block;width:auto;height:46px;object-fit:contain}.header .nav{justify-self:center;display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600;color:#FFFFFF}.header .nav a{color:#FFFFFF}.header .nav a,.text-link{transition:color .3s ease}.header .nav a:hover,.text-link:hover{color:#9DFFEF}.header-actions{display:flex;align-items:center;gap:5px;justify-self:end}.header-action{width:42px;height:42px;display:grid;place-items:center;color:#FFFFFF;border:1px solid transparent;border-radius:9px;background:transparent;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s var(--ease)}.header-action:hover{color:#3DE8CA;background:rgba(255,255,255,.10);border-color:rgba(157,255,239,.16);transform:translateY(-1px)}.header-action svg{width:22px;height:22px}.header-phone{text-decoration:none}.header-phone:hover{text-decoration:none}.menu-btn{display:none;width:42px;height:42px;border:0;border-radius:8px;background:rgba(255,255,255,.12);color:#FFFFFF;cursor:pointer;box-sizing:border-box}.mobile-menu-overlay,.menu-overlay-bg{display:none}.hero__content{position:relative;z-index:5;min-height:min(100svh,900px);padding:calc(var(--header) + 40px) var(--gutter) 24px;display:flex;flex-direction:column;gap:32px;pointer-events:none}.hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:32px;margin-block:auto;max-width:800px;pointer-events:auto}h1{margin:0;max-width:800px;font-size:clamp(34px,3vw,45px);line-height:1.36;font-weight:470;letter-spacing:-.018em;text-wrap:balance}h1 strong{color:var(--blue);font-weight:inherit}.title-line{display:block;overflow:hidden;padding-bottom:.06em;margin-bottom:-.06em}.title-line span{display:block;opacity:0;transform:translateY(105%)}.ready .title-line span{animation:title-in .9s var(--ease) forwards}.ready .title-line:nth-child(2) span{animation-delay:.08s}.ready .title-line:nth-child(3) span{animation-delay:.16s}@keyframes title-in{to{opacity:1;transform:none}}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;width:100%}.primary-btn{min-width:165px;height:48px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:20px;background:#FFFFFF;color:#1D1D1B;border-radius:8px;font-size:14px;font-weight:600;pointer-events:auto;opacity:0;transform:translateY(16px);transition:color .3s,background .3s}.ready .primary-btn{animation:fade-up .7s var(--ease) .32s forwards}.primary-btn:hover{color:var(--blue)}.primary-btn--call{background:#29CCB1;color:#1D1D1B}.primary-btn--call:hover{background:#3DD8BD;color:#1D1D1B;text-decoration:none}@keyframes fade-up{to{opacity:1;transform:none}}.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:4;height:190px;pointer-events:none;background:linear-gradient(180deg,rgba(3,5,4,0),rgba(3,5,4,.72) 62%,#030504 100%)}.hero__bottom{position:relative;display:flex;flex-direction:column;pointer-events:auto}.stats-grid{width:min(100%,1100px);margin-inline:auto;display:grid;grid-template-columns:repeat(3,minmax(0,330px));justify-content:space-between;gap:clamp(24px,3.2vw,45px)}.stat-card{position:relative;min-width:0;min-height:194px;padding:24px 25px 22px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;direction:rtl;text-align:right;color:#1D1D1B;background:linear-gradient(145deg,#9DFFEF 0%,#29CCB1 100%);border:1px solid rgba(29,29,27,.08);border-radius:22px;box-shadow:0 18px 42px rgba(0,0,0,.13);opacity:0;transform:translateY(25px);transition:background .35s ease,border-color .35s ease,transform .35s var(--ease),box-shadow .35s ease}.ready .stat-card{animation:fade-up .78s var(--ease) forwards}.ready .stat-card:nth-child(1){animation-delay:.56s}.ready .stat-card:nth-child(2){animation-delay:.68s}.ready .stat-card:nth-child(3){animation-delay:.80s}.stat-card:hover{background:linear-gradient(145deg,#B0FFEF 0%,#3DD8BD 100%);border-color:rgba(29,29,27,.14);transform:translateY(-3px);box-shadow:0 22px 48px rgba(0,0,0,.19)}.service-card{align-items:center;justify-content:flex-start;gap:11px;text-align:center}.service-card__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:3px;color:#006F5E;border:1px solid rgba(29,29,27,.12);border-radius:14px;background:rgba(255,255,255,.45)}.service-card__icon svg{width:24px;height:24px}.service-card__title{width:100%;margin:0;color:#1D1D1B;font-size:19px;font-weight:620;line-height:1.55;text-align:center}.service-card p{width:100%;margin:0;color:rgba(29,29,27,.65);font-size:13px;font-weight:430;line-height:1.82;text-align:center}.clients-section{position:relative;overflow:hidden;isolation:isolate;background:#030504;color:#FFFFFF;padding:clamp(88px,10vw,136px) 0 clamp(58px,6vw,86px);contain:layout paint style;content-visibility:auto;contain-intrinsic-size:auto 620px}.clients-section::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(46% 68% at 14% 22%,rgba(41,204,177,.065),transparent 72%)}.clients-shell{width:min(100%,1440px);margin-inline:auto;padding-inline:var(--gutter)}.clients-header{margin-bottom:clamp(48px,6vw,72px)}.clients-header h2{margin:0;color:#FFFFFF;font-size:clamp(40px,4.5vw,62px);font-weight:500;line-height:1.35;letter-spacing:-.03em;text-align:start}.clients-header h2 strong{color:#3DE8CA;font-weight:inherit}.logo-carousel{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.logo-track{display:flex;width:max-content;will-change:transform;animation:logo-marquee 34s linear infinite}.logo-carousel:hover .logo-track{animation-play-state:paused}.logo-group{display:flex;align-items:center;gap:clamp(28px,3vw,48px);padding:32px 0;padding-inline-end:clamp(28px,3vw,48px)}.logo-item{width:clamp(130px,14vw,180px);flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.logo-item img{display:block;width:clamp(96px,10.8vw,144px);height:clamp(96px,10.8vw,144px);object-fit:contain;border-radius:16px;opacity:.85;transition:opacity .3s ease,transform .35s var(--ease),filter .35s var(--ease);pointer-events:none;user-select:none;background:rgba(255,255,255,.04);padding:14px;filter:grayscale(1)}.logo-item:hover img{opacity:1;transform:scale(1.05);filter:grayscale(0)}.logo-label{font-size:clamp(11px,1.1vw,13px);color:rgba(255,255,255,.5);text-align:center;direction:rtl;white-space:nowrap;font-weight:700;transition:color .3s ease}.logo-item:hover .logo-label{color:#3DE8CA}@keyframes logo-marquee{to{transform:translateX(-50%)}}@media(max-width:900px){.clients-section{padding:82px 0 58px}.clients-header{margin-bottom:42px}.clients-header h2{font-size:40px}.logo-group{gap:28px;padding:24px 0}.logo-item{width:clamp(110px,16vw,150px)}}@media(max-width:520px){.clients-header h2{font-size:34px}.logo-carousel{-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.logo-item{width:clamp(90px,22vw,120px)}}@media(prefers-reduced-motion:reduce){.logo-track{animation-play-state:paused}}.pricing-section{position:relative;overflow:hidden;isolation:isolate;background:#030504;color:#FFFFFF;padding:clamp(58px,6vw,88px) 0 clamp(96px,11vw,150px);contain:layout paint style;content-visibility:auto;contain-intrinsic-size:auto 760px}.pricing-section::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(48% 64% at 86% 24%,rgba(41,204,177,.07),transparent 72%),radial-gradient(38% 60% at 10% 82%,rgba(119,51,255,.045),transparent 76%)}.pricing-shell{width:min(100%,1440px);margin-inline:auto;padding-inline:var(--gutter)}.pricing-header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);grid-template-areas:"title copy";align-items:end;gap:clamp(34px,6vw,92px);margin-bottom:clamp(50px,6vw,74px)}.pricing-heading{grid-area:title;max-width:720px}.pricing-intro{grid-area:copy;max-width:450px;margin:0;color:rgba(239,255,252,.58);font-size:15px;line-height:2}.pricing-kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:#3DE8CA;font-size:11px;font-weight:700;letter-spacing:.18em;direction:ltr}.pricing-kicker::before{content:"";width:32px;height:1px;background:#3DE8CA}.pricing-heading h2{margin:0;color:#FFFFFF;font-size:clamp(40px,4.4vw,62px);font-weight:500;line-height:1.34;letter-spacing:-.03em}.pricing-heading h2 strong{color:#3DE8CA;font-weight:inherit}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.price-card{position:relative;min-height:570px;padding:30px;display:flex;flex-direction:column;color:#1D1D1B;border:1px solid rgba(29,29,27,.13);border-radius:26px;box-shadow:0 20px 52px rgba(0,95,79,.10);transition:transform .32s var(--ease),border-color .3s ease,background .3s ease,box-shadow .3s ease}.price-card:nth-child(1){background:linear-gradient(145deg,#EFFFFC 0%,#9DFFEF 100%)}.price-card:nth-child(2){background:linear-gradient(145deg,#9DFFEF 0%,#29CCB1 100%)}.price-card:nth-child(3){background:linear-gradient(145deg,#3DE8CA 0%,#00A88E 100%)}.price-card:nth-child(1):hover{background:linear-gradient(145deg,#FFFFFF 0%,#C6FFD9 100%)}.price-card:nth-child(2):hover{background:linear-gradient(145deg,#C6FFD9 0%,#3DE8CA 100%)}.price-card:nth-child(3):hover{background:linear-gradient(145deg,#9DFFEF 0%,#00A88E 100%)}.price-card:hover{transform:translateY(-4px);border-color:rgba(29,29,27,.24);box-shadow:0 26px 62px rgba(0,95,79,.18)}.price-card--popular{margin-top:-12px;margin-bottom:12px;border-color:rgba(29,29,27,.28);box-shadow:0 25px 65px rgba(0,95,79,.18)}.popular-badge{position:absolute;top:18px;left:18px;padding:7px 11px;border-radius:999px;background:#1D1D1B;color:#9DFFEF;font-size:10px;font-weight:750}.price-card__top{min-height:50px;display:flex;align-items:center;gap:12px;padding-left:88px}.price-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;color:#006F5E;border:1px solid rgba(29,29,27,.16);border-radius:14px;background:rgba(255,255,255,.34)}.price-icon svg{width:24px;height:24px}.price-audience{color:rgba(29,29,27,.64);font-size:12px;font-weight:600}.price-card h3{margin:24px 0 8px;color:#1D1D1B;font-size:27px;font-weight:650;line-height:1.4}.price-description{min-height:76px;margin:0 0 26px;color:rgba(29,29,27,.68);font-size:13px;line-height:1.85}.price-features{display:flex;flex-direction:column;gap:13px;margin:0 0 28px;padding:24px 0 0;border-top:1px solid rgba(29,29,27,.14);list-style:none}.price-features li{position:relative;padding-right:31px;color:rgba(29,29,27,.76);font-size:13px;font-weight:500;line-height:1.7}.price-features li::before{content:"✓";position:absolute;right:0;top:1px;width:21px;height:21px;display:grid;place-items:center;color:#3DE8CA;background:#1D1D1B;border-radius:50%;font-family:Arial,sans-serif;font-size:12px;font-weight:700}.pricing-cta{width:100%;min-height:52px;margin-top:auto;padding:10px 16px;border:1px solid #1D1D1B;border-radius:13px;background:#1D1D1B;color:#FFFFFF;cursor:pointer;font-family:"Vazirmatn",Tahoma,sans-serif;font-size:14px;font-weight:650;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s var(--ease);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;box-sizing:border-box;white-space:nowrap;line-height:1;vertical-align:middle}.pricing-cta:hover{border-color:#004F43;background:#004F43;color:#FFFFFF;transform:translateY(-2px)}.pricing-cta--primary{border-color:#1D1D1B;background:#1D1D1B;color:#FFFFFF}.pricing-cta--primary:hover{border-color:#004F43;background:#004F43;color:#FFFFFF}@media(max-width:1050px){.pricing-grid{gap:13px}.price-card{min-height:600px;padding:24px 20px}.price-card h3{font-size:23px}.price-card__top{padding-left:74px}}@media(max-width:780px){.pricing-section{padding:56px 0 104px}.pricing-header{grid-template-columns:1fr;grid-template-areas:"title" "copy";gap:20px;margin-bottom:46px}.pricing-heading h2{font-size:38px}.pricing-intro{max-width:560px}.pricing-grid{grid-template-columns:1fr;gap:14px}.price-card,.price-card--popular{min-height:auto;margin:0;padding:26px 22px}.price-description{min-height:auto}.price-card__top{padding-left:82px}.pricing-cta{margin-top:4px}}@media(max-width:480px){.pricing-heading h2{font-size:34px}.pricing-intro{font-size:13px;line-height:1.9}}.global-section{position:relative;min-height:100svh;height:max(820px,100svh);overflow:hidden;isolation:isolate;background:#030504;color:#FFFFFF;border-top:1px solid rgba(157,255,239,.10)}.global-section::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(52% 72% at 77% 54%,rgba(119,51,255,.10),transparent 72%),radial-gradient(42% 60% at 74% 52%,rgba(41,204,177,.055),transparent 74%),linear-gradient(90deg,#030504 0%,#030504 38%,rgba(3,5,4,.78) 58%,rgba(3,5,4,.18) 100%)}.global-section::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(3,5,4,.42),transparent 18%,transparent 78%,rgba(3,5,4,.55))}#global-globe{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;touch-action:none;cursor:grab;opacity:0;transition:opacity 1s ease}#global-globe:active{cursor:grabbing}.global-section.is-visible #global-globe{opacity:1}.global-copy{position:relative;z-index:3;width:min(100%,1440px);height:100%;min-height:inherit;margin:0 auto;padding:clamp(112px,14vh,160px) var(--gutter) clamp(100px,13vh,148px);pointer-events:none}.global-copy__inner{width:45%;height:100%;min-height:calc(max(820px,100svh) - clamp(212px,27vh,308px));margin-left:0;margin-right:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:right}.global-title{max-width:610px;margin:0;color:#FFFFFF;font-size:clamp(48px,5.2vw,74px);font-weight:520;line-height:1.24;letter-spacing:-.035em;text-wrap:balance;opacity:0;transform:translateY(70px)}.global-title b{font-family:"Vazirmatn",Tahoma,sans-serif;font-weight:650;direction:ltr}.global-title strong{display:block;color:var(--green-200);font-weight:inherit}.chapter-scrubber{width:min(100%,590px);margin-top:clamp(42px,6vh,68px);display:grid;grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:22px;direction:ltr;pointer-events:auto;opacity:0;transform:translateY(54px)}.global-section.is-visible .global-title{animation:global-rise .9s var(--ease) .08s forwards}.global-section.is-visible .chapter-scrubber{animation:global-rise .9s var(--ease) .26s forwards}@keyframes global-rise{to{opacity:1;transform:none}}.chapter-preview{position:relative;min-height:196px;padding:25px 26px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;direction:rtl;text-align:right;border:1px solid rgba(157,255,239,.16);border-radius:20px;background:linear-gradient(145deg,rgba(0,168,142,.15),rgba(5,12,10,.76));box-shadow:0 22px 55px rgba(0,0,0,.15);transition:opacity .2s ease,transform .28s var(--ease)}.chapter-preview::after{content:"";position:absolute;left:-40px;bottom:-72px;width:180px;height:180px;border:34px solid rgba(61,232,202,.045);border-radius:50%}.chapter-preview.is-changing{opacity:.35;transform:translateY(5px)}.chapter-preview__eyebrow{position:relative;z-index:1;display:block;margin-bottom:11px;color:#3DE8CA;font-size:10px;font-weight:700;letter-spacing:.08em}.chapter-preview h3{position:relative;z-index:1;margin:0 0 10px;color:#FFFFFF;font-size:20px;font-weight:650;line-height:1.55}.chapter-preview p{position:relative;z-index:1;margin:0;color:rgba(239,255,252,.66);font-size:12px;line-height:1.9}.chapter-rail{height:258px;padding:11px 0;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;direction:ltr;outline:0}.chapter-tick{--wave:0;position:relative;width:78px;height:20px;padding:0;display:flex;align-items:center;justify-content:flex-end;border:0;background:transparent;cursor:pointer;outline:0}.chapter-tick span{width:calc(20px + var(--wave)*48px);height:2px;border-radius:999px;background:rgba(157,255,239,calc(.24 + var(--wave)*.62));transform:translateX(calc(var(--wave)*-4px));transition:width .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.chapter-tick[aria-selected="true"] span{height:3px;background:#3DE8CA;box-shadow:0 0 0 4px rgba(61,232,202,.08)}.chapter-tick:focus-visible span{outline:2px solid #EFFFFC;outline-offset:4px}@media(max-width:900px){.global-section{height:1000px;min-height:1000px}.global-section::before{background:radial-gradient(70% 50% at 50% 62%,rgba(119,51,255,.10),transparent 72%),linear-gradient(180deg,#030504 0%,rgba(3,5,4,.82) 34%,rgba(3,5,4,.24) 63%,#030504 100%)}.global-copy{height:1000px;min-height:1000px;padding:66px 20px 42px}.global-copy__inner{width:100%;min-height:892px;align-items:flex-start}.global-title{max-width:430px;font-size:clamp(36px,10vw,48px);line-height:1.38}.chapter-scrubber{width:min(100%,560px);margin-top:34px;grid-template-columns:minmax(0,1fr) 66px;gap:14px}.chapter-preview{min-height:178px;padding:21px 20px}.chapter-rail{height:232px}.chapter-tick{width:64px}.chapter-tick span{width:calc(17px + var(--wave)*39px)}}@media(max-width:1239px){.header{background:#1D1D1B}.header .nav{display:none}.mobile-hamburger{display:flex!important;align-items:center;justify-content:center;background:var(--navy);order:1;flex:none;width:42px;height:42px;border:0;border-radius:8px;color:#FFFFFF;cursor:pointer;flex-shrink:0;padding:0;box-sizing:border-box}.mobile-hamburger svg{width:20px;height:20px;display:block}.header__inner{display:flex;align-items:center;gap:12px}.header .logo{order:2;flex:1;display:flex;justify-content:center;align-items:center;width:auto}.header-actions{order:3;flex:none;display:flex;align-items:center;gap:5px;margin-right:0}.header-phone{width:38px;height:38px;display:grid;place-items:center;padding:0;border-radius:9px;border:1px solid transparent}.header-phone .phone-text{display:none}.header-phone .phone-icon{display:block;width:20px;height:20px}.mobile-menu-overlay{display:block!important;position:fixed;top:80px;right:-100%;width:85%;max-width:320px;height:calc(100vh - 80px);background:#101814;box-shadow:-2px 0 20px rgba(0,0,0,.3);transition:right .3s ease;z-index:999;overflow-y:auto;padding:20px}.mobile-menu-overlay.active{right:0}.mobile-menu-overlay ul{list-style:none;padding:0;margin:0}.mobile-menu-overlay li{margin:0}.mobile-menu-overlay a{display:block;padding:14px 0;font-size:15px;font-weight:600;color:#FFFFFF;border-bottom:1px solid rgba(157,255,239,.1);text-decoration:none;transition:color .3s ease}.mobile-menu-overlay a:hover{color:#9DFFEF}.mobile-menu-overlay .menu-item-has-children>a{position:relative;padding-left:40px;cursor:pointer}.mobile-menu-overlay .menu-item-has-children>a::after{content:'+';position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:300;color:#9DFFEF;transition:transform .3s ease}.mobile-menu-overlay .menu-item-has-children.active>a::after{transform:translateY(-50%) rotate(45deg)}.mobile-menu-overlay .sub-menu{display:none;padding-right:20px;margin-top:10px}.mobile-menu-overlay .sub-menu.active{display:block;animation:slideDown .3s ease}.mobile-menu-overlay .sub-menu a{font-size:14px;padding:8px 0;color:#9DFFEF;border-bottom:1px dotted rgba(157,255,239,.15)}.mobile-menu-overlay .sub-menu li:last-child a{border-bottom:none}.menu-overlay-bg{display:block!important;position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);background:rgba(0,0,0,.5);z-index:998;opacity:0;transition:opacity .3s ease;pointer-events:none}.menu-overlay-bg.active{opacity:1;pointer-events:auto}.header.is-menu-open .mobile-hamburger{background:rgba(61,232,202,.16)}.stats-grid{max-width:1060px;grid-template-columns:repeat(3,minmax(0,308px));gap:26px}h1{max-width:610px;font-size:38px}.hero__copy{max-width:610px}}@media(max-width:900px){.stats-grid{width:100%;max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.stat-card{min-height:188px;padding:20px}.stat-card p{font-size:13px;line-height:1.75}}@media(max-width:620px){:root{--header:54px;--gutter:16px}.header__inner{gap:8px}.mobile-hamburger{width:38px;height:38px}.logo img{height:45px;width:auto;display:block}.header-action,.mobile-hamburger{width:38px;height:38px}.header-action svg{width:20px;height:20px}.cart-button{display:none}.mobile-menu-overlay{top:54px;height:calc(100vh - 54px)}.menu-overlay-bg{top:54px;height:calc(100vh - 54px)}.hero{min-height:1120px}.hero__content{min-height:1120px;padding-top:calc(var(--header) + 32px);gap:16px;align-items:center}.hero__copy{gap:24px;margin-top:auto;margin-bottom:auto;text-align:center;align-items:center}h1{font-size:26px;line-height:1.45;letter-spacing:-.012em;max-width:410px}.hero__actions{justify-content:center}.stats-grid{grid-template-columns:1fr;max-width:100%;gap:10px}.stat-card{min-height:142px;padding:18px 20px;border-radius:18px;backdrop-filter:none;background:rgb(16 218 185)}.stat-card p{font-size:13px;line-height:1.72}.hero::after{height:230px}.scene-wrap{inset:0 0 -40px}.scene-wrap::before{background:linear-gradient(180deg,#1D1D1B,rgba(29,29,27,.88) 13%,rgba(29,29,27,.22) 50%,rgba(29,29,27,.12))}.clients-header h2,.pricing-heading h2,.global-title{font-size:30px!important;text-align:center}.global-copy__inner{align-items:center;text-align:center}}@media(max-height:780px) and (min-width:621px){.hero__content{gap:18px;padding-top:calc(var(--header) + 22px);padding-bottom:18px}.hero__copy{gap:20px}.stat-card{min-height:160px;padding:18px 20px}.stat-card p{font-size:13px;line-height:1.68}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}#tiles,.title-line span,.primary-btn,.stat-card{opacity:1!important;transform:none!important}}.site-footer{--footer-inline:48px;position:relative;z-index:5;padding:1px 0 0;background:#EFFFFC;color:#1D1D1B}.site-footer-bg{position:relative;background:#EFFFFC;padding:1px 0 0;z-index:4}.site-footer-bg::before{content:"";position:absolute;inset:0 0 auto;height:180px;pointer-events:none;background:linear-gradient(180deg,rgba(157,255,239,.45),transparent)}.footer-shell{position:relative;width:min(100%,1440px);margin-inline:auto;padding-inline:var(--gutter)}.footer-cta{position:relative;z-index:2;min-height:190px;margin-top:-70px;padding:42px var(--footer-inline);display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;border:1px solid rgba(29,29,27,.10);border-radius:30px;background:linear-gradient(125deg,#29CCB1 0%,#3DE8CA 56%,#9DFFEF 100%);box-shadow:0 28px 70px rgba(0,95,79,.18)}.footer-cta::after{content:"";position:absolute;left:-60px;bottom:-130px;width:310px;height:310px;border:55px solid rgba(255,255,255,.25);border-radius:50%}.footer-cta>div{position:relative;z-index:1;max-width:760px}.footer-cta span{display:block;margin-bottom:9px;color:rgba(29,29,27,.64);font-size:12px;font-weight:650}.footer-cta h3{margin:0;color:#1D1D1B;font-size:clamp(20px,2vw,30px);font-weight:600;line-height:1.55;letter-spacing:-.02em}.footer-cta>a{position:relative;z-index:1;min-width:170px;height:56px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:14px;background:#1D1D1B;color:#FFFFFF;font-size:14px;font-weight:650;transition:transform .3s var(--ease),background .3s ease}.footer-cta>a:hover{transform:translateY(-3px);background:#004F43}.footer-cta>a b{color:#3DE8CA;font-size:20px}.footer-main{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(180px,.55fr) minmax(280px,.85fr);gap:clamp(42px,7vw,100px);padding:clamp(76px,9vw,120px) var(--footer-inline) 64px}.footer-brand__logo{width:max-content;display:flex;align-items:center;gap:12px;color:#1D1D1B;font-size:23px}.footer-brand__logo strong{font-weight:800}.footer-brand__logo em{color:#00A88E;font-style:normal}.footer-brand__mark{position:relative;width:31px;height:31px;transform:rotate(45deg);border:3px solid #1D1D1B;border-radius:7px 13px 7px 13px}.footer-brand__mark::after{content:"";position:absolute;inset:7px;border:2px solid #00A88E;border-radius:50%}.footer-brand>p{max-width:470px;margin:24px 0 30px;color:rgba(29,29,27,.61);font-size:14px;line-height:2}.footer-social{display:flex;align-items:center;gap:9px}.footer-social a{width:42px;height:42px;display:grid;place-items:center;color:#006F5E;border:1px solid rgba(0,143,120,.25);border-radius:50%;background:rgba(255,255,255,.48);transition:color .3s ease,background .3s ease,transform .3s var(--ease),border-color .3s ease}.footer-social a:hover{color:#FFFFFF;background:#00A88E;border-color:#00A88E;transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}.footer-links,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-links h3,.footer-contact h3{margin:0 0 10px;color:#1D1D1B;font-size:17px;font-weight:700}.footer-links a,.footer-contact a{position:relative;color:rgba(29,29,27,.62);font-size:13px;transition:color .25s ease,transform .25s ease}.footer-links a:hover,.footer-contact a:hover{color:#008F78;transform:translateX(-3px)}.footer-contact address{max-width:360px;margin:0 0 7px;color:rgba(29,29,27,.64);font-size:13px;font-style:normal;line-height:2}.footer-contact a[dir="ltr"]{font-family:"Vazirmatn",Tahoma,sans-serif;font-size:14px;font-weight:600}.footer-contact-row{display:flex;align-items:center;gap:0}.footer-contact-gap{width:24px}.footer-contact .footer-contact-row a{font-size:13px}.footer-badges{display:flex;align-items:center;gap:12px;margin-top:14px}.footer-badges img{width:clamp(47px,4.5vw,58px);height:auto;border-radius:10px;border:2px solid rgba(16,227,188,.09);padding:6px;background:rgba(255,255,255,.4);transition:transform .25s var(--ease),border-color .25s ease}.footer-badges img:hover{transform:translateY(-2px);border-color:rgba(0,168,142,.3)}.footer-bottom{min-height:82px;padding:0 var(--footer-inline);display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid rgba(0,143,120,.15)}.footer-bottom p{margin:0;color:rgba(29,29,27,.52);font-size:12px}.footer-bottom>div{display:flex;align-items:center;gap:22px}.footer-bottom a{color:rgba(29,29,27,.52);font-size:12px;transition:color .25s ease}.footer-bottom a:hover{color:#008F78}@media(max-width:900px){:root{--footer-inline:30px}.footer-cta{padding:34px var(--footer-inline);border-radius:24px}.footer-main{grid-template-columns:1fr 1fr;grid-template-areas:"brand brand" "links contact";padding-top:78px}.footer-brand{grid-area:brand}.footer-links{grid-area:links}.footer-contact{grid-area:contact}}@media(max-width:620px){:root{--footer-inline:22px}.footer-cta{min-height:auto;margin-top:-46px;padding:28px var(--footer-inline);align-items:flex-start;flex-direction:column;gap:24px}.footer-cta h3{font-size:20px}.footer-cta>a{width:100%}.footer-main{grid-template-columns:1fr;grid-template-areas:"brand" "links" "contact";gap:44px;padding:70px var(--footer-inline) 46px}.footer-bottom{padding:24px var(--footer-inline);align-items:flex-start;flex-direction:column}}.clients-header h2,.pricing-heading h2,.global-title{font-size:30px}@media(max-width:520px){.pricing-heading h2{font-size:36px}}.seo-about{margin:0;padding:58px var(--footer-inline) 26px;color:#1D1D1B}.seo-about h1{max-width:860px;margin:0 0 14px;color:#1D1D1B;font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.5}.seo-about h2{max-width:860px;margin:0 0 14px;color:#1D1D1B;font-size:clamp(17px,1.7vw,22px);font-weight:650;line-height:1.5}.seo-about h3{max-width:860px;margin:0 0 10px;color:#1D1D1B;font-size:clamp(16px,1.5vw,19px);font-weight:600;line-height:1.5}.seo-about__excerpt,.seo-about__content{max-width:1120px;color:rgba(29,29,27,.66);font-size:15px;line-height:2.15;text-align:justify}.seo-about__excerpt{display:inline;margin:0}.seo-about__details{display:inline}.seo-about__details[open]{display:block}.seo-about__details summary{display:inline-flex;margin-right:8px;vertical-align:middle;list-style:none;cursor:pointer;user-select:none}.seo-about__details summary::-webkit-details-marker{display:none}.seo-about__details[open] summary{display:none}.seo-about__dots{display:inline-flex;align-items:center;gap:4px;padding:6px 2px}.seo-about__dots i{width:5px;height:5px;border-radius:50%;background:#00A88E;transition:transform .2s ease,background .2s ease}.seo-about__dots i:nth-child(2){background:#29CCB1}.seo-about__dots i:nth-child(3){background:#3DE8CA}.seo-about__details summary:hover .seo-about__dots i{transform:translateY(-2px);background:#006F5E}.seo-about__content{padding-top:16px}.seo-about__content p{margin:0 0 15px}.seo-about__content p:last-child{margin-bottom:0}.seo-about a{color:#00A88E;text-decoration:underline}.seo-about a:hover{color:#006F5E}@media(max-width:720px){.seo-about{padding:44px var(--footer-inline) 18px}.seo-about h1{font-size:20px}.seo-about h2{font-size:18px}.seo-about h3{font-size:16px}.seo-about__excerpt,.seo-about__content{font-size:15px;line-height:2}}.nav-links,.nav-links ul{list-style:none!important;padding:0;margin:0;display:flex;gap:30px;font-size:14px;font-weight:600;align-items:center}.nav-links ul{gap:0;flex-direction:column;align-items:stretch}.nav-links li{position:relative;list-style:none!important}.nav-links .sub-menu{display:none;position:absolute;background:#1D1D1B;box-shadow:0 10px 40px rgba(0,0,0,.4);border:1px solid rgba(157,255,239,.1);border-radius:12px;min-width:220px;z-index:1000;padding:8px 0}.nav-links>li>.sub-menu{top:100%;right:0;padding-top:10px}.nav-links .sub-menu .sub-menu{top:-8px;right:100%;margin-right:4px}.nav-links li.active>.sub-menu{display:block;animation:fadeIn .3s ease}.nav-links .sub-menu li{display:block;width:100%}.nav-links .sub-menu a{display:block;padding:10px 20px;font-size:13px;color:#FFFFFF;transition:all .2s;white-space:nowrap;font-weight:400}.nav-links .sub-menu a:hover{background:rgba(157,255,239,.1);color:#9DFFEF;padding-right:25px}.nav-links>.menu-item-has-children>a::after{content:'';display:inline-block;width:5px;height:5px;border-left:1.5px solid #9DFFEF;border-bottom:1.5px solid #9DFFEF;transform:rotate(45deg);margin-right:6px;margin-top:-3px;opacity:.7;transition:transform .2s ease}.nav-links>.menu-item-has-children.active>a::after{transform:rotate(-135deg);opacity:1}.nav-links .sub-menu .menu-item-has-children>a::after{content:'';display:inline-block;width:5px;height:5px;border-left:1.5px solid #9DFFEF;border-bottom:1.5px solid #9DFFEF;transform:rotate(45deg);margin-right:6px;margin-top:-3px;opacity:.7;transition:transform .2s ease}.nav-links .sub-menu .menu-item-has-children.active>a::after{transform:rotate(-135deg);opacity:1}.nav-links>li.menu-item-has-children::before{content:'';position:absolute;top:100%;left:0;right:0;height:10px;background:transparent;z-index:999}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@media(max-width:1239px){.nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav-links li{width:100%}.nav-links .sub-menu{position:static;box-shadow:none;border:none;border-radius:0;background:transparent;padding:0;margin-right:12px;border-right:1px solid rgba(157,255,239,.12)}.nav-links li.active>.sub-menu{display:block;animation:none}.nav-links .sub-menu a{padding:10px 14px;font-size:13px;white-space:normal}.nav-links .sub-menu a:hover{padding-right:18px}.nav-links .sub-menu .sub-menu{margin-right:0;margin-right:12px}.nav-links>.menu-item-has-children::before{display:none}}