/* 
   Binka 79 — Premium Motorbike Garage
   Light Theme | Fully Themeable
*/

:root {
    /* === ACTIVE THEME COLORS === */
    /* --accent: #ff7a00;
    --accent-hover: #e66900;
    --accent-rgb: 255, 122, 0;
    --accent-hover-rgb: 230, 105, 0;
    --accent-glow: rgba(255, 122, 0, 0.3);
    --accent-gradient: linear-gradient(135deg, var(--accent), var(--accent-hover));
    --accent-gradient-text: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); */


    /* Ignition orange */
    /* Burnt tarmac orange */
    /* --accent: #ff9500;
    --accent-hover: #ff7b00;
    --accent-rgb: 255, 149, 0;
    --accent-hover-rgb: 255, 123, 0;
    --accent-glow: rgba(255, 149, 0, 0.35);
    --accent-gradient: linear-gradient(135deg, #ff9500, #ff5e00);
    --accent-gradient-text: linear-gradient(135deg, #ff9500 0%, #ff7b00 100%); */

    /* Pure racing gold */
    /* Burnished brass/gold */
    /* --accent: #ffcc00;
    --accent-hover: #e6b800;
    --accent-rgb: 255, 204, 0;
    --accent-hover-rgb: 230, 184, 0;
    --accent-glow: rgba(255, 204, 0, 0.3);
    --accent-gradient: linear-gradient(135deg, #ffcc00, #ff9500);
    --accent-gradient-text: linear-gradient(135deg, #ffcc00 0%, #ff9500 100%); */



    /* Hot neon magenta */
    /* Deep cherry track red */
    /* --accent: #ff2a6d;
    --accent-hover: #d60056;
    --accent-rgb: 255, 42, 109;
    --accent-hover-rgb: 214, 0, 86;
    --accent-glow: rgba(255, 42, 109, 0.35);
    --accent-gradient: linear-gradient(135deg, #ff2a6d, #9100ff);
    --accent-gradient-text: linear-gradient(135deg, #ff2a6d 0%, #d60056 100%); */



    /* 
    --accent: #ff3b30;
    --accent-hover: #d70015;
    --accent-rgb: 255, 59, 48;
    --accent-hover-rgb: 215, 0, 21;
    --accent-glow: rgba(255, 59, 48, 0.35);
    --accent-gradient: linear-gradient(135deg, #ff3b30, #d70015);
    --accent-gradient-text: linear-gradient(135deg, #ff3b30 0%, #d70015 100%); */

    /* --accent: #22c55e;
    --accent-hover: #16a34a;
    --accent-rgb: 34, 197, 94;
    --accent-hover-rgb: 22, 163, 74;
    --accent-glow: rgba(34, 197, 94, 0.3);
    --accent-gradient: linear-gradient(135deg, var(--accent), var(--accent-hover));
    --accent-gradient-text: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); */

    /* Iconic KTM factory orange */
    /* Deep track-day orange shadow */
    /* --accent: #ff6600;
    --accent-hover: #d45500;
    --accent-rgb: 255, 102, 0;
    --accent-hover-rgb: 212, 85, 0;
    --accent-glow: rgba(255, 102, 0, 0.35);
    --accent-gradient: linear-gradient(135deg, #ff6600, #ff3c00);
    --accent-gradient-text: linear-gradient(135deg, #ff6600 0%, #d45500 100%); */


    /* Fluorescent lava orange */
    /* Deep molten iron */
    /* --accent: #ff4500;
    --accent-hover: #cc3700;
    --accent-rgb: 255, 69, 0;
    --accent-hover-rgb: 204, 55, 0;
    --accent-glow: rgba(255, 69, 0, 0.4);
    --accent-gradient: linear-gradient(135deg, #ff4500, #b32400);
    --accent-gradient-text: linear-gradient(135deg, #ff4500 0%, #cc3700 100%); */


    /* High-vis signal orange */
    /* Amber track shadow */
    /* --accent: #ffaa00;
    --accent-hover: #cc8800;
    --accent-rgb: 255, 170, 0;
    --accent-hover-rgb: 204, 136, 0;
    --accent-glow: rgba(255, 170, 0, 0.35);
    --accent-gradient: linear-gradient(135deg, #ffaa00, #ff5500);
    --accent-gradient-text: linear-gradient(135deg, #ffaa00 0%, #cc8800 100%); */



    /* Pure Rosso Corsa / Factory Red */
    /* Deep apex shadow */
    /* --accent: #e60000;
    --accent-hover: #b30000;
    --accent-rgb: 230, 0, 0;
    --accent-hover-rgb: 179, 0, 0;
    --accent-glow: rgba(230, 0, 0, 0.35);
    --accent-gradient: linear-gradient(135deg, #e60000, #990000);
    --accent-gradient-text: linear-gradient(135deg, #e60000 0%, #b30000 100%); */


    /* Deep Racing Red on hover */
    /* Factory Orange */
    /* --accent: #ff6600;
    --accent-hover: #cc1100;
    --accent-rgb: 255, 102, 0;
    --accent-hover-rgb: 204, 17, 0;
    --accent-glow: rgba(255, 102, 0, 0.35);
    --accent-gradient: linear-gradient(135deg, #ff6600, #cc1100);
    --accent-gradient-text: linear-gradient(135deg, #ff6600 0%, #cc1100 100%); */


    /* Fluorescent Scarlet Red */

    /* Neon Cyber Orange */
    --accent: #ff2400;
    --accent-hover: #ff9100;
    --accent-rgb: 255, 36, 0;
    --accent-hover-rgb: 255, 145, 0;
    --accent-glow: rgba(255, 36, 0, 0.4);
    --accent-gradient: linear-gradient(135deg, #ff2400, #ff9100);
    --accent-gradient-text: linear-gradient(135deg, #ff2400 0%, #ff9100 100%);

    /* Legacy alias */
    --primary-accent: var(--accent);
    --primary-accent-hover: var(--accent-hover);

    /* Surfaces — LIGHT */
    --bg-dark: #ffffff;
    --bg-surface: #f5f5f7;
    --bg-card: rgba(255, 255, 255, 0.85);

    /* Text — DARK on light */
    --text-main: #111114;
    --text-muted: #555560;

    /* Typography */
    --font-display: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Glass — light version */
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(var(--accent-rgb), 0.2);
    --glass-blur: 20px;

    /* Shadows */
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.08);
    --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.06);
    --shadow-glow: 0 0 40px var(--accent-glow);

    /* Layout */
    --section-padding: 70px 0;
    --border-radius: 18px;
    --border-radius-sm: 10px;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}


