/* ===================================
   DIGILIGHT INDIA - PREMIUM THEME
   AI-Powered Digital Marketing Agency
   =================================== */

/* ===================================
   REVOLUTIONARY HERO SECTION - NEXT-GEN SAAS EXPERIENCE
   =================================== */

/* Contact Hero Section - For Internal Pages */
.contact-hero {
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    padding-top: 120px;
    padding-bottom: 40px;
    background-image: url('images/inner-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.contact-hero .container {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-hero h1 {
    font-size: 48px;
    margin: 20px 0 24px;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 3px 3px 12px rgba(0,0,0,0.9), 2px 2px 8px rgba(0,0,0,0.8);
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 1.2;
}

.contact-hero p {
    font-size: 18px;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9), 1px 1px 4px rgba(0,0,0,0.8);
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 600;
}

/* Mobile Responsive for Contact Hero */
@media (max-width: 768px) {
    .contact-hero {
        padding-top: 120px;
        padding-bottom: 50px;
        height: auto;
        min-height: 50vh;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
    
    .contact-hero::before {
        background: rgba(0, 0, 0, 0.4);
    }
    
    .contact-hero h1 {
        font-size: 32px;
        margin: 15px 0 20px;
        text-shadow: 3px 3px 12px rgba(0,0,0,0.9), 2px 2px 8px rgba(0,0,0,0.8);
    }
    
    .contact-hero p {
        font-size: 16px;
        line-height: 1.5;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.9), 1px 1px 4px rgba(0,0,0,0.8);
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding-top: 100px;
        padding-bottom: 40px;
        min-height: 40vh;
        background-size: cover;
        background-position: center center;
    }
    
    .contact-hero::before {
        background: rgba(0, 0, 0, 0.5);
    }
    
    .contact-hero h1 {
        font-size: 26px;
        margin: 10px 0 15px;
        text-shadow: 3px 3px 12px rgba(0,0,0,0.9), 2px 2px 8px rgba(0,0,0,0.8);
        line-height: 1.3;
    }
    
    .contact-hero p {
        font-size: 14px;
        line-height: 1.5;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.9), 1px 1px 4px rgba(0,0,0,0.8);
        font-weight: 600;
    }
}

/* Force Hero Section Styles - Override Everything */
.hero {
    position: relative !important;
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #000000 !important;
    background-attachment: fixed !important;
    cursor: auto !important;
    padding: 100px 0 60px 0 !important;
    box-sizing: border-box !important;
}


/* Dynamic Mesh Background */
.hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    display: block !important;
    background: 
        radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 106, 0, 0.15) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(251, 146, 60, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #1a1a1a 100%) !important;
}

/* Animated Neural Network */
.hero-gradient {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgba(255, 106, 0, 0.03) 49%, rgba(255, 106, 0, 0.03) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(59, 130, 246, 0.03) 49%, rgba(59, 130, 246, 0.03) 51%, transparent 52%),
        linear-gradient(90deg, transparent 48%, rgba(251, 146, 60, 0.02) 49%, rgba(251, 146, 60, 0.02) 51%, transparent 52%),
        linear-gradient(0deg, transparent 48%, rgba(96, 165, 250, 0.02) 49%, rgba(96, 165, 250, 0.02) 51%, transparent 52%) !important;
    background-size: 100px 100px, 120px 120px, 80px 80px, 90px 90px !important;
    animation: neuralNetwork 20s linear infinite !important;
    display: block !important;
}

/* Floating Data Particles */
.hero-particles {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        radial-gradient(2px 2px at 25px 35px, rgba(255, 106, 0, 0.8), transparent),
        radial-gradient(1px 1px at 45px 75px, rgba(59, 130, 246, 0.6), transparent),
        radial-gradient(3px 3px at 55px 55px, rgba(251, 146, 60, 0.7), transparent),
        radial-gradient(1px 1px at 85px 15px, rgba(96, 165, 250, 0.5), transparent),
        radial-gradient(2px 2px at 135px 85px, rgba(255, 106, 0, 0.6), transparent),
        radial-gradient(1px 1px at 165px 45px, rgba(59, 130, 246, 0.7), transparent),
        radial-gradient(3px 3px at 195px 125px, rgba(251, 146, 60, 0.5), transparent) !important;
    background-repeat: repeat !important;
    background-size: 200px 200px !important;
    animation: dataFlow 15s linear infinite !important;
    opacity: 1 !important;
    display: block !important;
}

/* Quantum Energy Fields */
.hero-background::before,
.hero-background::after {
    content: '' !important;
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    opacity: 0.4 !important;
    animation: quantumField 20s ease-in-out infinite !important;
    display: block !important;
}

.hero-background::before {
    width: 800px !important;
    height: 800px !important;
    background: radial-gradient(circle, #ff6a00, transparent) !important;
    top: -300px !important;
    right: -300px !important;
    animation-delay: 0s !important;
}

.hero-background::after {
    width: 700px !important;
    height: 700px !important;
    background: radial-gradient(circle, #3b82f6, transparent) !important;
    bottom: -250px !important;
    left: -250px !important;
    animation-delay: 7s !important;
}

/* Hero Container - Immersive Layout */
.hero .container {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 160px) !important;
}

/* Right Side Container - 70/30 Split */
.hero-right-container {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    gap: 20px !important;
}

/* Hero Content - Full Space Layout */
.hero-content {
    color: white !important;
    position: relative !important;
    z-index: 20 !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}

/* Auto-Rotating Badge Content - Floating Position */
.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: linear-gradient(135deg, rgba(255, 106, 0, 0.1), rgba(59, 130, 246, 0.1)) !important;
    backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(255, 106, 0, 0.3) !important;
    border-radius: 25px !important;
    padding: 6px 12px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 15px !important;
    animation: badgeFloat 1.5s ease-out 0.3s both !important;
    position: relative !important;
    z-index: 25 !important;
    align-self: flex-start !important;
}

.badge-text {
    display: inline-block !important;
    transition: opacity 0.5s ease-in-out !important;
}

#rotating-title {
    display: inline-block !important;
    transition: opacity 0.5s ease-in-out !important;
}

#rotating-description {
    transition: opacity 0.5s ease-in-out !important;
}

.hero-badge::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.4), transparent) !important;
    animation: dataStream 3s infinite !important;
}

.badge-icon {
    font-size: 16px !important;
    animation: rocketBoost 1.5s ease-in-out infinite !important;
    filter: drop-shadow(0 0 10px rgba(255, 106, 0, 0.8)) !important;
}

/* Revolutionary Title - SIMPLE WHITE AND ORANGE */
.hero-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    font-family: 'Inter', 'Helvetica Neue', 'Arial Black', sans-serif !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
    height: 190px !important; /* EXACTLY 3 LINES: 48px × 1.1 × 3 ≈ 158px + padding */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #ffffff !important;
    animation: titleReveal 1.5s ease-out 0.3s both !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.hero-title span {
    display: block !important;
    height: 63px !important; /* EXACTLY 1 LINE: 48px × 1.1 ≈ 53px + padding */
    line-height: 1.1 !important;
    overflow: hidden !important;
    margin-bottom: 0px !important;
    flex-shrink: 0 !important;
    color: #ffffff !important;
}

.hero-title span.gradient-text {
    color: #ff6a00 !important;
}

#rotating-title {
    display: block !important;
    height: 63px !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    color: #ffffff !important;
}

.gradient-text {
    display: block !important;
    height: 63px !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    color: #ff6a00 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

/* Immersive Description - EXACTLY 3 LINES ON DESKTOP/TABLET */
.hero-description {
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 18px !important;
    max-width: 500px !important;
    animation: descriptionFade 1.5s ease-out 0.5s both !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px !important;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.9) !important;
    height: 84px !important; /* EXACTLY 3 LINES: 18px × 1.4 × 3 ≈ 76px + padding */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-bottom: 3px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

#rotating-description {
    display: block !important;
    height: 84px !important;
    line-height: 1.4 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

/* Revolutionary Stats - Much Larger Orbital Formation (70% Upper) */
.hero-stats-right {
    position: relative !important;
    width: 350px !important;
    height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation: statsFloat 1.5s ease-out 0.7s both !important;
    perspective: 1000px !important;
    margin: 0 auto !important;
    flex: 0 0 70% !important;
}

/* Central Hub - Larger */
.hero-stats-right::before {
    content: '' !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.8), rgba(59, 130, 246, 0.4)) !important;
    border-radius: 50% !important;
    box-shadow: 
        0 0 40px rgba(255, 106, 0, 0.6),
        inset 0 0 20px rgba(255, 255, 255, 0.2) !important;
    animation: hubPulse 3s ease-in-out infinite !important;
    z-index: 1 !important;
}

/* Orbital Paths - Much Larger */
.orbit-path {
    position: absolute !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    animation: pathRotate 20s linear infinite !important;
}

.orbit-path:nth-child(1) {
    width: 120px !important;
    height: 120px !important;
    animation-duration: 12s !important;
}

.orbit-path:nth-child(2) {
    width: 200px !important;
    height: 200px !important;
    animation-duration: 18s !important;
    animation-direction: reverse !important;
}

.orbit-path:nth-child(3) {
    width: 280px !important;
    height: 280px !important;
    animation-duration: 24s !important;
}

