/* Extracted from PHP <style> blocks — do not edit in .php files */

/* ===== blogs.php ===== */
.glass-blog-card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.05);
        border-radius: 20px;
        transition: 0.4s ease;
        display: flex;
        flex-direction: column;
    }
    .glass-blog-card:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,0.04);
        border-color: #4E8FFF;
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }
    .glass-blog-card-featured {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.05);
        border-radius: 30px;
    }
    .search-box-premium {
        position: relative;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 50px;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        background: rgba(255,255,255,0.03);
    }
    .uppercase-spacing { letter-spacing: 2px; text-transform: uppercase; font-size: 0.75rem; }

/* Insights listing shell (blogs / case studies / whitepapers) */
.insights-main-section {
    background: #02040a;
}
.insights-toolbar-panel {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.insights-toolbar-search {
    width: 250px;
    max-width: 100%;
}

.insights-toolbar-panel .insights-author-filter {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.insights-toolbar-panel .insights-author-filter .filter-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    white-space: nowrap;
}

.insights-toolbar-panel .insights-author-filter__control {
    position: relative;
    min-width: 13.5rem;
}

.insights-toolbar-panel .insights-author-filter__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-width: 13.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 12, 24, 0.92);
    color: #f1f5f9;
    font-size: 0.9rem;
    line-height: 1.35;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.insights-toolbar-panel .insights-author-filter__trigger:hover,
.insights-toolbar-panel .insights-author-filter__trigger:focus-visible {
    border-color: rgba(59, 150, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(59, 150, 255, 0.18);
    outline: none;
    background: rgba(12, 18, 34, 0.98);
}

.insights-toolbar-panel .insights-author-filter__value {
    flex: 1 1 auto;
    min-width: 0;
}

.insights-toolbar-panel .insights-author-filter__chevron {
    flex: 0 0 auto;
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.95);
    transition: transform 0.2s ease;
}

.insights-toolbar-panel .insights-author-filter__chevron.is-open {
    transform: rotate(180deg);
}

.insights-toolbar-panel .insights-author-filter__menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    z-index: 30;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    max-height: 16rem;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0b1220;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.insights-toolbar-panel .insights-author-filter__option {
    display: block;
    width: 100%;
    padding: 0.55rem 0.7rem;
    border-radius: 7px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, color 0.15s ease;
}

.insights-toolbar-panel .insights-author-filter__option:hover,
.insights-toolbar-panel .insights-author-filter__option:focus-visible {
    background: rgba(59, 150, 255, 0.14);
    color: #fff;
    outline: none;
}

.insights-toolbar-panel .insights-author-filter__option.is-active {
    background: rgba(59, 150, 255, 0.22);
    color: #fff;
    font-weight: 600;
}

/* ===== careers.php ===== */
.careers-open-roles {
    background: #0B0B0B !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.job-item-dark {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.job-item-dark:hover {
    border-color: rgba(59, 150, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
}
.careers-location-select {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #e2e8f0 !important;
}
.careers-location-select option {
    background: #111827;
    color: #e2e8f0;
}

.careers-location-select {
    width: 220px;
}

.careers-lead-copy {
    max-width: 760px;
}

.careers-value-card {
    background:
      radial-gradient(circle at 90% 12%, rgba(59, 150, 255, 0.1), transparent 42%),
      linear-gradient(145deg, rgba(14, 20, 42, 0.82), rgba(7, 11, 28, 0.88));
}

.careers-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    border: 1px solid rgba(59, 150, 255, 0.24);
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(59, 150, 255, 0.07);
}

.careers-mini-pill i {
    color: #79c3ff;
}

.careers-image-card {
    min-height: 360px;
}

