/* =================================================================
   ЛЕНЗК — Розыгрыш 2026 — Финальные стили
   Шрифты: Onest (заголовки) + Manrope (текст)
   Палитра: зелёный ЛЕНЗК + коралловый акцент
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Onest:wght@500;600;700;800;900&display=swap');

:root {
    /* Базовая палитра */
    --bg: #ffffff;
    --bg-soft: #f4f1ea;
    --bg-card: #f8f6f1;
    --bg-dark: #1f2a1f;

    --text: #1a1a1a;
    --text-soft: #5a5a5a;
    --text-light: #999;
    --text-invert: #ffffff;

    --border: #e5e2db;
    --border-input: #d4d0c5;

    /* ЛЕНЗК-зелёный */
    --green: #3aa84a;
    --green-dark: #2e8a3c;
    --green-soft: #eaf6ec;
    --green-text: #1f6b2c;

    /* Коралловый акцент */
    --coral: #ff6b5e;
    --coral-dark: #e85447;
    --coral-soft: #ffe9e6;

    /* Состояния */
    --yellow: #f5b400;
    --yellow-soft: #fff5d6;
    --error: #d63b3b;
    --error-soft: #fdecec;

    /* Сертификатные тиры */
    --tier-1: #c9974e;
    --tier-2: #8a8a8a;
    --tier-3: #7a6a55;

    /* Шрифты */
    --font-display: 'Onest', system-ui, sans-serif;
    --font-body: 'Manrope', system-ui, sans-serif;

    /* Контейнер */
    --container-max: 1200px;
    --section-py: 80px;
}

@media (max-width: 700px) {
    :root { --section-py: 56px; }
}

