﻿.big-bg-text-ods {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16vw;
    font-weight: 800;
    color: rgba(255,255,255,.03);
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none
}

.ods-header {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 0 10px
}

.ods-lead {
    max-width: 700px
}

.ods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 22px;
    margin-top: 20px
}

.ods-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    padding: 24px 22px;
    min-height: 170px;
    transition: transform .22s,border-color .22s,background .22s
}

    .ods-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,.07);
        border-color: rgba(255,255,255,.18)
    }

.ods-glow {
    position: absolute;
    inset: -40px;
    opacity: .25;
    filter: blur(30px);
    pointer-events: none
}

.ods-number {
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255,255,255,.35);
    font-size: .95rem
}

.ods-icon {
    font-size: 1.8rem;
    margin: 12px 0 10px;
    color: rgba(255,255,255,.92)
}

.ods-title {
    font-weight: 800;
    color: #fff;
    font-size: 1.05rem;
    margin: 0
}

.glow-red .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(231,76,60,.9),transparent 55%)
}

.glow-gold .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(241,196,15,.9),transparent 55%)
}

.glow-green .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(46,204,113,.9),transparent 55%)
}

.glow-dark-red .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(192,57,43,.9),transparent 55%)
}

.glow-orange .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(230,126,34,.9),transparent 55%)
}

.glow-blue .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(52,152,219,.9),transparent 55%)
}

.glow-yellow .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(241,196,15,.9),transparent 55%)
}

.glow-purple .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(155,89,182,.9),transparent 55%)
}

.glow-dark-green .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(39,174,96,.9),transparent 55%)
}

.glow-dark-blue .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(44,62,80,.9),transparent 55%)
}

.glow-navy .ods-glow {
    background: radial-gradient(circle at 30% 30%,rgba(25,42,86,.9),transparent 55%)
}

.validation-process {
    padding: 90px 0;
    background: rgba(255,255,255,.02)
}

.ods-subtitle {
    font-size: 2.5rem
}

.ods-big-icon {
    font-size: 4rem;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .big-bg-text-ods {
        font-size: 20vw;
        top: 15%
    }
}
