/* Home Premium Styles */
:root {
    --primary-gradient: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --accent-color: var(--accent, #0F3D6D);
    --text-light: #f8fafc;
    --text-muted: #94a3b8;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --card-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
}

/* Typography Overrides */
body {
    font-family: 'Inter', 'Outfit', sans-serif;
    background-color: #f8fafc;
}

/* Hero Section */
.hero-premium {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: var(--text-light);
}

.hero-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.4));
    z-index: 1;
}

.hero-premium .container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.hero-premium-v2 {
    min-height: 92vh;
}

.hero-premium-v2::before {
    background: linear-gradient(145deg, rgba(10, 18, 34, 0.85), rgba(24, 34, 56, 0.58));
}

.hero-mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 16% 22%, rgba(122, 155, 250, 0.22), transparent 42%),
        radial-gradient(circle at 84% 70%, rgba(15, 61, 109, 0.2), transparent 44%);
    z-index: 1;
}

.hero-shell {
    max-width: 980px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeUp 0.8s ease-out;
}

.hero-title-accent {
    display: block;
    margin-top: 0.35rem;
    color: #ffd6ad;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeUp 0.8s ease-out 0.2s backwards;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    animation: fadeUp 0.8s ease-out 0.4s backwards;
}

.hero-proof-row {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.hero-proof-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-proof-pill i {
    color: #ffb069;
}

/* Glassmorphism Cards (Stats) */
.stats-premium {
    margin-top: -4rem;
    position: relative;
    z-index: 3;
    padding-bottom: 4rem;
}

.stats-grid-v2 {
    gap: 1.15rem;
}

.stat-card-glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.stat-card-glass:hover {
    transform: translateY(-5px);
}

.stat-number-lg {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label-sm {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    background: linear-gradient(145deg, rgba(122, 155, 250, 0.14), rgba(15, 61, 109, 0.12));
    color: #0F3D6D;
    border: 1px solid rgba(15, 61, 109, 0.18);
}

.empty-state-premium {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: #fff;
    color: #64748b;
    font-weight: 600;
}

/* Sectors Section - Enhanced */
.section-sectors-premium {
    position: relative;
    background:
        radial-gradient(circle at 8% 15%, rgba(122, 155, 250, 0.06), transparent 38%),
        radial-gradient(circle at 90% 78%, rgba(15, 61, 109, 0.06), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.sectors-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.sector-card-premium {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 12px 30px -22px rgba(15, 23, 42, 0.5);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sector-card-premium:hover {
    transform: translateY(-6px);
    border-color: rgba(122, 155, 250, 0.32);
    box-shadow: 0 22px 44px -20px rgba(15, 23, 42, 0.34);
}

.sector-media {
    position: relative;
    height: 215px;
    overflow: hidden;
}

.sector-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.04));
}

.sector-card-premium .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.sector-card-premium:hover .card-image {
    transform: scale(1.06);
}

.sector-icon-chip {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #0F3D6D;
    border: 1px solid rgba(122, 155, 250, 0.25);
    box-shadow: 0 8px 18px -10px rgba(15, 23, 42, 0.45);
}

.sector-body {
    padding: 1.25rem 1.2rem 1.35rem;
}

.sector-title {
    font-size: 1.2rem;
    font-weight: 750;
    color: #0f172a;
    margin-bottom: 0.55rem;
}

.sector-text {
    color: #475569;
    margin-bottom: 0.95rem;
    line-height: 1.55;
    min-height: 72px;
}

.sector-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.95rem;
}

.sector-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.33rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0F3D6D;
    background: #EEF4FF;
    border: 1px solid #C0D2FF;
}

.sector-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #0F3D6D;
}

.sector-link i {
    transition: transform 0.25s ease;
}

.sector-link:hover {
    color: #13284E;
}

.sector-link:hover i {
    transform: translateX(4px);
}

/* Untitled UI Style Section Headers */
.section-premium {
    padding: 3rem 0;
}

.section-header-premium {
    text-align: center;
    margin-bottom: 4rem;
}

.eyebrow-premium {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 1rem;
}

.title-premium {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.desc-premium {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Feature/Sector Cards */
.card-premium {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    height: 100%;
}

.card-premium:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
    border-color: var(--accent-color);
}

.card-image-wrapper {
    height: 240px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-premium:hover .card-image {
    transform: scale(1.05);
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Buttons */
.btn-premium-primary {
    background: #0f172a;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.2s;
    border: 1px solid #0f172a;
}

.btn-premium-primary:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.btn-premium-outline {
    background: transparent;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
}

.btn-premium-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-kicker {
        font-size: 0.72rem;
    }

    .hero-proof-row {
        justify-content: center;
    }

    .stats-premium {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }

    .sectors-grid-premium {
        grid-template-columns: 1fr;
    }

    .sector-text {
        min-height: 0;
    }
}

/* Enhanced Job Cards */
.job-card-premium {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--accent-color), #7A9BFA);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.job-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.job-card-premium:hover::before {
    opacity: 1;
}

.job-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
    width: fit-content;
}

.job-badge-full {
    background: #EEF4FF;
    color: #0F3D6D;
}

.job-badge-part {
    background: #EEF4FF;
    color: #0F3D6D;
}

.job-badge-contract {
    background: #EEF4FF;
    color: #0F3D6D;
}

.job-title-large {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.job-meta-list {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1.5rem;
}

.job-meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748b;
    font-size: 0.95rem;
}

.job-meta-item i {
    color: var(--accent-color);
    width: 20px;
    text-align: center;
}

.btn-job-apply {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Stunning Section Revamp */
.section-stunning {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: #0f172a;
    /* Fallback */
}

.section-stunning::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(15, 61, 109, 0.15), transparent 50%),
        radial-gradient(circle at 100% 0%, rgba(15, 61, 109, 0.15), transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(122, 155, 250, 0.15), transparent 50%);
    animation: rotateBackground 20s linear infinite;
    z-index: 1;
}

.section-stunning .container {
    position: relative;
    z-index: 2;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Stunning Card */
.job-card-stunning {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

.job-card-stunning::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.1), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}

.job-card-stunning:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.job-card-stunning:hover::after {
    opacity: 1;
}

/* Stunning Typography & Badges */
.stunning-eyebrow {
    color: #7A9BFA;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    display: block;
}

.stunning-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-stunning-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(15, 61, 109, 0.2);
    color: #7A9BFA;
    border: 1px solid rgba(15, 61, 109, 0.3);
    backdrop-filter: blur(4px);
}

.job-stunning-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
    line-height: 1.3;
    color: #f8fafc;
}

.job-stunning-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    color: #94a3b8;
    font-size: 0.95rem;
}

.job-stunning-meta i {
    color: #7A9BFA;
    margin-right: 0.5rem;
}

.btn-stunning-apply {
    margin-top: auto;
    background: #fff;
    color: #0f172a;
    font-weight: 700;
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-stunning-apply:hover {
    background: #7A9BFA;
    color: #fff;
}

/* Features Section (Bento Grid) */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(250px, auto);
    gap: 1.5rem;
}