/* ====== СБРОС И БАЗОВАЯ ТИПОГРАФИКА ====== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font-family: inherit; }

.container {
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: 24px;
}

/* Honeypot — скрытое поле для ботов */
.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =================================================== */
/* ====== ТОП-БАР ===================================== */
/* =================================================== */
.topbar {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    font-size: 14px;
}
.topbar__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.topbar a { text-decoration: none; color: var(--text); }
.topbar__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.topbar__logo img {
    height: 38px;
    width: auto;
    max-width: 140px;
}
.topbar__contacts {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.topbar__phone { font-weight: 700; font-size: 15px; }
.topbar__back {
    color: var(--text-soft);
    font-size: 13px;
}

/* Мобильная версия топ-бара */
@media (max-width: 700px) {
    .topbar { padding: 12px 0; }
    .topbar__row {
        gap: 10px;
        justify-content: space-between;
    }
    .topbar__back { display: none; }
    .topbar__logo img { height: 32px; }
    .topbar__contacts {
        gap: 10px;
        flex-wrap: nowrap;
    }
    .topbar__phone {
        font-size: 13px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .topbar__phone { display: none; }   /* на узком — только лого и кнопка */
    .topbar__row { justify-content: space-between; }
}

.btn--topbar {
    padding: 10px 14px;
    font-size: 12px;
    background: var(--coral);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 8px;
    font-weight: 700;
    transition: background 200ms ease;
    white-space: nowrap;
}
.btn--topbar:hover { background: var(--coral-dark); }

/* =================================================== */
/* ====== HERO ======================================== */
/* =================================================== */
.hero {
    padding: 48px 0 80px;
    position: relative;
    overflow: hidden;
    background: var(--bg);
}
.hero::before {
    content: "";
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(58,168,74,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
}
@media (max-width: 900px) {
    .hero__grid { grid-template-columns: 1fr; gap: 32px; }
    .hero { padding: 24px 0 48px; }
}

.hero__topline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.hero__giveaway-mark {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    background: var(--coral);
    color: #fff;
    padding: 12px 20px 12px 18px;
    border-radius: 12px;
    font-family: var(--font-display);
    font-weight: 800;
    box-shadow: 0 8px 24px -8px rgba(255,107,94,0.55);
}
.hero__giveaway-mark::before {
    content: "🎁";
    font-size: 22px;
    margin-right: 4px;
}
.hero__giveaway-mark-text {
    font-size: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.hero__giveaway-mark-year {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    opacity: 0.95;
}
@media (max-width: 480px) {
    .hero__giveaway-mark {
        padding: 10px 16px 10px 14px;
    }
    .hero__giveaway-mark::before {
        font-size: 18px;
    }
    .hero__giveaway-mark-text { font-size: 20px; }
    .hero__giveaway-mark-year { font-size: 24px; }
}
.hero__tradition {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-size: 14px;
    font-weight: 600;
}
.hero__tradition strong {
    color: var(--green);
    font-weight: 800;
}

.hero__title {
    font-family: var(--font-display);
    font-size: clamp(34px, 5.8vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
}
.hero__title-mark {
    position: relative;
    display: inline-block;
    color: var(--green);
}
.hero__title-mark::after {
    content: "";
    position: absolute;
    left: -2px; right: -2px; bottom: 6px;
    height: 14px;
    background: var(--green);
    opacity: 0.16;
    z-index: -1;
    transform: skewX(-12deg);
}

.hero__desc {
    font-size: 18px;
    color: var(--text-soft);
    margin-bottom: 28px;
    max-width: 540px;
}
.hero__desc strong { color: var(--text); }

.hero__prizes {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: var(--bg-soft);
    border-radius: 16px;
    align-items: center;
}
.hero__prizes-icon {
    width: 52px; height: 52px;
    background: var(--coral);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 28px;
    flex-shrink: 0;
}
.hero__prizes-text {
    font-family: var(--font-display);
    font-size: 16px;
    line-height: 1.35;
}
.hero__prizes-text strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 2px;
}
.hero__prizes-text span {
    color: var(--text-soft);
    font-family: var(--font-body);
    font-size: 14px;
}

.hero__cta {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
@media (max-width: 480px) {
    .hero__cta { flex-direction: column; align-items: stretch; }
    .hero__cta .btn { width: 100%; }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 32px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: all 200ms ease;
    line-height: 1;
}
.btn--primary {
    background: var(--green);
    color: #fff;
}
.btn--primary:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(58,168,74,0.35);
}
.btn--ghost {
    background: transparent;
    color: var(--text);
    border-color: var(--border);
}
.btn--ghost:hover {
    border-color: var(--text);
}
.btn--lg {
    padding: 22px 36px;
    font-size: 17px;
}

.hero__meta {
    display: flex;
    gap: 6px 14px;
    font-size: 13px;
    color: var(--text-soft);
    flex-wrap: wrap;
    margin-bottom: 18px;
    align-items: center;
}
.hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.hero__meta span::before {
    content: "✓";
    color: var(--green);
    font-weight: 700;
}

/* Двухчастный счётчик: участники + дни */
.hero__counter {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 4px;
    max-width: 480px;
}
.hero__counter-cell {
    flex: 1;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.hero__counter-cell--participants {
    background: var(--green-soft);
}
.hero__counter-cell--days {
    border-left: 1px solid var(--border);
}
.hero__counter-pulse {
    width: 10px;
    height: 10px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}
.hero__counter-num {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
    letter-spacing: -0.02em;
}
.hero__counter-num--coral {
    color: var(--coral);
}
.hero__counter-label {
    font-size: 12px;
    color: var(--text-soft);
    line-height: 1.3;
    margin-top: 4px;
}
.hero__counter-label strong {
    color: var(--text);
    font-weight: 700;
    font-family: var(--font-display);
    font-size: 13px;
}

@media (max-width: 480px) {
    .hero__counter {
        flex-direction: column;
    }
    .hero__counter-cell--days {
        border-left: 0;
        border-top: 1px solid var(--border);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(58,168,74,0.5); }
    50% { opacity: 0.7; transform: scale(1.3); box-shadow: 0 0 0 8px rgba(58,168,74,0); }
}

/* Hero визуал */
.hero__visual {
    position: relative;
    height: 580px;
}
@media (max-width: 900px) {
    .hero__visual { height: 400px; }
}
.hero__photo {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px -16px rgba(20,20,20,0.25);
}
.hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__photo--main {
    top: 0; right: 0;
    width: 80%;
    height: 80%;
}
.hero__photo--secondary {
    bottom: 0; left: 0;
    width: 55%;
    height: 48%;
    border: 6px solid #fff;
}
.hero__price-tag {
    position: absolute;
    top: 6%;
    left: -16px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 16px;
    box-shadow: 0 20px 50px -15px rgba(20,20,20,0.25);
    z-index: 2;
    transform: rotate(-2deg);
}
.hero__price-tag-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}
.hero__price-tag-value {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
}
.hero__price-tag-new {
    display: inline-block;
    margin-top: 8px;
    background: var(--coral);
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hero__badge {
    position: absolute;
    bottom: 10%;
    right: -14px;
    background: var(--bg-dark);
    color: #fff;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(20,20,20,0.3);
    z-index: 2;
    display: flex;
    gap: 12px;
    align-items: center;
    transform: rotate(2deg);
}
.hero__badge-icon {
    width: 38px; height: 38px;
    background: var(--green);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0;
}
.hero__badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 16px;
    margin-bottom: 2px;
}
.confetti {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.confetti--1 { top: 10%; right: 8%; width: 12px; height: 12px; background: var(--coral); }
.confetti--2 { top: 5%; left: 30%; width: 8px; height: 8px; background: var(--yellow); }
.confetti--3 { bottom: 22%; left: 8%; width: 10px; height: 10px; background: var(--green); }

/* =================================================== */
/* ====== СОЦ. ДОКАЗАТЕЛЬСТВА ========================= */
/* =================================================== */
.proof {
    background: var(--bg-soft);
    padding: 56px 0;
}
.proof__row {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 24px;
    align-items: center;
}
@media (max-width: 900px) {
    .proof__row { grid-template-columns: repeat(2, 1fr); }
}
.proof__label {
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.4;
}
.proof__label strong {
    display: block;
    font-size: 22px;
    font-family: var(--font-display);
    color: var(--text);
    margin-bottom: 4px;
}
.proof__item {
    text-align: center;
    background: #fff;
    padding: 16px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 150ms ease;
}
.proof__item:hover { transform: translateY(-2px); }
.proof__platform {
    font-size: 11px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    font-weight: 700;
}
.proof__stars {
    color: var(--yellow);
    font-size: 13px;
    margin-bottom: 4px;
}
.proof__count {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    color: var(--text);
}
.proof__sub {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 2px;
}

/* =================================================== */
/* ====== БЛОК ВИДЕО ================================== */
/* =================================================== */
.videos {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.videos__head {
    text-align: center;
    margin-bottom: 48px;
}
.videos__eyebrow {
    display: inline-block;
    background: var(--green-soft);
    color: var(--green-text);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.videos__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.videos__sub {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 640px;
    margin: 0 auto;
}
.videos__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px;
}
@media (max-width: 800px) {
    .videos__grid { grid-template-columns: 1fr; gap: 20px; }
}

.video-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    transition: border-color 200ms ease, box-shadow 200ms ease;
}
.video-card:hover {
    border-color: var(--green);
    box-shadow: 0 8px 24px -8px rgba(58,168,74,0.2);
}
.video-card__player {
    position: relative;
    aspect-ratio: 16 / 9;
    background-color: #0d0d0d;
    cursor: pointer;
    overflow: hidden;
}
.video-card__player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
}
.video-card__player:hover img {
    transform: scale(1.03);
}
.video-card__player::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}
.video-card__year-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--coral);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    z-index: 2;
}
.video-card__year-badge--past {
    background: rgba(255,255,255,0.95);
    color: var(--text);
}
.video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 2;
    transition: transform 200ms ease, background 200ms ease;
}
.video-card__player:hover .video-card__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--coral);
}
.video-card__play::after {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent var(--text);
    margin-left: 5px;
    transition: border-color 200ms ease;
}
.video-card__player:hover .video-card__play::after {
    border-color: transparent transparent transparent #fff;
}
.video-card__caption {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.video-card__info {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.video-card__location {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.4;
}
.video-card__location strong {
    display: block;
    color: var(--text);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}
.video-card__material {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--bg-soft);
    color: var(--text-soft);
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.video-card.is-playing .video-card__player { cursor: default; }
.video-card.is-playing .video-card__player > *:not(iframe) { display: none; }
.video-card__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
.video-card.is-playing .video-card__iframe { display: block; }

.videos__note {
    text-align: center;
    font-size: 14px;
    color: var(--text-soft);
    max-width: 600px;
    margin: 0 auto;
}
.videos__note strong { color: var(--text); }

/* =================================================== */
/* ====== БЛОК ПРИЗОВ ================================= */
/* =================================================== */
.prizes {
    padding: var(--section-py) 0;
    background: var(--bg-soft);
}
.prizes__head {
    text-align: center;
    margin-bottom: 48px;
}
.prizes__eyebrow {
    display: inline-block;
    background: var(--coral-soft);
    color: var(--coral-dark);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.prizes__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.prizes__sub {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 640px;
    margin: 0 auto;
}

.grand-prize {
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}
.grand-prize__rank {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--coral);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    z-index: 3;
}
.grand-prize__rank::before {
    content: "🏆";
    margin-right: 6px;
}
.grand-prize__layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
}
@media (max-width: 900px) {
    .grand-prize__layout { grid-template-columns: 1fr; }
    .grand-prize__info,
    .grand-prize__visual {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}
.grand-prize__info {
    padding: 56px 48px 48px;
    min-width: 0;
}
@media (max-width: 900px) {
    .grand-prize__info { padding: 72px 24px 28px; }
}
@media (max-width: 480px) {
    .grand-prize__info { padding: 68px 20px 24px; }
    .grand-prize__rank { top: 20px; left: 20px; }
}
.grand-prize__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.grand-prize__price {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--text-soft);
    margin-bottom: 28px;
}
.grand-prize__price strong {
    color: var(--green);
    font-weight: 800;
    font-size: 22px;
}

/* Табы */
.prize-tabs {
    display: flex;
    gap: 0;
    background: var(--bg-soft);
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 28px;
}
.prize-tabs__btn {
    flex: 1;
    padding: 12px 18px;
    background: transparent;
    border: none;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    color: var(--text-soft);
    cursor: pointer;
    border-radius: 8px;
    transition: all 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.prize-tabs__btn:hover { color: var(--text); }
.prize-tabs__btn.is-active {
    background: #fff;
    color: var(--text);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.prize-tabs__icon { font-size: 18px; }

.tab-content { display: none; }
.tab-content.is-active { display: block; }
.tab-content__desc {
    font-size: 16px;
    color: var(--text-soft);
    margin-bottom: 24px;
    line-height: 1.5;
}

.materials { margin-bottom: 28px; }
.materials__label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}
.materials__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}
.material {
    background: var(--bg-soft);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    transition: border-color 200ms ease;
    min-width: 0;
    overflow: hidden;
}
.material strong {
    display: block;
    font-family: var(--font-display);
    font-size: 14px;
    margin-bottom: 2px;
}
.material span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 500;
}
.material:hover { border-color: var(--green); }

