.pro-shell {
    width: min(1280px, calc(100% - 28px));
    margin: 28px auto 48px;
    color: #ecf4ff;
}

.pro-hero,
.pro-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(103, 232, 249, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(10, 18, 29, 0.98), rgba(16, 27, 41, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.pro-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
    gap: 24px;
    padding: 30px;
    overflow: hidden;
}

.pro-kicker,
.pro-panel__eyebrow,
.pro-price-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.12);
    color: #cffafe;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-hero h1,
.pro-panel h2 {
    margin: 16px 0 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.pro-hero h1 {
    font-size: clamp(2.35rem, 4vw, 4.3rem);
    line-height: 0.96;
}

.pro-lead {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(230, 238, 249, 0.8);
    font-size: 1.02rem;
    line-height: 1.75;
}

.pro-trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.pro-trustbar span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #dbe9f8;
    font-size: 0.9rem;
}

.pro-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.pro-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.pro-btn.is-primary {
    background: linear-gradient(135deg, #38bdf8, #22c55e);
    color: #04263a;
}

.pro-btn.is-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #eff6ff;
}

.pro-btn.is-dark {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #2b1800;
}

.pro-pricing {
    align-self: stretch;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(13, 23, 36, 0.96), rgba(11, 20, 32, 0.98));
}

.pro-price-main {
    margin-top: 16px;
    color: #ffffff;
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.pro-price-sub {
    margin-top: 6px;
    color: #fcd34d;
    font-weight: 700;
}

.pro-price-copy,
.pro-price-note {
    margin: 16px 0 0;
    color: rgba(238, 242, 247, 0.78);
    line-height: 1.7;
}

.pro-price-note {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.pro-panel {
    padding: 22px;
}

.pro-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.pro-panel__head h2 {
    font-size: 1.5rem;
}

.pro-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.pro-status-pill.is-active {
    background: rgba(34, 197, 94, 0.18);
    color: #b8ffd5;
}

.pro-status-pill.is-ready {
    background: rgba(56, 189, 248, 0.18);
    color: #c9f3ff;
}

.pro-status-pill.is-pending {
    background: rgba(245, 158, 11, 0.18);
    color: #ffe3a3;
}

.pro-status-pill.is-free {
    background: rgba(255, 255, 255, 0.08);
    color: #e5edf8;
}

.pro-status-list {
    margin-top: 18px;
}

.pro-status-row,
.pro-compare__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pro-status-row span,
.pro-compare__row span {
    color: #98adc1;
}

.pro-status-row strong,
.pro-compare__row strong {
    color: #ffffff;
    text-align: right;
}

.pro-callout {
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.pro-callout strong {
    color: #ffffff;
}

.pro-callout p {
    margin: 10px 0 0;
    color: rgba(232, 238, 246, 0.78);
    line-height: 1.7;
}

.pro-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.pro-feature-card {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.pro-feature-card .uk-icon {
    color: #67e8f9;
}

.pro-feature-card strong,
.pro-feature-card small {
    display: block;
}

.pro-feature-card strong {
    margin-top: 12px;
    color: #ffffff;
    font-size: 1rem;
}

.pro-feature-card small {
    margin-top: 8px;
    color: #a9bacb;
    line-height: 1.55;
}

.pro-faq {
    margin-top: 18px;
}

.pro-faq details {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pro-faq summary {
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    list-style: none;
}

.pro-faq summary::-webkit-details-marker {
    display: none;
}

.pro-faq p {
    margin: 10px 0 0;
    color: #a9bacb;
    line-height: 1.7;
}

@media (max-width: 960px) {
    .pro-hero,
    .pro-grid {
        grid-template-columns: 1fr;
    }

    .pro-shell {
        width: min(100% - 20px, 100%);
        margin-top: 20px;
    }

    .pro-hero,
    .pro-panel {
        border-radius: 22px;
        padding: 18px;
    }

    .pro-feature-grid {
        grid-template-columns: 1fr;
    }

    .pro-panel__head,
    .pro-status-row,
    .pro-compare__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro-status-row strong,
    .pro-compare__row strong {
        text-align: left;
    }
}
