
@font-face{font-family:Vazirmatn;src:url('./vazirmatn-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Vazirmatn;src:url('./vazirmatn-600.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Vazirmatn;src:url('./vazirmatn-800.woff2') format('woff2');font-weight:800;font-display:swap}

:root{--navy:#1e2c62;--navy-deep:#101b46;--red:#d31720;--blue:#206eb4;--ink:#15213b;--muted:#667085;--ice:#f3f7fb;--line:#dce5ef;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:#fff;color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 48px));margin:auto}.section{padding:110px 0}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:14px;font-weight:600;letter-spacing:.01em}.eyebrow i{width:28px;height:2px;background:var(--red);display:inline-block}.section h2{font-size:clamp(34px,4vw,52px);line-height:1.4;margin:15px 0 0;font-weight:800;letter-spacing:-.04em}.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.22);color:#fff}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:114px;height:78px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);border-radius:0 0 18px 18px;box-shadow:0 8px 30px rgba(16,27,70,.12)}.brand img{width:90px;height:64px;object-fit:contain}.site-header nav{display:flex;gap:34px;margin-right:auto}.site-header nav a{font-size:14px;font-weight:600;opacity:.9}.site-header nav a:hover{opacity:1}.header-call{display:flex;align-items:center;gap:12px}.call-copy{display:grid;text-align:left}.call-copy small{font-size:11px;opacity:.75}.call-copy b{font-size:18px;letter-spacing:.03em}.phone-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:18px;box-shadow:0 8px 24px rgba(211,23,32,.28)}
.hero{min-height:780px;height:100vh;max-height:920px;position:relative;overflow:hidden;color:#fff;background:var(--navy-deep)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,18,50,.08) 15%,rgba(13,25,66,.76) 58%,rgba(12,24,63,.94) 100%),linear-gradient(0deg,rgba(10,20,50,.5),transparent 45%)}.hero-grid{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero-copy{width:min(650px,58%);padding-top:80px}.hero .eyebrow{color:#cfe8ff}.hero h1{font-size:clamp(46px,5.2vw,76px);line-height:1.32;letter-spacing:-.055em;margin:20px 0 20px;font-weight:800}.hero h1 em{font-style:normal;color:#8ed0ff}.hero-copy>p{font-size:18px;line-height:2;max-width:580px;color:rgba(255,255,255,.86);margin:0}.hero-actions{display:flex;gap:14px;margin-top:34px}.btn{min-height:56px;padding:0 25px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:15px;transition:.25s transform,.25s box-shadow}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(211,23,32,.3)}.btn-secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(8px);color:#fff}.trust-line{display:flex;gap:26px;margin-top:34px;padding-top:25px;border-top:1px solid rgba(255,255,255,.22);font-size:13px;color:rgba(255,255,255,.75)}.trust-line span{display:flex;gap:7px;align-items:center}.trust-line b{color:#fff;font-size:17px}.scroll-cue{position:absolute;z-index:3;bottom:32px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;font-size:12px;color:rgba(255,255,255,.72)}.scroll-cue span{width:22px;height:34px;border:1px solid rgba(255,255,255,.45);border-radius:18px;position:relative}.scroll-cue span:after{content:"";position:absolute;width:3px;height:6px;background:#fff;border-radius:3px;top:7px;left:8px;animation:scroll 1.6s infinite}@keyframes scroll{0%{opacity:0;transform:translateY(0)}50%{opacity:1}100%{opacity:0;transform:translateY(10px)}}
.intro{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:52px}.section-head>div{max-width:620px}.section-head>p{max-width:430px;color:var(--muted);font-size:15px;line-height:2;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{position:relative;padding:36px 30px 30px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.25s;box-shadow:0 12px 40px rgba(30,44,98,.04)}.service-card:before{content:"";position:absolute;top:0;right:0;width:0;height:4px;background:var(--red);transition:.3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(30,44,98,.1)}.service-card:hover:before{width:100%}.service-num{font-size:38px;color:#c9d9e9;font-weight:800;margin-bottom:25px}.service-card h3{font-size:21px;margin:0 0 12px}.service-card p{font-size:14px;line-height:2;color:var(--muted);margin:0 0 25px}.service-card a,.text-link{font-size:14px;color:var(--navy);font-weight:700;display:inline-flex;gap:10px;align-items:center}.service-card a span,.text-link span{color:var(--red);transition:.2s}.service-card a:hover span,.text-link:hover span{transform:translateX(-4px)}
.feature{background:var(--ice)}.feature-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:86px;align-items:center}.feature-media{position:relative}.feature-media>img:first-child{width:100%;aspect-ratio:1.08;object-fit:cover;border-radius:28px 4px 28px 4px;box-shadow:0 26px 70px rgba(30,44,98,.15)}.feature-media .feature-mini{position:absolute;width:150px;height:185px;object-fit:cover;left:-34px;top:-35px;border:7px solid #fff;border-radius:6px 22px 6px 22px;box-shadow:0 16px 40px rgba(30,44,98,.2)}.experience-badge{position:absolute;left:-28px;bottom:32px;background:var(--red);color:#fff;padding:18px 22px;border-radius:16px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 35px rgba(211,23,32,.3)}.experience-badge strong{font-size:40px;line-height:1}.experience-badge span{font-size:11px;line-height:1.7}.feature-copy>p{color:var(--muted);font-size:15px;line-height:2.1;margin:20px 0 28px}.feature-copy ul{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:18px}.feature-copy li{display:flex;gap:14px;align-items:flex-start}.feature-copy li>span{width:27px;height:27px;border-radius:50%;background:#e6f2ff;color:var(--blue);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.feature-copy li div{display:grid;gap:3px}.feature-copy li b{font-size:15px}.feature-copy li small{font-size:12px;color:var(--muted)}
.process{background:#fff}.section-head.centered{display:grid;text-align:center;justify-items:center;max-width:690px;margin:0 auto 60px;gap:0}.section-head.centered>p{max-width:600px;margin-top:16px}.steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.steps:before{content:"";position:absolute;top:28px;right:12.5%;left:12.5%;height:1px;background:#cbd9e8}.step{text-align:center;padding:0 20px;position:relative}.step>span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #bdd0e4;color:var(--navy);font-weight:800;font-size:18px;margin:0 auto 20px;position:relative;z-index:1}.step:nth-child(2)>span,.step:nth-child(4)>span{background:var(--navy);border-color:var(--navy);color:#fff}.step h3{font-size:17px;margin:0 0 8px}.step p{font-size:13px;color:var(--muted);line-height:1.9;margin:0}
.visual-break{height:520px;position:relative;overflow:hidden;color:#fff}.visual-break>img{width:100%;height:100%;object-fit:cover;position:absolute}.visual-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,33,78,.15),rgba(18,33,78,.9) 70%,rgba(15,27,70,.96))}.visual-copy{position:relative;z-index:2;height:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.eyebrow.light{color:#d8ebff}.visual-copy h2{font-size:clamp(38px,4.5vw,58px);line-height:1.45;margin:16px 0 28px}.btn-light{background:#fff;color:var(--navy);gap:16px}.btn-light b{color:var(--red);font-size:16px}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.faq-title p{font-size:14px;line-height:2;color:var(--muted);max-width:360px;margin:18px 0 24px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:0 4px}summary{list-style:none;cursor:pointer;font-weight:700;padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:15px}summary::-webkit-details-marker{display:none}summary span{font-size:22px;color:var(--blue);transition:.2s}details[open] summary span{transform:rotate(45deg);color:var(--red)}details p{color:var(--muted);font-size:13px;line-height:2;padding:0 0 22px;margin:0;max-width:650px}
footer{background:#111c43;color:#fff;padding:58px 0 28px}.footer-main{display:grid;grid-template-columns:150px 1fr 240px;gap:40px;align-items:center}.footer-main>img{background:#fff;border-radius:15px;padding:6px;width:130px;height:88px;object-fit:contain}.footer-main>p{max-width:540px;color:rgba(255,255,255,.72);font-size:13px;line-height:2}.footer-contact{display:grid;text-align:left;justify-items:start}.footer-contact small{color:rgba(255,255,255,.55)}.footer-contact a:first-of-type{font-size:22px;font-weight:800}.footer-contact a:last-of-type{font-size:12px;color:#9bd2ff}.footer-note{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:22px;color:rgba(255,255,255,.52);font-size:11px;line-height:1.8}.mobile-bar{display:none}
@media(max-width:900px){.container{width:min(100% - 34px,700px)}.section{padding:80px 0}.site-header nav{display:none}.hero{height:auto;min-height:760px}.hero-copy{width:min(680px,100%)}.hero-wash{background:linear-gradient(90deg,rgba(9,20,55,.35),rgba(9,20,55,.91)),linear-gradient(0deg,rgba(9,20,55,.65),transparent)}.section-head,.feature-grid,.faq-grid{grid-template-columns:1fr;display:grid;gap:34px}.service-grid{grid-template-columns:1fr 1fr}.service-card:last-child{grid-column:1/-1}.feature-media{order:2}.feature-copy{order:1}.steps{grid-template-columns:1fr 1fr;gap:42px 0}.steps:before{display:none}.footer-main{grid-template-columns:120px 1fr}.footer-contact{grid-column:1/-1;text-align:right;justify-items:start}}
@media(max-width:600px){body{padding-bottom:76px}.container{width:calc(100% - 30px)}.site-header{position:absolute}.header-inner{height:78px}.brand{width:92px;height:70px}.brand img{width:76px;height:55px}.header-call{display:none}.hero{min-height:740px}.hero-image{object-position:59% center}.hero-wash{background:linear-gradient(0deg,rgba(9,20,55,.98) 15%,rgba(9,20,55,.76) 67%,rgba(9,20,55,.28))}.hero-grid{align-items:flex-end;padding-bottom:92px}.hero-copy{padding-top:0}.hero h1{font-size:39px;line-height:1.45;margin-top:16px}.hero-copy>p{font-size:14px;line-height:1.9}.hero-actions{display:grid;margin-top:25px}.btn{width:100%;min-height:52px}.trust-line{gap:12px;justify-content:space-between;margin-top:22px;padding-top:20px}.trust-line span{font-size:10px}.trust-line b{font-size:14px}.scroll-cue{display:none}.section{padding:70px 0}.section h2{font-size:32px}.section-head{margin-bottom:36px}.section-head>p{font-size:13px}.service-grid{grid-template-columns:1fr}.service-card:last-child{grid-column:auto}.feature-grid{gap:36px}.feature-media>img:first-child{aspect-ratio:1}.feature-media .feature-mini{width:105px;height:130px;left:8px;top:-20px;border-width:5px}.experience-badge{left:12px;bottom:14px}.steps{grid-template-columns:1fr;gap:30px}.step{display:grid;grid-template-columns:50px 1fr;text-align:right;column-gap:15px}.step>span{width:48px;height:48px;grid-row:1/3;margin:0}.step h3{align-self:end}.visual-break{height:480px}.visual-break>img{object-position:56% center}.visual-overlay{background:linear-gradient(0deg,rgba(15,27,70,.97),rgba(15,27,70,.38))}.visual-copy{justify-content:flex-end;padding-bottom:60px}.visual-copy h2{font-size:34px}.faq-grid{gap:40px}.footer-main{grid-template-columns:1fr;text-align:center;justify-items:center}.footer-main>p{margin:0}.footer-contact{grid-column:auto;text-align:center;justify-items:center}.footer-note{text-align:center}.mobile-bar{display:block;position:fixed;z-index:50;bottom:0;left:0;right:0;background:#fff;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #dce5ef;box-shadow:0 -8px 30px rgba(20,34,74,.12)}.mobile-bar>a{height:54px;border-radius:13px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px}.mobile-bar .phone-mark{background:#fff;color:var(--red);width:36px;height:36px}.mobile-bar a>span:last-child{display:grid}.mobile-bar small{font-size:10px;opacity:.8}.mobile-bar b{font-size:17px;line-height:1.2}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-cue span:after{animation:none}.btn,.service-card{transition:none}}