/* =============================================
   SCROLL PROGRESS BAR
============================================= */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover), var(--accent));
    background-size: 200% 100%;
    animation: progressShimmer 2s linear infinite;
    z-index: 99998;
    width: 0%;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.8);
}

@keyframes progressShimmer {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

/* =============================================
   COLOR PALETTE SWITCHER (floating panel)
============================================= */
.palette-toggle {
    display: none !important;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-gradient);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 20px var(--accent-glow);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.palette-toggle:hover {
    transform: scale(1.15) rotate(30deg);
}

.palette-panel {
    display: none !important;
    position: fixed;
    left: 78px;
    bottom: 22px;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 18px 20px;
    width: 220px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateX(-20px) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.palette-panel.open {
    transform: translateX(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.palette-panel h6 {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 14px;
}

.palette-swatches {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.swatch {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    position: relative;
}

.swatch:hover {
    transform: scale(1.2);
}

.swatch.active {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.swatch::after {
    content: attr(title);
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    white-space: nowrap;
    color: var(--text-muted);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.swatch:hover::after {
    opacity: 1;
}


/* =============================================
   RIPPLE ON BUTTONS
============================================= */
.btn-primary,
.btn-secondary {
    position: relative;
    overflow: hidden;
}

.btn-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(0);
    animation: rippleAnim 0.7s linear forwards;
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* =============================================
   SECTION SUBTITLE SCRAMBLE GLOW
============================================= */
.section-subtitle {
    display: inline-block;
    transition: color 0.2s ease;
    letter-spacing: 1px;
}

/* =============================================
   CARD 3D TILT — smooth transition
============================================= */
.service-card,
.founder-card,
.pricing-card,
.partner-card {
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    will-change: transform;
}

/* =============================================
   BRAND BADGE — stagger entrance
============================================= */
@keyframes badgePop {
    from {
        opacity: 0;
        transform: scale(0.7) translateY(10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.brands-grid.visible .brand-badge {
    animation: badgePop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.brands-grid.visible .brand-badge:nth-child(1) {
    animation-delay: 0.05s;
}

.brands-grid.visible .brand-badge:nth-child(2) {
    animation-delay: 0.1s;
}

.brands-grid.visible .brand-badge:nth-child(3) {
    animation-delay: 0.15s;
}

.brands-grid.visible .brand-badge:nth-child(4) {
    animation-delay: 0.2s;
}

.brands-grid.visible .brand-badge:nth-child(5) {
    animation-delay: 0.25s;
}

.brands-grid.visible .brand-badge:nth-child(6) {
    animation-delay: 0.3s;
}

.brands-grid.visible .brand-badge:nth-child(7) {
    animation-delay: 0.35s;
}

.brands-grid.visible .brand-badge:nth-child(8) {
    animation-delay: 0.4s;
}

.brands-grid.visible .brand-badge:nth-child(9) {
    animation-delay: 0.45s;
}

/* =============================================
   GLOW PULSE on section titles (accent span)
============================================= */
.section-title .accent {
    animation: accentGlow 3s ease-in-out infinite alternate;
}

@keyframes accentGlow {
    from {
        text-shadow: 0 0 8px rgba(var(--accent-rgb), 0.4);
    }

    to {
        text-shadow: 0 0 24px rgba(var(--accent-rgb), 0.9), 0 0 48px rgba(var(--accent-rgb), 0.3);
    }
}

/* =============================================
   VIDEO CARD — glowing play button pulse
============================================= */
.play-btn {
    animation: playPulse 1.8s ease-in-out infinite;
}

@keyframes playPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(var(--accent-rgb), 0.5);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 16px rgba(var(--accent-rgb), 0);
    }
}

/* =============================================
   HERO CONTENT — layered above canvas
============================================= */
.hero-content {
    position: relative;
    z-index: 2;
}

/* =============================================
   PARTNER CARD icon bounce
============================================= */
.partner-card:hover .service-icon {
    animation: iconBounce 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

@keyframes iconBounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(4px);
    }

    80% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}

/* =============================================
   SERVICE ICON spin-on-hover
============================================= */
.service-card:hover .service-icon {
    animation: iconSpin 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes iconSpin {
    from {
        transform: rotate(-20deg) scale(1.2);
    }

    to {
        transform: rotate(0deg) scale(1);
    }
}

/* =============================================
   FOUNDER IMAGE — glow intensity on hover
============================================= */
.founder-card:hover .border-glow {
    box-shadow: 0 0 0 3px var(--accent), 0 0 30px rgba(var(--accent-rgb), 0.5);
    transition: box-shadow 0.4s ease;
}

/* =============================================
   NAV LINK — underline slide
============================================= */
.nav-links a:not(.btn-primary) {
    position: relative;
}

.nav-links a:not(.btn-primary)::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-accent);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.nav-links a:not(.btn-primary):hover::after {
    width: 100%;
}

/* =============================================
   WHATSAPP FLOAT — bounce on load
============================================= */
.whatsapp-float {
    animation: waBounceIn 0.8s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes waBounceIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.6);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Background Effects */
.bg-effects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
    animation: orb-float 15s infinite alternate ease-in-out;
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: var(--primary-accent);
    top: -100px;
    right: -100px;
}

.orb-2 {
    width: 500px;
    height: 500px;
    background: #f0c080;
    bottom: -150px;
    left: -150px;
    animation-delay: -5s;
}

.orb-3 {
    width: 400px;
    height: 400px;
    background: var(--primary-accent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
    opacity: 0.06;
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(60px, 60px) scale(1.15);
    }
}

h1,
h2,
h3,
h4,
.logo {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-padding {
    padding: var(--section-padding);
}

.text-center {
    text-align: center;
}

.accent {
    color: var(--primary-accent);
}

.section-subtitle {
    display: inline-block;
    color: var(--primary-accent);
    font-family: var(--font-display);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

/* Glassmorphism Panel — light */
.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid rgba(var(--accent-rgb), 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Buttons */
.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 6px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-primary {
    background: var(--accent-gradient);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--accent-hover), var(--accent));
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 30px rgba(var(--accent-rgb), 0.5);
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: var(--text-main);
    border: 2px solid rgba(0, 0, 0, 0.18);
}

.btn-secondary:hover {
    border-color: var(--primary-accent);
    color: var(--primary-accent);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Navbar — always white */
#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

#navbar .nav-links a:not(.btn-primary),
#navbar .logo {
    color: var(--text-main);
    text-shadow: none;
}

#navbar .hamburger .bar {
    background-color: var(--text-main);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-size: 2rem;
    letter-spacing: -1px;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2.5rem;
}

.nav-links a {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1rem;
    position: relative;
}

.nav-links a:not(.btn-primary)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: var(--primary-accent);
    transition: width 0.3s ease;
}

.nav-links a:not(.btn-primary):hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--text-main);
}

/* Hero Section */
.hero {
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    /* wider than viewport for panning */
    height: 100%;
    background: url('assets/hero_bg.png') no-repeat center center;
    background-size: cover;
    animation: panHero 25s linear infinite alternate;
    z-index: 0;
}

@keyframes panHero {
    0% {
        transform: translateX(0) scale(1.02);
    }

    100% {
        transform: translateX(-16.66%) scale(1.05);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.08) 40%,
            rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
}

.hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    margin-bottom: 1rem;
    line-height: 1.15;
    white-space: nowrap;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Tablet: slightly smaller but still fits one line */
@media (max-width: 900px) {
    .hero h1 {
        font-size: clamp(1.8rem, 5.5vw, 3.2rem);
    }
}

/* Mobile: allow 2-line wrap with a big, bold, readable size */
@media (max-width: 640px) {
    .hero h1 {
        white-space: normal;
        font-size: clamp(2rem, 8.5vw, 2.8rem);
        line-height: 1.2;
    }
}


.hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* Hero buttons: secondary is white-outlined on dark hero */
.hero .btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
}

.hero .btn-secondary:hover {
    border-color: var(--primary-accent);
    color: var(--primary-accent);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    font-family: var(--font-display);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mouse {
    width: 24px;
    height: 36px;
    border: 2px solid var(--text-main);
    border-radius: 12px;
    position: relative;
}

.mouse::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--text-main);
    border-radius: 50%;
    animation: scroll 2s infinite;
}

/* About Section */
.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(var(--accent-rgb), 0.08);
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 50px;
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(var(--accent-rgb), 0.05);
    transition: all 0.3s ease;
}

.about-badge:hover {
    background: rgba(var(--accent-rgb), 0.12);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--accent-rgb), 0.1);
}