.bento-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-color);
}

.bento-span-2 {
    grid-column: span 2;
}

.bento-icon-bg {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #EEF4FF;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.bento-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.bento-desc {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Testimonials Section */
.testimonial-card-premium {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1rem;
    border: 1px solid #f1f5f9;
    position: relative;
    height: 100%;
}

.testimonial-quote-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 4rem;
    color: #EEF4FF;
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.author-avatar {
    width: 3rem;
    height: 3rem;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--accent-color);
}

.author-info h4 {
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
    margin: 0;
}

.author-info span {
    font-size: 0.85rem;
    color: #64748b;
}

/* Process Section */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    margin-top: 3rem;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 auto 1.5rem;
    transition: all 0.3s;
}

.process-step:hover .step-number {
    background: var(--accent-color);
    color: #fff;
    transform: scale(1.1);
}

.step-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.step-desc {
    font-size: 0.9rem;
    color: #64748b;
}

@media (max-width: 992px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-span-2 {
        grid-column: span 1;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .process-steps::before {
        display: none;
    }
}

/* Split Feature Sections */
.section-split {
    padding: 3rem 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.split-wrapper {
    display: flex;
    align-items: center;
    gap: 4rem;
    width: 100%;
}

.split-wrapper.reversed {
    flex-direction: row-reverse;
}

.split-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Enforce left alignment */
    text-align: left;
    /* Enforce left text */
    min-width: 0;
    /* Prevent flex overflow */
}

/* Override premium title alignment within split sections */
.section-split .title-premium,
.section-split .desc-premium,
.section-split .eyebrow-premium {
    text-align: left;
    width: 100%;
}

.split-image-container {
    flex: 1;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
    min-width: 0;
    /* Prevent flex overflow */
}

.split-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.split-image-container:hover .split-image {
    transform: scale(1.05);
}

.check-list {
    margin: 2rem 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    /* Align top for multi-line */
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #475569;
    text-align: left;
}

.check-list li i {
    color: var(--accent-color);
    background: #EEF4FF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
    /* Prevent icon shrinking */
    margin-top: 4px;
    /* Align with text baseline */
}

@media (max-width: 992px) {

    .split-wrapper,
    .split-wrapper.reversed {
        flex-direction: column;
        gap: 2rem;
    }

    .split-image-container {
        width: 100%;
        max-height: 400px;
    }

    .split-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* ============================================
   PREMIUM SPLIT SECTIONS - Modern 2026 Design
   ============================================ */

/* Section Container with Gradient Mesh Background */
.section-split-premium {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    isolation: isolate;
}

/* Animated Gradient Background */
.split-gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 1;
}

/* Blue gradient for employers */
.section-split-employers .split-gradient-bg {
    background: 
        radial-gradient(circle at 20% 50%, rgba(15, 61, 109, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(96, 165, 250, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(147, 197, 253, 0.05) 0%, transparent 50%),
        linear-gradient(to bottom right, #f8fafc 0%, #f1f5f9 100%);
    animation: gradientShift 15s ease infinite;
}

/* Purple gradient for candidates */
.section-split-candidates .split-gradient-bg {
    background: 
        radial-gradient(circle at 80% 50%, rgba(15, 61, 109, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 60% 80%, rgba(192, 132, 252, 0.05) 0%, transparent 50%),
        linear-gradient(to bottom left, #faf5ff 0%, #f5f3ff 100%);
    animation: gradientShift 15s ease infinite reverse;
}

@keyframes gradientShift {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

/* Premium Wrapper */
.split-wrapper-premium {
    display: flex;
    align-items: center;
    gap: 5rem;
    position: relative;
    z-index: 1;
}

.split-wrapper-premium.reversed {
    flex-direction: row-reverse;
}

/* Content Side */
.split-content-premium {
    flex: 1;
    min-width: 0;
}

/* Floating Card with Glassmorphism */
.split-card-float {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 
        0 20px 60px -15px rgba(0, 0, 0, 0.1),
        0 10px 30px -10px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: floatIn 0.8s ease-out;
}

.split-card-float:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 30px 80px -20px rgba(0, 0, 0, 0.15),
        0 15px 40px -15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Premium Typography */
.eyebrow-premium-split {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7A9BFA;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(15, 61, 109, 0.1), rgba(96, 165, 250, 0.1));
    border-radius: 9999px;
    border: 1px solid rgba(15, 61, 109, 0.2);
}

.section-split-candidates .eyebrow-premium-split {
    color: #0F3D6D;
    background: linear-gradient(135deg, rgba(15, 61, 109, 0.1), rgba(168, 85, 247, 0.1));
    border-color: rgba(15, 61, 109, 0.2);
}

.title-premium-split {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.desc-premium-split {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 2.5rem;
}

/* Premium Benefits List */
.benefits-premium {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.benefit-item-premium {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.benefit-item-premium:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

/* Gradient Icon Badges */
.benefit-icon-premium {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
}

.benefit-icon-blue {
    background: linear-gradient(135deg, #7A9BFA 0%, #7A9BFA 100%);
    color: #fff;
    box-shadow: 0 10px 25px -10px rgba(15, 61, 109, 0.4);
}

.benefit-icon-purple {
    background: linear-gradient(135deg, #0F3D6D 0%, #7A9BFA 100%);
    color: #fff;
    box-shadow: 0 10px 25px -10px rgba(15, 61, 109, 0.4);
}

.benefit-item-premium:hover .benefit-icon-premium {
    transform: scale(1.1) rotate(5deg);
}

.benefit-text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.25rem 0;
}

.benefit-text p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Modern Button */
.btn-premium-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-premium-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-premium-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px -15px rgba(15, 23, 42, 0.4);
}

.btn-premium-modern:hover::before {
    opacity: 1;
}

.btn-premium-modern span,
.btn-premium-modern i {
    position: relative;
    z-index: 1;
}

.btn-premium-modern i {
    transition: transform 0.3s ease;
}

.btn-premium-modern:hover i {
    transform: translateX(5px);
}

/* Section 3: Employers Enhancements */
.section-employers-premium .split-gradient-bg {
    background:
        radial-gradient(circle at 18% 45%, rgba(15, 61, 109, 0.12) 0%, transparent 46%),
        radial-gradient(circle at 82% 78%, rgba(15, 61, 109, 0.1) 0%, transparent 45%),
        radial-gradient(circle at 52% 12%, rgba(122, 155, 250, 0.08) 0%, transparent 50%),
        linear-gradient(to bottom right, #EEF4FF 0%, #dce8ff 100%);
}

.section-employers-premium .eyebrow-premium-split {
    color: #0F3D6D;
    background: linear-gradient(135deg, rgba(15, 61, 109, 0.14), rgba(15, 61, 109, 0.12));
    border-color: rgba(15, 61, 109, 0.22);
}

.section-employers-premium .benefit-icon-blue {
    background: linear-gradient(135deg, #7A9BFA 0%, #0F3D6D 100%);
    box-shadow: 0 10px 25px -10px rgba(194, 65, 12, 0.45);
}

.section-employers-premium .image-glow {
    background: radial-gradient(circle, rgba(15, 61, 109, 0.28) 0%, transparent 70%);
}

.employer-stats-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.employer-stat-item {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(194, 65, 12, 0.22);
    border-radius: 0.9rem;
    padding: 0.85rem 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.employer-stat-item strong {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 800;
    color: #0F3D6D;
}

.employer-stat-item span {
    font-size: 0.82rem;
    color: #13284E;
    font-weight: 600;
}

.split-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
}

.btn-premium-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1rem 1.4rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 61, 109, 0.28);
    background: rgba(255, 247, 237, 0.9);
    color: #13284E;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-premium-ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 61, 109, 0.48);
    background: #ffffff;
    color: #0F3D6D;
    box-shadow: 0 12px 28px -14px rgba(15, 61, 109, 0.45);
}

.btn-premium-ghost i {
    transition: transform 0.25s ease;
}

.btn-premium-ghost:hover i {
    transform: translateX(4px);
}

/* Section 4: Candidates Redesign (Media-First) */
.section-candidates-redesign {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.section-candidates-redesign .split-gradient-bg {
    background:
        radial-gradient(circle at 16% 22%, rgba(15, 61, 109, 0.16) 0%, transparent 42%),
        radial-gradient(circle at 86% 20%, rgba(239, 68, 68, 0.16) 0%, transparent 46%),
        radial-gradient(circle at 74% 82%, rgba(15, 61, 109, 0.09) 0%, transparent 52%),
        linear-gradient(155deg, #EEF4FF 0%, #dce8ff 42%, #fff 100%);
}

.candidates-orb {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    animation: candidateOrbDrift 14s ease-in-out infinite;
}

.orb-a {
    top: 7%;
    right: 8%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.38), rgba(15, 61, 109, 0.05) 70%);
}

.orb-b {
    bottom: 8%;
    left: 4%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.28), rgba(15, 61, 109, 0.05) 72%);
    animation-delay: 2.4s;
}

@keyframes candidateOrbDrift {
    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-22px) scale(1.04);
    }
}

.candidates-redesign-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4.25rem);
}

.candidate-media-stage {
    position: relative;
}

.candidate-image-frame {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    min-height: 620px;
    box-shadow:
        0 38px 88px -34px rgba(15, 23, 42, 0.48),
        0 18px 42px -24px rgba(15, 23, 42, 0.32);
    background: #0f172a;
    isolation: isolate;
}

.candidate-main-img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.section-candidates-redesign .candidate-image-frame:hover .candidate-main-img {
    transform: scale(1.07);
}

.candidate-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(165deg, rgba(2, 6, 23, 0.04) 10%, rgba(2, 6, 23, 0.4) 56%, rgba(2, 6, 23, 0.82) 100%);
    z-index: 1;
}

.candidate-float-card {
    position: absolute;
    z-index: 3;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(14px);
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.66), rgba(2, 6, 23, 0.44));
    color: #f8fafc;
    box-shadow: 0 18px 40px -22px rgba(2, 6, 23, 0.68);
}

