/* ============================================
   VELOCITY | Pedal Game & PhotoBooth
   Brand Colors: Electric Cyan #00E5FF, Neon Lime #C6FF00, Deep Black #0A0A0A, Pure White #FFFFFF
   Typography: Orbitron (Display), Montserrat (Supporting), Inter (Body)
   ============================================ */

/* Font Faces */
@font-face { font-family: 'Orbitron'; src: url('assets/fonts/Orbitron-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Orbitron'; src: url('assets/fonts/Orbitron-ExtraBold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Orbitron'; src: url('assets/fonts/Orbitron-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('assets/fonts/Rajdhani-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('assets/fonts/Rajdhani-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('assets/fonts/Rajdhani-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('assets/fonts/Montserrat-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('assets/fonts/Inter-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('assets/fonts/Inter-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('assets/fonts/Inter-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }

/* CSS Variables */
:root {
    --cyan: #00E5FF;
    --lime: #C6FF00;
    --black: #0A0A0A;
    --white: #FFFFFF;
    --gray-100: #F0F0F0;
    --gray-200: #E0E0E0;
    --gray-600: #888888;
    --gray-800: #1A1A1A;
    --gray-900: #111111;
    --font-display: 'Orbitron', 'Rajdhani', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --radius: 12px;
    --radius-lg: 20px;
}

/* Reset */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--font-body); background: var(--black); color: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

/* Container */
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* ============================================
   ANIMATED BACKGROUND ELEMENTS
   ============================================ */
.bg-speed-lines { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; }
.speed-line { position: absolute; height: 3px; color: var(--cyan); opacity: 0; }
.sl-1 { top: 8%; left: -300px; width: 300px; animation: speedLineMove 6s linear infinite; }
.sl-2 { top: 18%; left: -200px; width: 200px; animation: speedLineMove 5s linear infinite 0.8s; color: var(--lime); }
.sl-3 { top: 28%; left: -350px; width: 350px; animation: speedLineMove 7s linear infinite 1.5s; }
.sl-4 { top: 40%; left: -250px; width: 250px; animation: speedLineMove 5.5s linear infinite 2.2s; color: var(--lime); }
.sl-5 { top: 52%; left: -280px; width: 280px; animation: speedLineMove 6.5s linear infinite 0.3s; }
.sl-6 { top: 62%; left: -220px; width: 220px; animation: speedLineMove 4.5s linear infinite 1.8s; color: var(--lime); }
.sl-7 { top: 72%; left: -400px; width: 400px; animation: speedLineMove 8s linear infinite 3s; }
.sl-8 { top: 82%; left: -180px; width: 180px; animation: speedLineMove 5s linear infinite 0.5s; color: var(--lime); }
.sl-9 { top: 90%; left: -320px; width: 320px; animation: speedLineMove 7s linear infinite 2s; }
.sl-10 { top: 95%; left: -150px; width: 150px; animation: speedLineMove 4s linear infinite 1s; color: var(--lime); }

@keyframes speedLineMove {
    0% { transform: translateX(-100px); opacity: 0; }
    5% { opacity: 0.18; }
    50% { opacity: 0.22; }
    95% { opacity: 0.18; }
    100% { transform: translateX(calc(100vw + 200px)); opacity: 0; }
}

/* Floating Elements */
.floating-elements { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.float-el { position: absolute; opacity: 0.06; }
.float-el svg { width: 100%; height: 100%; }

/* Bike Wheels */
.wheel { color: var(--cyan); }
.w1 { width: 140px; top: 8%; right: 4%; animation: floatSpin 18s linear infinite; }
.w2 { width: 100px; bottom: 15%; left: 2%; animation: floatSpin 22s linear infinite reverse; }
.w3 { width: 70px; top: 55%; right: 12%; animation: floatSpin 15s linear infinite 3s; opacity: 0.04; }

/* Cameras */
.camera { color: var(--cyan); }
.c1 { width: 90px; top: 20%; left: 8%; animation: floatBob 7s ease-in-out infinite; }
.c2 { width: 65px; bottom: 35%; right: 6%; animation: floatBob 9s ease-in-out infinite 3s; opacity: 0.04; }

/* Gamepads */
.gamepad { color: var(--lime); }
.g1 { width: 100px; top: 35%; left: 4%; animation: floatDrift 10s ease-in-out infinite; }
.g2 { width: 70px; bottom: 10%; right: 20%; animation: floatDrift 12s ease-in-out infinite 4s; opacity: 0.04; }

/* Trophy */
.trophy { color: var(--lime); }
.t1 { width: 80px; bottom: 25%; right: 10%; animation: floatBob 8s ease-in-out infinite 1s; }

/* Full Bicycle */
.bike { color: var(--cyan); }
.b1 { width: 160px; top: 65%; left: 6%; animation: floatDrift 14s ease-in-out infinite 2s; opacity: 0.05; }
.b2 { width: 110px; top: 12%; left: 60%; animation: floatDrift 16s ease-in-out infinite 5s; opacity: 0.03; }

/* Photo Frame */
.frame { color: var(--lime); }
.f1 { width: 75px; top: 45%; right: 3%; animation: floatBob 9s ease-in-out infinite 2s; }

/* Speedometer */
.speedo { color: var(--cyan); }
.sp1 { width: 85px; bottom: 45%; left: 15%; animation: floatBob 7s ease-in-out infinite 1.5s; }

/* Chain */
.chain { color: var(--lime); }
.ch1 { width: 120px; top: 80%; right: 25%; animation: floatDrift 11s ease-in-out infinite 3s; opacity: 0.04; }

/* Pedal */
.pedal { color: var(--cyan); }
.p1 { width: 60px; top: 25%; right: 30%; animation: floatSpin 25s linear infinite; opacity: 0.04; }

@keyframes floatSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes floatBob { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-25px) rotate(3deg); } }
@keyframes floatDrift { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 25% { transform: translate(15px, -10px) rotate(2deg); } 50% { transform: translate(0, -20px) rotate(-1deg); } 75% { transform: translate(-15px, -10px) rotate(1deg); } }

/* ============================================
   NAVIGATION
   ============================================ */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: var(--transition); }
.navbar.scrolled { background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(20px); padding: 12px 0; border-bottom: 1px solid rgba(0, 229, 255, 0.1); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; flex-direction: column; gap: 2px; }
.brand-velocity { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: 4px; color: var(--white); font-style: italic; }
.brand-sub { font-family: var(--font-heading); font-weight: 500; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan); }
.nav-menu { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-menu a { font-family: var(--font-heading); font-weight: 500; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gray-200); transition: var(--transition); position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--cyan); transition: var(--transition); }
.nav-menu a:hover { color: var(--cyan); }
.nav-menu a:hover::after { width: 100%; }
.nav-cta { background: var(--cyan) !important; color: var(--black) !important; padding: 10px 24px !important; border-radius: 50px; font-weight: 700 !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--lime) !important; transform: scale(1.05); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 30px; }
.nav-toggle span { width: 100%; height: 2px; background: var(--white); transition: var(--transition); }

