/* =========================================================================
   1. GLOBAL RESET & PREMIUM DESIGN TOKENS
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --color-bg-dark: #f8f9fc;
    --color-bg-card: #ffffff;
    --color-primary: #2563eb;
    --color-primary-glow: rgba(37, 99, 235, 0.15);
    --color-accent-gradient: linear-gradient(135deg, #1d4ed8 0%, #2563eb 60%, #3b82f6 100%);
    --color-text-pure: #0f1117;
    --color-text-silver: #6b7280;
    --color-border-glass: rgba(0, 0, 0, 0.08);
    --font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
    --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-bg-dark);
    color: var(--color-text-pure);
    font-family: var(--font-sans);
    overflow-x: hidden;
    line-height: 1.5;
}

/* Premium scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--color-bg-dark); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2563eb, #7c3aed);
    border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #1d4ed8, #6d28d9); }

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

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

/* Common Section Typography */
.text-center { text-align: center; }

.section-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-primary);
    background: rgba(37, 99, 235, 0.08);
    padding: 6px 16px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 16px;
    color: var(--color-text-silver);
    max-width: 600px;
    margin: 0 auto 64px auto;
    line-height: 1.6;
}

/* Global Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-radius: 12px;
    transition: var(--transition-smooth);
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.btn-lg { padding: 16px 32px; }
.btn-md { padding: 12px 24px; }

.btn-primary {
    background: var(--color-primary);
    color: var(--color-text-pure);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 28px rgba(37, 99, 235, 0.5);
}

.btn-ghost {
    background: transparent;
    border: 1.5px solid rgba(37,99,235,0.3);
    color: var(--color-primary);
    backdrop-filter: blur(8px);
}

.btn-ghost:hover {
    background: rgba(37,99,235,0.06);
    transform: translateY(-3px);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid rgba(37,99,235,0.3);
    color: var(--color-primary);
    padding: 12px 24px;
}

.btn-outline:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

/* =========================================================================
   2. HERO SECTION — Bold Centered Typography
   ========================================================================= */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0 80px 0;
}

/* Soft pastel blobs — like reference screenshot */
.hero-bg-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.blob {
    position: absolute;
    border-radius: 50%;
}

.blob-1 {
    width: 380px;
    height: 380px;
    background: rgba(147,210,255,0.55);
    filter: blur(65px);
    top: -100px;
    right: -60px;
    animation: moveA 6s ease-in-out infinite alternate;
}

.blob-2 {
    width: 300px;
    height: 300px;
    background: rgba(20,30,60,0.18);
    filter: blur(58px);
    top: 20px;
    right: 240px;
    animation: moveB 7s ease-in-out infinite alternate;
}

.blob-3 {
    width: 320px;
    height: 320px;
    background: rgba(100,180,255,0.45);
    filter: blur(60px);
    bottom: -60px;
    right: 80px;
    animation: moveC 5s ease-in-out infinite alternate;
}

.blob-4 {
    width: 360px;
    height: 360px;
    background: rgba(20,30,70,0.15);
    filter: blur(62px);
    bottom: -90px;
    left: -60px;
    animation: moveD 8s ease-in-out infinite alternate;
}

.blob-5 {
    width: 280px;
    height: 280px;
    background: rgba(160,220,255,0.50);
    filter: blur(55px);
    bottom: 20px;
    left: 200px;
    animation: moveA 9s ease-in-out infinite alternate-reverse;
}

.blob-6 {
    width: 260px;
    height: 260px;
    background: rgba(15,25,55,0.12);
    filter: blur(52px);
    top: 35%;
    left: 42%;
    animation: moveB 6s ease-in-out infinite alternate-reverse;
}

@keyframes moveA {
    0%   { transform: translate(0px, 0px); }
    100% { transform: translate(80px, 60px); }
}
@keyframes moveB {
    0%   { transform: translate(0px, 0px); }
    100% { transform: translate(-70px, 50px); }
}
@keyframes moveC {
    0%   { transform: translate(0px, 0px); }
    100% { transform: translate(-60px, -70px); }
}
@keyframes moveD {
    0%   { transform: translate(0px, 0px); }
    100% { transform: translate(70px, -50px); }
}

