/* -------------------------------------------------------------
   FutureBridge Technologies - Core Stylesheet
   Design Paradigm: Premium Dark/Neon Glassmorphism & High Tech
   ------------------------------------------------------------- */

/* Custom Reset & Base Configurations */
:root {
    --bg-dark: #FFFFFF;
    --bg-card: #FFFFFF;
    --border-card: #E5E7EB;
    --bg-glass-heavy: rgba(255, 255, 255, 0.95);
    
    /* Modern corporate colors */
    --color-cyan: #2563EB; /* Re-mapped to Royal Blue */
    --color-purple: #4F46E5; /* Re-mapped to Indigo */
    --color-blue: #3B82F6;
    --color-violet: #6366F1;
    --color-green: #10B981;
    --color-red: #EF4444;
    
    --text-main: #111827;
    --text-muted: #4B5563;
    --text-dark: #000000;
    
    --font-heading: 'Inter', sans-serif; 
    --font-body: 'Inter', sans-serif;
    
    --transition-smooth: all 0.25s ease;
}

/* -------------------------------------------------------
   LIGHT MODE: Override via body.light-mode class (Matches Root)
   ------------------------------------------------------- */
body.light-mode {
    --bg-dark: #FFFFFF;
    --bg-card: #FFFFFF;
    --border-card: #E5E7EB;
    --bg-glass-heavy: rgba(255, 255, 255, 0.98);
    --text-main: #111827;
    --text-muted: #4B5563;
    --text-dark: #000000;
    background-color: var(--bg-dark);
    color: var(--text-main);
}

body.light-mode html {
    background-color: var(--bg-dark);
}

/* Light Mode - Global bg */
body.light-mode {
    background: #FAFAFA;
}

/* Light Mode - Header */
body.light-mode .main-header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #E5E7EB;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body.light-mode .main-header.scrolled {
    background: rgba(248, 250, 255, 0.97);
    border-bottom-color: rgba(127, 0, 255, 0.2);
}