/* Satellite Stats - Much Larger with Different Colors */
.stat-item {
    position: absolute !important;
    width: 70px !important;
    height: 70px !important;
    backdrop-filter: blur(15px) !important;
    border: 3px solid !important;
    border-radius: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 8px !important;
    box-shadow: 
        0 0 30px rgba(255, 255, 255, 0.3),
        inset 0 0 15px rgba(255, 255, 255, 0.2) !important;
    z-index: 10 !important;
}

/* Different Colors for Each Satellite */
.stat-item:nth-child(4) {
    background: linear-gradient(135deg, rgba(255, 106, 0, 0.3), rgba(255, 140, 0, 0.2)) !important;
    border-color: rgba(255, 106, 0, 0.6) !important;
    box-shadow: 
        0 0 30px rgba(255, 106, 0, 0.5),
        inset 0 0 15px rgba(255, 106, 0, 0.2) !important;
}

.stat-item:nth-child(5) {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.2)) !important;
    border-color: rgba(59, 130, 246, 0.6) !important;
    box-shadow: 
        0 0 30px rgba(59, 130, 246, 0.5),
        inset 0 0 15px rgba(59, 130, 246, 0.2) !important;
}

.stat-item:nth-child(6) {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.3), rgba(196, 181, 253, 0.2)) !important;
    border-color: rgba(168, 85, 247, 0.6) !important;
    box-shadow: 
        0 0 30px rgba(168, 85, 247, 0.5),
        inset 0 0 15px rgba(168, 85, 247, 0.2) !important;
}

/* Working Orbital Animations - Much Larger Radii */
.stat-item:nth-child(4) {
    animation: orbit1 12s linear infinite !important;
}

.stat-item:nth-child(5) {
    animation: orbit2 18s linear infinite !important;
}

.stat-item:nth-child(6) {
    animation: orbit3 24s linear infinite !important;
}

/* Remove old 3D animation effects */
.stat-item::before {
    display: none !important;
}

/* Satellite stats styling removed - conflicts with service page stats */

/* Simple High Contrast Colors for Each Satellite */
.stat-item:nth-child(4) .stat-number {
    color: #ffffff !important;
}

.stat-item:nth-child(5) .stat-number {
    color: #ffffff !important;
}

.stat-item:nth-child(6) .stat-number {
    color: #ffffff !important;
}

/* Satellite label styling for homepage hero satellites */
.stat-item:nth-child(4) .stat-label,
.stat-item:nth-child(5) .stat-label,
.stat-item:nth-child(6) .stat-label {
    font-size: 10px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
    line-height: 1 !important;
}

/* Much Larger Orbital Animation Keyframes */
@keyframes orbit1 {
    0% { transform: rotate(0deg) translateX(60px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); }
}

@keyframes orbit2 {
    0% { transform: rotate(120deg) translateX(100px) rotate(-120deg); }
    100% { transform: rotate(480deg) translateX(100px) rotate(-480deg); }
}

@keyframes orbit3 {
    0% { transform: rotate(240deg) translateX(140px) rotate(-240deg); }
    100% { transform: rotate(600deg) translateX(140px) rotate(-600deg); }
}

@keyframes pathRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes hubPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 
            0 0 40px rgba(255, 106, 0, 0.6),
            inset 0 0 20px rgba(255, 255, 255, 0.2);
    }
    50% { 
        transform: scale(1.1);
        box-shadow: 
            0 0 60px rgba(255, 106, 0, 0.8),
            inset 0 0 30px rgba(255, 255, 255, 0.3);
    }
}

/* Much Larger Graphs Container (30% Lower) - Bottom Aligned */
.graphs-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    animation: graphsFloat 3s ease-in-out infinite !important;
    flex: 0 0 30% !important;
    padding: 15px 0 !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.graph-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, rgba(255, 106, 0, 0.15), rgba(59, 130, 246, 0.15)) !important;
    backdrop-filter: blur(25px) !important;
    border: 2px solid rgba(255, 106, 0, 0.4) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
    flex: 1 !important;
    max-width: 120px !important;
    min-height: 100px !important;
}

.graph-item:hover {
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(255, 106, 0, 0.4) !important;
}

/* Much Larger Bar Chart */
.mini-chart {
    display: flex !important;
    align-items: end !important;
    gap: 3px !important;
    height: 50px !important;
    width: 80px !important;
}

.chart-bar {
    flex: 1 !important;
    background: linear-gradient(to top, #ff6a00, #fb923c, #3b82f6) !important;
    border-radius: 3px 3px 0 0 !important;
    animation: barGrow 2s ease-out infinite !important;
    animation-delay: calc(var(--i) * 0.1s) !important;
}

.chart-bar:nth-child(1) { --i: 0; }
.chart-bar:nth-child(2) { --i: 1; }
.chart-bar:nth-child(3) { --i: 2; }
.chart-bar:nth-child(4) { --i: 3; }
.chart-bar:nth-child(5) { --i: 4; }

/* Much Larger Pie Chart */
.mini-pie-chart {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    background: conic-gradient(
        #ff6a00 0deg 120deg,
        #fb923c 120deg 240deg,
        #3b82f6 240deg 360deg
    ) !important;
    position: relative !important;
    animation: pieRotate 4s linear infinite !important;
}

.mini-pie-chart::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 25px !important;
    height: 25px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50% !important;
}

/* Much Larger Line Chart */
.mini-line-chart {
    width: 80px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Larger Graph Labels */
.graph-label {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8) !important;
    text-align: center !important;
}

/* Graph Animations */
@keyframes graphsFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes barGrow {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.1); }
}

@keyframes pieRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Middle Content Container - Full Space */
.hero-middle-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 0 !important;
}

/* Hero Actions - Further Bottom Aligned */
.hero-actions {
    display: flex !important;
    gap: 12px !important;
    animation: actionsReveal 1.5s ease-out 0.9s both !important;
    margin-top: auto !important;
    margin-bottom: 50px !important;
    align-self: flex-start !important;
}

.btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transform-style: preserve-3d !important;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6a00 0%, #fb923c 50%, #3b82f6 100%) !important;
    color: white !important;
    box-shadow: 
        0 20px 60px rgba(255, 106, 0, 0.4),
        inset 0 0 30px rgba(255, 255, 255, 0.1) !important;
    font-size: 13px !important;
    padding: 14px 28px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.btn-primary::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    transition: left 0.6s !important;
}

.btn-primary::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent) !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    transition: opacity 0.4s !important;
}

.btn-primary:hover::before {
    left: 100% !important;
}

.btn-primary:hover::after {
    opacity: 1 !important;
}

.btn-primary:hover {
    transform: translateY(-8px) rotateX(5deg) scale(1.05) !important;
    box-shadow: 
        0 30px 80px rgba(255, 106, 0, 0.6),
        inset 0 0 40px rgba(255, 255, 255, 0.2) !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(30px) !important;
    font-size: 12px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.btn-secondary::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent) !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    transition: opacity 0.4s !important;
}

.btn-secondary:hover::after {
    opacity: 1 !important;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: translateY(-8px) rotateX(5deg) scale(1.05) !important;
    box-shadow: 0 25px 70px rgba(255, 255, 255, 0.2) !important;
}

/* Hero Trust Section - Force Display */
.hero-trust {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    animation: slideInUp 1.2s ease-out 1.1s both !important;
}

.trust-text {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
}

.trust-text i {
    color: #ff6a00 !important;
    font-size: 16px !important;
}

.trust-logos {
    display: flex !important;
    gap: 24px !important;
    align-items: center !important;
}

.logo-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
    padding: 8px 16px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Hero Visual Section */
.hero-visual {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    animation: slideInRight 1.2s ease-out 0.5s both !important;
}

.dashboard-preview {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    max-width: 400px !important;
    width: 100% !important;
}

.dashboard-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dashboard-dots {
    display: flex !important;
    gap: 6px !important;
}

.dashboard-dots span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ff6a00 !important;
}

.dashboard-dots span:nth-child(2) {
    background: #fb923c !important;
}

.dashboard-dots span:nth-child(3) {
    background: #fbbf24 !important;
}

.dashboard-title {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
}

.dashboard-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.metric-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.metric-value {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
}

.metric-label {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.metric-chart {
    width: 40px !important;
    height: 20px !important;
    background: linear-gradient(90deg, #ff6a00, #fb923c) !important;
    border-radius: 4px !important;
    position: relative !important;
    overflow: hidden !important;
}

.metric-chart::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%) !important;
    animation: shimmer 2s infinite !important;
}

/* Revolutionary Animations - Next-Gen Effects */
@keyframes neuralNetwork {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(-100px, -100px) rotate(360deg); }
}

@keyframes dataFlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-200px, -200px); }
}

@keyframes quantumField {
    0%, 100% { 
        transform: translate(0, 0) rotate(0deg) scale(1); 
        opacity: 0.4; 
    }
    25% { 
        transform: translate(50px, -30px) rotate(90deg) scale(1.2); 
        opacity: 0.6; 
    }
    50% { 
        transform: translate(-30px, 50px) rotate(180deg) scale(1.4); 
        opacity: 0.8; 
    }
    75% { 
        transform: translate(30px, 30px) rotate(270deg) scale(1.1); 
        opacity: 0.5; 
    }
}

@keyframes aiPulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 
            0 0 30px rgba(255, 106, 0, 0.3),
            inset 0 0 20px rgba(255, 106, 0, 0.1); 
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 
            0 0 50px rgba(255, 106, 0, 0.6),
            inset 0 0 30px rgba(255, 106, 0, 0.2); 
    }
}

