.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.navbar{background:linear-gradient(90deg,#0a1a2f,#0b2238);border:1px solid #ffffff1a;border-radius:50px;justify-content:space-between;align-items:center;margin:20px;padding:15px 40px;display:flex;position:relative}.logo img{height:60px}.nav-links{flex:1;justify-content:center;align-items:center;gap:40px;list-style:none;display:flex}.nav-links a{color:#9aa4b2;white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;height:36px;padding:0 16px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-links a:hover{color:#fff}.nav-links a.active{color:#fc0;border:1px solid #fc0}.contact-btn{color:#000;background:#fc0;border-radius:25px;padding:10px 22px;font-weight:600;text-decoration:none}.contact-btn.active-contact{color:#fc0;background:0 0;border:1px solid #fc0}.menu-toggle{display:none}@media (width<=768px){.navbar{border-radius:30px;padding:12px 15px}.logo img{height:45px}.menu-toggle{color:#ffca00;cursor:pointer;font-size:26px;display:block;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.contact-btn{padding:8px 14px;font-size:13px;position:absolute;top:50%;right:60px;transform:translateY(-50%)}.nav-links{z-index:1000;background:#0f172a;border-radius:12px;flex-direction:column;gap:10px;width:200px;padding:15px;display:none;position:absolute;top:80px;right:15px;box-shadow:0 10px 30px #0006}.nav-links.active{display:flex}.nav-links a{justify-content:flex-start;width:100%;padding:10px}}@media (width>=769px) and (width<=1024px){.navbar{padding:12px 20px}.logo img{height:50px}.nav-links{gap:22px}.nav-links a{padding:0 12px;font-size:14px}.contact-btn{margin-left:20px;padding:8px 16px;font-size:13px}}@media (width>=901px) and (width<=1024px){.navbar{padding:14px 30px}.nav-links{gap:26px}.nav-links a{padding:0 14px;font-size:15px}.logo img{height:55px}.contact-btn{padding:10px 20px;font-size:14px}}.footer{color:#94a3b8;background:#020617;padding:60px 80px 30px}.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;max-width:1200px;margin:auto;display:grid}.logo-box{align-items:center;gap:10px;display:flex}.logo-box img{height:30px}.logo-box h3{color:#fff}.logo-box span{color:#ffca00}.footer-left p{margin:15px 0;font-size:14px;line-height:1.6}.socials{gap:20px;margin-top:20px;display:flex}.socials a{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:all .3s;display:flex}.socials a:first-child svg{color:#1877f2}.socials a:nth-child(2) svg{color:#e1306c}.socials a:nth-child(3) svg{color:#0a66c2}.socials a:hover{background:#ffca00;transform:translateY(-6px)scale(1.1)}.socials a:hover svg{color:#000!important}.footer-col h4{color:#fff;margin-bottom:15px}.footer-col{flex-direction:column;gap:6px;display:flex}.footer-col p{margin:0}.footer-col p:hover{color:#ffca00}.footer-col a{color:#94a3b8;margin:0;font-size:14px;text-decoration:none;transition:all .3s;display:block}.footer-col a:hover{color:#ffca00}.footer-bottom{border-top:1px solid #1e293b;justify-content:space-between;margin-top:40px;padding-top:20px;font-size:13px;display:flex}.footer-bottom span{cursor:pointer;margin-left:15px}.footer-bottom span:hover{color:#ffca00}@media (width<=1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.footer{padding:40px 20px}.footer-container{text-align:center;grid-template-columns:1fr}.footer-left{align-items:center}.logo-box,.socials{justify-content:center}.footer-col{align-items:center}.footer-col a{text-align:center}.newsletter{width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:10px}.footer-bottom span{margin-left:0}}@media (width>=769px) and (width<=1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:40px}.footer-left{max-width:100%}.footer-left p{font-size:14px}.socials{gap:15px}.footer-col{align-items:flex-start}.footer-bottom{text-align:center;flex-direction:column;gap:10px}}.hero{background:radial-gradient(circle at 75% 40%,#facc1526,#0000 25%);padding:20px}.hero-container{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;display:flex}.hero-right{justify-content:center;align-items:center;width:45%;display:flex;position:relative}.hero-right:before{content:"";z-index:0;width:400px;height:400px;position:absolute}.image-card{z-index:1;background:#0f172a;border-radius:25px;justify-content:center;align-items:center;width:300px;height:380px;display:flex;position:relative;transform:rotate(-12deg);box-shadow:0 30px 80px #0009}.image-card img{border-radius:20px;width:260px;transform:rotate(25deg)}.hero-left{width:50%}.tag{color:#ffca00;background:#facc151a;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:inline-flex}.dot{background:#ffca00;border-radius:50%;width:6px;height:6px}.hero-left h1{color:#e2e8f0;margin:15px 0;font-size:56px;font-weight:700;line-height:1.2}.hero-left span{color:#ffca00}.hero-left p{color:#94a3b8;max-width:500px;font-size:16px;line-height:1.6}.hero-buttons{gap:15px;margin-top:25px;display:flex}.btn-primary{cursor:pointer;background:#ffca00;border:none;border-radius:8px;padding:12px 22px;font-weight:600}.btn-secondary{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:12px 22px}.hero-right{justify-content:center;width:45%;display:flex}.phone{background:#000;border:10px solid #000;border-radius:40px;width:220px;height:460px;overflow:hidden}.phone-screen{object-fit:cover;width:100%;height:100%;animation:.6s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-brands-section{text-align:center;padding:50px 20px}.home-brands-title{color:#94a3b8;letter-spacing:3px;margin-bottom:40px;font-size:18px;font-weight:600}.home-brands-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:100px;display:flex}.home-brands-row a{justify-content:center;align-items:center;width:100px;height:50px;display:flex;overflow:hidden}.home-brands-row img{object-fit:contain;width:auto;max-width:100%;height:400px}.services{color:#fff;padding:20px}.services-container{text-align:center;max-width:1200px;margin:auto}.services h2{font-size:32px;font-weight:700}.services h2 span{color:#ffca00}.services-grid{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px;display:grid}.service-card{text-align:left;background:#1e293b;border:1px solid #0000;border-radius:14px;padding:30px;transition:all .3s}.service-card:hover{border:1px solid #ffffff1a;transform:translateY(-6px)}.icon{color:#ffca00;margin-bottom:15px;font-size:18px}.service-card p{color:#94a3b8;font-size:13px;line-height:1.5}.card{background:#0f172a;border-radius:10px;padding:25px}.results{color:#fff;padding:20px}.results-container{max-width:1200px;margin:auto}.results-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.results-header h2{font-size:36px}.results-header p{color:#94a3b8;max-width:500px;margin-top:8px;font-size:14px}.view-all{color:#ffca00;cursor:pointer;font-size:14px}.results-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.result-card{border-radius:18px;position:relative;overflow:hidden}.result-card img{object-fit:cover;width:100%;height:300px}.overlay{background:linear-gradient(#02061733,#020617f2);width:100%;padding:65px;position:absolute;bottom:0}.tag{color:#ffca00;font-size:12px}.overlay h3{margin:10px 0;font-size:20px}.stats h4{font-size:20px}.stats p{color:#94a3b8;font-size:11px}.process{color:#fff;text-align:center;padding:20px}.process-container{max-width:1200px;margin:auto}.process h2{font-size:32px}.process span{color:#ffca00}.subtitle{color:#94a3b8;margin-top:10px;font-size:14px}.process .timeline{align-items:center;gap:30px;padding-top:40px;display:flex;position:relative}.process .step{text-align:center;z-index:1;width:22%;margin-top:15px;position:relative}.process .circle{z-index:2;background:#ffc107;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:auto auto 5px;font-size:24px;font-weight:700;display:flex;position:relative}.step h3{margin-bottom:8px;font-size:14px}.step p{color:#94a3b8;margin-bottom:8px;font-size:12px}.why{color:#fff;padding:35px 20px}.why-container{align-items:center;gap:60px;max-width:1200px;margin:auto;display:flex}.why-left{grid-template-columns:repeat(2,1fr);gap:25px;width:45%;display:grid}.why-card{border-radius:16px;padding:25px;transition:all .3s}.shift{transform:translateY(30px)}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #facc1514}.icon{color:#ffca00;background:#1e293b;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex}.why-card h3{margin-bottom:6px;font-size:15px}.why-right{width:55%}.why-right h2{font-size:36px;line-height:1.3}.desc{color:#94a3b8;max-width:500px;margin-top:15px;font-size:14px;line-height:1.6}.why-right ul{margin-top:20px}.why-right li{align-items:center;gap:10px;margin-bottom:12px;font-size:14px;display:flex}.why-right li svg{color:#ffca00}.testimonials{color:#fff;text-align:center;padding:10px 20px}.test-container{max-width:1200px;margin:auto}.testimonials h2{margin-bottom:50px;font-size:36px}.test-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.test-card{text-align:left;background:linear-gradient(145deg,#0f172a,#1e293b);border:1px solid #ffffff0d;border-radius:16px;padding:30px;transition:all .3s}.test-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #facc1514}.stars{color:#ffca00;margin-bottom:15px}.test-card p{color:#cbd5e1;font-size:14px;line-height:1.6}.user{align-items:center;gap:12px;margin-top:20px;display:flex}.user img{object-fit:cover;border-radius:50%;width:40px;height:40px}.user h4{font-size:14px}.user span{color:#ffca00;font-size:12px}.home-cta{text-align:center;justify-content:center;align-items:center;padding:80px 20px;display:flex}.home-cta-box{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:24px;width:100%;margin:auto;padding:60px}.home-cta-box h2{font-size:36px;font-weight:700}.home-cta-box span{color:#ffca00}.home-cta-box p{color:#94a3b8;margin-top:15px;font-size:14px;line-height:1.6}.home-cta-box button{color:#000;cursor:pointer;background:#ffca00;border:none;border-radius:10px;margin-top:25px;padding:14px 28px;font-weight:600;transition:all .3s}.home-cta-box button:hover{background:#eab308}*{box-sizing:border-box}@media (width<=1024px){.hero-container{text-align:center;flex-direction:column;gap:40px}.hero-left,.hero-right{width:100%}.hero-right{justify-content:center;display:flex}.hero-left p{margin:auto}}@media (width<=768px){.hero{padding:40px 15px}.hero-left h1{font-size:32px;line-height:1.3}.hero-left p{font-size:14px}.hero-buttons{flex-direction:column;gap:15px}.hero-buttons button{width:100%}.home-brands-row{gap:20px}.home-brands-row a{width:90px;height:50px}.home-brands-row img{max-height:40px}.home-brands-title{font-size:14px}}@media (width<=900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:1fr}}@media (width<=768px){.results-grid{grid-template-columns:1fr}.results-header{flex-direction:column;align-items:flex-start;gap:10px}.timeline{flex-direction:column;gap:30px}.timeline:before{display:none}.step{width:100%}.why-container{flex-direction:column;gap:40px}.why-left,.why-right{width:100%}.why-left{grid-template-columns:1fr}.shift{transform:none}.why-right h2{font-size:26px}}@media (width<=900px){.test-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.test-grid{grid-template-columns:1fr}}@media (width<=768px){.home-cta-box{text-align:center;padding:30px 20px}.home-cta-box h2{font-size:26px}.home-cta-box p{margin:auto}}@media (width>=769px) and (width<=1024px){.hero-container{text-align:center;flex-direction:column;gap:40px}.hero-left,.hero-right{width:100%}.hero-left h1{font-size:40px}.hero-left p{margin:auto}.hero-buttons{justify-content:center;align-items:center}.services-grid{grid-template-columns:repeat(2,1fr)}.results-grid{grid-template-columns:1fr}.results-header{text-align:center;flex-direction:column;align-items:center;gap:15px}.process .timeline{flex-wrap:wrap;justify-content:center}.process .step{width:45%}.why-container{text-align:center;flex-direction:column}.why-left{grid-template-columns:repeat(2,1fr);width:100%}.why-right{width:100%}.test-grid{grid-template-columns:repeat(2,1fr)}.home-cta-box{text-align:center;padding:40px 25px}.home-cta-box h2{font-size:30px}.home-cta-box p{margin:auto}}.about-hero{justify-content:space-between;align-items:center;padding:40px 100px;display:flex}.about-hero-left{width:50%}.about-hero-left h1{margin:20px 0;font-size:50px}.about-hero-left span{color:#ffca00}.about-hero-left p{color:#94a3b8}.about-hero-left button{background:#ffca00;border:none;border-radius:8px;margin-top:20px;padding:12px 25px}.about-hero-right img{width:400px}.story{color:#fff;padding:10px 20px}.story-container{text-align:center;max-width:1000px;margin:auto}.story h2{margin-bottom:20px;font-size:34px}.story-text{color:#94a3b8;margin-bottom:15px;font-size:14px;line-height:1.7}.story-cards{justify-content:center;gap:140px;margin-top:40px;display:flex}.story-card{text-align:left;background:#0f172a;border:1px solid #ffffff0d;border-radius:18px;width:420px;padding:30px;transition:all .3s}.story-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #facc1514}.icon-box{color:#ffca00;background:#1e293b;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:15px;display:flex}.story-card h3{margin-bottom:10px;font-size:18px}.story-card p{color:#94a3b8;font-size:13px;line-height:1.6}.experts{text-align:center;max-width:1100px;margin:auto;padding:20px 0}.experts h2{margin-bottom:10px;font-size:28px}.experts p{color:#94a3b8;margin-bottom:40px}.experts-grid{grid-template-columns:repeat(3,200px);justify-content:center;gap:62px;display:grid}.expert{text-align:center}.expert img{object-fit:cover;border-radius:18px;width:100%;max-width:240px;height:240px;margin:0 auto 8px;display:block}.expert h3{margin:8px 0 4px;font-size:16px;font-weight:600}.expert span{color:#ffca00;margin:0;display:block}.about-brands-section{text-align:center;padding:50px 20px}.about-brands-title{color:#94a3b8;letter-spacing:3px;margin-bottom:40px;font-size:18px;font-weight:600}.about-brands-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:100px;display:flex}.about-brands-row a{justify-content:center;align-items:center;width:100px;height:50px;display:flex;overflow:hidden}.about-brands-row img{object-fit:contain;width:auto;max-width:100%;height:400px}.about-cta{text-align:center;justify-content:center;align-items:center;padding:40px 20px;display:flex}.about-cta-box{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:24px;width:100%;margin:auto;padding:60px}.about-cta-box h2{font-size:36px;font-weight:700}.about-cta-box span{color:#ffca00}.about-cta-box p{color:#94a3b8;margin-top:15px;font-size:14px;line-height:1.6}.about-cta-box button{color:#000;cursor:pointer;background:#ffca00;border:none;border-radius:10px;margin-top:25px;padding:14px 28px;font-weight:600;transition:all .3s}.about-cta-box button:hover{background:#eab308}@media (width<=1024px){.about-hero{gap:30px;padding:40px}.about-hero-left h1{font-size:40px}.experts-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.about-hero{text-align:center;flex-direction:column;padding:30px 20px}.about-hero-left,.about-hero-right{width:100%}.about-hero-left h1{font-size:28px}.about-hero-right img{width:260px;margin-top:20px}.about-hero-left p{font-size:14px}.story-cards{flex-direction:column;gap:20px}.story-card{width:100%}.experts{padding:40px 20px}.experts-grid{grid-template-columns:1fr}.expert img{height:200px}@media (width<=768px){.about-brands-row{gap:20px}.about-brands-row a{width:90px;height:50px}.about-brands-row img{width:auto;max-height:40px}}.about-cta-box{text-align:center;padding:30px 20px}.about-cta-box h2{font-size:24px}.about-cta-box p{margin:auto}}@media (width>=769px) and (width<=1024px){.about-hero{text-align:center;flex-direction:column;gap:30px;padding:40px 30px}.about-hero-left,.about-hero-right{width:100%}.about-hero-left h1{font-size:36px}.about-hero-right img{width:320px;margin:auto}.story-cards{flex-direction:column;align-items:center;gap:30px}.story-card{width:80%}.experts-grid{grid-template-columns:repeat(2,1fr);gap:30px}.about-pill{min-width:120px;padding:0 20px}.about-cta-box{text-align:center;padding:40px 25px}.about-cta-box h2{font-size:30px}.about-cta-box p{margin:auto}}.expert-container{color:#fff;min-height:100vh;padding:40px 80px}.back-arrow{cursor:pointer;margin-bottom:30px;font-size:28px}.expert-content{align-items:center;gap:180px;display:flex}.expert-left{width:320px;height:260px;margin-left:40px;position:relative}.yellow-shape{z-index:1;background:#ffc107;border-radius:60% 40% 40% 60%/50% 60% 40% 50%;width:320px;height:200px;position:absolute;top:80px;left:0}.expert-left img{z-index:2;border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:220px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.expert-right{max-width:550px}.expert-right h1{margin-bottom:10px;font-size:50px}.expert-right h1 span{color:#ffc107;font-weight:700}.expert-right p{color:#cfcfcf;font-size:18px;line-height:1.5}.expert-brands{margin-top:80px}.expert-brands-title{text-align:center;letter-spacing:2px;color:#aaa;margin-bottom:30px;font-size:14px}.expert-brands-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.expert-brand-box{text-align:center;color:#ddd;background:#0f2a44;border-radius:10px;padding:20px;font-weight:500;transition:all .3s}.expert-brand-box:hover{color:#000;background:#ffc107;transform:translateY(-5px)}.expert-cta{text-align:center;justify-content:center;align-items:center;margin-top:80px;padding:20px;display:flex}.expert-cta-box{color:#fff;text-align:center;background:#0f172a;border:1px solid #334155;border-radius:24px;width:100%;margin:auto;padding:60px}.expert-cta-box h2{font-size:36px;font-weight:700}.expert-cta-box h2 span{color:#ffca00}.expert-cta-box p{color:#94a3b8;max-width:500px;margin:15px auto 0;font-size:14px;line-height:1.6}.expert-btn{color:#000;cursor:pointer;background:#ffca00;border:none;border-radius:10px;margin-top:25px;padding:14px 28px;font-weight:600;transition:all .3s}.expert-btn:hover{background:#eab308}@media (width<=768px){.expert-container{padding:20px}.expert-content{text-align:center;flex-direction:column;align-items:center;gap:40px}.expert-left{width:100%;height:240px}.yellow-shape{width:260px;height:150px;top:90px;left:50%;transform:translate(-50%)}.expert-left img{width:180px;left:50%;transform:translate(-50%)}.expert-right{max-width:100%}.expert-right h1{font-size:28px}.expert-right p{font-size:13px}.expert-brands-grid{grid-template-columns:repeat(2,1fr)}.expert-cta-box{text-align:center;padding:30px 20px}.expert-cta-box h2{font-size:24px}.expert-cta-box p{max-width:100%}.expert-btn{width:100%}}@media (width<=480px){.expert-right h1{font-size:24px}.expert-left img{width:160px}.yellow-shape{width:220px;height:130px}}@media (width>=769px) and (width<=1024px){.expert-container{padding:30px 40px}.expert-content{text-align:center;flex-direction:column;align-items:center;gap:60px}.expert-left{margin-left:0}.yellow-shape,.expert-left img{left:50%;transform:translate(-50%)}.expert-right{max-width:100%}.expert-right h1{font-size:36px}.expert-right p{margin:auto;font-size:15px}.expert-brands-grid{grid-template-columns:repeat(2,1fr)}.expert-cta-box{padding:40px 25px}.expert-cta-box h2{font-size:30px}.expert-cta-box p{margin:auto}}.work-hero{padding:80px 100px}.tag{color:#ffca00;background:#facc151a;border-radius:20px;padding:6px 12px;font-size:12px}.work-hero h1{margin:15px 0;font-size:40px}.work-hero p{color:#94a3b8;max-width:600px}.filters{margin-top:20px}.filters button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:20px;margin-right:10px;padding:10px 15px}.filters .active{color:#000;background:#ffca00}.work-grid{grid-template-columns:repeat(3,300px);justify-content:flex-start;gap:30px;padding:40px 100px;display:grid}.work-card{background:#1e293b;border-radius:16px;overflow:hidden}.work-card img{object-fit:cover;width:100%;height:220px}.card-content{padding:20px}.card-content span{color:#ffca00;font-size:12px}.card-content h3{margin:10px 0}.card-content p{color:#94a3b8}.card-content b{color:#ffca00}.impact-brands-section{text-align:center;padding:50px 20px}.impact-brands-title{color:#94a3b8;letter-spacing:3px;margin-bottom:40px;font-size:18px;font-weight:600}.impact-brands-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:100px;display:flex}.impact-brands-row a{justify-content:center;align-items:center;width:100px;height:50px;display:flex;overflow:hidden}.impact-brands-row img{object-fit:contain;width:auto;max-width:100%;height:400px}.impact-cta{text-align:center;justify-content:center;align-items:center;padding:80px 20px;display:flex}.impact-cta-box{color:#fff;text-align:center;background:#0f172a;border:1px solid #334155;border-radius:24px;width:100%;margin:auto;padding:60px}.impact-cta-box h2{font-size:36px;font-weight:700}.impact-cta-box span{color:#ffca00}.impact-cta-box p{color:#94a3b8;max-width:500px;margin:15px auto 0;font-size:14px;line-height:1.6}.impact-cta-box button{color:#000;cursor:pointer;background:#ffca00;border:none;border-radius:10px;margin-top:25px;padding:14px 28px;font-weight:600;transition:all .3s}.impact-cta-box button:hover{background:#eab308}@media (width<=1024px){.work-hero{padding:60px 40px}.work-grid{grid-template-columns:repeat(2,1fr);padding:40px}.work-hero h1{font-size:32px}}@media (width<=768px){.work-hero{text-align:center;padding:40px 20px}.work-hero h1{font-size:26px}.work-hero p{margin:auto;font-size:14px}.filters{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.filters button{margin:0;padding:8px 12px;font-size:13px}.work-grid{grid-template-columns:1fr;padding:30px 20px}.work-card img{height:180px}.card-content{padding:15px}.card-content h3{font-size:16px}.card-content p{font-size:13px}.impact-brands-row{gap:20px}.impact-brands-row a{width:90px;height:50px}.impact-brands-row img{width:auto;max-height:40px}}.impact-cta{padding:40px 20px}.impact-cta-box{text-align:center;padding:30px 20px}.impact-cta-box h2{font-size:24px}.impact-cta-box p{margin:auto}@media (width>=769px) and (width<=1024px){.work-hero{text-align:center;padding:60px 40px}.work-hero h1{font-size:34px}.work-hero p{margin:auto}.filters{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.work-grid{grid-template-columns:repeat(2,1fr);justify-content:center;padding:40px}.work-card img{height:200px}.impact-brands-row img{height:30px}.impact-cta-box{text-align:center;padding:40px 25px}.impact-cta-box h2{font-size:30px}.impact-cta-box p{margin:auto}}.service-hero{justify-content:space-between;align-items:center;gap:60px;padding:20px;display:flex}.service-hero-left{flex:1;justify-content:center;display:flex}.service-hero-left img{width:100%;max-width:500px;transform:rotate(-10deg)}.service-hero-right{flex-direction:column;flex:1;justify-content:center;display:flex}.badge{color:#ffca00;background:#0d7ff233;border-radius:20px;width:fit-content;margin-bottom:15px;padding:6px 14px}.hero-right h1{font-size:48px;line-height:1.2}.hero-right span{color:#ffca00}.hero-right p{color:#94a3b8;max-width:450px;margin-top:20px}.service-hero-buttons{gap:15px;margin-top:25px;display:flex}.primary{background:#ffca00;border:none;border-radius:10px;padding:14px 24px}.secondary{color:#ffca00;background:0 0;border:1px solid #ffca00;border-radius:10px;padding:14px 24px}.service-grid-section{color:#fff;padding:20px 80px}.service-header{text-align:center;margin-bottom:60px}.service-header h2{font-size:34px;font-weight:600}.service-header span{color:#ffca00}.service-header p{color:#94a3b8;margin-top:10px;font-size:14px}.service-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.service-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:18px;padding:30px 25px;transition:all .3s}.service-card svg{color:#ffca00;margin-bottom:18px;font-size:22px}.service-card h3{margin-bottom:10px;font-size:16px}.service-card p{color:#94a3b8;margin-bottom:18px;font-size:13px;line-height:1.6}.service-card a{color:#ffca00;font-size:13px;font-weight:500;text-decoration:none}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0009}.timeline-section{color:#fff;text-align:center;padding:20px 70px}.timeline-header h2{margin-bottom:10px;font-size:32px}.timeline-header span{color:#ffca00}.timeline-header p{color:#94a3b8;font-size:14px}.timeline{justify-content:space-between;align-items:flex-start;margin-top:60px;display:flex;position:relative}.timeline-line{z-index:0;background:#fff3;width:100%;height:2px;position:absolute;top:35px;left:0}.timeline-item{z-index:1;width:18%;position:relative}.service-circle{background:#1e293b;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 15px;font-size:18px;font-weight:700;display:flex}.timeline-item h4{margin-bottom:8px;font-size:16px}.timeline-item p{color:#94a3b8;font-size:12px;line-height:1.5}.impact-section{color:#fff;padding:25px 100px}.impact-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.impact-header h2{margin-bottom:5px;font-size:28px}.impact-header p{color:#94a3b8;font-size:14px}.view-link{color:#ffca00;font-size:13px;text-decoration:none}.impact-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.impact-card{background:#283039;border-radius:18px;padding:18px;transition:all .3s}.impact-card img{object-fit:cover;border-radius:12px;width:100%;height:180px}.stats{gap:15px;margin-top:15px;display:flex}.stat-box{text-align:center;background:#ffca000d;border-radius:10px;flex:1;padding:15px}.stat-box h3{color:#ffca00;font-size:18px}.stat-box p{color:#94a3b8;font-size:12px}.impact-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0009}.why-section{color:#fff;gap:60px;padding:40px 100px;display:flex}.why-left{flex:1;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.why-card{background:#0f172a;border:1px solid #ffffff0d;border-radius:16px;padding:25px;transition:all .3s}.why-card svg{color:#ffca00;margin-bottom:12px;font-size:18px}.why-card h4{margin-bottom:6px;font-size:15px}.why-card p{color:#94a3b8;font-size:13px}.why-card:hover{transform:translateY(-5px)}.why-right{flex-direction:column;flex:1;justify-content:center;display:flex}.why-right h2{margin-bottom:15px;font-size:30px}.why-right span{color:#ffca00}.why-right p{color:#94a3b8;margin-bottom:20px;line-height:1.6}.users{align-items:center;gap:10px;display:flex}.users img{border:2px solid #020617;border-radius:50%;width:35px;height:35px;margin-left:-10px}.users span{color:#94a3b8;margin-left:10px;font-size:13px}.cta-section{justify-content:center;padding:30px 70px;display:flex}.cta-box-section{text-align:center;background:#0f172a;border-radius:20px;width:100%;padding:60px 40px}.cta-box h2{margin-bottom:15px;font-size:34px;font-weight:600}.cta-box p{color:#94a3b8;max-width:600px;margin-bottom:25px;font-size:14px}.cta-btn{color:#000;cursor:pointer;background:#ffca00;border:none;border-radius:10px;padding:14px 28px;font-weight:600}.cta-btn:hover{background:#eab308}@media (width<=1024px){.service-hero{gap:30px}.service-grid,.impact-grid{grid-template-columns:repeat(2,1fr)}.why-section{gap:30px;padding:40px}.timeline-item{width:20%}}@media (width<=768px){.service-hero{text-align:center;flex-direction:column;gap:30px}.service-hero-left,.service-hero-right{width:100%}.service-hero-left img{max-width:300px;transform:rotate(0)}.hero-right h1{font-size:28px}.hero-right p{margin:auto;font-size:14px}.service-hero-buttons{flex-wrap:wrap;justify-content:center}.service-grid-section{padding:20px}.service-grid{grid-template-columns:1fr}.timeline{flex-direction:column;gap:30px}.timeline-line{display:none}.timeline-item{width:100%}.impact-section{padding:20px}.impact-header{flex-direction:column;align-items:flex-start;gap:10px}.impact-grid{grid-template-columns:1fr}.why-section{flex-direction:column;padding:20px}.why-left{grid-template-columns:1fr}.why-right h2{font-size:24px}.users img{width:30px;height:30px}.cta-section{padding:20px}.cta-box-section{padding:30px 20px}.cta-box h2{font-size:24px}.cta-box p{margin:auto}}@media (width>=769px) and (width<=1024px){.service-hero{text-align:center;flex-direction:column;gap:40px}.service-hero-left,.service-hero-right{width:100%}.service-hero-left img{max-width:400px;transform:rotate(0)}.hero-right h1{font-size:36px}.hero-right p{margin:auto}.service-hero-buttons{justify-content:center}.badge{text-align:center;margin:0 auto 15px}.service-grid-section{padding:20px 40px}.service-grid{grid-template-columns:repeat(2,1fr)}.timeline{flex-wrap:wrap;justify-content:center;gap:30px}.timeline-item{width:45%}.timeline-line{display:none}.impact-section{padding:20px 40px}.impact-header{text-align:center;flex-direction:column;align-items:center;gap:10px}.impact-grid{grid-template-columns:repeat(2,1fr)}.why-section{text-align:center;flex-direction:column;padding:40px}.why-left{grid-template-columns:repeat(2,1fr)}.why-right{align-items:center}.cta-box-section{padding:40px 25px}.cta-box{text-align:center;flex-direction:column;align-items:center;display:flex}.cta-box h2{font-size:30px}.cta-box p{text-align:center;margin:0 auto 25px}}body{color:#fff;background:#020617;font-family:Poppins}.contact-hero{text-align:center;padding:30px 20px}.contact-hero h1{font-size:42px}.contact-hero span{color:#ffca00}.contact-hero h1{letter-spacing:-1px;font-weight:700}.contact-hero p{color:#94a3b8;max-width:600px;margin:10px auto}.badge{box-shadow:0 0 10px #facc154d}.contact-page{background:radial-gradient(circle at 100% 0,#facc1514,#0000 40%)}.badge{color:#ffca00;background:#1e293b;border-radius:20px;padding:5px 12px;font-size:12px}.contact-main{gap:40px;padding:40px 100px;display:flex}.contact-form{background:#0f172a;border-radius:15px;flex:2;padding:30px}.contact-form,.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#0f172a,#020617);border:1px solid #ffffff0d;box-shadow:0 10px 30px #0006}.contact-form input,.contact-form select,.contact-form textarea{background:#020617;border:1px solid #ffffff14;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border:1px solid #ffca00;outline:none;box-shadow:0 0 10px #facc154d}.form-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin:20px 0;display:grid}.contact-form input,.contact-form select,.contact-form textarea{color:#fff;background:#1e293b;border:none;border-radius:8px;padding:12px}.contact-form textarea{width:100%;height:120px;margin-top:15px}.send-btn{background:#ffca00;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:20px;padding:14px;display:flex}.send-icon{stroke-width:2px;font-size:16px}.send-btn{font-weight:600;transition:all .3s;box-shadow:0 5px 20px #facc154d}.send-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #facc1580}.send-icon{transition:transform .3s}.send-btn:hover .send-icon{transform:translate(5px)rotate(10deg)}.contact-info{flex-direction:column;flex:1;gap:20px;display:flex}.info-card{background:#0f172a;border-radius:12px;align-items:flex-start;gap:15px;padding:20px;transition:all .3s;display:flex}.info-card:hover{border:1px solid #facc154d;transform:translateY(-5px);box-shadow:0 10px 30px #facc151a}.info-card svg{background:#facc151a;border-radius:50%;padding:12px;font-size:22px}.info-card svg path{fill:#ffca00!important}.popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#020617bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-box{color:#020617;text-align:center;background:#fff;border-radius:16px;width:500px;max-width:90%;padding:50px 40px;animation:.2s popupScale}.popup-icon{color:#ffca00;background:#facc1533;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:30px;display:flex}@keyframes popupScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (width<=1024px){.contact-main{gap:30px;padding:40px}.form-grid{grid-template-columns:1fr}}@media (width<=768px){.contact-hero h1{font-size:28px}.contact-hero p{font-size:14px}.contact-main{flex-direction:column;padding:20px}.contact-form{padding:20px}.form-grid{grid-template-columns:1fr}.contact-form input,.contact-form select,.contact-form textarea{font-size:14px}.contact-form textarea{height:100px}.send-btn{padding:12px;font-size:14px}.contact-info{width:100%}.info-card{gap:10px;padding:15px}.info-card svg{padding:8px;font-size:16px}.popup-box{width:90%;padding:30px 20px}.popup-icon{width:50px;height:50px;font-size:20px}}@media (width>=769px) and (width<=1024px){.contact-hero h1{font-size:34px}.contact-hero p{font-size:15px}.contact-main{flex-direction:column;gap:30px;padding:40px}.contact-form{width:100%}.form-grid{grid-template-columns:1fr}.contact-info{flex-flow:wrap;justify-content:center;width:100%}.info-card{width:45%}.popup-box{width:80%}}
