.pr-hero {
    background: linear-gradient(135deg, #0a1a06 0%, #122b0c 40%, #0d2009 100%);
    padding: 80px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pr-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(121,193,66,.18), transparent);
    pointer-events: none;
}
.pr-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(121,193,66,.15);
    border: 1px solid rgba(121,193,66,.35);
    color: #79c142;
    padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600;
    letter-spacing: .5px; text-transform: uppercase; margin-bottom: 20px;
}
.pr-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15;
    color: #fff !important; margin: 0 0 18px;
    letter-spacing: -.02em;
}
.pr-hero h1 span { color: #79c142; }
.pr-hero p.lead {
    font-size: 1.1rem; color: rgba(255,255,255,.72);
    max-width: 580px; margin: 0 auto 30px; line-height: 1.7;
}
.pr-hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.pr-pill {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.85); padding: 6px 14px;
    border-radius: 20px; font-size: 12.5px;
}
.pr-pill i { color: #79c142; }
.pr-hero-cta .btn-pr-main {
    background: #79c142; border: none; color: #fff;
    padding: 14px 38px; border-radius: 50px;
    font-size: 1rem; font-weight: 700; letter-spacing: .02em;
    transition: all .2s; box-shadow: 0 4px 24px rgba(121,193,66,.4);
    text-decoration: none; display: inline-block;
}
.pr-hero-cta .btn-pr-main:hover {
    background: #5a9e2f; transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(121,193,66,.5); color: #fff;
}
.pr-hero-trust { margin-top: 22px; font-size: 12px; color: rgba(255,255,255,.4); }
.pr-hero-trust span { color: rgba(255,255,255,.7); font-weight: 600; }

/* Marquee */
.pr-marquee-wrap {
    background: var(--bg-1); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    padding: 18px 0; overflow: hidden;
}
.pr-marquee {
    display: flex; gap: 40px; width: max-content;
    animation: pr-scroll 35s linear infinite;
}
.pr-marquee:hover { animation-play-state: paused; }
.pr-marquee img {
    height: 28px; width: auto; object-fit: contain; filter: grayscale(100%);
    opacity: .55; transition: all .2s;
}
.pr-marquee img:hover { filter: none; opacity: 1; }
@keyframes pr-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Sections */
.pr-section { padding: 72px 0; }
.pr-section-alt { background: var(--bg-2); }
.pr-sec-header { text-align: center; margin-bottom: 48px; }
.pr-sec-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800;
    color: var(--text-1) !important; margin: 0 0 10px; letter-spacing: -.02em;
}
.pr-sec-header p { color: var(--text-2); font-size: 1rem; margin: 0; max-width: 520px; margin: 0 auto; }
.pr-sec-header .pr-accent { color: var(--accent); }

/* Features grid */
.pr-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pr-feat-card {
    background: var(--bg-1); border: 1px solid var(--border);
    border-radius: 14px; padding: 28px 24px;
    transition: all .2s;
}
.pr-feat-card:hover {
    border-color: var(--accent); box-shadow: 0 4px 20px rgba(121,193,66,.12);
    transform: translateY(-2px);
}
.pr-feat-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--accent-dim); display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: var(--accent); margin-bottom: 14px;
}
.pr-feat-card h4 { font-size: .95rem; font-weight: 700; color: var(--text-1) !important; margin: 0 0 6px; }
.pr-feat-card p { font-size: .85rem; color: var(--text-2); margin: 0; line-height: 1.55; }

