.hero{background-image:linear-gradient(120deg,#020617e0 0%,#0f172ac7 45%,#1e40af9e 100%),var(--hero-bg-image);color:#f8fafc;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:64px 60px}.hero-container{justify-content:flex-start;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:flex}.hero-content{flex:620px}.hero-content h1{color:#f8fafc;margin:0;font-size:48px;line-height:1.15}.hero-content span{color:#7dd3fc}.hero-content p{color:#e2e8f0;max-width:640px;margin-top:20px;font-size:18px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:20px;margin-top:30px;display:flex}.btn-primary{color:#fff;background:#0ece3e;border-radius:6px;padding:12px 24px;font-weight:600;text-decoration:none}.btn-secondary{color:#f8fafc;background:#0f172a59;border:2px solid #0d1bdc;border-radius:6px;padding:12px 24px;font-weight:600;text-decoration:none}.btn-with-icon{align-items:center;gap:10px;display:inline-flex}.btn-with-icon svg{fill:currentColor;width:18px;height:18px}.hero-stats{gap:40px;margin-top:40px;display:flex}.hero-stats h3{color:#7dd3fc;margin:0;font-size:28px}.hero-stats p{color:#cbd5e1;margin:8px 0 0}@media (max-width:768px){.hero{background-position:68%;padding:48px 20px}.hero-content h1{font-size:34px}.hero-stats{flex-direction:column;gap:18px}}.services{text-align:center;background:#ebebe9;padding:30px}.services h2{color:#0f172a;font-size:40px}.services-subtitle{color:#64748b;margin-top:10px;font-size:18px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin-top:60px;display:grid}.service-card{text-align:left;background:#374fed;border:1px solid #e2e8f0;border-radius:12px;padding:35px;transition:all .3s}.service-card:hover h3{color:#0f172a;margin-bottom:15px}.service-card:hover p{color:#475569;line-height:1.6}.service-card:hover{background:#f8fafc;transform:translateY(-8px)}.service-card h3{color:#fff}.service-card p{color:#dfe6ee;margin-top:12px;line-height:1.4}@media (max-width:768px){.services{padding:60px 20px}.services h2{font-size:28px}}.contact-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);padding:100px 20px;position:relative;overflow:hidden}.contact-cta:before{content:"";filter:blur(150px);opacity:.2;background:#38bdf8;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.cta-container{z-index:2;max-width:800px;margin:auto;position:relative}.cta-container h2{margin-bottom:20px;font-size:40px}.cta-container p{color:#cbd5e1;margin-bottom:40px;font-size:18px;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-primary{color:#fff;background:#38bdf8;border-radius:8px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s}.cta-primary:hover{background:#0ea5e9;transform:translateY(-3px)}.cta-secondary{color:#fff;border:2px solid #fff;border-radius:8px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s}.cta-secondary:hover{color:#0f172a;background:#fff}@media (max-width:768px){.cta-container h2{font-size:28px}.cta-container p{font-size:16px}}.logo-marquee-track{will-change:transform;align-items:center;gap:3rem;width:max-content;padding:20px 0;animation:40s linear infinite logo-scroll-ltr;display:flex}.logo-marquee-track img{object-fit:contain;opacity:.7;width:auto;max-width:150px;height:60px;transition:all .3s}.logo-marquee-track img:hover{filter:grayscale(0%);opacity:1}@keyframes logo-scroll-ltr{0%{transform:translate(-50%)}to{transform:translate(0%)}}
