/* Ruzenko – Homepage bottom: Stats, Migration CTA, Footer polish */

/* ── 1. xServere.NET în Cifre ── */
.saas-stats-section {
    background: transparent;
    padding: 56px 0 48px;
    text-align: center;
}

.saas-stats-section .saas-stats-title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 36px;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.saas-stats-card {
    background: #11151d;
    border: 1px solid #1e2533;
    border-radius: 12px;
    padding: 28px 18px 24px;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(56, 189, 248, 0.04);
}

.saas-stats-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 24px rgba(56, 189, 248, 0.12);
}

.saas-stats-card__icon {
    font-size: 1.75rem;
    color: #38bdf8;
    margin-bottom: 14px;
    opacity: 0.9;
}

.saas-stats-card__number {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #38bdf8;
    line-height: 1.1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.saas-stats-card__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #a0aec0;
    line-height: 1.4;
    margin: 0;
}

/* ── 2. Banner Migrare ── */
.saas-migration-section {
    padding: 0 0 56px;
}

.saas-migration-card {
    background: #11151d;
    border: 1px solid #1e2533;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), 0 0 40px rgba(124, 58, 237, 0.06);
    overflow: hidden;
    position: relative;
}

.saas-migration-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(56, 189, 248, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.saas-migration-content {
    position: relative;
    z-index: 1;
}

.saas-migration-title {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.25;
}

.saas-migration-text {
    color: #a0aec0;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 540px;
}

.saas-migration-btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
}

.saas-migration-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(124, 58, 237, 0.5), 0 0 20px rgba(99, 102, 241, 0.25);
    color: #ffffff !important;
    filter: brightness(1.08);
}

.saas-migration-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.saas-migration-icon-wrap {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(56, 189, 248, 0.04) 55%, transparent 70%);
    box-shadow: 0 0 48px rgba(56, 189, 248, 0.2), inset 0 0 24px rgba(56, 189, 248, 0.08);
}

.saas-migration-icon-wrap i {
    font-size: 4rem;
    color: #38bdf8;
    filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.55));
}

/* ── 3. Footer premium ── */
#Footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: #0a0d14 !important;
}

#Footer h4,
#Footer .footer-links h4 {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
}

#Footer ul li a {
    color: #a0aec0 !important;
    transition: color 0.2s ease !important;
}

#Footer ul li a:hover {
    color: #ffffff !important;
    text-shadow: none !important;
}

@media (max-width: 767px) {
    .saas-stats-section {
        padding: 40px 0 32px;
    }

    .saas-migration-card {
        padding: 28px 22px;
    }

    .saas-migration-visual {
        min-height: 120px;
        margin-top: 24px;
    }

    .saas-migration-icon-wrap {
        width: 110px;
        height: 110px;
    }

    .saas-migration-icon-wrap i {
        font-size: 3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .saas-stats-card,
    .saas-migration-btn {
        transition: none;
    }
}
