.premium-page {
    max-width: 1180px;
    margin: 72px auto 0;
    padding: 24px 20px 88px;
}

.premium-hero {
    margin-bottom: 34px;
}

.premium-club-hero {
    display: flex;
    justify-content: center;
}

.premium-club-hero__copy {
    max-width: 760px;
    text-align: center;
}

.premium-club-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #c8d4e3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-title {
    margin: 18px 0 12px;
    color: #f8fafc;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.premium-subtitle {
    margin: 0 auto;
    max-width: 700px;
    color: #8fa0b5;
    font-size: 16px;
    line-height: 1.75;
}

.premium-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.tariff-card {
    position: relative;
    display: flex;
}

.tariff-card__surface {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        #10151d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.3);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tariff-card:hover .tariff-card__surface {
    transform: translateY(-6px);
}

.tariff-card--standard .tariff-card__surface:hover {
    border-color: rgba(93, 158, 255, 0.35);
    box-shadow: 0 26px 64px rgba(34, 101, 184, 0.22);
}

.tariff-card--premium .tariff-card__surface {
    background:
        radial-gradient(circle at top left, rgba(219, 176, 78, 0.14), transparent 44%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        #12110d;
    border-color: rgba(219, 176, 78, 0.24);
}

.tariff-card--premium .tariff-card__surface:hover {
    border-color: rgba(235, 197, 95, 0.44);
    box-shadow: 0 28px 68px rgba(143, 106, 17, 0.24);
}

.tariff-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tariff-card__badge,
.tariff-card__accent {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tariff-card__badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dce6f3;
}

.tariff-card__accent {
    background: rgba(219, 176, 78, 0.14);
    border: 1px solid rgba(219, 176, 78, 0.24);
    color: #f2d57b;
}

.tariff-card__headline h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 0.98;
}

.tariff-card__price {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
}

.tariff-card__caption {
    margin: 10px 0 0;
    color: #9cb0c8;
    font-size: 14px;
    font-weight: 500;
}

.tariff-card__access {
    display: grid;
    gap: 10px;
}

.tariff-card__access-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #dde9f8;
    font-size: 14px;
    line-height: 1.45;
}

.tariff-card__access-row--muted {
    color: #91a0b1;
}

.tariff-card__dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #5d9eff;
}

.tariff-card--premium .tariff-card__dot {
    background: #e1ba57;
}

.tariff-card__body {
    color: #dbe5f2;
    font-size: 15px;
    line-height: 1.72;
}

.tariff-card__body p {
    margin: 0 0 12px;
}

.tariff-card__body p:last-child {
    margin-bottom: 0;
}

.tariff-card__body ul,
.tariff-card__body ol {
    margin: 0;
    padding-left: 20px;
}

.tariff-card__body li + li {
    margin-top: 10px;
}

.tariff-card__body strong {
    color: #ffffff;
}

.tariff-card__body a {
    color: #97c4ff;
}

.tariff-card__footer {
    margin-top: auto;
}

.tariff-card__button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(180deg, #448eff, #2f75e8);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 16px 38px rgba(47, 117, 232, 0.28);
}

.tariff-card__button:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.tariff-card--premium .tariff-card__button {
    background: linear-gradient(180deg, #f3d779, #d7aa36);
    color: #1a160d;
    box-shadow: 0 18px 42px rgba(193, 145, 29, 0.3);
}

.tariff-card__button--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e6eef8;
    box-shadow: none;
}

.premium-empty {
    grid-column: 1 / -1;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d4deea;
}

.club-waitlist-page {
    padding-bottom: 80px;
}

.club-waitlist-hero {
    margin-bottom: 28px;
}

.club-waitlist-layout {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    align-items: start;
}

.club-waitlist-section {
    background: #0d1117;
    border-radius: 22px;
    padding: 24px;
    display: grid;
    gap: 14px;
}

.club-waitlist-section h2 {
    margin: 0;
    font-size: 24px;
    color: #f8fafc;
}

.club-waitlist-section p {
    margin: 0;
    color: #8a96a3;
    line-height: 1.7;
}

.club-waitlist-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.club-waitlist-embed iframe,
.club-waitlist-embed-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.club-waitlist-embed-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #94a3b8;
}

.club-waitlist-link {
    display: inline-flex;
    width: fit-content;
    color: #8dbbff;
    text-decoration: none;
    font-weight: 600;
}

.club-waitlist-link:hover {
    color: #b5d3ff;
}

.club-waitlist-form {
    display: grid;
    gap: 14px;
}

.club-waitlist-field {
    display: grid;
    gap: 8px;
}

.club-waitlist-field label {
    color: #e5edf8;
    font-size: 14px;
    font-weight: 600;
}

.club-waitlist-field input,
.club-waitlist-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #111827;
    color: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    outline: none;
}

.club-waitlist-field textarea {
    min-height: 132px;
    resize: vertical;
}

.club-waitlist-success {
    border-radius: 16px;
    padding: 14px 16px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.24);
    color: #c8f3d6;
}

@media (max-width: 1080px) {
    .premium-plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .club-waitlist-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .premium-page {
        margin-top: 54px;
        padding: 18px 14px 72px;
    }

    .premium-plans {
        grid-template-columns: 1fr;
    }

    .tariff-card__headline h2 {
        font-size: 34px;
    }

    .tariff-card__price {
        font-size: 24px;
    }

    .club-waitlist-section {
        padding: 18px;
    }
}