.included {
    background: var(--green-soft);
    border-radius: 12px;
    padding: 18px 20px;
}
.included__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    color: var(--green-text);
    margin-bottom: 12px;
}
.included__title::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}
.included__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}
@media (max-width: 480px) {
    .included__list { grid-template-columns: 1fr; }
}
.included__list li {
    font-size: 13px;
    color: var(--text);
    padding-left: 16px;
    position: relative;
}
.included__list li::before {
    content: "•";
    color: var(--green);
    font-weight: 700;
    position: absolute;
    left: 4px;
}

.grand-prize__visual {
    position: relative;
    background: var(--bg-soft);
    min-height: 480px;
    overflow: hidden;
}
@media (max-width: 900px) {
    .grand-prize__visual {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
}
@media (max-width: 480px) {
    .grand-prize__visual {
        aspect-ratio: 16 / 10;
    }
}
.grand-prize__photo {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 250ms ease;
    pointer-events: none;
}
.grand-prize__photo.is-active {
    opacity: 1;
    pointer-events: auto;
}
.grand-prize__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Сертификаты */
.certs__head {
    margin: 48px 0 28px;
    text-align: center;
}
.certs__title {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    margin-bottom: 8px;
}
.certs__sub {
    color: var(--text-soft);
    font-size: 15px;
}
.certs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 800px) {
    .certs__grid { grid-template-columns: 1fr; }
}
.cert-group {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease;
}
.cert-group:hover {
    border-color: var(--green);
    transform: translateY(-2px);
}
.cert-group::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--tier-color, var(--green));
}
.cert-group--tier-1 { --tier-color: var(--tier-1); }
.cert-group--tier-2 { --tier-color: var(--tier-2); }
.cert-group--tier-3 { --tier-color: var(--tier-3); }
.cert-group__rank {
    display: inline-block;
    background: var(--bg-soft);
    color: var(--text-soft);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}
