/* ============================================
   FITPLEX - GYM SOFTWARE
   Modern SaaS Website - Orange Theme
   ============================================ */

/* CSS Variables */
:root {
    /* Primary Colors - Cyber Orange */
    --primary: #FF5A00;
    --primary-dark: #D84200;
    --primary-light: #FF8533;
    --primary-lighter: #FFA866;

    /* Secondary / High-Energy Violet-Magenta Accents */
    --secondary: #FB923C;
    --secondary-dark: #EA580C;
    --secondary-light: #FDBA74;
    --accent-cyber: #D946EF;
    --accent-cyber-dark: #A21CAF;
    --accent-cyber-light: #F0ABFC;

    /* Accent Colors */
    --accent-cyan: #06b6d4;
    --accent-green: #10b981;
    --accent-green-dark: #059669;
    --accent-green-light: #34d399;
    --accent-red: #ef4444;
    --accent-amber: #f59e0b;

    /* Background Colors */
    --bg-white: #FFFFFF;
    --bg-light: #FAF8F5;
    --bg-gray: #F5F2EB;
    --bg-dark: #090E1A;
    --bg-dark-secondary: #141C30;
    --bg-tint: #FFF7ED;
    --bg-surface: #FFFFFF;

    /* Text Colors */
    --text-dark: #0F172A;
    --text-primary: #1e293b;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --text-white: #ffffff;

    /* Border Colors */
    --border-light: rgba(255, 90, 0, 0.15);
    --border-medium: rgba(255, 90, 0, 0.3);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #FF5A00 0%, #FF2E00 100%);
    --gradient-primary-full: linear-gradient(135deg, #FF5A00 0%, #D946EF 100%);
    --gradient-text: linear-gradient(135deg, #FF5A00 0%, #EC4899 100%);
    --gradient-hero: linear-gradient(135deg, #090E1A 0%, #141C30 50%, #090E1A 100%);
    --gradient-dark: linear-gradient(135deg, #090E1A 0%, #141C30 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
    --gradient-glass-light: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 100%);

    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);
    --shadow: 0 4px 12px rgba(9, 14, 26, 0.05);
    --shadow-md: 0 8px 24px rgba(9, 14, 26, 0.08);
    --shadow-lg: 0 16px 36px rgba(9, 14, 26, 0.12);
    --shadow-xl: 0 24px 48px rgba(9, 14, 26, 0.16);
    --shadow-2xl: 0 32px 64px rgba(9, 14, 26, 0.24);
    --shadow-primary: 0 8px 30px rgba(255, 90, 0, 0.35);
    --shadow-cyber: 0 8px 30px rgba(217, 70, 239, 0.35);

    /* Border Radius */
    --radius-sm: 6px;
    --radius: 12px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);

    /* Typography */
    --font-sans: 'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    background: var(--bg-white);
    color: var(--text-secondary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Utility Classes */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
    position: relative;
}

.section-gray {
    background: var(--bg-light);
}

.section-dark {
    background: linear-gradient(135deg, #0a0a0f 0%, #0f0f1a 25%, #1a1025 50%, #0f1520 75%, #0a0a0f 100%);
    position: relative;
    overflow: hidden;
}

/* Stars for dark sections */
.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 30px 50px, #fff, transparent),
        radial-gradient(1px 1px at 80px 100px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 150px 80px, rgba(251,146,60,0.7), transparent),
        radial-gradient(1px 1px at 220px 150px, #fff, transparent),
        radial-gradient(2px 2px at 320px 60px, rgba(234,88,12,0.5), transparent),
        radial-gradient(1px 1px at 400px 120px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 500px 90px, #fff, transparent),
        radial-gradient(1px 1px at 580px 180px, rgba(251,146,60,0.6), transparent);
    background-size: 620px 220px;
    animation: starsMove 30s linear infinite reverse;
    opacity: 0.5;
    pointer-events: none;
}

.section-dark::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
}

.section-dark .container {
    position: relative;
    z-index: 1;
}

.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5 {
    color: var(--text-white);
}

.section-dark p {
    color: var(--text-light);
}

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

.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fitplex-gradient {
    background: var(--gradient-primary-full);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(124, 58, 237, 0.1);
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.5rem;
}

.section-header .badge {
    margin-bottom: 1rem;
}

.section-header h2 {
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--text-muted);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--text-white);
    box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(234, 88, 12, 0.5);
    color: var(--text-white);
}

.btn-secondary {
    background: var(--bg-white);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: var(--text-white);
}

.btn-white {
    background: var(--bg-white);
    color: var(--primary);
    box-shadow: var(--shadow);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--primary-dark);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--border-medium);
}

.btn-outline:hover {
    border-color: var(--primary);
    background: rgba(234, 88, 12, 0.05);
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
}

.btn-whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    color: #fff;
}

.btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Top Bar */
.top-bar {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #fff7ed 20%,
        #ffedd5 40%,
        #fed7aa 55%,
        #ffedd5 70%,
        #fff7ed 85%,
        #ffffff 100%
    );
    background-size: 300% 100%;
    animation: topBarGradient 12s ease-in-out infinite;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    border-bottom: 1px solid #fed7aa;
}

@keyframes topBarGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7c2d12;
}

.top-bar-content > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-bar-content > span i {
    color: var(--primary-light);
}

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #7c2d12;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: color var(--transition-fast);
}

.top-bar-item:hover {
    color: #c2410c;
}

.top-bar-item i {
    color: #ea580c;
    font-size: 0.875rem;
}

.top-bar-item .fa-whatsapp {
    color: #25D366;
    font-size: 1rem;
}

.cybex-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7c2d12;
    font-size: 0.75rem;
    font-weight: 500;
}

.cybex-link:hover {
    color: #c2410c;
}

.cybex-top-logo {
    height: 22px;
    width: auto;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.75rem 0;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all var(--transition);
}

.navbar.scrolled {
    background: rgba(10, 14, 28, 0.99);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
}

.navbar-brand:hover {
    color: var(--text-dark);
}

.navbar-brand .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.navbar-brand .brand-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
}

.navbar-brand .brand-tagline {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-brand .brand-logo {
    height: 38px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    transition: opacity var(--transition-fast);
}

.navbar-brand:hover .brand-logo {
    opacity: 0.85;
}

.navbar-brand .brand-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    color: #fff;
    font-size: 1.25rem;
}

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

.nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color var(--transition-fast);
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #fb923c;
}

/* Dropdown */
.nav-item {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    box-shadow: var(--shadow-xl);
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}

.dropdown-item:hover {
    background: var(--bg-light);
    color: var(--primary);
}

.dropdown-item i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    color: var(--text-white);
}

.dropdown-item strong {
    display: block;
    color: var(--text-dark);
    font-weight: 600;
}

.dropdown-item span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: all var(--transition);
}