.card-status {
    top: 1rem;
    left: 1rem;
    max-width: 340px;
    padding: 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    animation: candidateFloatCard 6.6s ease-in-out infinite;
}

.card-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #C0D2FF;
    background: rgba(15, 61, 109, 0.28);
}

.card-status strong {
    font-size: 1rem;
    line-height: 1.3;
}

.card-status p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.42;
    color: #e2e8f0;
}

.card-speed {
    right: 1rem;
    top: 1.35rem;
    padding: 0.75rem 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    align-items: center;
    min-width: 122px;
    animation: candidatePulseCard 3.2s ease-in-out infinite;
}

.speed-value {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    color: #C0D2FF;
}

.speed-label {
    font-size: 0.7rem;
    color: #dbeafe;
    letter-spacing: 0.02em;
}

@keyframes candidateFloatCard {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes candidatePulseCard {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 18px 40px -22px rgba(2, 6, 23, 0.68);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 22px 44px -20px rgba(15, 61, 109, 0.45);
    }
}

.candidate-mini-timeline {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.78rem;
    border-radius: 1rem;
    background: rgba(2, 6, 23, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    z-index: 3;
}

.candidate-mini-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    text-align: center;
}

.candidate-mini-step span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(15, 23, 42, 0.65);
    color: #e2e8f0;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.candidate-mini-step p {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #cbd5e1;
}

.candidate-mini-step.is-active span {
    background: linear-gradient(135deg, #7A9BFA, #0F3D6D);
    color: #fff;
    border-color: transparent;
}

.candidate-mini-step.is-active p {
    color: #EEF4FF;
}

.section-candidates-redesign.section-split-candidates .image-glow {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.28) 0%, rgba(15, 61, 109, 0.18) 36%, transparent 72%);
    opacity: 0.58;
}

.candidate-content-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: linear-gradient(162deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.74) 100%);
    backdrop-filter: blur(16px);
    padding: clamp(1.5rem, 2.4vw, 2.45rem);
    box-shadow:
        0 28px 72px -35px rgba(15, 23, 42, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.candidate-content-panel::after {
    content: '';
    position: absolute;
    inset: -1px;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(15, 61, 109, 0.08), rgba(239, 68, 68, 0.02) 35%, rgba(15, 61, 109, 0.06));
    mix-blend-mode: multiply;
}

.section-candidates-redesign .eyebrow-premium-split {
    color: #0F3D6D;
    background: linear-gradient(135deg, rgba(15, 61, 109, 0.18), rgba(239, 68, 68, 0.1));
    border-color: rgba(15, 61, 109, 0.28);
}

.section-candidates-redesign .title-premium-split {
    font-size: clamp(2rem, 3.9vw, 3.2rem);
    margin-bottom: 1rem;
}

.section-candidates-redesign .desc-premium-split {
    margin-bottom: 1.35rem;
}

.candidate-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.3rem;
}

.candidate-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.44rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(194, 65, 12, 0.24);
    background: rgba(255, 247, 237, 0.85);
    color: #13284E;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
}

.candidate-pill i {
    color: #0F3D6D;
    font-size: 0.82rem;
}

.candidate-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.35rem;
}

.candidate-path-item {
    border-radius: 1rem;
    border: 1px solid rgba(194, 65, 12, 0.16);
    background: rgba(255, 255, 255, 0.78);
    padding: 0.95rem;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.candidate-path-item:hover {
    transform: translateY(-2px);
    border-color: rgba(194, 65, 12, 0.34);
    box-shadow: 0 14px 34px -22px rgba(15, 61, 109, 0.4);
}

.candidate-path-item h4 {
    margin: 0 0 0.35rem;
    font-size: 0.98rem;
    color: #13284E;
}

.candidate-path-item p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #475569;
}