.cert-group__amount {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
    color: var(--text);
    letter-spacing: -0.02em;
}
.cert-group__amount-suffix {
    font-size: 22px;
    color: var(--text-soft);
    font-weight: 700;
}
.cert-group__count {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 16px;
}
.cert-group__count strong {
    color: var(--text);
    font-weight: 700;
}
.cert-group__desc {
    font-size: 13px;
    color: var(--text-soft);
    line-height: 1.4;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

/* Итоговая плашка — вариант B (коралловый градиент) */
.prizes__total {
    margin-top: 36px;
    background: linear-gradient(135deg, #ff7e72 0%, var(--coral) 60%, var(--coral-dark) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.prizes__total::after {
    content: "🎁";
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 180px;
    opacity: 0.08;
    transform: rotate(15deg);
    pointer-events: none;
}
@media (max-width: 700px) {
    .prizes__total {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 24px;
    }
}
.prizes__total-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1;
}
.prizes__total-label {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.prizes__total-value {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}
.prizes__total-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: #fff;
    color: var(--coral-dark);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: all 200ms ease;
    z-index: 1;
    white-space: nowrap;
}
.prizes__total-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

/* =================================================== */
/* ====== КАК УЧАСТВОВАТЬ ============================= */
/* =================================================== */
.how {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.how__head {
    text-align: center;
    margin-bottom: 48px;
}
.how__eyebrow {
    display: inline-block;
    background: var(--green-soft);
    color: var(--green-text);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.how__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.how__sub {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 540px;
    margin: 0 auto;
}
.how__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    position: relative;
}
@media (max-width: 800px) {
    .how__grid { grid-template-columns: 1fr; gap: 16px; }
}
.step {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    transition: all 200ms ease;
}
.step:hover {
    border-color: var(--green);
    box-shadow: 0 8px 24px -8px rgba(58,168,74,0.15);
}
.step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--green-soft);
    color: var(--green-text);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.step__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.step__time {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--coral);
    background: var(--coral-soft);
    padding: 3px 9px;
    border-radius: 6px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.step__desc {
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.5;
}
@media (min-width: 801px) {
    .step + .step::before {
        content: "→";
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        color: var(--text-light);
        font-size: 18px;
        line-height: 1;
        display: grid;
        place-items: center;
        font-weight: 400;
    }
}

/* =================================================== */
/* ====== ФОРМА РЕГИСТРАЦИИ =========================== */
/* =================================================== */
.form-section {
    padding: var(--section-py) 0;
    background: var(--bg-soft);
}
.form-section__container {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 24px;
}
.form-section__head {
    text-align: center;
    margin-bottom: 32px;
}
.form-section__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    line-height: 1.1;
}
.form-section__sub {
    font-size: 16px;
    color: var(--text-soft);
}
.form-section__sub strong { color: var(--text); }