body.light-mode .logo-title { color: #0D1117; }
body.light-mode .logo-sub { color: #6B7280; }

body.light-mode .nav-link {
    color: #1F2937; /* Darker grey for better visibility */
}

body.light-mode .nav-link:hover,
body.light-mode .nav-link.active {
    color: var(--color-purple);
}

/* Light Mode - Glass Cards */
body.light-mode .glass-card {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

body.light-mode .glass-card:hover {
    border-color: rgba(127, 0, 255, 0.2);
    box-shadow: 0 8px 32px rgba(127, 0, 255, 0.1);
}

/* Light Mode - Particle canvas (reduce visibility) */
body.light-mode #particle-canvas {
    opacity: 0;
}

/* Light Mode - Hero glows */
body.light-mode .hero-glow-1,
body.light-mode .hero-glow-2 {
    opacity: 0;
}

/* Light Mode - Improved Contrast */
body.light-mode .visual-badge {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

body.light-mode p,
body.light-mode .section-subtitle,
body.light-mode .slide-text,
body.light-mode .activity-company,
body.light-mode .activity-name {
    color: #222222 !important;
}

body.light-mode .btn-secondary {
    color: #000000;
    border-color: #cccccc;
    background: #ffffff;
}

body.light-mode .btn-secondary:hover {
    background: #f0f0f0;
}

/* Light Mode - Marquee (keep brand colors, just lighten card bg) */
body.light-mode .partners-marquee-section {
    background: rgba(0,0,0,0.02);
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 24px 0;
}

body.light-mode .marquee-content span {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    /* color preserved from brand-specific class */
}

body.light-mode .marquee-content span:hover {
    background: #fff;
}

/* Light Mode - Comparison Cards */
body.light-mode .before-card {
    background: rgba(255, 241, 242, 0.9);
    border-color: rgba(255, 65, 108, 0.15);
}

body.light-mode .after-card {
    background: rgba(240, 255, 248, 0.9);
    border-color: rgba(0, 255, 135, 0.15);
}

/* Light Mode - Section titles & subtitles */
body.light-mode .section-title { color: #0D1117; }
body.light-mode .section-subtitle { color: #6B7280; }

/* Light Mode - Service Cards */
body.light-mode .service-card h3 { color: #111827; }
body.light-mode .service-bullets li { color: #374151; }

/* Light Mode - Stats section */
body.light-mode .stats-section {
    background: rgba(255,255,255,0.55);
    border-top-color: rgba(0,0,0,0.05);
    border-bottom-color: rgba(0,0,0,0.05);
}

body.light-mode .stat-number { color: #0D1117; }
body.light-mode .stat-title { color: #111827; }
body.light-mode .stat-desc { color: #6B7280; }

/* Light Mode - Testimonials */
body.light-mode .testimonial-slide {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .slide-text { color: #374151; }
body.light-mode .user-meta h4 { color: #0D1117; }
body.light-mode .user-meta p { color: #6B7280; }

/* Light Mode - Contact section */
body.light-mode .contact-section {
    background: rgba(238, 242, 255, 0.5);
}

body.light-mode .contact-title { color: #0D1117; }
body.light-mode .contact-text { color: #6B7280; }
body.light-mode .detail-item h4 { color: #111827; }
body.light-mode .detail-item p { color: #6B7280; }

body.light-mode .form-group label { color: #374151; }
body.light-mode .form-group input,
body.light-mode .form-group select,
body.light-mode .form-group textarea {
    background: rgba(255,255,255,0.9);
    border-color: rgba(0,0,0,0.12);
    color: #0D1117;
}

body.light-mode .form-group select option {
    background-color: #ffffff;
    color: #0D1117;
}

body.light-mode .form-group input:focus,
body.light-mode .form-group select:focus,
body.light-mode .form-group textarea:focus {
    border-color: var(--color-purple);
    background: #fff;
}

/* Light Mode - Footer */
body.light-mode footer {
    background: rgba(230, 235, 248, 0.9);
    border-top: 1px solid rgba(0,0,0,0.07);
}

body.light-mode .footer-bottom {
    background: rgba(210, 218, 240, 0.7);
}

body.light-mode .footer-bottom p,
body.light-mode .footer-bottom a {
    color: #6B7280;
}

/* Light Mode - Timeline steps */
body.light-mode .step-content h3 { color: #111827; }
body.light-mode .step-content p { color: #6B7280; }

/* Light Mode - Spotlight cards */
body.light-mode .spotlight-card {
    background: rgba(255,255,255,0.85);
    border-color: rgba(0,0,0,0.07);
}

body.light-mode .spotlight-content h3 { color: #0D1117; }
body.light-mode .spotlight-teaser { color: #6B7280; }

/* Light Mode - Story Modal */
body.light-mode .story-modal-card {
    background: rgba(248, 250, 255, 0.98);
    border-color: rgba(127, 0, 255, 0.15);
}

body.light-mode .story-section p { color: #4B5563; }
body.light-mode .story-modal-sidebar h3 { color: #0D1117; }
body.light-mode .story-modal-sidebar p { color: #6B7280; }

/* Mobile menu light mode is handled in media queries */

/* -------------------------------------------------------
   THEME TOGGLE BUTTON STYLES
   ------------------------------------------------------- */
.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-card);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.theme-toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-cyan), var(--color-purple));
    opacity: 0;
    transition: var(--transition-smooth);
}

.theme-toggle:hover::before {
    opacity: 0.15;
}

.theme-toggle:hover {
    border-color: var(--color-cyan);
    color: var(--color-cyan);
    transform: rotate(20deg) scale(1.1);
}

.theme-toggle i {
    position: relative;
    z-index: 1;
    transition: var(--transition-smooth);
}

/* Light mode toggle adjustments */
body.light-mode .theme-toggle {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    color: #7F00FF;
}

body.light-mode .theme-toggle:hover {
    background: rgba(127, 0, 255, 0.08);
    border-color: var(--color-purple);
    color: var(--color-purple);
}

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

html {
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-body);
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    line-height: 1.6;
    transition: background 0.4s ease, color 0.3s ease;
}

/* Background Particle Canvas Placement */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Reusable UI Components */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.gradient-text {
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.glass-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.glass-card:hover {
    border-color: #D1D5DB;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.85rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    color: var(--text-main);
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 6px 25px rgba(0, 242, 254, 0.5);
    transform: scale(1.02);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-main);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-cyan);
    transform: scale(1.02);
}

.btn-block {
    width: 100%;
}

/* Glowing Buttons & Pulse indicators */
.glowing-btn {
    position: relative;
    background: var(--color-cyan);
    color: #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}
.glowing-btn::after {
    display: none;
}
.glowing-btn:hover {
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
    transform: translateY(-2px);
}

.glowing-btn-large {
    position: relative;
    padding: 16px 36px;
    font-size: 1.05rem;
    font-weight: 600;
    background: var(--color-cyan);
    color: #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
    border-radius: 50px;
}
.glowing-btn-large::after {
    display: none;
}
.glowing-btn-large:hover {
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
    transform: translateY(-2px);
}

.pulse-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-green);
    display: inline-block;
    position: relative;
}
.pulse-indicator::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-green);
    top: 0;
    left: 0;
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(2.5); opacity: 0; }
}

/* ----------------------------------
   1. Header Section Styling
   ---------------------------------- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(7, 10, 19, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition-smooth);
}

.main-header.scrolled {
    padding: 8px 0;
    background: rgba(7, 10, 19, 0.9);
    border-bottom-color: rgba(0, 242, 254, 0.15);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SVG Logo Combination */
.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-icon svg.logo-svg {
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.35));
    transition: var(--transition-smooth);
}

.logo-link:hover .logo-svg {
    filter: drop-shadow(0 0 18px rgba(127, 0, 255, 0.6));
    transform: scale(1.06);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.logo-sub {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 2px;
}

/* Nav Menu */
.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition-smooth);
    padding: 8px 0;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color: var(--color-cyan);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
    transition: var(--transition-smooth);
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-toggle .bar {
    width: 24px;
    height: 2px;
    background-color: var(--text-main);
    transition: var(--transition-smooth);
}

/* ----------------------------------
   2. Hero Section
   ---------------------------------- */
.hero-section {
    padding: 110px 0 60px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Hero Background Slider Overlay */
.hero-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/hero_bg_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: background-image 1s ease-in-out;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.82) 50%, rgba(15, 23, 42, 0.95) 100%);
    z-index: 1;
}

.hero-glow-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    top: 5%;
    left: -10%;
    z-index: 0;
    pointer-events: none;
}

.hero-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 0, 255, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
    top: 30%;
    right: -10%;
    z-index: 0;
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.badge-container {
    margin-bottom: 24px;
}

.hero-badge {
    background: rgba(0, 242, 254, 0.08);
    border: 1px solid rgba(0, 242, 254, 0.2);
    color: var(--color-cyan);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 550;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 36px;
    max-width: 580px;
}

.hero-actions {
    display: flex;
    gap: 16px;
}

/* Hero visual card grid */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-card-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    z-index: 2;
}

.main-visual-card {
    padding: 24px;
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(10, 15, 30, 0.65);
}

.card-header-visual {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-main);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 12px;
    border-radius: 12px;
}

.activity-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.cyan-bg { background: rgba(0, 242, 254, 0.12); color: var(--color-cyan); }
.purple-bg { background: rgba(127, 0, 255, 0.12); color: var(--color-purple); }
.blue-bg { background: rgba(79, 172, 254, 0.12); color: var(--color-blue); }

.activity-info {
    flex: 1;
}

.activity-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-main);
}

.activity-company {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.activity-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
}

.green-badge { background: rgba(0, 255, 135, 0.12); color: var(--color-green); }
.purple-badge { background: rgba(127, 0, 255, 0.12); color: var(--color-purple); }

/* Floating Badges styling */
.visual-badge {
    position: absolute;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid var(--border-card);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    z-index: 3;
}

.floating-badge-left {
    bottom: -15px;
    left: -40px;
}

.floating-badge-right {
    top: 40px;
    right: -40px;
}

.text-cyan { color: var(--color-cyan); }
.text-purple { color: var(--color-purple); }

/* Micro-animations: Float */
.animate-float {
    animation: float 6s ease-in-out infinite;
}

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

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

/* ----------------------------------
   Logo Marquee Section
   ---------------------------------- */
.partners-marquee-section {
    margin-top: 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.marquee-title {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px 0; /* Extra padding so hover scaling doesn't get cut off */
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-content {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: marquee 24s linear infinite;
}

.marquee-content span {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 22px;
    border-radius: 12px;
    border: 1px solid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    cursor: default;
}

.marquee-content span:hover {
    transform: translateY(-3px) scale(1.04);
}

.marquee-content span i {
    font-size: 1.3rem;
}

/* --- Always-on Brand Colors --- */
.brand-google  {
    color: #4285F4;
    background: rgba(66, 133, 244, 0.08);
    border-color: rgba(66, 133, 244, 0.25);
}
.brand-google:hover  { box-shadow: 0 6px 24px rgba(66,133,244,0.3); }

.brand-amazon  {
    color: #FF9900;
    background: rgba(255, 153, 0, 0.08);
    border-color: rgba(255, 153, 0, 0.25);
}
.brand-amazon:hover  { box-shadow: 0 6px 24px rgba(255,153,0,0.3); }

.brand-microsoft {
    color: #00A4EF;
    background: rgba(0, 164, 239, 0.08);
    border-color: rgba(0, 164, 239, 0.25);
}
.brand-microsoft:hover { box-shadow: 0 6px 24px rgba(0,164,239,0.3); }

.brand-meta {
    color: #0668E1;
    background: rgba(6, 104, 225, 0.08);
    border-color: rgba(6, 104, 225, 0.25);
}
.brand-meta:hover { box-shadow: 0 6px 24px rgba(6,104,225,0.3); }

.brand-salesforce {
    color: #00A1E0;
    background: rgba(0, 161, 224, 0.08);
    border-color: rgba(0, 161, 224, 0.25);
}
.brand-salesforce:hover { box-shadow: 0 6px 24px rgba(0,161,224,0.3); }

.brand-apple {
    color: #e0e0e0;
    background: rgba(200, 200, 200, 0.08);
    border-color: rgba(200, 200, 200, 0.2);
}
.brand-apple:hover { box-shadow: 0 6px 24px rgba(200,200,200,0.2); }

.brand-stripe {
    color: #635BFF;
    background: rgba(99, 91, 255, 0.08);
    border-color: rgba(99, 91, 255, 0.25);
}
.brand-stripe:hover { box-shadow: 0 6px 24px rgba(99,91,255,0.3); }

.brand-netflix {
    color: #E50914;
    background: rgba(229, 9, 20, 0.08);
    border-color: rgba(229, 9, 20, 0.25);
}
.brand-netflix:hover { box-shadow: 0 6px 24px rgba(229,9,20,0.3); }

/* Light mode brand pills */
body.light-mode .marquee-content span {
    background: rgba(255,255,255,0.7);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

/* ----------------------------------
   3. Comparison Section (Before/After)
   ---------------------------------- */
.comparison-section {
    padding: 60px 0;
    background: radial-gradient(ellipse at bottom, rgba(127, 0, 255, 0.05) 0%, rgba(7, 10, 19, 0) 60%);
}

.section-header {
    margin-bottom: 32px;
    text-align: center;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    text-align: center;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

/* Switch Component */
.toggle-container {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    padding: 8px 18px;
    border-radius: 40px;
}

.toggle-label {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: var(--transition-smooth);
    cursor: pointer;
}

.toggle-label.active {
    color: var(--text-main);
}

.comparison-toggle {
    width: 60px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    transition: var(--transition-smooth);
    outline: none;
}

body.light-mode .comparison-toggle {
    background-color: #D1D5DB;
    border: 1px solid #9CA3AF;
}

.toggle-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--text-main);
    top: 3px;
    left: 4px;
    transition: var(--transition-smooth);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

body.light-mode .toggle-handle {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.comparison-toggle.toggled {
    background-color: #10B981; /* Standard success green */
    border-color: rgba(16, 185, 129, 0.5);
}

body.light-mode .comparison-toggle.toggled {
    background-color: #10B981;
    border-color: #059669;
}

.comparison-toggle.toggled .toggle-handle {
    transform: translateX(28px);
    background-color: #ffffff;
}

/* Before / After Cards Grid */
.comparison-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.comparison-card {
    background: rgba(10, 15, 30, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: var(--transition-smooth);
    display: none; /* Controlled by JS default state */
}

.comparison-card.active-card {
    display: block;
    animation: cardFadeIn 0.5s ease-out forwards;
}

@keyframes cardFadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

.card-icon-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.card-icon-header i {
    font-size: 2.2rem;
}

.card-icon-header h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
}

.text-red { color: var(--color-red); }
.text-green { color: var(--color-green); }

.red-glow-bg i { filter: drop-shadow(0 0 8px rgba(255, 65, 108, 0.4)); }
.green-glow-bg i { filter: drop-shadow(0 0 8px rgba(0, 255, 135, 0.4)); }

.comparison-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.comparison-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.item-icon {
    font-size: 1.15rem;
    margin-top: 2px;
}

.red-icon { color: var(--color-red); }
.green-icon { color: var(--color-green); }

.item-text strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 650;
    margin-bottom: 4px;
    color: var(--text-main);
}

.item-text p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ----------------------------------
   4. Services Section
   ---------------------------------- */
.services-section {
    padding: 60px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 28px;
}

.service-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    border-color: rgba(255, 255, 255, 0.05);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 242, 254, 0.15) 0%, rgba(127, 0, 255, 0.15) 100%);
    border: 1px solid rgba(0, 242, 254, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-cyan);
    margin-bottom: 24px;
    transition: var(--transition-smooth);
}

.service-card:hover .service-icon {
    transform: rotate(6deg) scale(1.08);
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    color: var(--text-dark);
}

.service-card h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 16px;
}

.service-bullets li {
    font-size: 0.85rem;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-bullets li i {
    color: var(--color-cyan);
    font-size: 0.8rem;
}

/* ----------------------------------
   5. Timeline Process
   ---------------------------------- */
.process-section {
    padding: 60px 0;
    background: radial-gradient(ellipse at top, rgba(0, 242, 254, 0.05) 0%, rgba(7, 10, 19, 0) 60%);
}

.timeline-container {
    max-width: 900px;
    margin: 50px auto 0 auto;
    position: relative;
    padding-left: 60px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, var(--color-cyan) 0%, var(--color-purple) 50%, rgba(255, 255, 255, 0.05) 100%);
}

.timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: -60px;
    top: 8px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-dark);
    border: 2px solid var(--color-cyan);
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.3);
    z-index: 2;
    transition: var(--transition-smooth);
}

.timeline-step:nth-child(even) .step-number {
    border-color: var(--color-purple);
    color: var(--color-purple);
    box-shadow: 0 0 10px rgba(127, 0, 255, 0.3);
}

.timeline-step:hover .step-number {
    transform: scale(1.15);
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    border-color: transparent;
    color: var(--text-dark);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.6);
}

.timeline-step .step-content {
    padding: 24px 32px;
}

.timeline-step .step-content h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
}

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

/* ----------------------------------
   6. Statistical Counters Section
   ---------------------------------- */
.stats-section {
    padding: 48px 0;
    background: rgba(10, 15, 30, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

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

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

.stat-icon-wrapper {
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--text-main);
    letter-spacing: -1px;
}

.stat-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 4px;
}

.stat-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ----------------------------------
   7. Testimonials Section (Carousel)
   ---------------------------------- */
.testimonials-section {
    padding: 60px 0;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 0 24px 0;
    /* hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 28px;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.slider-wrapper {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 0 24px;
}

.testimonial-slide {
    flex: 0 0 calc(33.33% - 16px);
    width: calc(33.33% - 16px);
    min-width: 320px;
    max-width: 420px;
    padding: 36px;
    background: rgba(15, 23, 42, 0.5);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    scroll-snap-align: start;
    transition: var(--transition-smooth);
}

.testimonial-slide:hover {
    border-color: rgba(0, 242, 254, 0.2);
    box-shadow: 0 12px 40px rgba(0, 242, 254, 0.08);
    transform: translateY(-4px);
}

.slide-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--text-dark);
    flex-shrink: 0;
}

.user-meta h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
}

.user-meta p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.slide-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text-main);
    margin-bottom: 24px;
    font-style: italic;
    flex-grow: 1;
}

.slide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
}

.slide-badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
}

.badge-green { background: rgba(0, 255, 135, 0.08); border: 1px solid rgba(0, 255, 135, 0.2); color: var(--color-green); }
.badge-purple { background: rgba(127, 0, 255, 0.08); border: 1px solid rgba(127, 0, 255, 0.2); color: var(--color-purple); }

.slide-rating {
    color: #FCD34D;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Arrows — positioned outside the slider */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid var(--border-card);
    color: var(--text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition-smooth);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider-arrow:hover {
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    color: var(--text-dark);
    border-color: transparent;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.35);
}

/* Arrows wrap the container — slider-section is relative */
.testimonials-section .container {
    position: relative;
}

.prev-arrow { left: -10px; }
.next-arrow { right: -10px; }

/* Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition-smooth);
}

.dot.active {
    width: 28px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
}

/* ----------------------------------
   8. Lead Capture / Contact Section
   ---------------------------------- */
.contact-section {
    padding: 60px 0;
    position: relative;
}

.contact-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    bottom: -10%;
    left: 25%;
    z-index: 0;
    pointer-events: none;
}

