@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap');

:root {
    /* Dark Premium Monochrome Palette */
    --hero-bg: #000000;
    --hero-accent-1: #0f172a;
    --hero-accent-2: #1e293b;
    
    --primary: #ffffff;
    --primary-hover: #e2e8f0;
    --primary-light: rgba(255, 255, 255, 0.1);
    --primary-glow: rgba(255, 255, 255, 0.15);
    
    --gold: #94a3b8; /* Slate/Silver accent */
    --gold-hover: #cbd5e1;
    --gold-glow: rgba(148, 163, 184, 0.2);

    --bg-main: #000000;
    --bg-alt: #0f172a;
    --bg-dark: #000000;

    --text-main: #ffffff;
    --text-muted: #94a3b8;
    --text-light: #f8fafc;
    --text-light-muted: rgba(255, 255, 255, 0.6);
    
    --warning-light: rgba(255, 255, 255, 0.05);
    --danger: #ffffff;
    --danger-light: rgba(255, 255, 255, 0.1);
    
    --border: rgba(255, 255, 255, 0.1);
    --border-glass: rgba(255,255,255,0.08);
    
    /* Typography */
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-accent: 'Cormorant Garamond', serif;
    
    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.3);
    --shadow-lg: 0 12px 24px rgba(0,0,0,0.4);
    --shadow-xl: 0 24px 48px rgba(0,0,0,0.5);
    --shadow-glow: 0 0 40px var(--primary-glow);
    --shadow-gold: 0 0 30px var(--gold-glow);
    
    /* Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-2xl: 2rem;
    --radius-full: 9999px;
    
    /* Layout */
    --container-max: 1280px;
    --container-padding: 2rem;
    --navbar-height: 80px;
}

/* Light Theme Overrides */
html.light-theme {
    /* Light Premium Monochrome Palette */
    --hero-bg: #ffffff;
    --hero-accent-1: #f3f4f6;
    --hero-accent-2: #e5e7eb;
    
    --primary: #000000;
    --primary-hover: #111827;
    --primary-light: rgba(0, 0, 0, 0.05);
    --primary-glow: rgba(0, 0, 0, 0.1);
    
    --gold: #374151;
    --gold-hover: #111827;
    --gold-glow: rgba(0, 0, 0, 0.05);

    --bg-main: #ffffff;
    --bg-alt: #f9fafb;
    --bg-dark: #f3f4f6;
    
    --text-main: #000000;
    --text-muted: #374151;
    --text-light: #111827;
    --text-light-muted: rgba(0, 0, 0, 0.6);
    
    --border: rgba(0, 0, 0, 0.08);
    --border-glass: rgba(0, 0, 0, 0.04);

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-glow: 0 0 20px rgba(0, 0, 0, 0.05);
    --shadow-gold: 0 0 20px rgba(0, 0, 0, 0.05);
}