.about-badge svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
}

.about .section-title {
    margin-bottom: 0.75rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--glass-border);
}

.stat-item h3 {
    font-size: 2.5rem;
    color: var(--primary-accent);
}

.stat-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.about-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    padding: 10px;
    z-index: 2;
}

.image-wrapper img {
    width: 100%;
    border-radius: calc(var(--border-radius) - 4px);
    display: block;
    height: auto;
    /* Placeholder background color if image is missing */
    background-color: var(--bg-surface);
    min-height: 400px;
}

.image-accent-box {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-accent);
    border-radius: var(--border-radius);
    z-index: -1;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.service-card {
    padding: 3.5rem 2.5rem;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.8);
    border-color: rgba(var(--accent-rgb), 0.4);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    background: var(--accent-gradient-text);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* ─── What Makes Us Different — Bullet List ─────────────── */
.different-bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(var(--accent-rgb), 0.12);
    border-radius: 18px;
    overflow: hidden;
}

.diff-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1.4rem 1.8rem;
    border-bottom: 1px solid rgba(var(--accent-rgb), 0.1);
    border-right: 1px solid rgba(var(--accent-rgb), 0.1);
    background: var(--bg-card);
    transition: background 0.25s ease;
    position: relative;
}

/* remove right border on even items (right column) */
.diff-bullet-item:nth-child(2n) {
    border-right: none;
}