@keyframes dataStream {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes rocketBoost {
    0%, 100% { 
        transform: translateY(0) scale(1); 
        filter: drop-shadow(0 0 10px rgba(255, 106, 0, 0.8)); 
    }
    50% { 
        transform: translateY(-3px) scale(1.1); 
        filter: drop-shadow(0 5px 20px rgba(255, 106, 0, 1)); 
    }
}

@keyframes titleReveal {
    from { 
        opacity: 0; 
        transform: translateX(-100px) translateY(50px) rotateX(90deg);
        filter: blur(20px);
    }
    to { 
        opacity: 1; 
        transform: translateX(0) translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes holographic {
    0%, 100% { 
        opacity: 0.3; 
        transform: translateX(0) translateY(0); 
    }
    25% { 
        opacity: 0.5; 
        transform: translateX(2px) translateY(-2px); 
    }
    50% { 
        opacity: 0.7; 
        transform: translateX(-2px) translateY(2px); 
    }
    75% { 
        opacity: 0.4; 
        transform: translateX(1px) translateY(-1px); 
    }
}

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

@keyframes descriptionFade {
    from { 
        opacity: 0; 
        transform: translateX(-50px) translateY(30px);
        filter: blur(15px);
    }
    to { 
        opacity: 1; 
        transform: translateX(0) translateY(0);
        filter: blur(0);
    }
}

@keyframes statsFloat {
    from { 
        opacity: 0; 
        transform: translateY(50px) rotateX(45deg);
        filter: blur(10px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes stat3D {
    0%, 100% { 
        transform: rotateY(0deg) rotateX(0deg); 
    }
    25% { 
        transform: rotateY(10deg) rotateX(5deg); 
    }
    50% { 
        transform: rotateY(-10deg) rotateX(-5deg); 
    }
    75% { 
        transform: rotateY(5deg) rotateX(10deg); 
    }
}

@keyframes numberGlow {
    0%, 100% { 
        opacity: 1;
    }
    50% { 
        opacity: 0.8;
    }
}

@keyframes actionsReveal {
    from { 
        opacity: 0; 
        transform: translateY(60px) rotateX(15deg);
        filter: blur(12px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}


/* Mobile Responsive - Revolutionary Design - Optimized for All Screens */
@media (max-width: 768px) {
    .hero {
        cursor: auto !important;
        padding: 60px 0 40px 0 !important;
        min-height: 100vh !important;
        height: auto !important;
        scroll-behavior: smooth !important;
        overflow-x: hidden !important;
    }
    
    .hero::before {
        display: none !important;
    }
    
    .hero .container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        text-align: center !important;
        padding: 0 25px !important;
        height: auto !important;
        max-height: none !important;
        width: 100% !important;
        min-height: calc(100vh - 100px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        overflow-x: hidden !important;
    }
    
    .hero-content {
        min-height: 100% !important;
        height: auto !important;
        gap: 15px !important;
        order: 1 !important;
    }
    
    .hero-middle-content {
        flex: 1 !important;
        justify-content: center !important;
        min-height: 0 !important;
    }
    
    .hero-actions {
        margin-top: auto !important;
        margin-bottom: 40px !important;
        align-self: center !important;
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    /* Mobile 3-Line Title Fix - EXACTLY 3 LINES */
    .hero-title {
        font-size: 28px !important;
        font-weight: 900 !important;
        font-family: 'Inter', 'Helvetica Neue', 'Arial Black', sans-serif !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
        height: 105px !important; /* EXACTLY 3 LINES: 28px × 1.1 × 3 ≈ 92px + padding */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-rendering: optimizeLegibility !important;
        filter: contrast(1.1) brightness(1.05) !important;
    }
    
    .hero-title span {
        display: block !important;
        height: 35px !important; /* EXACTLY 1 LINE: 28px × 1.1 ≈ 31px + padding */
        line-height: 1.1 !important;
        overflow: hidden !important;
        margin-bottom: 0px !important;
        flex-shrink: 0 !important;
    }

    .hero-title span.gradient-text {
        color: #ff6a00 !important;
    }
    
    #rotating-title {
        display: block !important;
        height: 35px !important;
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        color: #ffffff !important;
    }
    
    .gradient-text {
        display: block !important;
        height: 35px !important;
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        color: #ff6a00 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
        position: relative !important;
    }
    
    /* Mobile - 3 LINES TITLE, 5 LINES DESCRIPTION */
    .hero-description {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
        height: 140px !important; /* EXACTLY 5 LINES: 16px × 1.4 × 5 ≈ 112px + padding */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8) !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    #rotating-description {
        display: block !important;
        height: 140px !important;
        line-height: 1.4 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    /* Mobile 70/30 Split Layout */
    .hero-right-container {
        flex-direction: column !important;
        gap: 15px !important;
        height: auto !important;
        order: 2 !important;
        margin-top: 20px !important;
        will-change: transform !important;
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000px !important;
        perspective: 1000px !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
    
    /* Disable hover effects on mobile for better performance */
    .stat-item:hover {
        transform: none !important;
        -webkit-transform: none !important;
    }
    
    /* Mobile Animation Performance Optimizations */
    .hero-stats-right,
    .orbit-path {
        will-change: transform !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000px !important;
        perspective: 1000px !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
    
    /* Satellites need will-change but NOT static transform */
    .stat-item {
        will-change: transform !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
    
    /* Mobile Orbital Formation - Match Desktop */
    .hero-stats-right {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto !important;
        flex: none !important;
    }
    
    .hero-stats-right::before {
        width: 40px !important;
        height: 40px !important;
    }
    
    /* Mobile orbit paths - properly centered */
    .orbit-path:nth-child(1) {
        width: 100px !important;
        height: 100px !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -50px !important;
        margin-left: -50px !important;
    }
    
    .orbit-path:nth-child(2) {
        width: 170px !important;
        height: 170px !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -85px !important;
        margin-left: -85px !important;
    }
    
    .orbit-path:nth-child(3) {
        width: 240px !important;
        height: 240px !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -120px !important;
        margin-left: -120px !important;
    }
    
    /* Mobile satellites - match desktop styling */
    .stat-item {
        width: 90px !important;
        height: 90px !important;
        font-size: 12px !important;
        padding: 6px !important;
    }
    
    /* Use same animation speeds as desktop for consistency */
    .stat-item:nth-child(4) {
        animation: orbit1Mobile 12s linear infinite !important;
    }
    
    .stat-item:nth-child(5) {
        animation: orbit2Mobile 18s linear infinite !important;
    }
    
    .stat-item:nth-child(6) {
        animation: orbit3Mobile 24s linear infinite !important;
    }
    
    /* Mobile-specific orbital animations with hardware acceleration */
    @keyframes orbit1Mobile {
        0% { 
            transform: rotate(0deg) translateX(50px) rotate(0deg) translateZ(0);
            -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg) translateZ(0);
        }
        100% { 
            transform: rotate(360deg) translateX(50px) rotate(-360deg) translateZ(0);
            -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg) translateZ(0);
        }
    }
    
    @keyframes orbit2Mobile {
        0% { 
            transform: rotate(120deg) translateX(85px) rotate(-120deg) translateZ(0);
            -webkit-transform: rotate(120deg) translateX(85px) rotate(-120deg) translateZ(0);
        }
        100% { 
            transform: rotate(480deg) translateX(85px) rotate(-480deg) translateZ(0);
            -webkit-transform: rotate(480deg) translateX(85px) rotate(-480deg) translateZ(0);
        }
    }
    
    @keyframes orbit3Mobile {
        0% { 
            transform: rotate(240deg) translateX(120px) rotate(-240deg) translateZ(0);
            -webkit-transform: rotate(240deg) translateX(120px) rotate(-240deg) translateZ(0);
        }
        100% { 
            transform: rotate(600deg) translateX(120px) rotate(-600deg) translateZ(0);
            -webkit-transform: rotate(600deg) translateX(120px) rotate(-600deg) translateZ(0);
        }
    }
    
    .stat-number {
        font-size: 28px !important;
        margin-bottom: 4px !important;
        font-weight: 900 !important;
        color: #000000 !important;
        text-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #ffffff !important;
        line-height: 1 !important;
    }
    
    .stat-label {
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        color: #000000 !important;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 1) !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
    }
    
    /* Mobile Much Larger Graphs - Bottom Aligned */
    .graphs-container {
        flex-direction: row !important;
        gap: 15px !important;
        flex: none !important;
        padding: 10px 0 !important;
        justify-content: center !important;
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }
    
    .graph-item {
        padding: 12px !important;
        max-width: 100px !important;
        min-height: 85px !important;
        flex: 1 !important;
    }
    
    .mini-chart {
        height: 40px !important;
        width: 65px !important;
    }
    
    .mini-pie-chart {
        width: 45px !important;
        height: 45px !important;
    }
    
    .mini-pie-chart::before {
        width: 20px !important;
        height: 20px !important;
    }
    
    .mini-line-chart {
        width: 65px !important;
        height: 40px !important;
    }
    
    .graph-label {
        font-size: 10px !important;
    }
    
    .btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 16px 24px !important;
        font-size: 16px !important;
        min-height: 48px !important;
        touch-action: manipulation !important;
    }
    
    .btn-primary {
        padding: 16px 24px !important;
        font-size: 16px !important;
        min-height: 48px !important;
        touch-action: manipulation !important;
    }
    
    /* Fix home page hero buttons specifically */
    .hero .btn,
    .hero-buttons .btn {
        min-width: 200px !important;
        padding: 16px 24px !important;
        font-size: 16px !important;
        min-height: 48px !important;
        display: inline-block !important;
        width: auto !important;
    }
    
    .hero-buttons {
        gap: 15px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin-top: 25px !important;
    }
    
    /* Performance optimizations - REMOVED CONFLICTS */
    .hero * {
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000px !important;
        perspective: 1000px !important;
        scroll-behavior: smooth !important;
        /* REMOVED transform: translateZ(0) - this blocks animations */
    }
    
    /* Optimize images and animations for mobile */
    .hero::before {
        display: none !important;
    }
    
    /* Reduce animation complexity on mobile for better performance */
    .gradient-text {
        animation: morphGradient 4s ease-in-out infinite !important;
    }
    
    /* Ensure smooth scrolling throughout hero section */
    .hero,
    .hero * {
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

/* Tablet Optimization - 768px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding: 70px 0 45px 0 !important;
        min-height: 100vh !important;
    }
    
    .hero .container {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 0 30px !important;
        max-height: none !important;
        min-height: calc(100vh - 115px) !important;
    }
    
    .hero-content {
        order: 1 !important;
        text-align: center !important;
    }
    
    .hero-right-container {
        order: 2 !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin: 0 auto !important;
        max-width: 500px !important;
    }
    
    /* Tablet 3-Line Title Fix - EXACTLY 3 LINES */
    .hero-title {
        font-size: 36px !important;
        height: 135px !important; /* EXACTLY 3 LINES: 36px × 1.1 × 3 ≈ 119px + padding */
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    .hero-title span,
    #rotating-title,
    .gradient-text {
        height: 45px !important; /* EXACTLY 1 LINE: 36px × 1.1 ≈ 40px + padding */
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    /* Tablet - 3 LINES TITLE, 3 LINES DESCRIPTION */
    .hero-description {
        font-size: 16px !important;
        height: 84px !important; /* EXACTLY 3 LINES: 16px × 1.4 × 3 ≈ 67px + padding */
        max-width: 600px !important;
        margin: 0 auto 18px auto !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    #rotating-description {
        display: block !important;
        height: 84px !important;
        line-height: 1.4 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    .hero-stats-right {
        width: 280px !important;
        height: 280px !important;
    }
    
    .orbit-path:nth-child(1) {
        width: 100px !important;
        height: 100px !important;
    }
    
    .orbit-path:nth-child(2) {
        width: 160px !important;
        height: 160px !important;
    }
    
    .orbit-path:nth-child(3) {
        width: 220px !important;
        height: 220px !important;
    }
    
    .stat-item {
        width: 55px !important;
        height: 55px !important;
    }
    
    .stat-number {
        font-size: 14px !important;
    }
    
    .stat-label {
        font-size: 9px !important;
    }
    
    @keyframes orbit1 {
        0% { transform: rotate(0deg) translateX(60px) rotate(0deg); }
        100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); }
    }
    
    @keyframes orbit2 {
        0% { transform: rotate(120deg) translateX(90px) rotate(-120deg); }
        100% { transform: rotate(480deg) translateX(90px) rotate(-480deg); }
    }
    
    @keyframes orbit3 {
        0% { transform: rotate(240deg) translateX(120px) rotate(-240deg); }
        100% { transform: rotate(600deg) translateX(120px) rotate(-600deg); }
    }
    
    .graphs-container {
        gap: 18px !important;
    }
    
    .graph-item {
        max-width: 110px !important;
        min-height: 95px !important;
    }
    
    .mini-chart {
        height: 45px !important;
        width: 70px !important;
    }
    
    .mini-pie-chart {
        width: 50px !important;
        height: 50px !important;
    }
    
    .mini-pie-chart::before {
        width: 22px !important;
        height: 22px !important;
    }
    
    .mini-line-chart {
        width: 70px !important;
        height: 45px !important;
    }
    
    .graph-label {
        font-size: 11px !important;
    }
    
    .btn {
        padding: 12px 20px !important;
        font-size: 11px !important;
        max-width: 200px !important;
    }
}

/* Small Mobile Optimization - 480px and below */
@media (max-width: 480px) {
    .hero {
        padding: 50px 0 30px 0 !important;
        min-height: 100vh !important;
        scroll-behavior: smooth !important;
        overflow-x: hidden !important;
    }
    
    .hero .container {
        padding: 0 20px !important;
        gap: 15px !important;
        min-height: calc(100vh - 80px) !important;
        scroll-behavior: smooth !important;
    }
    
    /* Performance optimizations for small mobile - REMOVED CONFLICTS */
    .hero * {
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        scroll-behavior: smooth !important;
        /* REMOVED transform: translateZ(0) - this blocks animations */
    }
    
    /* Reduce animation complexity for better performance */
    .gradient-text {
        animation: morphGradient 5s ease-in-out infinite !important;
    }
    
    /* Disable heavy effects on mobile */
    .hero::before {
        display: none !important;
    }
    
    /* 480px 3-Line Title Fix - EXACTLY 3 LINES */
    .hero-title {
        font-size: 24px !important;
        height: 90px !important; /* EXACTLY 3 LINES: 24px × 1.1 × 3 ≈ 79px + padding */
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    .hero-title span,
    #rotating-title,
    .gradient-text {
        height: 30px !important; /* EXACTLY 1 LINE: 24px × 1.1 ≈ 26px + padding */
        line-height: 1.1 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    /* 480px Mobile - 3 LINES TITLE, 5 LINES DESCRIPTION */
    .hero-description {
        font-size: 15px !important;
        height: 125px !important; /* EXACTLY 5 LINES: 15px × 1.4 × 5 ≈ 105px + padding */
        line-height: 1.4 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    #rotating-description {
        height: 125px !important;
        line-height: 1.4 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }
    
    /* Small mobile inherits from 768px media query - no overrides needed for orbits */
    .hero-stats-right {
        width: 260px !important;
        height: 260px !important;
    }
    
    .orbit-path:nth-child(1) {
        width: 90px !important;
        height: 90px !important;
        margin-top: -45px !important;
        margin-left: -45px !important;
    }
    
    .orbit-path:nth-child(2) {
        width: 150px !important;
        height: 150px !important;
        margin-top: -75px !important;
        margin-left: -75px !important;
    }
    
    .orbit-path:nth-child(3) {
        width: 210px !important;
        height: 210px !important;
        margin-top: -105px !important;
        margin-left: -105px !important;
    }
    
    .stat-item {
        width: 80px !important;
        height: 80px !important;
        padding: 6px !important;
        font-size: 11px !important;
    }
    
    /* Use mobile-specific animations with correct radii for 480px */
    .stat-item:nth-child(4) {
        animation: orbit1Small 12s linear infinite !important;
    }
    
    .stat-item:nth-child(5) {
        animation: orbit2Small 18s linear infinite !important;
    }
    
    .stat-item:nth-child(6) {
        animation: orbit3Small 24s linear infinite !important;
    }
    
    /* Small mobile orbital animations with hardware acceleration */
    @keyframes orbit1Small {
        0% { 
            transform: rotate(0deg) translateX(45px) rotate(0deg) translateZ(0);
            -webkit-transform: rotate(0deg) translateX(45px) rotate(0deg) translateZ(0);
        }
        100% { 
            transform: rotate(360deg) translateX(45px) rotate(-360deg) translateZ(0);
            -webkit-transform: rotate(360deg) translateX(45px) rotate(-360deg) translateZ(0);
        }
    }
    
    @keyframes orbit2Small {
        0% { 
            transform: rotate(120deg) translateX(75px) rotate(-120deg) translateZ(0);
            -webkit-transform: rotate(120deg) translateX(75px) rotate(-120deg) translateZ(0);
        }
        100% { 
            transform: rotate(480deg) translateX(75px) rotate(-480deg) translateZ(0);
            -webkit-transform: rotate(480deg) translateX(75px) rotate(-480deg) translateZ(0);
        }
    }
    
    @keyframes orbit3Small {
        0% { 
            transform: rotate(240deg) translateX(105px) rotate(-240deg) translateZ(0);
            -webkit-transform: rotate(240deg) translateX(105px) rotate(-240deg) translateZ(0);
        }
        100% { 
            transform: rotate(600deg) translateX(105px) rotate(-600deg) translateZ(0);
            -webkit-transform: rotate(600deg) translateX(105px) rotate(-600deg) translateZ(0);
        }
    }
    
    .stat-number {
        font-size: 20px !important;
        margin-bottom: 2px !important;
        font-weight: 900 !important;
        color: #000000 !important;
        text-shadow: 1px 1px 0px #ffffff !important;
    }
    
    .stat-label {
        font-size: 10px !important;
        font-weight: 800 !important;
        color: #000000 !important;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 1) !important;
    }
    
    /* Update orbital radius for 480px - MUCH LARGER */
    @keyframes orbit1 {
        0% { transform: rotate(0deg) translateX(80px) rotate(0deg); }
        100% { transform: rotate(360deg) translateX(80px) rotate(-360deg); }
    }
    
    @keyframes orbit2 {
        0% { transform: rotate(120deg) translateX(110px) rotate(-120deg); }
        100% { transform: rotate(480deg) translateX(110px) rotate(-480deg); }
    }
    
    @keyframes orbit3 {
        0% { transform: rotate(240deg) translateX(140px) rotate(-240deg); }
        100% { transform: rotate(600deg) translateX(140px) rotate(-600deg); }
    }
    
    /* Fix buttons for small mobile */
    .btn {
        padding: 14px 20px !important;
        font-size: 14px !important;
        min-height: 44px !important;
        touch-action: manipulation !important;
    }
    
    .btn-primary {
        padding: 14px 20px !important;
        font-size: 14px !important;
        min-height: 44px !important;
        touch-action: manipulation !important;
    }
    
    @keyframes orbit1 {
        0% { transform: rotate(0deg) translateX(60px) rotate(0deg); }
        100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); }
    }
    
    @keyframes orbit2 {
        0% { transform: rotate(120deg) translateX(90px) rotate(-120deg); }
        100% { transform: rotate(480deg) translateX(90px) rotate(-480deg); }
    }
    
    @keyframes orbit3 {
        0% { transform: rotate(240deg) translateX(120px) rotate(-240deg); }
        100% { transform: rotate(600deg) translateX(120px) rotate(-600deg); }
    }
    
    .graphs-container {
        gap: 10px !important;
    }
    
    .graph-item {
        max-width: 85px !important;
        min-height: 75px !important;
        padding: 8px !important;
    }
    
    .mini-chart {
        height: 35px !important;
        width: 55px !important;
    }
    
    .mini-pie-chart {
        width: 40px !important;
        height: 40px !important;
    }
    
    .mini-pie-chart::before {
        width: 18px !important;
        height: 18px !important;
    }
    
    .mini-line-chart {
        width: 55px !important;
        height: 35px !important;
    }
    
    .graph-label {
        font-size: 9px !important;
    }
    
    .btn {
        padding: 8px 16px !important;
        font-size: 9px !important;
    }
    
    .hero-badge {
        font-size: 8px !important;
        padding: 4px 10px !important;
    }
    
    .badge-icon {
        font-size: 12px !important;
    }
}

/* Large Desktop Optimization - 1400px and above */
@media (min-width: 1400px) {
    .hero .container {
        max-width: 1600px !important;
        gap: 60px !important;
    }
    
    .hero-title {
        font-size: 56px !important;
        height: 190px !important;
    }
    
    .hero-title span,
    #rotating-title,
    .gradient-text {
        height: 63px !important;
    }
    
    .hero-description {
        font-size: 20px !important;
        height: 84px !important;
        max-width: 600px !important;
    }
    
    #rotating-description {
        height: 84px !important;
    }
    
    .hero-stats-right {
        width: 400px !important;
        height: 400px !important;
    }
    
    .orbit-path:nth-child(1) {
        width: 140px !important;
        height: 140px !important;
    }
    
    .orbit-path:nth-child(2) {
        width: 230px !important;
        height: 230px !important;
    }
    
    .orbit-path:nth-child(3) {
        width: 320px !important;
        height: 320px !important;
    }
    
    .stat-item {
        width: 80px !important;
        height: 80px !important;
    }
    
    .stat-number {
        font-size: 20px !important;
    }
    
    .stat-label {
        font-size: 10px !important;
    }
    
    @keyframes orbit1 {
        0% { transform: rotate(0deg) translateX(70px) rotate(0deg); }
        100% { transform: rotate(360deg) translateX(70px) rotate(-360deg); }
    }
    
    @keyframes orbit2 {
        0% { transform: rotate(120deg) translateX(115px) rotate(-120deg); }
        100% { transform: rotate(480deg) translateX(115px) rotate(-480deg); }
    }
    
    @keyframes orbit3 {
        0% { transform: rotate(240deg) translateX(160px) rotate(-240deg); }
        100% { transform: rotate(600deg) translateX(160px) rotate(-600deg); }
    }
    
    .graphs-container {
        gap: 25px !important;
    }
    
    .graph-item {
        max-width: 140px !important;
        min-height: 110px !important;
        padding: 18px !important;
    }
    
    .mini-chart {
        height: 55px !important;
        width: 90px !important;
    }
    
    .mini-pie-chart {
        width: 60px !important;
        height: 60px !important;
    }
    
    .mini-pie-chart::before {
        width: 28px !important;
        height: 28px !important;
    }
    
    .mini-line-chart {
        width: 90px !important;
        height: 55px !important;
    }
    
    .graph-label {
        font-size: 13px !important;
    }
    
    .btn {
        padding: 14px 28px !important;
        font-size: 13px !important;
    }
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .logo {
        gap: 6px !important;
    }
    
    .logo img {
        max-height: 32px !important;
        width: auto !important;
    }
    
    footer .logo {
        gap: 6px !important;
        margin-bottom: 12px !important;
    }
    
    footer .logo img {
        max-height: 32px !important;
        width: auto !important;
    }
    
    .nav-links {
        padding: 80px 20px 20px !important;
    }
    
    .nav-links li {
        margin-bottom: 5px !important;
    }
    
    .nav-links a {
        padding: 15px 20px !important;
        font-size: 16px !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    .hero h1 {
        font-size: 38px !important;
        margin: 18px 0 22px !important;
        line-height: 1.3 !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    .hero p {
        font-size: 17px !important;
        line-height: 1.6 !important;
        max-width: 95% !important;
        padding: 0 25px !important;
    }
    
    .hero-buttons {
        gap: 18px !important;
        margin-top: 28px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .hero-buttons .btn {
        min-width: 200px !important;
        font-size: 16px !important;
        padding: 15px 25px !important;
    }
    
    /* Don't affect other sections - REMOVED universal section rule */
    /* section:not(.hero) {
        padding: 40px 0 !important;
    } */
}

@media (max-width: 480px) {
    .logo img {
        max-height: 28px !important;
    }
    
    footer .logo img {
        max-height: 28px !important;
    }
    
    .nav-links {
        padding: 80px 15px 15px !important;
    }
    
    .nav-links a {
        padding: 12px 15px !important;
        font-size: 15px !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    .hero h1 {
        font-size: 32px !important;
        margin: 15px 0 20px !important;
        line-height: 1.2 !important;
    }
    
    .hero p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }
    
    .hero-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 25px !important;
    }
    
    .hero-buttons .btn {
        width: 100% !important;
        max-width: 280px !important;
        font-size: 15px !important;
        padding: 14px 20px !important;
    }
    
    /* Don't affect other sections - REMOVED universal section rule */
    /* section:not(.hero) {
        padding: 30px 0 !important;
    } */
}

/* BASIC CSS TEST - Is CSS working at all? */
body {
    background: var(--bg-light) !important;
}

* {
    box-sizing: border-box !important;
}
:root {
    --primary-blue: #0056d2;
    --accent-orange: #ff6a00;
    --dark: #1a1a1a;
    --text-dark: #000000;
    --text-gray: #2c3e50;
    --bg-light: #F8FAFC;
    --white: #ffffff;
    --border-light: #E2E8F0;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
}

/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* CONTAINER */
.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-dark);
}

h1 { font-size: 56px; font-weight: 700; font-family: Arial, sans-serif; }
h2 { font-size: 42px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Raleway', Arial, sans-serif;
}

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

/* HEADER */
header {
    background: var(--white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 8px 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

header nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 24px;
    width: 100%;
}

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

.logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: opacity 0.3s ease;
    -webkit-tap-highlight-color: rgba(0, 86, 210, 0.1);
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

.logo:hover {
    opacity: 0.8;
}

.logo img {
    height: 48px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-blue);
    font-family: 'Raleway', Arial, sans-serif;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 5px;
    align-items: center;
    margin-left: auto;
}

.nav-links a {
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 8px 14px;
    margin: 0;
    border-radius: 8px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-links a:hover {
    color: var(--primary-blue);
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(0,86,210,0.08) 0%, rgba(0,86,210,0.04) 100%);
    box-shadow: 0 4px 12px rgba(0,86,210,0.15);
    text-shadow: 0 2px 4px rgba(0,86,210,0.2);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue) 0%, #0066ff 100%);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,86,210,0.3);
}

.nav-links a:hover::after {
    transform: translateX(-50%) scaleX(1);
    box-shadow: 0 4px 12px rgba(0,86,210,0.4);
}

.nav-links a.active {
    color: var(--primary-blue);
    font-weight: 700;
    background: linear-gradient(135deg, rgba(0,86,210,0.12) 0%, rgba(0,86,210,0.06) 100%);
    box-shadow: 0 2px 8px rgba(0,86,210,0.2);
    text-shadow: 0 1px 3px rgba(0,86,210,0.3);
}

.nav-links a.active::after {
    transform: translateX(-50%) scaleX(1);
    box-shadow: 0 4px 12px rgba(0,86,210,0.4);
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0066ff 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(0,86,210,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.call-btn svg {
    color: #ffffff;
    width: 20px;
    height: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.call-btn:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,86,210,0.4);
    background: linear-gradient(135deg, #0066ff 0%, var(--primary-blue) 100%);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* MOBILE MENU - Simple and Consistent */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    margin-left: auto;
    position: relative;
    z-index: 1002;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #0a0a0a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media (max-width: 968px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        padding: 80px 20px 20px;
        transition: all 0.3s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        overflow-y: auto;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #0a0a0a;
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.2s ease;
    }
    
    .nav-links a:hover {
        background: #f8f9fa;
        color: #0052ff;
        padding-left: 25px;
    }
    
    .nav-links a.active {
        background: #f8f9fa;
        color: #0052ff;
        font-weight: 700;
    }
    
    /* Simple cross mark */
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .call-btn {
        display: none !important;
    }
    
    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }
    
    /* Fix home page specific hamburger menu issues */
    body#index .nav-links {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 80% !important;
        max-width: 300px !important;
        height: 100vh !important;
        background: #ffffff !important;
        flex-direction: column !important;
        padding: 80px 20px 20px !important;
        transition: all 0.3s ease !important;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 1001 !important;
        overflow-y: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    body#index .nav-links.active {
        right: 0 !important;
    }
    
    /* Fix home page hero performance - REMOVED CONFLICTS */
    body#index .hero {
        scroll-behavior: smooth !important;
        overflow-x: hidden !important;
        will-change: auto !important;
        /* REMOVED transform: translateZ(0) - this blocks animations */
    }
    
    body#index .hero * {
        will-change: auto !important;
        /* REMOVED transform: translateZ(0) - this blocks animations */
    }
}

/* SECTIONS */
/* REMOVED universal section rule - was overriding HTML inline styles */
/* section {
    padding: 10px 0;
} */

/* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */

.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
}

.section-label {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0,82,255,0.1);
    color: var(--primary-blue);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 42px;
    margin-bottom: 16px;
    color: var(--primary-blue);
    font-weight: 800;
}

.section-description {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
    font-family: 'Raleway', Arial, sans-serif;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--accent-orange);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(255,106,0,0.3);
}

.btn-primary:hover {
    background: #e56900;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,106,0,0.4);
}

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

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

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

/* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */

/* OLD HERO CONTENT STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */

.trust-badges {
    display: none;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-number {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.badge-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.hero-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,82,255,0.15);
}

/* ABOUT SECTION */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.highlight-item {
    display: flex;
    align-items: start;
}

@media (max-width: 968px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* CARDS */
.card {
    background: var(--white);
    padding: 20px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* SERVICES GRID */
.services-section {
    position: relative;
    overflow: hidden;
}

/* REMOVED glass effects - empty rulesets deleted */

/* SERVICES GRID - DEBUGGING SPECIFIC TO HOMEPAGE ONLY */
body#index .services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* DEBUG: Service cards specific to homepage only */
body#index .services-section .service-card {
    background: var(--white);
    padding: 24px 16px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 4px solid #ff6a00;
}

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

@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    /* DEBUG: Service cards specific to homepage only */
body#index .services-section .service-card {
        background: var(--white);
        padding: 24px 16px;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 400px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        text-align: center;
        border: 1px solid rgba(0,0,0,0.1);
        border-top: 4px solid #ff6a00;
    }
}

.service-card:hover {
    transform: translateY(-18px) scale(1.04);
    box-shadow: 0 28px 64px rgba(0,82,255,0.28);
    border-color: var(--primary-blue);
}

.service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-orange) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Raleway', Arial, sans-serif;
}

