/* =================================================================
   CAPPS ELITE APPOINTMENT / HYBRID SAAS ENGINE (100% CSS ONLY)
   ================================================================ */

:root {
    --capps-dark-bg: #030712;
    --capps-dark-surface: #0b0f19;
    --capps-dark-card: rgba(17, 24, 39, 0.75);
    --capps-dark-border: rgba(255, 255, 255, 0.08);
    --capps-light-bg: #f8fafc;
    --capps-light-surface: #ffffff;
    --capps-light-border: rgba(226, 232, 240, 0.9);
    --capps-accent: #3a9bdc;
    --capps-accent-glow: rgba(58, 155, 220, 0.3);
    --capps-accent-secondary: #7ec8e3;
    --capps-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Global Reset & Base */
body.matek-page {
    background-color: var(--capps-light-bg) !important;
    color: #1e293b !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    overflow-x: hidden;
}

/* =================================================================
   1. FLOATING HYPER SAAS BAR (STAY DARK & SLEEK)
   ================================================================ */
.capps-hyper-wrapper {
    background: rgba(3, 7, 18, 0.9) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.6);
}

.capps-hyper-nav-capsule {
    background: rgba(17, 24, 39, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.capps-hyper-nav-trigger {
    color: #9ca3af !important;
    font-weight: 500;
    transition: var(--capps-transition);
}

    .capps-hyper-nav-trigger:hover,
    .capps-nav-active-link {
        color: #ffffff !important;
        text-shadow: 0 0 15px var(--capps-accent-glow);
    }

.capps-hyper-cta-btn {
    background: linear-gradient(135deg, var(--capps-accent), #2563eb) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(58, 155, 220, 0.4);
    transition: var(--capps-transition);
}

    .capps-hyper-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(58, 155, 220, 0.6);
    }

/* =================================================================
   2. HERO SECTION (DARK SAAS IMMERSIVE TECH)
   ================================================================ */
.privacy-hero {
    background: var(--capps-dark-bg) !important;
    color: #f3f4f6 !important;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.privacy-hero__badge {
    background: rgba(58, 155, 220, 0.15) !important;
    color: var(--capps-accent-secondary) !important;
    border: 1px solid rgba(58, 155, 220, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 20px rgba(58, 155, 220, 0.15);
}

.privacy-hero__title {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.privacy-hero__text {
    color: #9ca3af !important;
}

/* Glass UI Panels in Hero Visual */
.consult-hero-viz__panel {
    background: var(--capps-dark-card) !important;
    border: 1px solid var(--capps-dark-border) !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-radius: 20px !important;
}

.consult-hero-viz__title,
.consult-hero-viz__eyebrow,
.consult-hero-viz__metric-val,
.consult-hero-viz__side-title,
.consult-hero-viz__chip-title,
.consult-hero-viz__live-card-title {
    color: #ffffff !important;
}

.consult-hero-viz__metric-lbl,
.consult-hero-viz__chart-cap,
.consult-hero-viz__chip-sub,
.consult-hero-viz__live-card-meta {
    color: #9ca3af !important;
}

/* =================================================================
   3. CONTENT CONTAINER (PRISTINE LIGHT HYBRID BLOCKS)
   ================================================================ */
.privacy-container {
    background: var(--capps-light-bg);
    padding: 60px 0;
}

.privacy-card {
    background: var(--capps-light-surface) !important;
    border: 1px solid var(--capps-light-border) !important;
    border-radius: 28px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    padding: 50px;
    margin-bottom: 40px;
    transition: var(--capps-transition);
}

    .privacy-card:hover {
        box-shadow: 0 25px 60px rgba(58, 155, 220, 0.08);
        border-color: rgba(58, 155, 220, 0.3) !important;
    }

.privacy-section__title {
    color: #0f172a !important;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.privacy-card__intro {
    color: #475569 !important;
}

/* =================================================================
   4. EXPERT & GUARANTEE CARDS ENHANCEMENT
   ================================================================ */
.expert-card, .cookie-card {
    background: #f8fafc !important;
    border: 1px solid var(--capps-light-border) !important;
    border-radius: 20px !important;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.02);
    transition: var(--capps-transition);
}

    .expert-card:hover, .cookie-card:hover {
        transform: translateY(-6px);
        background: #ffffff !important;
        border-color: var(--capps-accent) !important;
        box-shadow: 0 20px 40px rgba(58, 155, 220, 0.12);
    }

    .expert-card h3, .cookie-card__title {
        color: #0f172a !important;
        font-weight: 700;
    }

    .cookie-card p, .expert-card__role {
        color: #64748b !important;
    }

.cookie-card__icon {
    width: 56px;
    height: 56px;
    background: rgba(58, 155, 220, 0.1);
    color: var(--capps-accent);
    border: 1px solid rgba(58, 155, 220, 0.2);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    transition: var(--capps-transition);
}

.cookie-card:hover .cookie-card__icon {
    background: var(--capps-accent);
    color: #ffffff;
    box-shadow: 0 0 20px var(--capps-accent-glow);
}

/* =================================================================
   5. WHITE PAPER / CTA BANNER (DEEP GLOW DARK SECTION)
   ================================================================ */
.privacy-cta {
    background: linear-gradient(135deg, var(--capps-dark-surface), var(--capps-dark-bg)) !important;
    border: 1px solid var(--capps-dark-border) !important;
    border-radius: 28px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .privacy-cta::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(58, 155, 220, 0.15) 0%, transparent 70%);
        pointer-events: none;
    }

.privacy-cta__title {
    color: #ffffff !important;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.privacy-cta__text {
    color: #9ca3af !important;
    max-width: 650px;
    margin: 0 auto 30px auto;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* =================================================================
   6. BUTTONS & FLOATING WIDGETS GLOW
   ================================================================ */
.btn-capps--primary {
    background: linear-gradient(135deg, var(--capps-accent), #2563eb) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(58, 155, 220, 0.4);
    transition: var(--capps-transition);
    border-radius: 12px;
    padding: 12px 28px;
    font-weight: 600;
}

    .btn-capps--primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(58, 155, 220, 0.6);
    }

.btn-capps--outline {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 28px;
    font-weight: 600;
    transition: var(--capps-transition);
}

    .btn-capps--outline:hover {
        border-color: var(--capps-accent);
        background: rgba(58, 155, 220, 0.1);
    }

/* Floating Action Widgets */
.phonebox-toggle,
.whatsapp-toggle,
.mailbox-toggle,
.agendabox-toggle,
.cookiesbox-toggle {
    background: var(--capps-dark-card) !important;
    backdrop-filter: blur(12px);
    border: 1px solid var(--capps-dark-border) !important;
    color: var(--capps-accent) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: var(--capps-transition);
}

    .phonebox-toggle:hover,
    .whatsapp-toggle:hover,
    .mailbox-toggle:hover,
    .agendabox-toggle:hover,
    .cookiesbox-toggle:hover {
        background: var(--capps-accent) !important;
        color: #ffffff !important;
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 0 30px var(--capps-accent);
    }


    /*******/

/* ==========================================================================
   CAPPS DEMO - ULTIMATE EXECUTIVE HYBRID SAAS EDITION (100% CSS ONLY)
   ========================================================================== */

:root {
    --capps-bg-deep: #050810;
    --capps-bg-surface: #080c14;
    --capps-accent-cyan: #7ec8e3;
    --capps-accent-blue: #3a9bdc;
    --capps-gradient-main: linear-gradient(135deg, #7ec8e3 0%, #3a9bdc 100%);
    --capps-transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.capps-demo-wrapper {
    position: relative;
    background: var(--capps-bg-surface) !important;
    color: #e2e8f0;
    padding: 160px 0;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

    /* Subtle Geometric Engineering Grid Background */
    .capps-demo-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(to right, rgba(126, 200, 227, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(126, 200, 227, 0.03) 1px, transparent 1px);
        background-size: 50px 50px;
        -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 100%);
        mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 100%);
        z-index: 0;
        pointer-events: none;
    }

/* Breathing Atmospheric Glow Aura */
.capps-demo-glow {
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    background: var(--capps-gradient-main);
    filter: blur(190px);
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
    animation: cappsGlowBreath 8s ease-in-out infinite alternate;
}

@keyframes cappsGlowBreath {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.18;
    }
}

.capps-demo-wrapper .container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.capps-demo-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 80px;
    align-items: center;
}

@media (max-width: 992px) {
    .capps-demo-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

/* ==========================================================================
   LEFT COLUMN: EXECUTIVE VALUE PROPOSITION
   ========================================================================== */

.capps-demo-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.capps-demo-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(126, 200, 227, 0.08);
    border: 1px solid rgba(126, 200, 227, 0.25);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--capps-accent-cyan);
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 25px rgba(58, 155, 220, 0.15);
}

    .capps-demo-badge i {
        font-size: 1.15rem;
    }

.capps-demo-title {
    font-size: clamp(2.5rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 40%, var(--capps-accent-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.capps-demo-title__sub {
    font-size: 1.2rem;
    color: #94a3b8;
    line-height: 1.6;
    font-weight: 400;
}

.capps-demo-lead {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.7;
    padding: 22px 26px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid;
    border-image: var(--capps-gradient-main) 1;
    border-radius: 0 16px 16px 0;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

    .capps-demo-lead strong {
        color: #ffffff;
        display: block;
        margin-top: 6px;
        font-weight: 600;
    }

.capps-demo-trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.capps-demo-trust__item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    color: #f8fafc;
    font-weight: 500;
}

    .capps-demo-trust__item i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(126, 200, 227, 0.1);
        color: var(--capps-accent-cyan);
        border: 1px solid rgba(126, 200, 227, 0.25);
        border-radius: 10px;
        font-size: 1.15rem;
        flex-shrink: 0;
        box-shadow: 0 0 15px rgba(58, 155, 220, 0.1);
    }

.capps-demo-contact-alt {
    display: flex;
    gap: 16px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.capps-demo-contact-alt__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.925rem;
    text-decoration: none;
    transition: var(--capps-transition-smooth);
}

    .capps-demo-contact-alt__link:hover {
        background: rgba(126, 200, 227, 0.12);
        border-color: rgba(126, 200, 227, 0.4);
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(58, 155, 220, 0.2);
    }

    .capps-demo-contact-alt__link i {
        font-size: 1.2rem;
        color: var(--capps-accent-cyan);
    }

/* ==========================================================================
   RIGHT COLUMN: ULTRA-REFINED DUAL-CONTRAST FORM CARD
   ========================================================================== */

.capps-demo-form-card {
    background: #ffffff; /* Luminous Executive White Contrast Container */
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 28px;
    padding: 50px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45), 0 0 40px rgba(58, 155, 220, 0.1);
    color: #0f172a;
    position: relative;
}

@media (max-width: 576px) {
    .capps-demo-form-card {
        padding: 28px;
    }
}

.capps-demo-form-head {
    margin-bottom: 32px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 20px;
}

    .capps-demo-form-head h3 {
        font-size: 1.75rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 6px;
        letter-spacing: -0.02em;
    }

    .capps-demo-form-head p {
        font-size: 0.95rem;
        color: #64748b;
    }

.capps-demo-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.capps-demo-row {
    display: flex;
    gap: 16px;
}

.capps-demo-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 576px) {
    .capps-demo-row--split {
        grid-template-columns: 1fr;
    }
}

.capps-demo-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

    .capps-demo-field label {
        font-size: 0.8rem;
        font-weight: 700;
        color: #475569;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

/* Precision Light Inputs */
.capps-demo-input {
    width: 100%;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--capps-transition-smooth);
}

    .capps-demo-input::placeholder {
        color: #94a3b8;
        font-weight: 400;
    }

    .capps-demo-input:focus {
        outline: none;
        border-color: var(--capps-accent-blue);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(58, 155, 220, 0.15), 0 4px 15px rgba(58, 155, 220, 0.1);
    }

/* Phone Group Customization */
.capps-demo-phone-group {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--capps-transition-smooth);
}

    .capps-demo-phone-group:focus-within {
        border-color: var(--capps-accent-blue);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(58, 155, 220, 0.15), 0 4px 15px rgba(58, 155, 220, 0.1);
    }