/* ============================================
   HERO SECTION
   ============================================ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.5) 40%, rgba(0,229,255,0.05) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 0 40px; }
.hero-tag { font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: 6px; color: var(--lime); margin-bottom: 24px; font-style: italic; }
.hero-title { margin-bottom: 28px; }
.title-velocity { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(3.5rem, 10vw, 7rem); letter-spacing: 8px; color: var(--white); line-height: 1.1; font-style: italic; text-shadow: 0 0 60px rgba(0, 229, 255, 0.3); }
.title-divider { display: block; width: 60px; height: 4px; background: linear-gradient(90deg, var(--cyan), var(--lime)); margin: 16px auto; border-radius: 2px; }
.title-sub { display: block; font-family: var(--font-heading); font-weight: 500; font-size: clamp(1rem, 2.5vw, 1.6rem); letter-spacing: 8px; text-transform: uppercase; color: var(--cyan); }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 40px; font-weight: 300; }
.hero-desc strong { color: var(--white); font-weight: 500; }
.hero-ctas { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 2; }
.hero-scroll span { font-family: var(--font-heading); font-size: 0.7rem; letter-spacing: 4px; color: var(--gray-600); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--cyan), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 1; transform: scaleY(1); } 50% { opacity: 0.5; transform: scaleY(0.6); } }

/* ============================================
   BUTTONS
   ============================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 40px; border-radius: 50px; font-family: var(--font-heading); font-weight: 600; font-size: 0.9rem; letter-spacing: 1px; text-transform: uppercase; transition: var(--transition); position: relative; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg, var(--cyan), #00B8D4); color: var(--black); box-shadow: 0 4px 30px rgba(0, 229, 255, 0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 40px rgba(0, 229, 255, 0.5); }
.btn-outline { border: 2px solid var(--lime); color: var(--lime); }
.btn-outline:hover { background: var(--lime); color: var(--black); transform: translateY(-3px); box-shadow: 0 8px 40px rgba(198, 255, 0, 0.3); }
.btn-full { width: 100%; }

/* ============================================
   SECTIONS
   ============================================ */
