﻿.premium-page-body {
    background: #eef2f7;
}

.premium-landing {
    min-height: 100vh;
    padding: 40px 0 90px;
    background:
        radial-gradient(1200px 420px at 10% -10%, rgba(250, 100, 0, 0.16), transparent 60%),
        radial-gradient(1200px 420px at 95% 0%, rgba(6, 182, 212, 0.14), transparent 58%),
        linear-gradient(180deg, #f9fbff 0%, #eef2f7 72%);
}

.premium-wrap {
    max-width: 1280px;
}

.premium-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    padding: 40px;
    border: 1px solid rgba(28, 35, 52, 0.08);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
    box-shadow: none;
}

.premium-hero-content {
    min-width: 0;
}

.premium-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(250, 100, 0, 0.35);
    background: rgba(250, 100, 0, 0.12);
    color: #b64800;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.premium-title {
    margin: 16px 0 14px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.premium-subtitle {
    margin: 0;
    max-width: 660px;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
}

.premium-hero-metrics {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.premium-metric {
    border: 1px solid #dce4ef;
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
    display: grid;
    gap: 2px;
}

.premium-metric-value {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.premium-metric-label {
    font-size: 12px;
    color: #64748b;
}

.premium-tabs-toggle {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border-radius: 14px;
    border: 1px solid #d9e2ef;
    background: #fff;
}

.premium-tab-btn {
    min-width: 176px;
    border: 0;
    border-radius: 10px;
    padding: 10px 16px;
    background: transparent;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s ease;
}

.premium-tab-btn.active {
    background: #111827;
    color: #fff;
}

.premium-tab-btn:not(.active):hover {
    background: #f1f5f9;
}

.premium-hero-art {
    position: relative;
}

.premium-hero-art::before {
    content: '';
    position: absolute;
    inset: 6% 10%;
    border-radius: 24px;
    background: radial-gradient(circle at center, rgba(250, 100, 0, 0.28), rgba(250, 100, 0, 0));
    filter: blur(26px);
    pointer-events: none;
}

.premium-hero-image {
    width: min(640px, 100%);
    height: auto;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1;
    filter: none;
}

.premium-section {
    margin-top: 28px;
}

.premium-section-head {
    margin-bottom: 14px;
}

.premium-section-head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    color: #111827;
}

.premium-section-head p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.premium-card {
    position: relative;
    border: 1px solid #dde5f0;
    border-radius: 22px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.premium-card.featured {
    border-color: rgba(250, 100, 0, 0.55);
    box-shadow: none;
}

.premium-card-mark {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #fa6400, #ff8a00);
}

.premium-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fa6400;
    background: rgba(250, 100, 0, 0.12);
    flex-shrink: 0;
}

.premium-card-name {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
}

.premium-card-type {
    margin: 2px 0 0;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.premium-card-price {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.premium-card-price-value {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #0f172a;
}

.premium-card-price-unit {
    font-size: 13px;
    color: #64748b;
    font-weight: 700;
}

.premium-card-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
    display: grid;
    gap: 10px;
    flex: 1;
}

.premium-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
}

.benefit-link {
    color: #0b5ed7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 700;
}

.benefit-tip {
    position: relative;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    color: #64748b;
    vertical-align: middle;
    cursor: help;
}

.benefit-tip::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    min-width: 180px;
    max-width: 280px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.95);
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 10;
}

.benefit-tip:hover::after,
.benefit-tip:focus::after {
    opacity: 1;
}

.premium-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #15803d;
    background: rgba(34, 197, 94, 0.15);
    flex-shrink: 0;
}

.btn-premium-choose {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
    background: #edf2f8;
    transition: 0.2s ease;
}

.btn-premium-choose:hover {
    background: #e2e8f0;
}

.premium-card.featured .btn-premium-choose {
    color: #fff;
    background: linear-gradient(135deg, #fa6400, #ff8a00);
}

.premium-card.featured .btn-premium-choose:hover {
    filter: brightness(0.96);
}

.premium-loading,
.premium-empty {
    border: 1px dashed #cad5e3;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.premium-card-active {
    border-color: rgba(22, 163, 74, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #f8fff9 100%);
}

.premium-active-meta {
    margin: 18px 0 20px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #dceadf;
    background: #fff;
}

.premium-active-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.premium-active-date {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    color: #0f172a;
}

.btn-premium-cancel {
    width: 100%;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    color: #b91c1c;
    background: #fff5f5;
    transition: 0.2s ease;
}

.btn-premium-cancel:hover {
    background: #fee2e2;
}

.premium-select-modal {
    border-radius: 22px;
}

.premium-modal-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    color: #111827;
}

.premium-modal-subtitle {
    margin: 8px 0 18px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.premium-duration-grid {
    display: grid;
    gap: 10px;
}

.premium-duration-btn {
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    color: #0f172a;
    font-weight: 700;
    transition: 0.2s ease;
}

.premium-duration-btn:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.premium-duration-btn.active {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.premium-duration-months {
    font-size: 14px;
    font-weight: 800;
}

.premium-duration-price {
    font-size: 15px;
    font-weight: 900;
}

.premium-modal-total {
    margin-top: 14px;
    margin-bottom: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 12px 14px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.premium-modal-total span {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.premium-modal-total b {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .premium-hero {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .premium-hero-art {
        order: -1;
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .premium-landing {
        padding: 22px 0 70px;
    }

    .premium-hero {
        padding: 18px;
        border-radius: 20px;
    }

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

    .premium-tabs-toggle {
        width: 100%;
    }

    .premium-tab-btn {
        flex: 1;
        min-width: 0;
        padding: 10px 8px;
        font-size: 13px;
    }

    .premium-section-head h2 {
        font-size: 22px;
    }

    .premium-card {
        border-radius: 18px;
        padding: 16px;
    }

    .premium-card-price-value {
        font-size: 30px;
    }
}
