﻿/* ========================================================================
   Working Process â€” clean 3-step section (no map pins, no scroll tricks)
   ======================================================================== */

.te-process-section {
    padding: 120px 0;
    background:
        radial-gradient(ellipse at 10% 0%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 100%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
        #fafbfc;
}

.te-process-section .te-section-desc {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    max-width: 620px;
    margin: 14px auto 0;
}

.te-process-grid {
    margin-top: 60px;
}

.te-process-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 48px 32px 36px;
    height: 100%;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    margin-bottom: 24px;
}

.te-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(49, 126, 254, 0.15);
    border-color: rgba(49, 126, 254, 0.25);
}

.te-process-card__num {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #317EFE 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 14px;
    font-feature-settings: "tnum";
}

.te-process-card__line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #317EFE 0%, #8b5cf6 100%);
    border-radius: 2px;
    margin-bottom: 22px;
}

.te-process-card__kicker {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(49, 126, 254, 0.1);
    color: #317EFE;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.te-process-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.te-process-card__desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767px) {
    .te-process-section { padding: 80px 0; }
    .te-process-card { padding: 40px 26px 30px; }
    .te-process-card__num { font-size: 44px; }
}