.careers-stat-card {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.careers-stat-value {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #5eead4 0%, #38bdf8 40%, #60a5fa 72%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.22rem;
}

.careers-stat-label {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

/* Careers — dark mode job cards */
.careers-open-roles .job-item {
    background:
      radial-gradient(circle at 88% 10%, rgba(59, 150, 255, 0.08), transparent 38%),
      linear-gradient(145deg, rgba(12, 16, 36, 0.94), rgba(9, 13, 30, 0.94)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.careers-open-roles .job-item:hover {
    background:
      radial-gradient(circle at 88% 10%, rgba(59, 150, 255, 0.14), transparent 40%),
      linear-gradient(145deg, rgba(14, 20, 44, 0.96), rgba(10, 15, 35, 0.96)) !important;
    border-color: rgba(59, 150, 255, 0.45) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 34px rgba(59, 150, 255, 0.16);
}

@media (max-width: 991.98px) {
    .careers-location-select {
        width: 100%;
        max-width: 320px;
    }
    .careers-image-card {
        min-height: 260px;
    }
}

/* ===== ip-accelerators.php ===== */

/* CLEAN AI-FOCUSED UI STYLES */
    body.page-ip-accelerators.theme-v2-page .ip-hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 60px;
        background: linear-gradient(135deg, #02040a 0%, #0a1628 50%, #02040a 100%);
        position: relative;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .ip-hero::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(59, 150, 255, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    /* Clean Card Style - Glass Neon Effect */
    body.page-ip-accelerators.theme-v2-page .ip-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 40px;
        height: 100%;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
        box-shadow: 
            0 4px 24px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
        position: relative;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .ip-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at center, rgba(59, 150, 255, 0.05) 0%, transparent 50%);
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .ip-card:hover {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
        border-color: rgba(59, 150, 255, 0.4);
        transform: translateY(-8px);
        box-shadow: 
            0 12px 40px rgba(0, 0, 0, 0.25),
            0 0 30px rgba(59, 150, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    body.page-ip-accelerators.theme-v2-page .ip-card:hover::before {
        opacity: 1;
    }

    /* Icon Container - Glass Neon Effect */
    body.page-ip-accelerators.theme-v2-page .ip-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        font-size: 1.75rem;
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        position: relative;
    }

    body.page-ip-accelerators.theme-v2-page .ip-card:hover .ip-icon {
        transform: scale(1.1) rotate(5deg);
    }

    body.page-ip-accelerators.theme-v2-page .ip-icon.blue { 
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.2), rgba(59, 150, 255, 0.05)); 
        color: #3b96ff; 
        box-shadow: 0 4px 15px rgba(59, 150, 255, 0.2), 0 0 25px rgba(59, 150, 255, 0.1);
    }
    body.page-ip-accelerators.theme-v2-page .ip-icon.purple { 
        background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.05)); 
        color: #a855f7; 
        box-shadow: 0 4px 15px rgba(168, 85, 247, 0.2), 0 0 25px rgba(168, 85, 247, 0.1);
    }
    body.page-ip-accelerators.theme-v2-page .ip-icon.green { 
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05)); 
        color: #10b981; 
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2), 0 0 25px rgba(16, 185, 129, 0.1);
    }
    body.page-ip-accelerators.theme-v2-page .ip-icon.orange { 
        background: linear-gradient(135deg, rgba(251, 146, 60, 0.2), rgba(251, 146, 60, 0.05)); 
        color: #fb923c; 
        box-shadow: 0 4px 15px rgba(251, 146, 60, 0.2), 0 0 25px rgba(251, 146, 60, 0.1);
    }

    /* Feature List */
    body.page-ip-accelerators.theme-v2-page .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    body.page-ip-accelerators.theme-v2-page .feature-list li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

    body.page-ip-accelerators.theme-v2-page .feature-list li:last-child {
        border-bottom: none;
    }

    body.page-ip-accelerators.theme-v2-page .feature-list li i {
        color: #3b96ff;
        font-size: 0.875rem;
    }

    /* Stats Grid */
    body.page-ip-accelerators.theme-v2-page .stat-item {
        text-align: center;
        padding: 30px 20px;
    }

    body.page-ip-accelerators.theme-v2-page .stat-number {
        font-size: 3rem;
        font-weight: 600;
        background: linear-gradient(135deg, #3b96ff, #a855f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 8px;
    }

    body.page-ip-accelerators.theme-v2-page .stat-label {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Product Card */
    body.page-ip-accelerators.theme-v2-page .product-card {
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.05) 0%, rgba(133, 34, 117, 0.05) 100%);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 24px;
        padding: 48px;
        position: relative;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .product-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, #3b96ff, #a855f7);
    }

    /* Clean Button - Glass Effect */
    body.page-ip-accelerators.theme-v2-page .btn-clean {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 12px 28px;
        border-radius: 50px;
        font-weight: 500;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    body.page-ip-accelerators.theme-v2-page .btn-clean:hover {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        border-color: rgba(255, 255, 255, 0.4);
        color: white;
        transform: translateY(-2px);
        box-shadow: 
            0 8px 25px rgba(0, 0, 0, 0.15),
            0 0 20px rgba(255, 255, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }

    body.page-ip-accelerators.theme-v2-page .btn-primary-gradient {
        background: linear-gradient(135deg, #3b96ff, #a855f7);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 14px 32px;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 
            0 4px 20px rgba(59, 150, 255, 0.3),
            0 0 30px rgba(168, 85, 247, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

    body.page-ip-accelerators.theme-v2-page .btn-primary-gradient::before {
        content: '';
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        height: 50%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
        border-radius: 0 0 50% 50%;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .btn-primary-gradient:hover {
        transform: translateY(-3px);
        box-shadow: 
            0 12px 40px rgba(59, 150, 255, 0.4),
            0 0 50px rgba(168, 85, 247, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
        color: white;
    }

    /* Dark / Light sections – match index.php alternating pattern */
    body.page-ip-accelerators.theme-v2-page .section-dark {
        background: #02040a;
    }
    body.page-ip-accelerators.theme-v2-page .section-dark.bg-black { background: #000 !important; }
    body.page-ip-accelerators.theme-v2-page .section-dark.bg-dark { background: var(--bs-dark, #212529) !important; }

    body.page-ip-accelerators.theme-v2-page .section-gradient {
        background: linear-gradient(180deg, #02040a 0%, #0a1628 100%);
    }

    /* .section-light — dark glass (aligned with homepage) */
    body.page-ip-accelerators.theme-v2-page .section-light {
        background: #0B0B0B !important;
        color: #e2e8f0;
    }
    body.page-ip-accelerators.theme-v2-page .section-light .text-white { color: #f8fafc !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .text-white-50 { color: rgba(255, 255, 255, 0.6) !important; }
    body.page-ip-accelerators.theme-v2-page .section-light h1, body.page-ip-accelerators.theme-v2-page .section-light h2, body.page-ip-accelerators.theme-v2-page .section-light h3, body.page-ip-accelerators.theme-v2-page .section-light h4, body.page-ip-accelerators.theme-v2-page .section-light h5,
    body.page-ip-accelerators.theme-v2-page .section-light .display-4, body.page-ip-accelerators.theme-v2-page .section-light .display-5 { color: #f1f5f9 !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .lead { color: rgba(255, 255, 255, 0.55) !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .tag-minimal {
        background: rgba(59, 150, 255, 0.12);
        border-color: rgba(59, 150, 255, 0.35);
        color: #3B96FF;
    }
    body.page-ip-accelerators.theme-v2-page .section-light .ip-card {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    }
    body.page-ip-accelerators.theme-v2-page .section-light .ip-card:hover {
        border-color: rgba(59, 150, 255, 0.45);
        box-shadow: 0 8px 30px rgba(59, 150, 255, 0.15);
    }
    body.page-ip-accelerators.theme-v2-page .section-light .ip-card .text-white { color: #f1f5f9 !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .ip-card .text-white-50 { color: rgba(255, 255, 255, 0.55) !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .ip-card .tag-minimal { color: rgba(255, 255, 255, 0.65); border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); }
    body.page-ip-accelerators.theme-v2-page .section-light .animated-product-card {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    }
    body.page-ip-accelerators.theme-v2-page .section-light .animated-product-card .text-white { color: #f1f5f9 !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .animated-product-card .text-white-50 { color: rgba(255, 255, 255, 0.55) !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .animated-product-card:hover { box-shadow: 0 8px 30px rgba(59, 150, 255, 0.15); }
    body.page-ip-accelerators.theme-v2-page .section-light .industry-impact-card .industry-card-content .text-white { color: #f1f5f9 !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .industry-impact-card .industry-card-content .text-white-50 { color: rgba(255, 255, 255, 0.55) !important; }
    body.page-ip-accelerators.theme-v2-page .section-light .btn-clean {
        color: rgba(255, 255, 255, 0.85);
        border-color: rgba(255, 255, 255, 0.25);
    }
    body.page-ip-accelerators.theme-v2-page .section-light .btn-clean:hover {
        color: #fff;
        border-color: #3B96FF;
        background: rgba(59, 150, 255, 0.2);
    }

    /* Agent Avatar - Glass 3D Effect */
    body.page-ip-accelerators.theme-v2-page .agent-avatar-lg {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.3),
            0 0 20px rgba(59, 150, 255, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -2px 5px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
    }

    body.page-ip-accelerators.theme-v2-page .agent-avatar-lg::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 10%;
        width: 80%;
        height: 30%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
        border-radius: 10px 10px 50% 50%;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .ip-card:hover .agent-avatar-lg {
        transform: scale(1.1);
        box-shadow: 
            0 12px 30px rgba(0, 0, 0, 0.4),
            0 0 30px rgba(59, 150, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    /* Minimal Tag - Glass Neon Effect */
    body.page-ip-accelerators.theme-v2-page .tag-minimal {
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.15), rgba(168, 85, 247, 0.1));
        border: 1px solid rgba(59, 150, 255, 0.3);
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        backdrop-filter: blur(10px);
        box-shadow: 
            0 2px 10px rgba(59, 150, 255, 0.1),
            0 0 15px rgba(59, 150, 255, 0.05);
    }
/* Hero Background Elements */
    body.page-ip-accelerators.theme-v2-page .hero-bg-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }

    /* Floating Orbs */
    body.page-ip-accelerators.theme-v2-page .hero-orb {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.4;
    }

    body.page-ip-accelerators.theme-v2-page .hero-orb.orb-1 {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(59, 150, 255, 0.4), transparent);
        top: -100px;
        left: -100px;
        animation: floatOrb1 15s ease-in-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .hero-orb.orb-2 {
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.4), transparent);
        bottom: -50px;
        right: 10%;
        animation: floatOrb2 18s ease-in-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .hero-orb.orb-3 {
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(16, 185, 129, 0.3), transparent);
        top: 40%;
        right: 30%;
        animation: floatOrb3 12s ease-in-out infinite;
    }

@keyframes floatOrb1 {
        0%, 100% { transform: translate(0, 0) scale(1); }
        50% { transform: translate(50px, 30px) scale(1.1); }
    }

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

@keyframes floatOrb3 {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
        50% { transform: translate(30px, -20px) scale(0.9); opacity: 0.5; }
    }

    /* Animated Grid */
    body.page-ip-accelerators.theme-v2-page .hero-grid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: 
            linear-gradient(rgba(59, 150, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(59, 150, 255, 0.03) 1px, transparent 1px);
        background-size: 60px 60px;
        animation: gridMove 20s linear infinite;
    }

@keyframes gridMove {
        0% { background-position: 0 0; }
        100% { background-position: 60px 60px; }
    }

    /* Floating Particles */
    body.page-ip-accelerators.theme-v2-page .particles {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    body.page-ip-accelerators.theme-v2-page .particles span {
        position: absolute;
        width: 4px;
        height: 4px;
        background: rgba(59, 150, 255, 0.6);
        border-radius: 50%;
        animation: particleFloat 8s linear infinite;
    }

    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 10s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(2) { left: 20%; animation-delay: 1s; animation-duration: 12s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(3) { left: 30%; animation-delay: 2s; animation-duration: 8s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(4) { left: 40%; animation-delay: 0.5s; animation-duration: 14s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 9s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(6) { left: 60%; animation-delay: 1.5s; animation-duration: 11s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(7) { left: 70%; animation-delay: 2.5s; animation-duration: 13s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(8) { left: 80%; animation-delay: 0.8s; animation-duration: 10s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(9) { left: 85%; animation-delay: 4s; animation-duration: 15s; }
    body.page-ip-accelerators.theme-v2-page .particles span:nth-child(10) { left: 95%; animation-delay: 2s; animation-duration: 9s; }

@keyframes particleFloat {
        0% { top: 100%; opacity: 0; }
        10% { opacity: 1; }
        90% { opacity: 1; }
        100% { top: -10%; opacity: 0; }
    }

    /* Connection Lines */
    body.page-ip-accelerators.theme-v2-page .connection-lines {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    body.page-ip-accelerators.theme-v2-page .connection-lines .line {
        stroke: #3b96ff;
        stroke-width: 0.2;
        stroke-dasharray: 5, 5;
        animation: dashMove 10s linear infinite;
    }

    body.page-ip-accelerators.theme-v2-page .connection-lines .line-2 { animation-delay: 2s; stroke: #a855f7; }
    body.page-ip-accelerators.theme-v2-page .connection-lines .line-3 { animation-delay: 4s; stroke: #10b981; }

@keyframes dashMove {
        0% { stroke-dashoffset: 0; }
        100% { stroke-dashoffset: 100; }
    }

    /* Hero Content Animations */
    body.page-ip-accelerators.theme-v2-page .hero-fade-in {
        opacity: 0;
        transform: translateY(30px);
        animation: heroFadeIn 0.8s ease forwards;
    }

    body.page-ip-accelerators.theme-v2-page .hero-fade-in.delay-1 { animation-delay: 0.2s; }
    body.page-ip-accelerators.theme-v2-page .hero-fade-in.delay-2 { animation-delay: 0.4s; }
    body.page-ip-accelerators.theme-v2-page .hero-fade-in.delay-3 { animation-delay: 0.6s; }

@keyframes heroFadeIn {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Gradient Text Animation */
    body.page-ip-accelerators.theme-v2-page .gradient-text-animated {
        background: linear-gradient(90deg, #3b96ff, #a855f7, #3b96ff);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradientShift 3s linear infinite;
    }

@keyframes gradientShift {
        0% { background-position: 0% center; }
        100% { background-position: 200% center; }
    }

    /* Button Animation */
    body.page-ip-accelerators.theme-v2-page .btn-animated {
        position: relative;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .btn-animated::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
        transform: rotate(45deg);
        animation: btnShine 3s ease-in-out infinite;
    }

@keyframes btnShine {
        0% { transform: translateX(-100%) rotate(45deg); }
        100% { transform: translateX(100%) rotate(45deg); }
    }

    /* Stats Container - Glass Effect */
    body.page-ip-accelerators.theme-v2-page .stats-container {
        position: relative;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 24px;
        padding: 20px;
        backdrop-filter: blur(20px);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 0 40px rgba(59, 150, 255, 0.1);
    }

    body.page-ip-accelerators.theme-v2-page .stats-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.5), rgba(168, 85, 247, 0.3), rgba(59, 150, 255, 0.1));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .stats-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        background: radial-gradient(circle, rgba(59, 150, 255, 0.1), transparent);
        filter: blur(40px);
        animation: statsGlow 4s ease-in-out infinite;
    }

@keyframes statsGlow {
        0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
        50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
    }

    /* Stat Item Animation */
    body.page-ip-accelerators.theme-v2-page .stat-animated {
        opacity: 0;
        transform: translateY(20px);
        animation: statFadeIn 0.6s ease forwards;
        animation-delay: var(--delay);
    }

@keyframes statFadeIn {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    body.page-ip-accelerators.theme-v2-page .stat-item {
        position: relative;
        z-index: 2;
    }

    body.page-ip-accelerators.theme-v2-page .stat-number {
        transition: transform 0.3s ease;
    }

    body.page-ip-accelerators.theme-v2-page .stat-item:hover .stat-number {
        transform: scale(1.1);
    }

    /* 3D Glass Shapes */
    body.page-ip-accelerators.theme-v2-page .glass-shapes {
        position: absolute;
        width: 100%;
        height: 100%;
        perspective: 1000px;
    }

    body.page-ip-accelerators.theme-v2-page .glass-shape {
        position: absolute;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    body.page-ip-accelerators.theme-v2-page .glass-shape.shape-1 {
        width: 120px;
        height: 120px;
        border-radius: 24px;
        top: 15%;
        right: 8%;
        animation: floatShape1 12s ease-in-out infinite;
        transform: rotate(15deg);
    }

    body.page-ip-accelerators.theme-v2-page .glass-shape.shape-2 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        bottom: 25%;
        left: 5%;
        animation: floatShape2 15s ease-in-out infinite;
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.1),
            0 0 40px rgba(168, 85, 247, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        border-color: rgba(168, 85, 247, 0.3);
    }

    body.page-ip-accelerators.theme-v2-page .glass-shape.shape-3 {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        top: 60%;
        right: 15%;
        animation: floatShape3 10s ease-in-out infinite;
        transform: rotate(-20deg);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.1),
            0 0 30px rgba(16, 185, 129, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        border-color: rgba(16, 185, 129, 0.3);
    }

@keyframes floatShape1 {
        0%, 100% { transform: rotate(15deg) translateY(0) translateX(0); }
        25% { transform: rotate(20deg) translateY(-20px) translateX(10px); }
        50% { transform: rotate(10deg) translateY(-10px) translateX(-5px); }
        75% { transform: rotate(18deg) translateY(-25px) translateX(5px); }
    }

@keyframes floatShape2 {
        0%, 100% { transform: translateY(0) scale(1); }
        50% { transform: translateY(-30px) scale(1.1); }
    }

@keyframes floatShape3 {
        0%, 100% { transform: rotate(-20deg) translateY(0); }
        50% { transform: rotate(-10deg) translateY(-20px); }
    }

    /* 3D Glass Cube */
    body.page-ip-accelerators.theme-v2-page .glass-cube {
        position: absolute;
        width: 80px;
        height: 80px;
        top: 30%;
        right: 20%;
        transform-style: preserve-3d;
        animation: rotateCube 20s linear infinite;
    }

    body.page-ip-accelerators.theme-v2-page .cube-face {
        position: absolute;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.1), rgba(168, 85, 247, 0.05));
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        box-shadow: inset 0 0 20px rgba(59, 150, 255, 0.1);
    }

    body.page-ip-accelerators.theme-v2-page .cube-face.front { transform: translateZ(40px); }
    body.page-ip-accelerators.theme-v2-page .cube-face.back { transform: rotateY(180deg) translateZ(40px); }
    body.page-ip-accelerators.theme-v2-page .cube-face.left { transform: rotateY(-90deg) translateZ(40px); }
    body.page-ip-accelerators.theme-v2-page .cube-face.right { transform: rotateY(90deg) translateZ(40px); }
    body.page-ip-accelerators.theme-v2-page .cube-face.top { transform: rotateX(90deg) translateZ(40px); }
    body.page-ip-accelerators.theme-v2-page .cube-face.bottom { transform: rotateX(-90deg) translateZ(40px); }

@keyframes rotateCube {
        0% { transform: rotateX(0deg) rotateY(0deg); }
        100% { transform: rotateX(360deg) rotateY(360deg); }
    }
/* Animated Product Cards - Glass Neon Effect */
    body.page-ip-accelerators.theme-v2-page .animated-product-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 24px;
        padding: 40px;
        display: flex;
        align-items: center;
        gap: 40px;
        transition: all 0.4s ease;
        overflow: hidden;
        backdrop-filter: blur(20px);
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
        position: relative;
    }

    body.page-ip-accelerators.theme-v2-page .animated-product-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 1.5px;
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.4), transparent 50%, rgba(168, 85, 247, 0.3));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    body.page-ip-accelerators.theme-v2-page .animated-product-card:hover {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
        border-color: rgba(59, 150, 255, 0.3);
        transform: translateY(-8px) scale(1.01);
        box-shadow: 
            0 20px 50px rgba(0, 0, 0, 0.3),
            0 0 40px rgba(59, 150, 255, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    body.page-ip-accelerators.theme-v2-page .animated-product-card:hover::before {
        opacity: 1;
    }

    body.page-ip-accelerators.theme-v2-page .product-visual {
        flex-shrink: 0;
        width: 140px;
        height: 140px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.page-ip-accelerators.theme-v2-page .product-content {
        flex: 1;
    }

    body.page-ip-accelerators.theme-v2-page .center-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        position: relative;
        z-index: 2;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    body.page-ip-accelerators.theme-v2-page .animated-product-card:hover .center-icon {
        transform: scale(1.1);
    }

    body.page-ip-accelerators.theme-v2-page .center-icon.blue { 
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.25), rgba(59, 150, 255, 0.1)); 
        color: #3b96ff; 
        box-shadow: 0 8px 20px rgba(59, 150, 255, 0.2), 0 0 30px rgba(59, 150, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    body.page-ip-accelerators.theme-v2-page .center-icon.purple { 
        background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(168, 85, 247, 0.1)); 
        color: #a855f7; 
        box-shadow: 0 8px 20px rgba(168, 85, 247, 0.2), 0 0 30px rgba(168, 85, 247, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    body.page-ip-accelerators.theme-v2-page .center-icon.green { 
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.1)); 
        color: #10b981; 
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2), 0 0 30px rgba(16, 185, 129, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    body.page-ip-accelerators.theme-v2-page .center-icon.orange { 
        background: linear-gradient(135deg, rgba(251, 146, 60, 0.25), rgba(251, 146, 60, 0.1)); 
        color: #fb923c; 
        box-shadow: 0 8px 20px rgba(251, 146, 60, 0.2), 0 0 30px rgba(251, 146, 60, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    /* Orbit Animation */
    body.page-ip-accelerators.theme-v2-page .orbit-container { position: relative; width: 140px; height: 140px; }
    
    body.page-ip-accelerators.theme-v2-page .orbit-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        border: 1px dashed rgba(59, 150, 255, 0.3);
        border-radius: 50%;
        animation: rotateOrbit 15s linear infinite;
    }
    
    body.page-ip-accelerators.theme-v2-page .orbit-ring.delay-1 {
        width: 100px;
        height: 100px;
        animation-direction: reverse;
        animation-duration: 12s;
    }

    body.page-ip-accelerators.theme-v2-page .orbit-dot {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #3b96ff;
        border-radius: 50%;
        animation: orbitDot 8s linear infinite;
    }
    
    body.page-ip-accelerators.theme-v2-page .orbit-dot.dot-1 { animation-delay: 0s; }
    body.page-ip-accelerators.theme-v2-page .orbit-dot.dot-2 { animation-delay: -2.6s; }
    body.page-ip-accelerators.theme-v2-page .orbit-dot.dot-3 { animation-delay: -5.2s; }

@keyframes rotateOrbit {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }

@keyframes orbitDot {
        0% { top: 10px; left: 50%; transform: translateX(-50%); }
        25% { top: 50%; left: calc(100% - 10px); transform: translateY(-50%); }
        50% { top: calc(100% - 10px); left: 50%; transform: translateX(-50%); }
        75% { top: 50%; left: 10px; transform: translateY(-50%); }
        100% { top: 10px; left: 50%; transform: translateX(-50%); }
    }

    /* Pulse Animation */
    body.page-ip-accelerators.theme-v2-page .pulse-container { position: relative; width: 140px; height: 140px; }
    
    body.page-ip-accelerators.theme-v2-page .pulse-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        border: 2px solid rgba(168, 85, 247, 0.4);
        border-radius: 50%;
        animation: pulseOut 2s ease-out infinite;
    }
    
    body.page-ip-accelerators.theme-v2-page .pulse-ring.delay-1 { animation-delay: 0.6s; }
    body.page-ip-accelerators.theme-v2-page .pulse-ring.delay-2 { animation-delay: 1.2s; }

@keyframes pulseOut {
        0% { width: 64px; height: 64px; opacity: 1; }
        100% { width: 140px; height: 140px; opacity: 0; }
    }

    body.page-ip-accelerators.theme-v2-page .floating-badges {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    body.page-ip-accelerators.theme-v2-page .float-badge {
        position: absolute;
        background: rgba(168, 85, 247, 0.2);
        color: #a855f7;
        font-size: 0.65rem;
        padding: 4px 10px;
        border-radius: 12px;
        font-weight: 600;
        animation: floatBadge 4s ease-in-out infinite;
    }
    
    body.page-ip-accelerators.theme-v2-page .float-badge.b1 { top: 5px; right: 10px; animation-delay: 0s; }
    body.page-ip-accelerators.theme-v2-page .float-badge.b2 { bottom: 20px; left: 0; animation-delay: 1.3s; }
    body.page-ip-accelerators.theme-v2-page .float-badge.b3 { top: 40%; right: -5px; animation-delay: 2.6s; }

@keyframes floatBadge {
        0%, 100% { transform: translateY(0); opacity: 0.7; }
        50% { transform: translateY(-8px); opacity: 1; }
    }

    /* Progress Animation */
    body.page-ip-accelerators.theme-v2-page .progress-container {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 20px;
    }

    body.page-ip-accelerators.theme-v2-page .progress-bar-animated {
        height: 4px;
        background: rgba(16, 185, 129, 0.2);
        border-radius: 2px;
        overflow: hidden;
        position: relative;
    }

    body.page-ip-accelerators.theme-v2-page .progress-bar-animated::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(90deg, transparent, #10b981, transparent);
        animation: progressSlide 2s ease-in-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .progress-bar-animated.delay-1::after { animation-delay: 0.5s; }
    body.page-ip-accelerators.theme-v2-page .progress-bar-animated.delay-2::after { animation-delay: 1s; }

@keyframes progressSlide {
        0% { left: -100%; }
        100% { left: 100%; }
    }

    /* Scan Animation */
    body.page-ip-accelerators.theme-v2-page .scan-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    body.page-ip-accelerators.theme-v2-page .scan-line {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #fb923c, transparent);
        animation: scanDown 2s ease-in-out infinite;
    }

@keyframes scanDown {
        0%, 100% { top: 10%; opacity: 0; }
        50% { top: 90%; opacity: 1; }
    }

    body.page-ip-accelerators.theme-v2-page .data-dots {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 30px;
    }

    body.page-ip-accelerators.theme-v2-page .data-dots span {
        width: 6px;
        height: 6px;
        background: rgba(251, 146, 60, 0.3);
        border-radius: 50%;
        animation: dotBlink 1.5s ease-in-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(1) { animation-delay: 0s; }
    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(2) { animation-delay: 0.2s; }
    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(3) { animation-delay: 0.4s; }
    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(4) { animation-delay: 0.6s; }
    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(5) { animation-delay: 0.8s; }
    body.page-ip-accelerators.theme-v2-page .data-dots span:nth-child(6) { animation-delay: 1s; }

@keyframes dotBlink {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.5); background: #fb923c; }
    }

    /* IoT Sensor Animation */
    body.page-ip-accelerators.theme-v2-page .sensor-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    body.page-ip-accelerators.theme-v2-page .sensor-wave {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border: 2px solid rgba(16, 185, 129, 0.5);
        border-radius: 50%;
        animation: sensorPulse 2.5s ease-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .sensor-wave.delay-1 { animation-delay: 0.8s; }
    body.page-ip-accelerators.theme-v2-page .sensor-wave.delay-2 { animation-delay: 1.6s; }

@keyframes sensorPulse {
        0% { width: 60px; height: 60px; opacity: 1; }
        100% { width: 140px; height: 140px; opacity: 0; }
    }

    body.page-ip-accelerators.theme-v2-page .sensor-nodes {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node {
        position: absolute;
        width: 10px;
        height: 10px;
        background: #10b981;
        border-radius: 50%;
        animation: nodeAlert 3s ease-in-out infinite;
        box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    }

    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n1 { top: 5%; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n2 { top: 50%; right: 5%; transform: translateY(-50%); animation-delay: 0.75s; }
    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n3 { bottom: 5%; left: 50%; transform: translateX(-50%); animation-delay: 1.5s; }
    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n4 { top: 50%; left: 5%; transform: translateY(-50%); animation-delay: 2.25s; }

@keyframes nodeAlert {
        0%, 100% { opacity: 0.4; transform: translateX(-50%) scale(1); box-shadow: 0 0 5px rgba(16, 185, 129, 0.3); }
        50% { opacity: 1; transform: translateX(-50%) scale(1.3); box-shadow: 0 0 20px rgba(16, 185, 129, 0.8); }
    }

    body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n2, body.page-ip-accelerators.theme-v2-page .sensor-nodes .node.n4 {
        animation-name: nodeAlertY;
    }

@keyframes nodeAlertY {
        0%, 100% { opacity: 0.4; transform: translateY(-50%) scale(1); box-shadow: 0 0 5px rgba(16, 185, 129, 0.3); }
        50% { opacity: 1; transform: translateY(-50%) scale(1.3); box-shadow: 0 0 20px rgba(16, 185, 129, 0.8); }
    }

    @media (max-width: 768px) {
        body.page-ip-accelerators.theme-v2-page .animated-product-card {
            flex-direction: column;
            text-align: center;
        }
        body.page-ip-accelerators.theme-v2-page .product-visual {
            margin-bottom: 20px;
        }
    }
/* Industries Background */
    body.page-ip-accelerators.theme-v2-page .industries-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .impact-line {
        position: absolute;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(59, 150, 255, 0.3), transparent);
        animation: impactLineMove 8s linear infinite;
    }

    body.page-ip-accelerators.theme-v2-page .impact-line.line-1 { top: 20%; width: 60%; left: -60%; animation-delay: 0s; }
    body.page-ip-accelerators.theme-v2-page .impact-line.line-2 { top: 50%; width: 80%; left: -80%; animation-delay: 2s; background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.3), transparent); }
    body.page-ip-accelerators.theme-v2-page .impact-line.line-3 { top: 80%; width: 50%; left: -50%; animation-delay: 4s; background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.3), transparent); }

@keyframes impactLineMove {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(100vw + 100%)); }
    }

    /* Industry Impact Card */
    body.page-ip-accelerators.theme-v2-page .industry-impact-card {
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        height: 100%;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .industry-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--bg-image);
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease, filter 0.5s ease;
        filter: brightness(0.6) saturate(1.2);
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.4) 0%, rgba(2, 4, 10, 0.75) 100%);
        z-index: 1;
        transition: background 0.4s ease;
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--card-accent, #3b96ff), transparent);
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 3;
    }

    body.page-ip-accelerators.theme-v2-page .industry-card-content {
        position: relative;
        z-index: 2;
        padding: 28px;
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card:hover {
        border-color: rgba(59, 150, 255, 0.5);
        transform: translateY(-10px) scale(1.02);
        box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.5),
            0 0 40px rgba(59, 150, 255, 0.15),
            inset 0 0 30px rgba(59, 150, 255, 0.05);
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card:hover .industry-bg-image {
        transform: scale(1.1);
        filter: brightness(0.75) saturate(1.3);
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card:hover::before {
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.3) 0%, rgba(2, 4, 10, 0.7) 100%);
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card:hover::after {
        opacity: 1;
    }

    body.page-ip-accelerators.theme-v2-page .industry-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 20px;
    }

    body.page-ip-accelerators.theme-v2-page .industry-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        position: relative;
    }

    body.page-ip-accelerators.theme-v2-page .industry-icon::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 15%;
        width: 70%;
        height: 25%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent);
        border-radius: 8px 8px 50% 50%;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .industry-impact-card:hover .industry-icon {
        transform: scale(1.15);
    }

    body.page-ip-accelerators.theme-v2-page .industry-icon.healthcare { 
        background: linear-gradient(135deg, rgba(45, 212, 191, 0.28), rgba(14, 165, 233, 0.12)); 
        color: #2dd4bf; 
        box-shadow: 0 4px 15px rgba(45, 212, 191, 0.22), 0 0 22px rgba(14, 165, 233, 0.18);
    }
    body.page-ip-accelerators.theme-v2-page .industry-icon.finance { 
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.25), rgba(59, 150, 255, 0.1)); 
        color: #3b96ff; 
        box-shadow: 0 4px 15px rgba(59, 150, 255, 0.25), 0 0 25px rgba(59, 150, 255, 0.15);
    }
    body.page-ip-accelerators.theme-v2-page .industry-icon.manufacturing { 
        background: linear-gradient(135deg, rgba(251, 146, 60, 0.25), rgba(251, 146, 60, 0.1)); 
        color: #fb923c; 
        box-shadow: 0 4px 15px rgba(251, 146, 60, 0.25), 0 0 25px rgba(251, 146, 60, 0.15);
    }
    body.page-ip-accelerators.theme-v2-page .industry-icon.retail { 
        background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(168, 85, 247, 0.1)); 
        color: #a855f7; 
        box-shadow: 0 4px 15px rgba(168, 85, 247, 0.25), 0 0 25px rgba(168, 85, 247, 0.15);
    }
    body.page-ip-accelerators.theme-v2-page .industry-icon.automotive { 
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(34, 197, 94, 0.1)); 
        color: #22c55e; 
        box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25), 0 0 25px rgba(34, 197, 94, 0.15);
    }
    body.page-ip-accelerators.theme-v2-page .industry-icon.insurance { 
        background: linear-gradient(135deg, rgba(14, 165, 233, 0.25), rgba(14, 165, 233, 0.1)); 
        color: #0ea5e9; 
        box-shadow: 0 4px 15px rgba(14, 165, 233, 0.25), 0 0 25px rgba(14, 165, 233, 0.15);
    }

    /* Impact Metrics */
    body.page-ip-accelerators.theme-v2-page .impact-metrics {
        display: flex;
        gap: 20px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.page-ip-accelerators.theme-v2-page .impact-stat {
        display: flex;
        flex-direction: column;
    }

    body.page-ip-accelerators.theme-v2-page .impact-value {
        font-size: 1.5rem;
        font-weight: 600;
        background: linear-gradient(135deg, #3b96ff, #a855f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1.2;
    }

    body.page-ip-accelerators.theme-v2-page .impact-label {
        font-size: 0.72rem;
        color: rgba(248, 250, 252, 0.74);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    body.page-ip-accelerators.theme-v2-page .industry-card-content .text-white-50 {
        color: rgba(248, 250, 252, 0.78) !important;
    }

    /* IP Used Tags */
    body.page-ip-accelerators.theme-v2-page .ip-used {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    body.page-ip-accelerators.theme-v2-page .ip-tag {
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.2), rgba(59, 150, 255, 0.05));
        color: #3b96ff;
        font-size: 0.65rem;
        padding: 4px 10px;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        border: 1px solid rgba(59, 150, 255, 0.3);
        backdrop-filter: blur(5px);
        box-shadow: 0 0 10px rgba(59, 150, 255, 0.15);
        transition: all 0.3s ease;
    }

    body.page-ip-accelerators.theme-v2-page .ip-tag:hover {
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.3), rgba(59, 150, 255, 0.1));
        box-shadow: 0 0 20px rgba(59, 150, 255, 0.25);
    }
/* Success Section Background */
    body.page-ip-accelerators.theme-v2-page .success-bg-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    body.page-ip-accelerators.theme-v2-page .success-glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(100px);
    }

    body.page-ip-accelerators.theme-v2-page .success-glow.glow-1 {
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(59, 150, 255, 0.15), transparent);
        top: 10%;
        left: -10%;
        animation: floatGlow 15s ease-in-out infinite;
    }

    body.page-ip-accelerators.theme-v2-page .success-glow.glow-2 {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.12), transparent);
        bottom: 10%;
        right: -5%;
        animation: floatGlow 18s ease-in-out infinite reverse;
    }

@keyframes floatGlow {
        0%, 100% { transform: translate(0, 0); }
        50% { transform: translate(30px, 20px); }
    }

    /* Enhanced Use Case Cards */
    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        height: 380px;
        transition: all 0.5s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: brightness(0.7) saturate(1.3);
        transition: all 0.5s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.2) 0%, rgba(2, 4, 10, 0.75) 100%);
        z-index: 1;
        transition: all 0.4s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--card-color), transparent);
        z-index: 3;
        opacity: 0;
        transition: opacity 0.3s;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-content {
        position: relative;
        z-index: 2;
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: var(--card-color);
        margin-bottom: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(var(--card-color), 0.2);
        transition: all 0.3s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-tag-new {
        display: inline-block;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
        border: 1px solid var(--card-color);
        color: var(--card-color);
        font-size: 0.7rem;
        padding: 4px 12px;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 16px;
        width: fit-content;
        box-shadow: 0 0 15px rgba(var(--card-color), 0.2);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-metric {
        margin-bottom: 12px;
    }

    body.page-ip-accelerators.theme-v2-page .metric-value {
        display: block;
        font-size: 2.5rem;
        font-weight: 600;
        color: white;
        line-height: 1;
        text-shadow: 0 0 30px var(--card-color);
    }

    body.page-ip-accelerators.theme-v2-page .metric-label {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-desc {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9rem;
        line-height: 1.5;
        flex-grow: 1;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-cta {
        color: var(--card-color);
        font-weight: 600;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-shine {
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        z-index: 4;
        transition: left 0.6s ease;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(var(--card-color), 0.15);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover .use-case-bg {
        filter: brightness(0.8) saturate(1.4);
        transform: scale(1.1);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover::before {
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.15) 0%, rgba(2, 4, 10, 0.7) 100%);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover::after {
        opacity: 1;
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover .use-case-icon {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 30px var(--card-color);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover .use-case-cta {
        transform: translateX(5px);
    }

    body.page-ip-accelerators.theme-v2-page .use-case-card-enhanced:hover .use-case-shine {
        left: 150%;
    }

    /* Enhanced Insight Cards */
    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced {
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        height: 280px;
        transition: all 0.4s ease;
        overflow: hidden;
    }

    body.page-ip-accelerators.theme-v2-page .insight-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: brightness(0.6) saturate(1.2);
        transition: all 0.5s ease;
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.3) 0%, rgba(2, 4, 10, 0.8) 100%);
        z-index: 1;
        transition: all 0.4s ease;
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--insight-color), transparent);
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 3;
    }

    body.page-ip-accelerators.theme-v2-page .insight-content {
        position: relative;
        z-index: 2;
        padding: 28px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    body.page-ip-accelerators.theme-v2-page .insight-visual {
        position: relative;
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    body.page-ip-accelerators.theme-v2-page .insight-icon-wrapper {
        width: 70px;
        height: 70px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
        border: 1px solid rgba(255, 255, 255, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        color: var(--insight-color);
        position: relative;
        z-index: 2;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 25px rgba(var(--insight-color), 0.15);
        transition: all 0.4s ease;
    }

    body.page-ip-accelerators.theme-v2-page .insight-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        border: 1px dashed var(--insight-color);
        border-radius: 50%;
        opacity: 0.3;
        animation: rotateRing 15s linear infinite;
    }

@keyframes rotateRing {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }

    body.page-ip-accelerators.theme-v2-page .insight-badge {
        display: inline-block;
        background: linear-gradient(135deg, rgba(var(--insight-color), 0.2), rgba(var(--insight-color), 0.05));
        color: var(--insight-color);
        font-size: 0.65rem;
        padding: 4px 10px;
        border-radius: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin-bottom: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.page-ip-accelerators.theme-v2-page .insight-title {
        color: white;
        font-weight: 700;
        font-size: 1.1rem;
        margin-bottom: 12px;
        line-height: 1.4;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        flex-grow: 1;
    }

    body.page-ip-accelerators.theme-v2-page .insight-meta {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 8px;
    }

    body.page-ip-accelerators.theme-v2-page .insight-arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--insight-color);
        font-size: 1.1rem;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateX(-10px);
        z-index: 3;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: var(--insight-color);
        box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.4),
            0 0 40px rgba(var(--insight-color), 0.2);
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover .insight-bg {
        filter: brightness(0.75) saturate(1.4);
        transform: scale(1.1);
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover::before {
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.2) 0%, rgba(2, 4, 10, 0.7) 100%);
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover::after {
        opacity: 1;
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover .insight-icon-wrapper {
        transform: scale(1.15);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 35px var(--insight-color);
    }

    body.page-ip-accelerators.theme-v2-page .insight-card-enhanced:hover .insight-arrow {
        opacity: 1;
        transform: translateX(0);
    }


/* ===== ip-clair-ai.php ===== */
body.page-ip-clair.theme-v2-page {
        --clair-primary: #00f2fe;
        /* Neon Cyan */
        --clair-secondary: #4facfe;
        /* Blue */
        --clair-accent: #ff0080;
        /* Magenta */
        --glass-bg: rgba(255, 255, 255, 0.03);
        --glass-border: rgba(255, 255, 255, 0.08);
        /* Fainter border for cleaner look */
        --glass-shine: rgba(255, 255, 255, 0.1);
        --dark-bg: #02040a;
        background-color: transparent !important;
        color: #e2e8f0;
        overflow-x: hidden;
        font-family: var(--bs-body-font-family, system-ui, sans-serif);
        /* Ensuring sleek font */
    }



    /* GLOBAL UTILITIES */
    body.page-ip-clair.theme-v2-page .text-gradient-clair {
        background: linear-gradient(135deg, #fff 0%, var(--clair-primary) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.page-ip-clair.theme-v2-page .blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.4;
        z-index: 0;
    }

    /* GLASS PANEL - CLEANER v2 */
    body.page-ip-clair.theme-v2-page .glass-panel {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 24px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

    body.page-ip-clair.theme-v2-page .glass-panel:hover {
        transform: translateY(-5px) scale(1.01);
        box-shadow: 0 20px 50px rgba(0, 242, 254, 0.1);
        border-color: rgba(0, 242, 254, 0.4);
        background: rgba(255, 255, 255, 0.05);
        /* Slight brighten on hover */
    }

    body.page-ip-clair.theme-v2-page .glass-panel::after {
        /* Shine effect */
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, var(--glass-shine), transparent);
        transition: 0.5s;
    }

    body.page-ip-clair.theme-v2-page .glass-panel:hover::after {
        left: 100%;
    }

    /* === HERO VISUALIZATION (Kept as is - User Liked) === */
    body.page-ip-clair.theme-v2-page .clair-hero {
        min-height: 85vh;
        position: relative;
        display: flex;
        align-items: center;
        background: radial-gradient(circle at 60% 50%, #0b1120 0%, #02040a 80%);
        overflow: hidden;
    }

    body.page-ip-clair.theme-v2-page .tech-grid {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image:
            linear-gradient(rgba(0, 242, 254, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 242, 254, 0.03) 1px, transparent 1px);
        background-size: 60px 60px;
        perspective: 1000px;
        transform: rotateX(60deg) scale(2);
        transform-origin: 50% 0;
        top: 20%;
        opacity: 0.2;
        animation: gridMove 30s linear infinite;
    }

@keyframes gridMove {
        0% {
            transform: rotateX(60deg) scale(2) translateY(0);
        }

        100% {
            transform: rotateX(60deg) scale(2) translateY(50px);
        }
    }

    /* 3D SCANNER VISUAL */
    body.page-ip-clair.theme-v2-page .scanner-container {
        position: relative;
        width: 450px;
        height: 450px;
        margin: 0 auto;
    }

    body.page-ip-clair.theme-v2-page .scan-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 1px solid rgba(0, 242, 254, 0.2);
        box-shadow: 0 0 15px rgba(0, 242, 254, 0.05);
    }

    body.page-ip-clair.theme-v2-page .c1 {
        width: 350px;
        height: 350px;
        animation: spin 15s linear infinite;
        border-left-color: var(--clair-primary);
        opacity: 0.6;
    }

    body.page-ip-clair.theme-v2-page .c2 {
        width: 250px;
        height: 250px;
        animation: spinReverse 10s linear infinite;
        border-right-color: var(--clair-accent);
        opacity: 0.5;
    }

    body.page-ip-clair.theme-v2-page .c3 {
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(0, 242, 254, 0.2) 0%, transparent 70%);
        backdrop-filter: blur(5px);
    }

    body.page-ip-clair.theme-v2-page .scan-beam {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 350px;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--clair-primary), transparent);
        transform: translate(-50%, -50%) rotate(0deg);
        animation: scan 4s linear infinite;
        box-shadow: 0 0 25px var(--clair-primary);
        opacity: 0.8;
    }

@keyframes spin {
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

@keyframes spinReverse {
        100% {
            transform: translate(-50%, -50%) rotate(-360deg);
        }
    }

@keyframes scan {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    /* === NEW SECTION: THE BLACK BOX (Problem) === */
    body.page-ip-clair.theme-v2-page .problem-card {
        background: rgba(10, 14, 28, 0.72);
        border: 1px solid rgba(59, 150, 255, 0.18);
        transition: 0.3s;
    }

    body.page-ip-clair.theme-v2-page .problem-card:hover {
        border-color: rgba(59, 150, 255, 0.42);
        box-shadow: 0 0 28px rgba(59, 150, 255, 0.12);
        background: rgba(12, 18, 36, 0.88);
    }

    body.page-ip-clair.theme-v2-page .glitch-text {
        position: relative;
        animation: glitch 3s infinite;
    }

@keyframes glitch {
        0% {
            transform: translate(0);
        }

        2% {
            transform: translate(-2px, 1px);
        }

        4% {
            transform: translate(2px, -1px);
        }

        6% {
            transform: translate(0);
        }

        100% {
            transform: translate(0);
        }
    }

    /* === NEW SECTION: THE CLARITY ENGINE (Solution) === */
    body.page-ip-clair.theme-v2-page .solution-step {
        position: relative;
        padding: 2rem;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    }

    body.page-ip-clair.theme-v2-page .step-number {
        font-size: 4rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.03);
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 1;
    }

    body.page-ip-clair.theme-v2-page .neon-icon-box {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        margin-bottom: 1.5rem;
        box-shadow: 0 0 15px rgba(0, 242, 254, 0.1);
        border: 1px solid rgba(0, 242, 254, 0.2);
    }

    /* Connecting Line */
    body.page-ip-clair.theme-v2-page .connect-line {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--clair-primary), transparent);
        opacity: 0.3;
        z-index: 0;
    }

    /* === 3D INVISIBLE THREAT ANIMATION === */
    body.page-ip-clair.theme-v2-page .threat-stage {
        perspective: 1000px;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    body.page-ip-clair.theme-v2-page .threat-core {
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, #38bdf8 0%, #0c4a6e 100%);
        border-radius: 50%;
        position: absolute;
        box-shadow: 0 0 40px rgba(56, 189, 248, 0.55);
        animation: threatPulse 2s infinite alternate;
        z-index: 1;
    }

    body.page-ip-clair.theme-v2-page .glass-ring {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(5px);
        transform-style: preserve-3d;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05);
    }

    body.page-ip-clair.theme-v2-page .ring-1 {
        width: 200px;
        height: 200px;
        animation: rotateRing 10s infinite linear;
        z-index: 2;
        border-color: rgba(56, 189, 248, 0.28);
    }

    body.page-ip-clair.theme-v2-page .ring-2 {
        width: 280px;
        height: 280px;
        animation: rotateRingReverse 15s infinite linear;
        z-index: 3;
        border-top-color:
            rgba(255, 255, 255, 0.3);
    }

    body.page-ip-clair.theme-v2-page .ring-3 {
        width: 360px;
        height: 360px;
        animation: rotateRing 20s infinite linear;
        z-index: 4;
        border-bottom-color:
            rgba(255, 255, 255, 0.3);
    }

    body.page-ip-clair.theme-v2-page .shard {
        position: absolute;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        z-index: 5;
    }

    body.page-ip-clair.theme-v2-page .shard-1 {
        width: 80px;
        height: 120px;
        top: 20%;
        left: 30%;
        transform: rotate(15deg) translateZ(50px);
        animation:
            floatShard 4s infinite ease-in-out;
    }

    body.page-ip-clair.theme-v2-page .shard-2 {
        width: 100px;
        height: 80px;
        bottom: 30%;
        right: 25%;
        transform: rotate(-10deg) translateZ(80px);
        animation:
            floatShard 5s infinite ease-in-out reverse;
    }

    body.page-ip-clair.theme-v2-page .shard-3 {
        width: 60px;
        height: 60px;
        top: 40%;
        right: 40%;
        transform: rotate(45deg) translateZ(120px);
        animation:
            floatShard 6s infinite ease-in-out;
    }

    body.page-ip-clair.theme-v2-page .fog-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, transparent 30%, #02040a 90%);
        z-index: 6;
        pointer-events: none;
    }

@keyframes threatPulse {
        0% {
            transform: scale(0.9);
            box-shadow: 0 0 18px rgba(56, 189, 248, 0.45);
            opacity: 0.75;
        }

        100% {
            transform: scale(1.1);
            box-shadow: 0 0 52px rgba(56, 189, 248, 0.75);
            opacity: 1;
        }
    }

@keyframes rotateRing {
        0% {
            transform: rotateX(60deg) rotateZ(0deg);
        }

        100% {
            transform: rotateX(60deg) rotateZ(360deg);
        }
    }

@keyframes rotateRingReverse {
        0% {
            transform: rotateX(70deg) rotateZ(0deg);
        }

        100% {
            transform: rotateX(70deg) rotateZ(-360deg);
        }
    }

@keyframes floatShard {
        0% {
            transform: translateY(0) rotate(var(--r));
        }

        50% {
            transform: translateY(-20px) rotate(calc(var(--r) + 5deg));
        }

        100% {
            transform: translateY(0) rotate(var(--r));
        }
    }

    /* How Clair-AI works — equal column / tile heights (ip-clair-ai-body.html) */
    body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__visuals {
        min-height: 0;
    }

    /* Override global .careers-image-card min-heights so this row can align evenly */
    body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image-wrap.careers-image-card {
        min-height: 220px !important;
    }

    body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image-wrap {
        min-height: 220px;
    }

    body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image {
        display: block;
        object-fit: cover;
        align-self: stretch;
        flex: 1 1 auto;
        min-height: 220px;
    }

    @media (min-width: 768px) {
        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__visuals {
            min-height: 380px;
        }

        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image-wrap.careers-image-card {
            min-height: 0 !important;
        }

        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image-wrap {
            min-height: 100%;
        }

        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__image {
            min-height: 100%;
        }

        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__stats > .ip-how-works__stat {
            flex: 1 1 0;
            min-height: 0;
        }
    }

    @media (min-width: 992px) {
        body.page-ip-clair.theme-v2-page .ip-how-works .ip-how-works__visuals {
            min-height: 440px;
        }
    }

/* ===== service-detail.php ===== */
/* HERO STYLES (MATCHING INDEX.PHP) */
    .service-detail-hero {
        position: relative;
        width: 100%;
        height: 70vh;
        min-height: 500px;
        background-color: #02040a;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-top: 80px;
    }

    .hero-video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .hero-video-bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.6;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #02040a 0%, rgba(2, 4, 10, 0.9) 40%, rgba(2, 4, 10, 0.45) 75%, transparent 100%);
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        color: white;
        text-align: left;
        padding: 0;
    }

    .breadcrumb-modern {
        font-size: 0.85rem;
        margin-bottom: 25px;
        color: rgba(255, 255, 255, 0.6);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .breadcrumb-modern a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        transition: 0.3s;
    }

    .breadcrumb-modern a:hover {
        color: #4E8FFF;
    }

    .hero-tag {
        display: inline-block;
        background: rgba(78, 143, 255, 0.15);
        border: 1px solid rgba(78, 143, 255, 0.3);
        color: #4E8FFF;
        padding: 5px 15px;
        border-radius: 100px;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .text-blue-highlight {
        color: #4E8FFF;
        font-weight: 600;
        display: block;
        margin-top: 10px;
        font-size: 4.5rem;
        line-height: 1.1;
        letter-spacing: -2px;
    }

    /* SECTION STYLES */
    .section-detail {
        padding: 100px 0;
        background: #0B0B0B;
        color: #e2e8f0;
    }

    .section-dark {
        background: #0a0c10;
        color: white;
    }

    .display-title {
        font-size: 2.8rem;
        font-weight: 600;
        color: #f1f5f9;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    .section-dark .display-title {
        color: white;
    }

    .section-detail .display-title {
        color: #f1f5f9;
    }

    .lead-text {
        font-size: 1.25rem;
        color: rgba(255, 255, 255, 0.65);
        line-height: 1.7;
    }

    .section-detail .lead-text,
    .section-detail .lead-text p {
        color: rgba(255, 255, 255, 0.7);
    }

    /* CAPABILITY CARDS */
    .cap-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 40px;
        border-radius: 20px;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    }

    .cap-card:hover {
        transform: translateY(-8px);
        border-color: #4E8FFF;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    }

    .cap-icon {
        width: 50px;
        height: 50px;
        background: rgba(78, 143, 255, 0.1);
        color: #4E8FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.5rem;
        margin-bottom: 25px;
        transition: 0.3s;
    }

    .cap-card:hover .cap-icon {
        background: #4E8FFF;
        color: white;
    }

    .cap-title {
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 15px;
        color: #f1f5f9;
    }

    .cap-desc {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

/* ===== services.php ===== */
/* Premium Services V5 Styles */
    body.page-services-v5 {
        background-color: #0B0B0B !important;
        font-family: inherit;
        color: #FFFFFF;
    }

    .services-v5-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* PILL HERO SECTION */
    .hero-pill-section {
        padding-top: 100px;
        margin-bottom: 40px;
    }

    .hero-pill-box {
        background: linear-gradient(135deg, #4c1d95 0%, #1e1b4b 100%);
        border-radius: 40px;
        padding: 80px 40px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

    .hero-pill-box::after {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.2), transparent 60%);
        pointer-events: none;
    }

    .hero-pill-title {
        font-size: clamp(2rem, 5vw, 3.5rem);
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 25px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-pill-subtitle {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.7);
        max-width: 700px;
        margin: 0 auto 40px;
        line-height: 1.6;
    }

    .btn-v5-primary {
        background: #3B96FF;
        color: white;
        border: none;
        padding: 14px 35px;
        border-radius: 50px;
        font-weight: 700;
        transition: 0.3s;
        text-decoration: none;
        display: inline-block;
    }

    .btn-v5-primary:hover {
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(59, 150, 255, 0.3);
        color: white;
    }

    /* BREADCRUMBS */
    .v5-breadcrumbs {
        padding: 20px 10px;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.5);
    }

    .v5-breadcrumbs a {
        color: #3B96FF;
        text-decoration: none;
    }

    .v5-breadcrumbs span {
        margin: 0 10px;
    }

    /* MAIN CONTENT AREA - TABBED SYSTEM */
    .services-main-grid {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 60px;
        padding: 40px 0 100px;
    }

    /* Sidebar */
    .services-sidebar {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .sidebar-link {
        padding: 12px 0;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-weight: 500;
        font-size: 1.05rem;
        transition: 0.3s;
        border-left: 3px solid transparent;
        padding-left: 0;
    }

    .sidebar-link:hover {
        color: #FFFFFF;
    }

    .sidebar-link.active {
        color: #3B96FF;
        font-weight: 700;
        border-left: 3px solid #3B96FF;
        padding-left: 15px;
    }

    /* Content Area */
    .service-detail-content {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 30px;
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: 500px;
    }

    .service-visual-mockup {
        width: 100%;
        max-width: 400px;
        margin-bottom: 40px;
    }

    .service-detail-text {
        max-width: 700px;
    }

    .service-detail-text p {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .explore-now-link {
        color: #3B96FF;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }

    .explore-now-link:hover {
        text-decoration: underline;
    }

    /* CTA FORM SECTION */
    .cta-form-section {
        margin-bottom: 80px;
    }

    .cta-card-v5 {
        background: linear-gradient(135deg, #3c096c 0%, #5a189a 100%);
        border-radius: 40px;
        padding: 80px 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .cta-card-text h2 {
        font-size: clamp(1.5rem, 4vw, 3rem);
        font-weight: 600;
        line-height: 1.2;
        border-left: 4px solid #FFFFFF;
        padding-left: 30px;
    }

    .v5-form-group {
        margin-bottom: 30px;
    }

    .v5-form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: white;
        width: 100%;
        padding: 10px 0;
        font-size: 1rem;
        transition: 0.3s;
    }

    .v5-form-control:focus {
        outline: none;
        border-bottom-color: #3B96FF;
    }

    .v5-form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .cta-card-form .v5-btn-primary {
        margin-top: 10px;
    }

    /* Mobile adjustments */
    @media (max-width: 991px) {
        .services-main-grid {
            grid-template-columns: 1fr;
        }
        .cta-card-v5 {
            grid-template-columns: 1fr;
            padding: 40px;
        }
        .cta-card-text h2 {
            border-left: none;
            padding-left: 0;
            text-align: center;
        }
    }

/* ===== whitepaper-financial-tech.php ===== */
:root {
        --fin-primary: #00d2ff;
        /* Cyan */
        --fin-secondary: #3a7bd5;
        /* Royal Blue */
        --fin-accent: #ffd700;
        /* Gold for Finance */
        --glass-bg: rgba(255, 255, 255, 0.03);
        --glass-border: rgba(255, 255, 255, 0.1);
        --dark-bg: #050a14;
    }

    body {
        background-color: var(--dark-bg);
        color: #e2e8f0;
        font-family: inherit;
    }

    /* 3D BOOK VISUALIZATION */
    .book-stage {
        perspective: 1500px;
        width: 300px;
        height: 450px;
        margin: 0 auto;
        position: relative;
    }

    .book {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transform: rotateY(-30deg) rotateX(10deg);
        transition: transform 0.5s ease;
        position: relative;
        animation: floatBook 6s ease-in-out infinite;
    }

    .book:hover {
        transform: rotateY(-15deg) rotateX(5deg) scale(1.05);
    }

    .book-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        border-radius: 4px 12px 12px 4px;
        transform: translateZ(25px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px;
        box-shadow:
            inset 1px 0 0 rgba(255, 255, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 20px 50px rgba(0, 0, 0, 0.5),
            0 0 30px rgba(0, 210, 255, 0.1);
    }

    .book-spine {
        position: absolute;
        width: 50px;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        transform: rotateY(-90deg) translateZ(25px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .book-pages {
        position: absolute;
        width: 290px;
        height: 440px;
        background: #fff;
        transform: translateZ(0);
        top: 5px;
        left: 5px;
        background: linear-gradient(90deg, #e0e0e0 0%, #fff 5%, #fff 95%, #e0e0e0 100%);
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    }

    .glowing-orb {
        position: absolute;
        width: 100px;
        height: 100px;
        background: var(--fin-primary);
        filter: blur(60px);
        opacity: 0.4;
        z-index: -1;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    /* DIGITAL PARTICLES */
    .particle {
        position: absolute;
        background: var(--fin-accent);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        opacity: 0;
        animation: rise 3s infinite;
    }

    @keyframes floatBook {

        0%,
        100% {
            transform: rotateY(-30deg) rotateX(10deg) translateY(0);
        }

        50% {
            transform: rotateY(-25deg) rotateX(8deg) translateY(-20px);
        }
    }

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

        50% {
            opacity: 1;
        }

        100% {
            transform: translateY(-100px);
            opacity: 0;
        }
    }

    /* CARDS */
    .insight-card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border: 1px solid var(--glass-border);
        border-radius: 20px;
        padding: 30px;
        transition: 0.3s;
        height: 100%;
    }

    .insight-card:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: var(--fin-primary);
        transform: translateY(-5px);
    }

/* ===== who-we-are.php ===== */
/* STAGE 1: OBSIDIAN DESIGN SYSTEM (STRICT V5) */
    :root {
        --bg-dark: #0B0B0B;
        --bg-card: rgba(255, 255, 255, 0.05);
        --brand-blue: #3B96FF;
        --brand-purple: #8B5CF6;
        --text-primary: #FFFFFF;
        --text-secondary: rgba(255, 255, 255, 0.7);
        --v5-gradient: linear-gradient(135deg, #3B96FF 0%, #8B5CF6 100%);
    }

    body {
        background-color: var(--bg-dark) !important;
        color: var(--text-primary);
        font-family: inherit;
    }

    /* REUSABLE STYLES */
    .v5-glass-card {
        background: var(--bg-card);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1.5rem;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .v5-glass-card:hover {
        border-color: rgba(59, 150, 255, 0.3);
        box-shadow: 0 0 30px rgba(59, 150, 255, 0.1);
    }

    .v5-gradient-text {
        background: var(--v5-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* HERO STYLES WITH VIDEO BG */
    .v5-hero-section {
        height: 100vh;
        min-height: 700px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        background: #02040a;
        padding-top: 80px; 
    }
    .v5-hero-video-bg {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        z-index: 0;
        overflow: hidden;
    }
    .v5-hero-video-bg video {
        width: 100%; height: 100%;
        object-fit: cover;
        opacity: 0.8;
    }
    .v5-hero-overlay-gradient {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: 
            /* Lite black base overlay for depth */
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
            radial-gradient(ellipse 75% 55% at 88% 38%, rgba(124, 58, 237, 0.42), transparent 58%),
            radial-gradient(ellipse 45% 40% at 15% 75%, rgba(59, 130, 246, 0.12), transparent 50%),
            linear-gradient(90deg, #030308 0%, rgba(3, 3, 12, 0.96) 42%, rgba(8, 5, 22, 0.55) 72%, transparent 100%) !important;
        z-index: 1;
        pointer-events: none;
    }
    .v5-hero-grid {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background-image: linear-gradient(rgba(59, 150, 255, 0.04) 1px, transparent 1px),
                          linear-gradient(90deg, rgba(59, 150, 255, 0.04) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(circle at center, black, transparent 90%);
        z-index: 2;
    }
    .v5-ambient-glow {
        position: absolute;
        width: 60%; height: 100%;
        top: -10%; right: -5%;
        background: radial-gradient(circle at center, rgba(139, 92, 246, 0.12), transparent 70%);
        pointer-events: none;
        z-index: 3;
    }

    /* HERO TYPOGRAPHY (STRICT V5) */
    .hero-title-v5 {
        font-size: clamp(2.5rem, 4vw, 50px);
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.3;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }
    .text-blue-highlight {
        background: linear-gradient(90deg, #5eead4 0%, #38bdf8 35%, #60a5fa 65%, #a78bfa 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #71b3ff;
        font-weight: 600;
        font-size: clamp(3rem, 6vw, 3.8rem);
        line-height: 1.1;
        letter-spacing: -1.5px;
        display: block;
        margin-top: 15px;
    }

    /* TYPOGRAPHY */
    .v5-display-1 {
        font-size: clamp(2.5rem, 5vw, 4.5rem);
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -0.04em;
    }
    .v5-gradient-text {
        background: var(--v5-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .v5-lead {
        font-size: 1.15rem;
        color: var(--text-secondary);
        max-width: 700px;
        line-height: 1.6;
    }

    /* STATS */
    .v5-stat-value {
        font-size: 3.5rem;
        font-weight: 600;
        background: var(--v5-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 0.5rem;
    }
    .v5-stat-label {
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--text-secondary);
    }

    /* TIMELINE — nodes must anchor to each column, not the row (row has position-relative) */
    .v5-timeline-card {
        position: relative;
        z-index: 2;
        margin-top: 0;
        padding-top: 56px;
    }
    .v5-timeline-card .v5-stat-value {
        font-size: clamp(1.5rem, 2.5vw, 2.25rem);
        font-weight: 600;
        line-height: 1.15;
        margin-bottom: 0.75rem !important;
        display: block;
    }
    .v5-timeline-container {
        position: relative;
        padding: 30px 0 14px;
    }
    .v5-timeline-track {
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        height: 3px;
        border-radius: 999px;
        background:
            linear-gradient(
                90deg,
                rgba(59, 150, 255, 0.08) 0%,
                rgba(59, 150, 255, 0.42) 18%,
                rgba(139, 92, 246, 0.5) 50%,
                rgba(59, 150, 255, 0.42) 82%,
                rgba(59, 150, 255, 0.08) 100%
            );
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.04),
            0 0 20px rgba(59, 150, 255, 0.2);
        z-index: 1;
        pointer-events: none;
    }
    .v5-timeline-track::before {
        content: "";
        position: absolute;
        inset: -8px 0;
        border-radius: 999px;
        background: radial-gradient(circle at center, rgba(59, 150, 255, 0.2), transparent 70%);
        opacity: 0.45;
        filter: blur(10px);
        pointer-events: none;
    }
    .v5-timeline-track::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background-image: repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.24) 0 2px,
            transparent 2px 24px
        );
        mix-blend-mode: screen;
        opacity: 0.25;
        pointer-events: none;
    }
    .v5-timeline-node {
        width: 14px;
        height: 14px;
        background: linear-gradient(180deg, rgba(10, 14, 34, 0.95), rgba(7, 11, 28, 0.95));
        border: 2px solid rgba(124, 194, 255, 0.95);
        border-radius: 50%;
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
        box-shadow:
            0 0 0 3px rgba(7, 11, 27, 0.92),
            0 0 14px rgba(59, 150, 255, 0.35);
    }
    .v5-timeline-node::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(100% + 2px);
        width: 1px;
        height: 30px;
        transform: translateX(-50%);
        background: linear-gradient(
            180deg,
            rgba(59, 150, 255, 0.72) 0%,
            rgba(139, 92, 246, 0.45) 58%,
            rgba(139, 92, 246, 0.1) 100%
        );
        box-shadow: 0 0 10px rgba(59, 150, 255, 0.25);
        pointer-events: none;
    }
    .v5-timeline-card:hover .v5-timeline-node {
        background: linear-gradient(135deg, rgba(59, 150, 255, 0.92), rgba(139, 92, 246, 0.92));
        border-color: rgba(186, 230, 253, 0.98);
        box-shadow:
            0 0 0 3px rgba(7, 11, 27, 0.9),
            0 0 22px rgba(59, 150, 255, 0.6);
        transform: translateX(-50%) scale(1.14);
    }
    .v5-timeline-card:hover .v5-timeline-node::after {
        box-shadow: 0 0 14px rgba(59, 150, 255, 0.4);
        background: linear-gradient(
            180deg,
            rgba(59, 150, 255, 0.9) 0%,
            rgba(139, 92, 246, 0.62) 58%,
            rgba(139, 92, 246, 0.2) 100%
        );
    }

    /* Below lg the horizontal track is hidden (Bootstrap d-none d-lg-block); nodes stay centered on each card */
    @media (max-width: 991.98px) {
        .v5-timeline-container {
            padding: 2.5rem 0;
        }
        .v5-timeline-card {
            padding-top: 0;
        }
    }

    /* SEQUENTIAL REVEAL ANIMATION */
    @keyframes v5-fade-up {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .v5-reveal {
        opacity: 0;
        animation: v5-fade-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
    .v5-delay-1 { animation-delay: 0.2s; }
    .v5-delay-2 { animation-delay: 0.4s; }
    .v5-delay-3 { animation-delay: 0.6s; }

    /* BENTO STYLE GRID FIXES */
    .v5-bento-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 1.5rem;
    }
    .col-span-12 { grid-column: span 12 / span 12; }
    @media (min-width: 768px) {
        .col-md-6 { grid-column: span 6 / span 6; }
    }
    .col-span-8 { grid-column: span 8 / span 8; }
    .col-span-4 { grid-column: span 4 / span 4; }

    .ecosystem-logo {
        max-width: 160px;
        max-height: 56px;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: transform 0.35s ease;
    }
    .v5-glass-card:hover .ecosystem-logo {
        transform: scale(1.06);
    }

/* /about-us — Our Mission: one shell, four equal pillars, horizontal stats (aligned) */
#mission .about-mission-shell {
    background: linear-gradient(160deg, rgba(8, 11, 26, 0.96) 0%, rgba(5, 8, 20, 0.94) 100%);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#mission .about-mission-pillars > [class*='col-'] {
    display: flex;
}

#mission .about-mission-pillar {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.035) !important;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

#mission .about-mission-pillar:hover {
    border-color: rgba(59, 150, 255, 0.38) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

#mission .about-mission-pillar__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
}

#mission .about-mission-pillar__icon .about-section-icon {
    font-size: 1.28rem;
}

#mission .about-mission-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0.5rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    #mission .about-mission-stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    #mission .about-mission-stat:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

#mission .about-mission-stat__icon {
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0.95;
}

#mission .about-mission-stat__value {
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

#mission .about-mission-stat__label {
    margin-top: 0.35rem;
    letter-spacing: 0.1em;
    font-size: 0.62rem;
    line-height: 1.35;
}
