.a-title {
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin: 0 0 10px;
    text-shadow: var(--text-shadow);
}
.a-subtitle {
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: clamp(10px, 1.4vw, 13px);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 3rem!important;
}

.a-logo {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.a-logo-card {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}
.a-logo-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.12), transparent);
    transform: skewX(-15deg);
    transition: left .6s ease;
}
.a-logo-card:hover::before { left: 120%; }
.a-logo-card:hover {
    transform: translateY(-7px) scale(1.06);
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(0, 201, 85, 0.45);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .32), 0 0 36px rgba(0, 164, 67, 0.22);
}
.a-logo-image {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform .3s;
}
.a-logo-year {
    font-family: var(--heading-font-family);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
}
.a-logo-arrow {
    fill: currentColor;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    opacity: .25;
}
@media (min-width: 992px) {
    .a-logo {
        width: 15%;
    }
    .a-logo-arrow {
        margin-bottom: 26px;
    }
}

.a-badge-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(201, 162, 39, .55)) drop-shadow(0 0 32px rgba(201, 162, 39, .25));
    animation: floatBadge 5s ease-in-out infinite;
    flex-shrink: 0;
}
.a-badge-eyebrow {
    font-family: var(--heading-font-family);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f0d060;
}
.a-badge-title {
    font-family: var(--heading-font-family);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.0;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .22);
    margin-bottom: 10px;
}
.a-badge-title em {
    font-style: normal;
    background: linear-gradient(135deg, #c9a227 0%, #f0d060 60%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.a-badge-subtitle {
    font-family: var(--heading-font-family);
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .62);
    letter-spacing: 1px;
}
.a-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #00A443);
    border-radius: 2px;
}
.a-text p {
    font-size: 14.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .82);
    font-weight: 300;
}
.a-stat-card {
    height: 100%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    padding: 20px 16px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all .35s ease;
}
.a-stat-card:hover {
    background: rgba(255, 255, 255, .13);
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
}
.a-stat-num {
    font-family: var(--heading-font-family);
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #c9a227 0%, #f0d060 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}
.a-stat-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .52);
}
.a-stat-text {
    font-family: var(--heading-font-family);
    font-weight: 900;
    font-size: 16px;
    font-style: italic;
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), #f0d060);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}
.a-discover {
    font-family: var(--heading-font-family);
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
}

.a-logo:nth-child(1) { animation-delay: .2s; }
.a-logo:nth-child(3) { animation-delay: .4s; }
.a-logo:nth-child(5) { animation-delay: .6s; }
.a-logo:nth-child(7) { animation-delay: .8s; }

.a-stat:nth-child(1) { animation-delay: 1.3s; }
.a-stat:nth-child(2) { animation-delay: 1.5s; }
.a-stat:nth-child(3) { animation-delay: 1.7s; }
.a-stat:nth-child(4) { animation-delay: 1.9s; }
.a-stat:nth-child(5) { animation-delay: 2.1s; }