/* Hero Section - Energetic Dark Space Theme */
.hero {
    position: relative;
    padding: 10rem 0 5rem;
    background: linear-gradient(135deg, #0a0a0f 0%, #0f0f1a 25%, #1a1025 50%, #0f1520 75%, #0a0a0f 100%);
    overflow: hidden;
}

/* Animated Stars Background */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20px 30px, #fff, transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 90px 40px, #fff, transparent),
        radial-gradient(2px 2px at 160px 120px, rgba(251,146,60,0.8), transparent),
        radial-gradient(1px 1px at 230px 80px, #fff, transparent),
        radial-gradient(2px 2px at 300px 150px, rgba(234,88,12,0.6), transparent),
        radial-gradient(1px 1px at 370px 50px, #fff, transparent),
        radial-gradient(2px 2px at 450px 180px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 520px 90px, #fff, transparent),
        radial-gradient(2px 2px at 600px 130px, rgba(251,146,60,0.5), transparent);
    background-size: 650px 200px;
    animation: starsMove 20s linear infinite;
    opacity: 0.6;
    pointer-events: none;
}

/* Fast Moving Energy Lines */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(90deg, transparent 0%, transparent 45%, rgba(234,88,12,0.03) 50%, transparent 55%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(251,146,60,0.02) 50%, transparent 100%);
    animation: energyPulse 3s ease-in-out infinite;
    pointer-events: none;
}

/* Shooting Stars / Speed Lines */
@keyframes starsMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-650px) translateY(100px); }
}

@keyframes energyPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.02); }
}

/* Orange Glow Effects */
.hero .hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: glowFloat 6s ease-in-out infinite;
}

.hero .hero-glow-1 {
    width: 400px;
    height: 400px;
    background: rgba(234, 88, 12, 0.15);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.hero .hero-glow-2 {
    width: 300px;
    height: 300px;
    background: rgba(251, 146, 60, 0.1);
    bottom: -50px;
    left: -50px;
    animation-delay: -3s;
}

.hero .hero-glow-3 {
    width: 200px;
    height: 200px;
    background: rgba(234, 88, 12, 0.12);
    top: 50%;
    left: 30%;
    animation-delay: -1.5s;
}

@keyframes glowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    33% { transform: translate(20px, -20px) scale(1.1); opacity: 0.7; }
    66% { transform: translate(-10px, 10px) scale(0.95); opacity: 0.4; }
}

/* Floating Gym Background Elements */
.gym-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.gym-element {
    position: absolute;
    color: rgba(255, 90, 0, 0.05); /* Semi-transparent cyber orange */
    filter: drop-shadow(0 0 15px rgba(255, 90, 0, 0.08));
    animation: floatGymIcon 8s ease-in-out infinite alternate;
    user-select: none;
}

/* Specific positions and animation parameters to look random and deep */
.gym-element.el-1 { top: 12%; left: 6%; font-size: 3.5rem; animation-duration: 9s; animation-delay: 0s; }
.gym-element.el-2 { top: 22%; left: 45%; font-size: 2.2rem; color: rgba(217, 70, 239, 0.05); animation-duration: 7s; animation-delay: 1.5s; }
.gym-element.el-3 { top: 70%; left: 12%; font-size: 2.8rem; animation-duration: 8s; animation-delay: 0.5s; }
.gym-element.el-4 { top: 35%; left: 92%; font-size: 3.8rem; color: rgba(255, 46, 0, 0.06); animation-duration: 11s; animation-delay: 2s; }
.gym-element.el-5 { top: 82%; left: 85%; font-size: 2.5rem; animation-duration: 6s; animation-delay: 1s; }
.gym-element.el-6 { top: 55%; left: 48%; font-size: 3rem; color: rgba(217, 70, 239, 0.05); animation-duration: 10s; animation-delay: 3s; }
.gym-element.el-7 { top: 48%; left: 8%; font-size: 2.2rem; animation-duration: 7.5s; animation-delay: 0.8s; }
.gym-element.el-8 { top: 15%; left: 88%; font-size: 3.5rem; animation-duration: 12s; animation-delay: 2.5s; }

@keyframes floatGymIcon {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(-25px) rotate(10deg) scale(1.1);
        opacity: 0.45;
    }
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    max-width: 600px;
}

.hero-text .badge {
    margin-bottom: 1.5rem;
    background: rgba(234, 88, 12, 0.2);
    border: 1px solid rgba(251, 146, 60, 0.3);
    color: var(--secondary);
}

.hero-text h1 {
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.hero-text h1 span:first-child {
    color: #fff;
}

.hero-text p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.hero-text p strong {
    color: var(--secondary);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(251, 146, 60, 0.3);
}

.hero-stat h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.hero-visual {
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: visible;
    padding: 4px;
    background: linear-gradient(135deg, var(--primary), var(--secondary), var(--primary));
    box-shadow: 0 0 40px rgba(234, 88, 12, 0.3), 0 20px 50px rgba(0, 0, 0, 0.4);
}

.hero-image-wrapper img {
    border-radius: 16px;
}

/* Dashboard Preview */
.dashboard-preview {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    padding: 1rem;
    box-shadow: var(--shadow-2xl);
    border: 1px solid var(--border-light);
}

.dashboard-preview-header {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.dashboard-preview-header span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dashboard-preview-header span:nth-child(1) { background: #ef4444; }
.dashboard-preview-header span:nth-child(2) { background: #fbbf24; }
.dashboard-preview-header span:nth-child(3) { background: #22c55e; }

.dashboard-preview-content {
    background: var(--bg-light);
    border-radius: var(--radius-md);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
}

.hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: float 6s ease-in-out infinite;
    z-index: 15;
}

.hero-float-card.card-1 {
    top: 15%;
    left: -30px;
}

.hero-float-card.card-2 {
    bottom: 20%;
    right: -30px;
    animation-delay: -3s;
}

.hero-float-card i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius);
    font-size: 1rem;
    color: var(--text-white);
}

.hero-float-card .card-content h4 {
    font-size: 0.9375rem;
    margin-bottom: 0.125rem;
    color: #fff;
}

.hero-float-card .card-content p {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    text-align: center;
    transition: all var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.15);
    border-color: var(--primary-light);
}

.feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    margin: 0 auto 1.25rem;
    font-size: 1.25rem;
    color: var(--text-white);
}

.feature-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    color: var(--text-dark);
}

.feature-card p {
    font-size: 0.9375rem;
    margin: 0;
    color: var(--text-muted);
}

/* Feature cards in dark sections */
.section-dark .feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.section-dark .feature-card h4 {
    color: #fff;
}

.section-dark .feature-card p {
    color: rgba(255, 255, 255, 0.7);
}