.capps-demo-phone-prefix {
    padding: 0 16px;
    font-size: 0.925rem;
    font-weight: 700;
    color: #0369a1;
    background: #f1f5f9;
    border-right: 1px solid #cbd5e1;
    height: 100%;
    display: flex;
    align-items: center;
}

.capps-demo-input--phone {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Checkbox Custom Styling */
.capps-demo-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #475569;
    user-select: none;
    margin-top: 4px;
    font-weight: 500;
}

    .capps-demo-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.capps-demo-checkbox__box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

    .capps-demo-checkbox__box i {
        font-size: 0.85rem;
        color: #ffffff;
        opacity: 0;
        transform: scale(0.5);
        transition: all 0.2s ease;
        font-weight: 900;
    }

.capps-demo-checkbox input[type="checkbox"]:checked ~ .capps-demo-checkbox__box {
    background: var(--capps-gradient-main);
    border-color: transparent;
    box-shadow: 0 0 10px rgba(58, 155, 220, 0.4);
}

    .capps-demo-checkbox input[type="checkbox"]:checked ~ .capps-demo-checkbox__box i {
        opacity: 1;
        transform: scale(1);
    }

.capps-demo-checkbox__label a {
    color: #0369a1;
    text-decoration: none;
    border-bottom: 1px solid rgba(3, 105, 161, 0.3);
    font-weight: 600;
    transition: border-color 0.2s ease;
}

    .capps-demo-checkbox__label a:hover {
        border-color: #0369a1;
    }