.section-candidates-redesign .candidate-stats-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.section-candidates-redesign .candidate-stat-item {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 61, 109, 0.24);
    border-radius: 0.85rem;
    padding: 0.75rem 0.82rem;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.section-candidates-redesign .candidate-stat-item strong {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 800;
    color: #0F3D6D;
}

.section-candidates-redesign .candidate-stat-item span {
    font-size: 0.78rem;
    color: #13284E;
    font-weight: 600;
}

.section-candidates-redesign .candidate-ghost {
    border-color: rgba(15, 61, 109, 0.32);
    background: rgba(255, 247, 237, 0.92);
    color: #0F3D6D;
}

.section-candidates-redesign .candidate-ghost:hover {
    border-color: rgba(15, 61, 109, 0.54);
    color: #b45309;
    box-shadow: 0 14px 30px -18px rgba(15, 61, 109, 0.5);
}

/* Image Side */
.split-image-premium {
    flex: 1;
    position: relative;
    min-width: 0;
}

.split-img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    display: block;
    box-shadow: 
        0 25px 60px -15px rgba(0, 0, 0, 0.2),
        0 10px 30px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.split-image-premium:hover .split-img {
    transform: scale(1.02);
}

/* Glow Effect Behind Image */
.image-glow {
    position: absolute;
    inset: -20px;
    border-radius: 2rem;
    opacity: 0.5;
    z-index: -1;
    filter: blur(40px);
    transition: opacity 0.5s ease;
}

.section-split-employers .image-glow {
    background: radial-gradient(circle, rgba(15, 61, 109, 0.28) 0%, transparent 70%);
}

.section-split-candidates .image-glow {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.25) 0%, transparent 70%);
}

.split-image-premium:hover .image-glow {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .split-wrapper-premium,
    .split-wrapper-premium.reversed {
        flex-direction: column;
        gap: 3rem;
    }

    .split-card-float {
        padding: 2.5rem;
    }

    .title-premium-split {
        font-size: 2.5rem;
    }

    .section-candidates-redesign {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .candidates-redesign-shell {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .candidate-media-stage {
        order: 1;
    }

    .candidate-content-premium {
        order: 2;
    }

    .candidate-image-frame,
    .candidate-main-img {
        min-height: 560px;
    }

    .card-status {
        max-width: 72%;
    }

    .card-speed {
        top: auto;
        bottom: 6.2rem;
    }
}

@media (max-width: 768px) {
    .section-split-premium {
        padding: 4rem 0;
    }

    .split-card-float {
        padding: 2rem;
    }

    .title-premium-split {
        font-size: 2rem;
    }

    .desc-premium-split {
        font-size: 1rem;
    }

    .benefit-item-premium {
        padding: 1rem;
    }

    .benefit-icon-premium {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    .btn-premium-modern {
        width: 100%;
        justify-content: center;
    }

    .employer-stats-premium {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 1.25rem;
    }

    .candidate-stats-premium {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 1.25rem;
    }

    .split-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .split-cta-row .btn-premium-modern,
    .split-cta-row .btn-premium-ghost {
        width: 100%;
    }

    .section-candidates-redesign {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }

    .candidates-orb {
        display: none;
    }

    .candidate-content-panel {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .section-candidates-redesign .title-premium-split {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }

    .candidate-pill-row {
        margin-bottom: 1rem;
    }

    .candidate-path-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .section-candidates-redesign .candidate-stats-premium {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .candidate-image-frame,
    .candidate-main-img {
        min-height: 475px;
    }

    .card-status {
        left: 0.75rem;
        right: 0.75rem;
        top: 0.75rem;
        max-width: none;
        padding: 0.8rem 0.85rem;
    }

    .card-status p {
        font-size: 0.78rem;
    }

    .card-speed {
        top: auto;
        right: 0.75rem;
        bottom: 5.95rem;
        min-width: 112px;
    }

    .speed-value {
        font-size: 1.2rem;
    }

    .candidate-mini-timeline {
        width: calc(100% - 1.4rem);
        bottom: 0.7rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
        padding: 0.65rem;
    }

    .candidate-mini-step p {
        font-size: 0.64rem;
    }
}

/* ============================================
   PROCESS PRIME - Modern Operating System
   ============================================ */

.section-process-prime {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(15, 61, 109, 0.1), transparent 38%),
        radial-gradient(circle at 90% 80%, rgba(15, 61, 109, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #EEF4FF 100%);
}

.process-prime-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 82% 12%, rgba(251, 191, 36, 0.2), transparent 28%);
}

.process-prime-gridlines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.22) 1px, transparent 1px);
    background-size: 68px 68px;
}

.process-prime-shell {
    position: relative;
    z-index: 1;
    border-radius: 1.3rem;
    border: 1px solid rgba(251, 146, 60, 0.22);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(8px);
    padding: 1.4rem;
    box-shadow: 0 28px 60px -42px rgba(15, 61, 109, 0.55);
}

.process-prime-header {
    margin-bottom: 1.6rem;
}

.process-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.7rem;
    border-radius: 9999px;
    background: #EEF4FF;
    border: 1px solid #C0D2FF;
    color: #0F3D6D;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.process-title {
    margin: 0;
    color: #0f172a;
    font-size: 2.5rem;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-weight: 850;
}

.process-subtitle {
    margin: 0.85rem 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 760px;
}

.process-prime-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1rem;
    align-items: start;
}

.process-prime-aside {
    background: linear-gradient(165deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
    border-radius: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    display: grid;
    gap: 0.9rem;
}

.process-prime-aside h3 {
    margin: 0 0 0.45rem;
    font-size: 1.35rem;
    font-weight: 780;
}

.process-prime-aside p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.92rem;
    line-height: 1.55;
}

.process-aside-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.process-aside-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #e2e8f0;
    font-size: 0.83rem;
    line-height: 1.45;
}

.process-aside-points i {
    color: #7A9BFA;
    margin-top: 0.08rem;
    flex-shrink: 0;
}

.process-aside-stages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.process-aside-stages span {
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.52rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(122, 155, 250, 0.3);
    background: rgba(122, 155, 250, 0.08);
    color: #C0D2FF;
    font-size: 0.72rem;
    font-weight: 650;
}

.process-aside-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0;
}

.process-metric {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    padding: 0.65rem 0.6rem;
}

.process-metric strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 800;
    color: #7A9BFA;
}

.process-metric span {
    display: block;
    margin-top: 0.22rem;
    color: #e2e8f0;
    font-size: 0.72rem;
    font-weight: 600;
}

.process-aside-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.6rem;
    border-radius: 0.62rem;
    border: 1px solid rgba(122, 155, 250, 0.35);
    background: rgba(122, 155, 250, 0.1);
    color: #C0D2FF;
    font-size: 0.75rem;
    font-weight: 650;
}