/* Particle dots — hero section (same pattern as SMM page) */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.hero-particle {
    position: absolute;
    border-radius: 50%;
    background: var(--color-primary, #2563eb);
    animation: heroParticleFly linear infinite;
}
@keyframes heroParticleFly {
    0%   { transform: translateY(0) scale(1);   opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 0.6; }
    100% { transform: translateY(-120px) scale(0.4); opacity: 0; }
}

/* Hero container — fully centered */
.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hero-content {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Badge */
.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(37,99,235,0.18);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 32px;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.badge-dot {
    width: 7px;
    height: 7px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
    animation: pulseGreenDot 2s infinite ease-in-out;
}

/* HERO TITLE — Big bold centered */
.hero-title {
    font-size: clamp(58px, 9vw, 120px);
    line-height: 1.0;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    font-family: var(--font-sans);
    text-align: center;
}

.hero-title .line-1 {
    display: block;
    color: #0f1117;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
    margin-bottom: 2px;
}

.hero-title .line-2 {
    display: block;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
    margin-bottom: 2px;
}

.hero-title .line-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #0f1117;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

/* "Businesses" — Risevate blue, professional */
.hero-word-gradient {
    background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    min-width: 0.3em;
}

#eliteAnimate {
    position: relative;
}
#eliteAnimate::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 0.82em;
    margin-left: 5px;
    vertical-align: -0.08em;
    background: #2563eb;
    border-radius: 2px;
    animation: eliteCursorBlink 0.9s steps(1) infinite;
}
@keyframes eliteCursorBlink {
    0%, 50% { opacity: 1; }
    50.01%, 100% { opacity: 0; }
}

/* The "7" — blue bold with small green dot on top-left, like reference */
.hero-seven {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    color: #2563eb;
    font-weight: 900;
    line-height: 1;
}

.seven-dot {
    width: 0.12em;
    height: 0.12em;
    min-width: 10px;
    min-height: 10px;
    background: #10b981;
    border-radius: 50%;
    position: absolute;
    top: 0.08em;
    left: -0.05em;
    box-shadow: 0 0 8px rgba(16,185,129,0.6);
}

/* Subtitle */
.hero-subtitle {
    font-size: clamp(15px, 1.2vw, 17px);
    color: #6b7280;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 40px;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

.hero-subtitle strong {
    color: #0f1117;
    font-weight: 700;
}

/* Action Buttons — centered row */
.hero-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f1117;
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

.hero-btn-primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37,99,235,0.35);
}

.hero-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0f1117;
    padding: 14px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid rgba(15,17,23,0.18);
    transition: all 0.3s ease;
}

.hero-btn-ghost:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: rgba(37,99,235,0.05);
    transform: translateY(-2px);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 2px;
    background: rgba(37,99,235,0.12);
    z-index: 3;
}
.scroll-line {
    width: 100%;
    height: 30%;
    background: var(--color-primary);
    animation: scrollAnim 2s infinite ease-in-out;
}

/* Hide old elements */
.logo-anim-canvas { display: none; }
.hero-overlay { display: none; }
.hero-tagline { display: none; }
.hero-metrics-panel { display: none; }
.hero-trust-bar { display: none; }

/* Responsive */
@media (max-width: 768px) {
    .hero-section { padding: 100px 0 60px; }
    .hero-title { letter-spacing: -0.03em; }
    .hero-title .line-3 { gap: 10px; }
    .blob-1 { width: 320px; height: 320px; }
    .blob-2 { width: 220px; height: 220px; }
    .blob-3 { display: none; }
}

@media (max-width: 480px) {
    .hero-btn-primary, .hero-btn-ghost { padding: 13px 24px; font-size: 14px; }
    .hero-title .line-3 { gap: 8px; }
}

.metric-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.metric-item { display: flex; gap: 14px; align-items: center; }
.metric-icon {
    width: 44px;
    height: 44px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metric-icon.green { background: rgba(16, 185, 129, 0.1); color: #10b981; }

.metric-num { font-size: 28px; font-weight: 800; }
.metric-label { font-size: 12px; color: #6b7280; }
.metric-divider { width: 1px; height: 40px; background: var(--color-border-glass); }

.metric-chart-bar { margin-bottom: 16px; font-size: 13px; }
.metric-chart-bar:last-child { margin-bottom: 0; }
.chart-bar-label { display: flex; justify-content: space-between; color: var(--color-text-silver); margin-bottom: 6px; }
.chart-bar-track { height: 6px; background: rgba(37,99,235,0.08); border-radius: 100px; overflow: hidden; }
.chart-bar-fill {
    height: 100%;
    background: var(--color-primary);
    border-radius: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.reveal.visible .chart-bar-fill { transform: scaleX(1); }

/* Scroll Down Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 2px;
    background: rgba(37,99,235,0.15);
    z-index: 3;
}
.scroll-line {
    width: 100%;
    height: 30%;
    background: var(--color-primary);
    animation: scrollAnim 2s infinite ease-in-out;
}

/* =========================================================================
   3. INFINITE TICKER MARQUEE
   ========================================================================= */
.logo-ticker-section {
    background: #eef3ff;
    border-top: 1px solid rgba(37,99,235,0.10);
    border-bottom: 1px solid rgba(37,99,235,0.10);
    padding: 24px 0;
    overflow: hidden;
    white-space: nowrap;
}
.ticker-inner { display: inline-block; animation: tickerLoop 30s linear infinite; }
.ticker-item { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: rgba(15,17,23,0.65); }
.ticker-sep { margin: 0 24px; color: var(--color-primary); font-size: 16px; }

/* =========================================================================
   4. SERVICES SECTION
   ========================================================================= */
.services-section { padding: 120px 0; position: relative; background: #ffffff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }

.service-card-v2 {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.service-card-v2:hover { 
    transform: translateY(-8px); 
    border-color: rgba(37, 99, 235, 0.3); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 25px rgba(37, 99, 235, 0.1); 
}

.scard-image { position: relative; height: 190px; border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.scard-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-smooth); }
.service-card-v2:hover .scard-image img { transform: scale(1.08); }
.scard-image-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.35)); }

.scard-number { position: absolute; top: 24px; right: 24px; font-size: 44px; font-weight: 900; opacity: 0.03; font-family: sans-serif; }
.scard-icon { color: var(--color-primary); margin-bottom: 16px; display: inline-block; }

.service-card-v2 h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em; }
.service-card-v2 p { font-size: 14px; color: var(--color-text-silver); line-height: 1.6; margin-bottom: 24px; }

.scard-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.scard-tags span { font-size: 11px; background: rgba(37,99,235,0.05); border: 1px solid rgba(37,99,235,0.12); padding: 4px 10px; border-radius: 6px; color: #6b7280; }

.scard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-pure);
    text-decoration: none;
}
.scard-link svg { transition: transform 0.3s ease; }
.service-card-v2:hover .scard-link svg { transform: translateX(5px); color: var(--color-primary); }