.contact-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.contact-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.contact-text {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.detail-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.detail-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cyan);
    font-size: 1.15rem;
}

.detail-item h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.detail-item p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Glassmorphic Consultation Form */
.contact-form-card {
    padding: 40px;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(10, 15, 30, 0.7);
}

.form-card-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 750;
    margin-bottom: 6px;
}

.form-card-subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
}

.form-group input, .form-group select {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    outline: none;
}

.form-group select option {
    background-color: #0b0f1a;
    color: var(--text-main);
}

.form-group input::placeholder {
    color: rgba(255,255,255,0.25);
}

.form-group input:focus, .form-group select:focus {
    border-color: var(--color-cyan);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.15);
}

.form-group.invalid input, .form-group.invalid select {
    border-color: var(--color-red);
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.15);
}

.error-msg {
    display: none;
    font-size: 0.75rem;
    color: var(--color-red);
    margin-top: 4px;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.form-group.invalid .error-msg {
    display: block;
}

/* File upload zone */
.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 1.5px dashed rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    transition: var(--transition-smooth);
    margin-top: 8px;
}

.file-upload-label:hover {
    border-color: var(--color-cyan);
    background: rgba(0, 242, 254, 0.02);
}

.file-upload-icon {
    font-size: 1.4rem;
    color: var(--text-muted);
    transition: var(--transition-smooth);
}