.form-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid var(--border);
}
@media (max-width: 600px) {
    .form-card { padding: 24px 20px; border-radius: 16px; }
}

.form-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}
.form-progress__step {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    position: relative;
}
.form-progress__step:not(:last-child)::after {
    content: "";
    flex: 1;
    height: 2px;
    background: var(--border);
    margin-left: 10px;
    transition: background 250ms ease;
}
.form-progress__step.is-done::after {
    background: var(--green);
}
.form-progress__circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--text-light);
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font-display);
    border: 2px solid var(--border);
    transition: all 250ms ease;
    flex-shrink: 0;
}
.form-progress__step.is-active .form-progress__circle,
.form-progress__step.is-done .form-progress__circle {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}
.form-progress__step.is-done .form-progress__circle::after {
    content: "✓";
}
.form-progress__step.is-done .form-progress__circle > span {
    display: none;
}
.form-progress__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    transition: color 200ms ease;
    white-space: nowrap;
}
.form-progress__step.is-active .form-progress__label { color: var(--text); }
.form-progress__step.is-done .form-progress__label { color: var(--green-text); }
@media (max-width: 480px) {
    .form-progress__label { display: none; }
    .form-progress__step:not(:last-child)::after { margin-left: 8px; }
}

.form-step { display: none; }
.form-step.is-active { display: block; }

