/* ==========================================================
   REVIEW PAGES — STANDALONE STYLES
   Loaded independently via wp_enqueue_style to avoid @import issues.
   ========================================================== */

/* ========== LIST-SITES BUTTONS (main page, best cases, free cases) ========== */
.list-sites-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}
.ls-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}
.ls-btn:hover {
    transform: translateY(-2px);
}
.ls-btn--site {
    background: linear-gradient(135deg, #6A6BF8, #4a4bd8);
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(106, 107, 248, 0.35);
}
.ls-btn--site:hover {
    box-shadow: 0 8px 25px rgba(106, 107, 248, 0.5);
    background: linear-gradient(135deg, #5a5be8, #3a3cc8);
}
.ls-btn--review {
    background: #fff;
    color: #6A6BF8 !important;
    border: 2px solid #6A6BF8;
    box-shadow: 0 2px 10px rgba(106, 107, 248, 0.1);
}
.ls-btn--review:hover {
    background: #6A6BF8;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(106, 107, 248, 0.35);
}
.ls-btn svg {
    flex-shrink: 0;
}
@media (max-width: 570px) {
    .list-sites-buttons {
        flex-wrap: wrap;
        gap: 8px;
    }
    .ls-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ========== REVIEW PAGE ANIMATIONS ========== */
.rv-animate-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.rv-animate-in.rv-visible {
    opacity: 1;
    transform: translateY(0);
}
.rv-animate-delay-1 { transition-delay: 0.15s; }
.rv-animate-delay-2 { transition-delay: 0.3s; }
.rv-animate-delay-3 { transition-delay: 0.45s; }

/* ========== Review Hero badges ========== */
.rv-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.rv-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}
.rv-badge--verified {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}
.rv-badge--year {
    background: rgba(124, 92, 252, 0.12);
    color: #7c5cfc;
}
.rv-badge--rating {
    background: rgba(245, 158, 11, 0.12);
    color: #f59e0b;
}

/* ========== Review Base ========== */
.bp.rv {
    background: #f5f7fb;
    color: #1a1a2e;
}
.rv-hero {
    position: relative;
    padding: 32px 0 40px;
    overflow: hidden;
    background: linear-gradient(160deg, #e8f0fe 0%, #f0ecff 40%, #ffe8f0 100%);
    min-height: auto;
}
.rv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(124,92,252,0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 30%, rgba(0,212,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.rv-hero__bg { display: none; }
.rv-hero__overlay { display: none; }
.rv-hero__inner {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    max-width: 860px;
}
.rv-fd .rv-hero__inner {
    max-width: 1200px;
}
.rv-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #8b95a8;
    margin-bottom: 16px;
}
.rv-breadcrumbs a {
    color: #7c5cfc;
    text-decoration: none;
    transition: color 0.2s;
}
.rv-breadcrumbs a:hover { color: #1a1a2e; }
.rv-breadcrumbs span { color: #8b95a8; }
.rv-hero__title {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 10px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.rv-hero__sub {
    font-size: 16px;
    color: #4a5568;
    max-width: 560px;
    line-height: 1.65;
    margin: 0;
}

/* ========== Review Content ========== */
.rv-content { padding: 40px 0 0; }
.rv-content__glass {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 4px 30px rgba(0,29,71,0.07);
}
.rv-article {
    max-width: 820px;
    margin: 0 auto;
}
.rv-article h2, .rv-article h3, .rv-article h4 {
    color: #1a1a2e;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 40px 0 16px;
    line-height: 1.3;
}
.rv-article h2:first-child, .rv-article h3:first-child { margin-top: 0; }
.rv-article h2 {
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8f0fe;
}
.rv-article h3 { font-size: 22px; }
.rv-article h4 { font-size: 18px; }
.rv-article p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin: 0 0 20px;
}
.rv-article img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
    box-shadow: 0 4px 20px rgba(0,29,71,0.08);
}
.rv-article ul, .rv-article ol {
    color: #4a5568;
    padding-left: 24px;
    margin: 0 0 20px;
    line-height: 1.8;
}
.rv-article li { margin-bottom: 8px; }
.rv-article li::marker { color: #7c5cfc; }
.rv-article a {
    color: #7c5cfc;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.rv-article a:hover { color: #1a1a2e; }
.rv-article blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f0ecff 0%, #e8f0fe 100%);
    border-left: 4px solid #7c5cfc;
    border-radius: 0 16px 16px 0;
    color: #1a1a2e;
    font-style: italic;
}
.rv-article strong { color: #1a1a2e; font-weight: 600; }
.rv-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.rv-article table th, .rv-article table td {
    padding: 12px 16px;
    border: 1px solid #e8f0fe;
    text-align: left;
    color: #4a5568;
}
.rv-article table th {
    background: linear-gradient(135deg, #7c5cfc 0%, #4a2d8e 100%);
    color: #fff;
    font-weight: 600;
    border-color: rgba(124,92,252,0.3);
}

/* ========== Review CTA ========== */
.rv .bp-cta {
    padding: 0 0 60px;
    background: transparent;
}
.rv .bp-cta__box {
    background: linear-gradient(135deg, #1a1a6e 0%, #4a2d8e 50%, #7c5cfc 100%);
    border-radius: 24px;
    padding: 48px;
    text-align: center;
}
.rv .bp-cta__box h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px;
}
.rv .bp-cta__box p {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    margin: 0 0 24px;
}
.rv .bp-btn--glow {
    background: #fff;
    color: #7c5cfc;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(255,255,255,0.2);
}
.rv .bp-btn--glow:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255,255,255,0.3);
}

/* Review Footer Override */
.rv + .site-footer,
.rv ~ .site-footer {
    background: #1a1a2e;
}

/* ========== Review Responsive ========== */
@media (max-width: 768px) {
    .rv-hero { padding: 80px 0 50px; }
    .rv-hero__title { font-size: 28px; }
    .rv-hero__sub { font-size: 15px; }
    .rv-content__glass {
        padding: 32px 20px;
        border-radius: 20px 20px 0 0;
    }
    .rv-article h2 { font-size: 22px; }
    .rv-article h3 { font-size: 19px; }
    .rv .bp-cta__box { padding: 32px 20px; }
}
@media (max-width: 480px) {
    .rv-hero { padding: 70px 0 44px; }
    .rv-hero__inner { padding: 0 16px; }
    .rv-hero__title { font-size: 24px; }
    .rv-content__glass {
        padding: 24px 16px;
        border-radius: 16px 16px 0 0;
    }
}

/* ==========================================================
   FORCEDROP-STYLE REVIEW TEMPLATE (rv-fd)
   Used by ALL 20 review pages.
   ========================================================== */

/* Hero */
.rv-fd-hero {
    background: linear-gradient(160deg, #0f0c29 0%, #1a1a4e 40%, #24243e 100%) !important;
    padding: 40px 0 60px !important;
    min-height: auto;
    position: relative;
    overflow: hidden;
}
.rv-fd-hero .rv-breadcrumbs a { color: #a78bfa; }
.rv-fd-hero .rv-breadcrumbs span { color: rgba(255,255,255,0.5); }
.rv-fd-hero .rv-hero__title {
    color: #fff !important;
    font-size: 44px;
}
.rv-fd-hero .rv-hero__sub {
    color: rgba(255,255,255,0.7);
}
.rv-fd-hero .rv-badge--verified { background: rgba(16,185,129,0.2); }
.rv-fd-hero .rv-badge--year { background: rgba(167,139,250,0.2); color: #c4b5fd; }
.rv-fd-hero .rv-badge--rating { background: rgba(245,158,11,0.2); }
.rv-fd-hero__flex {
    display: flex;
    align-items: center;
    gap: 48px;
}
.rv-fd-hero__text { flex: 1; }
.rv-fd-hero__visual { flex-shrink: 0; }
.rv-fd-hero__logo-card {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    animation: rv-fd-float 5s ease-in-out infinite;
}
.rv-fd-hero__logo-img {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}
.rv-fd-hero__actions { margin-top: 28px; }
.rv-fd-hero__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(2px 2px at 20% 30%, rgba(167,139,250,0.4), transparent),
        radial-gradient(2px 2px at 40% 70%, rgba(99,102,241,0.3), transparent),
        radial-gradient(2px 2px at 60% 20%, rgba(236,72,153,0.3), transparent),
        radial-gradient(2px 2px at 80% 60%, rgba(139,92,246,0.4), transparent),
        radial-gradient(3px 3px at 10% 80%, rgba(99,102,241,0.2), transparent),
        radial-gradient(2px 2px at 90% 10%, rgba(167,139,250,0.3), transparent);
    animation: rv-fd-gradient 12s ease infinite;
    background-size: 200% 200%;
}

@keyframes rv-fd-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
@keyframes rv-fd-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Buttons */
.rv-fd-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    cursor: pointer;
}
.rv-fd-btn--primary {
    background: linear-gradient(135deg, #7c5cfc, #6366f1);
    color: #fff;
    box-shadow: 0 4px 20px rgba(124,92,252,0.4);
}
.rv-fd-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(124,92,252,0.5);
}
.rv-fd-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}
.rv-fd-btn--outline:hover {
    border-color: #fff;
    transform: translateY(-2px);
}

/* Stats */
.rv-fd-stats {
    padding: 0;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}
.rv-fd-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.rv-fd-stats__card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,29,71,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
}
.rv-fd-stats__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,29,71,0.12);
}
.rv-fd-stats__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f5f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.rv-fd-stats__value {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}
.rv-fd-stats__label {
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

/* Features */
.rv-fd-features { padding: 60px 0; }
.rv-fd-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}
.rv-fd-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rv-fd-feature-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,29,71,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid rgba(0,0,0,0.04);
}
.rv-fd-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,29,71,0.12);
}
.rv-fd-feature-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.rv-fd-feature-card__icon--purple { background: #f0ecff; color: #7c5cfc; }
.rv-fd-feature-card__icon--green { background: #ecfdf5; color: #10b981; }
.rv-fd-feature-card__icon--pink { background: #fdf2f8; color: #ec4899; }
.rv-fd-feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.rv-fd-feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Skins */
.rv-fd-skins { padding: 20px 0 60px; }
.rv-fd-skins__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.rv-fd-skin-card {
    background: linear-gradient(145deg, #1a1a2e, #2d2d5e);
    border-radius: 20px;
    padding: 24px 20px 20px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid rgba(124,92,252,0.15);
}
.rv-fd-skin-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 50px rgba(124,92,252,0.25);
}
.rv-fd-skin-card img {
    max-width: 100%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 12px;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
    transition: transform 0.3s;
}
.rv-fd-skin-card:hover img {
    transform: scale(1.1);
}
.rv-fd-skin-card__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 6px;
}
.rv-fd-skin-card__rarity {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.rv-fd-skin-card__rarity--covert {
    background: rgba(235,75,75,0.2);
    color: #eb4b4b;
}
.rv-fd-skin-card__rarity--gold {
    background: rgba(255,215,0,0.15);
    color: #ffd700;
}

/* Cases */
.rv-fd-cases { padding: 20px 0 60px; }
.rv-fd-cases__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.rv-fd-case-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,29,71,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}
.rv-fd-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,29,71,0.1);
}
.rv-fd-case-card img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 8px;
}
.rv-fd-case-card span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
}