.file-upload-label:hover .file-upload-icon {
    color: var(--color-cyan);
    transform: translateY(-2px);
}

.file-upload-text {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Submit state styles */
.btn-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hide {
    display: none !important;
}

/* Simulated API response modal overlay */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(7, 10, 19, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.success-modal {
    max-width: 480px;
    padding: 48px 36px;
    border-color: rgba(0, 255, 135, 0.25);
    box-shadow: 0 20px 50px rgba(0, 255, 135, 0.15);
}

.success-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 255, 135, 0.1);
    border: 2px solid var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--color-green);
    margin: 0 auto 24px auto;
    filter: drop-shadow(0 0 10px rgba(0, 255, 135, 0.4));
}

.success-modal h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.success-modal p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 32px;
}

.animate-zoom {
    animation: zoomIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes zoomIn {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* ----------------------------------
   9. Footer Section
   ---------------------------------- */
.main-footer {
    background-color: #04060C;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.footer-logo svg {
    height: 30px;
}

.footer-brand .brand-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 320px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.social-links a:hover {
    background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-purple) 100%);
    color: var(--text-dark);
    border-color: transparent;
    transform: translateY(-3px);
}

.social-links a.whatsapp-highlight {
    background: rgba(37, 211, 102, 0.15); /* WhatsApp green tinted */
    color: #25D366; /* WhatsApp brand green */
    border-color: rgba(37, 211, 102, 0.3);
}