.process-aside-footer {
    display: grid;
    gap: 0.62rem;
}

.process-aside-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.72rem 0.9rem;
    border-radius: 0.72rem;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 760;
    width: 100%;
}

.process-aside-cta i {
    transition: transform 0.2s ease;
}

.process-aside-cta:hover i {
    transform: translateX(4px);
}

.process-prime-steps {
    position: relative;
    border-radius: 1rem;
    border: 1px solid rgba(253, 186, 116, 0.4);
    background: rgba(255, 255, 255, 0.88);
    padding: 0.5rem 0.85rem;
}

.process-prime-steps::before {
    content: '';
    position: absolute;
    left: 1.78rem;
    top: 1.2rem;
    bottom: 1.2rem;
    width: 2px;
    background: linear-gradient(to bottom, #C0D2FF, #7A9BFA, #7A9BFA);
    opacity: 0.7;
}

.process-step-prime {
    position: relative;
    display: grid;
    grid-template-columns: 46px 44px minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0.2rem;
    transition: opacity 0.35s ease, transform 0.35s ease, background-color 0.35s ease;
}

.process-step-prime+.process-step-prime {
    border-top: 1px dashed rgba(253, 186, 116, 0.45);
}

.process-prime-steps.is-animated .process-step-prime {
    opacity: 0.62;
    transform: translateX(8px);
}

.process-prime-steps.is-animated .process-step-prime.is-active {
    opacity: 1;
    transform: translateX(0);
    background: rgba(255, 247, 237, 0.7);
    border-radius: 0.75rem;
}

.process-prime-steps.is-animated .process-step-prime.is-active::after {
    content: '';
    position: absolute;
    left: -0.25rem;
    top: 0.55rem;
    bottom: 0.55rem;
    width: 3px;
    border-radius: 9999px;
    background: linear-gradient(to bottom, #7A9BFA, #0F3D6D);
}

.process-step-index {
    color: #0F3D6D;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding-top: 0.35rem;
}

.process-step-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #7A9BFA 0%, #0F3D6D 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px -10px rgba(194, 65, 12, 0.6);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-prime-steps.is-animated .process-step-prime.is-active .process-step-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 24px -10px rgba(194, 65, 12, 0.7);
}

.process-step-content h4 {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 780;
}

.process-step-content p {
    margin: 0 0 0.45rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
}

.process-step-meta {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 9999px;
    border: 1px solid #C0D2FF;
    background: #EEF4FF;
    color: #0F3D6D;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
}

.process-prime-steps.is-animated .process-step-prime.is-active .process-step-meta {
    border-color: #7A9BFA;
    color: #13284E;
    background: #EEF4FF;
}

@media (max-width: 992px) {
    .process-prime-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-process-prime {
        padding: 4rem 0;
    }

    .process-prime-shell {
        padding: 1rem;
    }

    .process-title {
        font-size: 2rem;
    }

    .process-aside-metrics {
        grid-template-columns: 1fr;
    }

    .process-aside-stages {
        grid-template-columns: 1fr;
    }

    .process-prime-steps {
        padding: 0.45rem 0.6rem;
    }

    .process-prime-steps::before {
        left: 1.58rem;
    }

    .process-step-prime {
        grid-template-columns: 40px 38px minmax(0, 1fr);
        gap: 0.55rem;
    }

    .process-step-icon {
        width: 1.85rem;
        height: 1.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .process-prime-steps.is-animated .process-step-prime {
        opacity: 1;
        transform: none;
    }

    .process-prime-steps.is-animated .process-step-prime.is-active {
        background: transparent;
    }

    .process-prime-steps.is-animated .process-step-prime.is-active::after {
        display: none;
    }
}

/* ============================================
   CAREER SPOTLIGHT - Editorial Role Stream
   ============================================ */

.section-career-spotlight {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(15, 61, 109, 0.1) 0%, transparent 42%),
        radial-gradient(circle at 85% 80%, rgba(15, 61, 109, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #EEF4FF 100%);
}

.career-spotlight-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.03) 0 1px, transparent 1px 56px),
        linear-gradient(120deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    opacity: 0.65;
}

.career-shell {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(251, 146, 60, 0.22);
    border-radius: 1.15rem;
    padding: 1.4rem;
}

.career-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.75rem;
}

.career-header-content {
    max-width: 700px;
}

.career-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid #C0D2FF;
    background: #EEF4FF;
    color: #0F3D6D;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem;
}

.career-title {
    margin: 0;
    font-size: 2.65rem;
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-weight: 860;
}

.career-subtitle {
    margin: 0.75rem 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
}

.career-header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
}

.career-open-count {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid #C0D2FF;
    background: #ffffff;
    color: #13284E;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.career-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.75rem 1.15rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #0F3D6D 0%, #13284E 100%);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 20px -12px rgba(15, 61, 109, 0.58);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.career-view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px -14px rgba(15, 61, 109, 0.7);
}

.career-view-all-btn i {
    transition: transform 0.2s ease;
}

.career-view-all-btn:hover i {
    transform: translateX(4px);
}

.career-lead-strip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0 1.15rem;
    border-top: 1px solid rgba(122, 155, 250, 0.35);
    border-bottom: 1px solid rgba(122, 155, 250, 0.35);
}

.career-lead-flag {
    padding: 0.32rem 0.62rem;
    border-radius: 9999px;
    border: 1px solid #C0D2FF;
    background: #EEF4FF;
    color: #0F3D6D;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.career-lead-title {
    margin: 0 0 0.35rem;
    font-size: 1.55rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #0f172a;
    font-weight: 820;
}

.career-lead-summary {
    margin: 0 0 0.6rem;
    color: #475569;
    line-height: 1.55;
    font-size: 0.96rem;
    max-width: 70ch;
}

.career-lead-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.9rem;
}

.career-lead-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #13284E;
    font-size: 0.8rem;
    font-weight: 650;
}

.career-lead-meta i {
    color: #13284E;
}

.career-lead-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.72rem 1rem;
    border-radius: 0.7rem;
    background: #0F3D6D;
    color: #fff;
    font-weight: 750;
    font-size: 0.86rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.career-lead-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 16px -10px rgba(15, 23, 42, 0.6);
}

.career-lead-cta i {
    transition: transform 0.2s ease;
}

.career-lead-cta:hover i {
    transform: translateX(4px);
}

.career-role-list-wrap {
    margin-top: 0.35rem;
}

.career-role-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 0 0.6rem;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.career-role-list {
    border-top: 1px solid rgba(122, 155, 250, 0.25);
}