.service-card p {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Raleway', Arial, sans-serif;
}

/* RESULTS/PORTFOLIO */
.results-section {
    /* REMOVED background override - let HTML inline style control */
    /* background: #fff5e6 !important;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 25%, #fff0e6 50%, #e6f4ff 75%, #f0f8ff 100%) !important; */
    /* REMOVED padding override - let HTML inline style control */
    position: relative;
    overflow: hidden;
}

/* REMOVED glass effects - empty rulesets deleted */
.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

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

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

.result-card {
    background: var(--white);
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    border: 1px solid var(--border-light);
    border-top: 4px solid #ff6a00;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,106,0,0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.result-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,106,0,0.02) 0%, rgba(0,86,255,0.01) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.result-card:hover {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 32px 80px rgba(0,82,255,0.32);
    border-color: var(--primary-blue);
}

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

.result-card:hover::after {
    opacity: 1;
}

.result-logo {
    margin-bottom: 24px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-logo img {
    max-width: 240px;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.5s ease-in-out;
}

.result-logo img:hover {
    transform: scale(1.1);
}

.result-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1e293b;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
}

.result-card p {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Raleway', Arial, sans-serif;
}

.result-stats {
    display: flex;
    gap: 24px;
    margin: 24px 0;
    justify-content: center;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-blue);
    display: block;
    font-family: 'Raleway', sans-serif;
}