.form-field { margin-bottom: 18px; }
.form-field__label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}
.form-field__input {
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text);
    background: #fff;
    border: 1.5px solid var(--border-input);
    border-radius: 12px;
    transition: border-color 150ms ease;
    outline: none;
}
.form-field__input::placeholder { color: var(--text-light); }
.form-field__input:focus { border-color: var(--green); }
.form-field__input--error {
    border-color: var(--error);
    background: var(--error-soft);
}
.form-field__hint {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 6px;
}
.form-field__error {
    font-size: 12px;
    color: var(--error);
    margin-top: 6px;
    display: none;
}
.form-field--has-error .form-field__error { display: block; }

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}
.form-check input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: var(--green);
    cursor: pointer;
    flex-shrink: 0;
}
.form-check__text {
    font-size: 13px;
    color: var(--text-soft);
    line-height: 1.4;
}
.form-check__text a {
    color: var(--green);
    text-decoration: underline;
}

.form-submit {
    width: 100%;
    padding: 18px 24px;
    background: var(--green);
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}
.form-submit:hover:not(:disabled) {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(58,168,74,0.4);
}
.form-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.form-disclaimer {
    font-size: 11px;
    color: var(--text-light);
    text-align: center;
    margin-top: 14px;
    line-height: 1.4;
}