.career-role-marquee {
    position: relative;
    overflow: hidden;
    max-height: 430px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.career-role-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.career-role-track .career-role-list {
    flex: 0 0 auto;
}

.career-role-track .career-role-list+.career-role-list {
    border-top: 0;
}

.career-role-marquee.is-animated .career-role-track {
    animation: careerRoleMarqueeUp var(--role-marquee-duration, 24s) linear infinite;
}

.career-role-marquee:hover .career-role-track {
    animation-play-state: paused;
}

.career-role-marquee.is-static {
    max-height: none;
    -webkit-mask-image: none;
    mask-image: none;
}

@keyframes careerRoleMarqueeUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

.career-role-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.1rem;
    border-bottom: 1px solid rgba(122, 155, 250, 0.2);
    transition: background-color 0.2s ease;
}

.career-role-row:hover {
    background: rgba(122, 155, 250, 0.08);
}

.career-role-index {
    color: #0F3D6D;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.career-role-title {
    margin: 0 0 0.3rem;
    color: #111827;
    font-size: 1.07rem;
    font-weight: 760;
}

.career-role-summary {
    margin: 0 0 0.45rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.career-role-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.8rem;
}

.career-role-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #13284E;
    font-size: 0.78rem;
    font-weight: 650;
}

.career-role-meta i {
    color: #13284E;
}

.career-role-actions {
    display: flex;
    align-items: center;
}

.career-role-apply {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0F3D6D;
    font-size: 0.84rem;
    font-weight: 780;
}

.career-role-apply i {
    transition: transform 0.2s ease;
}

.career-role-apply:hover {
    color: #13284E;
}

.career-role-apply:hover i {
    transform: translateX(4px);
}

.career-role-empty {
    padding: 0.9rem 0;
    color: #64748b;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .career-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .career-header-actions {
        align-items: flex-start;
    }

    .career-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .section-career-spotlight {
        padding: 4rem 0;
    }

    .career-title {
        font-size: 2rem;
    }

    .career-shell {
        padding: 1rem;
    }

    .career-lead-strip {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .career-lead-title {
        font-size: 1.35rem;
    }

    .career-lead-cta {
        width: 100%;
        justify-content: center;
    }

    .career-role-row {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        padding: 0.85rem 0;
    }

    .career-role-actions {
        justify-content: flex-start;
    }

    .career-role-marquee {
        max-height: 460px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .career-role-marquee.is-animated .career-role-track {
        animation: none;
    }
}

/* ============================================
   CLIENT RESULTS + CONTACT SECTION
   ============================================ */

.section-results-contact {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 22%, rgba(15, 61, 109, 0.08), transparent 35%),
        radial-gradient(circle at 88% 76%, rgba(15, 61, 109, 0.08), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #EEF4FF 100%);
}

.results-bg-orb {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
    filter: blur(50px);
    opacity: 0.4;
}

.results-bg-orb.orb-a {
    width: 260px;
    height: 260px;
    top: -50px;
    right: 8%;
    background: rgba(15, 61, 109, 0.35);
}

.results-bg-orb.orb-b {
    width: 220px;
    height: 220px;
    bottom: -60px;
    left: 6%;
    background: rgba(15, 61, 109, 0.3);
}

.results-contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 1.5rem;
    align-items: start;
}

.section-header-left {
    text-align: left;
    margin-bottom: 2rem;
}

.section-header-left .desc-premium {
    max-width: 100%;
    margin: 0;
}

.results-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.results-kpi-item {
    background: #ffffff;
    border: 1px solid #C0D2FF;
    border-radius: 0.95rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 12px 28px -22px rgba(15, 61, 109, 0.45);
}

.results-kpi-item strong {
    display: block;
    font-size: 1.4rem;
    color: #0F3D6D;
    font-weight: 800;
    line-height: 1;
}

.results-kpi-item span {
    display: block;
    margin-top: 0.3rem;
    color: #13284E;
    font-size: 0.82rem;
    font-weight: 600;
}

.results-reviews-carousel {
    display: grid;
    gap: 0.85rem;
}

.results-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.results-reviews-count {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.62rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0F3D6D;
    background: #EEF4FF;
    border: 1px solid #C0D2FF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.results-carousel-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.results-carousel-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    border: 1px solid #C0D2FF;
    background: #fff;
    color: #0F3D6D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.results-carousel-btn:hover {
    border-color: #7A9BFA;
    color: #0F3D6D;
    transform: translateY(-1px);
}

.results-carousel-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.results-reviews-viewport {
    overflow: hidden;
    width: 100%;
}

.results-reviews-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.results-reviews-track .review-card-modern {
    flex: 0 0 calc((100% - 1rem) / 2);
}

.review-card-modern {
    background: #ffffff;
    border: 1px solid #C0D2FF;
    border-radius: 1rem;
    padding: 1.2rem;
    box-shadow: 0 18px 36px -28px rgba(15, 61, 109, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.review-card-modern:hover {
    transform: translateY(-4px);
    border-color: #7A9BFA;
    box-shadow: 0 20px 44px -28px rgba(15, 61, 109, 0.55);
}

.review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.review-stars {
    display: inline-flex;
    gap: 0.25rem;
}

.review-stars i {
    font-size: 0.9rem;
}

.star-filled {
    color: #13284E;
}

.star-empty {
    color: #e5e7eb;
}

.review-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0F3D6D;
    background: #EEF4FF;
    border: 1px solid #C0D2FF;
}

.review-text-modern {
    margin: 0 0 1rem;
    color: #334155;
    line-height: 1.6;
    font-size: 0.96rem;
}

.review-author-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.9rem;
    border-top: 1px solid #C0D2FF;
}

.review-avatar-modern {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7A9BFA 0%, #0F3D6D 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
    flex-shrink: 0;
}

.review-meta-modern h4 {
    margin: 0 0 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.review-meta-modern span {
    font-size: 0.8rem;
    color: #64748b;
}

.results-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.results-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    border: 0;
    background: #7A9BFA;
    opacity: 0.55;
    cursor: pointer;
    transition: all 0.2s ease;
}

.results-dot.active {
    width: 1rem;
    border-radius: 9999px;
    opacity: 1;
    background: #0F3D6D;
}

.results-reviews-carousel.is-static .results-carousel-controls,
.results-reviews-carousel.is-static .results-carousel-dots {
    display: none;
}

.results-contact-card {
    background: #ffffff;
    border: 1px solid #C0D2FF;
    border-radius: 1.25rem;
    padding: 1.3rem;
    box-shadow: 0 22px 40px -30px rgba(15, 61, 109, 0.3);
}

.results-contact-card h3 {
    margin: 0 0 0.4rem;
    color: #13284E;
    font-size: 1.35rem;
    font-weight: 800;
}

.results-contact-card>p {
    margin: 0 0 1rem;
    color: #475569;
    font-size: 0.95rem;
}

.results-contact-form {
    display: grid;
    gap: 0.85rem;
}

.results-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.results-form-group {
    display: grid;
    gap: 0.35rem;
}

.results-form-group label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #13284E;
}