.result-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-blue);
    display: block;
    font-family: 'Raleway', sans-serif;
}

.stat-label {
    font-size: 13px;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* TESTIMONIALS */
.testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

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

.testimonial-card {
    background: var(--white);
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    border: 2px solid #ff6a00;
    border-top: 4px solid #ff6a00;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,106,0,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 106, 0, 0.03) 0%, rgba(0, 86, 210, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(255, 106, 0, 0.25), 0 0 0 3px rgba(255, 106, 0, 0.1);
    border-color: #ff6a00;
    border-width: 3px;
}

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

.testimonial-card:hover::after {
    opacity: 1;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Raleway', Arial, sans-serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
}

.author-info h4 {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.author-info p {
    font-size: 13px;
    color: #000000;
    margin: 0;
}

/* PRICING */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 100%;
    margin: 0 auto;
}

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

.pricing-card {
    background: var(--white);
    padding: 32px 28px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 4px solid #ff6a00;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-18px) scale(1.05);
    box-shadow: 0 35px 85px rgba(0,82,255,0.30);
    border-color: var(--primary-blue);
}

.pricing-card.featured {
    border-color: var(--primary-blue);
    border-width: 3px;
    box-shadow: 0 12px 40px rgba(0,82,255,0.2);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

.pricing-card.featured::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-blue);
    color: white;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.pricing-card.featured:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(0,82,255,0.25);
}