.pin-info {
    background: var(--green-soft);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.pin-info__icon {
    width: 36px;
    height: 36px;
    background: var(--green);
    color: #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0;
}
.pin-info__text {
    font-size: 13px;
    color: var(--green-text);
    line-height: 1.45;
}
.pin-info__text strong {
    display: block;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 2px;
}
.pin-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 24px 0;
}
.pin-input {
    width: 60px;
    height: 70px;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    background: #fff;
    border: 2px solid var(--border-input);
    border-radius: 12px;
    outline: none;
    transition: border-color 150ms ease, transform 150ms ease;
    color: var(--text);
}
.pin-input:focus {
    border-color: var(--green);
    transform: scale(1.04);
}
.pin-input.is-filled {
    border-color: var(--green);
    background: var(--green-soft);
}
@media (max-width: 420px) {
    .pin-input { width: 52px; height: 60px; font-size: 26px; }
    .pin-inputs { gap: 8px; }
}
.pin-timer {
    text-align: center;
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 18px;
}
.pin-timer strong { color: var(--text); font-weight: 700; }
.pin-actions {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pin-resend {
    background: transparent;
    border: 1px solid var(--border-input);
    color: var(--text-soft);
    padding: 12px;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 200ms ease;
}
.pin-resend:hover:not(:disabled) {
    border-color: var(--text);
    color: var(--text);
}
.pin-resend:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.success {
    text-align: center;
    padding: 12px 0;
}
.success__icon {
    width: 72px;
    height: 72px;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 36px;
    margin-bottom: 18px;
}
.success__title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.success__sub {
    color: var(--text-soft);
    margin-bottom: 8px;
}
.success__number {
    display: inline-block;
    background: var(--bg-soft);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--green);
    padding: 8px 18px;
    border-radius: 10px;
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}
.success__share {
    background: var(--bg-soft);
    border-radius: 14px;
    padding: 20px;
    margin-top: 12px;
    text-align: left;
}
.success__share-title {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.success__share-sub {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 14px;
}

/* =================================================== */
/* ====== О ЛЕНЗК ===================================== */
/* =================================================== */
.about {
    padding: var(--section-py) 0;
    background: var(--bg);
}
.about__head {
    text-align: center;
    margin-bottom: 48px;
}
.about__eyebrow {
    display: inline-block;
    background: var(--green-soft);
    color: var(--green-text);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.about__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.about__sub {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 640px;
    margin: 0 auto;
}
.about__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px;
}
@media (max-width: 900px) { .about__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .about__grid { grid-template-columns: 1fr; } }

.feature {
    background: var(--bg-soft);
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 200ms ease;
}
.feature:hover {
    background: #fff;
    border-color: var(--green);
    transform: translateY(-2px);
}
.feature__icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 16px;
}
.feature__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.feature__desc {
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.5;
}
.about__more {
    background: var(--bg-dark);
    color: #fff;
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
@media (max-width: 700px) {
    .about__more {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 28px 24px;
    }
}
.about__more-text { flex: 1; }
.about__more-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #fff;
    letter-spacing: -0.01em;
}
.about__more-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}
.about__more-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: #fff;
    color: var(--text);
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 200ms ease;
    white-space: nowrap;
}
.about__more-cta:hover {
    background: var(--green);
    color: #fff;
}

/* =================================================== */
/* ====== FAQ ========================================= */
/* =================================================== */
.faq {
    padding: var(--section-py) 0;
    background: var(--bg-soft);
}
.faq__head {
    text-align: center;
    margin-bottom: 40px;
}
.faq__title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.faq__sub {
    font-size: 17px;
    color: var(--text-soft);
}
.faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 200ms ease;
}
.faq-item.is-open { border-color: var(--green); }
.faq-item__question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
    transition: color 150ms ease;
}
.faq-item__question:hover { color: var(--green); }
.faq-item__icon {
    width: 28px;
    height: 28px;
    background: var(--bg-soft);
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all 200ms ease;
    position: relative;
}
.faq-item.is-open .faq-item__icon {
    background: var(--green);
    color: #fff;
}
.faq-item__icon::before {
    content: "";
    width: 12px;
    height: 2px;
    background: currentColor;
    position: absolute;
}
.faq-item__icon::after {
    content: "";
    width: 2px;
    height: 12px;
    background: currentColor;
    position: absolute;
    transition: opacity 200ms ease;
}
.faq-item.is-open .faq-item__icon::after { opacity: 0; }

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
}
.faq-item.is-open .faq-item__answer { max-height: 800px; }
.faq-item__answer-inner {
    padding: 0 24px 22px;
    font-size: 15px;
    color: var(--text-soft);
    line-height: 1.6;
}
.faq-item__answer-inner strong { color: var(--text); }
.faq-item__answer-inner a {
    color: var(--green);
    text-decoration: underline;
}
.faq-item__answer-inner ul {
    margin-top: 8px;
    padding-left: 20px;
}
.faq-item__answer-inner li { margin-bottom: 4px; }