.results-form-group input,
.results-form-group select,
.results-form-group textarea {
    width: 100%;
    padding: 0.72rem 0.78rem;
    border-radius: 0.72rem;
    border: 1px solid #C0D2FF;
    background: #fff;
    color: #1f2937;
    font-size: 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.results-form-group input:focus,
.results-form-group select:focus,
.results-form-group textarea:focus {
    outline: none;
    border-color: #0F3D6D;
    box-shadow: 0 0 0 3px rgba(15, 61, 109, 0.15);
}

.results-submit-btn {
    border: 0;
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #0F3D6D 0%, #13284E 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.results-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px -14px rgba(15, 61, 109, 0.5);
}

.results-form-note {
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
}

.results-form-note a {
    color: #0F3D6D;
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 992px) {
    .results-contact-shell {
        grid-template-columns: 1fr;
    }

    .results-reviews-track .review-card-modern {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .section-results-contact {
        padding: 4rem 0;
    }

    .results-kpi-row {
        grid-template-columns: 1fr;
    }

    .results-field-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CTA SECTION - Premium Gradient Mesh
   ============================================ */

.section-cta-premium {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: #13284E;
}

.cta-gradient-mesh {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(15, 61, 109, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(15, 61, 109, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 50% 80%, rgba(122, 155, 250, 0.2) 0%, transparent 50%);
    animation: meshMove 15s ease infinite;
}

@keyframes meshMove {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

.cta-floating-elements {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.float-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

.float-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.float-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

.float-3 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    left: 50%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(30px, -30px); }
    66% { transform: translate(-20px, 20px); }
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.gradient-text {
    background: linear-gradient(135deg, #7A9BFA 0%, #7A9BFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-description {
    font-size: 1.25rem;
    color: #94a3b8;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.cta-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #7A9BFA 0%, #7A9BFA 100%);
    color: #fff;
    box-shadow: 0 10px 30px -10px rgba(15, 61, 109, 0.5);
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px -10px rgba(15, 61, 109, 0.7);
}

.btn-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.btn-cta-primary i,
.btn-cta-secondary i {
    transition: transform 0.3s ease;
}

.btn-cta-primary:hover i,
.btn-cta-secondary:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 2.5rem;
    }

    .cta-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .stat-divider {
        width: 100px;
        height: 1px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   WHY CHOOSE US - Innovative 2026 Design
   No Cards, No Grid - Diagonal Split Layout
   ============================================ */

.section-why-innovative {
    position: relative;
    min-height: 100vh;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f9fafb 0%, #f4f6fa 100%);
}

/* Diagonal Split Background */
.diagonal-split {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        #0f172a 0%, 
        #0f172a 46%, 
        #f9fafb 46%, 
        #f9fafb 100%
    );
    z-index: 0;
}

.diagonal-split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 45%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(15, 61, 109, 0.55), 
        rgba(239, 68, 68, 0.4)
    );
    box-shadow: 0 0 24px rgba(15, 61, 109, 0.35);
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Morphing Background Blobs */
.morphing-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.morph-blob {
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(40px);
    opacity: 0.15;
    animation: morphing 20s ease-in-out infinite;
}

.blob-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #0F3D6D, #7A9BFA);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.blob-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #0F3D6D, #C0D2FF);
    bottom: 20%;
    right: 15%;
    animation-delay: 7s;
}

.blob-3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #1d4ed8, #7A9BFA);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 14s;
}

@keyframes morphing {
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(0deg) scale(1);
    }
    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(90deg) scale(1.1);
    }
    50% {
        border-radius: 30% 70% 50% 50% / 50% 60% 40% 60%;
        transform: rotate(180deg) scale(0.9);
    }
    75% {
        border-radius: 70% 30% 60% 40% / 40% 70% 50% 50%;
        transform: rotate(270deg) scale(1.05);
    }
}

/* Header Styling */
.why-header {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 6rem;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75rem 1rem 1rem;
}

.why-header::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.25rem;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.36) 44%, rgba(15, 23, 42, 0.1) 68%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

.eyebrow-glow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #7A9BFA;
    padding: 0.75rem 1.5rem;
    background: rgba(15, 61, 109, 0.12);
    border-radius: 9999px;
    border: 1px solid rgba(15, 61, 109, 0.35);
    box-shadow: 0 0 20px rgba(15, 61, 109, 0.22);
    margin-bottom: 1.5rem;
    animation: glowPulse 3s ease-in-out infinite, headerRise 0.75s ease-out both;
}

.title-massive {
    font-size: clamp(2.6rem, 6vw, 4rem);
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.4rem;
    white-space: nowrap;
    flex-wrap: nowrap;
    color: #f8fafc;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 28px rgba(2, 6, 23, 0.46);
    animation: titleReveal 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both 0.08s;
}