.social-links a.whatsapp-highlight:hover {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-links h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 750;
    margin-bottom: 20px;
    color: var(--text-main);
}

.footer-links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: var(--transition-smooth);
}

.footer-links ul li a:hover {
    color: var(--color-cyan);
    padding-left: 4px;
}

.locations-list li {
    font-size: 0.9rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.locations-list li i {
    font-size: 0.85rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 30px 0;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.footer-legal {
    display: flex;
    gap: 24px;
}

.footer-legal a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition-smooth);
}

.footer-legal a:hover {
    color: var(--color-cyan);
}


/* ----------------------------------
   Responsive Design Adjustments
   ---------------------------------- */

@media (max-width: 991px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 10px 0;
    }
    
    .nav-menu {
        position: fixed;
        top: 73px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 73px);
        background: var(--bg-glass-heavy);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        padding: 40px;
        transition: var(--transition-smooth);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
    
    body.light-mode .nav-menu {
        background: rgba(248, 250, 255, 0.97);
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    
    .nav-menu.mobile-active {
        left: 0;
    }
    
    .nav-menu ul {
        flex-direction: column;
        gap: 28px;
        align-items: center;
    }
    
    .nav-link {
        font-size: 1.2rem;
    }
    
    .header-cta {
        display: none;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    /* Hamburger Active animation */
    .mobile-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .mobile-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .mobile-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .hero-section {
        padding-top: 120px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-container {
        padding-left: 45px;
    }
    
    .timeline-container::before {
        left: 10px;
    }
    
    .step-number {
        left: -48px;
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-form-card {
        padding: 24px;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ----------------------------------
   Spotlight Section & Modal Styles
   ---------------------------------- */
.spotlights-section {
    padding: 60px 0;
    background: radial-gradient(ellipse at top, rgba(127, 0, 255, 0.05) 0%, rgba(7, 10, 19, 0) 60%);
}

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

.spotlight-card {
    cursor: pointer;
    background: rgba(10, 15, 30, 0.55);
    border-color: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.spotlight-card:hover {
    border-color: var(--color-cyan);
    box-shadow: 0 12px 40px rgba(0, 242, 254, 0.12);
}

.spotlight-img-container {
    height: 240px;
    position: relative;
    overflow: hidden;
    background-color: #0b0f1a;
}

.spotlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.spotlight-card:hover .spotlight-img {
    transform: scale(1.05);
}

.spotlight-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0.75rem;
    font-weight: 650;
    padding: 5px 12px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.badge-purple {
    background: rgba(127, 0, 255, 0.15);
    border: 1px solid rgba(127, 0, 255, 0.35);
    color: var(--color-purple);
}

.spotlight-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.spotlight-content h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 750;
    margin-bottom: 6px;
    color: var(--text-main);
}

.spotlight-subtitle {
    font-size: 0.85rem;
    color: var(--color-cyan);
    font-weight: 600;
    margin-bottom: 12px;
}

.spotlight-teaser {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
    font-style: italic;
}

.btn-read-story {
    background: none;
    border: none;
    color: var(--text-main);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 650;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    transition: var(--transition-smooth);
    align-self: flex-start;
}

.btn-read-story i {
    transition: var(--transition-smooth);
}

.spotlight-card:hover .btn-read-story {
    color: var(--color-cyan);
}

.spotlight-card:hover .btn-read-story i {
    transform: translateX(6px);
}

/* Success Story Modal Grid layout */
.story-modal-card {
    max-width: 950px;
    width: 100%;
    background: rgba(10, 15, 30, 0.95);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-color: rgba(0, 242, 254, 0.15);
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.close-story-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: var(--transition-smooth);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1000;
}

.close-story-modal:hover {
    color: var(--color-cyan);
    border-color: var(--color-cyan);
    transform: rotate(90deg);
}

.story-modal-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
}

.story-modal-sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story-modal-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 3.5px solid var(--color-cyan);
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.3);
    margin-bottom: 20px;
}

.story-modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-modal-sidebar h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 750;
    margin-bottom: 6px;
}

.story-modal-sidebar p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.modal-student-badges {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}

.story-video-box {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    margin-top: auto;
}

.story-video-box iframe {
    width: 100%;
    height: 100%;
}

.story-modal-body {
    padding-left: 10px;
}

.story-section {
    margin-bottom: 24px;
}

.story-section:last-child {
    margin-bottom: 0;
}

.story-section h4 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 750;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-main);
}