/* =========================================================================
   🛠️ 5. STATS & WHY EVOSPHERE SECTION (Fixes Your Screenshot Issue)
   ========================================================================= */
.stats-section {
    padding: 120px 0;
    background: #eef3ff;
    border-top: 1px solid rgba(37,99,235,0.08);
    border-bottom: 1px solid rgba(37,99,235,0.08);
}

.stats-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

/* Right Dashboard Grid Style */
.stat-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.stat-card {
    background: rgba(20, 20, 27, 0.4);
    border: 1px solid rgba(0,0,0,0.07);
    padding: 40px 32px;
    border-radius: 24px;
    backdrop-filter: blur(12px);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.25);
    background: rgba(20, 20, 27, 0.6);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 0 0 20px rgba(37, 99, 235, 0.05);
}

.stat-num {
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    color: #0f1117;
}
.stat-num span {
    color: var(--color-primary);
    -webkit-text-fill-color: initial;
}

.stat-label {
    font-size: 14px;
    color: var(--color-text-silver);
    font-weight: 500;
    margin-bottom: 20px;
}

/* Micro bar indicator inside cards */
.stat-bar {
    height: 4px;
    background: rgba(37,99,235,0.08);
    border-radius: 100px;
    overflow: hidden;
}
.stat-bar div {
    height: 100%;
    background: var(--color-primary);
    border-radius: 100px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible .stat-bar div { transform: scaleX(1); }

/* =========================================================================
   6. PROCESS SECTION (Strategy to Revenue Glow)
   ========================================================================= */
.process-section { padding: 120px 0; background: #eef3ff; position: relative; }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 60px; }

.process-step {
    background: #ffffff;
    border: 1px solid rgba(37,99,235,0.10);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    transition: var(--transition-smooth);
    z-index: 1;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.process-step::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
    opacity: 0; transition: var(--transition-smooth); z-index: -1;
}

.pstep-num {
    font-size: 56px; font-weight: 900;
    color: rgba(37,99,235,0.18);
    line-height: 1; margin-bottom: 20px; transition: var(--transition-smooth);
}

.process-step h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.process-step p { font-size: 14px; color: var(--color-text-silver); line-height: 1.6; }

/* Process Glow Hover States */
.process-step:hover {
    transform: translateY(-8px);
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 30px var(--color-primary-glow);
}
.process-step:hover ::before { opacity: 1; }
.process-step:hover .pstep-num {
    background: var(--color-accent-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* =========================================================================
   8. TESTIMONIALS SECTION — Redesigned Premium
   ========================================================================= */
.testimonials-section {
    padding: 130px 0 140px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Soft neo-blue background blobs */
.testimonials-neo-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.t-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}
.t-blob-1 {
    width: 600px; height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.06) 0%, transparent 70%);
    top: -100px; right: -100px;
}
.t-blob-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(59,130,246,0.05) 0%, transparent 70%);
    bottom: -80px; left: -80px;
}

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

/* Header */
.t-header {
    text-align: center;
    margin-bottom: 48px;
}
.t-main-title { margin-bottom: 12px; }
.t-title-accent {
    background: linear-gradient(90deg, #1d4ed8, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Trust Bar */
.t-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: rgba(37,99,235,0.04);
    border: 1px solid rgba(37,99,235,0.10);
    border-radius: 20px;
    padding: 24px 40px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}
.t-trust-item { text-align: center; }
.t-trust-num {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 4px;
}
.t-trust-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #9ca3af;
}
.t-trust-sep {
    width: 1px;
    height: 44px;
    background: rgba(37,99,235,0.12);
    flex-shrink: 0;
}