.section { position: relative; padding: 120px 0; z-index: 1; }
.section-tag { font-family: var(--font-heading); font-weight: 600; font-size: 0.75rem; letter-spacing: 5px; text-transform: uppercase; color: var(--cyan); margin-bottom: 16px; text-align: center; }
.section-title { font-family: var(--font-heading); font-weight: 300; font-size: clamp(2rem, 4vw, 3.2rem); text-align: center; margin-bottom: 24px; line-height: 1.3; color: var(--gray-200); }
.section-title strong { font-weight: 700; color: var(--white); }
.section-subtitle { text-align: center; font-size: 1.1rem; color: var(--gray-600); max-width: 700px; margin: 0 auto 60px; font-weight: 300; }

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
.about-text p { font-size: 1.05rem; color: rgba(255,255,255,0.75); margin-bottom: 24px; line-height: 1.9; }
.about-text strong { color: var(--cyan); font-weight: 600; }
.about-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.about-image img { width: 100%; border-radius: var(--radius-lg); transition: var(--transition); }
.about-image:hover img { transform: scale(1.03); }
.about-img-accent { position: absolute; inset: -4px; border: 2px solid var(--cyan); border-radius: var(--radius-lg); opacity: 0.3; pointer-events: none; }

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-it-works { background: var(--gray-900); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.step-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(0, 229, 255, 0.1); border-radius: var(--radius-lg); padding: 40px 30px; text-align: center; position: relative; overflow: hidden; transition: var(--transition); }
.step-card:hover { border-color: var(--cyan); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0, 229, 255, 0.1); }
.step-number { position: absolute; top: 15px; right: 20px; font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: rgba(0, 229, 255, 0.08); }
.step-icon { width: 60px; height: 60px; margin: 0 auto 24px; color: var(--cyan); }
.step-card h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 16px; color: var(--white); }
.step-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.7; }

/* ============================================
   BENEFITS
   ============================================ */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.benefit-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 40px 30px; transition: var(--transition); }
.benefit-card:hover { border-color: var(--lime); transform: translateY(-5px); background: rgba(198, 255, 0, 0.03); }
.benefit-icon { width: 50px; height: 50px; margin-bottom: 20px; color: var(--lime); }
.benefit-card h3 { font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 12px; color: var(--white); }
.benefit-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.7; }

/* ============================================
   GALLERY
   ============================================ */