/* Explosive High-Conversion Submit Button */
.capps-demo-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 26px;
    background: var(--capps-gradient-main) !important;
    color: var(--capps-bg-deep);
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: var(--capps-transition-smooth);
    box-shadow: 0 10px 30px rgba(58, 155, 220, 0.35);
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

    .capps-demo-submit::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: 0.5s;
    }

    .capps-demo-submit:hover::after {
        left: 100%;
    }

    .capps-demo-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(58, 155, 220, 0.55);
        filter: brightness(1.06);
    }

    .capps-demo-submit:active {
        transform: translateY(0);
    }

    .capps-demo-submit i {
        font-size: 1.3rem;
        transition: transform 0.3s ease;
    }

    .capps-demo-submit:hover i {
        transform: translateX(5px);
    }

.capps-demo-privacy-note {
    font-size: 0.775rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.4;
    margin-top: 6px;
    font-weight: 500;
}

/****/

/* ====================================================================================
   CAPPS - ULTRA PREMIUM HOLOGRAPHIC EXECUTIVE SAAS ENGINE (100% CSS ONLY)
   ==================================================================================== */

:root {
    --capps-bg-base: #05070d;
    --capps-bg-surface: rgba(15, 23, 42, 0.75);
    --capps-border-subtle: rgba(255, 255, 255, 0.08);
    --capps-border-glow: rgba(99, 102, 241, 0.4);
    --capps-accent-indigo: #6366f1;
    --capps-accent-purple: #a855f7;
    --capps-accent-cyan: #06b6d4;
    --capps-gradient-core: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #06b6d4 100%);
    --capps-gradient-surface: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%);
    --capps-transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ====================================================================================
   1. GLOBAL ENGINE & ATMOSPHERIC GLOWS
   ==================================================================================== */

