@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--color-yellow:#ffc300;--color-yellow-hover:#e6b000;--color-yellow-light:#ffc30026;--color-dark:#292a30;--color-dark-lighter:#35363d;--color-dark-card:#292a30d9;--color-blue:#5c80bc;--color-blue-light:#5c80bc26;--color-beige:#e9edde;--color-beige-dark:#d8dccb;--color-white:#fff;--color-text-muted:#fff9;--color-text-light:#ffffffd9;--color-border:#ffffff1a;--color-border-yellow:#ffc3004d;--spacing-section:100px;--spacing-section-sm:60px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-yellow:0 0 40px #ffc30033;--shadow-card:0 4px 32px #0000004d;--shadow-card-hover:0 12px 48px #0006;--transition:all .3s cubic-bezier(.4,0,.2,1);background-color:var(--color-dark);color:var(--color-white)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-dark);color:var(--color-white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:clamp(1.1rem,2vw,1.3rem)}p{color:var(--color-text-light);font-size:1rem;line-height:1.7}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-wide{max-width:1400px;margin:0 auto;padding:0 24px}.section{padding:var(--spacing-section)0}.section-sm{padding:var(--spacing-section-sm)0}.text-center{text-align:center}.text-yellow{color:var(--color-yellow)}.text-blue{color:var(--color-blue)}.text-muted{color:var(--color-text-muted)}.icon-xl{width:48px;height:48px}.icon-lg{width:32px;height:32px}.text-gradient{background:linear-gradient(135deg,var(--color-yellow),var(--color-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-yellow);color:var(--color-dark)}.btn-primary:hover{background:var(--color-yellow-hover);transform:translateY(-2px);box-shadow:0 8px 24px #ffc30059}.btn-secondary{color:var(--color-white);background:0 0;border:2px solid #ffffff4d}.btn-secondary:hover{border-color:var(--color-yellow);color:var(--color-yellow);transform:translateY(-2px)}.btn-outline-yellow{color:var(--color-yellow);border:2px solid var(--color-yellow);background:0 0}.btn-outline-yellow:hover{background:var(--color-yellow);color:var(--color-dark);transform:translateY(-2px)}.btn-lg{padding:18px 40px;font-size:1.1rem}.card{background:var(--color-dark-card);border:1px solid var(--color-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);padding:32px}.card:hover{border-color:var(--color-border-yellow);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}:root{--spacing-section:60px;--spacing-section-sm:40px}}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-yellow);margin-bottom:16px;font-size:.8rem;font-weight:700;display:inline-block}.divider{background:var(--color-border);height:1px;margin:0 auto}.badge{background:var(--color-yellow-light);color:var(--color-yellow);border:1px solid var(--color-border-yellow);text-transform:uppercase;letter-spacing:.08em;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.stat-card{background:var(--color-yellow-light);border:1px solid var(--color-border-yellow);border-radius:var(--radius-md);text-align:center;padding:24px}.stat-number{color:var(--color-yellow);font-size:2.5rem;font-weight:900;line-height:1}.stat-label{color:var(--color-text-muted);margin-top:6px;font-size:.9rem}.spec-row{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.spec-row:last-child{border-bottom:none}.spec-label{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.spec-value{color:var(--color-white);text-align:right;font-size:.95rem;font-weight:600}.feature-icon{background:var(--color-yellow-light);border:1px solid var(--color-border-yellow);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ffc3004d}50%{box-shadow:0 0 40px #ffc30099}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-up{animation:.7s forwards fadeInUp}.animate-float{animation:6s ease-in-out infinite float}.page-bg{background:radial-gradient(ellipse at top left,#5c80bc14 0%,transparent 60%),radial-gradient(ellipse at bottom right,#ffc3000d 0%,transparent 60%),var(--color-dark)}input,textarea,select{font-family:inherit;font-size:1rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-dark)}::-webkit-scrollbar-thumb{background:var(--color-dark-lighter);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-blue)}.section-light{background:var(--color-beige);color:var(--color-dark)}.section-light p{color:#292a30b3}.section-light .section-label{color:var(--color-dark)}.hero-overlay{background:linear-gradient(135deg,#292a30f2 0%,#292a30b3 60%,#5c80bc1a 100%)}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#292a30b3;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background:#292a30f2;border-bottom-color:#ffc30026}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{filter:drop-shadow(0 0 8px #ffc30080);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.Header-module__hBw1pG__logoText{color:#fff;letter-spacing:-.03em;font-size:1.4rem;font-weight:800;line-height:1}.Header-module__hBw1pG__logoAccent{color:var(--color-yellow)}.Header-module__hBw1pG__nav{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-light);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:4px;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--color-white);background:#ffffff0d}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-yellow)}.Header-module__hBw1pG__dropdown{position:relative}.Header-module__hBw1pG__dropdownTrigger{cursor:default}.Header-module__hBw1pG__dropdownMenu{border:1px solid var(--color-border);border-radius:var(--radius-md);opacity:0;visibility:hidden;background:#1e1f24;width:300px;padding:8px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 20px 60px #00000080}.Header-module__hBw1pG__dropdownOpen{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px 12px;font-size:.75rem;font-weight:700;display:flex}.Header-module__hBw1pG__viewAll{color:var(--color-yellow);letter-spacing:normal;text-transform:none;font-size:.75rem;font-weight:600;text-decoration:none}.Header-module__hBw1pG__dropdownItem{border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:14px;padding:10px 12px;text-decoration:none;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:#ffc30014}.Header-module__hBw1pG__dropdownIcon{background:var(--color-yellow-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;display:flex}.Header-module__hBw1pG__dropdownItemLabel{color:var(--color-white);font-size:.9rem;font-weight:600;display:block}.Header-module__hBw1pG__dropdownItemTagline{color:var(--color-text-muted);margin-top:1px;font-size:.77rem;display:block}.Header-module__hBw1pG__headerActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__ctaBtn{padding:10px 22px!important;font-size:.9rem!important}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__hBw1pG__hamburger span{background:var(--color-white);width:24px;height:2px;transition:var(--transition);transform-origin:50%;border-radius:2px;display:block}.Header-module__hBw1pG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{opacity:0;visibility:hidden;background:#1e1f24;border-top:1px solid #0000;flex-direction:column;gap:4px;max-height:0;padding:0 16px;transition:all .4s;display:none;overflow:hidden}.Header-module__hBw1pG__mobileMenuOpen{border-top-color:var(--color-border);opacity:1;visibility:visible;max-height:600px;padding:16px}.Header-module__hBw1pG__mobileNavLink{color:var(--color-text-light);border-radius:var(--radius-sm);transition:var(--transition);padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--color-white);background:#ffffff0d}.Header-module__hBw1pG__mobileDivider{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);padding:8px 16px 4px;font-size:.72rem;font-weight:700}.Header-module__hBw1pG__mobileCtaBtn{justify-content:center;width:100%;margin-top:8px}@media (max-width:900px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__headerActions{display:none}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileMenu{display:flex}}
.Footer-module__S6Hkya__footer{background:#1a1b20;border-top:1px solid #ffc30026;margin-top:0;padding:72px 0 0}.Footer-module__S6Hkya__grid{border-bottom:1px solid var(--color-border);grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:56px;display:grid}.Footer-module__S6Hkya__logo{color:#fff;letter-spacing:-.03em;align-items:center;gap:8px;margin-bottom:16px;font-size:1.35rem;font-weight:800;line-height:1;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{filter:drop-shadow(0 0 6px #ffc30080);justify-content:center;align-items:center;font-size:1.4rem;display:flex}.Footer-module__S6Hkya__logoAccent{color:var(--color-yellow)}.Footer-module__S6Hkya__tagline{color:var(--color-text-muted);margin-bottom:20px;font-size:.9rem;line-height:1.65}.Footer-module__S6Hkya__location{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:20px;font-size:.78rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:#ffffffa6;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footerLink:hover{color:var(--color-yellow)}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.Footer-module__S6Hkya__contactItem{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__contactText{color:#ffffffa6;font-size:.9rem}.Footer-module__S6Hkya__footerCta{justify-content:center;width:100%;padding:10px 20px!important;font-size:.875rem!important}.Footer-module__S6Hkya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;display:flex}.Footer-module__S6Hkya__copy{color:#fff6;margin:0;font-size:.82rem}.Footer-module__S6Hkya__bottomLinks{gap:24px;display:flex}.Footer-module__S6Hkya__bottomLink{color:#fff6;cursor:pointer;font-size:.82rem;transition:color .2s}.Footer-module__S6Hkya__bottomLink:hover{color:var(--color-text-muted)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__S6Hkya__brand,.Footer-module__S6Hkya__col:last-child{grid-column:1/-1}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}