.story-section p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.results-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.results-bullets li {
    font-size: 0.9rem;
    color: var(--text-muted);
    position: relative;
    padding-left: 24px;
}

.results-bullets li::before {
    content: '\f058'; /* fa-circle-check fontawesome */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-green);
    font-size: 0.95rem;
    filter: drop-shadow(0 0 4px rgba(0, 255, 135, 0.3));
}

/* Responsiveness for spotlights & story modals */
@media (max-width: 991px) {
    .spotlights-grid {
        grid-template-columns: 1fr 1fr;
    }
    .story-modal-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .story-modal-sidebar {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .spotlights-grid {
        grid-template-columns: 1fr;
    }
    .story-modal-card {
        padding: 24px;
    }
}

/* ===================================================
   PREMIUM VISUAL UPGRADES v2
   =================================================== */

/* --- Scroll Reveal Animations --- */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.reveal-left  { transform: translateX(-40px); opacity: 0; }
.reveal.reveal-right { transform: translateX(40px);  opacity: 0; }
.reveal.reveal-scale { transform: scale(0.88);        opacity: 0; }

.reveal.visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* Staggered children */
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.15s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.25s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.35s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.45s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.55s; opacity: 1; transform: none; }

/* --- Floating Hero Credential Tags --- */
.hero-float-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: var(--font-heading);
    border: 1px solid;
    animation: float-tag 4s ease-in-out infinite;
    cursor: default;
    letter-spacing: 0.3px;
    background: #ffffff; /* Solid white background for high contrast */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.hero-tag:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.hero-tag.tag-blue   { border-color: rgba(79,172,254,0.3); color: #2563EB; animation-delay: 0s;    }
.hero-tag.tag-green  { border-color: rgba(37,211,102,0.3); color: #16A34A; animation-delay: 0.7s; }
.hero-tag.tag-purple { border-color: rgba(127,0,255,0.3);  color: #7C3AED; animation-delay: 1.4s; }
.hero-tag.tag-cyan   { border-color: rgba(0,242,254,0.3);  color: #0284C7; animation-delay: 0.35s; }

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

/* --- Animated Gradient Hero CTA Border --- */
.glowing-btn-large {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border: none;
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
    transition: all 0.3s ease;
}

.glowing-btn-large:hover {
    background: linear-gradient(135deg, #1D4ED8, #6D28D9);
    box-shadow: 0 15px 35px rgba(124, 58, 237, 0.5);
    transform: translateY(-2px);
}

.glowing-btn-large::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #00F2FE, #7F00FF, #00F2FE);
    background-size: 200%;
    z-index: -1;
    animation: border-run 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s;
}

.glowing-btn-large:hover::after {
    opacity: 1;
}

@keyframes border-run {
    0%   { background-position: 0%;   }
    100% { background-position: 200%; }
}

/* --- Section ambient glow orbs (background depth) --- */
.section-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
    z-index: 0;
}

.orb-cyan   { background: radial-gradient(circle, rgba(0,242,254,0.18), transparent 70%); }
.orb-purple { background: radial-gradient(circle, rgba(127,0,255,0.14), transparent 70%); }
.orb-blue   { background: radial-gradient(circle, rgba(79,172,254,0.12), transparent 70%); }

/* --- Shimmer loading / highlight on cards --- */
@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.glass-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg,
        transparent 35%,
        rgba(255,255,255,0.045) 50%,
        transparent 65%);
    background-size: 200%;
    opacity: 0;
    transition: opacity 0.3s;
}

.glass-card:hover::after {
    opacity: 1;
    animation: shimmer 1.1s ease forwards;
}

/* --- Gradient border glass card variant --- */
.glass-card.gradient-border {
    position: relative;
}