/* Cards Carousel */
.t-carousel-wrap {
    overflow: hidden;
    position: relative;
    padding: 6px 0 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.t-carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

/* Base Card — compact, professional */
.t-card {
    background: #f8faff;
    border: 1px solid rgba(37,99,235,0.10);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s cubic-bezier(0.16,1,0.3,1), border-color 0.4s ease;
    box-shadow: 0 2px 16px rgba(37,99,235,0.05);
    width: 300px;
    flex: 0 0 300px;
    cursor: pointer;
}
.t-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37,99,235,0.22);
    box-shadow: 0 14px 36px rgba(37,99,235,0.12);
}
.t-card.active {
    transform: scale(1.06) translateY(-6px);
    border-color: rgba(37,99,235,0.4);
    box-shadow: 0 22px 54px rgba(37,99,235,0.22);
    z-index: 5;
}

/* Featured Card */
.t-card-featured {
    background: linear-gradient(160deg, #eef3ff 0%, #f0f5ff 100%);
    border-color: rgba(37,99,235,0.25);
    box-shadow: 0 8px 32px rgba(37,99,235,0.12);
    position: relative;
}
.t-card-featured:hover {
    box-shadow: 0 20px 60px rgba(37,99,235,0.20);
    border-color: rgba(37,99,235,0.4);
}
.t-card-featured-glow {
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,0.12) 0%, transparent 70%);
    pointer-events: none;
}

/* Card Top Row */
.t-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.t-quote-icon {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: rgba(37,99,235,0.08);
    color: #2563eb;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.t-quote-featured {
    background: rgba(37,99,235,0.12);
}
.t-stars { color: #f59e0b; font-size: 12px; letter-spacing: 1px; }
.t-stars-featured { font-size: 14px; }

/* Featured badge */
.t-featured-badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2563eb;
    background: rgba(37,99,235,0.10);
    border: 1px solid rgba(37,99,235,0.18);
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 18px;
}

/* Text */
.t-text {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    font-style: italic;
    flex: 1;
    margin-bottom: 18px;
}
.t-text-featured {
    font-size: 13.5px;
    color: #1f2937;
}

/* Card Bottom */
.t-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(37,99,235,0.08);
    margin-top: auto;
}
.t-author-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.t-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 11px;
    color: #fff;
    flex-shrink: 0;
}
.t-author-info strong {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f1117;
    margin-bottom: 1px;
}
.t-author-info span {
    font-size: 10.5px;
    color: #9ca3af;
}

/* Result Pill */
.t-result-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #2563eb;
    background: rgba(37,99,235,0.08);
    border: 1px solid rgba(37,99,235,0.15);
    padding: 5px 10px;
    border-radius: 8px;
    white-space: nowrap;
}
.t-result-pill-featured {
    background: rgba(37,99,235,0.12);
    border-color: rgba(37,99,235,0.25);
}

/* Testimonials Responsive */
@media (max-width: 640px) {
    .t-trust-bar { gap: 20px; padding: 20px 24px; }
    .t-trust-sep { display: none; }
    .t-card { width: 260px; flex: 0 0 260px; }
}

/* =========================================================================
   9. CTA & FOOTER BLOCK
   ========================================================================= */
.cta-section-v2 { padding: 120px 0 60px 0; }
.cta-box {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 32px; padding: 80px 40px; text-align: center; position: relative; overflow: hidden;
    display: flex; justify-content: center;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 400px; height: 400px; background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
    z-index: 1; pointer-events: none;
}
.cta-content { position: relative; z-index: 2; max-width: 640px; text-align: center;}
.cta-box h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 20px; }
.cta-box p { color: var(--color-text-silver); font-size: 16px; line-height: 1.6; margin-bottom: 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Quick Footer Safety Net */
footer {
    padding: 40px 0;
    border-top: 1px solid rgba(37,99,235,0.10);
    text-align: center;
    font-size: 14px;
    color: var(--color-text-silver);
}

/* =========================================================================
   10. SCROLL REVEAL DRIVEN MECHANICAL TRANSITIONS
   ========================================================================= */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================================
   11. KEYFRAMES FOR TRANSITIONS
   ========================================================================= */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulseGlow { 0%, 100% { filter: drop-shadow(0 0 5px rgba(245,158,11,0.4)); } 50% { filter: drop-shadow(0 0 15px rgba(37,99,235,0.7)); } }
@keyframes pulseGreenDot { 0%, 100% { box-shadow: 0 0 10px #10b981; opacity: 0.8; } 50% { box-shadow: 0 0 20px #10b981; opacity: 1; } }
@keyframes tickerLoop { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-50%, 0, 0); } }
@keyframes scrollAnim { 0% { transform: translateY(-100%); opacity: 0; } 50% { opacity: 1; } 100% { transform: translateY(200%); opacity: 0; } }

/* =========================================================================
   ⚡ 12. RESPONSIVE BREAKPOINTS (Mobile & Tablet Layout Fixes)
   ========================================================================= */
@media (max-width: 1024px) {
    .hero-container, .stats-wrapper {
        grid-template-columns: 1fr;
        gap: 64px;
        text-align: center;
    }
    .hero-section { padding-top: 120px; }
    .logo-anim-canvas { max-width: 600px; opacity: 0.5; }
    .hero-subtitle, .hero-actions, .hero-trust-bar, .stats-wrapper p { margin-left: auto; margin-right: auto; justify-content: center; }
    .hero-metrics-panel { justify-content: center; }
    .port-featured { min-height: auto; }
    .port-cards-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hero-section { padding-top: 100px; padding-bottom: 60px; }
    .logo-anim-canvas { max-width: 100%; width: 130%; top: 45%; }
    .hero-actions, .cta-actions { flex-direction: column; gap: 12px; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
    .btn { width: 100%; justify-content: center; }
    
    .stat-card-grid { grid-template-columns: 1fr; gap: 16px; }
    .port-featured { grid-template-columns: 1fr; }
    .port-cards-grid { grid-template-columns: 1fr; }
    .port-featured-img-wrap { min-height: 240px; }
    .port-card { height: 320px; }
    .port-card-overlay { padding: 24px; }
    
    .metrics-card { padding: 24px; }
    .metric-row { flex-direction: column; gap: 20px; align-items: flex-start; }
    .metric-divider { width: 100%; height: 1px; }
    
    .cta-box { padding: 48px 24px; }
}
/* =========================================================================
   NEW SECTIONS — Values, Why Us, Service Index, Pricing
   ========================================================================= */

/* --- ABOUT SECTION BACKGROUND --- */
.about-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.about-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}
.about-bg-blob-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.07) 0%, transparent 70%);
    top: -120px; right: -80px;
}
.about-bg-blob-2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(59,130,246,0.05) 0%, transparent 70%);
    bottom: -60px; left: -60px;
}

