/* VPSRox — pricing page */

.pr-hero {
    padding: 72px 0 48px;
    text-align: center;
}

.pr-crumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
}

.pr-crumb a {
    color: var(--text-secondary);
    transition: color 0.2s;
}

.pr-crumb a:hover { color: var(--bg-card); }

.pr-crumb-current { color: var(--text-main); font-weight: 600; }

.pr-hero h1 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.12;
    margin-bottom: 20px;
    color: var(--text-main);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.pr-hero-lead {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 680px;
    margin: 0 auto 36px;
    line-height: 1.65;
}

.pr-hero-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.pr-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
}

.pr-chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-green);
    flex-shrink: 0;
}

.pr-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Full comparison table */
.pr-table-section {
    padding: 48px 0 80px;
    background: var(--bg-white);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.pr-section-eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-green);
    margin-bottom: 12px;
}

.pr-section-head {
    text-align: center;
    margin-bottom: 48px;
}

.pr-section-head h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 14px;
    color: var(--text-main);
}

.pr-section-head p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.pr-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid var(--border-light);
    box-shadow: 0 12px 40px rgba(15, 42, 29, 0.06);
}

.pr-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    background: var(--bg-white);
}

.pr-table th,
.pr-table td {
    padding: 20px 24px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.pr-table th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    background: rgba(0, 0, 0, 0.02);
}

.pr-table tbody tr:last-child td { border-bottom: none; }

.pr-table tbody tr:hover td {
    background: rgba(42, 211, 135, 0.04);
}

.pr-table .pr-td-price {
    font-size: 28px;
    font-weight: 800;
    color: var(--bg-card);
    letter-spacing: -0.5px;
}

.pr-table .pr-td-daily {
    font-size: 15px;
    color: var(--text-secondary);
}

.pr-table .pr-td-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(42, 211, 135, 0.12);
    color: #15803d;
}

.pr-table .pr-td-tag--hot {
    background: var(--bg-card);
    color: var(--accent-green);
}

/* Interactive calculator */
.pr-calc-section {
    padding: 100px 0;
    background: var(--bg-main);
}

.pr-rate-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.pr-rate-tab {
    appearance: none;
    border: 1px solid var(--border-light);
    background: var(--bg-white);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
}

.pr-rate-tab:hover {
    border-color: var(--accent-green);
    transform: translateY(-2px);
}

.pr-rate-tab.is-active {
    background: var(--bg-card);
    border-color: var(--bg-card);
    color: var(--text-light);
    box-shadow: 0 16px 40px rgba(15, 42, 29, 0.25);
}

.pr-rate-tab-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.pr-rate-tab.is-active .pr-rate-tab-name { color: var(--text-light-secondary); }

.pr-rate-tab-price {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--text-main);
    line-height: 1;
}

.pr-rate-tab.is-active .pr-rate-tab-price { color: var(--accent-green); }

.pr-rate-tab-unit {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 4px;
}

.pr-rate-tab.is-active .pr-rate-tab-unit { color: var(--text-light-secondary); }

.pr-rate-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    background: var(--accent-green);
    color: #0F2A1D;
    white-space: nowrap;
}

.pr-calc-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: var(--bg-card);
    border-radius: 24px;
    padding: 48px;
    color: var(--text-light);
    box-shadow: 0 30px 60px rgba(15, 42, 29, 0.28);
    box-sizing: border-box;
}

.pr-calc-panel > div {
    min-width: 0;
}

.pr-calc-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-light-secondary);
    margin-bottom: 12px;
}

.pr-calc-price {
    font-size: 64px;
    font-weight: 800;
    color: var(--accent-green);
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 16px;
}

.pr-calc-daily {
    font-size: 16px;
    color: var(--text-light-secondary);
    line-height: 1.6;
    margin-bottom: 12px;
}

.pr-calc-daily strong { color: var(--text-light); }

.pr-calc-note {
    font-size: 14px;
    color: var(--text-light-secondary);
    line-height: 1.55;
}

.pr-calc-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.pr-stat-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-dark);
    border-radius: 14px;
    padding: 16px 18px;
}

.pr-stat-box-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light-secondary);
    margin-bottom: 6px;
}

.pr-stat-box-val {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-light);
}

.pr-calc-cta {
    min-width: 0;
    max-width: 100%;
}

.pr-calc-cta .btn-primary {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 16px;
    background: var(--bg-white);
    color: var(--text-main);
    margin-bottom: 12px;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
}

.pr-calc-cta .btn-primary:hover { background: var(--bg-main); }

.pr-calc-pay-note {
    display: block;
    font-size: 12px;
    color: var(--text-light-secondary);
    text-align: center;
    line-height: 1.5;
}

/* Hardware baseline */
.pr-spec-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.pr-spec-band {
    background: var(--bg-main);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 48px;
    text-align: center;
}

