*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--navy-950:#080C1A;--navy-900:#0F1629;--navy-800:#1B2138;--navy-700:#262D48;--blue-600:#3B5BDB;--blue-500:#4B6BF5;--blue-400:#6B8AFF;--blue-300:#93AEFF;--cyan-500:#22B8CF;--cyan-400:#3BC9DB;--gray-50:#F8F9FC;--gray-100:#F1F3F9;--gray-200:#E2E5EF;--gray-300:#C9CDD9;--gray-400:#9CA3B4;--gray-500:#6B7280;--gray-600:#4B5563;--gray-800:#1F2937;--gray-900:#111827;--white:#FFFFFF;--font:var(--font-plus-jakarta),-apple-system,BlinkMacSystemFont,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:72px;display:flex;align-items:center;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s;transition:background .3s,box-shadow .3s,backdrop-filter .3s;transition:background .3s,box-shadow .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s}.navbar.scrolled{background:rgba(15,22,41,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(255,255,255,.06)}.navbar-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 32px;justify-content:space-between}.nav-logo,.navbar-inner{display:flex;align-items:center}.nav-logo{gap:10px;text-decoration:none}.nav-logo img{height:36px;width:36px;border-radius:8px}.nav-logo span{font-size:18px;font-weight:700;color:var(--white);letter-spacing:-.02em}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s;letter-spacing:.01em}.nav-cta,.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--blue-500);border:none;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;font-family:var(--font)}.nav-cta:hover{background:var(--blue-600);transform:translateY(-1px)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}.hamburger svg{stroke:var(--white)}.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:rgba(15,22,41,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:99}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--white);text-decoration:none;font-size:20px;font-weight:600;opacity:.8;transition:opacity .2s}.mobile-menu a:hover{opacity:1}.hero{min-height:100vh;background:var(--navy-900);position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg-orb1{top:-20%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(75,107,245,.15) 0,transparent 70%)}.hero-bg-orb1,.hero-bg-orb2{position:absolute;border-radius:50%;pointer-events:none}.hero-bg-orb2{bottom:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(34,184,207,.1) 0,transparent 70%)}.hero-grid{position:absolute;inset:0;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 0);background-size:60px 60px;pointer-events:none}.hero-inner{max-width:1200px;width:100%;margin:0 auto;padding:120px 32px 80px;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(75,107,245,.12);border:1px solid rgba(75,107,245,.2);padding:6px 16px;border-radius:100px;font-size:13px;font-weight:600;color:var(--blue-400);margin-bottom:24px;width:-moz-fit-content;width:fit-content}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--blue-400)}.hero h1{font-size:clamp(36px,5vw,56px);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-.03em;margin-bottom:20px;text-wrap:balance}.hero h1 .accent{color:var(--blue-400)}.hero-sub{font-size:17px;color:rgba(255,255,255,.55);line-height:1.7;max-width:480px;margin-bottom:36px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:var(--blue-500);color:var(--white);border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:var(--blue-600);transform:translateY(-2px);box-shadow:0 8px 24px rgba(75,107,245,.3)}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.2);padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-outline:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.05)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-mockup{width:100%;max-width:560px;border-radius:12px;box-shadow:0 32px 64px rgba(0,0,0,.4);transform:perspective(1200px) rotateY(-6deg);transition:transform .4s}.hero-mockup:hover{transform:perspective(1200px) rotateY(-2deg)}.stats-bar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:48px 32px}.stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.stat-item{text-align:center}.stat-number{font-size:36px;font-weight:800;color:var(--navy-900);letter-spacing:-.03em;line-height:1}.stat-number .blue{color:var(--blue-500)}.stat-label{font-size:14px;color:var(--gray-500);margin-top:8px;font-weight:500}.about{padding:100px 32px;background:var(--white)}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--blue-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.section-label:before{content:"";width:24px;height:2px;background:var(--blue-500);border-radius:1px}.about h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.02em;margin-bottom:20px;text-wrap:balance}.about-text{font-size:16px;color:var(--gray-600);line-height:1.75;margin-bottom:16px}.about-visual{background:var(--gray-50);border-radius:20px;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;border:1px solid var(--gray-200)}.about-visual img{width:80px;height:80px;border-radius:16px}.about-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:8px}.about-feat{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--gray-800)}.about-feat-dot{width:8px;height:8px;border-radius:50%;background:var(--blue-500);flex-shrink:0}.services{padding:100px 32px;background:var(--gray-50)}.services-inner{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:56px}.services h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.services-sub{font-size:16px;color:var(--gray-500);max-width:520px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.service-card{background:var(--white);border-radius:16px;padding:36px 32px;border:1px solid var(--gray-200);transition:all .3s;cursor:default}.service-card:hover{border-color:var(--blue-400);transform:translateY(-4px);box-shadow:0 16px 48px rgba(75,107,245,.1)}.service-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:rgba(75,107,245,.08)}.service-icon svg{width:24px;height:24px;stroke:var(--blue-500);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:18px;font-weight:700;color:var(--gray-900);margin-bottom:10px}.service-card p{font-size:14px;color:var(--gray-500);line-height:1.7}.product{padding:100px 32px;background:var(--white)}.product-inner{max-width:1200px;margin:0 auto}.product-header{margin-bottom:56px}.product h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.product-sub{font-size:16px;color:var(--gray-500);max-width:560px}.product-showcase{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.product-features{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.product-feat{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;background:var(--gray-50);border-radius:12px;border:1px solid var(--gray-200);transition:border-color .2s}.product-feat:hover{border-color:var(--blue-400)}.product-feat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(75,107,245,.08)}.product-feat-icon svg{width:18px;height:18px;stroke:var(--blue-500);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-feat h4{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:2px}.product-feat p{font-size:13px;color:var(--gray-500);line-height:1.5}.product-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.play-badge{height:48px;transition:transform .2s;border-radius:6px}.play-badge:hover{transform:scale(1.05)}.product-web-link{font-size:14px;font-weight:600;color:var(--blue-500);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.product-web-link:hover{color:var(--blue-600)}.product-tabs{display:flex;gap:4px;margin-bottom:20px}.product-tab{padding:8px 18px;border-radius:8px;border:none;background:var(--gray-100);font-size:13px;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .2s;font-family:var(--font)}.product-tab.active{background:var(--blue-500);color:var(--white)}.product-tab:hover:not(.active){background:var(--gray-200)}.product-screenshot{width:100%;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid var(--gray-200);transition:opacity .3s}.projects{padding:100px 32px;background:var(--gray-50)}.projects-inner{max-width:1200px;margin:0 auto}.projects-header{text-align:center;margin-bottom:56px}.projects h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.projects-sub{font-size:16px;color:var(--gray-500);max-width:520px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.project-card{background:var(--white);border-radius:20px;overflow:hidden;border:1px solid var(--gray-200);transition:all .3s}.project-card:hover{border-color:var(--blue-400);transform:translateY(-4px);box-shadow:0 20px 48px rgba(75,107,245,.1)}.project-card-img{width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.project-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.project-card:hover .project-card-img img{transform:scale(1.03)}.project-card-body{padding:28px 32px 32px}.project-card-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:6px;margin-bottom:12px}.project-card-badge.web{background:rgba(75,107,245,.1);color:var(--blue-500)}.project-card-badge.desktop{background:rgba(34,184,207,.1);color:var(--cyan-500)}.project-card h3{font-size:20px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.project-card p{font-size:14px;color:var(--gray-500);line-height:1.7}.ot-section{padding:100px 32px;background:var(--white);position:relative;overflow:hidden}.ot-section-inner{max-width:1200px;margin:0 auto}.ot-header{text-align:center;margin-bottom:72px}.ot-header h2{font-size:clamp(32px,4vw,52px);font-weight:800;color:var(--gray-900);line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}.ot-header h2 .ot-brand{color:var(--blue-500)}.ot-header-sub{font-size:17px;color:var(--gray-500);max-width:540px;margin:0 auto;line-height:1.7}.ot-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;margin-bottom:80px}.ot-row:last-child{margin-bottom:0}.ot-row.reverse{direction:rtl}.ot-row.reverse>*{direction:ltr}.ot-row-img{border-radius:16px;overflow:hidden;background:var(--white);border:1px solid var(--gray-200)}.ot-row-img img{width:100%;display:block}.ot-row-img-phones{display:flex;gap:16px;justify-content:center;align-items:flex-start;padding:32px 24px;background:var(--white);border-radius:16px;border:1px solid var(--gray-200)}.ot-row-img-phones img{width:42%;max-width:200px;border-radius:20px;filter:drop-shadow(0 8px 24px rgba(0,0,0,.08))}.ot-row-text h3{font-size:24px;font-weight:800;color:var(--gray-900);letter-spacing:-.02em;margin-bottom:12px;line-height:1.2}.ot-row-text p{font-size:15px;color:var(--gray-500);line-height:1.7;margin-bottom:16px}.ot-row-text .ot-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(75,107,245,.06);border:1px solid rgba(75,107,245,.12);padding:5px 14px;border-radius:100px;font-size:12px;font-weight:700;color:var(--blue-500);margin-right:8px;margin-bottom:8px}.ot-row-text .ot-pill svg{width:13px;height:13px;stroke:var(--blue-500);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ot-bottom{justify-content:space-between;margin-top:56px;padding-top:32px;border-top:1px solid var(--gray-200);flex-wrap:wrap;gap:24px}.ot-bottom,.ot-links-row{display:flex;align-items:center}.ot-links-row{gap:16px}.ot-highlights{display:flex;gap:28px;flex-wrap:wrap}.ot-highlight{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--gray-500)}.ot-highlight svg{width:16px;height:16px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ot-highlight .green{stroke:#16a34a}.ot-highlight .blue{stroke:var(--blue-500)}.ot-highlight .purple{stroke:#8b5cf6}.project-card-badge.mobile{background:rgba(245,158,11,.1);color:#d97706}.project-card-phones{width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center;gap:12px;padding:24px}.project-card-phones img{height:85%;max-height:240px;border-radius:16px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.08))}.cta-section{padding:100px 32px;background:var(--navy-900);position:relative;overflow:hidden}.cta-orb{position:absolute;top:-30%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(75,107,245,.12) 0,transparent 70%);border-radius:50%;pointer-events:none}.cta-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-section h2{font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.cta-sub{font-size:17px;color:rgba(255,255,255,.5);margin-bottom:40px;line-height:1.6}.cta-contacts{display:flex;justify-content:center;gap:40px;margin-bottom:36px;flex-wrap:wrap}.cta-contact{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.7);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.cta-contact:hover{color:var(--white)}.cta-contact svg{width:20px;height:20px;stroke:var(--blue-400);fill:none;stroke-width:2}.footer{background:var(--navy-950);padding:56px 32px 32px;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:64px;gap:64px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo img{width:32px;height:32px;border-radius:8px}.footer-logo span{font-size:16px;font-weight:700;color:var(--white)}.footer-desc{font-size:14px;color:rgba(255,255,255,.4);line-height:1.7;max-width:320px}.footer-socials{display:flex;gap:12px;margin-top:20px}.footer-social{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);transition:background .2s;text-decoration:none}.footer-social:hover{background:rgba(75,107,245,.3)}.footer-social svg{width:18px;height:18px;fill:rgba(255,255,255,.6)}.footer-col h4{font-size:13px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:14px;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s;font-weight:500}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:13px;color:rgba(255,255,255,.3)}.fade-section{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.fade-section.visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes orbDrift1{0%,to{transform:translate(0) scale(1)}35%{transform:translate(-28px,18px) scale(1.04)}70%{transform:translate(16px,-12px) scale(.97)}}@keyframes orbDrift2{0%,to{transform:translate(0) scale(1)}40%{transform:translate(20px,-25px) scale(1.03)}75%{transform:translate(-12px,10px) scale(.98)}}@keyframes pulseDot{0%,to{box-shadow:0 0 0 0 rgba(107,138,255,.5)}60%{box-shadow:0 0 0 8px rgba(107,138,255,0)}}@keyframes glowPulse{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.24;transform:scale(1.1)}}@keyframes navSlideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.navbar{animation:navSlideDown .6s cubic-bezier(.22,1,.36,1) .05s both}.hero-badge{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .15s both}.hero h1{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .3s both}.hero-sub{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .45s both}.hero-btns{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .6s both}.hero-visual{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) .25s both}.hero-mockup-wrap{animation:floatY 5.5s ease-in-out 1.5s infinite;will-change:transform}.hero-bg-orb1{animation:orbDrift1 20s ease-in-out infinite;will-change:transform}.hero-bg-orb2{animation:orbDrift2 25s ease-in-out infinite;will-change:transform}.hero-badge-dot{animation:pulseDot 2s ease-in-out infinite}.cta-orb{animation:glowPulse 4s ease-in-out infinite;will-change:opacity,transform}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skewX(-20deg);transition:left .6s}.btn-primary:hover:after{left:160%}.service-icon{transition:transform .35s cubic-bezier(.22,1,.36,1)}.service-card:hover .service-icon{transform:scale(1.12) rotate(-3deg)}.about-anim>div:first-child{opacity:0;transform:translateX(-44px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}.about-anim>div:last-child{opacity:0;transform:translateX(44px);transition:opacity .85s cubic-bezier(.22,1,.36,1) .12s,transform .85s cubic-bezier(.22,1,.36,1) .12s}.about-anim.visible>div:first-child,.about-anim.visible>div:last-child{opacity:1;transform:translateX(0)}.services-stagger .services-header{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.services-stagger.visible .services-header{opacity:1;transform:translateY(0)}.services-stagger .service-card{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.services-stagger.visible .service-card{opacity:1;transform:translateY(0)}.services-stagger.visible .service-card:first-child{transition-delay:.1s}.services-stagger.visible .service-card:nth-child(2){transition-delay:.2s}.services-stagger.visible .service-card:nth-child(3){transition-delay:.3s}.services-stagger.visible .service-card:nth-child(4){transition-delay:.4s}.services-stagger.visible .service-card:nth-child(5){transition-delay:.5s}.projects-stagger .projects-header{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.projects-stagger.visible .projects-header{opacity:1;transform:translateY(0)}.projects-stagger .project-card{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.projects-stagger.visible .project-card{opacity:1;transform:translateY(0)}.projects-stagger.visible .project-card:first-child{transition-delay:.12s}.projects-stagger.visible .project-card:nth-child(2){transition-delay:.24s}.projects-stagger.visible .project-card:nth-child(3){transition-delay:.36s}.product-anim>div{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.product-anim.visible>div{opacity:1;transform:translateY(0)}.product-anim.visible>div:first-child{transition-delay:0s}.product-anim.visible>div:nth-child(2){transition-delay:.15s}.product-anim.visible>div:nth-child(3){transition-delay:.28s}.product-anim.visible>div:nth-child(4){transition-delay:.41s}.product-anim.visible>div:nth-child(5){transition-delay:.54s}.product-anim.visible>div:nth-child(6){transition-delay:.65s}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:48px;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-btns{justify-content:center}.hero-badge{margin-left:auto;margin-right:auto}.hero-mockup{max-width:480px;margin:0 auto}.hero-mockup,.hero-mockup:hover{transform:none}.about-inner{grid-template-columns:1fr;gap:48px}.about-anim>div:first-child,.about-anim>div:last-child{transform:translateY(28px)}.about-anim.visible>div:first-child,.about-anim.visible>div:last-child{transform:translateY(0)}.services-grid{grid-template-columns:repeat(2,1fr)}.product-showcase,.projects-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.nav-cta,.nav-links{display:none}.hamburger{display:block}.services-grid{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr);gap:24px}.hero-inner{padding:100px 24px 60px}.about,.cta-section,.product,.projects,.services{padding:72px 24px}.ot-row{grid-template-columns:1fr;gap:32px;margin-bottom:56px}.ot-row.reverse{direction:ltr}.ot-highlights{gap:16px}.ot-bottom{flex-direction:column;align-items:flex-start}.project-card-phones{padding:16px}.project-card-phones img{max-height:180px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.cta-contacts{flex-direction:column;align-items:center;gap:16px}.about-features{grid-template-columns:1fr}}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,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}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_a11773{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_a11773{--font-plus-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}