.glass-card.gradient-border::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0,242,254,0.3), transparent 40%, rgba(127,0,255,0.3));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}

.glass-card.gradient-border:hover::before {
    opacity: 1;
}

/* --- Animated stat number pulse on scroll-in --- */
@keyframes count-bounce {
    0%   { transform: scale(0.7); opacity: 0; }
    70%  { transform: scale(1.06); }
    100% { transform: scale(1); opacity: 1; }
}

.stat-number.animate-in {
    animation: count-bounce 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* --- Premium Hero Section Decorative Grid --- */
.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 242, 254, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 242, 254, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* --- Glowing underline on section titles --- */
.section-title .gradient-text {
    position: relative;
}

.section-title .gradient-text::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-title:hover .gradient-text::after,
.section-title .gradient-text.visible::after {
    transform: scaleX(1);
}

/* --- Enhanced badge pulse --- */
.hero-badge {
    animation: badge-glow 2.5s ease-in-out infinite;
}

@keyframes badge-glow {
    0%, 100% { box-shadow: 0 0 12px rgba(0,242,254,0.15); }
    50%       { box-shadow: 0 0 24px rgba(0,242,254,0.4), 0 0 8px rgba(127,0,255,0.2); }
}

/* --- Nav active link with animated underline --- */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* --- Stat cards with top accent bar --- */
.stat-card {
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
    border-radius: 0 0 2px 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

.stat-card:hover::before,
.stat-card.animate-in::before {
    transform: scaleX(1);
}

/* --- Process step number glow --- */
.step-num {
    position: relative;
}

.step-num::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,242,254,0.25), transparent 65%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}

.step-item:hover .step-num::after {
    opacity: 1;
}

/* --- Service card icon bounce --- */
.service-icon {
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}

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

/* --- Floating animated shape behind hero visual --- */
.hero-visual::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,242,254,0.07) 0%, transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: breathe 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes breathe {
    0%, 100% { transform: translate(-50%,-50%) scale(1);   }
    50%       { transform: translate(-50%,-50%) scale(1.12); }
}

/* --- Light mode overrides for new premium styles --- */
body.light-mode .hero-section::after {
    background-image:
        linear-gradient(rgba(127,0,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(127,0,255,0.04) 1px, transparent 1px);
}

body.light-mode .hero-tag.tag-blue   { background: rgba(79,172,254,0.08); }
body.light-mode .hero-tag.tag-green  { background: rgba(0,200,100,0.08); color: #00A855; border-color: rgba(0,200,100,0.3); }
body.light-mode .hero-tag.tag-purple { background: rgba(127,0,255,0.06); color: #7F00FF; }
body.light-mode .hero-tag.tag-cyan   { background: rgba(0,200,220,0.06); color: #0099AA; border-color: rgba(0,200,220,0.3); }

body.light-mode .glass-card::after { display: none; }
body.light-mode .hero-section::after { opacity: 0.4; }

/* ==========================================
   ADDED VISUAL ENHANCEMENTS
   ========================================== */



/* Scroll Progress Bar */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan), var(--purple));
    width: 0%;
    z-index: 999999;
    box-shadow: 0 0 10px var(--purple);
    transition: width 0.1s;
}

/* Typing Effect Cursor */
.typing-cursor {
    display: inline-block;
    width: 3px;
    background-color: var(--cyan);
    animation: blink 0.75s step-end infinite;
    margin-left: 2px;
}

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

/* Enhanced hover for Glass Cards */
.glass-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.glass-card:hover {
    box-shadow: 0 15px 35px rgba(127, 0, 255, 0.15), inset 0 0 20px rgba(0, 242, 254, 0.05);
    border-color: rgba(0, 242, 254, 0.3);
}

body.light-mode .glass-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(127, 0, 255, 0.2);
}




/* --- NEW SPOTLIGHTS LAYOUT --- */
.new-spotlights-layout {
    display: flex;
    overflow-x: auto;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 1.5rem; /* space for scrollbar */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Custom scrollbar styling for the layout */
.new-spotlights-layout {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.new-spotlights-layout::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.new-spotlight-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.new-spotlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.premium-banner {
    height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.85) 100%);
    border-radius: 16px 16px 0 0;
}

.company-logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.3px;
}