/* AI Features Section (dark with stars) */
.ai-features-section {
    background: linear-gradient(135deg, #0a0a0f 0%, #0f0f1a 25%, #1a1025 50%, #0f1520 75%, #0a0a0f 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

/* Stars Background for AI Section */
.ai-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20px 30px, #fff, transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 90px 40px, #fff, transparent),
        radial-gradient(2px 2px at 160px 120px, rgba(251,146,60,0.8), transparent),
        radial-gradient(1px 1px at 230px 80px, #fff, transparent),
        radial-gradient(2px 2px at 300px 150px, rgba(234,88,12,0.6), transparent),
        radial-gradient(1px 1px at 370px 50px, #fff, transparent),
        radial-gradient(2px 2px at 450px 180px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 520px 90px, #fff, transparent),
        radial-gradient(2px 2px at 600px 130px, rgba(251,146,60,0.5), transparent),
        radial-gradient(1px 1px at 80px 160px, #fff, transparent),
        radial-gradient(2px 2px at 180px 200px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 280px 220px, rgba(251,146,60,0.7), transparent),
        radial-gradient(2px 2px at 400px 250px, #fff, transparent),
        radial-gradient(1px 1px at 550px 190px, rgba(234,88,12,0.5), transparent);
    background-size: 650px 280px;
    animation: starsMove 25s linear infinite;
    opacity: 0.6;
    pointer-events: none;
}

/* Glow effect for AI section */
.ai-features-section::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: glowFloat 8s ease-in-out infinite;
}

.ai-feature-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    padding: 2.25rem;
    position: relative;
    overflow: hidden;
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ai-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 90, 0, 0.4);
    box-shadow: 0 20px 40px rgba(255, 90, 0, 0.15);
}

.ai-feature-card .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius);
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    color: #fff;
}

.ai-feature-card .ai-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--gradient-primary-full);
    color: #fff;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ai-feature-card h3 {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.ai-feature-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.25rem;
    line-height: 1.6;
    font-size: 0.9375rem;
}

.ai-feature-card ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.ai-feature-card ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.ai-feature-card ul li i {
    color: var(--accent-cyan);
    font-size: 0.8125rem;
}

.ai-feature-card .card-visual {
    margin-top: auto;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: transform var(--transition);
}

.ai-feature-card:hover .card-visual {
    transform: scale(1.02);
}

.ai-feature-card .card-visual img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.ai-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

/* Big Number Stat */
/* Big Number Stat Redesign */
.big-stat-section-redesign {
    background: #090E1A;
    background: linear-gradient(135deg, #090E1A 0%, #141C30 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}

.stat-bg-orb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.12) 0%, rgba(219, 70, 239, 0.04) 50%, transparent 100%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.stat-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 90, 0, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 2;
    pointer-events: none;
}

.big-stat-section-redesign .container {
    position: relative;
    z-index: 3;
}

.stat-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 5rem;
    align-items: center;
}

