:root {  --bg-black: #141416;  --bg-near-black: #111113;  --bg-dark-card: #23262f;  --bg-darker-card: #1c1d22;   --neon-orange: #F47521;  --neon-orange-glow: rgba(244, 117, 33, 0.4); --neon-orange-dim: #c5611b;  --border-muted: #353945;   --text-white: #FFFFFF; --text-gray-light: #f3f3f5;  --text-gray-mid: #777e90;  --text-gray-dark: #353945;   --font-heading: 'Inter', system-ui, -apple-system, sans-serif; --font-body: 'Inter', system-ui, -apple-system, sans-serif;  --spacing-xs: 0.5rem; --spacing-sm: 1rem; --spacing-md: 1.5rem; --spacing-lg: 2rem; --spacing-xl: 3rem; --spacing-2xl: 4rem;  --breakpoint-sm: 640px; --breakpoint-md: 768px; --breakpoint-lg: 1024px; --breakpoint-xl: 1280px;}*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0;}html { scroll-behavior: smooth; font-size: 16px;}body { font-family: var(--font-body); font-size: clamp(1rem, 2vw, 1.125rem); line-height: 1.7; font-weight: 400; color: var(--text-gray-light); background-color: var(--bg-black); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); line-height: 1.2; font-weight: 800; color: var(--text-white);}h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 900; letter-spacing: -0.03em; line-height: 0.95; text-transform: uppercase;}h2 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -0.02em; text-transform: uppercase; font-weight: 800;}h3 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.3;}.text-gradient { background: linear-gradient(135deg, var(--neon-orange) 0%, var(--neon-orange-dim) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}.text-neon { color: var(--neon-orange); text-shadow: 0 0 15px var(--neon-orange-glow);}.text-lead { font-size: clamp(1.125rem, 2.5vw, 1.25rem); font-weight: 400; line-height: 1.6; color: var(--text-gray-mid);}.container { max-width: 1400px; margin: 0 auto; padding: 0 clamp(1rem, 5vw, 3rem);}section { padding: clamp(4rem, 8vh, 7rem) 0; position: relative;}.btn { position: relative; padding: 1rem 2.5rem; font-family: var(--font-heading); font-weight: 800; font-size: 1rem; text-transform: uppercase; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-block; text-decoration: none; letter-spacing: 0.05em; text-align: center;}.btn-neon { color: var(--bg-black); background: linear-gradient(135deg, var(--neon-orange), var(--neon-orange-dim));}.btn-neon::before { content: ''; position: absolute; inset: -6px; border: 2px solid var(--neon-orange); border-radius: 12px; transition: inset 0.3s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none;}.btn-neon:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 25px var(--neon-orange-glow);}.btn-neon:hover::before { inset: 0;}.btn-outline { color: var(--neon-orange); background: transparent; border: 2px solid var(--neon-orange);}.btn-outline:hover { background: var(--neon-orange); color: var(--bg-black); box-shadow: 0 0 20px var(--neon-orange-glow);}.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(24, 24, 27, 0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(244, 117, 33, 0.1); transition: all 0.3s ease;}.navbar.scrolled { background: rgba(15, 15, 17, 0.95); box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);}.navbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 1.25rem; padding-bottom: 1.25rem;}.logo { display: flex; align-items: center; text-decoration: none;}.logo img { height: 70px; width: auto; display: block;}.nav-links,.nav-links.brxe-div { display: flex; align-items: center; gap: 2.5rem; list-style: none;}.nav-item { position: relative;}.nav-link { color: var(--text-gray-light); text-decoration: none; font-weight: 600; font-size: 0.95rem; position: relative; padding: 0.5rem 0; transition: color 0.3s ease;}.nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--neon-orange); transition: all 0.3s ease; transform: translateX(-50%);}.nav-link:hover { color: var(--neon-orange);}.nav-link:hover::after { width: 100%;}.nav-signin { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, 0.25); color: var(--text-gray-light); transition: all 0.3s ease; text-decoration: none;}.nav-signin:hover { border-color: var(--neon-orange); color: var(--neon-orange); box-shadow: 0 0 12px rgba(244, 117, 33, 0.2);}.menu-toggle { display: none; background: none; border: none; color: var(--text-white); cursor: pointer;}.has-mega-menu { position: static;}.mega-menu { position: absolute; top: 100%; left: 0; right: 0; background: rgba(24, 24, 27, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 2px solid var(--neon-orange); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; z-index: 999;}.has-mega-menu:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0);}.mega-menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding: 2.5rem 0;}.mega-col h4 { font-size: 1rem; text-transform: uppercase; color: var(--neon-orange); margin-bottom: 1rem; border-bottom: 1px solid var(--border-muted); padding-bottom: 0.5rem;}.mega-col p { font-size: 0.85rem; color: var(--text-gray-mid); line-height: 1.5; margin-bottom: 1rem;}.mega-col a { color: var(--text-white); text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: color 0.2s ease;}.mega-col a:hover { color: var(--neon-orange);}.mobile-menu { position: fixed; top: 0; right: -100%; width: 80%; max-width: 400px; height: 100vh; background: rgba(15, 15, 17, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-left: 2px solid var(--neon-orange); z-index: 1001; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); padding: 6rem 2rem 2rem; overflow-y: auto;}.mobile-menu.active { right: 0;}.mobile-menu .nav-links { flex-direction: column; align-items: flex-start; gap: 1.5rem;}.mobile-menu .nav-link { font-size: 1.25rem;}.menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); z-index: 999; opacity: 0; visibility: hidden; transition: all 0.4s ease;}.menu-overlay.active { opacity: 1; visibility: visible;}.back-to-top { position: fixed; bottom: 2rem; right: 2rem; width: 48px; height: 48px; background: var(--bg-dark-card); border: 1px solid var(--border-muted); border-radius: 50%; color: var(--text-white); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 998;}.back-to-top.show { opacity: 1; visibility: visible;}.back-to-top:hover { border-color: var(--neon-orange); color: var(--neon-orange); box-shadow: 0 0 10px rgba(244, 117, 33, 0.2);}.back-to-top svg { width: 20px; height: 20px; fill: currentColor; transform: rotate(-90deg);}footer { background-color: var(--bg-near-black); border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 4rem 0 2rem;}.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; margin-bottom: 3rem;}.footer-col h4 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.5rem; color: var(--text-white);}.footer-col p { font-size: 0.9rem; color: var(--text-gray-mid); line-height: 1.6; margin-bottom: 1.5rem;}.footer-links { list-style: none;}.footer-links li { margin-bottom: 0.75rem;}.footer-links a { color: var(--text-gray-mid); text-decoration: none; font-size: 0.9rem; transition: color 0.2s ease;}.footer-links a:hover { color: var(--neon-orange);}.footer-social { display: flex; gap: 0.75rem; margin-top: 1.25rem;}.social-icon { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); display: flex; align-items: center; justify-content: center; color: var(--text-gray-mid); transition: all 0.3s ease;}.social-icon svg { width: 18px; height: 18px;}.social-icon:hover { border-color: var(--neon-orange); color: var(--neon-orange); background: rgba(244, 117, 33, 0.1); box-shadow: 0 0 12px rgba(244, 117, 33, 0.2);}.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;}.footer-bottom p { font-size: 0.8rem; color: var(--text-gray-dark);}.footer-legal-links { display: flex; gap: 1.5rem;}.footer-legal-links a { font-size: 0.8rem; color: var(--text-gray-dark); text-decoration: none; transition: color 0.2s ease;}.footer-legal-links a:hover { color: var(--neon-orange);}@media (max-width: 1024px) { .footer-grid { grid-template-columns: repeat(2, 1fr); }}@media (max-width: 768px) { .nav-links { display: none; } .menu-toggle { display: block; } .footer-grid { grid-template-columns: repeat(2, 1fr); }}@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; }}