html.light-theme .navbar { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(0,0,0,0.1); }
html.light-theme .navbar.scrolled { background: #ffffff; }
html.light-theme .navbar .nav-links a:not(.btn) { color: #000000; }
html.light-theme .navbar.scrolled .nav-links a:not(.btn) { color: #000000; }
html.light-theme .mobile-menu-btn span { background: #000000 !important; }
html.light-theme .lang-btn { color: #000000; }

html.light-theme .hero-title, html.light-theme .hero-title-html { color: #000000; }
html.light-theme .hero-subtitle { color: #000000; opacity: 0.85; }
html.light-theme .pricing-card.popular { background: #ffffff; border: 2px solid var(--primary); }
html.light-theme .pricing-card.popular h3,
html.light-theme .pricing-card.popular .price-amount,
html.light-theme .pricing-card.popular .pricing-features li { color: #000000 !important; }
html.light-theme .pricing-card.popular .plan-desc,
html.light-theme .pricing-card.popular .price-from,
html.light-theme .pricing-card.popular .price-currency,
html.light-theme .pricing-card.popular .price-note { color: #000000; opacity: 0.7; }

html.light-theme .service-card h3, 
html.light-theme .client-card h4,
html.light-theme .faq-question,
html.light-theme .step h4,
html.light-theme .pain-card h4,
html.light-theme .glass-card h3,
html.light-theme .glass-card p { color: #000000 !important; }

html.light-theme .pain-card { background: #ffffff; border-color: rgba(0,0,0,0.1); }
html.light-theme .pain-card p { color: #000000; opacity: 0.7; }
html.light-theme .glass-card { background: rgba(255, 255, 255, 0.9); border-color: rgba(0,0,0,0.1); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

html.light-theme .flip-hint { color: #000000; font-style: italic; opacity: 0.6; }
html.light-theme .contact-info p { color: #000000; opacity: 0.8; }
html.light-theme .trust-badge small { color: #000000; opacity: 0.8; }
html.light-theme .trust-badge { opacity: 1; }

/* =========================================================================
   Reset & Base
   ========================================================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; width: 100%; overflow-x: hidden; }

body {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-main);
    background: var(--bg-main);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.handwritten {
    font-family: var(--font-accent);
    color: var(--text-muted);
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
}

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

html.light-theme .text-gradient {
    background: linear-gradient(180deg, #000000 0%, #64748b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a { color: var(--primary); text-decoration: none; transition: all 0.25s ease; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.text-white { color: white !important; }
.opacity-80 { opacity: 0.8; }

/* =========================================================================
   Buttons — Premium
   ========================================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-weight: 600;
    padding: 0.85rem 1.8rem;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.btn:hover::after { opacity: 1; }

.btn-primary {
    background: linear-gradient(135deg, #ffffff, #94a3b8);
    color: #000000;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}
html.light-theme .btn-primary {
    background: linear-gradient(135deg, #000000, #334155);
    color: #ffffff;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px var(--primary-glow);
    color: white;
}
.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px var(--primary-glow);
}

.btn-gold {
    background: linear-gradient(135deg, #475569, #0f172a);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}
html.light-theme .btn-gold {
    background: linear-gradient(135deg, #f1f5f9, #cbd5e1);
    color: #000000;
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px var(--gold-glow);
    color: var(--hero-bg);
}
.btn-gold:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px var(--gold-glow);
}

.btn-primary-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.btn-primary-outline:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
}

.btn-ghost {
    background: rgba(255,255,255,0.08);
    color: white;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
}
.btn-ghost:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    color: white;
}

.btn-secondary {
    background: var(--bg-alt);
    color: var(--text-main);
    border: 1px solid var(--border);
}
.btn-secondary:hover {
    background: var(--border);
    transform: translateY(-2px);
}

.btn-lg { padding: 1.1rem 2.4rem; font-size: 1.125rem; }
.fluid { width: 100%; }
.mt-4 { margin-top: 1rem; }

/* =========================================================================
   Navbar — Glassmorphism
   ========================================================================= */
.navbar {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: var(--navbar-height);
    background: rgba(8, 11, 26, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    z-index: 10000;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(8, 11, 26, 0.95);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.navbar.scrolled .nav-links a:not(.btn) { color: var(--text-light-muted); }
.navbar.scrolled .nav-links a:not(.btn):hover { color: var(--primary); }
.navbar.scrolled .logo-text { -webkit-text-fill-color: var(--primary); }
.navbar.scrolled .lang-btn { color: var(--text-main); }
.navbar.scrolled .mobile-menu-btn span { background: var(--text-main); }

html.light-theme .navbar { background: #ffffff !important; border-bottom: 1px solid rgba(0,0,0,0.1); }
html.light-theme .navbar .nav-links a:not(.btn) { color: #000000 !important; }
html.light-theme .mobile-menu-btn span { background: #000000 !important; }
html.light-theme .lang-btn { color: #000000 !important; }

.nav-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo { display: flex; align-items: center; gap: 0.5rem; }

.logo-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.15));
}

html.light-theme .logo-img {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.logo-text {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--text-main), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a:not(.btn) { color: var(--text-light-muted); font-weight: 500; transition: color 0.25s; }
.nav-links a:not(.btn):hover { color: white; }

/* Theme Switcher Styles */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    cursor: pointer;
}
.theme-switch-btn {
    background: transparent;
    border: none;
    color: var(--text-light-muted);
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s;
}
.theme-switch-btn:hover {
    background: rgba(255,255,255,0.05);
    color: white;
}
.theme-switch-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.theme-switch-btn:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* Language Switcher */
.lang-switcher { position: relative; }
.lang-btn {
    background: transparent; border: none;
    font-family: var(--font-body); font-weight: 600;
    color: var(--text-light-muted); cursor: pointer;
    display: flex; align-items: center; gap: 0.25rem;
    padding: 0.5rem; border-radius: var(--radius-sm);
    transition: all 0.2s;
}
.lang-btn:hover { color: white; background: rgba(255,255,255,0.05); }
.arrow { font-size: 0.7rem; transition: transform 0.2s; }

.lang-dropdown {
    position: absolute; top: 100%; right: 0;
    margin-top: 0.5rem;
    background: var(--bg-dark);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    width: 140px; display: none;
    flex-direction: column; overflow: hidden;
}
.lang-dropdown.show { display: flex; animation: fadeIn 0.2s ease; }

.lang-dropdown .lang-option {
    padding: 0.75rem 1rem; border: none;
    background: transparent; text-align: left;
    font-family: var(--font-body); font-weight: 500;
    color: var(--text-light-muted); cursor: pointer;
    transition: all 0.2s;
}
.lang-dropdown .lang-option:hover {
    background: rgba(99,102,241,0.15); color: white;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none; flex-direction: column;
    justify-content: space-between;
    width: 32px; height: 22px;
    background: transparent; border: none; cursor: pointer;
    padding: 0; z-index: 1001; /* Stay above mobile nav */
}
.mobile-menu-btn span {
    width: 100%; height: 2px;
    background: white; transition: all 0.3s ease;
}

/* Burger Animation Support */
.mobile-menu-btn.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.mobile-menu-btn.open span:nth-child(2) {
    opacity: 0;
}
.mobile-menu-btn.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.mobile-nav {
    position: fixed; top: var(--navbar-height); left: 0;
    width: 100%; background: var(--bg-dark);
    padding: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: var(--shadow-xl);
    display: none; flex-direction: column; gap: 1.5rem;
    z-index: 999;
}
.mobile-nav.open { display: flex; animation: slideDown 0.3s ease forwards; }

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Extras Row (Theme + Lang) */
.mobile-extras-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1rem;
}

.mobile-theme-toggle {
    flex-shrink: 0;
}

.mobile-theme-toggle .theme-switch-btn {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.mobile-langs-inline {
    display: flex;
    gap: 0.5rem;
    flex-grow: 1;
}

.lang-option-mini {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.75rem 0;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-option-mini.active {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 4px 12px var(--primary-glow);
}

/* =========================================================================
   HERO — Dark Premium
   ========================================================================= */
.hero {
    padding-top: calc(var(--navbar-height) + 3rem);
    padding-bottom: 0;
    background: var(--hero-bg);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

/* Gradient Mesh Background */
.hero::before {
    content: '';
    position: absolute;
    top: -30%; right: -20%;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: meshFloat 12s ease-in-out infinite alternate;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -20%; left: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: meshFloat 10s ease-in-out infinite alternate-reverse;
}

@keyframes meshFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, -30px) scale(1.1); }
}

.hero-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Canvas for particles */
#heroCanvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
}

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

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: rgba(99,102,241,0.1);
    border: 1px solid rgba(99,102,241,0.2);
    color: var(--primary-hover);
    font-weight: 600;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}
html.light-theme .badge { color: #000000 !important; background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.1); }

.hero-title {
    font-size: 3.75rem;
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.1;
}

.hero-title .highlight {
    background: linear-gradient(135deg, #ffffff, #64748b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
html.light-theme .hero-title .highlight {
    background: linear-gradient(135deg, #000000, #64748b);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-light-muted);
    margin-bottom: 2.5rem;
    max-width: 88%;
    line-height: 1.7;
    opacity: 0.95;
    font-weight: 450;
}
html.light-theme .hero-subtitle {
    color: #000000;
    opacity: 0.8;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

/* Stats Bar in Hero */
.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

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

.counter-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.35rem;
}
html.light-theme .counter-number, 
html.light-theme .hero-stat .plus { color: #000000 !important; }

.hero-stat-label {
    font-size: 0.85rem;
    color: var(--text-light-muted);
    font-weight: 500;
}

/* Hero Visual - Right Side */
.hero-visual {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.glass-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

.glass-card h3 { font-size: 1.1rem; margin-bottom: 0.25rem; color: white; }
.glass-card p { font-size: 0.85rem; color: var(--text-light-muted); }

.icon-box {
    width: 52px; height: 52px;
    border-radius: var(--radius-lg);
    display: flex; align-items: center; justify-content: center;
}

.icon-box.primary { background: rgba(255,255,255,0.1); color: #ffffff; }
.icon-box.success { background: rgba(255,255,255,0.1); color: #ffffff; }
.icon-box.warning { background: rgba(255,255,255,0.1); color: #ffffff; }
html.light-theme .icon-box.primary, 
html.light-theme .icon-box.success, 
html.light-theme .icon-box.warning { background: rgba(0,0,0,0.05); color: #000000; }
.icon-box svg { width: 24px; height: 24px; }

.main-stats { top: 15%; left: 5%; width: 300px; }
.stat-1 { bottom: 28%; left: -5%; width: 240px; animation-delay: -2s; }
.stat-2 { bottom: 42%; right: 0; width: 260px; animation-delay: -4s; }

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

/* Money Canvas (in hero-visual) */
.money-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* =========================================================================
   Pain Points Section — Dark
   ========================================================================= */
.pain-points {
    background: var(--bg-dark);
    padding: 5rem 0;
    position: relative;
    /* overflow: hidden; - removed to allow 3D cards to rotate freely */
}

.pain-points::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

/* Flip Cards Mechanics */
.flip-card-container {
    background-color: transparent;
    perspective: 1000px;
}

/* ===================== PAIN POINTS: PREMIUM REVEAL ===================== */
.pain-points {
    background: var(--bg-dark);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 2.5rem;
    max-width: 1240px;
    margin: 4rem auto 0;
    padding: 0 20px;
}

.pain-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-2xl);
    height: 440px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.pain-card:hover {
    transform: translateY(-10px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pain-card-body {
    padding: 3rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.6s ease;
}

.pain-card:hover .pain-card-body {
    transform: translateY(-20px);
    filter: blur(2px);
    opacity: 0.5;
}

.pain-card-reveal {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e293b, #000000);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pain-card:hover .pain-card-reveal {
    top: 0;
}

.pain-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.pain-icon-circle.problem {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.pain-icon-circle.solution {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.pain-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    color: inherit;
}

html.light-theme .pain-card h4 { color: #000000 !important; }

.pain-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
}

html.light-theme .pain-card p { color: #000000 !important; opacity: 0.8 !important; }

.pain-card-reveal p {
    color: rgba(255,255,255,0.95);
    font-weight: 500;
}

.pain-status-tag {
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.pain-status-tag.problem {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.pain-status-tag.solution {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

html.light-theme .pain-card {
    background: #ffffff;
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

html.light-theme .pain-card h4 { color: #0f172a; }
html.light-theme .pain-card p { color: #475569; }

html.light-theme .pain-card-reveal {
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

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

.pain-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.35s ease;
    /* position: relative; removed - should be position: absolute inside flip-card-inner */
    transform-style: preserve-3d;
}

.flip-card-front::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, var(--danger), transparent);
    opacity: 0.8;
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
}

.flip-card-back::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, var(--success), transparent);
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
}

.flip-card-back {
    background: linear-gradient(135deg, rgba(16,185,129,0.05), rgba(0,0,0,0.2));
    border-color: rgba(16,185,129,0.2);
    box-shadow: 0 10px 30px rgba(16,185,129,0.1);
}

.pain-icon-wrap {
    width: 64px; height: 64px;
    border-radius: var(--radius-full);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.5rem;
}

.pain-icon-wrap svg {
    width: 32px; height: 32px;
}

.pain-icon-wrap.problem {
    background: var(--danger-light);
    color: var(--danger);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.2);
}

.pain-icon-wrap.solved {
    background: var(--success-light);
    color: var(--success);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.pain-card h4 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-family: var(--font-heading);
    font-weight: 700;
}

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

.pain-tag {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pain-tag.problem { background: var(--danger-light); color: var(--danger); border: 1px solid rgba(239, 68, 68, 0.2); }
.pain-tag.solved { background: var(--success-light); color: var(--success); border: 1px solid rgba(16, 185, 129, 0.2); }

.flip-hint {
    position: absolute;
    bottom: 1.5rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    font-style: italic;
    opacity: 0.6;
}

.pain-section-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 0.75rem;
}

.pain-section-subtitle {
    color: var(--text-light-muted);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* =========================================================================
   Counters Bar
   ========================================================================= */
.counters-bar {
    background: linear-gradient(135deg, #0f172a, #000000);
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.counters-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.counters-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 2rem;
}

.counter-item {
    text-align: center;
    color: white;
}

.counter-number {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}

.counter-label {
    font-size: 0.95rem;
    opacity: 0.85;
    font-weight: 500;
}

/* =========================================================================
   Sections & Layouts (Light)
   ========================================================================= */
.section { padding: 5rem 0; position: relative; }
.bg-alt { background-color: var(--bg-alt); position: relative; overflow: hidden; }

/* Dynamic Background Glows for Light Sections */
.bg-alt::before {
    content: '';
    position: absolute;
    top: -20%; left: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(99,102,241,0.05) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.bg-alt::after {
    content: '';
    position: absolute;
    bottom: -20%; right: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

#services::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

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

.pb-0 { padding-bottom: 0; }
.mb-4 { margin-bottom: 2rem; }
.subtitle { font-size: 1.5rem; }

.section-header {
    margin-bottom: 3.5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    color: var(--text-main);
}

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

/* =========================================================================
   Services — Gradient Cards
   ========================================================================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-xl);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    color: white;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #94a3b8, #334155);
    background-size: 200% auto;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}
.service-card:hover::before { transform: scaleX(1); animation: shine 3s linear infinite; }

@keyframes shine {
    to { background-position: 200% center; }
}

.service-icon {
    width: 60px; height: 60px;
    border-radius: var(--radius-lg);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.35s ease;
}

.service-card:nth-child(even) .service-icon { background: rgba(255, 255, 255, 0.08); color: var(--gold); }
.service-card:nth-child(odd) .service-icon { background: rgba(255, 255, 255, 0.05); color: white; }
html.light-theme .service-card:nth-child(even) .service-icon { background: rgba(0, 0, 0, 0.06); color: var(--gold); }
html.light-theme .service-card:nth-child(odd) .service-icon { background: rgba(0, 0, 0, 0.03); color: black; }

.service-icon svg { width: 30px; height: 30px; }
.service-card:hover .service-icon { transform: scale(1.1) rotate(-5deg); }

.service-card h3 { font-size: 1.2rem; margin-bottom: 0.75rem; }
.service-card p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }

/* =========================================================================
   Who We Help
   ========================================================================= */
.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.client-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.client-card:hover {
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.15);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-5px);
}

.client-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    font-family: var(--font-body);
}

/* =========================================================================
   Why Choose Us (Split Layout)
   ========================================================================= */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.feature-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }
.feature-list li { display: flex; gap: 1.5rem; align-items: flex-start; }

.feature-icon {
    font-size: 1.5rem;
    background: var(--primary-light);
    width: 52px; height: 52px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.feature-text h4 { font-size: 1.125rem; margin-bottom: 0.25rem; }
.feature-text p { color: var(--text-muted); font-size: 0.95rem; }

.gradient-box {
    background: linear-gradient(135deg, var(--hero-bg), var(--hero-accent-2));
    border-radius: var(--radius-2xl);
    height: 420px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-box::before {
    content: '';
    position: absolute;
    width: 200px; height: 200px;
    background: radial-gradient(circle, var(--primary-glow), transparent 70%);
    top: 20%; right: 10%;
    filter: blur(40px);
}

.card-stack { position: relative; width: 250px; height: 300px; }
.float-card {
    position: absolute; width: 100%; height: 100%;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    padding: 1.5rem;
    display: flex; flex-direction: column; justify-content: space-between;
}
.card-back { top: -20px; left: 20px; opacity: 0.4; transform: scale(0.95); background: rgba(99,102,241,0.05); }
.card-front { top: 0; left: 0; z-index: 2; animation: float 6s ease-in-out infinite; border-top: 1px solid rgba(255,255,255,0.2); border-left: 1px solid rgba(255,255,255,0.2); }

/* Dashboard UI Mock */
.dash-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 1rem; }
.dash-icon { width: 32px; height: 32px; background: var(--primary-light); color: var(--primary-hover); display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.dash-icon svg { width: 18px; height: 18px; }
.dash-title { color: white; font-weight: 600; font-size: 0.95rem; font-family: var(--font-heading); }

.dash-stats { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.stat-circle { position: relative; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
.circular-chart { display: block; margin: 0 auto; max-width: 100%; max-height: 250px; }
.circle-bg { fill: none; stroke: rgba(255,255,255,0.05); stroke-width: 2.5; }
.circle { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke: var(--success); animation: progress 3s ease-out forwards; }
@keyframes progress { 0% { stroke-dasharray: 0, 100; } }

.stat-info { position: absolute; text-align: center; }
.stat-val { display: block; font-size: 1.25rem; font-weight: 800; color: var(--success); line-height: 1; margin-bottom: 2px; }
.stat-lbl { font-size: 0.65rem; color: var(--text-light-muted); text-transform: uppercase; letter-spacing: 0.5px; }

.dash-bars { display: flex; align-items: flex-end; gap: 6px; height: 60px; }
.dash-bar { width: 12px; background: rgba(255,255,255,0.1); border-radius: 3px 3px 0 0; transition: height 1s; }
.dash-bar.active { background: var(--gold); box-shadow: 0 0 10px rgba(240,185,66,0.3); }

.dash-footer { margin-top: auto; }
.badge-secure { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(16,185,129,0.1); color: var(--success); font-size: 0.75rem; border-radius: var(--radius-full); font-weight: 600; border: 1px solid rgba(16,185,129,0.2); }
.badge-secure svg { width: 14px; height: 14px; }

/* =========================================================================
   Pricing — Premium Cards
   ========================================================================= */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.75rem;
    margin-top: 2rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-2xl);
    padding: 3rem 2rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.04);
}

.pricing-card.popular {
    background: var(--hero-accent-1);
    border-color: transparent;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    transform: scale(1.03);
    position: relative;
    z-index: 1;
}

/* Animated Gradient Border for Popular Card */
.pricing-card.popular::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: calc(var(--radius-2xl) + 2px);
    background: conic-gradient(from var(--angle), var(--primary), var(--gold), var(--primary));
    z-index: -1;
    animation: borderRotate 6s linear infinite;
    opacity: 0.8;
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes borderRotate {
    0% { --angle: 0deg; }
    100% { --angle: 360deg; }
}

.pricing-card.popular::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: var(--hero-accent-1);
    border-radius: calc(var(--radius-2xl) - 1px);
    z-index: -1;
}

.pricing-card.popular:hover { transform: scale(1.06) translateY(-5px); box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2); }

.pricing-card.popular h3,
.pricing-card.popular .price-amount { color: white; }
.pricing-card.popular .plan-desc,
.pricing-card.popular .price-from,
.pricing-card.popular .price-currency,
.pricing-card.popular .price-note { color: var(--text-light-muted); }
.pricing-card.popular .pricing-features li { color: rgba(255,255,255,0.9); }
.pricing-card.popular .pricing-features svg { color: var(--gold); }
.pricing-card.popular .pricing-header { border-bottom-color: rgba(255,255,255,0.1); }

.popular-badge {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gold), var(--primary-hover));
    color: var(--hero-bg);
    padding: 0.35rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: var(--shadow-gold);
    white-space: nowrap;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 2rem;
}

.pricing-header h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.plan-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; }

.price { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; }
.price-from { font-size: 1rem; color: var(--text-muted); }
.price-amount {
    font-size: 3.5rem; font-weight: 800;
    font-family: var(--font-heading);
    color: inherit; line-height: 1;
}
html.light-theme .price-amount { color: #000000 !important; }
.price-currency { font-size: 1rem; color: var(--text-muted); }
.price.custom { margin-top: 2rem; }
.price-note { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.5rem; font-style: italic; }

.pricing-features { margin-bottom: 2.5rem; flex-grow: 1; }
.pricing-features li {
    display: flex; align-items: flex-start;
    gap: 0.75rem; margin-bottom: 1rem;
    color: var(--text-main);
}
.pricing-features svg {
    width: 20px; height: 20px;
    color: var(--success);
    flex-shrink: 0; margin-top: 2px;
}

/* =========================================================================
   Additional Services
   ========================================================================= */
.tags-cloud {
    display: flex; flex-wrap: wrap;
    gap: 0.75rem; justify-content: center;
}

.tag {
    padding: 0.65rem 1.3rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    color: var(--text-light);
    transition: all 0.3s ease;
    cursor: default;
}
.tag:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

/* =========================================================================
   Steps
   ========================================================================= */
.steps-container {
    display: flex; justify-content: space-between;
    align-items: center;
    max-width: 900px; margin: 0 auto;
}

.step {
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
    width: 140px;
}

.step-num {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--gold));
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; font-weight: 700;
    font-family: var(--font-heading);
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px var(--primary-glow);
    transition: transform 0.3s;
}
.step:hover .step-num { transform: scale(1.15); }
.step h4 { font-size: 1rem; }

.step-line {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-light), var(--border));
    margin: 0 1rem;
    position: relative;
    top: -20px;
}

/* =========================================================================
   FAQ
   ========================================================================= */
.faq-container { max-width: 800px; margin: 0 auto; }

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s;
}
.faq-item:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.2); background: rgba(255, 255, 255, 0.05); }

.faq-question {
    padding: 1.5rem 2rem;
    display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; transition: background 0.2s;
}
.faq-question:hover { background: rgba(255, 255, 255, 0.02); }
.faq-question h4 { font-size: 1.05rem; margin: 0; font-family: var(--font-body); font-weight: 600; }
.faq-question .icon {
    font-size: 1.5rem; font-weight: 300;
    color: var(--primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer { padding: 0 2rem; max-height: 0; overflow: hidden; transition: all 0.3s ease; opacity: 0; }
.faq-item.active .faq-answer {
    padding: 1.5rem 2rem; max-height: 500px;
    opacity: 1; border-top: 1px solid var(--border);
}
.faq-item.active .icon { transform: rotate(45deg); }

/* =========================================================================
   Contact — Premium Gradient
   ========================================================================= */
.contact-wrapper {
    background: linear-gradient(135deg, var(--hero-bg), var(--hero-accent-2));
    border-radius: var(--radius-2xl);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}
.contact-wrapper::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 300px; height: 300px;
    background: radial-gradient(circle, var(--primary-glow), transparent 70%);
    filter: blur(50px);
}

.contact-info {
    padding: 4.5rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; z-index: 2;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-detail-item .icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-detail-item h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
}

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

.contact-social-alt {
    padding-top: 1rem;
}

.social-flex {
    display: flex;
    gap: 1rem;
}

.contact-social { display: flex; gap: 1rem; margin-top: 2rem; }

.social-btn {
    padding: 0.85rem 1.5rem;
    border-radius: var(--radius-md);
    background: rgba(255,255,255,0.08);
    color: white; text-decoration: none;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.12);
    font-weight: 600;
}
html.light-theme .social-btn { 
    background: #000000 !important; 
    color: #ffffff !important; 
    border: none; 
}
.social-btn:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); color: white; }
html.light-theme .social-btn:hover { background: var(--primary) !important; color: white !important; }

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3.5rem;
    position: relative;
    z-index: 2;
    box-shadow: -20px 0 50px rgba(0,0,0,0.2);
}

.form-header-premium {
    text-align: center;
}

.form-header-premium h3 {
    font-size: 1.5rem;
    color: var(--text-main);
    margin-bottom: 0.25rem;
}
html.light-theme .form-header-premium h3 { color: #000000 !important; }

.form-header-premium p {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.form-trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1.5rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
}

.trust-badge span { font-size: 1rem; }
.trust-badge small {
    font-size: 0.75rem;
    color: var(--text-light-muted);
    font-weight: 500;
}

@media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form-wrapper { padding: 2rem; }
}

.form-group { margin-bottom: 1.5rem; }
.form-group label {
    display: block; font-size: 0.875rem;
    font-weight: 600; margin-bottom: 0.5rem;
    color: var(--text-light);
}

.form-control {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all 0.25s;
    background: rgba(0, 0, 0, 0.2);
    color: white;
}
.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
    background: rgba(0, 0, 0, 0.4);
}

textarea.form-control { resize: vertical; }

.form-success { text-align: center; padding: 3rem 2rem; }
.form-success h3 { color: var(--success); font-size: 1.5rem; margin-bottom: 1rem; }
.form-success p { color: var(--text-muted); }

/* =========================================================================
   Footer
   ========================================================================= */
.footer {
    background: var(--hero-bg);
    padding: 2.5rem 0;
    margin-top: 0;
}

.footer-bottom {
    display: flex; justify-content: space-between;
    align-items: center;
    color: var(--text-light-muted);
    font-size: 0.875rem;
}
html.light-theme .footer-bottom { color: #000000 !important; opacity: 0.7; }
html.light-theme .footer-bottom p { color: #000000 !important; }

.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: var(--text-light-muted); }
html.light-theme .footer-links a { color: #000000 !important; opacity: 0.8; }
.footer-links a:hover { color: white; }
html.light-theme .footer-links a:hover { color: var(--primary); opacity: 1; }

/* =========================================================================
   Scroll Animations
   ========================================================================= */
@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-up-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-up-element.visible { opacity: 1; transform: translateY(0); visibility: visible; }

.services-grid .service-card:nth-child(2) { transition-delay: 0.08s; }
.services-grid .service-card:nth-child(3) { transition-delay: 0.16s; }
.services-grid .service-card:nth-child(4) { transition-delay: 0.24s; }
.services-grid .service-card:nth-child(5) { transition-delay: 0.32s; }
.services-grid .service-card:nth-child(6) { transition-delay: 0.4s; }

.client-grid .client-card:nth-child(2) { transition-delay: 0.1s; }
.client-grid .client-card:nth-child(3) { transition-delay: 0.2s; }
.client-grid .client-card:nth-child(4) { transition-delay: 0.3s; }
.client-grid .client-card:nth-child(5) { transition-delay: 0.4s; }
.client-grid .client-card:nth-child(6) { transition-delay: 0.5s; }

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    background: var(--primary-hover);
    box-shadow: 0 8px 25px var(--primary-glow);
}

.pricing-grid .pricing-card:nth-child(2) { transition-delay: 0.1s; }
.pricing-grid .pricing-card:nth-child(3) { transition-delay: 0.2s; }

.steps-container .step:nth-child(3) { transition-delay: 0.1s; }
.steps-container .step:nth-child(5) { transition-delay: 0.2s; }
.steps-container .step:nth-child(7) { transition-delay: 0.3s; }

/* CTA Pulse */
@keyframes goldPulse {
    0%, 100% { box-shadow: 0 0 0 0 var(--gold-glow); }
    50% { box-shadow: 0 0 0 15px rgba(240,185,66,0); }
}
.hero-cta .btn-gold { animation: goldPulse 3s ease-in-out infinite; }
.hero-cta .btn-gold:hover { animation: none; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
    .hero-title { font-size: 3rem; }
    .hero-container { gap: 2rem; }
    .split-layout { gap: 2rem; }
    .contact-info, .contact-form-wrapper { padding: 3rem; }
}

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

@media (max-width: 768px) {
    .hero { min-height: auto; padding-bottom: 3rem; }
    .hero-container { grid-template-columns: 1fr; padding-top: 2rem; }
    .hero-content { text-align: center; }
    .hero-subtitle { max-width: 100%; }
    .hero-cta { justify-content: center; flex-direction: column; gap: 0.75rem; width: 100%; align-items: stretch; }
    .hero-cta .btn { width: 100%; margin: 0; }
    .hero-stats { justify-content: center; flex-wrap: wrap; gap: 1.5rem; }
    .hero-visual { display: none; }
    .hero-title { font-size: 2.2rem; margin-bottom: 1rem; }
    .hero-badge { margin-bottom: 1rem; }

    .split-layout { grid-template-columns: 1fr; }
    .gradient-box { height: 300px; margin-top: 2rem; }
    .section-title { font-size: 1.8rem; margin-bottom: 0.5rem; }
    .section-subtitle { font-size: 1rem; }
    .pricing-card.popular { transform: scale(1); }
    .pricing-card.popular:hover { transform: translateY(-5px); }
    .section { padding: 3rem 0; } /* Reduce section padding */

    .steps-container { flex-direction: column; gap: 2rem; }
    .step-line { display: none; }
    .step { width: 100%; }

    .contact-wrapper { grid-template-columns: 1fr; }
    .contact-info, .contact-form-wrapper { padding: 2rem; }

    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .nav-links { display: none; }
    .mobile-menu-btn { display: flex; }

    .counters-grid { gap: 1.5rem; }
    .counter-number { font-size: 2.25rem; }
    
    .mobile-nav .mobile-link { color: var(--text-main); font-size: 1.1rem; font-weight: 500; }
    html.light-theme .mobile-nav .mobile-link { color: #000000 !important; }
}

@media (max-width: 600px) {
    .btn { padding: 1rem 1.5rem; font-size: 1.05rem; } /* Larger touch targets */
    .services-grid { grid-template-columns: 1fr; }
    .pain-card { height: auto; min-height: 440px; } /* More height for text on narrow screens */
    .pain-card-body, .pain-card-reveal { padding: 2rem 1.5rem; }
}

/* Floating Social Widgets */
.floating-widgets {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.widget-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.widget-btn:hover {
    transform: scale(1.1) translateY(-5px);
}

.widget-btn.whatsapp { background: #25D366; }
.widget-btn.telegram { background: #0088cc; }

.widget-btn svg {
    width: 32px;
    height: 32px;
}

/* Mobile Sticky CTA */
.mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    display: none;
}

.mobile-sticky-cta.visible {
    transform: translateY(0);
}

/* Integrated Chat Widget */
.iqo-chat-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.chat-trigger {
    background: var(--primary);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.85rem 1.8rem;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: var(--font-body);
    font-weight: 600;
    animation: triggerPulse 3s infinite;
}

@keyframes triggerPulse {
    0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); transform: scale(1.02); }
    100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
}

.chat-trigger:hover {
    transform: translateY(-5px) scale(1.05);
    background: var(--hero-accent-2);
}

.chat-trigger .trigger-icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-close { display: none; }

.iqo-chat-widget.active .icon-chat { display: none; }
.iqo-chat-widget.active .icon-close { display: block; }
.iqo-chat-widget.active .chat-trigger { background: var(--hero-bg); color: var(--text-light); border-color: var(--border); }

.chat-menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom right;
}

.iqo-chat-widget.active .chat-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.chat-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.chat-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-10px);
}

.chat-link .chat-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chat-link.whatsapp .chat-icon { background: #334155; color: white; }
.chat-link.telegram .chat-icon { background: #0f172a; color: white; }

.chat-label {
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .mobile-sticky-cta {
        display: block;
    }
    .iqo-chat-widget {
        bottom: 5.5rem; /* Above sticky cta */
        right: 1.5rem;
    }
    .trigger-label { display: none; }
    .chat-trigger { padding: 1rem; }
    .back-to-top {
        bottom: 9rem;
        right: 1.5rem;
    }
}

/* Anchor scroll offset */
section:target { scroll-margin-top: calc(var(--navbar-height) + 2rem); }