@media (max-width: 991px) {
    .stat-split-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

/* Left Column: Info & Stats */
.stat-info-side {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.stat-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 90, 0, 0.15);
    border: 1px solid rgba(255, 90, 0, 0.25);
    color: var(--primary-light);
    padding: 0.4rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-stat-display {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.counter-stat {
    font-size: clamp(5rem, 10vw, 7.5rem);
    font-weight: 800;
    line-height: 0.9;
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
}

.main-stat-display h3 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.stat-description {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0;
}

.mini-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 1rem;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.metric-val {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-light);
}

.metric-lbl {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Right Column: Phone WhatsApp Simulator */
.stat-visual-side {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.phone-simulator {
    width: 320px;
    height: 480px;
    background: #0b141a; /* WhatsApp Dark Mode Background */
    border: 10px solid #1e293b;
    border-radius: 36px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(255, 90, 0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all var(--transition);
}

.phone-simulator:hover {
    transform: translateY(-5px) rotate(1deg);
    border-color: #334155;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.7), 0 0 60px rgba(255, 90, 0, 0.1);
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 18px;
    background: #1e293b;
    border-radius: 0 0 12px 12px;
    z-index: 10;
}

.phone-header {
    background: #1f2c34;
    padding: 1.5rem 1.25rem 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.whatsapp-header-icon {
    font-size: 1.5rem;
    color: #25D366;
}

.phone-header-info {
    display: flex;
    flex-direction: column;
}

.header-name {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
}

.header-status {
    color: #86efac;
    font-size: 0.7rem;
    font-weight: 500;
}

.phone-header-actions {
    margin-left: auto;
    display: flex;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.phone-body {
    flex-grow: 1;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background-image: radial-gradient(rgba(0,0,0,0.15) 20%, transparent 20%), radial-gradient(rgba(0,0,0,0.15) 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}

/* Chat bubble designs */
.chat-bubble {
    padding: 0.85rem;
    border-radius: 12px;
    font-size: 0.825rem;
    line-height: 1.4;
    max-width: 85%;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.chat-bubble p {
    color: #e9edef !important;
    margin: 0 !important;
    font-size: 0.825rem !important;
    line-height: 1.4 !important;
}

.chat-bubble strong {
    color: #ffffff !important;
    font-weight: 700;
}

.chat-bubble.received {
    background: #202c33;
    color: #e9edef;
    align-self: flex-start;
    border-top-left-radius: 0;
}

.chat-bubble.sent {
    background: #005c4b;
    color: #e9edef;
    align-self: flex-end;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.chat-sender {
    font-size: 0.7rem;
    color: var(--primary-light);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.chat-time {
    font-size: 0.65rem;
    color: #8696a0;
    align-self: flex-end;
    margin-top: 0.2rem;
}

.chat-bubble.sent .chat-time {
    color: #86efac;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.read-tick {
    color: #53bdeb;
}

/* Success Badge Overlay */
.renewal-success-badge {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: auto;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2);
}

.success-icon-wrapper {
    width: 32px;
    height: 32px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.95rem;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.success-badge-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.success-badge-text strong {
    color: #ffffff;
    font-size: 0.85rem;
}

.success-badge-text span {
    color: #a7f3d0;
    font-size: 0.725rem;
}

/* Chat bubble animations */
.animate-bubble-1 {
    opacity: 0;
    transform: translateY(15px);
    animation: slideInBubble 800ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 800ms;
}

.animate-bubble-2 {
    opacity: 0;
    transform: translateY(15px);
    animation: slideInBubble 800ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 2400ms;
}

.animate-bubble-3 {
    opacity: 0;
    transform: scale(0.9);
    animation: successBadgeReveal 800ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 3800ms;
}

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

@keyframes successBadgeReveal {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* PWA / Mobile Apps Section */
.pwa-section {
    background: var(--bg-dark);
    padding: 6rem 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 90, 0, 0.08);
}

.pwa-section .section-header h2 {
    color: #fff;
}

.pwa-section .section-header p {
    color: #94a3b8;
}

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

.pwa-card {
    background: linear-gradient(135deg, rgba(20, 28, 48, 0.65) 0%, rgba(9, 14, 26, 0.8) 100%);
    border: 1px solid rgba(255, 90, 0, 0.12);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pwa-card:hover {
    border-color: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(255, 90, 0, 0.12);
}

.pwa-card .phone-mockup {
    width: 100px;
    height: 180px;
    background: #1a1a2e;
    border-radius: 20px;
    margin: 0 auto 1.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3), inset 0 0 0 2px #333;
    overflow: hidden;
}

.pwa-card .phone-mockup::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background: #0f0f1a;
    border-radius: 3px;
    z-index: 10;
}

.pwa-card .phone-mockup .phone-screen {
    position: absolute;
    top: 16px;
    left: 6px;
    right: 6px;
    bottom: 8px;
    background: linear-gradient(180deg, #EA580C 0%, #F97316 50%, #FB923C 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 6px;
    overflow: hidden;
}

.pwa-card .phone-mockup .phone-screen .screen-header {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    margin-bottom: 8px;
}

.pwa-card .phone-mockup .phone-screen .screen-avatar {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.pwa-card .phone-mockup .phone-screen .screen-avatar i {
    font-size: 16px;
    color: #EA580C;
}

.pwa-card .phone-mockup .phone-screen .screen-lines {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
}

.pwa-card .phone-mockup .phone-screen .screen-line {
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}

.pwa-card .phone-mockup .phone-screen .screen-line:nth-child(1) { width: 80%; }
.pwa-card .phone-mockup .phone-screen .screen-line:nth-child(2) { width: 60%; }
.pwa-card .phone-mockup .phone-screen .screen-line:nth-child(3) { width: 70%; }

.pwa-card .phone-mockup .phone-screen .screen-buttons {
    display: flex;
    gap: 6px;
    margin-top: auto;
    width: 100%;
    justify-content: center;
}

.pwa-card .phone-mockup .phone-screen .screen-btn {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pwa-card .phone-mockup .phone-screen .screen-btn i {
    font-size: 10px;
    color: #EA580C;
}

.pwa-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #fff;
}

.pwa-card p {
    color: #94a3b8;
    font-size: 0.9375rem;
    margin: 0;
}

.pwa-card .features-list {
    margin-top: 1.5rem;
    text-align: left;
    list-style: none;
}

.pwa-card .features-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.pwa-card .features-list li i {
    color: var(--primary);
}

/* White-Label App Banner Styles */
.white-label-banner {
    margin-top: 3.5rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    border: 1px solid rgba(255, 90, 0, 0.15);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    text-align: left;
}

.white-label-info {
    flex: 1;
}

.white-label-badge {
    background: rgba(255, 90, 0, 0.15);
    color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.white-label-info h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.white-label-info p {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.white-label-apps {
    flex-shrink: 0;
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.white-label-app-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 1.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    width: 150px;
    transition: all 0.3s ease;
}

.white-label-app-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 90, 0, 0.3);
    transform: translateY(-3px);
}

.white-label-app-box i {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.75rem;
}

.white-label-app-box.android i {
    color: #3DDC84;
}

.white-label-app-box.ios i {
    color: #fff;
}

.white-label-app-box span {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
}

@media (max-width: 991px) {
    .white-label-banner {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        padding: 2.5rem 2rem;
    }
    
    .white-label-badge {
        justify-content: center;
    }
    
    .white-label-apps {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .white-label-apps {
        flex-direction: column;
        align-items: center;
    }
    
    .white-label-app-box {
        width: 100%;
        max-width: 200px;
    }
}

/* Full Width White-Label Section Styles */
.white-label-section {
    background: linear-gradient(135deg, #090e1a 0%, #0f172a 100%);
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 90, 0, 0.15);
    border-bottom: 1px solid rgba(255, 90, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.white-label-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
    align-items: center;
}

.white-label-content {
    text-align: left;
}

.white-label-content h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

.white-label-content p {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.white-label-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.white-label-benefit-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.white-label-benefit-item i {
    color: var(--primary);
    font-size: 1.25rem;
    margin-top: 0.2rem;
}

.white-label-benefit-item h4 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.white-label-benefit-item p {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.5;
}

.white-label-visual {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
}

.white-label-visual img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.6));
    transition: transform 0.5s ease;
}

.white-label-visual img:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .white-label-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .white-label-content {
        text-align: center;
    }
    
    .white-label-benefits {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
    }
    
    .white-label-visual img {
        max-width: 340px;
    }
}

/* WhatsApp Split Section Styles */
.whatsapp-split-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.whatsapp-mockup-wrapper {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-mockup-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: block;
}

@media (max-width: 991px) {
    .whatsapp-split-section {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

/* Module Cards */
.module-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.module-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);
}

.module-card .icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 12px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    color: #fff;
}

.module-card h4 {
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.module-card p {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    color: #64748b;
}

.module-card ul {
    list-style: none;
}

.module-card ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 0.5rem;
}

.module-card ul li i {
    color: var(--primary);
    font-size: 0.75rem;
}

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

/* Stats Section */
.stats-section {
    background: var(--gradient-primary);
    padding: 3.5rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

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

.stat-item h3 {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
    color: var(--text-white);
}

.stat-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
    margin: 0;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    transition: all var(--transition);
}

.testimonial-card:hover {
    box-shadow: var(--shadow-lg);
}

.testimonial-card .stars {
    color: #f59e0b;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.testimonial-card blockquote {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.7;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-author .author-info h5 {
    font-size: 0.9375rem;
    margin-bottom: 0.125rem;
}

.testimonial-author .author-info p {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin: 0;
}

/* Testimonial Highlight */
.testimonial-highlight {
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    margin-top: 3rem;
}

.testimonial-highlight blockquote {
    font-size: 1.5rem;
    color: #0f172a;
    font-style: italic;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.testimonial-highlight .author-info h5 {
    margin: 0;
    color: #0f172a;
}

.testimonial-highlight .author-info p {
    margin: 0;
    color: #64748b;
    font-size: 0.875rem;
}

/* CTA Section */
.cta-section {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.2) 0%, transparent 60%);
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem 0;
    z-index: 1;
}

.cta-content h2 {
    margin-bottom: 1rem;
    color: var(--text-white);
}

.cta-content p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.footer {
    background: var(--bg-dark);
    padding: 4rem 0 0;
}


.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.footer .navbar-brand {
    margin-bottom: 1rem;
    display: inline-flex;
}

.footer .navbar-brand .brand-name {
    color: #fff;
}

.footer .navbar-brand .brand-tagline {
    color: var(--secondary);
}

.footer .navbar-brand .brand-logo {
    height: 42px;
}

.footer-brand p {
    margin: 0 0 1.5rem;
    max-width: 280px;
    color: var(--text-light);
    font-size: 0.9375rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-dark-secondary);
    border-radius: var(--radius);
    color: var(--text-light);
    transition: all var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    color: var(--text-white);
}

.footer-col h4 {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    color: var(--text-white);
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: var(--text-light);
    font-size: 0.9375rem;
    transition: color var(--transition-fast);
}

.footer-links a:hover {
    color: var(--secondary-light);
}

.footer-contact {
    list-style: none;
    padding-bottom: 75px; /* Leaves vertical room for the absolute overlay of the footer girl image */
}

.footer-contact li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
    color: var(--text-light);
    font-size: 0.9375rem;
}

.footer-contact i {
    color: var(--secondary);
    width: 18px;
    flex-shrink: 0;
}

/* Footer Bottom Bar with Image */
.footer-bottom-bar {
    background: var(--gradient-primary);
    margin-top: 2.5rem;
    position: relative;
    overflow: visible;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative;
}

.footer-bottom-inner p {
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
}

.footer-bottom-inner p strong {
    font-weight: 700;
}

.footer-bottom-inner a {
    color: rgba(255,255,255,0.85);
    transition: color 0.2s ease;
}

.footer-bottom-inner a:hover {
    color: #fff;
}

.footer-member-img {
    height: 140px;
    width: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: -1px;
    filter: drop-shadow(-5px 5px 15px rgba(0,0,0,0.3));
    display: block;
    pointer-events: none;
}

/* Page Header */
.page-header {
    padding: 9rem 0 3rem;
    background: var(--gradient-hero);
    position: relative;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.breadcrumb a {
    color: var(--text-muted);
}

.breadcrumb a:hover {
    color: var(--primary);
}

.breadcrumb span {
    color: var(--text-light);
}

.page-header h1 {
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.125rem;
    max-width: 550px;
    color: var(--text-muted);
}

/* Product Hero */
.product-hero {
    padding: 9rem 0 4rem;
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
}

.product-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.product-hero-content {
    position: relative;
    z-index: 1;
}

.product-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.product-logo-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    font-size: 2rem;
    color: var(--text-white);
    background: var(--gradient-primary);
}

.product-logo h1 {
    font-size: 2.25rem;
    margin: 0;
}

.product-hero-content .tagline {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.75rem;
}

.product-hero-content p {
    font-size: 1.0625rem;
    margin-bottom: 1.75rem;
    color: var(--text-muted);
}

.product-hero-visual {
    position: relative;
}

/* Contact Section */
.page-header {
    position: relative;
    overflow: hidden;
    padding: 9rem 0 5rem;
}

/* Background Glow Orb for Premium Hero Vibe */
.header-glow-orb {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.15) 0%, rgba(217, 70, 239, 0.05) 50%, transparent 100%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: var(--text-white);
}

.page-header .subtitle {
    font-size: 1.2rem;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

/* Contact Main Section Grid */
.contact-section {
    background: var(--bg-light);
    padding: 6rem 0;
}

.contact-section .container {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: start;
}

@media (max-width: 991px) {
    .contact-section .container {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }
}

/* Left Column: Info */
.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-block h2 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-dark);
}

.contact-info-block .intro-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

/* Visual Methods Grid (2x2) */
.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

@media (max-width: 576px) {
    .contact-methods-grid {
        grid-template-columns: 1fr;
    }
}

.contact-method-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}

.contact-method-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-light);
    box-shadow: var(--shadow-md);
}

.contact-method-card .icon-box {
    width: 52px;
    height: 52px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(255, 90, 0, 0.1) 0%, rgba(255, 90, 0, 0.02) 100%);
    border: 1px solid rgba(255, 90, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--primary);
    transition: all var(--transition);
}