.capps-hero-wrapper,
.capps-metrics-section,
.capps-demo-wrapper,
.section.showcase {
    position: relative;
    background-color: var(--capps-bg-base) !important;
    color: #f8fafc !important;
    overflow: hidden;
    isolation: isolate;
}

    /* Technical Precision Grid Pattern */
    .capps-hero-wrapper::before,
    .capps-metrics-section::before,
    .capps-demo-wrapper::before,
    .section.showcase::before {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px) !important;
        background-size: 42px 42px !important;
        -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 100%) !important;
        mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 100%) !important;
        z-index: 0 !important;
        pointer-events: none !important;
    }

/* Breathing Holographic Glow Aura */
.capps-hero-bg-glow,
.capps-metrics-glow,
.capps-demo-glow {
    position: absolute !important;
    top: 20% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 750px !important;
    height: 450px !important;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, rgba(168, 85, 247, 0.12) 50%, transparent 70%) !important;
    filter: blur(120px) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    animation: cappsEliteBreath 8s ease-in-out infinite alternate !important;
}

@keyframes cappsEliteBreath {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 1;
    }
}

/* ====================================================================================
   2. ELITE HERO 70% / 30% GRID SYSTEM WITH VERTICAL MARQUEE
   ==================================================================================== */

.capps-hero-container {
    display: grid !important;
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr) !important;
    gap: 40px !important;
    align-items: stretch !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.capps-hero-content-left {
    grid-column: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 24px !important;
    text-align: left !important;
    min-width: 0 !important;
}