.gradient-word {
    background: linear-gradient(135deg, #0F3D6D 0%, #0F3D6D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.subtitle-elegant {
    font-size: 1.25rem;
    color: #5f6a7f;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    animation: subtitleReveal 0.9s ease-out both 0.22s;
}

.section-why-innovative .container {
    position: relative;
    z-index: 3;
}

/* SVG Connection Lines */
.connection-lines {
    position: absolute;
    top: calc(50% + 140px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(86%, 980px);
    height: 900px;
    z-index: 2;
    pointer-events: none;
}

.connect-line-zigzag {
    stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
    animation: drawLine 2.8s ease-out forwards, lineGlow 3.8s ease-in-out infinite 2.8s;
    filter: drop-shadow(0 0 10px rgba(15, 61, 109, 0.35));
}

.connect-line-guide {
    stroke-dasharray: 10 14;
    animation: guidePulse 3.8s ease-in-out infinite;
}

.connect-line-spark {
    stroke-dasharray: 140 2400;
    stroke-dashoffset: 0;
    opacity: 0.9;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
    animation: sparkTravel 4.6s linear infinite;
}

.timeline-node {
    fill: #fff;
    stroke: #7A9BFA;
    stroke-width: 4;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    filter: drop-shadow(0 0 9px rgba(15, 61, 109, 0.38));
    animation: nodePop 0.55s ease-out forwards, nodePulse 2.8s ease-in-out infinite;
    animation-delay: var(--node-delay, 0s), calc(var(--node-delay, 0s) + 0.65s);
}

.node-1 {
    --node-delay: 0.75s;
}

.node-2 {
    --node-delay: 1.2s;
}

.node-3 {
    --node-delay: 1.65s;
}

.node-4 {
    --node-delay: 2.1s;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes guidePulse {
    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.45;
    }
}

@keyframes lineGlow {
    0%,
    100% {
        filter: drop-shadow(0 0 8px rgba(15, 61, 109, 0.25));
    }

    50% {
        filter: drop-shadow(0 0 16px rgba(15, 61, 109, 0.45));
    }
}

@keyframes sparkTravel {
    to {
        stroke-dashoffset: -2540;
    }
}

@keyframes nodePop {
    0% {
        opacity: 0;
        transform: scale(0.25);
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes nodePulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }
}

@keyframes headerRise {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleReveal {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtitleReveal {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Floating Feature Bubbles */
.features-floating {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    height: 900px;
}

.feature-bubble {
    position: absolute;
    width: clamp(270px, 32vw, 360px);
    cursor: pointer;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    animation: floatBubble 6.8s ease-in-out infinite;
    animation-delay: var(--float-delay, 0s);
}

.bubble-1 {
    top: 3%;
    left: 2%;
    --float-delay: 0s;
    --reveal-delay: 0.15s;
}

.bubble-2 {
    top: 26%;
    right: 2%;
    --float-delay: 1.2s;
    --reveal-delay: 0.35s;
}

.bubble-3 {
    top: 49%;
    left: 2%;
    --float-delay: 2.4s;
    --reveal-delay: 0.55s;
}

.bubble-4 {
    top: 72%;
    right: 2%;
    --float-delay: 3.6s;
    --reveal-delay: 0.75s;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
}

.feature-bubble:hover {
    transform: scale(1.05) translateY(-8px);
    z-index: 10;
}

.bubble-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(15, 61, 109, 0.35) 0%, rgba(239, 68, 68, 0.14) 45%, transparent 72%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(20px);
}

.feature-bubble:hover .bubble-glow {
    opacity: 1;
}

.bubble-content {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 
        0 22px 65px -26px rgba(15, 23, 42, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    animation: bubbleContentIn 0.72s cubic-bezier(0.21, 0.84, 0.25, 1) forwards;
    animation-delay: var(--reveal-delay, 0.2s);
}

.bubble-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0F3D6D, #0F3D6D, #13284E);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bubble-content::after {
    content: '';
    position: absolute;
    top: -70%;
    left: -130%;
    width: 65%;
    height: 240%;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 255, 255, 0) 85%);
    transform: rotate(14deg);
    pointer-events: none;
    animation: bubbleSheen 7.2s linear infinite;
}

.bubble-2 .bubble-content::after {
    animation-delay: 1.3s;
}

.bubble-3 .bubble-content::after {
    animation-delay: 2.6s;
}

.bubble-4 .bubble-content::after {
    animation-delay: 3.9s;
}

.feature-bubble:hover .bubble-content::before {
    opacity: 1;
}

.bubble-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F3D6D 0%, #0F3D6D 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 12px 32px -12px rgba(15, 61, 109, 0.45);
    transition: all 0.5s ease;
    animation: iconDrift 3.6s ease-in-out infinite;
}

.bubble-2 .bubble-icon {
    animation-delay: 0.5s;
}

.bubble-3 .bubble-icon {
    animation-delay: 1s;
}

.bubble-4 .bubble-icon {
    animation-delay: 1.5s;
}

.feature-bubble:hover .bubble-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 42px -12px rgba(239, 68, 68, 0.55);
}

.bubble-info {
    text-align: center;
}

.bubble-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111b30;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.bubble-info p {
    font-size: 0.95rem;
    color: #5f6a7f;
    line-height: 1.6;
    margin: 0;
}

@keyframes bubbleContentIn {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bubbleSheen {
    0% {
        left: -140%;
    }

    45% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

@keyframes iconDrift {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .features-floating {
        height: 920px;
    }

    .connection-lines {
        width: min(92%, 920px);
        height: 900px;
    }

    .bubble-1 {
        top: 5%;
        left: 4%;
    }

    .bubble-2 {
        top: 28%;
        right: 4%;
    }

    .bubble-3 {
        top: 51%;
        left: 4%;
    }

    .bubble-4 {
        top: 74%;
        right: 4%;
    }
}

@media (max-width: 992px) {
    .diagonal-split {
        background: linear-gradient(to bottom, 
            #0f172a 0%, 
            #0f172a 30%, 
            #f8fafc 30%, 
            #f8fafc 100%
        );
    }

    .diagonal-split::before {
        top: 30%;
        left: 0;
        width: 100%;
        height: 2px;
    }

    .title-massive {
        font-size: clamp(1.9rem, 7vw, 3rem);
        color: #f8fafc;
        gap: 0.3rem;
    }

    .features-floating {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .feature-bubble {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .connection-lines {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-why-innovative {
        padding: 4rem 0;
    }

    .title-massive {
        font-size: clamp(1.2rem, 6.2vw, 2.1rem);
        color: #f8fafc;
        gap: 0.24rem;
    }

    .subtitle-elegant {
        font-size: 1.1rem;
    }

    .feature-bubble {
        width: 100%;
    }

    .bubble-content {
        padding: 1.5rem;
    }

    .bubble-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}




/* Employer Visual UI */
.visual-main-card {
    background: #0F3D6D;
    border: 1px solid rgba(122, 155, 250, 0.2);
    padding: 2rem;
    border-radius: 20px;
}
.ui-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ui-header-title {
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ui-status {
    background: rgba(122, 155, 250, 0.15);
    color: #7A9BFA;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid rgba(122, 155, 250, 0.2);
}
.ui-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s;
}
.ui-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #13284E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7A9BFA;
    font-weight: 800;
    font-size: 1rem;
    border: 1px solid rgba(122, 155, 250, 0.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.ui-line-sm {
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2px;
}
.ui-line-xs {
    color: #94A3B8;
    font-size: 0.8rem;
}
.ui-badge {
    margin-left: auto;
    padding: 0.35rem 0.85rem;
    background: rgba(122, 155, 250, 0.15);
    color: #7A9BFA;
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: 99px;
    border: 1px solid rgba(122, 155, 250, 0.1);
}
.ui-footer-loader {
    margin-top: 2rem;
    padding: 1.25rem;
    background: rgba(122, 155, 250, 0.08);
    border-radius: 12px;
    border: 1px dashed rgba(122, 155, 250, 0.3);
    text-align: center;
    color: #7A9BFA;
    font-size: 0.9rem;
    font-weight: 600;
}
.ui-footer-loader i {
    margin-right: 8px;
}


/* Utility & Specific Component Styles */
.link-white-underline {
    color: #fff !important;
    text-decoration: underline !important;
}
.stat-icon-circle.is-accent { color: #7A9BFA; }
.stat-icon-circle.is-dark { color: #13284E; }

/* Stat Deco Specifics */
.stat-deco-1.is-accent-rotated {
    background: #7A9BFA;
    transform: rotate(120deg);
    right: auto;
    left: -20px;
}
.stat-deco-2.is-accent-clipped {
    background: #7A9BFA;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: -10px;
    right: -10px;
    left: auto;
}
.stat-deco-1.is-dark-faded {
    background: #13284E;
    opacity: 0.1;
    top: auto;
    bottom: -20px;
}

/* Benefit Icon Box Gradients */
.benefit-icon-box.is-green {
    background: linear-gradient(135deg, #7A9BFA, #0F3D6D);
}
.benefit-icon-box.is-orange {
    background: linear-gradient(135deg, #7A9BFA, #0F3D6D);
}

/* Section Header Specifics */
.section-header-premium.is-centered-narrow {
    max-width: 600px;
    margin: 0 auto 4rem;
}