.pr-spec-band h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.pr-spec-band > p {
    color: var(--text-secondary);
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.pr-spec-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.pr-spec-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 12px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    min-width: 0;
    text-align: center;
}

.pr-spec-pill-key {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

.pr-spec-pill-val {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

/* Addons */
.pr-addon-section {
    padding: 80px 0 100px;
    background: var(--bg-main);
}

.pr-addon-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.pr-addon-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 20px;
    padding: 28px 32px;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.pr-addon-row:hover {
    border-color: rgba(42, 211, 135, 0.45);
    box-shadow: 0 12px 32px rgba(15, 42, 29, 0.06);
}

.pr-addon-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(15, 42, 29, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-card);
    flex-shrink: 0;
}

.pr-addon-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-main);
}

.pr-addon-body p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.55;
    margin: 0;
}

.pr-addon-tier-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.pr-addon-tier {
    font-size: 12px;
    color: var(--text-secondary);
    padding: 4px 10px;
    background: var(--bg-main);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    white-space: nowrap;
}

.pr-addon-live-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
    flex-shrink: 0;
}

.pr-addon-live-wrap span {
    font-size: 12px;
    color: var(--text-muted);
}

.pr-addon-live {
    font-size: 20px;
    font-weight: 800;
    color: var(--accent-green);
}

/* Nodes parity */
.pr-nodes-section {
    padding: 64px 0;
    background: var(--bg-card);
    color: var(--text-light);
    text-align: center;
}

.pr-nodes-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.pr-nodes-section > .container > p {
    color: var(--text-light-secondary);
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.pr-node-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.pr-node-tag {
    padding: 10px 18px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-dark);
    font-size: 14px;
    font-weight: 500;
}

.pr-nodes-footnote {
    font-size: 14px;
    color: var(--accent-green);
    font-weight: 600;
}

/* Included checklist */
.pr-included-section {
    padding: 100px 0;
    background: var(--bg-white);
}

.pr-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.pr-included-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pr-included-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    color: var(--text-main);
    line-height: 1.5;
}

.pr-included-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(42, 211, 135, 0.15);
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 800;
}

.pr-pay-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.pr-pay-badge {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: var(--bg-main);
    border: 1px solid var(--border-light);
    color: var(--text-secondary);
}

/* FAQ */
.pr-faq-section {
    padding: 100px 0;
    background: var(--bg-main);
    border-top: 1px solid var(--border-light);
}

.pr-faq-list {
    max-width: 760px;
    margin: 0 auto;
}

.pr-faq-item {
    border-bottom: 1px solid var(--border-light);
}

.pr-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: color 0.2s;
}

.pr-faq-q:hover { color: var(--bg-card); }

.pr-faq-q svg {
    flex-shrink: 0;
    transition: transform 0.25s;
    color: var(--text-muted);
}

.pr-faq-item.is-open .pr-faq-q svg {
    transform: rotate(180deg);
    color: var(--text-main);
}

.pr-faq-a {
    display: none;
    padding-bottom: 24px;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.75;
}