.pricing-badge {
    display: inline-block;
    padding: 6px 16px;
    background: var(--accent-orange);
    color: var(--white);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 700;
}

.pricing-price {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}

.pricing-period {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 24px;
}

.pricing-features {
    list-style: none;
    margin: 28px 0;
    text-align: left;
}

.pricing-features li {
    padding: 10px 0;
    color: var(--text-gray);
    font-size: 14px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.pricing-features li::before {
    content: "✓";
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.pricing-guarantee {
    text-align: center;
    margin: 40px 0;
    padding-top: 32px;
    border-top: 1px solid var(--border-light);
}

.pricing-guarantee p {
    font-size: 14px;
    color: var(--text-gray);
    font-style: italic;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-guarantee p:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(255,106,0,0.9) !important;
    box-shadow: 
        0 16px 64px rgba(0,82,255,0.3), 
        inset 0 1px 0 rgba(255,106,0,0.4), 
        0 0 30px rgba(255,106,0,0.4),
        0 0 60px rgba(255,106,0,0.2) !important;
    background: linear-gradient(135deg, rgba(0,82,255,0.15) 0%, rgba(0,82,255,0.15) 100%) !important;
    color: #003dcc !important;
}

/* CTA SECTION */
.cta-section {
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.95);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .hero-buttons {
    justify-content: center;
    margin-top: 40px;
    gap: 24px;
}

.cta-section .btn-primary {
    background: linear-gradient(135deg, #ff6a00 0%, #ff8533 100%);
    color: white;
    border: none;
    padding: 18px 48px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(255,106,0,0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

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

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

.cta-section .btn-primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 48px rgba(255,106,0,0.6);
    background: linear-gradient(135deg, #ff8533 0%, #ff6a00 100%);
}

.cta-section .btn-secondary {
    background: transparent;
    color: white;
    border: 3px solid rgba(255,255,255,0.8);
    padding: 18px 48px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.cta-section .btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: white;
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(255,255,255,0.3);
    backdrop-filter: blur(15px);
}

.cta-section h2 {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 16px;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* FOOTER */
footer {
    background: 
        linear-gradient(135deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 100%),
        url('images/parallax_05.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
}

.footer {
    background: 
        linear-gradient(135deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.05) 100%),
        url('images/parallax_05.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3,
.footer-section h4 {
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section p,
.footer-section ul {
    color: rgba(255, 255, 255, 0.8);
}

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

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ff6a00;
}

@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}


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

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

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 30px;
}

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

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.footer-col h3 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 700;
    color: var(--white);
}

.footer-col p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 15px;
}

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

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.footer-links a:hover {
    color: #ff6a00;
    transform: translateY(-2px);
}

.footer-col a[href^="tel:"]:hover,
.footer-col a[href^="mailto:"]:hover {
    color: #ff8533;
    text-shadow: 0 2px 8px rgba(255,106,0,0.3);
}

.footer-links a.active {
    color: var(--accent-orange);
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.15);
}

.social-link:hover {
    background: var(--accent-orange);
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
}

.footer-bottom p {
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,106,0,0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid rgba(255,106,0,0.3);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.footer-bottom p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,106,0,0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* WHATSAPP FLOAT */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37,211,102,0.5);
}

/* CONTACT FORM */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

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

.contact-info {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 18px;
}

.contact-item {
    display: flex;
    align-items: start;
    gap: 16px;
    margin-bottom: 28px;
}

.contact-icon {
    font-size: 28px;
    min-width: 40px;
}

.contact-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.contact-item p {
    color: var(--text-gray);
    margin: 0;
}

.contact-item a {
    color: var(--primary-blue);
    font-weight: 600;
}

/* RESPONSIVE */

/* Extra Large Screens (1440px+) */
@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
    
    .hero h1, .hero h2 {
        font-size: 56px !important;
    }
    
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large Screens (1200px - 1439px) */
@media (max-width: 1439px) and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Medium Large Screens (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet Landscape (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .container {
        max-width: 720px;
        padding: 0 20px;
    }
    
    .nav-links {
        gap: 20px;
        font-size: 14px;
    }
    
    .hero h1, .hero h2 {
        font-size: 42px !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* Mobile Optimization - Only essential fixes */
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.8;
    }
    
    /* Header */
    header nav {
        padding: 4px 16px;
    }
    
    .logo img {
        height: 32px !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    /* Fix ALL homepage sections with inline styles */
    /* .services-section {
        padding: 40px 0 !important;
    } - REMOVED - let HTML inline style control */
    
    .services-section .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .services-section .service-card {
        padding: 20px !important;
    }
    
    .results-section {
        padding: 40px 0 !important;
    }
    
    .results-section div[style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .results-section div[style*="padding: 25px"] {
        padding: 20px !important;
    }
    
    .testimonials-section {
        padding: 40px 0 !important;
    }
    
    .testimonials-section .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .testimonials-section .testimonial-card {
        padding: 20px !important;
        min-height: auto !important;
    }
    
    /* .cta-section {
        padding: 40px 16px !important;
        min-height: auto !important;
    } - REMOVED - let HTML inline style control */
    
    .cta-section .container {
        text-align: center !important;
    }
    
    .cta-section .hero-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: center !important;
    }
    
    .cta-section .btn {
        width: 100% !important;
        max-width: 280px !important;
    }
    
    .cta-section h2 {
        font-size: 28px !important;
    }
    
    /* Footer */
    footer {
        padding: 40px 0 20px !important;
    }
    
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }
    
    .footer-col {
        text-align: center !important;
    }
    
    .social-links {
        justify-content: center !important;
    }
    
    /* Stats section */
    .stats-section {
        padding: 40px 0 !important;
    }
    
    .stats-section .container > div[style*="grid"] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .counter-orbital {
        height: 180px !important;
    }
    
    .counter-orbital .orbit {
        width: 140px !important;
        height: 140px !important;
    }
    
    .counter-orbital div[style*="font-size: 72px"] {
        font-size: 32px !important;
    }
    
    /* About sections */
    .about-section,
    .what-we-do-section,
    .why-choose-section {
        padding: 40px 0 !important;
    }
    
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    /* Typography */
    h1 { font-size: 32px !important; line-height: 1.3 !important; }
    h2 { font-size: 28px !important; line-height: 1.4 !important; }
    h3 { font-size: 22px !important; line-height: 1.4 !important; }
    h4 { font-size: 19px !important; line-height: 1.5 !important; }
    
    p {
        font-size: 16px !important;
        line-height: 1.8 !important;
        margin-bottom: 16px !important;
    }
    
    /* Fix all buttons on mobile */
    .btn {
        text-align: center !important;
        margin: 0 auto !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 120px !important;
    }
}

/* Tablet Optimization - Specific fixes only */
@media (max-width: 1023px) and (min-width: 768px) {
    /* Only specific grids become single column on tablet */
    .services-grid,
    .results-grid,
    .testimonials-grid,
    .pricing-grid,
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        width: 100% !important;
    }
    
    .container {
        max-width: 720px !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
    }
}

/* END TABLET COMPREHENSIVE OPTIMIZATION */

/* Service Card Animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* PULSE ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 212, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0);
    }
}

/* Service Card Hover Effects */
.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.service-card:hover .service-icon {
    transform: scale(1.2) !important;
}

/* Clean Mobile Styles - Only essential fixes */
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.8;
    }
    
    /* Header */
    header nav {
        padding: 10px 16px;
    }
    
    .logo img {
        height: 32px !important;
    }
    
    /* Typography */
    h1 { font-size: 32px !important; line-height: 1.3 !important; }
    h2 { font-size: 28px !important; line-height: 1.4 !important; }
    h3 { font-size: 22px !important; line-height: 1.4 !important; }
    h4 { font-size: 19px !important; line-height: 1.5 !important; }
    
    p {
        font-size: 16px !important;
        line-height: 1.8 !important;
        margin-bottom: 16px !important;
    }
    
    /* Service Cards */
    .service-card {
        padding: 20px 16px;
        text-align: center;
        min-height: auto;
    }
    
    .service-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .service-card p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 15px !important;
    }
    
    /* Fix guarantee section on mobile */
    .pricing-guarantee {
        padding: 0 16px !important;
        text-align: center !important;
    }
    
    .pricing-guarantee p {
        max-width: 100% !important;
        word-wrap: break-word !important;
        hyphens: auto !important;
        font-size: 14px !important;
        padding: 16px 20px !important;
    }
    
    /* Fix all buttons on mobile */
    .btn {
        text-align: center !important;
        margin: 0 auto !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 120px !important;
    }
    
    .service-card .service-icon {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }
    
    .service-card .btn {
        font-size: 14px !important;
        padding: 10px 20px !important;
        margin-top: auto !important;
    }
    
    /* Result Cards */
    .result-card {
        padding: 20px !important;
        min-height: 350px !important;
    }
    
    .result-card h3 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }
    
    .result-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .result-card .btn {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
    
    /* Testimonial Cards */
    .testimonial-card {
        padding: 20px !important;
        min-height: 300px !important;
    }
    
    .testimonial-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .testimonial-card .author-info h4 {
        font-size: 16px !important;
    }
    
    .testimonial-card .author-info p {
        font-size: 13px !important;
    }
    
    /* Guarantee Statement */
    .pricing-guarantee p {
        font-size: 14px !important;
        padding: 16px 20px !important;
        letter-spacing: 0.3px !important;
        text-align: center;
        line-height: 1.4;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 20px 0;
    }
    
    .cta-section h2 {
        font-size: 24px !important;
        margin-bottom: 16px;
    }
    
    .cta-section p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    /* Section Labels */
    .section-label {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    /* About Section */
    .about-text {
        text-align: center;
        margin-bottom: 24px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .about-image {
        order: -1;
    }
    
    .about-image img {
        height: 200px;
    }
    
    .about-content {
        text-align: center;
        align-items: center;
    }
    
    .about-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .about-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    
    .about-content .btn {
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Results Section */
    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .result-card {
        padding: 20px 16px;
        text-align: center;
    }
    
    .result-card h3 {
        font-size: 18px;
    }
    
    .result-card p {
        font-size: 14px;
    }
    
    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 20px 16px;
    }
    
    .testimonial-card p {
        font-size: 14px;
    }
    
    .testimonial-author h4 {
        font-size: 16px;
    }
    
    .testimonial-author p {
        font-size: 13px;
    }
    
    /* Pricing */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-card {
        padding: 24px 16px;
    }
    
    .pricing-card h3 {
        font-size: 20px;
    }
    
    .pricing-card .price {
        font-size: 32px;
    }
    
    /* Contact */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .contact-form .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Footer */
    footer {
        padding: 40px 0 20px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: left;
    }
    
    .footer-col h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    
    .footer-links li {
        margin-bottom: 12px;
    }
    
    .footer-links a {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .footer-col p {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 1.7;
    }
    
    .footer-bottom {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .footer-bottom p {
        font-size: 14px !important;
        padding: 8px 16px !important;
        line-height: 1.6 !important;
    }
    
    .social-links {
        justify-content: flex-start;
        gap: 16px;
        margin-top: 20px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
    }
    
    .result-card h3 {
        font-size: 18px;
    }
    
    .result-card p {
        font-size: 14px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .section-description {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }
    
    /* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */
    
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .about-image img {
        height: auto !important;
        max-height: 400px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-left {
        text-align: center;
    }
    
    .hero h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .hero p {
        font-size: 18px;
        margin-bottom: 32px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 100%;
    }
    
    .trust-badges {
        gap: 24px;
        justify-content: center;
    }
    
    .hero-right {
        order: -1;
    }
    
    .hero-image {
        max-width: 100%;
    }
    
    /* REMOVED universal section rule - was breaking homepage */
    /* section {
        padding: 20px 0;
    } */
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .service-card,
    .result-card,
    .testimonial-card,
    .pricing-card {
        padding: 24px;
    }
    
    .result-logo {
        height: 80px;
    }
    
    .result-logo img {
        max-width: 180px;
        max-height: 80px;
    }
    
    h2 {
        font-size: 28px !important;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
    }
}
/* IMAGE ZOOM EFFECTS */
img {
    transition: transform 0.5s ease;
}

img:hover {
    transform: scale(1.05);
}

/* Specific image containers with overflow hidden */
.about-image,
.hero-right,
.result-card,
.service-card,
.testimonial-card,
.pricing-card,
.feature-card {
    overflow: hidden;
}

/* Hero image zoom */
.hero-image {
    transition: transform 0.6s ease;
}

.hero-slider:hover .hero-image.active {
    transform: scale(1.08);
}

/* About section image zoom */
.about-image img:hover {
    transform: scale(1.1);
}

/* Result card logo zoom */
.result-logo img {
    transition: transform 0.5s ease;
}

.result-logo img:hover {
    transform: scale(1.15);
}

/* Service icon subtle zoom */
.service-icon {
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Testimonial avatar zoom */
.testimonial-avatar {
    transition: transform 0.4s ease;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-avatar:hover {
    transform: scale(1.1);
}
/* STATS COUNTER SECTION */
.stats-section {
    background: #1a1f3a !important;
    padding: 80px 0 !important;
    position: relative;
}

.stats-section .section-title {
    color: #ffffff !important;
}

.stats-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-item,
.stat-card {
    text-align: center;
    padding: 40px 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.stat-item:hover,
.stat-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 82, 255, 0.3);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(0, 82, 255, 0.15) 0%, rgba(255, 106, 0, 0.15) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056d2;
    transition: all 0.4s ease;
    border: 2px solid rgba(0, 82, 255, 0.25);
    box-shadow: 0 4px 16px rgba(0, 82, 255, 0.15);
}

.stat-item:hover .stat-icon {
    transform: scale(1.15) rotate(8deg);
    background: linear-gradient(135deg, rgba(0, 82, 255, 0.25) 0%, rgba(255, 106, 0, 0.25) 100%);
    border-color: rgba(0, 82, 255, 0.5);
    box-shadow: 0 8px 24px rgba(0, 82, 255, 0.25);
}

.stat-number {
    font-size: 72px;
    font-weight: 900;
    color: #0052ff;
    margin-bottom: 16px;
    font-family: 'Arial Black', Arial, sans-serif;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    line-height: 1.6;
    font-family: 'Raleway', Arial, sans-serif;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .stats-section {
        padding: 60px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-item,
    .stat-card {
        padding: 32px 20px;
    }
    
    .stat-number {
        font-size: 48px;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .stat-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .stats-section {
        padding: 50px 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-item,
    .stat-card {
        padding: 28px 20px;
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .stat-icon {
        width: 56px;
        height: 56px;
    }
    
    .stat-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .stat-label {
        font-size: 12px;
    }
}
/* ===================================
   PREMIUM FAQ ACCORDION STYLING
   Modern, animated accordion design
   =================================== */

.faq-accordion {
    width: 100%;
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 16px !important;
    margin-bottom: 0 !important;
    border: 2px solid #e2e8f0 !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
}

.faq-accordion-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ff6a00 0%, #0056d2 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.faq-accordion-item:first-child {
    border-top: 2px solid #e2e8f0 !important;
}

.faq-accordion-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
    border-color: #0056d2 !important;
    box-shadow: 0 8px 24px rgba(0, 86, 210, 0.15) !important;
    transform: translateY(-2px) !important;
}

.faq-accordion-item:hover::before {
    opacity: 1;
}

.faq-accordion-item.active {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    border-color: #0056d2 !important;
    box-shadow: 0 12px 32px rgba(0, 86, 210, 0.2), inset 0 0 0 1px rgba(0, 86, 210, 0.1) !important;
}

.faq-accordion-item.active::before {
    opacity: 1;
}

.faq-question {
    width: 100%;
    padding: 24px 28px !important;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    font-family: 'Raleway', Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    color: #0056d2 !important;
}

.faq-accordion-item.active .faq-question {
    color: #0056d2 !important;
    padding-bottom: 16px !important;
}

.faq-question span:first-child {
    flex: 1;
    line-height: 1.6;
}

.faq-icon {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: linear-gradient(135deg, #ff6a00 0%, #e55f00 100%) !important;
    border-radius: 50% !important;
    transform: rotate(0deg) !important;
    box-shadow: 0 2px 8px rgba(255, 106, 0, 0.3) !important;
}

.faq-accordion-item:hover .faq-icon {
    background: linear-gradient(135deg, #0056d2 0%, #003acc 100%) !important;
    box-shadow: 0 4px 12px rgba(0, 86, 210, 0.4) !important;
    transform: rotate(90deg) !important;
}

.faq-accordion-item.active .faq-icon {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0056d2 0%, #003acc 100%) !important;
    transform: rotate(135deg) !important;
    box-shadow: 0 4px 16px rgba(0, 86, 210, 0.5) !important;
}


.faq-answer-content {
    padding: 0 28px 24px 28px !important;
    font-size: 16px !important;
    color: #475569 !important;
    line-height: 1.8 !important;
    font-family: 'Raleway', Arial, sans-serif !important;
    border-top: 1px solid rgba(0, 86, 210, 0.1);
    padding-top: 16px !important;
    margin-top: 8px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .faq-accordion {
        gap: 12px;
    }
    
    .faq-accordion-item {
        border-radius: 12px !important;
    }
    
    .faq-question {
        padding: 20px 20px !important;
        font-size: 16px !important;
        gap: 16px;
    }
    
    .faq-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 24px !important;
    }
    
    .hero-actions {
        flex-direction: column !important;
        gap: 16px !important;
    }
    
    .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px !important;
    }
    
    body#index .hero-title {
        font-size: 36px;
    }
    
    body#index .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    body#index .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Animate.css Keyframes - Essential ones only */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__delay-1s {
    animation-delay: 1s;
}

/* OLD HERO STYLES REMOVED - CONFLICTING WITH PREMIUM HERO */

/* Mobile Responsive - Homepage Only */
@media (max-width: 768px) {
    body#index .slider-wrapper {
        height: 500px;
    }
    
    body#index .slider-item {
        height: 500px;
    }
    
    body#index .slider-content-area {
        height: 500px;
    }
    
    body#index .slide-text h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    body#index .slide-text h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    body#index .slider-content-btn {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    body#index .button.btn.btn-light.btn-radius.btn-brd {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    body#index .owl-carousel .owl-nav .owl-prev,
    body#index .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    body#index .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    
    body#index .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    body#index .slider-wrapper {
        height: 400px;
    }
    
    body#index .slider-item {
        height: 400px;
    }
    
    body#index .slider-content-area {
        height: 400px;
    }
    
    body#index .slide-text h1 {
        font-size: 32px;
    }
    
    body#index .slide-text h2 {
        font-size: 16px;
    }
    
    body#index .owl-carousel .owl-nav .owl-prev,
    body#index .owl-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Sticky Lead Contact Bar */
.sticky-lead-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 20, 40, 0.95);
    backdrop-filter: blur(8px);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.lead-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-btn {
    background: #2563eb;
    color: white;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.strategy-btn {
    background: #f97316;
    color: white;
}

.lead-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.call-btn:hover {
    background: #1d4ed8;
}

.whatsapp-btn:hover {
    background: #128C7E;
}

.strategy-btn:hover {
    background: #ea580c;
}

/* Mobile Responsive for Lead Bar */
@media (max-width: 768px) {
    .sticky-lead-bar {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 8px 5px;
        gap: 8px;
    }
    
    .lead-btn {
        flex: 1;
        min-width: calc(50% - 4px);
        justify-content: center;
        padding: 10px 8px;
        font-size: 13px;
    }
    
    .lead-btn svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .sticky-lead-bar {
        padding: 6px 4px;
        gap: 6px;
    }
    
    .lead-btn {
        padding: 9px 6px;
        font-size: 12px;
        gap: 4px;
    }
    
    .lead-btn svg {
        width: 15px;
        height: 15px;
    }
}

/* Fix WhatsApp Floating Button Overlap */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 110px !important;
        right: 16px !important;
        width: 56px !important;
        height: 56px !important;
        z-index: 1000 !important;
    }
    
    .whatsapp-float svg {
        width: 28px !important;
        height: 28px !important;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 100px !important;
        right: 12px !important;
        width: 52px !important;
        height: 52px !important;
        z-index: 1000 !important;
    }
    
    .whatsapp-float svg {
        width: 26px !important;
        height: 26px !important;
    }
}