/* CTA */
.rv-fd-cta {
    background: linear-gradient(135deg, #0f0c29, #1a1a4e, #302b63) !important;
}
.rv-fd-cta__buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 8px;
}

/* ========== ForceDrop Responsive ========== */
@media (max-width: 900px) {
    .rv-fd-hero__flex { flex-direction: column; gap: 30px; }
    .rv-fd-hero__visual { order: -1; }
    .rv-fd-hero__logo-card { width: 140px; height: 140px; }
    .rv-fd-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .rv-fd-features__grid { grid-template-columns: 1fr; }
    .rv-fd-skins__grid { grid-template-columns: repeat(2, 1fr); }
    .rv-fd-cases__grid { grid-template-columns: repeat(3, 1fr); }
    .rv-fd-hero .rv-hero__title { font-size: 32px; }
}
@media (max-width: 480px) {
    .rv-fd-stats__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .rv-fd-stats__card { padding: 20px 16px; }
    .rv-fd-skins__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .rv-fd-cases__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .rv-fd-cta__buttons { flex-direction: column; align-items: center; }
    .rv-fd-hero .rv-hero__title { font-size: 26px; }
}

/* ========== DARK THEME FOR REVIEW PAGES ========== */
body.dark-theme .rv {
    background: #0f0e1a;
}
body.dark-theme .rv-content__glass {
    background: #1a1a2e;
    border-color: #2a2a4a;
}
body.dark-theme .rv-article { color: #c8d0e0; }
body.dark-theme .rv-article h2,
body.dark-theme .rv-article h3 { color: #e2e8f0; }
body.dark-theme .rv-breadcrumbs a { color: #9ba8f0; }
body.dark-theme .rv-breadcrumbs span { color: #8b95a8; }
body.dark-theme .bp-cta__box { background: #1a1a2e; }
body.dark-theme .bp-cta__box h2 { color: #e2e8f0; }
body.dark-theme .bp-cta__box p { color: #c8d0e0; }

/* Dark theme for review button override */
body.dark-theme .ls-btn--review {
    background: transparent;
    color: #9ba8f0;
    border-color: rgba(106, 107, 248, 0.4);
}
body.dark-theme .ls-btn--review:hover {
    background: #6A6BF8;
    color: #fff;
}
