:root{--ink:#071d36;--blue:#0b68ff;--cyan:#13d4da;--orange:#ff5b17;--line:#dce8f2;--soft:#f4f9fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Vazirmatn",sans-serif;overflow-x:hidden}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(19,212,218,.12),transparent 68%);pointer-events:none;z-index:-1;transform:translate(-50%,-50%)}.nav{height:96px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:900;font-size:23px}.brand img{width:53px;height:53px;object-fit:contain}.nav nav{display:flex;gap:34px}.nav nav a{color:#526478;text-decoration:none;font-size:14px;transition:.25s}.nav nav a:hover{color:var(--orange)}.nav-actions{display:flex;align-items:center;gap:12px}.lang{border:0;background:transparent;font:600 12px inherit;color:#607085;padding:12px}.contact,.primary{background:var(--ink);color:#fff;text-decoration:none;padding:13px 20px;border-radius:100px;font-size:13px;box-shadow:0 10px 25px rgba(7,29,54,.15);transition:.3s}.contact:hover,.primary:hover{transform:translateY(-3px);background:var(--blue)}.hero{min-height:calc(100vh - 96px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;position:relative;padding-bottom:90px}.hero:before{content:"";position:absolute;inset:4% -30% auto auto;width:680px;height:680px;background:radial-gradient(circle,rgba(15,130,255,.09),transparent 66%);z-index:-2}.eyebrow{display:flex;align-items:center;gap:10px;font-size:13px;color:#65778c;margin-bottom:25px}.eyebrow i{width:31px;height:1px;background:var(--orange)}h1{font-size:clamp(43px,5.2vw,76px);line-height:1.2;letter-spacing:-3px;margin:0;font-weight:800}h1 em{font-style:normal;color:var(--blue);position:relative}h1 em:after{content:"";position:absolute;right:0;bottom:3px;width:100%;height:8px;background:linear-gradient(90deg,var(--cyan),transparent);opacity:.25;z-index:-1}.hero-copy>p{max-width:570px;line-height:2;color:#65778c;font-size:17px;margin:27px 0 34px}.hero-actions{display:flex;align-items:center;gap:28px}.primary{padding:17px 25px}.primary b{font-size:18px;margin-right:18px}.text-link{color:var(--ink);font-weight:600;font-size:14px;text-decoration:none}.text-link span{margin-right:8px;color:var(--orange)}.orbital{height:580px;position:relative;display:grid;place-items:center;perspective:1000px}.halo{position:absolute;border-radius:50%;border:1px solid rgba(18,116,222,.18);animation:orbit 16s linear infinite}.h1{width:470px;height:470px;transform:rotateX(63deg) rotateZ(10deg)}.h2{width:365px;height:365px;border-color:rgba(255,91,23,.26);animation-direction:reverse;animation-duration:12s}.h3{width:260px;height:260px;box-shadow:0 0 60px rgba(19,212,218,.12) inset}.glass-core{width:225px;height:225px;border-radius:46% 54% 57% 43%/45% 40% 60% 55%;background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(182,232,255,.25));border:1px solid rgba(255,255,255,.9);box-shadow:inset -20px -20px 45px rgba(23,123,240,.12),0 35px 70px rgba(20,104,180,.2);backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:center;animation:float 5s ease-in-out infinite}.glass-core span{font-size:92px;font-weight:900;color:transparent;-webkit-text-stroke:2px var(--orange);line-height:1}.glass-core small{letter-spacing:3px;font-size:8px;color:#667}.float-tag{position:absolute;font-size:9px;letter-spacing:2px;line-height:1.7;color:#668;border-right:2px solid var(--cyan);padding-right:10px}.tag-one{top:24%;right:3%}.tag-two{bottom:20%;left:3%;border-color:var(--orange)}.scroll-cue{position:absolute;bottom:32px;right:0;display:flex;align-items:center;gap:12px;color:#8996a5;font-size:10px}.scroll-cue span{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;position:relative}.scroll-cue span:after{content:"↓";position:absolute;inset:7px 11px}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-inner{min-height:170px;display:grid;grid-template-columns:repeat(3,1fr) 1.5fr;gap:25px;align-items:center}.trust-inner>div{display:flex;flex-direction:column;border-left:1px solid var(--line)}.trust strong{font-size:32px}.trust span,.trust p{font-size:12px;color:#718195}.trust p{line-height:2;padding-right:30px}.work{padding:130px 0 110px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:58px}.section-head>div{display:flex;gap:20px;align-items:center}.number{font-size:11px;color:var(--orange);border:1px solid #f6c7b2;border-radius:100px;padding:6px 8px}.section-head h2{font-size:42px;margin:0}.section-head p{max-width:320px;color:#748397;font-size:13px;line-height:2}.project-stage{height:510px;position:relative;display:flex;align-items:center;justify-content:center;perspective:1200px}.project-card{position:absolute;border-radius:22px;overflow:hidden;background:#dce7ef;box-shadow:0 28px 65px rgba(20,54,86,.17);transition:.65s cubic-bezier(.2,.8,.2,1)}.project-card img{width:100%;height:100%;object-fit:cover;display:block}.main-card{width:min(760px,72vw);height:460px;z-index:2}.side{width:360px;height:365px;opacity:.55;filter:saturate(.5)}.side.left{left:-12%;transform:rotateY(15deg) scale(.9)}.side.right{right:-12%;transform:rotateY(-15deg) scale(.9)}.shade{position:absolute;inset:0;background:rgba(6,30,55,.18)}.project-info{position:absolute;right:22px;left:22px;bottom:20px;padding:20px 23px;border-radius:15px;background:rgba(5,25,48,.87);backdrop-filter:blur(12px);color:#fff}.project-info span{font-size:10px;color:#9dc9e8}.project-info h3{font-size:22px;margin:5px 0 0}.project-info button{position:absolute;left:18px;top:19px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:19px}.project-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:24px}.project-controls button{width:43px;height:43px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:17px;cursor:pointer}.project-controls>div{display:flex;align-items:center;gap:8px;font-size:11px}.project-controls>div span{width:55px;height:1px;background:var(--line)}.services{background:var(--ink);color:#fff;padding:120px 0}.section-head.light p{color:#88a0b9}.section-head.light .number{border-color:#335069}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #284057}.service{padding:42px 34px;min-height:390px;border-left:1px solid #284057;position:relative;transition:.35s}.service:last-child{border-left:0}.service:hover{background:#0d2947;transform:translateY(-8px)}.service>span{font-size:10px;color:#66819c}.service-icon{font-size:45px;color:var(--cyan);margin:55px 0 28px}.service:nth-child(2) .service-icon{color:var(--orange)}.service h3{font-size:22px}.service p{font-size:13px;color:#90a6bc;line-height:2}.service a{position:absolute;left:30px;bottom:30px;color:#fff;text-decoration:none}.statement{padding:150px 0 120px}.mini{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--orange)}.statement h2{font-size:clamp(38px,5.5vw,70px);line-height:1.35;margin:26px 0 65px}.statement h2 em{font-style:normal;color:var(--blue)}.statement-foot{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:28px}.statement-foot p{color:#6f8092}.pulse{display:flex;align-items:center;gap:10px;font-size:12px}.pulse i{width:8px;height:8px;border-radius:50%;background:#2bcd74;box-shadow:0 0 0 6px rgba(43,205,116,.12);animation:pulse 2s infinite}footer{background:#f2f7fb;padding:90px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr .8fr;align-items:end;gap:50px}.footer-grid img{width:72px;height:72px;object-fit:contain}.footer-grid h2{font-size:45px;line-height:1.35;margin:20px 0}.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-contact span{color:#8997a7;font-size:11px;margin-bottom:12px}.footer-contact a{color:var(--ink);text-decoration:none;font-weight:600}.footer-contact p{color:#748395;font-size:13px}.footer-cta{width:190px;height:190px;border-radius:50%;background:var(--orange);color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;transition:.3s}.footer-cta:hover{transform:rotate(-5deg) scale(1.05);background:var(--blue)}.footer-cta b{font-size:28px}.copyright{border-top:1px solid #d8e4ed;margin-top:65px;padding-top:20px;display:flex;justify-content:space-between;color:#8796a5;font-size:9px;letter-spacing:1px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s}.reveal.in{opacity:1;transform:none}@keyframes float{50%{transform:translateY(-18px) rotate(3deg)}}@keyframes orbit{to{transform:rotateX(63deg) rotateZ(370deg)}}@keyframes pulse{50%{box-shadow:0 0 0 11px rgba(43,205,116,0)}}@media(max-width:900px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.orbital{height:440px}.h1{width:350px;height:350px}.h2{width:280px;height:280px}.glass-core{width:180px;height:180px}.trust-inner{grid-template-columns:repeat(3,1fr)}.trust-inner p{display:none}.project-stage{height:420px}.main-card{height:380px;width:82vw}.side{display:none}.service-grid{grid-template-columns:1fr}.service{border-left:0;border-bottom:1px solid #284057;min-height:310px}.footer-grid{grid-template-columns:1fr 1fr}.footer-cta{grid-column:1/-1;margin:auto}.statement-foot{gap:30px}}@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.nav{height:78px}.brand span{display:none}.brand img{width:46px;height:46px}.contact{padding:11px 14px}.hero{min-height:auto;padding-top:40px}.hero h1{letter-spacing:-1.5px}.hero-copy>p{font-size:15px}.orbital{height:390px}.h1{width:310px;height:310px}.h2{width:240px;height:240px}.tag-one{right:0}.tag-two{left:0}.scroll-cue{display:none}.trust-inner{min-height:130px;gap:8px}.trust strong{font-size:24px}.trust span{font-size:9px}.work{padding:90px 0}.section-head{display:block;margin-bottom:35px}.section-head>div{justify-content:space-between}.section-head h2{font-size:32px}.section-head p{margin-top:15px}.project-stage{height:340px}.main-card{width:100%;height:320px}.project-info{right:12px;left:12px;bottom:12px}.services{padding:85px 0}.statement{padding:95px 0}.statement-foot{display:block}.pulse{margin-top:25px}.footer-grid{grid-template-columns:1fr}.footer-cta{grid-column:auto;width:155px;height:155px}.copyright{gap:10px;flex-wrap:wrap}body[dir=ltr] h1,body[dir=ltr] .hero-copy>p{text-align:left}}