/* remove bottom border on last two items */
.diff-bullet-item:nth-last-child(-n+2) {
    border-bottom: none;
}

/* left accent bar on hover */
.diff-bullet-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--accent), var(--accent-hover));
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.diff-bullet-item:hover {
    background: rgba(var(--accent-rgb), 0.04);
}

.diff-bullet-item:hover::before {
    opacity: 1;
}

.diff-bullet-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 1px;
    line-height: 1;
}

.diff-bullet-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.diff-bullet-title {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-primary, #111114);
}

.diff-bullet-text {
    font-size: 0.85rem;
    color: var(--text-secondary, #55556a);
    line-height: 1.65;
}

@media (max-width: 700px) {
    .different-bullets {
        grid-template-columns: 1fr;
    }

    .diff-bullet-item:nth-child(2n) {
        border-right: none;
    }

    .diff-bullet-item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(var(--accent-rgb), 0.1);
    }

    .diff-bullet-item:last-child {
        border-bottom: none;
    }
}


.different-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

/* last row: 2 cards centred */
.different-grid .different-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: auto;
}

.different-grid .different-card:nth-child(5) {
    grid-column: 2 / 3;
    margin-right: auto;
}

.different-card {
    background: var(--bg-card);
    border: 1px solid rgba(var(--accent-rgb), 0.15);
    border-radius: 18px;
    padding: 2rem 1.8rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
}

.different-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.06), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.different-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--accent-rgb), 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.different-card:hover::before {
    opacity: 1;
}

.diff-card-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.1);
    border: 1.5px solid rgba(var(--accent-rgb), 0.25);
}

.different-card h3 {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--text-primary, #111);
}

.different-card p {
    font-size: 0.88rem;
    color: var(--text-secondary, #55556a);
    line-height: 1.7;
}

/* ─── Garage Tagline Banner ──────────────────────────────── */
.garage-tagline-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    background: rgba(var(--accent-rgb), 0.07);
    border: 1.5px solid rgba(var(--accent-rgb), 0.3);
    border-radius: 16px;
    padding: 1.8rem 2.5rem;
    margin-top: 2.5rem;
}

.garage-tagline-text {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--text-primary, #111114);
    letter-spacing: 1px;
}

.garage-tagline-quote {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 1.3rem;
    font-weight: 700;
    background: var(--accent-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .different-grid {
        grid-template-columns: 1fr;
    }

    .different-grid .different-card:nth-child(4),
    .different-grid .different-card:nth-child(5) {
        grid-column: auto;
        margin: 0;
    }

    .garage-tagline-banner {
        flex-direction: column;
        gap: 0.4rem;
        text-align: center;
    }
}



/* Founders Section */
.founders {
    background-color: var(--bg-surface);
    position: relative;
    padding-bottom: 6rem;
}

.founders::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, var(--bg-dark), transparent);
}

.founders-header {
    margin-bottom: 4rem;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.founder-card {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.founder-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(var(--accent-rgb), 0.3);
}

.founder-card:hover .founder-profile-btn {
    border-color: var(--primary-accent);
    gap: 0.9rem;
    color: var(--accent-hover);
}

.founder-card:hover .founder-profile-btn span {
    transform: translateX(4px);
}

.founder-image-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    background: var(--bg-dark);
}

.founder-image-wrapper.border-glow {
    box-shadow: 0 0 30px rgba(212, 154, 70, 0.4);
    border: 3px solid var(--primary-accent);
}

.founder-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.founder-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2a2a35, #0a0a0c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 3.5rem;
    color: var(--primary-accent);
    font-weight: 800;
}

.founder-info h3 {
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
}

.founder-role {
    display: block;
    color: var(--primary-accent);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.founder-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.2rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--primary-accent);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(var(--accent-rgb), 0.3);
    padding-bottom: 3px;
    transition: border-color 0.3s ease, gap 0.3s ease, color 0.3s ease;
}

.founder-profile-btn:hover {
    border-color: var(--primary-accent);
    gap: 0.9rem;
    color: var(--accent-hover);
}

.founder-profile-btn span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.founder-profile-btn:hover span {
    transform: translateX(4px);
}

