/* ════════════════════════════════════════════════════════════
   PRICING PAGE  —  light + teal theme
   ════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.pr-hero {
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 50%, #f0f9ff 100%);
    padding: 72px 0 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pr-hero::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    top: -200px; right: -150px;
    background: radial-gradient(circle, rgba(20,184,166,.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.pr-hero-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.pr-hero-inner h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900; color: #0f172a;
    letter-spacing: -1.5px; line-height: 1.15;
    margin: 14px 0 16px;
}
.pr-hero-inner p { font-size: 1.0625rem; color: #64748b; line-height: 1.7; margin: 0 0 28px; }
.pr-hero-trust {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 8px;
}
.pr-hero-trust span {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 14px;
    background: rgba(20,184,166,.08);
    border: 1px solid rgba(20,184,166,.2);
    border-radius: 100px;
    font-size: .8125rem; font-weight: 600; color: #0d9488;
}
.pr-hero-trust i { font-size: 11px; }

/* ── Section ── */
.pr-section { background: #f1f5f9; padding: 48px 0 64px; }
.pr-inner {
    background: #fff;
    border-radius: 28px;
    border: 1.5px solid #e5e7eb;
    box-shadow: 0 4px 32px rgba(0,0,0,.07);
    padding: 52px 48px 56px;
}
@media (max-width: 768px) { .pr-inner { padding: 28px 18px 32px; } }

/* ── Gov banner ── */
.pr-gov-banner {
    display: flex; align-items: center; gap: 20px;
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 50%, #ecfdf5 100%);
    border: 1.5px solid rgba(8,145,178,.2);
    border-radius: 18px; padding: 20px 28px;
    margin-bottom: 36px;
}
.pr-gov-icon {
    width: 52px; height: 52px; flex-shrink: 0;
    background: linear-gradient(135deg, #0891b2, #0ea5e9);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    box-shadow: 0 6px 18px rgba(8,145,178,.3);
}
.pr-gov-text { flex: 1; }
.pr-gov-text strong { display: block; font-size: .9375rem; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
.pr-gov-text span { font-size: .8125rem; color: #64748b; line-height: 1.5; }
.pr-gov-btn {
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #0891b2, #0ea5e9);
    border-radius: 100px; color: #fff;
    font-size: .875rem; font-weight: 700; text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(8,145,178,.3);
    transition: all .2s;
}
.pr-gov-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(8,145,178,.4); color: #fff; }
@media (max-width: 700px) {
    .pr-gov-banner { flex-direction: column; align-items: flex-start; }
    .pr-gov-btn { align-self: stretch; justify-content: center; }
}

/* ── Bonus banner ── */
.pr-bonus-banner {
    display: flex; align-items: center;
    background: linear-gradient(135deg, #0f766e 0%, #0891b2 60%, #0369a1 100%);
    border-radius: 20px; padding: 32px 40px;
    gap: 0; margin-bottom: 48px;
    position: relative; overflow: hidden;
    box-shadow: 0 10px 40px rgba(20,184,166,.25);
}
.pr-bonus-banner::before {
    content: ''; position: absolute;
    top: -60px; right: -60px; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 70%);
    border-radius: 50%;
}
.pr-bonus-item {
    flex: 1; display: flex; align-items: center; gap: 18px;
    position: relative; z-index: 1;
}
.pr-bonus-ico {
    width: 60px; height: 60px; flex-shrink: 0;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; color: #fff;
}
.pr-bonus-label { font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; }
.pr-bonus-val { font-size: 1.5rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; letter-spacing: -.5px; }
.pr-bonus-desc { font-size: .8rem; color: rgba(255,255,255,.75); }
.pr-bonus-sep {
    width: 1px; background: rgba(255,255,255,.2);
    align-self: stretch; margin: 0 32px; flex-shrink: 0;
}
@media (max-width: 860px) {
    .pr-bonus-banner { flex-direction: column; gap: 24px; padding: 28px 24px; }
    .pr-bonus-sep { width: 100%; height: 1px; margin: 0; }
}

/* ── Grid header ── */
.pr-grid-head { text-align: center; margin-bottom: 36px; }
.pr-grid-head h2 { font-size: 1.875rem; font-weight: 900; color: #0f172a; letter-spacing: -1px; margin-bottom: 8px; }
.pr-grid-head p { font-size: .9375rem; color: #64748b; }

/* ── Tariff cards ── */
.pr-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 52px;
    align-items: start;
}
@media (max-width: 1100px) { .pr-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .pr-cards { grid-template-columns: 1fr; } }

.pr-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .22s, box-shadow .22s, border-color .22s;
    position: relative;
}
.pr-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(20,184,166,.13);
    border-color: #99f6e4;
}
.pr-card-popular {
    border-color: #14b8a6;
    box-shadow: 0 8px 32px rgba(20,184,166,.18);
}
.pr-card-expert { border-color: #f59e0b; }

/* Popular badge */
.pr-popular-badge {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #14b8a6, #0891b2);
    color: #fff; font-size: .6875rem; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 16px; border-radius: 0 0 12px 12px;
    z-index: 3;
}

/* Card tops */
.pr-card-top {
    padding: 28px 24px 24px;
    position: relative; text-align: center;
}
.pr-top-1 { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.pr-top-2 { background: linear-gradient(135deg, #14b8a6, #0891b2); }
.pr-top-3 { background: linear-gradient(135deg, #0891b2, #0369a1); }
.pr-top-4 { background: linear-gradient(135deg, #f59e0b, #d97706); }

.pr-card-badge {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 12px; border-radius: 100px;
    font-size: .6875rem; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff; margin-bottom: 10px;
}
.pr-card-name {
    font-size: 1.75rem; font-weight: 900; color: #fff;
    letter-spacing: -.5px; margin-bottom: 12px;
}
.pr-card-points { display: flex; align-items: baseline; justify-content: center; gap: 6px; }
.pr-pts-num { font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -1px; }
.pr-pts-lbl { font-size: .9rem; color: rgba(255,255,255,.7); font-weight: 600; }

/* Card body */
.pr-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pr-price-old { font-size: .9375rem; color: #94a3b8; text-decoration: line-through; text-align: center; margin-bottom: 2px; }
.pr-price-main { font-size: 2rem; font-weight: 900; color: #0f172a; text-align: center; letter-spacing: -1px; line-height: 1; }
.pr-price-per { font-size: .75rem; color: #94a3b8; text-align: center; margin-bottom: 16px; margin-top: 4px; }
.pr-card-desc { font-size: .875rem; color: #64748b; line-height: 1.6; margin-bottom: 16px; text-align: center; }
.pr-card-features { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.pr-card-features li {
    display: flex; align-items: center; gap: 8px;
    font-size: .8125rem; color: #475569;
    padding: 6px 0; border-top: 1px solid #f1f5f9;
}
.pr-card-features li:first-child { border-top: none; }
.pr-card-features i {
    width: 16px; height: 16px; border-radius: 50%;
    background: rgba(20,184,166,.1); color: #0d9488;
    font-size: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

/* Buttons */
.pr-card-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 20px; border-radius: 12px;
    font-size: .9375rem; font-weight: 700; text-decoration: none;
    transition: all .2s ease;
}
.pr-btn-1 { background: linear-gradient(135deg, #6366f1, #4f46e5); color: #fff; box-shadow: 0 4px 14px rgba(99,102,241,.3); }
.pr-btn-1:hover { box-shadow: 0 8px 24px rgba(99,102,241,.4); transform: translateY(-2px); color: #fff; }
.pr-btn-2 { background: linear-gradient(135deg, #14b8a6, #0891b2); color: #fff; box-shadow: 0 4px 14px rgba(20,184,166,.35); }
.pr-btn-2:hover { box-shadow: 0 8px 24px rgba(20,184,166,.45); transform: translateY(-2px); color: #fff; }
.pr-btn-3 { background: linear-gradient(135deg, #0891b2, #0369a1); color: #fff; box-shadow: 0 4px 14px rgba(8,145,178,.3); }
.pr-btn-3:hover { box-shadow: 0 8px 24px rgba(8,145,178,.4); transform: translateY(-2px); color: #fff; }
.pr-btn-4 { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff; box-shadow: 0 4px 14px rgba(245,158,11,.3); }
.pr-btn-4:hover { box-shadow: 0 8px 24px rgba(245,158,11,.4); transform: translateY(-2px); color: #fff; }

/* ── Premium VIP cards ── */
.pr-premium-cards { margin-bottom: 12px; }

.pr-card-premium {
    border: 2px solid #fde68a;
    background: linear-gradient(160deg, #fffbeb 0%, #fff 60%);
    box-shadow: 0 4px 20px rgba(245,158,11,.12);
}
.pr-card-premium:hover {
    border-color: #f59e0b;
    box-shadow: 0 10px 36px rgba(245,158,11,.22);
    transform: translateY(-5px);
}
.pr-card-premium.pr-card-popular {
    border-color: #f59e0b;
    box-shadow: 0 8px 32px rgba(245,158,11,.28);
}

.pr-card-top-premium {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    padding: 28px 24px 24px;
    position: relative; text-align: center;
}
.pr-badge-premium {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 12px; border-radius: 100px;
    font-size: .6875rem; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff; margin-bottom: 10px;
}
.pr-card-btn-premium {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 20px; border-radius: 12px;
    font-size: .9375rem; font-weight: 700; text-decoration: none; color: #fff;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 14px rgba(245,158,11,.35);
    transition: all .2s ease;
}
.pr-card-btn-premium:hover {
    box-shadow: 0 8px 28px rgba(245,158,11,.5);
    transform: translateY(-2px);
    color: #fff;
}
.pr-card-premium .pr-price-main { color: #d97706; }
.pr-card-premium .pr-card-features li { border-top-color: #fde68a; }

/* ── Points usage ── */
.pr-usage {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    border: 1.5px solid #e5e7eb; border-radius: 22px;
    padding: 36px 36px 32px; margin-bottom: 48px;
}
.pr-usage-head {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 28px;
}
.pr-usage-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    background: linear-gradient(135deg, #14b8a6, #0891b2);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff;
}
.pr-usage-head h3 { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin: 0 0 4px; }
.pr-usage-head p { font-size: .875rem; color: #64748b; margin: 0; }

.pr-usage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .pr-usage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pr-usage-grid { grid-template-columns: 1fr; } }

.pr-usage-card {
    display: flex; align-items: center; gap: 14px;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 14px; padding: 16px 18px;
    transition: border-color .2s, box-shadow .2s;
}
.pr-usage-card:hover { border-color: #99f6e4; box-shadow: 0 4px 16px rgba(20,184,166,.08); }
.pr-uc-icon {
    width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #fff;
}
.pr-uci-teal   { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.pr-uci-blue   { background: linear-gradient(135deg, #0891b2, #0369a1); }
.pr-uci-green  { background: linear-gradient(135deg, #059669, #10b981); }
.pr-uci-purple { background: linear-gradient(135deg, #7c3aed, #6366f1); }
.pr-uci-orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
.pr-uci-red    { background: linear-gradient(135deg, #ef4444, #dc2626); }
.pr-uci-cyan   { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.pr-uc-body { flex: 1; min-width: 0; }
.pr-uc-title { font-size: .875rem; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.pr-uc-desc  { font-size: .75rem; color: #94a3b8; }
.pr-uc-cost  { text-align: right; flex-shrink: 0; }
.pr-uc-cost span { display: block; font-size: 1.5rem; font-weight: 900; color: #0f172a; line-height: 1; }
.pr-uc-cost small { font-size: .6875rem; color: #94a3b8; font-weight: 600; text-transform: uppercase; }
.pr-cost-free span { color: #10b981; }

/* ── Referral block ── */
.pr-referral {
    display: grid; grid-template-columns: 1fr 420px; gap: 40px;
    background: linear-gradient(135deg, #0f766e 0%, #0891b2 60%, #0369a1 100%);
    border-radius: 24px; padding: 48px 48px 48px 52px;
    position: relative; overflow: hidden;
    box-shadow: 0 12px 40px rgba(20,184,166,.2);
}
.pr-referral::before {
    content: ''; position: absolute;
    top: -80px; right: -80px; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 70%);
    border-radius: 50%;
}
.pr-ref-left { position: relative; z-index: 1; }
.pr-ref-left h3 { font-size: 1.625rem; font-weight: 900; color: #fff; letter-spacing: -.5px; line-height: 1.25; margin: 14px 0 12px; }
.pr-ref-left p { font-size: .9375rem; color: rgba(255,255,255,.8); line-height: 1.65; margin-bottom: 28px; }

.pr-ref-levels { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.pr-ref-lv {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px; padding: 14px 18px;
}
.pr-ref-lv1 { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.4); }
.pr-ref-pct { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.pr-ref-lv div:last-child { font-size: .8125rem; color: rgba(255,255,255,.75); line-height: 1.4; }
.pr-ref-lv div:last-child strong { color: #fbbf24; }
.pr-ref-arrow { color: rgba(255,255,255,.4); font-size: 1rem; }

.pr-ref-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 26px;
    background: #fff; color: #0d9488;
    font-size: .9375rem; font-weight: 800;
    border-radius: 100px; text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    transition: all .2s;
}
.pr-ref-btn i { font-size: 13px; transition: transform .2s; }
.pr-ref-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.2); color: #0d9488; }
.pr-ref-btn:hover i { transform: translateX(4px); }

/* Referral example card */
.pr-ref-right { position: relative; z-index: 1; display: flex; align-items: center; }
.pr-ref-card {
    width: 100%;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px; padding: 24px 24px 20px;
}
.pr-ref-card-head {
    font-size: .875rem; font-weight: 800; color: #fff;
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 20px; padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.pr-ref-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: .875rem;
}
.pr-ref-row span { color: rgba(255,255,255,.7); }
.pr-ref-row strong { color: #fff; font-weight: 700; }
.pr-ref-earn strong { color: #6ee7b7; font-size: 1.0625rem; }
.pr-ref-sum { font-size: 1.25rem !important; font-weight: 900 !important; }
.pr-ref-total {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 12px; padding-top: 12px;
    border-top: 2px solid rgba(255,255,255,.2);
}
.pr-ref-total span { font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.85); }
.pr-ref-total strong { font-size: 1.5rem; font-weight: 900; color: #fbbf24; letter-spacing: -.5px; }

@media (max-width: 900px) {
    .pr-referral { grid-template-columns: 1fr; padding: 36px 28px; }
    .pr-ref-right { margin-top: 8px; }
}

/* ── Referral section text fixes ── */
.pr-referral .stats-badge-label {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.pr-ref-left h3 {
    color: #fff !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}
.pr-ref-left p {
    color: rgba(255,255,255,.85) !important;
}
