
.vd2025-btn {
    border: none;
    cursor: pointer;
}



.vd2025 {
    background: #F6F7F8;
    padding: 80px 0;
}

.vd2025 * {
    box-sizing: border-box;
}

.vd2025-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    color: #0B0B0C;
}

/* HERO */
.vd2025-hero {
    text-align: center;
    margin-bottom: 72px;
}

.vd2025-eyebrow {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8E8E93;
    margin-bottom: 10px;
}

.vd2025-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.vd2025-subtitle {
    margin-top: 14px;
    font-size: 16px;
    color: #8E8E93;
}

/* BLOCK */
.vd2025-block {
    margin-bottom: 88px;
}

.vd2025-block-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.vd2025-block-lead {
    margin-top: -24px;
    margin-bottom: 32px;
    font-size: 15px;
    color: #8E8E93;
    max-width: 520px;
}

/* TOP 5 CARDS */
.vd2025-cards {
    display: grid;
    gap: 20px;
}

.vd2025-cards-5 {
    grid-template-columns: repeat(5, 1fr);
}

.vd2025-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px 20px;
    box-shadow: 0 10px 26px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vd2025-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vd2025-logo {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

.vd2025-logo img {
    max-width: 156px;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.vd2025-name {
    font-weight: 600;
    margin-bottom: 6px;
}

.vd2025-meta {
    font-size: 13px;
    color: #8E8E93;
}

/* STATS */
.vd2025-year {
    background: linear-gradient(180deg,#111112,#0B0B0C);
    color: #fff;
    border-radius: 36px;
    padding: 56px;
    margin-bottom: 96px;
    position: relative;
    overflow: hidden;
}

.vd2025-year::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.25), transparent 40%),
        radial-gradient(1px 1px at 70% 40%, rgba(255,255,255,.2), transparent 40%);
}

.vd2025-year-head {
    position: relative;
    margin-bottom: 34px;
}

.vd2025-year-kicker {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #B9BBC0;
    margin-bottom: 10px;
}

.vd2025-year-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}

.vd2025-year-note {
    font-size: 14px;
    color: #D1D1D6;
    max-width: 640px;
}

.vd2025-year-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.vd2025-year-item strong {
    display: block;
    font-size: 32px;
}

.vd2025-year-item span {
    font-size: 14px;
    color: #B9BBC0;
}

/* USERS COMPACT */
.vd2025-users-compact {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 20px;
}

.vd2025-user-mini {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.vd2025-user-mini span,
.vd2025-user-mini em {
    color: #8E8E93;
    font-style: normal;
}

/* FINALE */
.vd2025-finale {
    margin-top: 120px;
    padding: 96px 24px;
    border-radius: 40px;
    background: linear-gradient(180deg,#111112,#0B0B0C);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.vd2025-finale::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1px 1px at 25% 35%, rgba(255,255,255,.25), transparent 40%),
        radial-gradient(1px 1px at 65% 45%, rgba(255,255,255,.2), transparent 40%);
}

.vd2025-finale-inner {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.vd2025-finale-eyebrow {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #B9BBC0;
    margin-bottom: 14px;
}

.vd2025-finale-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

.vd2025-finale-text {
    font-size: 16px;
    line-height: 1.6;
    color: #D1D1D6;
    margin-bottom: 34px;
}

/* BUTTON */
.vd2025-btn {
    display: inline-block;
    background: #fff;
    color: #0B0B0C;
    border-radius: 16px;
    padding: 16px 28px;
    text-decoration: none;
}

.vd2025-btn-wide {
    min-width: 280px;
}

/* FORTUNE */
.vd2025-fortune-box {
    display: none;
    margin-top: 32px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
}

.vd2025-fortune-box:target {
    display: block;
}

.vd2025-fortune-text {
    font-size: 17px;
}

.vd2025-fortune-note {
    margin-top: 12px;
    font-size: 12px;
    color: #B9BBC0;
}

/* MOBILE */
@media (max-width: 900px) {
    .vd2025-cards-5,
    .vd2025-users-compact,
    .vd2025-year-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .vd2025-title {
        font-size: 28px;
    }

    .vd2025-cards-5,
    .vd2025-users-compact,
    .vd2025-year-grid {
        grid-template-columns: 1fr;
    }

    .vd2025-year,
    .vd2025-finale {
        padding: 40px 24px;
    }
}


/* если у тебя уже есть vd2025-btn, просто добавь эти строки */
.vd2025-btn {
    border: 0;
    cursor: pointer;
}