.contact-method-card:hover .icon-box {
    background: var(--gradient-primary);
    color: var(--text-white);
    box-shadow: var(--shadow-primary);
    border-color: transparent;
}

/* WhatsApp Specific Accent */
.contact-method-card.whatsapp:hover .icon-box {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.contact-method-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-dark);
}

.contact-method-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.contact-method-card a {
    color: var(--text-dark);
    font-weight: 600;
    transition: color var(--transition-fast);
}

.contact-method-card a:hover {
    color: var(--primary);
}

.contact-method-card .badge-live {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-full);
    margin-top: 0.5rem;
}

.contact-method-card .badge-live .pulse-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(16, 185, 129, 0.4);
    animation: pulseGlow 1.5s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0px rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(16, 185, 129, 0);
    }
}

/* Operations Status Panel */
.status-panel-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.status-panel-card .panel-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 90, 0, 0.08);
    padding-bottom: 0.75rem;
}

.status-panel-card .panel-header h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    font-weight: 700;
    margin: 0;
}

.status-panel-card .panel-header .status-indicator {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 600;
}

.status-panel-card .panel-header .status-indicator span {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    animation: pulseGlow 1.5s infinite;
}

.status-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    text-align: center;
}

.status-stat-item h5 {
    font-size: 1.35rem;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 0.15rem;
}

.status-stat-item p {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

/* Right Column: Premium Form Card */
.premium-form-wrapper {
    background: var(--bg-white);
    border: 1px solid rgba(255, 90, 0, 0.15);
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.premium-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.premium-form-wrapper h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.premium-form-wrapper .form-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.premium-form-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

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

.floating-input-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.floating-input-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.floating-input-group .input-wrapper {
    position: relative;
    width: 100%;
}

.floating-input-group .input-wrapper i {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 1rem;
    transition: color var(--transition-fast);
}

.floating-input-group .input-wrapper textarea + i {
    top: 1.5rem;
    transform: none;
}

.floating-input-group input,
.floating-input-group select,
.floating-input-group textarea {
    width: 100%;
    background: #FAF8F5;
    border: 1px solid rgba(255, 90, 0, 0.12);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem 1rem 3rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-primary);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01);
    transition: all var(--transition);
}

.floating-input-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.floating-input-group .select-arrow {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    pointer-events: none;
    font-size: 0.85rem;
}

.floating-input-group input:focus,
.floating-input-group select:focus,
.floating-input-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--bg-white);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.08), 0 10px 20px -5px rgba(255, 90, 0, 0.05);
}

.floating-input-group input:focus + i,
.floating-input-group select:focus + i,
.floating-input-group textarea:focus + i {
    color: var(--primary);
}

.floating-input-group textarea {
    min-height: 140px;
    resize: vertical;
}

/* Custom Submit Button Styling */
.submit-btn-premium {
    width: 100%;
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius-md);
    padding: 1.15rem;
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all var(--transition);
    box-shadow: var(--shadow-primary);
}

.submit-btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 90, 0, 0.45);
}

.submit-btn-premium:active {
    transform: translateY(1px);
}

.submit-btn-premium i {
    transition: transform var(--transition);
}

.submit-btn-premium:hover i {
    transform: translate(4px, -4px);
}

.submit-btn-premium:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}