/* --- VALUES SECTION --- */
.values-section {
    padding: 100px 0;
    background: #eef3ff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 56px;
    perspective: 1400px;
}

.value-card {
    background: #ffffff;
    border: 1.5px solid rgba(37,99,235,0.10);
    border-radius: 24px;
    padding: 36px 28px 28px;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), border-color 0.45s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 4px 20px rgba(37,99,235,0.06);
    transform-style: preserve-3d;
    will-change: transform;
    --hover-glow: rgba(37,99,235,0.35);
    --hover-border: rgba(37,99,235,0.35);
    --hover-bar: linear-gradient(90deg, #2563eb, #3b82f6);
}

.value-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--hover-bar);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 0 0 24px 24px;
}

.value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(120% 100% at 50% 0%, var(--hover-glow) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.value-card:hover {
    transform: translateY(-10px) scale(1.025) rotateX(3deg);
    border-color: var(--hover-border);
    box-shadow: 0 24px 50px -12px var(--hover-glow), 0 8px 20px rgba(15,17,23,0.08);
}
.value-card:hover::after { opacity: 1; }
.value-card:hover::before { opacity: 0.10; }

/* Distinct brand-theme color per card on hover */
.values-grid .value-card:nth-child(1) { --hover-glow: rgba(37,99,235,0.35); --hover-border: rgba(37,99,235,0.4); --hover-bar: linear-gradient(90deg,#1d4ed8,#3b82f6); }
.values-grid .value-card:nth-child(2) { --hover-glow: rgba(15,23,42,0.30); --hover-border: rgba(15,23,42,0.35); --hover-bar: linear-gradient(90deg,#0f1117,#1e293b); }
.values-grid .value-card:nth-child(3) { --hover-glow: rgba(37,99,235,0.35); --hover-border: rgba(37,99,235,0.4); --hover-bar: linear-gradient(90deg,#1d4ed8,#3b82f6); }
.values-grid .value-card:nth-child(4) { --hover-glow: rgba(14,116,233,0.32); --hover-border: rgba(14,116,233,0.4); --hover-bar: linear-gradient(90deg,#0ea5e9,#2563eb); }
.values-grid .value-card:nth-child(5) { --hover-glow: rgba(15,23,42,0.30); --hover-border: rgba(15,23,42,0.35); --hover-bar: linear-gradient(90deg,#1e293b,#334155); }

.value-card-active {
    background: linear-gradient(160deg, #eef3ff 0%, #f0f5ff 100%);
    border-color: rgba(37,99,235,0.28);
    box-shadow: 0 8px 32px rgba(37,99,235,0.12);
}
.value-card-active::after { opacity: 1; background: linear-gradient(90deg, #1d4ed8, #2563eb); }

/* Icon Box — uses CSS custom props per card */
.value-card-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--icon-bg);
    color: var(--icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.value-card:hover .value-card-icon-box { transform: scale(1.08); }

/* Urdu/Arabic label above heading */
.value-card-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9ca3af;
    margin-bottom: 8px;
    font-family: serif;
}

.value-card h4 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0f1117;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.value-card p {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

/* Footer tag */
.value-card-footer { margin-top: auto; }
.value-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #2563eb;
    background: rgba(37,99,235,0.08);
    border: 1px solid rgba(37,99,235,0.18);
    padding: 5px 12px;
    border-radius: 100px;
}

/* --- WHY SECTION --- */
.why-section {
    padding: 100px 0;
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    perspective: 1400px;
}

.why-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 36px 32px;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), border-color 0.4s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    --why-glow: rgba(37,99,235,0.3);
    --why-border: rgba(37,99,235,0.22);
}

.why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(120% 100% at 50% 0%, var(--why-glow) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.why-card:hover {
    transform: translateY(-8px) scale(1.02) rotateX(3deg);
    border-color: var(--why-border);
    box-shadow: 0 22px 46px -14px var(--why-glow), 0 6px 18px rgba(15,17,23,0.06);
}
.why-card:hover::before { opacity: 0.12; }
.why-card:hover .why-icon-box { transform: scale(1.08) rotate(-4deg); }

/* Distinct brand-theme color per card on hover */
.why-grid .why-card:nth-child(1) { --why-glow: rgba(15,23,42,0.28); --why-border: rgba(15,23,42,0.32); }
.why-grid .why-card:nth-child(2) { --why-glow: rgba(37,99,235,0.32); --why-border: rgba(37,99,235,0.35); }
.why-grid .why-card:nth-child(3) { --why-glow: rgba(37,99,235,0.3); --why-border: rgba(37,99,235,0.32); }
.why-grid .why-card:nth-child(4) { --why-glow: rgba(14,116,233,0.3); --why-border: rgba(14,116,233,0.34); }
.why-grid .why-card:nth-child(5) { --why-glow: rgba(15,23,42,0.28); --why-border: rgba(15,23,42,0.32); }
.why-grid .why-card:nth-child(6) { --why-glow: rgba(29,78,216,0.35); --why-border: rgba(29,78,216,0.4); }

.why-card-highlight {
    background: linear-gradient(135deg, rgba(245,158,11,0.05), rgba(245,158,11,0.02));
    border-color: rgba(245,158,11,0.15);
}

.why-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(37,99,235,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}

.why-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f1117;
}

.why-card p {
    font-size: 14px;
    color: var(--color-text-silver);
    line-height: 1.65;
}

/* --- SERVICE INDEX SECTION --- */
.service-index-section {
    padding: 100px 0;
    background: #eef3ff;
}

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

.si-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 32px 28px 36px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.si-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-accent-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.si-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37,99,235,0.2);
    box-shadow: 0 24px 48px rgba(0,0,0,0.35);
}

.si-card:hover::after {
    transform: scaleX(1);
}

.si-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}

.si-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.si-arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.si-card:hover .si-arrow-btn {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.si-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.si-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--color-text-pure);
    letter-spacing: -0.01em;
}

.si-card p {
    font-size: 14px;
    color: var(--color-text-silver);
    line-height: 1.65;
}


/* =========================================================================
   RESPONSIVE — New sections
   ========================================================================= */
@media (max-width: 1100px) {
    .values-grid { grid-template-columns: repeat(3, 1fr); }
    .si-grid { grid-template-columns: repeat(2, 1fr); }
}

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

@media (max-width: 640px) {
    .values-grid { grid-template-columns: 1fr; gap: 16px; }
    .why-grid { grid-template-columns: 1fr; }
    .si-grid { grid-template-columns: 1fr; }
    .value-card, .why-card { padding: 24px 20px; }
    .si-card { padding: 24px 20px 28px; }
}
/* =========================================================================
   ABOUT RISEVATE SECTION
   ========================================================================= */
.about-risevate-section {
    padding: 100px 0 60px;
    background: #eef3ff;
    position: relative;
}

.about-risevate-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 64px;
}

.about-risevate-heading {
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-top: 16px;
}

.about-gradient-text {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-risevate-desc {
    font-size: 17px;
    color: var(--color-text-silver);
    line-height: 1.75;
    margin-bottom: 16px;
    max-width: 540px;
}

.about-risevate-desc-sub {
    font-size: 15px;
    color: rgba(161,161,170,0.7);
    line-height: 1.7;
    max-width: 540px;
}

.about-risevate-desc strong {
    color: var(--color-text-pure);
    font-weight: 700;
}

@media (max-width: 768px) {
    .about-risevate-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* ── LIGHT THEME OVERRIDES ── */

/* Hero title */
.hero-title .line-1,
.hero-title .line-3 { color: #0f1117; }

/* "Businesses" gradient — blue only, professional */
.hero-word-gradient {
    background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Section titles dark */
.section-title { color: #0f1117; }
.section-desc  { color: #6b7280; }

/* Stats left section */
.stats-left .section-title { color: #0f1117; }
.stats-left p { color: #6b7280; }

/* Stat bar track */
.stat-bar { background: rgba(37,99,235,0.08) !important; }

/* scard-link color */
.scard-link { color: #0f1117 !important; }

/* hero-subtitle */
.hero-subtitle { color: #6b7280; }

/* hero-title gradient line */
.hero-title .line-2 { color: inherit; }

/* Trust bar */
.trust-label { color: #6b7280; }

/* metric-num */
.metric-num { color: #0f1117; }
.metric-label { color: #6b7280; }

/* portfolio header */
.portfolio-header-row .section-title { color: #0f1117; }

/* section-badge ensure readable on light */
.section-badge { color: #1d4ed8; background: rgba(37,99,235,0.07); }

/* why-card highlight */
.why-card-highlight {
    background: linear-gradient(135deg, rgba(245,158,11,0.04), rgba(245,158,11,0.01));
    border-color: rgba(245,158,11,0.15);
}

/* tcard strong name */
.tcard-header strong { color: #0f1117; }

/* port overlay text */
.port-card h3 { color: #ffffff; }
.port-card p  { color: rgba(255,255,255,0.8); }

/* process-step text */
.process-step h3 { color: #0f1117; }
.process-step p  { color: #6b7280; }

/* about-risevate heading */
.about-risevate-heading { color: #0f1117; }
.about-risevate-desc    { color: #6b7280; }
.about-risevate-desc-sub { color: #9ca3af; }

/* si-card text */
.si-card h3 { color: #0f1117; }
.si-card p  { color: #6b7280; }
.si-num     { color: rgba(37,99,235,0.35); }

/* =========================================================================
   STATS BAND SECTION — Animated Counter Strip
   ========================================================================= */
.stats-band-section {
    padding: 20px 0 60px;
    position: relative;
    z-index: 3;
}

.stats-band {
    position: relative;
    border-radius: 32px;
    background: linear-gradient(120deg, #05070d 0%, #0a0f1f 28%, #0d1830 50%, #10233f 68%, #08101f 85%, #05070d 100%);
    overflow: hidden;
    padding: 88px 48px;
    min-height: 260px;
    display: flex;
    align-items: center;
    box-shadow: 0 30px 70px -24px rgba(0,0,0,0.5);
}

.stats-band-shine {
    position: absolute;
    top: -40%; right: -10%;
    width: 60%; height: 180%;
    background: linear-gradient(120deg, transparent 40%, rgba(37,99,235,0.14) 50%, rgba(59,130,246,0.10) 60%, transparent 72%);
    pointer-events: none;
}

.stats-band-dots span {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
}
.stats-band-dots span:nth-child(1) { width: 6px; height: 6px; left: 8%; bottom: 14%; background: #3b82f6; }
.stats-band-dots span:nth-child(2) { width: 4px; height: 4px; left: 28%; bottom: 22%; background: #60a5fa; }
.stats-band-dots span:nth-child(3) { width: 5px; height: 5px; left: 52%; bottom: 10%; background: #2563eb; }
.stats-band-dots span:nth-child(4) { width: 4px; height: 4px; left: 71%; bottom: 26%; background: #93c5fd; }
.stats-band-dots span:nth-child(5) { width: 6px; height: 6px; left: 88%; bottom: 16%; background: #3b82f6; }

.stats-band-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.stat-band-item {
    text-align: center;
    padding: 0 12px;
    border-right: 1px solid rgba(255,255,255,0.09);
}
.stat-band-item:last-child { border-right: none; }

.stat-band-num {
    display: block;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    background: linear-gradient(90deg, #ffffff 0%, #93c5fd 45%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-band-label {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .stats-band { padding: 64px 24px; border-radius: 24px; min-height: 220px; }
    .stats-band-grid { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
    .stat-band-item:nth-child(2n) { border-right: none; }
    .stat-band-item:nth-child(1), .stat-band-item:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.09);
        padding-bottom: 24px;
    }
}
@media (max-width: 480px) {
    .stats-band { padding: 48px 20px; min-height: auto; }
    .stats-band-grid { grid-template-columns: 1fr; row-gap: 0; }
    .stat-band-item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.09); padding: 22px 0; }
    .stat-band-item:last-child { border-bottom: none; }
}

/* =========================================================================
   WORK CONTROL SECTION — Mobile App / Client Dashboard Showcase
   ========================================================================= */
.work-control-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.control-bg-glow {
    position: absolute;
    top: 10%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.control-bg-glow-2 {
    position: absolute;
    bottom: -10%; right: -8%;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(236,72,153,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.control-inner {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.control-heading {
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 16px 0 20px;
    color: #0f1117;
}

.control-gradient-text {
    background: linear-gradient(90deg, #0f1117 0%, #1d4ed8 55%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.control-desc {
    font-size: 17px;
    color: var(--color-text-silver);
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 30px;
}

.control-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 38px;
}
.control-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #0f1117;
}
.control-points li svg {
    flex-shrink: 0;
    color: #2563eb;
    background: rgba(37,99,235,0.1);
    border-radius: 50%;
    padding: 4px;
    width: 24px;
    height: 24px;
}

.control-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 680px;
}

.phone-mockup {
    width: 300px;
    height: 650px;
    background: #0f1117;
    border-radius: 46px;
    padding: 14px;
    box-shadow: 0 40px 90px -20px rgba(37,99,235,0.25), 0 0 0 2px rgba(0,0,0,0.04);
    position: relative;
    transform: rotate(-2deg);
    transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.control-visual:hover .phone-mockup { transform: rotate(0deg) scale(1.02); }

.phone-screen {
    width: 100%;
    height: 100%;
    background: #f4f6fb;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.phone-notch {
    position: absolute;
    top: 10px; left: 50%;
    transform: translateX(-50%);
    width: 100px; height: 24px;
    background: #0f1117;
    border-radius: 0 0 18px 18px;
    z-index: 6;
}

/* ── Dashboard mock screen ── */
.dash-header {
    padding: 28px 18px 10px;
    background: #ffffff;
}
.dash-org {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 700;
    color: #2563eb;
    background: rgba(37,99,235,0.08);
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.dash-greeting { font-size: 15px; font-weight: 800; color: #0f1117; margin-bottom: 2px; }
.dash-sub { font-size: 10.5px; color: #9ca3af; }

.dash-stats-row {
    display: flex;
    gap: 8px;
    padding: 12px 18px 0;
}
.dash-stat-pill {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 8px;
    box-shadow: 0 4px 12px rgba(15,17,23,0.05);
    text-align: center;
}
.dash-stat-pill .dash-stat-num { display: block; font-size: 16px; font-weight: 800; color: #0f1117; }
.dash-stat-pill .dash-stat-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 4px; }
.dash-stat-pill .dash-stat-tag { font-size: 8.5px; color: #6b7280; font-weight: 600; }
.dot-navy { background: #0f1117; }
.dot-blue { background: #2563eb; }
.dot-skyblue { background: #60a5fa; }

.dash-approval-banner {
    margin: 12px 18px 0;
    background: linear-gradient(90deg, rgba(37,99,235,0.09), rgba(37,99,235,0.03));
    border: 1px solid rgba(37,99,235,0.16);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10.5px;
    font-weight: 700;
    color: #1d4ed8;
}

.dash-section-label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 16px 18px 8px;
}

.dash-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 18px;
}
.dash-metric-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 4px 14px rgba(15,17,23,0.05);
}
.dash-metric-icon {
    width: 26px; height: 26px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 8px;
}
.dash-metric-num { display: block; font-size: 15px; font-weight: 800; color: #0f1117; }
.dash-metric-label { display: block; font-size: 9px; color: #9ca3af; font-weight: 600; }

.dash-report-card {
    margin: 14px 18px 0;
    background: #ffffff;
    border: 1px solid rgba(15,17,23,0.06);
    border-radius: 16px;
    padding: 14px 14px 12px;
    box-shadow: 0 4px 16px rgba(15,17,23,0.05);
}
.dash-report-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.dash-report-title-wrap { display: flex; align-items: center; gap: 8px; }
.dash-report-icon {
    width: 26px; height: 26px;
    border-radius: 8px;
    background: rgba(37,99,235,0.1);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.dash-report-title-wrap strong { display: block; font-size: 11.5px; font-weight: 800; color: #0f1117; }
.dash-report-title-wrap span { font-size: 9px; color: #9ca3af; font-weight: 600; }
.dash-report-badge {
    font-size: 8.5px;
    font-weight: 700;
    color: #059669;
    background: rgba(5,150,105,0.1);
    border: 1px solid rgba(5,150,105,0.2);
    padding: 4px 9px;
    border-radius: 100px;
    white-space: nowrap;
}
.dash-report-list { display: flex; flex-direction: column; gap: 8px; }
.dash-report-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10.5px;
}
.dash-report-list li span { color: #6b7280; font-weight: 600; }
.dash-report-list li strong { color: #0f1117; font-weight: 800; }

.dash-quick-actions {
    margin: 14px 18px 18px;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.dash-qa-btn {
    background: #ffffff;
    border: 1px solid rgba(15,17,23,0.06);
    border-radius: 14px;
    padding: 10px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    box-shadow: 0 3px 10px rgba(15,17,23,0.04);
    cursor: pointer;
    color: #2563eb;
}
.dash-qa-btn span { font-size: 8.5px; font-weight: 700; color: #374151; }

.floating-stat-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 16px 40px rgba(15,17,23,0.14);
    display: flex;
    flex-direction: column;
    animation: floatCard 4s ease-in-out infinite;
    z-index: 5;
}
.fsc-1 { top: 70px; left: -10px; }
.fsc-2 { bottom: 90px; right: -18px; animation-delay: 1.4s; }
.fsc-num {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, #0f1117, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fsc-label { font-size: 11px; color: #6b7280; font-weight: 600; }

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

@media (max-width: 1024px) {
    .control-inner { grid-template-columns: 1fr; gap: 56px; text-align: center; }
    .control-desc { margin-left: auto; margin-right: auto; }
    .control-points { align-items: center; }
    .control-visual { min-height: 620px; }
}
@media (max-width: 480px) {
    .phone-mockup { width: 260px; height: 560px; }
    .control-visual { min-height: 520px; }
}