.gallery { background: var(--gray-900); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(0, 229, 255, 0.0); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.gallery-item:hover .gallery-overlay { background: rgba(0, 229, 255, 0.15); }
.gallery-overlay span { font-size: 2.5rem; color: var(--white); opacity: 0; transform: scale(0.5); transition: var(--transition); }
.gallery-item:hover .gallery-overlay span { opacity: 1; transform: scale(1); }
.video-overlay svg { width: 60px; height: 60px; color: var(--cyan); opacity: 0.9; transition: var(--transition); }
.gallery-item:hover .video-overlay svg { transform: scale(1.2); }

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 10000; align-items: center; justify-content: center; backdrop-filter: blur(10px); }
.lightbox.active { display: flex; }
.lightbox-close { position: absolute; top: 20px; right: 30px; font-size: 3rem; color: var(--white); z-index: 10001; transition: var(--transition); }
.lightbox-close:hover { color: var(--cyan); transform: rotate(90deg); }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2.5rem; color: var(--white); z-index: 10001; padding: 20px; transition: var(--transition); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover, .lightbox-next:hover { color: var(--cyan); }
.lightbox-content { max-width: 90vw; max-height: 85vh; display: flex; align-items: center; justify-content: center; }
.lightbox-content img { max-width: 100%; max-height: 85vh; object-fit: contain; border-radius: var(--radius); }
.lightbox-content video { max-width: 100%; max-height: 85vh; border-radius: var(--radius); }
.lightbox-counter { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); font-family: var(--font-heading); font-size: 0.85rem; color: var(--gray-600); letter-spacing: 2px; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 40px; position: relative; transition: var(--transition); }
.testimonial-card:hover { border-color: rgba(0, 229, 255, 0.3); }
.testimonial-quote { font-family: var(--font-display); font-size: 4rem; color: var(--cyan); opacity: 0.3; line-height: 1; margin-bottom: -10px; }
.testimonial-card p { font-size: 0.95rem; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
.testimonial-author strong { display: block; color: var(--white); font-size: 0.95rem; }
.testimonial-author span { font-size: 0.8rem; color: var(--cyan); }

/* ============================================
   CLIENTS
   ============================================ */
.clients { overflow: hidden; }
.clients-marquee { margin-top: 60px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.marquee-track { display: flex; gap: 60px; align-items: center; animation: marqueeScroll 30s linear infinite; width: max-content; }
.marquee-track img { height: 45px; width: auto; filter: brightness(0) invert(1); opacity: 0.5; transition: var(--transition); }
.marquee-track img:hover { opacity: 1; filter: brightness(0) invert(1) drop-shadow(0 0 10px var(--cyan)); }
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================
   CONTACT
   ============================================ */
.contact { background: var(--gray-900); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; margin-top: 60px; align-items: start; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-icon { width: 44px; height: 44px; min-width: 44px; background: rgba(0, 229, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-icon svg { width: 20px; height: 20px; color: var(--cyan); }
.contact-item strong { display: block; font-size: 0.9rem; color: var(--white); margin-bottom: 4px; }
.contact-item span { font-size: 0.85rem; color: var(--gray-600); }
.contact-social { margin-top: 20px; }
.contact-social strong { display: block; margin-bottom: 12px; font-size: 0.9rem; }
.social-links { display: flex; gap: 12px; }
.social-links a { width: 44px; height: 44px; background: rgba(0, 229, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.social-links a svg { width: 20px; height: 20px; color: var(--cyan); }
.social-links a:hover { background: var(--cyan); transform: translateY(-3px); }
.social-links a:hover svg { color: var(--black); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 16px 20px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); color: var(--white); font-family: var(--font-body); font-size: 0.9rem; transition: var(--transition); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 20px rgba(0, 229, 255, 0.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--gray-600); }
.contact-form textarea { resize: vertical; min-height: 120px; }

/* ============================================
   FOOTER
   ============================================ */
.footer { padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.footer-nav { display: flex; gap: 30px; }
.footer-nav a { font-family: var(--font-heading); font-size: 0.85rem; color: var(--gray-600); transition: var(--transition); }
.footer-nav a:hover { color: var(--cyan); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom p { font-size: 0.8rem; color: var(--gray-600); }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 9999; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); transition: var(--transition); }
.whatsapp-float svg { width: 32px; height: 32px; color: var(--white); }
.whatsapp-float:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6); }

/* ============================================
   REVEAL ANIMATIONS
   ============================================ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .container { padding: 0 20px; }
    .section { padding: 80px 0; }
    .nav-menu { display: none; position: fixed; top: 0; right: 0; width: 80%; height: 100vh; background: rgba(10,10,10,0.98); flex-direction: column; justify-content: center; align-items: center; gap: 30px; backdrop-filter: blur(20px); }
    .nav-menu.active { display: flex; }
    .nav-toggle { display: flex; z-index: 1001; }
    .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    .steps-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; gap: 20px; text-align: center; }
    .footer-nav { flex-wrap: wrap; justify-content: center; }
    .hero-ctas { flex-direction: column; align-items: center; }
    .title-velocity { letter-spacing: 4px; }
    .lightbox-prev { left: 10px; font-size: 2rem; }
    .lightbox-next { right: 10px; font-size: 2rem; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .brand-velocity { font-size: 1.1rem; letter-spacing: 2px; }
    .brand-sub { font-size: 0.55rem; letter-spacing: 2px; }
}