/* About Page */
.about-hero {
    padding: 9rem 0 5rem;
    background: var(--gradient-hero);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

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

@media (max-width: 991px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.about-text h1 {
    margin-bottom: 1.5rem;
    color: var(--text-white);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    line-height: 1.15;
}

.about-text p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

.about-text p strong {
    color: var(--primary-light);
}

.about-hero .breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
}

.about-hero .breadcrumb a:hover {
    color: var(--primary-light);
}

.about-hero .breadcrumb span {
    color: rgba(255, 255, 255, 0.4);
}

/* Glassmorphic Dashboard Preview Widget */
.about-hero .dashboard-preview {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-xl);
    padding: 1.25rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    transition: all var(--transition);
}

.about-hero .dashboard-preview:hover {
    border-color: rgba(255, 90, 0, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), 0 0 40px rgba(255, 90, 0, 0.08);
}

.about-hero .dashboard-preview-header {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.about-hero .dashboard-preview-content {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-md);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.preview-card-inner {
    text-align: center;
}

.preview-card-inner .logo-box {
    background: #ffffff;
    padding: 1.5rem 2.5rem;
    border-radius: var(--radius);
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.preview-card-inner .brand-logo-img {
    height: 48px;
    display: block;
}

.preview-card-inner h3 {
    color: var(--text-white);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.preview-card-inner p {
    color: var(--primary-light);
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Redesigned Contact Section & Map Grid */
.contact-redesign-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3.5rem;
    margin-top: 3.5rem;
    align-items: stretch;
}

@media (max-width: 991px) {
    .contact-redesign-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all var(--transition);
}

.contact-info-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 90, 0, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.contact-info-card .icon-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(255, 90, 0, 0.15) 0%, rgba(234, 88, 12, 0.05) 100%);
    border: 1px solid rgba(255, 90, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary);
    transition: all var(--transition);
}

.contact-info-card:hover .icon-wrapper {
    background: var(--gradient-primary);
    color: var(--text-white);
    box-shadow: var(--shadow-primary);
    border-color: transparent;
}

.contact-info-card .info-content h4 {
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    color: var(--text-white);
    font-weight: 600;
}

.contact-info-card .info-content p {
    margin: 0;
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
}

.contact-info-card .info-content a {
    color: var(--text-light);
    transition: color var(--transition-fast);
}

.contact-info-card .info-content a:hover {
    color: var(--primary-light);
}

/* Map Card Wrapper */
.map-card-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-xl);
    padding: 1.25rem;
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: all var(--transition);
}

.map-card-wrapper:hover {
    border-color: rgba(255, 90, 0, 0.2);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 90, 0, 0.05);
}

.map-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 0.85rem;
}

.map-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.map-dot.red { background: #ef4444; }
.map-dot.yellow { background: #fbbf24; }
.map-dot.green { background: #22c55e; }

.map-title {
    margin-left: auto;
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

.map-title i {
    color: var(--primary);
    margin-right: 0.35rem;
}

.map-iframe-container {
    flex-grow: 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-height: 360px;
}

.map-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(0.15) contrast(1.05) invert(0.9) hue-rotate(180deg);
    transition: filter 500ms ease;
}

.map-card-wrapper:hover .map-iframe-container iframe {
    filter: none;
}


.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.value-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    text-align: center;
    transition: all var(--transition);
}

.value-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.value-card i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    margin: 0 auto 1.25rem;
    font-size: 1.25rem;
    color: var(--text-white);
}

.value-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.value-card p {
    font-size: 0.9375rem;
    margin: 0;
    color: var(--text-muted);
}

/* Timeline */
.timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: var(--gradient-primary);
}

.timeline-item {
    display: flex;
    margin-bottom: 2.5rem;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
    padding-right: 2.5rem;
    padding-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    padding-left: 2.5rem;
}

.timeline-content {
    width: 50%;
}

.timeline-content .year {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.375rem;
}

.timeline-content h4 {
    margin-bottom: 0.375rem;
    font-size: 1.125rem;
}

.timeline-content p {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
}

.pricing-card {
    background: var(--bg-white);
    border: 2px solid var(--border-light);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    text-align: center;
    transition: all var(--transition);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.pricing-card.featured {
    background: linear-gradient(135deg, var(--primary) 0%, #C2410C 100%);
    border: none;
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.35);
}

.pricing-card.featured h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured .price {
    color: #fff;
}

.pricing-card.featured .price small {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-card.featured .featured-subtext {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.pricing-card.featured .btn-primary {
    background: #fff !important;
    color: var(--primary) !important;
}

.pricing-card.featured .btn-primary:hover {
    background: #FFF7ED !important;
}

.pricing-card .popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: var(--primary);
    padding: 0.35rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

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

.pricing-card .price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin: 1rem 0;
    white-space: nowrap;
}

.pricing-card .price small {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-muted);
    white-space: nowrap;
}

.pricing-card .pricing-features {
    list-style: none;
    text-align: left;
    margin: 1.5rem 0;
}

.pricing-card .pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--bg-gray);
}

.pricing-card .pricing-features li i {
    color: var(--primary);
    font-size: 0.875rem;
}

.pricing-card .btn {
    width: 100%;
    margin-top: 1rem;
}

/* Contact Pricing Box */
.contact-pricing {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.1) 0%, rgba(251, 146, 60, 0.1) 100%);
    border: 2px solid rgba(234, 88, 12, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.contact-pricing h4 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.contact-pricing p {
    color: #64748b;
    margin: 0.5rem 0 1.5rem 0;
}

.contact-pricing .contact-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748b;
    font-size: 0.9375rem;
}

.trust-badge i {
    font-size: 1.5rem;
    color: var(--primary);
}



/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Alert Messages */
.alert {
    padding: 1rem 1.25rem;
    border-radius: var(--radius);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
}

.alert-success {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #16a34a;
}

.alert-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #dc2626;
}