/* Videos Section */
.videos {
    background-color: var(--bg-dark);
    position: relative;
    border-top: 1px solid var(--glass-border);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.video-card {
    padding: 0;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.video-wrapper {
    width: 100%;
    height: 250px;
    position: relative;
    background-color: #000;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.tech-video-1 {
    background-image: linear-gradient(160deg, rgba(229, 90, 20, 0.55) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://images.unsplash.com/photo-1558980394-4c7c9299fe96?q=80&w=2070&auto=format&fit=crop');
}

.tech-video-2 {
    background-image: linear-gradient(160deg, rgba(10, 80, 180, 0.55) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://images.unsplash.com/photo-1599335133642-bf285f20fba6?q=80&w=2072&auto=format&fit=crop');
}

.tech-video-3 {
    background-image: linear-gradient(160deg, rgba(80, 180, 60, 0.55) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://images.unsplash.com/photo-1622185135505-2d795003994a?q=80&w=2070&auto=format&fit=crop');
}

/* Video overlay shimmer */
.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    z-index: 1;
}

/* Video tag (category badge) */
.video-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: var(--accent-gradient);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
}

/* Duration badge */
.video-duration {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.video-card:hover .video-thumbnail {
    transform: scale(1.05);
}

.play-btn {
    width: 58px;
    height: 58px;
    background: rgba(var(--accent-rgb), 0.92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 0 0 rgba(var(--accent-rgb), 0.5);
    animation: playPulse 2s ease-in-out infinite;
}

.video-card:hover .play-btn {
    transform: scale(1.18);
    background: #fff;
    box-shadow: 0 0 30px rgba(var(--accent-rgb), 0.6);
    animation: none;
}

/* Video meta row */
.video-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.video-cat {
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.5px;
}

.video-views {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.video-info {
    padding: 1.5rem 1.8rem 1.8rem;
}

.video-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

/* Section intro text */
.section-intro {
    max-width: 780px;
    margin: 0 auto 3rem;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Why Choose Section */
.why-binka {
    background: var(--accent-gradient);
    position: relative;
    overflow: hidden;
}

.why-binka::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.why-binka .section-subtitle,
.why-binka .section-title,
.why-binka p {
    color: rgba(255, 255, 255, 0.92);
}

.why-binka .section-subtitle {
    color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.3);
}

.section-title .dark {
    color: #000000;
    -webkit-text-fill-color: #000000;
    /* color: #a3f0c2; */
    /* -webkit-text-fill-color: #a3f0c2; */
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.section-title .dark .accent {
    color: var(--accent);
    -webkit-text-fill-color: var(--accent);
    /* color: #a3f0c2; */
    /* -webkit-text-fill-color: #a3f0c2; */
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.section-title .accent .dark {
    color: #000000;
    -webkit-text-fill-color: #000000;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.why-grid {
    display: grid;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.why-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 4+3 layout for 7 services */
/* 4 columns, last row of 3 centered using column span trick */
.why-grid-7 {
    grid-template-columns: repeat(8, 1fr);
}

.why-grid-7 .why-card {
    grid-column: span 2;
}

/* Center last 3 by each spanning 2 of 8 cols, offset first by 1 */
.why-grid-7 .why-card:nth-child(5) {
    grid-column: 2 / span 2;
}

.why-grid-7 .why-card:nth-child(6) {
    grid-column: 4 / span 2;
}

.why-grid-7 .why-card:nth-child(7) {
    grid-column: 6 / span 2;
}

.why-card {
    text-align: center;
    padding: 2rem 1.2rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: default;
}

.why-card:hover {
    transform: translateY(-6px) scale(1.03);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.why-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff !important;
    border: 1.5px solid rgba(var(--accent-rgb), 0.18) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    padding: 10px;
}

.service-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.why-card:hover .why-icon {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.45);
}

.why-card:hover .service-icon-img {
    transform: scale(1.08);
}

.why-card h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

/* CTA Strip */
.why-cta-strip {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.why-cta-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.why-cta-text strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: #fff;
}

.why-cta-text span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

@media (max-width: 900px) {
    .why-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid-7 {
        grid-template-columns: repeat(4, 1fr);
    }

    .why-grid-7 .why-card {
        grid-column: span 2;
    }

    .why-grid-7 .why-card:nth-child(5) {
        grid-column: 1 / span 2;
    }

    .why-grid-7 .why-card:nth-child(6) {
        grid-column: 3 / span 2;
    }

    .why-grid-7 .why-card:nth-child(7) {
        grid-column: 2 / span 2;
    }

    .why-cta-strip {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .why-grid-7 {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid-7 .why-card,
    .why-grid-7 .why-card:nth-child(5),
    .why-grid-7 .why-card:nth-child(6),
    .why-grid-7 .why-card:nth-child(7) {
        grid-column: span 1;
    }
}

/* Brands Section */
.brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
}

/* Brand Cards — image based */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1.4rem 1rem 1.2rem;
    border-radius: var(--border-radius);
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid var(--glass-border);
}

.brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(var(--accent-rgb), 0.18);
    border-color: rgba(var(--accent-rgb), 0.5);
}

.brand-logo-wrap {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 6px;
    background: rgba(255, 255, 255, 0.06);
}

.brand-logo-wrap img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0);
    opacity: 0.75;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.brand-card:hover .brand-logo-wrap img {
    opacity: 1;
    filter: brightness(0) sepia(1) saturate(4) hue-rotate(355deg);
}

.brand-fallback {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-main);
}

.brand-card>span {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Brand card stagger entrance */
@keyframes brandPop {
    from {
        opacity: 0;
        transform: scale(0.7) translateY(12px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.brands-grid.visible .brand-card {
    animation: brandPop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.brands-grid.visible .brand-card:nth-child(1) {
    animation-delay: 0.04s;
}

.brands-grid.visible .brand-card:nth-child(2) {
    animation-delay: 0.09s;
}

.brands-grid.visible .brand-card:nth-child(3) {
    animation-delay: 0.14s;
}

.brands-grid.visible .brand-card:nth-child(4) {
    animation-delay: 0.19s;
}

.brands-grid.visible .brand-card:nth-child(5) {
    animation-delay: 0.24s;
}

.brands-grid.visible .brand-card:nth-child(6) {
    animation-delay: 0.29s;
}

.brands-grid.visible .brand-card:nth-child(7) {
    animation-delay: 0.34s;
}

.brands-grid.visible .brand-card:nth-child(8) {
    animation-delay: 0.39s;
}

.brands-grid.visible .brand-card:nth-child(9) {
    animation-delay: 0.44s;
}

/* Careers Stats Banner */
.careers-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.c-stat {
    flex: 1;
    text-align: center;
    padding: 1rem 1.5rem;
    min-width: 120px;
}

.c-stat-num {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.4rem;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.c-stat-divider {
    width: 1px;
    height: 50px;
    background: var(--glass-border);
    flex-shrink: 0;
}

/* Careers Perks Grid */
.careers-perks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.perk-card {
    padding: 2rem 1.6rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--glass-border);
}

.perk-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--accent-rgb), 0.5);
    box-shadow: 0 16px 40px rgba(var(--accent-rgb), 0.12);
}

.perk-icon {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    display: block;
}

.perk-card h4 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-main);
}

.perk-card p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

@media (max-width: 768px) {
    .careers-perks {
        grid-template-columns: 1fr 1fr;
    }

    .careers-stats {
        gap: 0.5rem;
    }

    .c-stat-divider {
        display: none;
    }

    .videos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .careers-perks {
        grid-template-columns: 1fr;
    }
}


/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    text-align: left;
}

.pricing-card {
    padding: 2.5rem;
}

.pricing-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pricing-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
}

.pricing-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.pricing-list li {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.pricing-note {
    margin-top: 2rem;
    color: var(--text-muted);
    font-style: italic;
}

/* Careers Why section */
.careers-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}

.careers-why h3 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    color: var(--primary-accent);
}

.careers-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.careers-list li {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .careers-why {
        grid-template-columns: 1fr;
    }
}

/* Redesigned Careers Layout */
.careers-lead-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-muted);
    font-family: var(--font-body);
}