/* Content categories */
.pr-cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}
.pr-cat-card {
    border-radius: 14px; padding: 28px 22px;
    color: #fff; position: relative; overflow: hidden;
    min-height: 160px;
}
.pr-cat-card::before {
    content: ''; position: absolute; inset: 0;
    background: rgba(0,0,0,.25);
}
.pr-cat-card > * { position: relative; }
.pr-cat-card .cat-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.pr-cat-card h3 { font-size: 1.15rem; font-weight: 800; color: #fff !important; margin: 0 0 6px; }
.pr-cat-card p { font-size: .82rem; color: rgba(255,255,255,.8); margin: 0; line-height: 1.5; }
.pr-cat-sports  { background: linear-gradient(135deg, #1a3a6b, #0d5fa5); }
.pr-cat-movies  { background: linear-gradient(135deg, #6b1a1a, #a53d0d); }
.pr-cat-tv      { background: linear-gradient(135deg, #1a4a2e, #2a7a4e); }
.pr-cat-news    { background: linear-gradient(135deg, #2e2020, #5a3030); }
.pr-cat-kids    { background: linear-gradient(135deg, #4a2e6b, #7a3da5); }
.pr-cat-ppv     { background: linear-gradient(135deg, #4a3a00, #9a7a00); }
.pr-cat-adult   { background: linear-gradient(135deg, #4a0019, #a50038); }

/* Sports leagues */
.pr-leagues-grid {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.pr-league-pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--bg-1); border: 1px solid var(--border);
    padding: 8px 16px; border-radius: 50px;
    font-size: 13px; font-weight: 600; color: var(--text-1);
    transition: all .15s;
}
.pr-league-pill:hover {
    border-color: var(--accent); color: var(--accent);
    background: var(--accent-dim);
}
.pr-league-pill i { color: var(--accent); font-size: 12px; }

/* Pricing */
.pr-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: start;
}
.pr-plan-card {
    background: var(--bg-1); border: 2px solid var(--border);
    border-radius: 16px; padding: 28px 22px;
    text-align: center; position: relative;
    transition: all .2s;
}
.pr-plan-card:hover {
    border-color: var(--accent); box-shadow: 0 8px 32px rgba(121,193,66,.15);
    transform: translateY(-3px);
}
.pr-plan-card.pr-plan-best {
    border-color: var(--accent);
    box-shadow: 0 4px 24px rgba(121,193,66,.2);
}
.pr-plan-best-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--accent); color: #fff;
    padding: 3px 16px; border-radius: 20px; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .5px; white-space: nowrap;
}
.pr-plan-name { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--text-3); margin-bottom: 10px; }
.pr-plan-price-wrap { margin-bottom: 6px; }
.pr-plan-price { font-size: 2.2rem; font-weight: 800; color: var(--text-1); line-height: 1; }
.pr-plan-price sup { font-size: 1rem; font-weight: 700; vertical-align: top; margin-top: 6px; display: inline-block; }
.pr-plan-price sub { font-size: .75rem; font-weight: 500; color: var(--text-3); }
.pr-plan-equiv { font-size: .78rem; color: var(--text-3); margin-bottom: 4px; }
.pr-plan-total { font-size: .82rem; color: var(--text-2); margin-bottom: 16px; }
.pr-plan-save {
    display: inline-block; background: #dcfce7; color: #166534;
    border-radius: 20px; padding: 2px 10px; font-size: 11px; font-weight: 700;
    margin-bottom: 14px;
}
[data-theme="dark"] .pr-plan-save { background: rgba(121,193,66,.2); color: #79c142; }
.pr-plan-divider { border: 0; border-top: 1px solid var(--border); margin: 14px 0; }
.pr-plan-perks { text-align: left; list-style: none; padding: 0; margin: 0 0 20px; }
.pr-plan-perks li { font-size: .82rem; color: var(--text-2); padding: 4px 0; display: flex; align-items: flex-start; gap: 7px; }
.pr-plan-perks li i { color: var(--accent); margin-top: 2px; flex-shrink: 0; }
.btn-pr-buy {
    width: 100%; padding: 11px; border-radius: 50px;
    font-size: .88rem; font-weight: 700; border: none; cursor: pointer;
    transition: all .2s; text-decoration: none; display: block;
}
.btn-pr-buy-primary { background: var(--accent); color: #fff; }
.btn-pr-buy-primary:hover { background: var(--accent-h); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(121,193,66,.35); }
.btn-pr-buy-outline { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.btn-pr-buy-outline:hover { background: var(--accent); color: #fff; }

/* FAQ */
.pr-faq-list { max-width: 720px; margin: 0 auto; }
.pr-faq-item { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.pr-faq-q {
    padding: 16px 20px; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 600; font-size: .92rem; color: var(--text-1);
    background: var(--bg-1); transition: background .15s;
    user-select: none;
}
.pr-faq-q:hover { background: var(--bg-2); }
.pr-faq-q i { color: var(--text-3); transition: transform .2s; flex-shrink: 0; margin-left: 12px; }
.pr-faq-q.open i { transform: rotate(180deg); color: var(--accent); }
.pr-faq-a { display: none; padding: 0 20px 16px; font-size: .88rem; color: var(--text-2); line-height: 1.7; background: var(--bg-1); }

/* Final CTA banner */
.pr-cta-final {
    background: linear-gradient(135deg, #0a1a06 0%, #122b0c 100%);
    padding: 72px 0; text-align: center;
}
.pr-cta-final h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff !important; margin: 0 0 12px; }
.pr-cta-final p { color: rgba(255,255,255,.65); margin: 0 0 30px; font-size: 1rem; }

/* Already premium banner */
.pr-already { background: var(--accent-dim); border: 1px solid var(--accent); border-radius: 10px; padding: 14px 20px; text-align: center; color: var(--accent); font-weight: 600; margin-bottom: 32px; }

/* Toast */
.pr-toast {
    position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    background: var(--bg-1); border: 1px solid var(--border); border-radius: 10px;
    padding: 14px 20px; box-shadow: var(--shadow-lg); font-size: .88rem;
    color: var(--text-1); max-width: 320px; display: none;
}
.pr-toast.show { display: block; animation: pr-toast-in .25s ease; }
.pr-toast.error { border-color: var(--red); color: var(--red); }
@keyframes pr-toast-in { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }

/* Why Premium banner */
.pr-why-banner {
    background: linear-gradient(135deg, #071205 0%, #0f2209 50%, #071205 100%);
    padding: 80px 0;
}
.pr-why-banner .pr-sec-header h2,
.pr-why-banner .pr-sec-header p { color: rgba(255,255,255,.9) !important; }
.pr-why-banner .pr-sec-header p { color: rgba(255,255,255,.55) !important; }
.pr-why-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.pr-why-col {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px; padding: 28px 22px;
    text-align: center; transition: all .2s;
}
.pr-why-col:hover {
    background: rgba(121,193,66,.08);
    border-color: rgba(121,193,66,.3);
    transform: translateY(-3px);
}
.pr-why-col-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(121,193,66,.15); border: 1px solid rgba(121,193,66,.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #79c142; margin: 0 auto 16px;
}
.pr-why-col h4 { font-size: 1rem; font-weight: 700; color: #fff !important; margin: 0 0 10px; }
.pr-why-col ul { list-style: none; padding: 0; margin: 0; text-align: left; }
.pr-why-col ul li {
    font-size: .82rem; color: rgba(255,255,255,.6);
    padding: 4px 0 4px 18px; position: relative; line-height: 1.45;
}
.pr-why-col ul li::before {
    content: '›'; position: absolute; left: 0;
    color: #79c142; font-weight: 700; font-size: 1rem;
}
.pr-why-countries {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px;
}
.pr-country-pill {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.7); padding: 5px 14px;
    border-radius: 20px; font-size: 12px; font-weight: 500;
}

/* Devices section */
.pr-devices-grid {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.pr-device-card {
    background: var(--bg-1); border: 1px solid var(--border);
    border-radius: 12px; padding: 22px 16px; text-align: center;
    width: 112px; transition: all .2s; cursor: default;
}
.pr-device-card:hover {
    border-color: var(--accent);
    box-shadow: 0 4px 16px rgba(121,193,66,.12);
    transform: translateY(-2px);
}
.pr-device-card i { font-size: 2rem; color: var(--accent); margin-bottom: 10px; display: block; }
.pr-device-card span { font-size: .76rem; font-weight: 600; color: var(--text-2); display: block; line-height: 1.3; }
.pr-device-note { text-align:center; margin-top:28px; font-size:.85rem; color:var(--text-3); }

@media (max-width: 991px) {
    .pr-features-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-cats-grid     { grid-template-columns: repeat(2, 1fr); }
    .pr-plans-grid    { grid-template-columns: repeat(2, 1fr); }
    .pr-why-cols      { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .pr-features-grid { grid-template-columns: 1fr; }
    .pr-cats-grid     { grid-template-columns: 1fr; }
    .pr-plans-grid    { grid-template-columns: 1fr; }
    .pr-why-cols      { grid-template-columns: 1fr; }
    .pr-hero h1       { font-size: 1.8rem; }
    .pr-device-card   { width: 90px; }
}