.spotlight-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.live-badge {
    background: #E11D48;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.live-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

.updated-badge {
    background: #EEF2FF;
    color: #4F46E5;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.candidate-name {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
}

.offer-text {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.company-slogan-text {
    font-size: 0.85rem;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.premium-body {
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.premium-footer {
    padding: 1.5rem;
    margin-top: auto;
}

.stats-row {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.stat-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-light);
    padding: 8px 12px;
    border-radius: 12px;
    flex: 1;
    border: 1px solid var(--border-color);
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.bg-purple-light { background: #F3E8FF; }
.bg-blue-light { background: #DBEAFE; }
.bg-green-light { background: #DCFCE7; }

.stat-text {
    display: flex;
    flex-direction: column;
}

.stat-text span {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.stat-text small {
    font-size: 0.7rem;
    color: var(--text-light);
}

.overlay-axium { background: linear-gradient(135deg, rgba(29, 9, 63, 0.9) 0%, rgba(29, 9, 63, 0.4) 100%); }
.overlay-ms { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 100%); }
.overlay-intel { background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(30, 58, 138, 0.4) 100%); }
.overlay-boa { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.5) 100%); }

.company-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.btn-purple { background: #6D28D9; }
.btn-green { background: #16A34A; }
.btn-blue { background: #2563EB; }

/* =========================================
   Pricing Section & Tables
   ========================================= */
.pricing-section {
    padding: var(--section-padding) 0;
    position: relative;
    z-index: 1;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pricing-card {
    padding: 40px 30px;
    position: relative;
    border-radius: 20px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: var(--card-bg);
}

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

.pricing-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: white;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.badge-basic { background: #64748B; }
.badge-elite { background: var(--primary-blue); }
.badge-premium { background: var(--color-cyan); color: #000; }

.pricing-header h3 {
    font-size: 1.8rem;
    font-family: var(--font-heading);
    margin-bottom: 5px;
    margin-top: 15px;
}

.investment-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: var(--font-heading);
    color: var(--text-main);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.price-suffix {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-cyan);
}

.placement-duration {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.placement-duration strong {
    color: var(--text-dark);
}

.pricing-footer {
    margin-top: auto;
}

.dept-table {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
    align-items: center;
}

.table-row:last-child {
    border-bottom: none;
}

.col-service {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-dark);
}

.col-plan {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .table-row {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 5px;
    }
    .col-service {
        font-size: 0.8rem;
    }
    .col-plan {
        font-size: 1rem;
    }
    .price-value {
        font-size: 2rem;
    }
}

/* =========================================
   Plan Details Modal
   ========================================= */
.plan-modal-card {
    max-width: 500px;
    width: 90%;
    background: #ffffff;
    padding: 40px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.close-plan-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #e28e73; 
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 1.5rem;
    transition: transform 0.2s ease;
    z-index: 10;
}
.close-plan-modal:hover {
    transform: scale(1.1);
}

.plan-modal-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: var(--font-heading);
}

.plan-modal-divider {
    width: 60px;
    height: 4px;
    background: #e28e73;
    margin: 0 auto 30px auto;
    border-radius: 2px;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.plan-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #000;
}

.plan-features-list li i {
    color: #6fc038; 
    font-size: 1.3rem;
    margin-top: 2px;
}

.plan-modal-footer {
    text-align: center;
    margin-top: 2rem;
}

.plan-disclaimer {
    color: #d88168; 
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

/* Pricing Cards Uniform Styling */
.pricing-card {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    position: relative;
    overflow: hidden;
}

.pricing-badge {
    background: #4F46E5 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    border-radius: 0 0 12px 0 !important;
    font-size: 0.85rem !important;
    display: inline-block !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2) !important;
}

.pricing-footer .btn-read-more {
    background: #4F46E5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.3) !important;
}

.pricing-footer .btn-read-more:hover {
    background: #4338CA !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45) !important;
}

/* ==========================================
   WhatsApp Floating Chat Widget
   ========================================== */
.wa-widget-container {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9998;
}

.whatsapp-float {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    font-size: 32px;
    box-shadow: 0px 8px 24px rgba(37, 211, 102, 0.45);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wa-pulse 2s infinite;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    color: #FFF;
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0px 12px 30px rgba(37, 211, 102, 0.6);
}

.wa-notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.whatsapp-float-icon {
    font-size: 34px;
    margin-top: 1px;
}

.whatsapp-float-tooltip {
    position: absolute;
    right: 72px;
    background-color: #0f172a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.whatsapp-float:hover .whatsapp-float-tooltip {
    opacity: 1;
    visibility: visible;
    right: 76px;
}

.wa-chat-box {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: bottom right;
}

.wa-chat-box.hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8) translateY(20px);
    pointer-events: none;
}

.wa-chat-header {
    background: linear-gradient(135deg, #075E54 0%, #128C7E 100%);
    color: #ffffff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wa-avatar-status {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wa-avatar {
    position: relative;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}

.wa-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.wa-status-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #25D366;
    border: 2px solid #128C7E;
    border-radius: 50%;
}

.wa-header-info h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.wa-header-info p {
    margin: 2px 0 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
}

.wa-close-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.wa-close-btn:hover {
    color: #fff;
}

.wa-chat-body {
    background: #f1f5f9;
    padding: 16px;
    max-height: 320px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wa-message-bubble {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 0 14px 14px 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
    max-width: 90%;
}

.wa-message-bubble p {
    margin: 0 0 6px 0;
    font-size: 13px;
    color: #1e293b;
    line-height: 1.45;
}

.wa-message-bubble p:last-child {
    margin-bottom: 0;
}

.wa-time {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-align: right;
    margin-top: 4px;
}

.wa-quick-chips {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.wa-chip {
    background: #ffffff;
    border: 1px solid #25D366;
    color: #128C7E;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.wa-chip:hover {
    background: #25D366;
    color: #ffffff;
    transform: translateX(3px);
}

.wa-chat-footer {
    background: #ffffff;
    padding: 10px 12px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.wa-chat-footer input {
    flex: 1;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 8px 14px;
    font-size: 13px;
    outline: none;
    background: #f8fafc;
    color: #0f172a;
}

.wa-chat-footer input:focus {
    border-color: #25D366;
    background: #fff;
}

.wa-chat-footer button {
    background: #25D366;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.2s;
}

.wa-chat-footer button:hover {
    background: #128C7E;
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}/* Ensure text is always white against dark hero background even in light mode! */
body.light-mode .hero-section .hero-title,
body.light-mode .hero-section .hero-description {
    color: #ffffff !important;
}

body.light-mode .hero-section .gradient-text {
    background: linear-gradient(90deg, #60A5FA, #A78BFA, #F472B6) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