.careers-modern-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin: 3.5rem auto;
    max-width: 1100px;
}

.careers-card-modern {
    padding: 3rem 2.5rem;
    border-radius: var(--border-radius);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s ease;
    display: flex;
    flex-direction: column;
}

.careers-card-modern:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--accent-rgb), 0.5);
    box-shadow: 0 20px 40px rgba(var(--accent-rgb), 0.12), var(--shadow-glow);
}

.careers-card-header {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.careers-card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent-gradient);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.careers-card-modern:hover .careers-card-header::after {
    width: 100px;
}

.careers-column-title {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: -0.5px;
}

.careers-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.careers-list-modern li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.careers-bullet {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--accent);
    margin-top: 0.1rem;
    font-weight: 900;
    background: var(--accent-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.careers-item-text {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text-muted);
}

.careers-item-title {
    font-weight: 700;
    color: var(--text-main);
    display: inline;
}

.careers-outro-block {
    margin: 4rem auto 3.5rem;
    max-width: 600px;
}

.careers-outro-text {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 900;
    background: var(--accent-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 0px rgba(var(--accent-rgb), 0));
    }

    50% {
        filter: drop-shadow(0 0 8px rgba(var(--accent-rgb), 0.3));
    }
}

@media (max-width: 992px) {
    .careers-modern-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
        gap: 2rem;
    }

    .careers-card-modern {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 576px) {
    .careers-outro-text {
        font-size: 1.8rem;
    }

    .careers-column-title {
        font-size: 1.4rem;
    }
}

/* Redesigned Careers Form */
.careers .form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid rgba(var(--accent-rgb), 0.25);
    box-shadow: 0 15px 45px rgba(var(--accent-rgb), 0.06);
    border-radius: var(--border-radius);
    padding: 3.5rem;
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.careers .form-wrapper:hover {
    border-color: rgba(var(--accent-rgb), 0.45);
    box-shadow: 0 25px 60px rgba(var(--accent-rgb), 0.12);
}

#career-form input,
#career-form select,
#career-form textarea {
    background-color: #fbfdfb !important;
    border: 1.5px solid rgba(var(--accent-rgb), 0.2) !important;
    color: var(--text-main) !important;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#career-form input::placeholder,
#career-form textarea::placeholder {
    color: rgba(17, 17, 20, 0.45) !important;
}

#career-form select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555560' 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") !important;
    background-repeat: no-repeat !important;
    background-position: right 1.5rem center !important;
    background-size: 1em !important;
}

#career-form input:focus,
#career-form select:focus,
#career-form textarea:focus {
    background-color: #ffffff !important;
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.15) !important;
    color: var(--text-main) !important;
}

/* Shared OTP Modal & Success/Error Banner Styling */
.booking-success,
.career-success-banner {
    display: none;
    text-align: center;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), rgba(var(--accent-hover-rgb), 0.1));
    border: 1.5px solid rgba(var(--accent-rgb), 0.35);
    border-radius: 16px;
    margin-top: 2rem;
    animation: fadeInUp 0.4s ease-out;
}

.booking-success.show,
.career-success-banner.show {
    display: block;
}

