@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-dark: #0a0a0f;--bg-card: #13131a;--fg: #ffffff;--text-muted: #9ca3af;--primary: #3b82f6;--primary-light: #60a5fa;--secondary: #8b5cf6;--accent: #06b6d4;--border: rgba(255, 255, 255, .1);--glow: rgba(59, 130, 246, .3)}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.section-header{text-align:center;margin-bottom:3rem;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards}@media(min-width:768px){.section-header{margin-bottom:4rem}}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);margin-bottom:1rem;padding:.5rem 1rem;background:#8b5cf61a;border:1px solid var(--border);border-radius:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.label-dot{width:6px;height:6px;border-radius:50%;background:var(--secondary);animation:pulse 2s ease-in-out infinite}.section-title{font-size:2.5rem;font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--fg);margin-bottom:1rem}@media(min-width:640px){.section-title{font-size:3rem}}@media(min-width:768px){.section-title{font-size:3.5rem}}@media(min-width:1024px){.section-title{font-size:4rem}}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.section-subtitle{font-size:1rem;color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.7}@media(min-width:768px){.section-subtitle{font-size:1.125rem}}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:.8}}:root{--bg-dark: #0a0a0f;--bg-card: #13131a;--fg: #ffffff;--text-muted: #9ca3af;--primary: #74b9ff;--primary-light: #a8d8ff;--secondary: #55d6c2;--accent: #55d6c2;--border: rgba(255, 255, 255, .1);--glow: rgba(59, 130, 246, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body.menu-open{overflow:hidden}body{background:var(--bg-dark);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:#3b82f64d;color:var(--fg)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(ellipse at top,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(139,92,246,.1) 0%,transparent 50%)}.bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.05) 1px,transparent 1px);background-size:50px 50px;opacity:.4;animation:gridPulse 4s ease-in-out infinite}.gradient-overlay-v{position:absolute;inset:0;background:linear-gradient(to bottom,var(--bg-dark),transparent 40%,transparent 60%,var(--bg-dark));pointer-events:none}.gradient-overlay-h{position:absolute;inset:0;background:linear-gradient(to right,var(--bg-dark) 0%,transparent 20%,transparent 80%,var(--bg-dark) 100%);opacity:.6;pointer-events:none}.floating-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:var(--primary);top:-200px;right:-100px;animation-delay:0s}.orb-2{width:300px;height:300px;background:var(--secondary);bottom:-150px;left:-100px;animation-delay:-10s}.hero-content{position:relative;z-index:10;width:100%}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:8rem 0}}.hero-left{display:flex;flex-direction:column;text-align:center;gap:2rem;opacity:0;animation:fadeInLeft 1s cubic-bezier(.4,0,.2,1) forwards}.badge{display:inline-flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;margin:auto;background:#3b82f61a;border:1px solid var(--border);border-radius:100px;width:fit-content;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 20px var(--primary);animation:pulse 2s ease-in-out infinite}.badge-text{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,var(--primary-light),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.heading-wrapper{display:flex;flex-direction:column;gap:.5rem}.main-heading{font-size:3rem;font-weight:900;line-height:.95;letter-spacing:-.03em;color:var(--fg);opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .3s forwards}.gradient-heading{font-size:3rem;font-weight:900;line-height:.95;letter-spacing:-.03em;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s forwards;filter:drop-shadow(0 0 30px rgba(59,130,246,.5))}@media(min-width:640px){.main-heading,.gradient-heading{font-size:4rem}}@media(min-width:768px){.main-heading,.gradient-heading{font-size:5rem}}@media(min-width:1024px){.main-heading,.gradient-heading{font-size:6.5rem}}@media(min-width:1280px){.main-heading,.gradient-heading{font-size:7.5rem}}.tagline{font-size:1.125rem;color:var(--text-muted);font-weight:400;max-width:32rem;margin:auto;line-height:1.6;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .5s forwards}@media(min-width:768px){.tagline{font-size:1.25rem}}@media(min-width:1024px){.tagline{font-size:1.375rem}}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s forwards}@media(min-width:640px){.stats-row{gap:2rem}}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:640px){.stat-value{font-size:2rem}}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}@media(min-width:640px){.stat-label{font-size:.8125rem}}.accent-line{height:3px;width:80px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));border-radius:10px;transform:scaleX(0);transform-origin:left;animation:scaleX 1s cubic-bezier(.4,0,.2,1) .7s forwards;box-shadow:0 0 20px var(--glow)}.cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin:auto;padding-top:.5rem;opacity:0;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s forwards}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;font-weight:700;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:10px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;white-space:nowrap}@media(min-width:640px){.btn{padding:1.125rem 2.25rem}}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;border:1px solid transparent;box-shadow:0 10px 40px -10px var(--glow)}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--secondary) 0%,var(--accent) 100%);opacity:0;transition:opacity .4s ease}.btn-primary:hover:before{opacity:1}.btn-primary span{position:relative;z-index:10}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 50px -10px #3b82f699}.btn-outline{border:2px solid var(--border);color:var(--fg);background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{border-color:var(--primary);background:#3b82f61a;box-shadow:0 0 30px #3b82f64d;transform:translateY(-3px)}.hero-right{position:relative;opacity:0;animation:fadeInScale 1s cubic-bezier(.4,0,.2,1) .5s forwards}.viewer-wrapper{position:relative}.viewer-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;height:130%;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);border-radius:50%;filter:blur(120px);z-index:-1;animation:glowPulse 4s ease-in-out infinite}.viewer-container{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid var(--border);width:100%;height:400px;box-shadow:0 20px 60px #00000080}@media(min-width:640px){.viewer-container{height:500px}}@media(min-width:1024px){.viewer-container{height:600px}}.viewer-controls{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;justify-content:center}.controls-hint{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#13131acc;border:1px solid var(--border);padding:.625rem 1.25rem;border-radius:100px;box-shadow:0 8px 32px #0000004d}.controls-text{font-size:.75rem;color:var(--text-muted);font-weight:600;letter-spacing:.05em}@media(min-width:640px){.controls-text{font-size:.8125rem}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);opacity:0;animation:fadeIn 1s ease-out 1.5s forwards;z-index:20}.scroll-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;transition:all .3s ease}.scroll-link:hover{color:var(--primary)}.scroll-text{font-size:.6875rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.scroll-arrow{animation:bounce 2s infinite}.about-grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}}.content-section{display:flex;flex-direction:column;gap:2rem}.content-text{display:flex;flex-direction:column;gap:1.5rem;font-size:1.125rem;line-height:1.75rem;color:#a1a1aa}.text-foreground{color:#fafafa}.font-semibold{font-weight:600}.quote-text{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.2}@media(min-width:768px){.quote-text{font-size:1.875rem}}.pillars-container{position:relative}.logo-watermark{position:absolute;top:-5rem;right:-5rem;width:16rem;height:16rem;opacity:.05;pointer-events:none}.logo-watermark img{width:100%;height:100%;object-fit:contain}.pillars-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.pillars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.p-6{padding:1.5rem}.pillar-icon-container{width:3rem;height:3rem;border-radius:.125rem;background:linear-gradient(135deg,#0891b233,#a855f71a);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .5s ease}.premium-card.group:hover .pillar-icon-container{background:linear-gradient(135deg,#0891b24d,#a855f733)}.pillar-icon{width:1.25rem;height:1.25rem;color:#0891b2}.w-12{width:3rem}.h-12{height:3rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-full{width:100%}.h-full{height:100%}.object-contain{object-fit:contain}.group{position:relative}.team-section{position:relative;overflow:hidden;padding:6rem 0;background:var(--bg-dark)}@media(min-width:768px){.team-section{padding:8rem 0}}@media(min-width:1024px){.team-section{padding:10rem 0}}.team-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(139,92,246,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.03) 1px,transparent 1px);background-size:60px 60px;opacity:.4}.team-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);filter:blur(120px);pointer-events:none}.floating-orb-team{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;animation:floatOrb 25s ease-in-out infinite}.orb-team-1{width:400px;height:400px;background:var(--secondary);top:10%;right:10%;animation-delay:0s}.orb-team-2{width:300px;height:300px;background:var(--accent);bottom:20%;left:5%;animation-delay:-12s}.team-photo-wrapper{position:relative;margin-bottom:4rem;opacity:0;animation:fadeInScale 1s cubic-bezier(.4,0,.2,1) .3s forwards}@media(min-width:768px){.team-photo-wrapper{margin-bottom:5rem}}.team-photo-container{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);box-shadow:0 20px 80px #8b5cf633}.team-photo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,transparent 70%);filter:blur(80px);z-index:-1;animation:glowPulse 4s ease-in-out infinite}.team-photo{width:100%;height:300px;object-fit:cover;display:block}@media(min-width:640px){.team-photo{height:400px}}@media(min-width:768px){.team-photo{height:500px}}@media(min-width:1024px){.team-photo{height:600px}}.photo-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,15,.95) 0%,rgba(10,10,15,.3) 50%,transparent 100%);pointer-events:none}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem}@media(min-width:768px){.photo-caption{padding:3rem}}.caption-content{display:flex;align-items:center;gap:1.25rem}.caption-accent{height:4rem;width:4px;background:linear-gradient(to bottom,var(--primary),var(--secondary),var(--accent));border-radius:10px;box-shadow:0 0 20px var(--glow)}.caption-title{font-size:1.5rem;font-weight:800;color:var(--fg);margin-bottom:.25rem;letter-spacing:-.01em}@media(min-width:640px){.caption-title{font-size:2rem}}@media(min-width:768px){.caption-title{font-size:2.5rem}}.caption-subtitle{font-size:.875rem;color:var(--text-muted);font-weight:600;letter-spacing:.05em}@media(min-width:640px){.caption-subtitle{font-size:1rem}}.team-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.member-card{position:relative;background:linear-gradient(135deg,#13131ae6,#13131a99);border:1px solid var(--border);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .5s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.member-card:nth-child(1){animation-delay:.4s}.member-card:nth-child(2){animation-delay:.5s}.member-card:nth-child(3){animation-delay:.6s}.member-card:nth-child(4){animation-delay:.7s}.member-card:nth-child(5){animation-delay:.8s}.member-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);opacity:0;transition:opacity .5s ease}.member-card:hover{border-color:#8b5cf680;transform:translateY(-8px);box-shadow:0 25px 70px #8b5cf640}.member-card:hover:before{opacity:1}.member-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#3b82f633,#8b5cf633)}.member-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.member-card:hover .member-image{transform:scale(1.08)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(19,19,26,1) 0%,transparent 50%);pointer-events:none}.department-badge{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:100px;background:#13131ae6;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;z-index:10;transition:all .3s ease}.member-card:hover .department-badge{background:#8b5cf633;border-color:var(--secondary)}.badge-icon{width:12px;height:12px;color:var(--secondary)}.badge-text{color:var(--secondary)}.member-content{padding:1.75rem;position:relative;z-index:2}@media(min-width:768px){.member-content{padding:2rem}}.member-name{font-size:1.375rem;font-weight:800;color:var(--fg);margin-bottom:.375rem;letter-spacing:-.01em;transition:color .3s ease}@media(min-width:768px){.member-name{font-size:1.5rem}}.member-card:hover .member-name{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.member-role{font-size:.9375rem;font-weight:600;color:var(--accent);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.role-icon{width:16px;height:16px}.member-description{font-size:.9375rem;line-height:1.65;color:var(--text-muted);margin-bottom:1.25rem}.member-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);margin-bottom:1.25rem}.member-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--primary-light);text-decoration:none;transition:all .3s ease}.member-link:hover{color:var(--secondary);gap:.75rem}.link-arrow{width:16px;height:16px;transition:transform .3s ease}.member-link:hover .link-arrow{transform:translate(4px)}.decorative-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.3),transparent);left:0;right:0}.line-top{top:0}.line-bottom{bottom:0}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f633,#8b5cf633)}.avatar-initials{font-size:4rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.notfound-container{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(to bottom,#0a0a0f,#13131a);display:flex;align-items:center;justify-content:center}.notfound-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(59,130,246,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.1) 1px,transparent 1px);background-size:50px 50px;transition:transform .1s ease-out}.notfound-orb-1{position:absolute;top:0;right:0;width:24rem;height:24rem;background:#3b82f633;border-radius:50%;filter:blur(80px);animation:pulse 3s ease-in-out infinite}.notfound-orb-2{position:absolute;bottom:0;left:0;width:20rem;height:20rem;background:#8b5cf633;border-radius:50%;filter:blur(80px);animation:pulse 3s ease-in-out infinite;animation-delay:1s}.notfound-content{position:relative;z-index:10;max-width:64rem;margin:0 auto;padding:0 1.5rem;text-align:center}.notfound-title{font-size:8rem;font-weight:900;line-height:1;margin-bottom:2rem;-webkit-user-select:none;user-select:none;position:relative;display:inline-block}@media(min-width:640px){.notfound-title{font-size:12rem}}@media(min-width:768px){.notfound-title{font-size:16rem}}.notfound-title-glitch-1{position:absolute;inset:0;color:#3b82f6;opacity:.7;animation:glitch-1 3s infinite}.notfound-title-glitch-2{position:absolute;inset:0;color:#8b5cf6;opacity:.7;animation:glitch-2 3s infinite reverse}.notfound-title-main{position:relative;background:linear-gradient(to right,#3b82f6,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.notfound-message{margin-bottom:2rem}.notfound-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.notfound-badge-text{font-size:.875rem;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:.1em}.notfound-heading{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.notfound-heading{font-size:3rem}}.notfound-description{font-size:1.125rem;color:#9ca3af;max-width:42rem;margin:0 auto;line-height:1.7}@media(min-width:768px){.notfound-description{font-size:1.25rem}}.notfound-path{margin-top:1.5rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:42rem;margin-left:auto;margin-right:auto}.notfound-path-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.notfound-path-code{color:#60a5fa;font-family:Courier New,monospace;font-size:.875rem;word-break:break-all}.notfound-cta-group{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-top:3rem}@media(min-width:640px){.notfound-cta-group{flex-direction:row}}.notfound-btn-primary{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;font-weight:700;border-radius:.5rem;text-decoration:none;overflow:hidden;transition:all .3s ease}.notfound-btn-primary:hover{transform:scale(1.05);box-shadow:0 20px 50px #3b82f680}.notfound-btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#8b5cf6,#06b6d4);opacity:0;transition:opacity .3s ease}.notfound-btn-primary:hover:before{opacity:1}.notfound-btn-primary>*{position:relative;z-index:1}.notfound-btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);color:#fff;font-weight:700;border-radius:.5rem;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.notfound-btn-secondary:hover{background:#ffffff1a;border-color:#3b82f680;transform:scale(1.05)}.notfound-links{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.notfound-links-label{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.notfound-links-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.notfound-link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#9ca3af;text-decoration:none;transition:all .2s ease}.notfound-link:hover{color:#60a5fa;text-decoration:underline;text-underline-offset:4px}.notfound-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.notfound-particle{position:absolute;width:4px;height:4px;background:#60a5fa;border-radius:50%;animation:floatParticle linear infinite}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);animation:slideDown .6s cubic-bezier(.4,0,.2,1) forwards}.navbar-transparent{background:transparent}.navbar-scrolled{background:#0a0a0fd9;-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid var(--border);box-shadow:0 8px 32px #0000004d}.navbar-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:85px;position:relative}.logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none;position:relative;z-index:10;transition:transform .3s ease}.logo-container:hover{transform:translateY(-2px)}.logo-image{height:48px;width:auto;filter:drop-shadow(0 0 12px var(--glow));transition:filter .3s ease}.logo-container:hover .logo-image{filter:drop-shadow(0 0 20px var(--primary))}.logo-text{display:none}@media(min-width:640px){.logo-text{display:flex;flex-direction:column;gap:2px}}.logo-title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-tagline{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.nav-links{display:none;align-items:center;gap:.5rem}@media(min-width:1024px){.nav-links{display:flex}}.nav-item{position:relative;padding:.625rem 1.125rem;font-size:.9375rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:all .3s ease;border-radius:8px}.nav-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-item:hover{color:var(--fg);transform:translateY(-1px)}.nav-item:hover:before{opacity:.1}.nav-item:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .3s ease}.nav-item:hover:after{width:70%}.cta-wrapper{display:none}@media(min-width:1024px){.cta-wrapper{display:block}}.cta-button{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #3b82f64d}.cta-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);opacity:0;transition:opacity .4s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f680}.cta-button:hover:before{opacity:1}.cta-content{position:relative;z-index:1;display:flex;align-items:center;gap:.5rem}.cta-icon{transition:transform .3s ease}.cta-button:hover .cta-icon{transform:translate(4px)}.mobile-toggle{display:flex;align-items:center;justify-content:center;padding:.625rem;background:#3b82f61a;border:1px solid var(--border);border-radius:8px;color:var(--fg);cursor:pointer;transition:all .3s ease;z-index:10}@media(min-width:1024px){.mobile-toggle{display:none}}.mobile-toggle:hover{background:#3b82f633;border-color:var(--primary);transform:scale(1.05)}.mobile-menu-portal{position:fixed;inset:0;z-index:9999;pointer-events:none}.mobile-menu-portal>*{pointer-events:auto}@media(min-width:1024px){.mobile-menu-portal{display:none}}.mobile-menu-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;animation:fadeIn .3s ease;cursor:pointer}.mobile-menu-drawer{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:85vw;background:linear-gradient(180deg,#0d0d1afa,#0a0a14fa);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-left:1px solid var(--border);box-shadow:-10px 0 50px #00000080;z-index:2;overflow-y:auto;animation:slideInFromRight .4s cubic-bezier(.4,0,.2,1)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border);background:#0a0a0f99}.drawer-logo{display:flex;align-items:center;gap:.75rem}.drawer-logo-image{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 0 10px var(--glow))}.drawer-logo-title{font-size:1.125rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.drawer-logo-tagline{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.drawer-close-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;border:1px solid var(--border);border-radius:8px;color:var(--fg);cursor:pointer;transition:all .3s ease}.drawer-close-button:hover{background:#ef444433;border-color:#ef444480;transform:rotate(90deg)}.mobile-menu-content{padding:1.5rem}.mobile-nav-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.mobile-nav-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:var(--fg);text-decoration:none;background:#0d0d1a99;border:1px solid var(--border);border-radius:10px;transition:all .3s ease;opacity:0;transform:translate(30px);animation:slideInFromRightStagger .4s ease forwards;cursor:pointer}.mobile-nav-item:hover{background:#3b82f61a;border-color:var(--primary);transform:translate(0)}.mobile-nav-item svg{color:var(--text-muted);transition:all .3s ease}.mobile-nav-item:hover svg{color:var(--primary);transform:translate(4px)}.mobile-cta{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;transition:all .3s ease;box-shadow:0 8px 24px #3b82f64d;opacity:0;animation:fadeInUp .5s ease .5s forwards;cursor:pointer}.mobile-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #3b82f680}.mobile-cta svg{transition:transform .3s ease}.mobile-cta:hover svg{transform:translate(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRightStagger{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.nav-item-active{color:var(--fg)!important}.nav-item-active:before{opacity:.15!important}.nav-item-active:after{width:70%!important;background:linear-gradient(90deg,var(--primary),var(--accent))}.mobile-nav-item-active{background:#3b82f626!important;border-color:var(--primary)!important;color:var(--fg)!important}.mobile-nav-item-active svg{color:var(--primary)!important}.mobile-menu-drawer::-webkit-scrollbar{width:6px}.mobile-menu-drawer::-webkit-scrollbar-track{background:#ffffff0d}.mobile-menu-drawer::-webkit-scrollbar-thumb{background:#74b9ff4d;border-radius:10px}.mobile-menu-drawer::-webkit-scrollbar-thumb:hover{background:#74b9ff80}@media(max-width:640px){.mobile-menu-drawer{width:280px}.mobile-nav-item,.mobile-cta,.drawer-close-button,.mobile-menu-overlay{-webkit-tap-highlight-color:rgba(116,185,255,.2)}}@media(prefers-reduced-motion:reduce){.navbar,.mobile-menu-overlay,.mobile-menu-drawer,.mobile-nav-item,.mobile-cta{animation:none;transition:none}}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}@keyframes gridPulse{0%,to{opacity:.3}50%{opacity:.5}}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes scaleX{to{transform:scaleX(1)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes fadeIn{to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes glitch-1{0%,to{transform:translate(0)}33%{transform:translate(-4px,-4px)}66%{transform:translate(4px,4px)}}@keyframes glitch-2{0%,to{transform:translate(0)}33%{transform:translate(4px,-4px)}66%{transform:translate(-4px,4px)}}@keyframes floatParticle{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translate(20px);opacity:0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInMobile{to{opacity:1;transform:translate(0)}}.section{overflow:hidden;padding:6rem 0}.bg-muted-5{background-color:#27272a0d}.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.px-6{padding-left:2rem;padding-right:2rem}}.text-center{text-align:center}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-16{margin-bottom:4rem}.section-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0891b2;margin-bottom:.5rem}.section-title{font-size:2.25rem;font-weight:800;line-height:1.2;color:#fff}@media(min-width:1024px){.section-title{font-size:3rem}}.gradient-text{background:linear-gradient(to right,#0891b2,#14b8a6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-muted-foreground{color:#a1a1aa}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.absolute{position:absolute}.timeline-line{display:none}@media(min-width:1024px){.timeline-line{display:block;position:absolute;top:50%;left:0;right:0;height:1px;transform:translateY(-50%);background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent)}}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.md-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.gap-8{gap:2rem}.gap-6{gap:1.5rem}@media(min-width:1024px){.lg-gap-4{gap:1rem}}.step-card{position:relative;text-align:center}.step-icon-container{position:relative;z-index:10;width:4rem;height:4rem;margin:0 auto 1rem;border-radius:.125rem;background-color:#0a0a0a80;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step-icon-container:hover{border-color:#0891b2;background-color:#0891b21a}.step-icon{width:1.5rem;height:1.5rem;color:#a1a1aa;transition:color .3s ease}.step-icon-container:hover .step-icon{color:#0891b2}.step-number{position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;border-radius:9999px;background-color:#0891b2;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;color:#fff}.font-bold{font-weight:700}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.premium-card{background:linear-gradient(135deg,#0a0a0a99,#14141466);border:1px solid rgba(255,255,255,.1);border-radius:.125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.premium-card:hover{border-color:#0891b24d;transform:translateY(-2px);box-shadow:0 10px 30px #0891b21a}.p-8{padding:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}@media(min-width:1024px){.text-5xl{font-size:3rem;line-height:1}}.font-black{font-weight:900}.text-xl{font-size:1.25rem;line-height:1.75rem}@media(min-width:768px){.md-text-2xl{font-size:1.5rem;line-height:2rem}}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.accent-line{width:4rem;height:2px;background:linear-gradient(to right,#0891b2,#14b8a6);margin-left:auto;margin-right:auto}.z-10{z-index:10}.top-half{top:50%}.translate-y-half{transform:translateY(-50%)}.top-minus-2{top:-.5rem}.right-minus-2{right:-.5rem}.hidden{display:none}@media(min-width:1024px){.lg-block{display:block}}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.w-6{width:1.5rem}.h-6{height:1.5rem}.h-px{height:1px}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.car-section{padding:3rem 0;background:var(--bg-dark);overflow:hidden}@media(min-width:640px){.car-section{padding:4rem 0}}@media(min-width:1024px){.car-section{padding:6rem 0}}.car-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.car-container{padding:0 1.5rem}}@media(min-width:1024px){.car-container{padding:0 2rem}}.car-header{text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.car-header{margin-bottom:3.5rem}}@media(min-width:1024px){.car-header{margin-bottom:4rem}}.car-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.5rem}@media(min-width:640px){.car-label{font-size:.8125rem;letter-spacing:.12em;margin-bottom:.625rem}}@media(min-width:1024px){.car-label{font-size:.875rem;letter-spacing:.15em;margin-bottom:.75rem}}.car-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--fg);line-height:1.1;padding:0 1rem}@media(min-width:640px){.car-title{font-size:2.25rem;padding:0}}@media(min-width:768px){.car-title{font-size:2.75rem}}@media(min-width:1024px){.car-title{font-size:3.5rem}}.car-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.car-subtitle{margin-top:1rem;font-size:.9375rem;color:var(--text-muted);max-width:100%;padding:0 .5rem;line-height:1.6}@media(min-width:640px){.car-subtitle{font-size:1rem;margin-top:1.25rem;max-width:36rem;margin-left:auto;margin-right:auto;padding:0}}@media(min-width:1024px){.car-subtitle{font-size:1.125rem;margin-top:1.5rem;max-width:42rem;line-height:1.7}}.car-viewer-wrapper{margin-bottom:2.5rem}@media(min-width:768px){.car-viewer-wrapper{margin-bottom:3.5rem}}@media(min-width:1024px){.car-viewer-wrapper{margin-bottom:4rem}}.car-viewer{width:100%;height:300px;border-radius:8px;overflow:hidden;position:relative;background:#0d0d1a99;border:1px solid var(--border);box-shadow:0 4px 16px #74b9ff1a}@media(min-width:640px){.car-viewer{height:400px;border-radius:10px;box-shadow:0 6px 24px #74b9ff1f}}@media(min-width:1024px){.car-viewer{height:500px;border-radius:12px;box-shadow:0 8px 32px #74b9ff26}}.car-controls-hint{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);pointer-events:none;display:none}@media(min-width:640px){.car-controls-hint{display:block;bottom:1rem}}.car-controls-box{background:#0a0a0fd9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem}@media(min-width:1024px){.car-controls-box{border-radius:8px;padding:.625rem 1.25rem}}.car-controls-text{font-size:.625rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}@media(min-width:640px){.car-controls-text{font-size:.6875rem;letter-spacing:.09em}}@media(min-width:1024px){.car-controls-text{font-size:.75rem;letter-spacing:.1em}}.car-subsystems-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.car-subsystems-grid{gap:2rem}}@media(min-width:1024px){.car-subsystems-grid{grid-template-columns:1fr 2fr}}@media(min-width:1280px){.car-subsystems-grid{grid-template-columns:1fr 2.5fr}}.car-tabs-container{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.car-tabs-container{gap:.625rem}}@media(min-width:1024px){.car-tabs-container{gap:.75rem}}.car-tab{width:100%;text-align:left;padding:1rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#0d0d1a66;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}@media(min-width:640px){.car-tab{padding:1.125rem 1.375rem}}@media(min-width:1024px){.car-tab{padding:1.25rem 1.5rem;border-radius:10px}}.car-tab:hover{border-color:#74b9ff4d}.car-tab.active{background:#74b9ff1a;border-color:#74b9ff80;border-left:3px solid var(--primary);box-shadow:0 4px 20px #74b9ff33}@media(min-width:1024px){.car-tab.active{border-left:4px solid var(--primary)}}.car-tab-text{font-size:.875rem;font-weight:600;color:var(--text-muted);transition:color .3s ease}@media(min-width:640px){.car-tab-text{font-size:.9375rem}}@media(min-width:1024px){.car-tab-text{font-size:1rem}}.car-tab.active .car-tab-text{font-weight:700;color:var(--primary)}.car-tab-icon{color:var(--primary);width:16px;height:16px}@media(min-width:640px){.car-tab-icon{width:18px;height:18px}}@media(min-width:1024px){.car-tab-icon{width:20px;height:20px}}.car-content-card{background:#0d0d1a99;border:1px solid var(--border);border-radius:10px;padding:1.75rem;box-shadow:0 4px 16px #0000004d}@media(min-width:640px){.car-content-card{padding:2rem}}@media(min-width:1024px){.car-content-card{padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #0000004d}}.car-content-title{font-size:1.5rem;font-weight:800;color:var(--fg);margin-bottom:.75rem}@media(min-width:640px){.car-content-title{font-size:1.625rem;margin-bottom:.875rem}}@media(min-width:1024px){.car-content-title{font-size:1.875rem;margin-bottom:1rem}}.car-content-description{font-size:.9375rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}@media(min-width:640px){.car-content-description{font-size:1rem;margin-bottom:1.75rem}}@media(min-width:1024px){.car-content-description{font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}}.car-features-grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:640px){.car-features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){.car-features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.car-feature{display:flex;align-items:flex-start;gap:.625rem}@media(min-width:1024px){.car-feature{gap:.75rem}}.car-feature-bullet{width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));margin-top:.45rem;flex-shrink:0;box-shadow:0 0 8px #74b9ff66}@media(min-width:640px){.car-feature-bullet{width:6px;height:6px;margin-top:.5rem;box-shadow:0 0 10px #74b9ff80}}.car-feature-text{font-size:.875rem;color:#e5e7eb;line-height:1.5}@media(min-width:640px){.car-feature-text{font-size:.9375rem;line-height:1.6}}.sponsors-section{padding:3rem 0;background:var(--bg-dark);overflow:hidden}@media(min-width:640px){.sponsors-section{padding:4rem 0}}@media(min-width:1024px){.sponsors-section{padding:6rem 0}}.sponsors-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.sponsors-container{padding:0 1.5rem}}@media(min-width:1024px){.sponsors-container{padding:0 2rem}}.sponsors-header{text-align:center;margin-bottom:2.5rem}@media(min-width:640px){.sponsors-header{margin-bottom:3.5rem}}@media(min-width:1024px){.sponsors-header{margin-bottom:5rem}}.sponsors-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.75rem}@media(min-width:640px){.sponsors-label{font-size:.8125rem;letter-spacing:.14em}}@media(min-width:1024px){.sponsors-label{letter-spacing:.15em;margin-bottom:1rem}}.sponsors-title{font-size:1.75rem;font-weight:800;letter-spacing:-.025em;color:var(--fg);line-height:1.1;margin-bottom:1rem;padding:0 .5rem}@media(min-width:640px){.sponsors-title{font-size:2.25rem;margin-bottom:1.125rem;padding:0}}@media(min-width:768px){.sponsors-title{font-size:2.75rem}}@media(min-width:1024px){.sponsors-title{font-size:3.25rem;margin-bottom:1.25rem}}.sponsors-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sponsors-subtitle{font-size:.9375rem;color:var(--text-muted);max-width:100%;margin:0 auto;line-height:1.5;padding:0 .5rem}@media(min-width:640px){.sponsors-subtitle{font-size:1rem;max-width:32rem;padding:0}}@media(min-width:1024px){.sponsors-subtitle{font-size:1.0625rem;max-width:38rem;line-height:1.6}}.sponsors-category-section{margin-bottom:3rem}@media(min-width:768px){.sponsors-category-section{margin-bottom:3.75rem}}@media(min-width:1024px){.sponsors-category-section{margin-bottom:4.5rem}}.sponsors-category-header{margin-bottom:1.5rem}@media(min-width:640px){.sponsors-category-header{margin-bottom:2rem}}@media(min-width:1024px){.sponsors-category-header{margin-bottom:2.5rem}}.sponsors-category-title-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}@media(min-width:640px){.sponsors-category-title-wrapper{gap:.625rem;margin-bottom:.875rem}}@media(min-width:1024px){.sponsors-category-title-wrapper{gap:.75rem;margin-bottom:1rem}}.sponsors-category-icon{color:var(--primary);width:20px;height:20px}@media(min-width:640px){.sponsors-category-icon{width:22px;height:22px}}@media(min-width:1024px){.sponsors-category-icon{width:24px;height:24px}}.sponsors-category-title{font-size:1.25rem;font-weight:700;color:var(--fg);letter-spacing:-.015em}@media(min-width:640px){.sponsors-category-title{font-size:1.375rem}}@media(min-width:1024px){.sponsors-category-title{font-size:1.5rem}}.sponsors-category-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(116,185,255,.3) 20%,rgba(116,185,255,.3) 80%,transparent);width:100%}.sponsors-financial-grid{display:grid;grid-template-columns:3fr;gap:.5rem}@media(min-width:640px){.sponsors-financial-grid{gap:1.5rem}}@media(min-width:768px){.sponsors-financial-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.sponsors-card,.sponsors-product-card{background:linear-gradient(135deg,#0d0d1acc,#1129);border:1px solid rgba(116,185,255,.15);border-radius:8px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}@media(min-width:640px){.sponsors-card,.sponsors-product-card{padding:2rem}}@media(min-width:1024px){.sponsors-card,.sponsors-product-card{padding:2.5rem}}.sponsors-card.hovered{transform:translateY(-4px);box-shadow:0 20px 60px #74b9ff26;border-color:#74b9ff66}@media(max-width:767px){.sponsors-card.hovered{transform:translateY(-2px);box-shadow:0 12px 40px #74b9ff1f}}.sponsors-card-header{display:flex;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.sponsors-card-header{gap:1.125rem;margin-bottom:1.75rem}}@media(min-width:1024px){.sponsors-card-header{gap:1.25rem;margin-bottom:2rem}}.sponsors-icon-wrapper{width:3rem;height:3rem;background:#74b9ff1a;border:1px solid rgba(116,185,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:640px){.sponsors-icon-wrapper{width:3.25rem;height:3.25rem}}@media(min-width:1024px){.sponsors-icon-wrapper{width:3.5rem;height:3.5rem}}.sponsors-icon{color:var(--primary);width:20px;height:20px}@media(min-width:640px){.sponsors-icon{width:22px;height:22px}}@media(min-width:1024px){.sponsors-icon{width:24px;height:24px}}.sponsors-name{font-size:1.25rem;font-weight:700;color:var(--fg);margin-bottom:.375rem;letter-spacing:-.015em}@media(min-width:640px){.sponsors-name{font-size:1.375rem;margin-bottom:.5rem}}@media(min-width:1024px){.sponsors-name{font-size:1.5rem}}.sponsors-description{font-size:.875rem;color:var(--text-muted);line-height:1.5}@media(min-width:640px){.sponsors-description{font-size:.9375rem;line-height:1.6}}.sponsors-divider{height:1px;background:#74b9ff1a;margin-bottom:1.5rem}@media(min-width:640px){.sponsors-divider{margin-bottom:1.75rem}}@media(min-width:1024px){.sponsors-divider{margin-bottom:2rem}}.sponsors-benefits-list{list-style:none;padding:0;margin:0;margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}@media(min-width:640px){.sponsors-benefits-list{gap:.875rem;margin-bottom:2rem}}@media(min-width:1024px){.sponsors-benefits-list{gap:1rem;margin-bottom:2.5rem}}.sponsors-benefit-item{display:flex;align-items:flex-start;gap:.75rem}@media(min-width:1024px){.sponsors-benefit-item{gap:.875rem}}.sponsors-check-icon{color:var(--primary);flex-shrink:0;margin-top:.125rem;width:16px;height:16px}@media(min-width:640px){.sponsors-check-icon{width:18px;height:18px}}@media(min-width:1024px){.sponsors-check-icon{width:20px;height:20px}}.sponsors-benefit-text{font-size:.875rem;color:#d1d5db;line-height:1.5}@media(min-width:640px){.sponsors-benefit-text{font-size:.9375rem;line-height:1.6}}.sponsors-cta-button{width:100%;padding:.875rem 1.25rem;background:transparent;border:1px solid rgba(116,185,255,.3);border-radius:6px;color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;cursor:pointer}@media(min-width:640px){.sponsors-cta-button{font-size:.9375rem;padding:1rem 1.5rem}}.sponsors-cta-button:hover{background:#74b9ff1a;border-color:#74b9ff80}.sponsors-cta-button:hover .sponsors-button-icon{transform:translate(4px)}.sponsors-button-text{letter-spacing:.015em}.sponsors-button-icon{transition:transform .3s ease;width:16px;height:16px}@media(min-width:640px){.sponsors-button-icon{width:18px;height:18px}}.sponsors-bottom-cta{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#74b9ff0d,#55d6c20d);border:1px solid rgba(116,185,255,.15);border-radius:8px;margin-top:1.5rem}@media(min-width:640px){.sponsors-bottom-cta{padding:2.5rem 2rem;margin-top:2rem}}@media(min-width:1024px){.sponsors-bottom-cta{padding:3.5rem 2rem}}.sponsors-cta-title{font-size:1.375rem;font-weight:700;color:var(--fg);margin-bottom:.75rem;letter-spacing:-.015em}@media(min-width:640px){.sponsors-cta-title{font-size:1.5rem;margin-bottom:.875rem}}@media(min-width:1024px){.sponsors-cta-title{font-size:1.75rem;margin-bottom:1rem}}.sponsors-cta-text{font-size:.9375rem;color:var(--text-muted);max-width:100%;margin:0 auto 1.5rem;line-height:1.6}@media(min-width:640px){.sponsors-cta-text{font-size:1rem;max-width:36rem;margin-bottom:1.75rem}}@media(min-width:1024px){.sponsors-cta-text{font-size:1.0625rem;max-width:42rem;margin-bottom:2rem;line-height:1.7}}.sponsors-cta-button-large{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.875rem;transition:all .3s ease;box-shadow:0 4px 20px #74b9ff40}@media(min-width:640px){.sponsors-cta-button-large{gap:.625rem;padding:1rem 1.75rem;font-size:.9375rem;box-shadow:0 4px 20px #74b9ff4d}}@media(min-width:1024px){.sponsors-cta-button-large{padding:1rem 2rem}}.sponsors-cta-button-large:hover{transform:translateY(-2px);box-shadow:0 8px 30px #74b9ff80}.sponsors-cta-button-large:hover .sponsors-button-icon{transform:translate(4px)}@media(max-width:767px){.car-tab,.sponsors-cta-button,.sponsors-cta-button-large{-webkit-tap-highlight-color:rgba(116,185,255,.2)}.car-section,.sponsors-section{overflow-x:hidden}@media(max-width:374px){.car-container,.sponsors-container{padding:0 .75rem}.car-content-card,.sponsors-card,.sponsors-product-card{padding:1.5rem}.car-title,.sponsors-title{font-size:1.5rem}}}@media(max-height:500px)and (orientation:landscape){.car-section,.sponsors-section{padding:2rem 0}.car-viewer{height:70vh;max-height:400px}}@media(min-width:768px)and (max-width:1023px)and (orientation:landscape){.car-subsystems-grid{grid-template-columns:1fr 1.5fr}}@media(min-width:1440px){.car-container{max-width:1600px}.sponsors-container{max-width:1400px}.car-viewer{height:600px}}@media(min-width:1920px){.car-section,.sponsors-section{padding:8rem 0}.car-title{font-size:4rem}.sponsors-title{font-size:3.75rem}}@media(prefers-reduced-motion:reduce){.car-tab,.sponsors-card,.sponsors-product-card,.sponsors-cta-button,.sponsors-cta-button-large,.sponsors-button-icon{transition:none}.sponsors-card.hovered,.sponsors-cta-button:hover .sponsors-button-icon,.sponsors-cta-button-large:hover .sponsors-button-icon{transform:none}}@media(prefers-contrast:high){.car-tab,.car-content-card,.sponsors-card,.sponsors-product-card{border-width:2px}.car-tab.active{border-left-width:5px}}@media(prefers-color-scheme:dark){.car-feature-text,.sponsors-benefit-text{color:#e5e7eb}}@media print{.car-controls-hint,.sponsors-cta-button,.sponsors-cta-button-large{display:none}.car-section,.sponsors-section{padding:1rem 0}.car-viewer{height:400px;page-break-inside:avoid}.sponsors-card,.sponsors-product-card{page-break-inside:avoid}}.car-tab:focus-visible,.sponsors-cta-button:focus-visible,.sponsors-cta-button-large:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.car-viewer.loading,.sponsors-card.loading{opacity:.6;pointer-events:none}@media(hover:none){.car-tab:hover{border-color:#ffffff0d}.car-tab.active:hover{border-color:#74b9ff80}.sponsors-cta-button:hover{background:transparent;border-color:#74b9ff4d}}.contact-section{padding:3rem 0;background:var(--bg-dark);overflow:hidden;position:relative}@media(min-width:640px){.contact-section{padding:4rem 0}}@media(min-width:1024px){.contact-section{padding:6rem 0}}.contact-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.contact-container{padding:0 1.5rem}}@media(min-width:1024px){.contact-container{padding:0 2rem}}.contact-header{text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.contact-header{margin-bottom:3.5rem}}@media(min-width:1024px){.contact-header{margin-bottom:4rem}}.contact-label-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.625rem}@media(min-width:1024px){.contact-label-container{margin-bottom:.75rem}}.contact-sparkle-icon{color:var(--primary)}.contact-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin:0}@media(min-width:640px){.contact-label{font-size:.8125rem;letter-spacing:.14em}}@media(min-width:1024px){.contact-label{font-size:.875rem;letter-spacing:.15em}}.contact-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--fg);line-height:1.1;margin-bottom:1rem;padding:0 .5rem}@media(min-width:640px){.contact-title{font-size:2.25rem;padding:0;margin-bottom:1.25rem}}@media(min-width:768px){.contact-title{font-size:2.75rem}}@media(min-width:1024px){.contact-title{font-size:3.5rem;margin-bottom:1.5rem}}.contact-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:.9375rem;color:var(--text-muted);max-width:100%;margin:0 auto;line-height:1.6;padding:0 .5rem}@media(min-width:640px){.contact-subtitle{font-size:1rem;max-width:36rem;padding:0}}@media(min-width:1024px){.contact-subtitle{font-size:1.125rem;max-width:42rem;line-height:1.7}}.contact-content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.contact-content-grid{gap:2.5rem}}@media(min-width:1024px){.contact-content-grid{grid-template-columns:2fr 3fr;gap:3rem}}.contact-info-column{display:flex;flex-direction:column;gap:.875rem}@media(min-width:640px){.contact-info-column{gap:1rem}}.contact-info-card{background:#0d0d1a99;border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}@media(min-width:640px){.contact-info-card{padding:1.5rem;border-radius:12px}}.contact-info-card.highlight{background:linear-gradient(135deg,#74b9ff14,#55d6c214);border:1px solid rgba(116,185,255,.3)}.contact-info-card:hover,.contact-info-card.hovered{transform:translateY(-4px);box-shadow:0 12px 40px #74b9ff33;border-color:#74b9ff80}@media(max-width:639px){.contact-info-card:hover,.contact-info-card.hovered{transform:translateY(-2px);box-shadow:0 8px 24px #74b9ff26}}.contact-info-card-content{display:flex;align-items:flex-start;gap:.875rem;position:relative;z-index:1}@media(min-width:640px){.contact-info-card-content{gap:1rem}}.contact-icon-wrapper{width:2.75rem;height:2.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease;border:1px solid rgba(116,185,255,.2)}@media(min-width:640px){.contact-icon-wrapper{width:3rem;height:3rem;border-radius:10px}}.contact-info-card:hover .contact-icon-wrapper,.contact-info-card.hovered .contact-icon-wrapper{transform:scale(1.1)}.contact-info-text-container{flex:1;min-width:0}.contact-info-title{font-size:.9375rem;font-weight:700;color:var(--fg);margin:0 0 .375rem}@media(min-width:640px){.contact-info-title{font-size:1rem;margin-bottom:.5rem}}.contact-info-content{font-size:.875rem;color:var(--text-muted);margin:0;word-wrap:break-word}@media(min-width:640px){.contact-info-content{font-size:.9375rem}}.contact-info-link{font-size:.875rem;text-decoration:none;transition:all .3s ease;display:block;font-weight:500;word-wrap:break-word}@media(min-width:640px){.contact-info-link{font-size:.9375rem}}.contact-info-link:hover{opacity:.8}.contact-info-link-text{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;margin-top:.375rem}@media(min-width:640px){.contact-info-link-text{font-size:.875rem;margin-top:.5rem}}.contact-chevron{transition:transform .3s ease}.contact-info-link:hover .contact-chevron{transform:translate(4px)}.contact-info-subtitle{font-size:.6875rem;color:#71717a;margin-top:.25rem;margin-bottom:0}@media(min-width:640px){.contact-info-subtitle{font-size:.75rem;margin-top:.375rem}}.contact-highlight-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #74b9ff66}@media(min-width:640px){.contact-highlight-badge{width:2rem;height:2rem}}.contact-form-column{width:100%}.contact-form-container{background:#0d0d1a99;border:1px solid var(--border);border-radius:10px;padding:1.75rem;box-shadow:0 4px 20px #0000004d}@media(min-width:640px){.contact-form-container{padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0000004d}}@media(min-width:1024px){.contact-form-container{padding:2.5rem}}.contact-form-header{margin-bottom:1.5rem}@media(min-width:640px){.contact-form-header{margin-bottom:2rem}}.contact-form-title{font-size:1.5rem;font-weight:800;color:var(--fg);margin:0 0 .375rem}@media(min-width:640px){.contact-form-title{font-size:1.625rem;margin-bottom:.5rem}}@media(min-width:1024px){.contact-form-title{font-size:1.875rem}}.contact-form-description{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0}@media(min-width:640px){.contact-form-description{font-size:.9375rem;line-height:1.6}}.contact-form-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:640px){.contact-form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}}.contact-form-field{margin-bottom:1.25rem}@media(min-width:640px){.contact-form-field{margin-bottom:1.5rem}}.contact-field-label{display:block;font-size:.8125rem;font-weight:600;color:#e5e7eb;margin-bottom:.5rem;letter-spacing:.02em}@media(min-width:640px){.contact-field-label{font-size:.875rem}}.contact-input,.contact-select,.contact-textarea{width:100%;padding:.75rem 1rem;border-radius:8px;background:#0a0a0fcc;border:1px solid rgba(255,255,255,.1);color:var(--fg);font-size:.875rem;transition:all .3s ease;outline:none;font-family:inherit;box-sizing:border-box}@media(min-width:640px){.contact-input,.contact-select,.contact-textarea{padding:.875rem 1.125rem;border-radius:10px;font-size:.9375rem}}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #74b9ff1a}.contact-input::placeholder,.contact-textarea::placeholder{color:#52525b}.contact-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-textarea{resize:vertical;line-height:1.6;min-height:120px}@media(min-width:640px){.contact-textarea{min-height:140px}}.contact-submit-button{position:relative;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px #74b9ff4d}@media(min-width:640px){.contact-submit-button{padding:1rem 2rem;border-radius:10px;font-size:.9375rem}}.contact-submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #74b9ff80}.contact-submit-button:active{transform:translateY(-1px)}.contact-button-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:640px){.contact-button-content{gap:.625rem}}.contact-button-glow{position:absolute;inset:0;background:linear-gradient(135deg,var(--secondary),var(--primary));opacity:0;transition:opacity .4s ease}.contact-submit-button:hover .contact-button-glow{opacity:1}@media(max-width:639px){.contact-info-card,.contact-submit-button{-webkit-tap-highlight-color:rgba(116,185,255,.2)}.contact-section{overflow-x:hidden}@media(max-width:374px){.contact-container{padding:0 .75rem}.contact-form-container{padding:1.5rem}.contact-title{font-size:1.5rem}.contact-info-card{padding:1rem}}}@media(min-width:640px)and (max-width:1023px){.contact-content-grid{grid-template-columns:1fr}.contact-info-column{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1440px){.contact-container{max-width:1600px}.contact-content-grid{grid-template-columns:1.5fr 2.5fr}}@media(min-width:1920px){.contact-section{padding:8rem 0}.contact-title{font-size:4rem}}@media(prefers-reduced-motion:reduce){.contact-info-card,.contact-icon-wrapper,.contact-submit-button,.contact-chevron,.contact-button-glow{transition:none}.contact-info-card:hover,.contact-submit-button:hover{transform:none}.contact-sparkle-icon{animation:none}}@media(prefers-contrast:high){.contact-info-card,.contact-form-container,.contact-input,.contact-select,.contact-textarea{border-width:2px}}@media print{.contact-submit-button,.contact-highlight-badge{display:none}.contact-section{padding:1rem 0;background:#fff}.contact-title,.contact-form-title,.contact-info-title{color:#000!important}.contact-gradient{-webkit-text-fill-color:black!important}}.contact-info-card:focus-visible,.contact-input:focus-visible,.contact-select:focus-visible,.contact-textarea:focus-visible,.contact-submit-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(hover:none){.contact-info-card:hover,.contact-submit-button:hover{transform:none}}.contact-section.loading{opacity:.6;pointer-events:none}.contact-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.contact-sparkle-icon{animation:sparkle 2s ease-in-out infinite}.footer{position:relative;background:linear-gradient(180deg,#0a0a14f2,#05050f);padding:3rem 0 1.5rem;overflow:hidden}@media(min-width:640px){.footer{padding:4rem 0 2rem}}@media(min-width:1024px){.footer{padding:5rem 0 2rem}}.footer-gradient-overlay{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,transparent 0%,rgba(116,185,255,.03) 100%);pointer-events:none}@media(min-width:1024px){.footer-gradient-overlay{height:300px}}.footer-grid-background{position:absolute;inset:0;background-image:linear-gradient(rgba(116,185,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(116,185,255,.03) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;opacity:.3}@media(min-width:640px){.footer-grid-background{background-size:40px 40px}}@media(min-width:1024px){.footer-grid-background{background-size:50px 50px}}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}@media(min-width:640px){.footer-container{padding:0 1.5rem}}@media(min-width:1024px){.footer-container{padding:0 2rem}}.footer-main-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:640px){.footer-main-grid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}}@media(min-width:1024px){.footer-main-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}}.footer-brand-section{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.footer-brand-section{grid-column:span 2}}@media(min-width:1024px){.footer-brand-section{grid-column:span 1;gap:2rem}}.footer-brand-link{display:inline-flex;align-items:center;gap:.875rem;text-decoration:none;width:fit-content;transition:all .3s ease}@media(min-width:640px){.footer-brand-link{gap:1rem}}.footer-brand-link:hover{transform:translate(4px)}.footer-logo-wrapper{position:relative;width:3rem;height:3rem;flex-shrink:0}@media(min-width:640px){.footer-logo-wrapper{width:3.5rem;height:3.5rem}}@media(min-width:1024px){.footer-logo-wrapper{width:4rem;height:4rem}}.footer-logo-image{width:100%;height:100%;object-fit:contain;position:relative;z-index:2}.footer-logo-glow{position:absolute;inset:-10px;background:radial-gradient(circle,rgba(116,185,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;z-index:1}.footer-brand-link:hover .footer-logo-glow{opacity:1}.footer-brand-text-wrapper{display:flex;flex-direction:column;gap:.125rem}@media(min-width:640px){.footer-brand-text-wrapper{gap:.25rem}}.footer-brand-name{font-size:1.375rem;font-weight:800;letter-spacing:.05em;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:640px){.footer-brand-name{font-size:1.5rem}}@media(min-width:1024px){.footer-brand-name{font-size:1.75rem}}.footer-brand-tagline{font-size:.75rem;color:var(--text-muted);font-weight:500;letter-spacing:.1em;text-transform:uppercase}@media(min-width:640px){.footer-brand-tagline{font-size:.8125rem}}@media(min-width:1024px){.footer-brand-tagline{font-size:.875rem}}.footer-brand-description{font-size:.875rem;line-height:1.6;color:#9ca3af;max-width:100%}@media(min-width:640px){.footer-brand-description{font-size:.9375rem;line-height:1.7;max-width:28rem}}@media(min-width:1024px){.footer-brand-description{font-size:1rem}}.footer-social-container{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.footer-social-container{gap:1.25rem}}.footer-social-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}@media(min-width:640px){.footer-social-label{font-size:.8125rem;gap:.625rem}}@media(min-width:1024px){.footer-social-label{font-size:.875rem}}.footer-sparkle-icon{animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.footer-social-links{display:flex;gap:.75rem;flex-wrap:wrap}@media(min-width:640px){.footer-social-links{gap:1rem}}.footer-social-link{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0d0d1a80;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}@media(min-width:640px){.footer-social-link{width:3rem;height:3rem}}@media(min-width:1024px){.footer-social-link{width:3.25rem;height:3.25rem}}.footer-social-link:hover,.footer-social-link.hovered{transform:translateY(-4px) scale(1.05);background:#0d0d1acc}.footer-links-section{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:640px){.footer-links-section{gap:1.5rem}}.footer-section-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--fg);letter-spacing:-.01em;margin-bottom:.5rem}@media(min-width:640px){.footer-section-title{font-size:1.0625rem;gap:.625rem}}@media(min-width:1024px){.footer-section-title{font-size:1.125rem}}.footer-title-icon{color:var(--primary)}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}@media(min-width:640px){.footer-links-list{gap:.75rem}}@media(min-width:1024px){.footer-links-list{gap:.875rem}}.footer-link{display:flex;align-items:center;gap:.625rem;color:#9ca3af;text-decoration:none;font-size:.875rem;transition:all .3s ease;position:relative;width:fit-content}@media(min-width:640px){.footer-link{font-size:.9375rem;gap:.75rem}}.footer-link:hover,.footer-link.hovered{color:var(--primary);transform:translate(4px)}.footer-link-dot{width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0;transition:all .3s ease}@media(min-width:640px){.footer-link-dot{width:5px;height:5px}}.footer-link:hover .footer-link-dot,.footer-link.hovered .footer-link-dot{background:var(--primary);box-shadow:0 0 8px var(--primary)}.footer-link-arrow{opacity:0;transform:translate(-4px);transition:all .3s ease}.footer-link:hover .footer-link-arrow,.footer-link.hovered .footer-link-arrow{opacity:1;transform:translate(0)}.footer-location-badge{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#74b9ff0d;border:1px solid rgba(116,185,255,.15);border-radius:8px;margin-top:1rem}@media(min-width:640px){.footer-location-badge{padding:1.125rem;gap:.875rem;margin-top:1.25rem}}@media(min-width:1024px){.footer-location-badge{padding:1.25rem;gap:1rem;margin-top:1.5rem}}.footer-location-icon{color:var(--primary);flex-shrink:0;margin-top:.125rem}.footer-location-label{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-weight:600}@media(min-width:640px){.footer-location-label{font-size:.75rem}}.footer-location-text{font-size:.9375rem;color:var(--fg);font-weight:600}@media(min-width:640px){.footer-location-text{font-size:1rem}}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem}@media(min-width:640px){.footer-bottom{padding-top:2rem}}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright{font-size:.8125rem;color:#6b7280;margin:0}@media(min-width:640px){.footer-copyright{font-size:.875rem}}.footer-design-credit{font-size:.8125rem;color:#6b7280;margin:0}@media(min-width:640px){.footer-design-credit{font-size:.875rem}}.footer-credit-link{color:var(--primary);text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.footer-credit-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--primary);transition:width .3s ease}.footer-credit-link:hover,.footer-credit-link.hovered{color:var(--secondary)}.footer-credit-link:hover:after,.footer-credit-link.hovered:after{width:100%}@media(max-width:767px){.footer-social-link,.footer-link,.footer-credit-link{-webkit-tap-highlight-color:rgba(116,185,255,.2)}.footer{overflow-x:hidden}@media(max-width:374px){.footer-container{padding:0 .75rem}.footer-main-grid{gap:2rem}.footer-brand-name{font-size:1.25rem}.footer-social-link{width:2.5rem;height:2.5rem}}}@media(min-width:640px)and (max-width:1023px){.footer-brand-section{padding-right:1rem}}@media(min-width:1440px){.footer-container{max-width:1400px}.footer-main-grid{grid-template-columns:2.5fr 1fr 1fr}}@media(min-width:1920px){.footer{padding:6rem 0 2.5rem}.footer-brand-name{font-size:2rem}.footer-brand-description{font-size:1.0625rem}}@media(prefers-reduced-motion:reduce){.footer-brand-link,.footer-social-link,.footer-link,.footer-credit-link,.footer-sparkle-icon{transition:none;animation:none}.footer-brand-link:hover,.footer-social-link:hover,.footer-link:hover{transform:none}.footer-logo-glow{display:none}}@media(prefers-contrast:high){.footer-social-link,.footer-location-badge{border-width:2px}.footer-bottom{border-top-width:2px}}@media(prefers-color-scheme:dark){.footer{background:linear-gradient(180deg,#05050afa,#000)}}@media print{.footer-social-links,.footer-logo-glow,.footer-gradient-overlay,.footer-grid-background{display:none}.footer{padding:1rem 0;background:#fff;color:#000}.footer-brand-name,.footer-link,.footer-credit-link{color:#000!important;-webkit-text-fill-color:black!important}}.footer-brand-link:focus-visible,.footer-social-link:focus-visible,.footer-link:focus-visible,.footer-credit-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}@media(hover:none){.footer-brand-link:hover,.footer-social-link:hover,.footer-link:hover{transform:none}}.footer.loading{opacity:.6;pointer-events:none}[dir=rtl] .footer-brand-link:hover,[dir=rtl] .footer-link:hover,[dir=rtl] .footer-link.hovered{transform:translate(-4px)}[dir=rtl] .footer-link-arrow{transform:scaleX(-1)}.reaction-section{padding:3rem 0;background:var(--bg-dark);overflow:hidden;position:relative}@media(min-width:640px){.reaction-section{padding:4rem 0}}@media(min-width:1024px){.reaction-section{padding:6rem 0}}.reaction-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(116,185,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(116,185,255,.03) 1px,transparent 1px);background-size:40px 40px;opacity:.4;animation:gridPulse 4s ease-in-out infinite}.reaction-gradient-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(116,185,255,.08) 0%,transparent 70%);filter:blur(120px);pointer-events:none}.reaction-container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}@media(min-width:640px){.reaction-container{padding:0 1.5rem}}@media(min-width:1024px){.reaction-container{padding:0 2rem}}.reaction-header{text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.reaction-header{margin-bottom:3.5rem}}@media(min-width:1024px){.reaction-header{margin-bottom:4rem}}.reaction-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#74b9ff1a;border:1px solid var(--border);border-radius:100px;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.reaction-badge-icon{width:16px;height:16px;color:var(--primary);animation:pulse 2s ease-in-out infinite}.reaction-badge-text{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}@media(min-width:640px){.reaction-badge-text{font-size:.8125rem}}.reaction-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--fg);line-height:1.1;margin-bottom:1rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .3s both}@media(min-width:640px){.reaction-title{font-size:2.5rem}}@media(min-width:768px){.reaction-title{font-size:3rem}}@media(min-width:1024px){.reaction-title{font-size:3.5rem}}.reaction-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reaction-subtitle{font-size:.9375rem;color:var(--text-muted);max-width:36rem;margin:0 auto;line-height:1.6;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}@media(min-width:640px){.reaction-subtitle{font-size:1rem}}@media(min-width:1024px){.reaction-subtitle{font-size:1.125rem;line-height:1.7}}.reaction-stats-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .5s both}@media(min-width:640px){.reaction-stats-bar{gap:1.5rem;margin-bottom:3rem}}@media(min-width:1024px){.reaction-stats-bar{max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:3.5rem}}.reaction-stat-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0d0d1a99;border:1px solid var(--border);border-radius:10px;transition:all .3s ease}@media(min-width:640px){.reaction-stat-item{padding:1.25rem;gap:1rem}}.reaction-stat-item:hover{border-color:#74b9ff4d;transform:translateY(-2px)}.reaction-stat-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}@media(min-width:640px){.reaction-stat-icon{width:24px;height:24px}}.reaction-stat-label{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}@media(min-width:640px){.reaction-stat-label{font-size:.75rem}}.reaction-stat-value{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:640px){.reaction-stat-value{font-size:1.5rem}}.reaction-game-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both}@media(min-width:1024px){.reaction-game-wrapper{grid-template-columns:2fr 1fr;gap:3rem}}.reaction-game-area{position:relative;min-height:400px;border-radius:12px;border:2px solid var(--border);background:#0d0d1a99;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}@media(min-width:640px){.reaction-game-area{min-height:450px}}@media(min-width:1024px){.reaction-game-area{min-height:500px}}.reaction-game-area:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#74b9ff0d,#55d6c20d);opacity:0;transition:opacity .4s ease}.reaction-game-area:hover:before{opacity:1}.reaction-game-area.idle{border-color:var(--border)}.reaction-game-area.waiting{border-color:#ef4444;background:#ef44440d;animation:pulseRed 1s ease-in-out infinite}.reaction-game-area.ready{border-color:#10b981;background:#10b9811a;animation:pulseGreen .5s ease-in-out infinite}.reaction-game-area.tooEarly{border-color:#ef4444;background:#ef44441a}.reaction-game-area.clicked{border-color:var(--primary);background:#74b9ff1a}.reaction-content{text-align:center;padding:2rem;position:relative;z-index:2;width:100%}@media(min-width:640px){.reaction-content{padding:3rem}}.reaction-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#74b9ff33,#55d6c233);border:2px solid rgba(116,185,255,.3);animation:float 3s ease-in-out infinite}@media(min-width:640px){.reaction-icon-wrapper{width:100px;height:100px;margin-bottom:2rem}}.reaction-icon-wrapper.error{background:linear-gradient(135deg,#ef444433,#dc262633);border-color:#ef444480}.reaction-icon-wrapper.success{background:linear-gradient(135deg,#10b98133,#05966933);border-color:#10b98180}.reaction-icon{width:40px;height:40px;color:var(--primary)}@media(min-width:640px){.reaction-icon{width:48px;height:48px}}.reaction-icon-wrapper.error .reaction-icon{color:#ef4444}.reaction-icon-wrapper.success .reaction-icon{color:#10b981}.reaction-lights{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.reaction-lights{gap:1.5rem;margin-bottom:2.5rem}}.reaction-light{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.2);transition:all .3s ease}@media(min-width:640px){.reaction-light{width:50px;height:50px}}@media(min-width:1024px){.reaction-light{width:60px;height:60px}}.reaction-light.red{background:#ef444433;border-color:#ef44444d}.reaction-light.red.active{background:#ef4444;border-color:#dc2626;box-shadow:0 0 30px #ef4444cc,0 0 60px #ef444466;animation:glowRed .5s ease-in-out infinite alternate}.reaction-light.green{background:#10b98133;border-color:#10b9814d}.reaction-light.green.active{background:#10b981;border-color:#059669;box-shadow:0 0 30px #10b981cc,0 0 60px #10b98166;animation:glowGreen .5s ease-in-out infinite alternate}.reaction-game-title{font-size:1.5rem;font-weight:800;color:var(--fg);margin-bottom:.75rem}@media(min-width:640px){.reaction-game-title{font-size:2rem;margin-bottom:1rem}}@media(min-width:1024px){.reaction-game-title{font-size:2.5rem}}.reaction-game-title.red-text{color:#ef4444}.reaction-game-title.green-text{color:#10b981}.reaction-game-text{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.5rem}@media(min-width:640px){.reaction-game-text{font-size:1rem;margin-bottom:2rem}}.reaction-time-display{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}@media(min-width:640px){.reaction-time-display{font-size:4rem}}@media(min-width:1024px){.reaction-time-display{font-size:5rem}}.reaction-rating{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}@media(min-width:640px){.reaction-rating{font-size:1.25rem;margin-bottom:2rem}}.reaction-start-button,.reaction-retry-button{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));border:none;border-radius:10px;color:#fff;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #74b9ff4d}@media(min-width:640px){.reaction-start-button,.reaction-retry-button{padding:1rem 2.5rem;font-size:1rem}}.reaction-start-button:hover,.reaction-retry-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #74b9ff80}.reaction-start-button:active,.reaction-retry-button:active{transform:translateY(-1px)}.reaction-instructions{background:#0d0d1a99;border:1px solid var(--border);border-radius:12px;padding:1.75rem}@media(min-width:640px){.reaction-instructions{padding:2rem}}@media(min-width:1024px){.reaction-instructions{padding:2.5rem}}.reaction-instructions-title{font-size:1.125rem;font-weight:700;color:var(--fg);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}@media(min-width:640px){.reaction-instructions-title{font-size:1.25rem;margin-bottom:1.5rem}}.reaction-instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.reaction-instructions-list{gap:1rem}}.reaction-instructions-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text-muted);line-height:1.6}@media(min-width:640px){.reaction-instructions-list li{font-size:.9375rem}}.reaction-instructions-list li:before{content:"→";color:var(--primary);font-weight:700;flex-shrink:0;margin-top:.125rem}.reaction-reset-button{margin-top:1.5rem;width:100%;padding:.75rem 1rem;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:640px){.reaction-reset-button{margin-top:2rem;padding:.875rem 1.25rem;font-size:.9375rem}}.reaction-reset-button:hover{border-color:var(--primary);color:var(--primary);background:#74b9ff0d}@keyframes pulseRed{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 15px #ef444400}}@keyframes pulseGreen{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 20px #10b98100}}@keyframes glowRed{0%{box-shadow:0 0 20px #ef444499,0 0 40px #ef44444d}to{box-shadow:0 0 30px #ef4444cc,0 0 60px #ef444466}}@keyframes glowGreen{0%{box-shadow:0 0 20px #10b98199,0 0 40px #10b9814d}to{box-shadow:0 0 30px #10b981cc,0 0 60px #10b98166}}.reaction-game-area:focus-visible{outline:2px solid var(--primary);outline-offset:4px}@media(prefers-reduced-motion:reduce){.reaction-game-area,.reaction-icon-wrapper,.reaction-light,.reaction-start-button,.reaction-retry-button{animation:none;transition:none}}@media(max-width:639px){.reaction-game-area{-webkit-tap-highlight-color:rgba(116,185,255,.2)}@media(max-width:374px){.reaction-container{padding:0 .75rem}.reaction-lights{gap:.5rem}.reaction-light{width:30px;height:30px}}}@keyframes spin{to{transform:rotate(360deg)}}.our-sponsors-section{padding:4rem 0;background:var(--bg-dark);overflow:hidden;position:relative}@media(min-width:640px){.our-sponsors-section{padding:5rem 0}}@media(min-width:1024px){.our-sponsors-section{padding:7rem 0}}.our-sponsors-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(116,185,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(116,185,255,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.4;animation:gridPulse 4s ease-in-out infinite}.our-sponsors-gradient-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(116,185,255,.08) 0%,transparent 70%);filter:blur(140px);pointer-events:none}.our-sponsors-container{max-width:1400px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}@media(min-width:640px){.our-sponsors-container{padding:0 1.5rem}}@media(min-width:1024px){.our-sponsors-container{padding:0 2rem}}.our-sponsors-header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.our-sponsors-header{margin-bottom:4rem}}@media(min-width:1024px){.our-sponsors-header{margin-bottom:5rem}}.our-sponsors-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#74b9ff1a;border:1px solid var(--border);border-radius:100px;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.our-sponsors-badge-icon{width:16px;height:16px;color:var(--primary);animation:pulse 2s ease-in-out infinite}.our-sponsors-badge-text{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary)}@media(min-width:640px){.our-sponsors-badge-text{font-size:.8125rem}}.our-sponsors-title{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--fg);line-height:1.1;margin-bottom:1rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .3s both}@media(min-width:640px){.our-sponsors-title{font-size:2.75rem}}@media(min-width:768px){.our-sponsors-title{font-size:3.25rem}}@media(min-width:1024px){.our-sponsors-title{font-size:4rem}}.our-sponsors-gradient{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.our-sponsors-subtitle{font-size:.9375rem;color:var(--text-muted);max-width:42rem;margin:0 auto;line-height:1.6;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}@media(min-width:640px){.our-sponsors-subtitle{font-size:1rem}}@media(min-width:1024px){.our-sponsors-subtitle{font-size:1.125rem;line-height:1.7}}.our-sponsors-featured-section{margin-bottom:4rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .5s both}@media(min-width:768px){.our-sponsors-featured-section{margin-bottom:5rem}}@media(min-width:1024px){.our-sponsors-featured-section{margin-bottom:6rem}}.our-sponsors-featured-label{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:640px){.our-sponsors-featured-label{gap:2rem;margin-bottom:3rem}}.our-sponsors-featured-line{height:1px;width:60px;background:linear-gradient(90deg,transparent,var(--primary),transparent)}@media(min-width:640px){.our-sponsors-featured-line{width:100px}}@media(min-width:1024px){.our-sponsors-featured-line{width:150px}}.our-sponsors-featured-text{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);white-space:nowrap}@media(min-width:640px){.our-sponsors-featured-text{font-size:.9375rem}}@media(min-width:1024px){.our-sponsors-featured-text{font-size:1rem}}.our-sponsors-featured-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.our-sponsors-featured-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media(min-width:1024px){.our-sponsors-featured-grid{gap:3rem}}.our-sponsors-featured-card{position:relative;background:linear-gradient(135deg,#0d0d1ae6,#111122b3);border:2px solid rgba(116,185,255,.3);border-radius:16px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}@media(min-width:640px){.our-sponsors-featured-card{padding:3rem}}@media(min-width:1024px){.our-sponsors-featured-card{padding:3.5rem}}.our-sponsors-featured-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,var(--primary),var(--secondary),var(--accent));border-radius:16px;opacity:0;z-index:-1;transition:opacity .5s ease}.our-sponsors-featured-card:hover,.our-sponsors-featured-card.hovered{transform:translateY(-8px);border-color:transparent;box-shadow:0 30px 80px #74b9ff4d}.our-sponsors-featured-card:hover:before,.our-sponsors-featured-card.hovered:before{opacity:1}.our-sponsors-featured-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(116,185,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .5s ease;filter:blur(40px)}.our-sponsors-featured-card:hover .our-sponsors-featured-glow,.our-sponsors-featured-card.hovered .our-sponsors-featured-glow{opacity:1}.our-sponsors-featured-content{position:relative;z-index:2}.our-sponsors-featured-badge-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#ffd70026,#ffa50026);border:1px solid rgba(255,215,0,.3);border-radius:100px;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:640px){.our-sponsors-featured-badge-tag{margin-bottom:2rem}}.our-sponsors-featured-star{width:14px;height:14px;color:gold}@media(min-width:640px){.our-sponsors-featured-star{width:16px;height:16px}}.our-sponsors-featured-badge-tag span{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:gold}@media(min-width:640px){.our-sponsors-featured-badge-tag span{font-size:.75rem}}.our-sponsors-featured-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:180px;padding:2rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .4s ease}@media(min-width:640px){.our-sponsors-featured-image-wrapper{min-height:200px;padding:2.5rem}}@media(min-width:1024px){.our-sponsors-featured-image-wrapper{min-height:220px;padding:3rem}}.our-sponsors-featured-card:hover .our-sponsors-featured-image-wrapper,.our-sponsors-featured-card.hovered .our-sponsors-featured-image-wrapper{background:#ffffff0d;border-color:#74b9ff33;transform:scale(1.02)}.our-sponsors-featured-image{max-width:100%;max-height:140px;width:auto;height:auto;object-fit:contain;filter:brightness(.95) saturate(1.1);transition:all .4s ease}@media(min-width:640px){.our-sponsors-featured-image{max-height:160px}}@media(min-width:1024px){.our-sponsors-featured-image{max-height:180px}}.our-sponsors-featured-card:hover .our-sponsors-featured-image,.our-sponsors-featured-card.hovered .our-sponsors-featured-image{filter:brightness(1.05) saturate(1.2);transform:scale(1.05)}.our-sponsors-featured-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%) translateY(-100%) rotate(45deg);transition:transform .6s ease}.our-sponsors-featured-card:hover .our-sponsors-featured-shine,.our-sponsors-featured-card.hovered .our-sponsors-featured-shine{transform:translate(100%) translateY(100%) rotate(45deg)}.our-sponsors-regular-section{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both}.our-sponsors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1200px;margin:0 auto}@media(min-width:640px){.our-sponsors-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.our-sponsors-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:1280px){.our-sponsors-grid{grid-template-columns:repeat(5,1fr)}}.our-sponsors-card{position:relative;background:linear-gradient(135deg,#0d0d1acc,#1129);border:1px solid rgba(116,185,255,.15);border-radius:12px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden}@media(min-width:640px){.our-sponsors-card{padding:2rem}}.our-sponsors-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#74b9ff1a,#55d6c21a);opacity:0;transition:opacity .4s ease}.our-sponsors-card:hover,.our-sponsors-card.hovered{transform:translateY(-6px);border-color:#74b9ff66;box-shadow:0 15px 50px #74b9ff33}.our-sponsors-card:hover:before,.our-sponsors-card.hovered:before{opacity:1}.our-sponsors-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(116,185,255,.15) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;filter:blur(30px)}.our-sponsors-card:hover .our-sponsors-card-glow,.our-sponsors-card.hovered .our-sponsors-card-glow{opacity:1}.our-sponsors-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:190px;z-index:2}@media(min-width:640px){.our-sponsors-image-wrapper{min-height:120px}}.our-sponsors-image{max-width:100%;max-height:190px;width:auto;height:auto;object-fit:contain;filter:brightness(.9) saturate(1);transition:all .4s ease}@media(min-width:640px){.our-sponsors-image{max-height:100px}}.our-sponsors-card:hover .our-sponsors-image,.our-sponsors-card.hovered .our-sponsors-image{filter:brightness(1.1) saturate(1.2);transform:scale(1.08)}.our-sponsors-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(116,185,255,.05) 0%,transparent 50%,rgba(85,214,194,.05) 100%);opacity:0;transition:opacity .4s ease}.our-sponsors-card:hover .our-sponsors-card-overlay,.our-sponsors-card.hovered .our-sponsors-card-overlay{opacity:1}.our-sponsors-cta{margin-top:4rem;padding:3rem 1.5rem;background:linear-gradient(135deg,#74b9ff14,#55d6c214);border:1px solid rgba(116,185,255,.2);border-radius:16px;text-align:center;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .7s both}@media(min-width:640px){.our-sponsors-cta{margin-top:5rem;padding:4rem 2rem}}@media(min-width:1024px){.our-sponsors-cta{margin-top:6rem;padding:5rem 3rem}}.our-sponsors-cta-content{max-width:600px;margin:0 auto}.our-sponsors-cta-title{font-size:1.5rem;font-weight:800;color:var(--fg);margin-bottom:.75rem;letter-spacing:-.02em}@media(min-width:640px){.our-sponsors-cta-title{font-size:1.875rem;margin-bottom:1rem}}@media(min-width:1024px){.our-sponsors-cta-title{font-size:2.25rem}}.our-sponsors-cta-text{font-size:.9375rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}@media(min-width:640px){.our-sponsors-cta-text{font-size:1rem;margin-bottom:2.5rem}}@media(min-width:1024px){.our-sponsors-cta-text{font-size:1.0625rem;line-height:1.7}}.our-sponsors-cta-button{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px #74b9ff4d;position:relative;overflow:hidden}@media(min-width:640px){.our-sponsors-cta-button{padding:1.125rem 2.5rem;font-size:1rem}}.our-sponsors-cta-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--secondary),var(--accent));opacity:0;transition:opacity .4s ease}.our-sponsors-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #74b9ff80}.our-sponsors-cta-button:hover:before{opacity:1}.our-sponsors-cta-button span{position:relative;z-index:1}.our-sponsors-cta-icon{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease}.our-sponsors-cta-button:hover .our-sponsors-cta-icon{transform:translate(4px)}@media(max-width:639px){.our-sponsors-featured-card,.our-sponsors-card,.our-sponsors-cta-button{-webkit-tap-highlight-color:rgba(116,185,255,.2)}.our-sponsors-section{overflow-x:hidden}@media(max-width:374px){.our-sponsors-container{padding:0 .75rem}.our-sponsors-grid{gap:1rem}.our-sponsors-card{padding:1.5rem}.our-sponsors-title{font-size:1.75rem}}}@media(prefers-reduced-motion:reduce){.our-sponsors-featured-card,.our-sponsors-card,.our-sponsors-cta-button,.our-sponsors-featured-image,.our-sponsors-image,.our-sponsors-featured-shine{transition:none;animation:none}.our-sponsors-featured-card:hover,.our-sponsors-card:hover,.our-sponsors-cta-button:hover{transform:none}}@media(prefers-contrast:high){.our-sponsors-featured-card,.our-sponsors-card{border-width:2px}}@media print{.our-sponsors-cta,.our-sponsors-bg-grid,.our-sponsors-gradient-overlay{display:none}.our-sponsors-section{padding:1rem 0;background:#fff}.our-sponsors-title{color:#000!important}}.our-sponsors-featured-card:focus-visible,.our-sponsors-card:focus-visible,.our-sponsors-cta-button:focus-visible{outline:2px solid var(--primary);outline-offset:4px}@media(hover:none){.our-sponsors-featured-card:hover,.our-sponsors-card:hover{transform:none}}
