@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#0b1f5c;--primary-light:#1a3a8f;--primary-dark:#060f2e;--secondary:#e8721a;--secondary-light:#ff8c3a;--secondary-dark:#c05a0a;--bg-light:#f8fafd;--bg-white:#fff;--text-dark:#1a1a2e;--text-body:#4a5568;--text-light:#718096;--border-light:#e2e8f0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--primary), var(--secondary));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.section-badge{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:linear-gradient(135deg,#0b1f5c14,#e8721a14);border-radius:50px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.gradient-text{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::selection{color:var(--primary);background:#e8721a33}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.marquee-content{width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-content:hover{animation-play-state:paused}.logo-item{flex:none;justify-content:center;align-items:center;width:150px;height:80px;margin:0 30px;transition:all .3s;display:flex}.logo-item:hover{filter:grayscale(0)opacity();transform:scale(1.1)}.logo-item img{object-fit:contain;max-width:100%;max-height:100%}.product-marquee{animation-duration:45s}.product-item{flex:none;justify-content:center;align-items:center;width:120px;height:120px;margin:0 28px;transition:transform .3s;display:flex}.product-item:hover{transform:scale(1.08)}.product-item img{object-fit:contain;filter:drop-shadow(0 8px 16px #00000040);max-width:100%;max-height:100%}
