.references-section {
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 18%, rgba(56,189,248,0.08), transparent 24%),
        linear-gradient(180deg, #060812 0%, #080b16 42%, #05070f 100%);
}

.cta-section {
    background:
        radial-gradient(circle at 50% 18%, rgba(99,102,241,0.18), transparent 28%),
        linear-gradient(180deg, #060812 0%, #080b16 42%, #05070f 100%);
}

.cta-container {
    position: relative;
}

.cta-glow {
    width: min(880px, 86vw);
    height: 540px;
    background: radial-gradient(ellipse, rgba(99,102,241,0.18) 0%, rgba(56,189,248,0.08) 34%, transparent 70%);
}

.cta-panel {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto;
    padding: 3.4rem 3rem;
    text-align: center;
    border-radius: 36px;
    border: 1px solid rgba(148,163,184,0.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        linear-gradient(145deg, rgba(15,23,42,0.96), rgba(2,6,23,0.92));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 28px 64px rgba(2,6,23,0.32);
    overflow: hidden;
}

.cta-panel::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 50%;
    width: 78%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(129,140,248,0.72), transparent);
    opacity: 0.75;
    pointer-events: none;
}

.cta-topline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-bottom: 1.35rem;
}

.cta-label {
    margin-bottom: 0;
}

.cta-proof {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(56,189,248,0.08);
    border: 1px solid rgba(56,189,248,0.16);
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.cta-title {
    max-width: 900px;
    margin: 0 auto 1.25rem;
}

.cta-title-accent {
    background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 55%, #f0abfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-desc {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: #94a3b8;
}

.cta-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 2rem;
}

.cta-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(129,140,248,0.18);
    background: rgba(99,102,241,0.08);
    color: #dbeafe;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}

.cta-btns {
    margin-bottom: 1rem;
}

.cta-primary,
.cta-secondary {
    min-height: 56px;
}

.cta-note {
    margin: 0;
    color: #7c8aa0;
    font-size: 0.92rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .cta-panel {
        padding: 2.3rem 1.2rem;
        border-radius: 28px;
    }

    .cta-title {
        font-size: clamp(1.9rem, 7vw, 2.35rem);
        line-height: 1.28;
    }

    .cta-topline {
        gap: 0.7rem;
        margin-bottom: 1rem;
    }

    .cta-proof {
        font-size: 0.76rem;
        padding: 0.42rem 0.8rem;
    }

    .cta-desc {
        margin-bottom: 1.5rem;
    }

    .cta-points {
        gap: 0.55rem;
        margin-bottom: 1.5rem;
    }

    .cta-points span {
        width: 100%;
        font-size: 0.84rem;
        line-height: 1.3;
        padding: 0.75rem 0.9rem;
    }

    .cta-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

.process-lead {
    max-width: 760px;
    margin-bottom: 1.8rem;
}

.process-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.25rem;
}

.process-highlight {
    min-width: 220px;
    padding: 0.95rem 1.1rem;
    border-radius: 18px;
}

.process-highlight strong {
    font-size: 0.92rem;
    line-height: 1.5;
}

.process-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.process-step {
    min-height: 240px;
    padding: 1.5rem 1.2rem;
    text-align: center;
}

.process-step::after {
    content: '→';
    position: absolute;
    top: 50%;
    right: -0.72rem;
    transform: translateY(-50%);
    width: 1.45rem;
    height: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(99,102,241,0.14);
    border: 1px solid rgba(129,140,248,0.2);
    color: #c7d2fe;
    font-size: 0.82rem;
    z-index: 2;
}

.process-step:last-child::after {
    display: none;
}

.step-num {
    min-width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    padding: 0;
    border-radius: 20px;
    font-size: 0.86rem;
}

.process-step h3 {
    margin-bottom: 0.55rem;
}

.process-step p {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.process-step-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: auto;
}

.process-step-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(99,102,241,0.09);
    border: 1px solid rgba(99,102,241,0.16);
    color: #b8c5ff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-step::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-highlights {
        gap: 0.6rem;
        margin-bottom: 1.6rem;
    }

    .process-highlight {
        width: 100%;
        min-width: 0;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .process-step {
        min-height: 0;
        padding: 1.25rem 1rem;
    }

    .step-num {
        width: 54px;
        min-width: 54px;
        height: 54px;
        border-radius: 16px;
    }
}

.process-highlights {
    display: none;
}

.process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.process-step {
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.process-step .step-num {
    display: none;
}

.process-step-image {
    width: 100%;
    display: block;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 16px 32px rgba(2,6,23,0.2);
}

@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .process-steps {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .process-step {
        padding: 0;
    }

    .process-step .step-num {
        display: none;
    }
}

.references-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    align-items: stretch;
}

.references-stat-card {
    border-radius: 28px;
    border: 1px solid rgba(148,163,184,0.14);
    padding: 2rem 1.5rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        linear-gradient(145deg, rgba(15,23,42,0.96), rgba(2,6,23,0.9));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 20px 44px rgba(2,6,23,0.28);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.references-stat-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.references-stat-card:hover {
    border-color: rgba(129,140,248,0.3);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 24px 54px rgba(2,6,23,0.34);
}

.references-stat-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.15rem;
    margin-bottom: 0.8rem;
    color: #f8fafc;
    letter-spacing: -0.04em;
}

.references-stat-value .count-up {
    font-size: clamp(2.8rem, 5vw, 4.3rem);
    font-weight: 800;
    line-height: 1;
}

.references-stat-suffix {
    font-size: 1.25rem;
    font-weight: 700;
    color: #93c5fd;
}

.references-stat-label {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #94a3b8;
    word-break: keep-all;
}

@media (max-width: 900px) {
    .references-stats {
        grid-template-columns: 1fr;
    }

    .references-stat-card {
        padding: 1.7rem 1.25rem;
        border-radius: 24px;
    }
}
