/* ══════════════════════════════════════════════
   Pricing Page Styles (pr- prefix)
   Requires: base.css (bp- classes)
   ══════════════════════════════════════════════ */

/* ── VS COMPARISON ── */
.pr-vs { padding: 0 24px 64px; }
.pr-vs__inner { max-width: 820px; margin: 0 auto; }
.pr-vs__eyebrow {
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 14px; letter-spacing: 2.5px; text-transform: uppercase;
    color: #FE8B7B; margin-bottom: 14px; text-align: center;
}
.pr-vs__heading {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: clamp(24px, 4vw, 34px); color: #282828;
    text-align: center; margin-bottom: 32px; line-height: 1.2;
}
.pr-vs__cards {
    display: flex; align-items: stretch; justify-content: center;
    gap: 24px; margin-bottom: 24px; position: relative;
}
.pr-vs-card {
    border-radius: 16px; padding: 32px 28px 28px;
    flex: 1; max-width: 380px; text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pr-vs-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.pr-vs-card--other { border: 2px solid #e0e0e0; background: #fff; }
.pr-vs-card--bots { border: 2px solid #12C0C5; background: linear-gradient(180deg, #eefbfb, #fff); }
.pr-vs-card__label {
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px;
}
.pr-vs-card--other .pr-vs-card__label { color: #888; }
.pr-vs-card--bots .pr-vs-card__label { color: #12C0C5; }
.pr-vs-card__price {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: 48px; line-height: 1.1; margin-bottom: 4px;
}
.pr-vs-card--other .pr-vs-card__price { color: #FE8B7B; }
.pr-vs-card--bots .pr-vs-card__price { color: #12C0C5; }
.pr-vs-card__desc { font-size: 15px; color: #707070; margin-bottom: 16px; }
.pr-vs-card__divider { height: 2px; border: none; margin: 0 auto 16px; width: 60%; }
.pr-vs-card--other .pr-vs-card__divider { background: #e0e0e0; }
.pr-vs-card--bots .pr-vs-card__divider { background: #12C0C5; }
.pr-vs-card__list { list-style: none; padding: 0; }
.pr-vs-card__list li { font-size: 14.5px; line-height: 1.7; }
.pr-vs-card--other .pr-vs-card__list li { color: #707070; }
.pr-vs-card--bots .pr-vs-card__list li { color: #404040; }
.pr-vs-badge {
    align-self: center; flex-shrink: 0;
    width: 48px; height: 48px; border-radius: 50%;
    background: #404040; color: #fff;
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 14px; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15); margin: 0 -12px; z-index: 5;
}

/* ROI banner */
.pr-roi {
    background: linear-gradient(135deg, #fef9e7, #fdf3cd);
    border: 1.5px solid #FCB60C; border-radius: 12px;
    padding: 18px 28px; max-width: 780px; margin: 0 auto;
    text-align: center;
}
.pr-roi p { font-size: 17px; color: #404040; line-height: 1.5; }
.pr-roi strong { font-family: 'Work Sans', sans-serif; font-weight: 700; color: #d4930a; }

/* ── SEO CONTENT ── */
.pr-content { max-width: 720px; margin: 0 auto; padding: 0 24px 64px; text-align: left; }
.pr-content h2 {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: clamp(22px, 3.5vw, 30px);
    color: #282828; margin-bottom: 20px; line-height: 1.25;
}
.pr-content h3 {
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 18px; color: #282828; margin: 28px 0 10px;
}
.pr-content p { font-size: 16px; color: #585858; line-height: 1.75; margin-bottom: 14px; }
.pr-content strong { color: #282828; }

/* Included table */
.pr-included {
    width: 100%; border-collapse: separate; border-spacing: 0;
    margin: 28px 0; font-size: 14px;
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.pr-included th {
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px;
    padding: 14px 18px; text-align: left;
    background: linear-gradient(135deg, #48B0F7, #3A8FC8); color: #fff;
}
.pr-included td { padding: 13px 18px; border-bottom: 1px solid #f0f0f0; }
.pr-included tr:last-child td { border-bottom: none; }
.pr-included td:nth-child(2) { color: #12C0C5; font-weight: 600; text-align: right; }
.pr-included tr:hover td { background: #fafbfc; }

/* ── UPGRADES ── */
.pr-upgrades { background: #f8f9fa; padding: 48px 24px 32px; text-align: left; }
.pr-upgrades__inner { max-width: 760px; margin: 0 auto; }
.pr-upgrades__tag {
    display: inline-block;
    background: #FFF3E0; border: 1px solid #FFE0B2;
    border-radius: 20px; padding: 5px 14px;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px; font-weight: 800; color: #F57C00;
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 16px;
}
.pr-upgrades h2 {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: clamp(22px, 3.5vw, 28px);
    color: #282828; margin-bottom: 8px; line-height: 1.25;
}
.pr-upgrades__sub { font-size: 15px; color: #707070; line-height: 1.65; margin-bottom: 28px; }
.pr-upgrade-card {
    background: #fff; border: 1px solid #E8E8E8;
    border-radius: 14px; padding: 28px;
    margin-bottom: 14px; transition: all 0.25s ease;
}
.pr-upgrade-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); border-color: #D0D0D0; }
.pr-upgrade-card__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; flex-wrap: wrap; gap: 8px; }
.pr-upgrade-card__title {
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 17px; color: #282828;
}
.pr-upgrade-card__price {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: 15px; color: #48B0F7;
}
.pr-upgrade-card__desc { font-size: 14px; color: #585858; line-height: 1.6; }
.pr-upgrade-card__note { font-size: 13px; color: #A0A0A0; font-style: italic; margin-top: 8px; }

/* ── REVIEWS STRIP ── */
.pr-reviews {
    background: linear-gradient(180deg, #E8F6FF, #F0F8FF);
    padding: 64px 24px; text-align: center;
}
.pr-reviews__inner { max-width: 800px; margin: 0 auto; }
.pr-reviews h2 {
    font-family: 'Work Sans', sans-serif; font-weight: 800;
    font-size: clamp(22px, 3.5vw, 30px);
    color: #282828; margin-bottom: 32px;
}
.pr-reviews__cards {
    display: flex; gap: 20px; margin-bottom: 24px;
    flex-wrap: wrap; justify-content: center;
}
.pr-test-card {
    background: #fff; border: 1px solid #e8e8e8;
    border-radius: 14px; padding: 24px; flex: 1;
    min-width: 240px; max-width: 300px; text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pr-test-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.pr-test-card__stars { color: #FCB60C; font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; }
.pr-test-card blockquote {
    font-family: 'Lora', serif; font-style: italic;
    font-size: 14.5px; line-height: 1.6; color: #585858; margin-bottom: 14px;
}
.pr-test-card cite {
    font-style: normal; font-size: 13px; color: #707070; font-weight: 500;
}
.pr-reviews__link {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Work Sans', sans-serif; font-weight: 700;
    font-size: 15px; color: #48B0F7; text-decoration: none;
}
.pr-reviews__link:hover { color: #3A8FC8; }

/* ── RESPONSIVE ── */
@media (max-width: 720px) {
    .pr-vs__cards { flex-direction: column; align-items: center; gap: 0; }
    .pr-vs-card { max-width: 100%; }
    .pr-vs-badge { margin: -14px auto; }
    .pr-vs-card__price { font-size: 40px; }
    .pr-reviews__cards { flex-direction: column; align-items: center; }
    .pr-test-card { max-width: 100%; }
}
@media (max-width: 600px) {
    .pr-vs { padding: 0 20px 48px; }
    .pr-content { padding: 0 20px 48px; }
    .pr-included th, .pr-included td { padding: 10px 14px; font-size: 13px; }
    .pr-upgrades { padding: 48px 20px; }
    .pr-upgrade-card { padding: 22px; }
    .pr-reviews { padding: 48px 20px; }
}