.faq__contact {
    text-align: center;
    margin-top: 36px;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.faq__contact-title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.faq__contact-sub {
    font-size: 14px;
    color: var(--text-soft);
    margin-bottom: 14px;
}
.faq__contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}
.faq__contact-phone:hover { color: var(--green-dark); }

/* =================================================== */
/* ====== ФУТЕР ======================================= */
/* =================================================== */
.footer {
    background: var(--bg-dark);
    color: rgba(255,255,255,0.7);
    padding: 64px 0 32px;
    font-size: 14px;
}
.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
@media (max-width: 900px) {
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 500px) {
    .footer__grid { grid-template-columns: 1fr; gap: 24px; }
}
.footer__col-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    text-decoration: none;
}
.footer__logo img {
    height: 36px;
    width: auto;
}
.footer__about {
    line-height: 1.6;
    margin-bottom: 16px;
}
.footer__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__list a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 150ms ease;
}
.footer__list a:hover { color: #fff; }

.footer__contact-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__contact-row a {
    color: #fff;
    font-weight: 700;
    font-family: var(--font-display);
    font-size: 18px;
    text-decoration: none;
}

.footer__socials {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.footer__social {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: all 150ms ease;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.footer__social:hover { background: var(--green); }

.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.footer__bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}
.footer__bottom a:hover { color: #fff; }

/* =================================================== */
/* ====== УТИЛИТЫ ===================================== */
/* =================================================== */
.reg-deadline {
    text-align: center;
    margin-top: 18px;
    font-size: 13px;
    color: var(--text-light);
}
.reg-deadline strong { color: var(--text); }

/* =================================================== */
/* ====== Reverse Flash Call (обратный fallback) ===== */
/* =================================================== */
.pin-reverse-btn {
    background: transparent;
    color: var(--coral);
    border: 1.5px solid var(--coral);
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    cursor: pointer;
    transition: all 200ms ease;
    margin-top: 10px;
}
.pin-reverse-btn:hover {
    background: var(--coral);
    color: #fff;
}

.reverse-call {
    margin-top: 20px;
    padding: 20px 22px;
    background: linear-gradient(135deg, #fff5f3 0%, #ffe9e6 100%);
    border: 1px solid #ffcfc8;
    border-radius: 14px;
    text-align: center;
}
.reverse-call__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 14px;
    margin-bottom: 14px;
    color: var(--text);
}
.reverse-call__icon {
    font-size: 22px;
}
.reverse-call__number {
    display: inline-block;
    font-family: var(--font-display);
    font-size: clamp(22px, 5vw, 30px);
    font-weight: 800;
    color: var(--coral);
    text-decoration: none;
    padding: 12px 24px;
    background: #fff;
    border: 1.5px solid var(--coral);
    border-radius: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    transition: all 200ms ease;
}
.reverse-call__number:hover {
    background: var(--coral);
    color: #fff;
    transform: translateY(-1px);
}
.reverse-call__hint {
    font-size: 12px;
    color: var(--text-soft);
    line-height: 1.5;
    margin-bottom: 14px;
}
.reverse-call__status {
    font-size: 13px;
    color: var(--text-soft);
    font-style: italic;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.reverse-call__status::before {
    content: "";
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--coral);
    animation: pulse 1.5s ease-in-out infinite;
}
.reverse-call__status.is-success {
    color: var(--green);
}
.reverse-call__status.is-success::before {
    background: var(--green);
    animation: none;
}