.pr-faq-item.is-open .pr-faq-a {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Bottom CTA */
.pr-cta-section {
    padding: 100px 0 120px;
    background: var(--bg-white);
}

.pr-cta-panel {
    text-align: center;
    background: var(--bg-card);
    color: var(--text-light);
    border-radius: 28px;
    padding: 64px 48px;
    box-shadow: 0 30px 60px rgba(15, 42, 29, 0.22);
}

.pr-cta-panel h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.pr-cta-panel p {
    font-size: 17px;
    color: var(--text-light-secondary);
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.pr-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pr-cta-actions .btn-primary {
    background: var(--bg-white);
    color: var(--text-main);
    padding: 16px 32px;
    font-size: 16px;
}

.pr-cta-actions .btn-secondary {
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--text-light);
    padding: 16px 32px;
    font-size: 16px;
}

.pr-cta-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Scroll reveal */
.pr-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pr-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 960px) {
    .pr-rate-tabs { grid-template-columns: repeat(2, 1fr); }
    .pr-rate-tab { min-width: 0; }
    .pr-calc-panel { grid-template-columns: 1fr; padding: 32px 24px; }
    .pr-included-grid { grid-template-columns: 1fr; gap: 32px; }
    .pr-addon-row {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 16px 20px;
    }
    .pr-addon-icon { grid-row: 1; }
    .pr-addon-body { grid-column: 2; min-width: 0; }
    .pr-addon-live-wrap {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding-top: 14px;
        border-top: 1px solid var(--border-light);
    }
    .pr-spec-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    main .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pr-hero {
        padding: 48px 0 36px;
    }

    .pr-hero h1 {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .pr-hero-lead {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .pr-hero-chips {
        gap: 8px;
        margin-bottom: 24px;
    }

    .pr-chip {
        padding: 8px 14px;
        font-size: 13px;
    }

    .pr-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        max-width: 360px;
        margin: 0 auto;
    }

    .pr-hero-actions .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .pr-table-section {
        padding: 36px 0 56px;
    }

    .pr-section-head {
        margin-bottom: 32px;
    }

    .pr-section-head h2 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .pr-section-head p {
        font-size: 15px;
    }

    .pr-table-wrap {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
        -webkit-overflow-scrolling: touch;
    }

    .pr-calc-section {
        padding: 56px 0;
    }

    .pr-rate-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding-top: 8px;
    }

    .pr-rate-tab {
        padding: 16px 10px;
        border-radius: 14px;
    }

    .pr-rate-tab-name {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .pr-rate-tab-price {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .pr-rate-tab-unit {
        font-size: 12px;
    }

    .pr-rate-badge {
        font-size: 10px;
        padding: 3px 10px;
        top: -8px;
    }

    .pr-calc-panel {
        padding: 28px 20px;
        border-radius: 20px;
        gap: 24px;
        box-sizing: border-box;
    }

    .pr-calc-price {
        font-size: 44px;
        letter-spacing: -1.5px;
        word-break: break-word;
    }

    .pr-calc-daily {
        font-size: 15px;
    }

    .pr-calc-note {
        font-size: 13px;
    }

    .pr-calc-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pr-stat-box {
        padding: 12px 14px;
        min-width: 0;
    }

    .pr-stat-box-label {
        font-size: 10px;
        line-height: 1.35;
    }

    .pr-stat-box-val {
        font-size: 18px;
        word-break: break-word;
    }

    .pr-calc-cta .btn-primary {
        padding: 14px 16px;
        font-size: 15px;
    }

    .pr-calc-pay-note {
        font-size: 11px;
        line-height: 1.55;
        padding: 0 4px;
    }

    .pr-spec-section {
        padding: 56px 0;
    }

    .pr-spec-band {
        padding: 28px 20px;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .pr-spec-band h2 {
        font-size: 24px;
    }

    .pr-spec-band > p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .pr-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pr-spec-pill {
        padding: 14px 10px;
    }

    .pr-spec-pill-val {
        font-size: 14px;
    }

    .pr-addon-section {
        padding: 56px 0 72px;
    }

    .pr-addon-row {
        padding: 20px 18px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .pr-addon-body {
        min-width: 0;
    }

    .pr-addon-body h3 {
        font-size: 16px;
    }

    .pr-addon-body p {
        font-size: 13px;
    }

    .pr-addon-tier-list {
        gap: 5px;
    }

    .pr-addon-tier {
        font-size: 11px;
        padding: 3px 8px;
    }

    .pr-addon-live {
        font-size: 18px;
    }

    .pr-nodes-section {
        padding: 48px 0;
    }

    .pr-nodes-section h2 {
        font-size: 26px;
        line-height: 1.25;
        padding: 0 4px;
    }

    .pr-nodes-section > .container > p {
        font-size: 15px;
    }

    .pr-node-tag {
        padding: 8px 14px;
        font-size: 13px;
    }

    .pr-nodes-footnote {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 8px;
    }

    .pr-included-section {
        padding: 56px 0;
    }

    .pr-included-item {
        font-size: 14px;
        gap: 12px;
    }

    .pr-pay-badges {
        gap: 8px;
        margin-top: 20px;
    }

    .pr-pay-badge {
        font-size: 11px;
        padding: 6px 10px;
    }

    .pr-faq-section {
        padding: 56px 0;
    }

    .pr-faq-q {
        padding: 20px 0;
        font-size: 16px;
        gap: 12px;
    }

    .pr-faq-a {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .pr-cta-section {
        padding: 56px 0 80px;
    }

    .pr-cta-panel {
        padding: 36px 20px;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .pr-cta-panel h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .pr-cta-panel p {
        font-size: 15px;
    }

    .pr-cta-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        max-width: 360px;
        margin: 0 auto;
    }

    .pr-cta-actions .btn {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .pr-hero h1 {
        font-size: 28px;
    }

    .pr-hero-lead {
        font-size: 15px;
    }

    .pr-chip {
        padding: 7px 12px;
        font-size: 12px;
    }

    .pr-section-head h2 {
        font-size: 24px;
    }

    .pr-rate-tab-price {
        font-size: 22px;
    }

    .pr-calc-price {
        font-size: 38px;
    }

    .pr-calc-stats {
        grid-template-columns: 1fr 1fr;
    }

    .pr-stat-box-val {
        font-size: 16px;
    }

    .pr-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pr-addon-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pr-addon-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .pr-addon-body {
        grid-column: 1;
    }

    .pr-addon-tier-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .pr-addon-tier {
        text-align: center;
        white-space: normal;
    }

    .pr-nodes-section h2 {
        font-size: 22px;
    }

    .pr-cta-panel h2 {
        font-size: 22px;
    }
}
