@import "https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";
:root{--bg-base:#fff;--bg-surface:#f8f8f8;--bg-elevated:#f2f2f2;--bg-hover:#e8e8e8;--border:#e0e0e0;--border-accent:#d0d0d0;--border-bright:#b2b2b2;--text-primary:#1f2c44;--text-secondary:#707070;--text-tertiary:#a0a0a0;--text-inverse:#fff;--accent-red:#f11924;--accent-red-dim:#f119241f;--accent-red-hover:#d41720;--accent-cyan:#1f2c44;--accent-cyan-dim:#1f2c4414;--accent-green:#3fb950;--accent-yellow:#d29922;--font-display:"Host Grotesk", system-ui, -apple-system, sans-serif;--font-body:"Open Sans", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--text-8xl:6rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--container-xl:1200px;--container-2xl:1440px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-pill:50px;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 32px #0000001a;--shadow-red:0 0 24px #f1192433;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--transition-slower:.4s ease;--z-header:100;--z-overlay:200;--z-modal:300}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;height:100%;overflow-x:hidden}body{background-color:var(--bg-base);min-height:100%;color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-slow), color var(--transition-slow);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-weight:700;line-height:1.1}h1{font-size:clamp(var(--text-5xl), 8vw, var(--text-8xl));font-weight:800}h2{font-size:clamp(var(--text-3xl), 5vw, var(--text-6xl))}h3{font-size:clamp(var(--text-2xl), 3vw, var(--text-4xl))}h4{font-size:clamp(var(--text-xl), 2vw, var(--text-2xl))}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{color:var(--text-secondary);max-width:65ch;line-height:1.7}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-red)}code,pre{font-family:var(--font-mono);font-size:var(--text-sm)}::selection{background:var(--accent-red);color:var(--text-inverse)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-bright)}:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.container{width:100%;max-width:var(--container-xl);padding:0 var(--space-6);margin:0 auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-body);font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;letter-spacing:.01em;border:1px solid #0000;font-weight:600;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--accent-red);color:#fff;border-color:var(--accent-red)}.btn--primary:hover{background:var(--accent-red-hover);border-color:var(--accent-red-hover);color:#fff;box-shadow:var(--shadow-red)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.label-section{width:100%;padding:20px 0;overflow:hidden}.label-row{width:100%;margin-bottom:16px;padding:4px 0;overflow:hidden}.label-row:last-child{margin-bottom:0}.label-track-wrapper{width:max-content;display:flex}.label-row.scroll-left .label-track-wrapper{animation:50s linear infinite scroll-left}.label-row.scroll-right .label-track-wrapper{animation:50s linear infinite scroll-right}.label-track{flex-shrink:0;align-items:center;gap:16px;display:flex}.label-pill{border:1px solid var(--text-primary);font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:12px 24px;font-weight:500;display:inline-flex}.logo-marquee{width:100%;padding:20px 0;overflow:hidden}.logo-track-wrapper{width:max-content;display:flex}.scroll-left .logo-track-wrapper{animation:40s linear infinite marquee-left}.scroll-right .logo-track-wrapper{animation:40s linear infinite marquee-right}.logo-track{flex-shrink:0;align-items:center;gap:60px;display:flex}.logo-marquee .logo-track img{object-fit:contain;filter:grayscale();opacity:.7;width:auto;transition:opacity .3s,filter .3s;height:40px!important}.logo-marquee .logo-track img:hover{opacity:1;filter:grayscale(0%)}.mouse-scroll-area{cursor:none;background:0 0;justify-content:flex-start;align-items:center;width:100%;height:180px;padding:0 60px;display:flex;position:relative;overflow:hidden}.scrolling-track{white-space:nowrap;font-size:var(--text-5xl);font-weight:600;font-family:var(--font-display);color:var(--text-primary);display:inline-flex}.scrolling-track.scroll-left{animation:50s linear infinite marquee-left}.red-circle{background-color:var(--accent-red-hover);pointer-events:none;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:top 50ms,left 50ms;display:flex;position:absolute;transform:translate(-50%,-50%)}.circle-text{color:#fff;font-size:var(--text-base);text-align:center;font-weight:700;font-family:var(--font-display)}@media (max-width:768px){.mouse-scroll-area{height:120px;padding:0 20px}.scrolling-track{font-size:var(--text-3xl)}.red-circle{width:70px;height:70px}}.gradient-pill{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);background:linear-gradient(90deg,#f119241a,#1f2c440d);border:1px solid #f1192433;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;display:inline-flex}
.Header-module__85i50G__header{z-index:1000;justify-content:center;padding:10px 0;display:flex;position:sticky;top:0}.Header-module__85i50G__headerInner{background:var(--bg-surface);border-radius:31px;justify-content:space-around;align-items:center;width:92.395%;max-width:92.395%;min-height:50px;padding:10px;display:flex}.Header-module__85i50G__logo{flex-shrink:0;width:150px;display:block}.Header-module__85i50G__logo img{width:100%;height:auto;display:block}.Header-module__85i50G__desktopNav{align-items:center;gap:0;display:flex}.Header-module__85i50G__navItem{z-index:1001;position:relative}.Header-module__85i50G__navLink{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;padding:13px 35px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Header-module__85i50G__navLink:hover{color:var(--accent-red);background:0 0}.Header-module__85i50G__navLinkPlain{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary);padding:13px 35px;font-weight:600;text-decoration:none;transition:color .2s}.Header-module__85i50G__navLinkPlain:hover{color:var(--accent-red)}.Header-module__85i50G__chevron{flex-shrink:0;width:12px;height:12px;transition:transform .2s}.Header-module__85i50G__rotate{transform:rotate(180deg)}.Header-module__85i50G__dropdown{background:var(--bg-surface);border-radius:20px;flex-direction:column;gap:0;min-width:280px;padding:0;display:flex;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 3px #00000026}.Header-module__85i50G__dropdownItem{color:inherit;border-bottom:1px solid var(--border);word-spacing:10px;flex-direction:column;gap:2px;padding:10px 20px;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__85i50G__dropdownItem:hover{background-color:var(--bg-hover)}.Header-module__85i50G__dropdownItem:first-child{border-radius:20px 20px 0 0}.Header-module__85i50G__dropdownItem:last-child{border-bottom:none;border-radius:0 0 20px 20px}.Header-module__85i50G__menuTitle{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);font-weight:600;display:block}.Header-module__85i50G__menuSubtitle{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-secondary);word-spacing:1px;font-weight:500;line-height:1.4;display:block}.Header-module__85i50G__dropdownItemSimple{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);border-bottom:1px solid var(--border);word-spacing:10px;padding:10px 20px;font-weight:600;text-decoration:none;transition:background-color .2s}.Header-module__85i50G__dropdownItemSimple:hover{background-color:var(--bg-hover)}.Header-module__85i50G__dropdownItemSimple:first-child{border-radius:20px 20px 0 0}.Header-module__85i50G__dropdownItemSimple:last-child{border-bottom:none;border-radius:0 0 20px 20px}.Header-module__85i50G__actions{align-items:center;gap:12px;display:flex}.Header-module__85i50G__contactBtn{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);border:1px solid var(--text-primary);background:0 0;border-radius:34px;flex-shrink:0;padding:10px 24px;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__85i50G__contactBtn:hover{background-color:var(--bg-hover);border-color:var(--text-primary)}.Header-module__85i50G__mobileToggle{cursor:pointer;width:44px;min-width:44px;height:44px;min-height:44px;color:var(--text-primary);touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;display:none}.Header-module__85i50G__mobileOverlay{background:var(--bg-base);z-index:999;flex-direction:column;align-items:flex-end;padding:60px 24px 40px;display:flex;position:fixed;inset:0;overflow-y:auto}.Header-module__85i50G__mobileOverlayInner{flex-direction:column;align-items:flex-end;width:100%;max-width:400px;display:flex}.Header-module__85i50G__mobileClose{cursor:pointer;width:44px;height:44px;color:var(--text-primary);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:20px;right:20px}.Header-module__85i50G__mobileMenu{flex-direction:column;align-items:flex-end;gap:0;width:100%;padding-top:40px;display:flex}.Header-module__85i50G__mobileSection{flex-direction:column;align-items:flex-end;width:100%;display:flex}.Header-module__85i50G__mobileSectionTitle{width:auto;font-family:var(--font-display);font-size:var(--text-3xl);color:var(--text-primary);cursor:pointer;text-align:right;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;padding:14px 0;font-weight:600;text-decoration:none;display:flex}.Header-module__85i50G__mobileChevron{flex-shrink:0;width:14px;height:14px;transition:transform .2s}.Header-module__85i50G__mobileSubmenu{flex-direction:column;align-items:flex-end;gap:4px;width:100%;padding-bottom:8px;display:flex}.Header-module__85i50G__mobileSubItemSimple{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);text-align:right;padding:10px 0;font-weight:600;text-decoration:none}.Header-module__85i50G__mobileContactBtn{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary);border:1px solid var(--border);background:0 0;border-radius:28px;margin-top:16px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__85i50G__mobileContactBtn:hover{background:var(--bg-hover)}.Header-module__85i50G__mobileThemeToggle{justify-content:flex-end;margin-top:24px;display:flex}@media (max-width:1024px){.Header-module__85i50G__desktopNav,.Header-module__85i50G__contactBtn{display:none}.Header-module__85i50G__mobileToggle{display:flex}.Header-module__85i50G__headerInner{border-radius:31px;justify-content:space-between;width:100%;max-width:100%;padding:10px 16px}.Header-module__85i50G__header{padding:10px 20px}}@media (max-width:767px){.Header-module__85i50G__header{padding:10px 0}.Header-module__85i50G__headerInner{border-radius:31px;padding:10px 16px}}@media (max-width:576px){.Header-module__85i50G__header{padding:8px 0}.Header-module__85i50G__headerInner{min-height:44px;padding:8px 12px}.Header-module__85i50G__logo{width:120px}.Header-module__85i50G__mobileSectionTitle{font-size:var(--text-2xl)}.Header-module__85i50G__mobileSubItemSimple{font-size:var(--text-base)}.Header-module__85i50G__mobileContactBtn{font-size:var(--text-lg);padding:12px 28px}}
.Footer-module__hP-FLq__footer{background:#1f2c44}.Footer-module__hP-FLq__container{width:92%;max-width:1400px;margin:0 auto}.Footer-module__hP-FLq__topSection{padding:60px 0 40px}.Footer-module__hP-FLq__topRow{justify-content:space-between;align-items:center;gap:40px;display:flex}.Footer-module__hP-FLq__heading{font-family:var(--font-display);font-size:var(--text-4xl);color:#fff;text-align:left;flex:1;margin:0;font-weight:600;line-height:1.2}.Footer-module__hP-FLq__logoMobile{display:none}.Footer-module__hP-FLq__logoImage{object-fit:contain;width:auto;max-width:280px;height:auto}.Footer-module__hP-FLq__middleSection{padding:40px 0}.Footer-module__hP-FLq__middleRow{align-items:flex-start;gap:60px;display:flex}.Footer-module__hP-FLq__logoColumn{flex:1;min-width:0}.Footer-module__hP-FLq__logoImageDesktop{object-fit:contain;width:50%;max-width:220px;height:auto}.Footer-module__hP-FLq__linksColumn{flex:1;min-width:0}.Footer-module__hP-FLq__columnHeading{font-family:var(--font-display);font-size:var(--text-3xl);color:#fff;margin:0 0 24px;font-weight:500}.Footer-module__hP-FLq__linksList{flex-direction:column;gap:14px;display:flex}.Footer-module__hP-FLq__link{font-family:var(--font-body);font-size:var(--text-lg);color:#ffffffd9;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__hP-FLq__link:hover{color:#fff}.Footer-module__hP-FLq__socialMobile{display:none}.Footer-module__hP-FLq__followColumn{flex:1;min-width:0}.Footer-module__hP-FLq__socialLinks{flex-direction:column;gap:14px;display:flex}.Footer-module__hP-FLq__socialLink{font-family:var(--font-body);font-size:var(--text-lg);color:#ffffffd9;align-items:center;gap:12px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__hP-FLq__socialLink:hover{color:#fff}.Footer-module__hP-FLq__socialLink svg{flex-shrink:0;width:17px;height:17px}.Footer-module__hP-FLq__bottomBar{border-top:1px solid #ffffff1a;padding:24px 0}.Footer-module__hP-FLq__bottomRow{justify-content:space-between;align-items:center;gap:20px;display:flex}.Footer-module__hP-FLq__copyright{font-family:var(--font-body);font-size:var(--text-xs);color:#ffffff80;margin:0;font-weight:600}.Footer-module__hP-FLq__policyLinks{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Footer-module__hP-FLq__policyLink{font-family:var(--font-body);font-size:var(--text-xs);color:#ffffffb3;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__hP-FLq__policyLink:hover{color:#fff}.Footer-module__hP-FLq__divider{color:#ffffff4d;font-size:var(--text-xs)}@media (max-width:992px){.Footer-module__hP-FLq__topRow{flex-direction:column;align-items:flex-start;gap:30px}.Footer-module__hP-FLq__heading{font-size:var(--text-3xl)}.Footer-module__hP-FLq__middleRow{gap:40px}.Footer-module__hP-FLq__logoImageDesktop{width:70%}}@media (max-width:768px){.Footer-module__hP-FLq__topSection{padding:40px 0 30px}.Footer-module__hP-FLq__topRow{text-align:center;align-items:center}.Footer-module__hP-FLq__heading{font-size:var(--text-2xl);text-align:center}.Footer-module__hP-FLq__logoMobile{display:block}.Footer-module__hP-FLq__logoImage{max-width:200px;margin:0 auto}.Footer-module__hP-FLq__middleRow{flex-direction:column;align-items:center;gap:30px}.Footer-module__hP-FLq__logoColumn{display:none}.Footer-module__hP-FLq__linksColumn{text-align:center}.Footer-module__hP-FLq__linksList{align-items:center}.Footer-module__hP-FLq__socialMobile{flex-direction:column;gap:12px;margin-top:24px;display:flex}.Footer-module__hP-FLq__socialLinkMobile{font-family:var(--font-body);font-size:var(--text-lg);color:#ffffffd9;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__hP-FLq__socialLinkMobile:hover{color:#fff}.Footer-module__hP-FLq__followColumn{display:none}.Footer-module__hP-FLq__bottomRow{text-align:center;flex-direction:column;align-items:center;gap:16px}}@media (max-width:480px){.Footer-module__hP-FLq__heading{font-size:var(--text-xl)}.Footer-module__hP-FLq__columnHeading{font-size:var(--text-lg)}.Footer-module__hP-FLq__link,.Footer-module__hP-FLq__socialLinkMobile{font-size:var(--text-base)}.Footer-module__hP-FLq__copyright,.Footer-module__hP-FLq__policyLink{font-size:var(--text-xs)}}