.capps-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 18px !important;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.1)) !important;
    border: 1px solid rgba(148, 163, 253, 0.35) !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #c7d2fe !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    width: fit-content !important;
}

.capps-hero-title {
    font-size: clamp(2.3rem, 3.8vw, 3.6rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
    color: #ffffff !important;
    line-height: 1.12 !important;
    margin: 0 !important;
}

.capps-hero-title__highlight {
    background: linear-gradient(135deg, #ffffff 20%, #a5b4fc 60%, #c084fc 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

.capps-hero-subtitle {
    font-size: 1.1rem !important;
    color: #94a3b8 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.capps-hero-actions {
    display: flex !important;
    gap: 16px !important;
    margin-top: 8px !important;
}

.capps-hero-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 28px !important;
    border-radius: 14px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: var(--capps-transition-smooth) !important;
    cursor: pointer !important;
}

.capps-hero-cta--main {
    background: var(--capps-gradient-core) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

    .capps-hero-cta--main:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 15px 40px rgba(99, 102, 241, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
    }

.capps-hero-cta--alt {
    background: rgba(255, 255, 255, 0.04) !important;
    color: #f1f5f9 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px) !important;
}

    .capps-hero-cta--alt:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(99, 102, 241, 0.5) !important;
        transform: translateY(-3px) !important;
    }

.capps-hero-perks {
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
}

.capps-hero-perk__item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.9rem !important;
    color: #cbd5e1 !important;
    font-weight: 500 !important;
}

    .capps-hero-perk__item i {
        color: #34d399 !important;
        font-size: 1.2rem !important;
        filter: drop-shadow(0 0 8px rgba(52, 211, 153, 0.5)) !important;
    }

/* Vertical Ticker Panel (30% Right Column) */
.capps-features-marquee {
    grid-column: 2 !important;
    position: relative !important;
    height: 100% !important;
    min-height: 460px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    background: var(--capps-gradient-surface) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.capps-features-marquee__mask--left,
.capps-features-marquee__mask--right {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    height: 80px !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

.capps-features-marquee__mask--left {
    top: 0 !important;
    background: linear-gradient(to bottom, #0f172a, transparent) !important;
}

.capps-features-marquee__mask--right {
    bottom: 0 !important;
    background: linear-gradient(to top, #0f172a, transparent) !important;
}

.capps-features-marquee__track {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    animation: cappsVerticalMarquee 26s linear infinite !important;
}

.capps-features-marquee:hover .capps-features-marquee__track {
    animation-play-state: paused !important;
}

@keyframes cappsVerticalMarquee {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.capps-feature-chip {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 16px 18px !important;
    background: rgba(15, 23, 42, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    font-size: 0.925rem !important;
    font-weight: 600 !important;
    color: #f1f5f9 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    transition: var(--capps-transition-smooth) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

    .capps-feature-chip i {
        font-size: 1.35rem !important;
        color: #818cf8 !important;
        background: rgba(99, 102, 241, 0.15) !important;
        padding: 10px !important;
        border-radius: 12px !important;
    }

    .capps-feature-chip:hover {
        border-color: rgba(99, 102, 241, 0.6) !important;
        background: rgba(30, 41, 59, 0.95) !important;
        transform: translateX(6px) !important;
        box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25) !important;
    }

.capps-feature-chip--highlight {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(168, 85, 247, 0.2)) !important;
    border-color: rgba(99, 102, 241, 0.5) !important;
}

    .capps-feature-chip--highlight i {
        background: rgba(168, 85, 247, 0.3) !important;
        color: #c084fc !important;
    }

/* ====================================================================================
   3. ELITE METRICS & PROOF SECTION (GLASS CARDS & SHINE EFFECTS)
   ==================================================================================== */

.capps-metrics-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
}

.capps-metrics-header {
    text-align: center;
    margin-bottom: 64px;
}

.capps-metrics-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.1));
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #a5b4fc;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.capps-metrics-title {
    font-size: clamp(2.2rem, 3.8vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 30%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.capps-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}

.capps-metric-card {
    position: relative;
    background: var(--capps-gradient-surface);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 38px 24px;
    text-align: center;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: var(--capps-transition-smooth);
    overflow: hidden;
}

    .capps-metric-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 150%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
        transform: skewX(-20deg);
    }

    .capps-metric-card:hover::after {
        left: 150%;
        transition: 0.8s ease-in-out;
    }

    .capps-metric-card:hover {
        transform: translateY(-8px) scale(1.02);
        border-color: rgba(129, 140, 248, 0.5);
        box-shadow: 0 30px 60px -20px rgba(99, 102, 241, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

.capps-metric-card--highlight {
    background: linear-gradient(145deg, rgba(79, 70, 229, 0.22) 0%, rgba(15, 23, 42, 0.9) 100%);
    border-color: rgba(99, 102, 241, 0.45);
    box-shadow: 0 25px 50px -15px rgba(79, 70, 229, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.capps-metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(79, 70, 229, 0.05));
    border: 1px solid rgba(99, 102, 241, 0.35);
    border-radius: 16px;
    color: #a5b4fc;
    font-size: 1.65rem;
    margin-bottom: 22px;
    transition: var(--capps-transition-smooth);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 8px 20px -8px rgba(99, 102, 241, 0.3);
}

.capps-metric-card:hover .capps-metric-icon {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.35), rgba(168, 85, 247, 0.25));
    border-color: rgba(129, 140, 248, 0.8);
    color: #ffffff;
    transform: scale(1.12) rotate(6deg);
    box-shadow: 0 12px 25px -8px rgba(99, 102, 241, 0.6);
}

.capps-metric-value {
    font-size: clamp(2.5rem, 3.2vw, 3.2rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.capps-metric-prefix,
.capps-metric-suffix {
    background: linear-gradient(135deg, #818cf8, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.capps-metric-label {
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    margin: 0;
    letter-spacing: -0.01em;
}

/* ====================================================================================
   4. RESPONSIVE ADAPTATIONS
   ==================================================================================== */

@media (max-width: 1024px) {
    .capps-hero-container {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .capps-hero-content-left {
        grid-column: 1 !important;
        text-align: center !important;
        align-items: center !important;
    }

        .capps-hero-content-left .capps-hero-badge,
        .capps-hero-content-left .capps-hero-title,
        .capps-hero-content-left .capps-hero-subtitle {
            text-align: center !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .capps-hero-content-left .capps-hero-actions,
        .capps-hero-content-left .capps-hero-perks {
            justify-content: center !important;
        }

    .capps-features-marquee {
        grid-column: 1 !important;
        min-height: 300px !important;
    }
}