/* Service CTA Buttons */
.service-cta {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
    background: #2563eb;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-cta:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* FAQ Accordion Styles */
.faq-answer {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-question.active {
    color: #0052ff;
}

.faq-question.active span {
    transform: rotate(45deg);
}

.faq-answer.active {
    max-height: 500px !important;
    padding: 0 20px 20px 20px !important;
}

/* Service FAQ Section */
.service-faq .faq-item {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.service-faq .faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.service-faq .faq-question {
    transition: all 0.3s ease;
}

.service-faq .faq-question:hover {
    background: #f1f5f9;
}

/* Final CTA Section */
.cta-section .hero-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-section .hero-buttons .btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Related Services Section */
.services-grid .service-item {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    background: white;
    text-align: center;
}

.services-grid .service-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.services-grid .service-item .service-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.services-grid .service-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
}

.services-grid .service-item p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.services-grid .service-item .btn-primary {
    background: linear-gradient(135deg, #0052ff 0%, #003dcc 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.services-grid .service-item .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 82, 255, 0.3);
}

/* Service Landing Pages - Grid Layouts */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Service Landing Pages - Section Backgrounds */
.services-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 25%, #f8faff 50%, #fff8f0 75%, #fff5e6 100%);
    margin: 0 0 2px 0;
    width: 100%;
    display: block;
}


.cta-section {
    padding: 30px 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #003acc 50%, #002699 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 2px 0;
    width: 100%;
    display: block;
}

/* Responsive Grid Layouts */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid .service-item .service-icon {
        font-size: 56px !important;
        margin-bottom: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 80px !important;
        height: 80px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .services-grid .service-item .service-icon svg {
        width: 48px !important;
        height: 48px !important;
    }
    
    .services-grid .service-item h3 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
    }
    
    .services-grid .service-item p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid .service-item .service-icon {
        font-size: 48px !important;
        width: 72px !important;
        height: 72px !important;
        margin-bottom: 16px !important;
    }
    
    .services-grid .service-item .service-icon svg {
        width: 42px !important;
        height: 42px !important;
    }
    
    .services-grid .service-item h3 {
        font-size: 20px !important;
    }
    
    .services-grid .service-item p {
        font-size: 14px !important;
    }
    
    .services-grid .service-item {
        padding: 20px !important;
    }
    
    /* Fix View All Services and Read All Testimonials buttons on mobile */
    .btn-primary {
        font-size: 15px !important;
        padding: 14px 28px !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .btn-primary span {
        line-height: 1.2 !important;
    }
    
    .btn-primary svg {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
    }
}