.booking-success h3,
.career-success-banner h3 {
    font-family: var(--font-display);
    color: var(--accent);
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    font-weight: 800;
}

.booking-success p,
.career-success-banner p {
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.booking-error,
.career-error-banner {
    display: none;
    text-align: center;
    padding: 1.2rem 2rem;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 12px;
    margin-top: 1.5rem;
    color: #ef4444;
    font-family: var(--font-display);
    font-weight: 600;
    animation: fadeInUp 0.4s ease-out;
}

.booking-error.show,
.career-error-banner.show {
    display: block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

.otp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99999;
}

.otp-modal.show {
    opacity: 1;
    pointer-events: auto;
}

.otp-modal-content {
    background: #ffffff;
    max-width: 440px;
    width: 90%;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(var(--accent-rgb), 0.25);
    text-align: center;
    position: relative;
    transform: scale(0.95) translateY(-10px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.otp-modal.show .otp-modal-content {
    transform: scale(1) translateY(0);
}

.otp-close-btn {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--text-muted, #777);
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.otp-close-btn:hover {
    color: var(--accent);
}

.otp-modal-content h3 {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
    color: var(--text-main, #111);
}

.otp-modal-content p {
    color: var(--text-muted, #666);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
}

.otp-input-group {
    margin-bottom: 1rem;
}

.otp-modal-content input[type="text"] {
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.5rem;
    padding: 0.9rem;
    width: 100%;
    border: 1.5px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 12px;
    background: #fbfdfb;
    transition: all 0.3s ease;
}

.otp-modal-content input[type="text"]:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.15);
    background: #fff;
}

.otp-error-msg {
    color: #ef4444;
    font-family: var(--font-display, 'Outfit', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    min-height: 1.2rem;
}

.otp-timer-container {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 0.9rem;
    color: var(--text-muted, #666);
    margin-bottom: 1.8rem;
}

.btn-resend {
    background: none;
    border: none;
    color: var(--accent);
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    font-size: 0.9rem;
    transition: opacity 0.2s ease;
}

.btn-resend:hover {
    opacity: 0.8;
}

.btn-verify {
    width: 100%;
    padding: 1.1rem;
    border: none;
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(var(--accent-rgb), 0.25);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-verify:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(var(--accent-rgb), 0.35);
}

.btn-verify:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Partner / Franchise Section */
.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.partner-card {
    padding: 2.5rem 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(var(--accent-rgb), 0.15);
}

.partner-card h3 {
    font-size: 1.2rem;
    margin: 0.8rem 0 0.5rem;
}

/* Forms & Sections */
.careers-header,
.booking-header {
    margin-bottom: 3rem;
}

.form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 3.5rem;
}

.custom-form .form-group {
    margin-bottom: 1.5rem;
}

.custom-form .form-group.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .custom-form .form-group.row {
        grid-template-columns: 1fr;
    }
}

.custom-form input,
.custom-form select,
.custom-form textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.custom-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555560' 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 1.5rem center;
    background-size: 1em;
}

.custom-form select option {
    background-color: var(--bg-surface);
    color: var(--text-main);
}

.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 15px rgba(var(--accent-rgb), 0.2);
    background: rgba(0, 0, 0, 0.6);
}

.form-submit {
    margin-top: 2rem;
}

/* Footer */
footer {
    background-color: var(--bg-surface, #f5f5f7);
    padding: 6rem 0 3.5rem;
    border-top: 1px solid rgba(var(--accent-rgb), 0.15);
    position: relative;
    color: var(--text-muted, #555560);
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 4.5rem;
    margin-bottom: 3.5rem;
}

.footer-brand .logo {
    font-size: 2.2rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--text-main, #111114);
    display: inline-block;
    margin-bottom: 1.2rem;
}

.footer-brand p {
    margin-top: 0.5rem;
    max-width: 340px;
    line-height: 1.75;
    color: var(--text-muted, #555560);
}

.footer-links h4,
.footer-contact h4 {
    color: var(--text-main, #111114);
    margin-bottom: 1.8rem;
    font-size: 1.25rem;
    font-family: var(--font-display);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.footer-links h4::after,
.footer-contact h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.9rem;
}

.footer-links a {
    color: var(--text-muted, #555560);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent);
    transform: translateX(6px);
}

.footer-contact p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--text-muted, #555560);
}

.footer-contact p span {
    color: var(--accent);
    margin-right: 0.4rem;
    font-size: 1.1rem;
}

.footer-contact a {
    color: var(--text-muted, #555560);
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--accent);
}

/* Modernized Map Wrapper */
.footer-map-container {
    margin-bottom: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    height: 140px;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(var(--accent-rgb), 0.15);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-map-container:hover {
    border-color: var(--accent);
    box-shadow: 0 12px 30px var(--accent-glow);
}

.footer-bottom {
    text-align: center;
    padding: 2.5rem 0 0;
    border-top: 1px solid rgba(var(--accent-rgb), 0.15);
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: var(--text-muted, #555560);
    opacity: 0.8;
}

/* Animations & Utilities */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.reveal-text {
    opacity: 0;
    transform: translateY(20px);
    animation: revealText 1s forwards;
}

@keyframes revealText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

@keyframes scroll {
    0% {
        top: 6px;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.8rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--text-main, #111114);
    border: 1px solid rgba(var(--accent-rgb), 0.15);
    box-shadow: var(--shadow-subtle);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-links a svg {
    width: 20px;
    height: 20px;
}

.social-links a:hover {
    background: var(--accent);
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px var(--accent-glow);
    border-color: var(--accent);
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    text-decoration: none;
}

.wa-content {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50px;
    padding: 10px 20px 10px 12px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    animation: wa-pulse 2.5s infinite;
}

.wa-icon {
    width: 32px;
    height: 32px;
    color: #fff;
    margin-right: 8px;
}

.wa-text {
    color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.whatsapp-float:hover .wa-content {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    animation: none;
    /* Stop pulsing on hover */
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Services Detail Section (booking.html) */
.services-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-detail-card:hover {
    transform: translateY(-10px);
}

.service-detail-icon-wrap {
    padding: 2.5rem 1.5rem 1.2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-detail-icon {
    width: 90px;
    height: 90px;
    object-fit: contain !important;
    background: #ffffff;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.service-detail-card:hover .service-detail-icon {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 12px 30px rgba(var(--accent-rgb), 0.25);
}

.service-detail-content {
    padding: 1.5rem 2rem 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-detail-content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: var(--font-display);
    color: var(--text-main);
}

.service-detail-content p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

/* Brands Marquee for Home Page */
.brands-marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    margin-top: 2.5rem;
    padding: 10px 0;
}

.brands-marquee::before,
.brands-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.brands-marquee::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-dark), transparent);
}

.brands-marquee::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-dark), transparent);
}

.brands-marquee-track {
    display: inline-flex;
    gap: 1.5rem;
    animation: marquee 25s linear infinite;
    padding-left: 1.5rem;
    /* Gap buffer for loop */
}

.brands-marquee-track .brand-card {
    min-width: 150px;
}

.brands-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 0.75rem));
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 4rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }

    .footer-brand {
        grid-column: span 2;
        text-align: center;
    }

    .footer-brand p {
        margin: 0.5rem auto 0;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 40px 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hamburger {
        display: block;
        z-index: 1001;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        left: -100%;
        top: 0;
        gap: 0;
        flex-direction: column;
        background-color: var(--bg-dark);
        width: 100%;
        height: 100vh;
        text-align: center;
        transition: 0.3s;
        padding-top: 100px;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        margin: 1.5rem 0;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2.5rem;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-brand p {
        margin: 0.5rem auto 0;
    }
}

/* Partner / Franchise Page specific styling */
.partner-form-wrapper {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(var(--accent-rgb), 0.25) !important;
    box-shadow: 0 15px 45px rgba(var(--accent-rgb), 0.06) !important;
    border-radius: var(--border-radius);
    padding: 3.5rem;
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.partner-form-wrapper:hover {
    border-color: rgba(var(--accent-rgb), 0.45) !important;
    box-shadow: 0 25px 60px rgba(var(--accent-rgb), 0.12) !important;
}

#partnerForm input,
#partnerForm select,
#partnerForm textarea {
    background-color: #fbfdfb !important;
    border: 1.5px solid rgba(var(--accent-rgb), 0.2) !important;
    color: var(--text-main) !important;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#partnerForm input::placeholder,
#partnerForm textarea::placeholder {
    color: rgba(17, 17, 20, 0.45) !important;
}

#partnerForm select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555560' 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") !important;
    background-repeat: no-repeat !important;
    background-position: right 1.5rem center !important;
    background-size: 1em !important;
}

#partnerForm input:focus,
#partnerForm select:focus,
#partnerForm textarea:focus {
    background-color: #ffffff !important;
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.15) !important;
    color: var(--text-main) !important;
}

.partner-hero {
    height: 35vh;
    min-height: 250px;
    background: linear-gradient(135deg, #0a0a0c 0%, #101a12 50%, #0f0f12 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.partner-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('assets/hero_bg.png') no-repeat center center/cover;
    opacity: 0.15;
    top: 0;
    left: 0;
}

.partner-hero-content {
    position: relative;
    z-index: 10;
}

.partner-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.partner-hero p {
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.partner-card:hover {
    box-shadow: 0 20px 40px rgba(var(--accent-rgb), 0.15) !important;
}

.btn-partner-cta {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50px;
    background: var(--accent-gradient);
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(var(--accent-rgb), 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-partner-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transition: all 0.6s ease;
}

.btn-partner-cta:hover::before {
    left: 100%;
}

.btn-partner-cta:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 40px rgba(var(--accent-rgb), 0.6), 0 0 0 6px rgba(var(--accent-rgb), 0.15);
}

@media (max-width: 992px) {
    .partner-intro-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

/* Phone prefix styling */
.phone-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.phone-input-wrap .phone-prefix {
    position: absolute;
    left: 1.25rem;
    color: var(--text-main, #111114);
    font-family: var(--font-body, 'Inter', sans-serif);
    font-weight: 600;
    font-size: 1rem;
    pointer-events: none;
    user-select: none;
    z-index: 10;
}

.phone-input-wrap input[type="tel"] {
    padding-left: 3.5rem !important;
}

/* OTP Placeholder scaling override */
.otp-modal-content input[type="text"]::placeholder,
#otpCode::placeholder,
#partnerOtpCode::placeholder,
#careerOtpCode::placeholder {
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    color: rgba(17, 17, 20, 0.45) !important;
}