.loading {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s ease-in-out infinite;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
    .top-bar-content {
        font-size: 0.75rem;
    }

    .top-bar-content > span {
        display: none;
    }

    .top-bar-contact {
        gap: 0.75rem;
    }

    .top-bar-item {
        font-size: 0.7rem;
    }

    .cybex-link {
        display: none;
    }

    .navbar {
        top: 0;
    }

    .migration-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .footer-images {
        gap: 1rem;
    }

    .footer-images img {
        height: 100px;
    }

    .hero .container,
    .product-hero .container,
    .about-content,
    .contact-section .container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hero-visual {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-text {
        text-align: center;
        max-width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .features-grid,
    .testimonials-grid,
    .about-values,
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .ai-features-grid {
        grid-template-columns: 1fr;
    }

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

    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

    .navbar {
        top: 0;
    }

    .hero {
        padding: 8rem 0 4rem;
    }

    .page-header {
        padding: 8rem 0 4rem;
    }

    .footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }

    .footer-member-img {
        display: none;
    }

    .footer-contact {
        padding-bottom: 0;
    }

    .migration-callout-box {
        padding: 1.25rem !important;
        flex-direction: column !important;
        text-align: center !important;
    }

    .migration-callout-box > div {
        flex-direction: column !important;
        text-align: center !important;
    }

    .migration-callout-box .btn {
        width: 100% !important;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(15, 23, 42, 0.99);
        backdrop-filter: blur(10px);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 1.5rem 2rem;
        gap: 0.75rem;
        transition: right var(--transition);
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.5);
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu .nav-link {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1rem;
        padding: 0.5rem 0;
        width: 100%;
    }

    .nav-menu .nav-link:hover,
    .nav-menu .nav-link.active {
        color: #fb923c;
    }

    .nav-item .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0.5rem 0 0 1rem;
        min-width: auto;
    }

    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .section {
        padding: 3.5rem 0;
    }

    .hero {
        padding: 7rem 0 3rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
    }

    .hero-float-card {
        display: none;
    }

    .stats-grid {
        gap: 1.25rem;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .big-stat h2 {
        font-size: 4rem;
    }

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

    .form-row {
        grid-template-columns: 1fr;
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .fitplex-hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

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

    .cta-buttons .btn {
        width: 100%;
    }
}

/* SEO Page Specific Styles */
/* Old SEO hero styles removed - now using .hero.seo-hero */

.seo-stats-bar {
    background: var(--gradient-primary);
    padding: 3rem 0;
}

.seo-features {
    padding: 80px 0;
    background: #fff;
}

.seo-cta {
    padding: 80px 0;
    background: var(--gradient-primary);
    text-align: center;
}

.seo-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.seo-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* AI Section Grid - Responsive */
@media (max-width: 1024px) {
    .ai-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

/* Fitness Gallery - Responsive */
@media (max-width: 1024px) {
    .fitness-gallery {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .fitness-gallery > div:nth-child(n+4) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .fitness-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .fitness-gallery > div:nth-child(n+3) {
        display: none !important;
    }
    .fitness-gallery img {
        max-height: 240px !important;
    }
}

@media (max-width: 480px) {
    .fitness-gallery {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        max-width: 280px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .fitness-gallery > div:nth-child(n+2) {
        display: none !important;
    }
    .fitness-gallery img {
        max-height: 220px !important;
    }
    .hero-image-wrapper {
        display: none !important;
    }
}

/* ============================================
   SEO Location Pages Styles
   ============================================ */

/* Modules Grid for SEO Pages */
.modules-grid-seo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.module-item-seo {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
}

.module-item-seo:hover {
    background: var(--bg-light);
    transform: translateY(-3px);
    border-color: var(--primary-lighter);
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.1);
}

.module-item-seo i {
    font-size: 1.75rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    display: block;
}

.module-item-seo span {
    display: block;
    font-size: 0.9375rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* Local Content Section */
.local-content-seo {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.local-content-seo h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.local-content-seo p {
    color: var(--text-secondary);
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

/* SEO Pages Responsive */
@media (max-width: 1024px) {
    .modules-grid-seo {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .modules-grid-seo {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Hero Image Slider */
.hero-slider-wrapper {
    position: relative;
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 90, 0, 0.2);
    aspect-ratio: 1 / 1;
}

@media (max-width: 991px) {
    .hero-slider-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
}

.hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
    transform: scale(1.05);
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(9, 14, 26, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 90, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
    z-index: 10;
    outline: none;
}

.slider-btn:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    box-shadow: var(--shadow-primary);
}

.prev-btn { left: 1rem; }
.next-btn { right: 1rem; }

.slider-dots {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.slider-dots .dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.slider-dots .dot.active {
    width: 24px;
    border-radius: 10px;
    background: var(--primary);
    box-shadow: var(--shadow-primary);
}

/* Slide Info Overlay Styles */
.slide-overlay-content {
    position: absolute;
    bottom: 3.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background: rgba(9, 14, 26, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 90, 0, 0.25);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    z-index: 5;
    transform: translateY(20px);
    opacity: 0;
    transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 200ms;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-slide.active .slide-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.slide-overlay-content h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.35rem;
    background: var(--gradient-primary-full);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.slide-overlay-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

/* Callback Modal Styles */
.callback-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.callback-modal.active {
    opacity: 1;
    pointer-events: all;
}

.callback-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 14, 26, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.callback-modal-content {
    position: relative;
    background: var(--bg-dark-secondary, #141C30);
    border: 1px solid rgba(255, 90, 0, 0.3);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 90, 0, 0.15);
    border-radius: 20px;
    width: 90%;
    max-width: 450px;
    padding: 2.5rem 2rem;
    z-index: 1;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.callback-modal.active .callback-modal-content {
    transform: scale(1) translateY(0);
}

.callback-modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: transparent;
    border: none;
    color: var(--text-light, #94a3b8);
    font-size: 1.75rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.callback-modal-close:hover {
    color: var(--primary, #FF5A00);
}

.callback-modal-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.modal-logo {
    margin-bottom: 1rem;
}

.modal-logo img {
    height: 40px;
}

.callback-modal-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.callback-modal-body .modal-text {
    color: var(--text-light, #94a3b8);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
}

.callback-form .input-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.callback-form .input-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary, #FF5A00);
    font-size: 1.1rem;
    pointer-events: none;
}

.callback-form input[type="tel"],
.callback-form input[type="text"],
.callback-form input[type="email"],
.callback-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    background: rgba(9, 14, 26, 0.6) !important;
    border: 1.5px solid rgba(255, 90, 0, 0.25) !important;
    border-radius: 12px !important;
    padding: 0.85rem 1.25rem 0.85rem 3.25rem !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.callback-form input[type="tel"]:focus,
.callback-form input[type="text"]:focus,
.callback-form input[type="email"]:focus,
.callback-form select:focus {
    outline: none !important;
    border-color: #FF5A00 !important;
    box-shadow: 0 0 15px rgba(255, 90, 0, 0.3), inset 0 0 8px rgba(255, 90, 0, 0.1) !important;
    background: rgba(9, 14, 26, 0.85) !important;
}

.callback-form input[type="tel"]:hover,
.callback-form input[type="text"]:hover,
.callback-form input[type="email"]:hover,
.callback-form select:hover {
    border-color: rgba(255, 90, 0, 0.5) !important;
    background: rgba(9, 14, 26, 0.7) !important;
}

.callback-form .input-group:focus-within .input-icon {
    color: #ff7c33 !important;
    transform: translateY(-50%) scale(1.05);
    text-shadow: 0 0 8px rgba(255, 90, 0, 0.4);
}

.callback-form input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    opacity: 1;
}

.callback-form select option {
    background-color: #141c30 !important;
    color: #ffffff !important;
}

.callback-form input:-webkit-autofill,
.callback-form input:-webkit-autofill:hover, 
.callback-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #090e1a inset !important;
    transition: background-color 5000s ease-in-out 0s;
}


.callback-form .btn-block {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
}

.form-response {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 8px;
    padding: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.form-response.success {
    opacity: 1;
    color: var(--accent-green-light, #34d399);
    padding: 0.5rem;
    background: rgba(52, 211, 153, 0.1);
    border: 1px solid rgba(52, 211, 153, 0.2);
}

.form-response.error {
    opacity: 1;
    color: var(--accent-red, #ef4444);
    padding: 0.5rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Callback Modal Features Grid Styles */
.modal-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.modal-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Shine Sweep effect by default */
.modal-feature-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: shimmerSweep 3s infinite;
}

@keyframes shimmerSweep {
    0% { left: -60%; }
    30% { left: 140%; }
    100% { left: 140%; }
}

/* stagger animations for a more natural look */
.modal-feature-item:nth-child(2)::after { animation-delay: 0.5s; }
.modal-feature-item:nth-child(3)::after { animation-delay: 1.0s; }
.modal-feature-item:nth-child(4)::after { animation-delay: 1.5s; }
.modal-feature-item:nth-child(5)::after { animation-delay: 2.0s; }
.modal-feature-item:nth-child(6)::after { animation-delay: 2.5s; }

.modal-feature-item:hover {
    background: rgba(255, 90, 0, 0.05);
    border-color: rgba(255, 90, 0, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.15);
}

.feature-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 95, 0, 0.1);
    color: var(--primary);
    border: 1px solid rgba(255, 95, 0, 0.25);
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 95, 0, 0.15);
    animation: iconPulse 2s infinite alternate;
}

@keyframes iconPulse {
    0% {
        box-shadow: 0 0 8px rgba(255, 90, 0, 0.15);
        border-color: rgba(255, 90, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 16px rgba(255, 90, 0, 0.4);
        border-color: rgba(255, 90, 0, 0.5);
    }
}

/* Custom icon colors and glow animations */
.feature-item-icon.whatsapp {
    color: #25D366;
    background: rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.25);
    animation: whatsappPulse 2s infinite alternate;
}
@keyframes whatsappPulse {
    0% { box-shadow: 0 0 8px rgba(37, 211, 102, 0.15); border-color: rgba(37, 211, 102, 0.2); }
    100% { box-shadow: 0 0 16px rgba(37, 211, 102, 0.4); border-color: rgba(37, 211, 102, 0.5); }
}

.feature-item-icon.biometrics {
    color: #06b6d4;
    background: rgba(6, 182, 212, 0.1);
    border-color: rgba(6, 182, 212, 0.25);
    animation: biometricsPulse 2.2s infinite alternate;
}
@keyframes biometricsPulse {
    0% { box-shadow: 0 0 8px rgba(6, 182, 212, 0.15); border-color: rgba(6, 182, 212, 0.2); }
    100% { box-shadow: 0 0 16px rgba(6, 182, 212, 0.4); border-color: rgba(6, 182, 212, 0.5); }
}

.feature-item-icon.workout {
    color: #d946ef;
    background: rgba(217, 70, 239, 0.1);
    border-color: rgba(217, 70, 239, 0.25);
    animation: workoutPulse 2.4s infinite alternate;
}
@keyframes workoutPulse {
    0% { box-shadow: 0 0 8px rgba(217, 70, 239, 0.15); border-color: rgba(217, 70, 239, 0.2); }
    100% { box-shadow: 0 0 16px rgba(217, 70, 239, 0.4); border-color: rgba(217, 70, 239, 0.5); }
}

.feature-item-icon.diet {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.25);
    animation: dietPulse 2s infinite alternate;
}
@keyframes dietPulse {
    0% { box-shadow: 0 0 8px rgba(16, 185, 129, 0.15); border-color: rgba(16, 185, 129, 0.2); }
    100% { box-shadow: 0 0 16px rgba(16, 185, 129, 0.4); border-color: rgba(16, 185, 129, 0.5); }
}

.feature-item-icon.videos {
    color: #eab308;
    background: rgba(234, 179, 8, 0.1);
    border-color: rgba(234, 179, 8, 0.25);
    animation: videosPulse 2.6s infinite alternate;
}
@keyframes videosPulse {
    0% { box-shadow: 0 0 8px rgba(234, 179, 8, 0.15); border-color: rgba(234, 179, 8, 0.2); }
    100% { box-shadow: 0 0 16px rgba(234, 179, 8, 0.4); border-color: rgba(234, 179, 8, 0.5); }
}

.feature-item-icon.mobile {
    color: #ff5a00;
    background: rgba(255, 90, 0, 0.1);
    border-color: rgba(255, 90, 0, 0.25);
    animation: mobilePulse 2s infinite alternate;
}
@keyframes mobilePulse {
    0% { box-shadow: 0 0 8px rgba(255, 90, 0, 0.15); border-color: rgba(255, 90, 0, 0.2); }
    100% { box-shadow: 0 0 16px rgba(255, 90, 0, 0.4); border-color: rgba(255, 90, 0, 0.5); }
}

.modal-feature-item span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-light, #94a3b8);
    transition: color 0.3s ease;
    line-height: 1.2;
}

.modal-feature-item:hover span {
    color: #fff;
}

/* Free Trial Modal styling updates */
.callback-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    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='%23FF5A00' 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.25rem center;
    background-size: 1.25rem;
}

.modal-subtitle {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: var(--text-light, #94a3b8);
}

/* Free Trial Modal styling updates */
.trial-modal-content {
    text-align: center;
}

.trial-modal-content h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.35rem;
    background: var(--gradient-primary-full);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.trial-modal-content .modal-subtitle {
    font-size: 0.95rem;
    color: var(--text-light, #94a3b8);
    margin: 0 0 2rem 0;
    line-height: 1.4;
    display: block;
}

.modal-success-screen {
    animation: fadeIn 0.4s ease forwards;
}

@keyframes scaleIn {
    0% { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* Floating WhatsApp Button (Desktop & Mobile) */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.7);
    z-index: 99999 !important;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
    animation: whatsappPulse 2s infinite;
}

.floating-whatsapp-btn:hover {
    background: #1da851;
    color: #ffffff !important;
    transform: scale(1.1);
}

.floating-whatsapp-btn .whatsapp-tooltip {
    position: absolute;
    left: 70px;
    background: #1e293b;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-whatsapp-btn .whatsapp-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #1e293b transparent transparent;
}

.floating-whatsapp-btn:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

@keyframes whatsappPulse {
    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);
    }
}

@media (max-width: 768px) {
    .floating-whatsapp-btn {
        bottom: 20px;
        left: 20px;
        width: 54px;
        height: 54px;
        font-size: 28px;
    }
    .floating-whatsapp-btn .whatsapp-tooltip {
        display: none;
    }
}

/* Google Pixel Mockup Style (Permanent) */
.pixel-phone {
    background: #090E1A;
    border: 3px solid #1e293b;
    border-radius: 36px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    overflow: visible;
    box-sizing: border-box;
}

.pixel-screen {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.pixel-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pixel-camera {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    border-radius: 50%;
    z-index: 10;
}

.pixel-speaker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    border-radius: 4px;
    z-index: 10;
}




