﻿{
    --svv-bg: #f6f9fc;
    --svv-surface: #ffffff;
    --svv-dark: #0f172a;
    --svv-text: #1e293b;
    --svv-muted: #64748b;
    --svv-border: #e2e8f0;
    --svv-primary: #2563eb;
    --svv-primary-dark: #1d4ed8;
    --svv-accent: #06b6d4;
    --svv-safe: #10b981;
    --svv-warning-bg: #fff7ed;
    --svv-radius: 18px;
    --svv-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

body.rtl-layout {
    font-family: 'Tajawal', Arial, sans-serif;
    background: var(--svv-bg);
    color: var(--svv-text);
}

.rtl-layout .navbar {
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rtl-layout .navbar-brand {
    font-size: 22px;
    letter-spacing: -0.3px;
}

.rtl-layout .nav-link {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82) !important;
}

    .rtl-layout .nav-link:hover {
        color: #fff !important;
    }

.text-accent {
    color: #4E9AF1 !important;
}

.rtl-layout .dropdown-menu {
    border: 1px solid var(--svv-border);
    border-radius: 16px;
    box-shadow: var(--svv-shadow);
    padding: 10px;
}

.rtl-layout .dropdown-item {
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
}

    .rtl-layout .dropdown-item:hover {
        background: #eff6ff;
    }

.seo-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 16px;
}

.rtl-page {
    direction: rtl;
    text-align: right;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 18px;
    color: #666;
}

    .breadcrumb a {
        text-decoration: none;
    }

.page-header {
    margin-bottom: 24px;
}

    .page-header h1 {
        font-size: 34px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

.page-intro {
    font-size: 18px;
    color: #333;
}

.quick-answer {
    border: 1px solid #d8e3f0;
    background: #f7fbff;
    padding: 18px;
    border-radius: 12px;
    margin: 24px 0;
}

.affiliate-note {
    background: #fff8e5;
    border: 1px solid #f0d58c;
    padding: 12px 14px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 14px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.pick-card {
    position: relative;
    background: var(--svv-surface);
    border: 1px solid var(--svv-border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pick-card {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.pick-label {
    display: inline-block;
    background: #eff6ff;
    color: var(--svv-primary-dark);
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.pick-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--svv-dark);
}

.pick-card p {
    color: var(--svv-muted);
    line-height: 1.8;
}

.cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 44px;
    padding: 10px 16px;
    background: var(--svv-primary);
    color: #fff !important;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
}

    .cta-link:hover {
        background: var(--svv-primary-dark);
        text-decoration: none;
    }

.table-wrapper {
    overflow-x: auto;
    margin-top: 18px;
    border-radius: 18px;
    border: 1px solid var(--svv-border);
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    min-width: 760px;
}

    .comparison-table th {
        background: #f1f5f9;
        color: var(--svv-dark);
        font-weight: 800;
        padding: 15px 14px;
        border-bottom: 1px solid var(--svv-border);
    }

    .comparison-table td {
        padding: 15px 14px;
        border-bottom: 1px solid var(--svv-border);
        color: var(--svv-text);
    }

    .comparison-table tr:last-child td {
        border-bottom: 0;
    }

    .comparison-table a {
        color: var(--svv-primary);
        font-weight: 800;
        text-decoration: none;
    }

.content-section, .best-picks, .comparison-table-section, .related-guides, .faq-section, .final-verdict {
    margin: 36px 0;
}

    .content-section h2,
    .best-picks h2,
    .comparison-table-section h2,
    .related-guides h2,
    .faq-section h2,
    .final-verdict h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

    .faq-item h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

.final-verdict {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 18px;
}

@media (max-width: 900px) {
    .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-header h1 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .seo-page {
        padding: 18px 12px;
    }

    .page-header h1 {
        font-size: 24px;
    }
}

.hero-image-wrap, .section-image-wrap {
    margin: 24px 0;
}

    .hero-image-wrap img,
    .section-image-wrap img {
        width: 100%;
        height: auto;
        border-radius: 14px;
        display: block;
    }

    .hero-image-wrap figcaption,
    .section-image-wrap figcaption {
        font-size: 14px;
        color: #666;
        margin-top: 8px;
    }

.video-section {
    margin: 36px 0;
}

.video-card {
    margin: 20px 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
}

    .video-wrapper iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Main article + sticky TOC layout */ .seo-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 28px;
    align-items: start;
}

.seo-main-content {
    min-width: 0;
}

.seo-sidebar {
    position: sticky;
    top: 92px;
}

/* Desktop / Mobile visibility */ .toc-mobile {
    display: none;
}

.toc-desktop {
    display: block;
}

/* TOC UI */ .toc-box {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin: 0 0 28px 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.toc-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 12px;
    color: #0f172a;
}

.toc-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.toc-list {
    margin: 0;
    padding-right: 20px;
    padding-left: 0;
}

    .toc-list li {
        margin: 0px 0;
        color: #64748b;
    }

    .toc-list a {
        color: #334155;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 600;
    }

        .toc-list a:hover {
            color: #0f172a;
            text-decoration: underline;
        }

/* Smooth anchor scrolling */ html {
    scroll-behavior: smooth;
}

/* Prevent headings from hiding behind sticky navbar */ .content-section, .faq-section, .final-verdict {
    scroll-margin-top: 100px;
}

/* RTL handling */ .rtl-page .toc-title {
    flex-direction: row;
}

.rtl-page .toc-list {
    padding-right: 20px;
    padding-left: 0;
}

/* Desktop Arabic layout:المحتوى في اليمين، والـ TOC في اليساروهذا أفضل للقراءة العربية لأن المحتوى هو الأهم */ .rtl-page .seo-main-content {
    order: 1;
}

.rtl-page .seo-sidebar {
    order: 2;
}

/* Responsive */ @media (max-width: 992px) {
    .seo-content-layout {
        display: block;
    }

    .toc-desktop {
        display: none;
    }

    .toc-mobile {
        display: block;
    }

    .toc-box {
        margin: 24px 0;
    }
}

@media (max-width: 600px) {
    .toc-box {
        border-radius: 14px;
        padding: 14px;
    }

    .toc-title {
        font-size: 16px;
    }

    .toc-list a {
        font-size: 14px;
    }
}

.seo-hero {
    background: radial-gradient(circle at top left, rgba(6, 182, 212, 0.18), transparent 34%), linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #0f172a 100%);
    color: #fff;
    border-radius: 28px;
    padding: 44px 34px;
    margin: 24px 0 28px;
    box-shadow: var(--svv-shadow);
    overflow: hidden;
}

.hero-content {
    max-width: 860px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.seo-hero h1 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.35;
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.seo-hero .page-intro {
    font-size: 19px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
    max-width: 820px;
    margin: 0;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

    .hero-trust-row span {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 600;
    }

.content-section, .best-picks, .comparison-table-section, .related-guides, .faq-section, .final-verdict, .quick-answer {
    background: var(--svv-surface);
    border: 1px solid var(--svv-border);
    border-radius: 22px;
    padding: 24px;
    margin: 26px 0;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

    .content-section h2,
    .best-picks h2,
    .comparison-table-section h2,
    .related-guides h2,
    .faq-section h2,
    .final-verdict h2 {
        font-size: 28px;
        line-height: 1.45;
        font-weight: 800;
        color: var(--svv-dark);
        margin-bottom: 14px;
    }

    .section-body p,
    .final-verdict p,
    .quick-answer p {
        font-size: 17px;
        line-height: 2;
        color: var(--svv-text);
    }

.section-body ul {
    padding-right: 22px;
}

.section-body li {
    margin: 8px 0;
    line-height: 1.9;
}

@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .seo-hero {
        padding: 32px 22px;
        border-radius: 22px;
    }

        .seo-hero .page-intro {
            font-size: 17px;
        }

    .content-section,
    .best-picks,
    .comparison-table-section,
    .related-guides,
    .faq-section,
    .final-verdict,
    .quick-answer {
        padding: 20px;
        border-radius: 18px;
    }
}

@media (max-width: 600px) {
    .seo-page {
        padding: 18px 12px;
    }

    .seo-hero h1 {
        font-size: 28px;
    }

    .hero-trust-row span {
        font-size: 13px;
    }
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--svv-border);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
    color: var(--svv-text);
    font-size: 15px;
    line-height: 1.7;
}

.trust-icon {
    width: 32px;
    height: 32px;
    background: #eff6ff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-wide {
    grid-column: span 1;
}

/* Trust disclosure cards */ .trust-disclosure {
    margin: 24px 0;
}

.trust-disclosure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.trust-disclosure-card {
    background: #ffffff;
    border: 1px solid var(--svv-border);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.055);
}

.trust-card-icon {
    width: 42px;
    height: 42px;
    background: #f1f5f9;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 22px;
}

.trust-disclosure-card h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--svv-dark);
    margin-bottom: 10px;
}

.trust-disclosure-card p {
    color: var(--svv-muted);
    line-height: 1.9;
    margin: 0;
}

/* Pros and Cons */ .pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
}

.pros-box, .cons-box {
    border-radius: 14px;
    padding: 14px;
}

.pros-box {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.cons-box {
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

    .pros-box strong,
    .cons-box strong {
        display: block;
        margin-bottom: 8px;
        color: var(--svv-dark);
        font-weight: 800;
    }

    .pros-box ul,
    .cons-box ul {
        margin: 0;
        padding-right: 20px;
    }

    .pros-box li,
    .cons-box li {
        margin: 6px 0;
        line-height: 1.7;
        color: var(--svv-text);
    }

/* Official sources */ .official-sources {
    background: #ffffff;
    border: 1px solid var(--svv-border);
    border-radius: 22px;
    padding: 24px;
    margin: 26px 0;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

    .official-sources h2 {
        font-size: 26px;
        font-weight: 800;
        color: var(--svv-dark);
        margin-bottom: 10px;
    }

.official-sources-intro {
    color: var(--svv-muted);
    line-height: 1.9;
    margin-bottom: 18px;
}

.official-sources-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.official-source-card {
    border: 1px solid var(--svv-border);
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px;
}

    .official-source-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .official-source-card a {
        color: var(--svv-primary);
        text-decoration: none;
        font-weight: 800;
    }

        .official-source-card a:hover {
            text-decoration: underline;
        }

    .official-source-card p {
        margin: 0;
        color: var(--svv-muted);
        line-height: 1.8;
    }

/* Mobile */ @media (max-width: 992px) {
    .trust-bar, .trust-disclosure-grid {
        grid-template-columns: 1fr;
    }

    .trust-item,
    .trust-disclosure-card {
        padding: 18px;
    }
}

/* ================================Best Picks - Clean Affiliate Cards================================ */

.svv-best-picks {
    padding: 40px 0;
}
    .svv-best-picks .svv-section-head {
        text-align: center;
        margin-bottom: 28px;
    }
        .svv-best-picks .svv-section-head h2 {
            color: #0f172a;
            font-size: clamp(28px, 3vw, 42px);
            font-weight: 800;
            margin-bottom: 10px;
        }
        .svv-best-picks .svv-section-head p {
            color: #64748b;
            font-size: 16px;
            line-height: 1.8;
            margin: 0;
        }
.svv-section-head {
    text-align: right;
    margin-bottom: 24px;
}

    .svv-section-head h2 {
        font-size: 32px;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 8px;
    }

.svv-note, .svv-coupon-note {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.svv-picks-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.svv-pick-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.svv-pick-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.rtl-page .svv-pick-top, .rtl-layout .svv-pick-top {
    flex-direction: row-reverse;
    text-align: right;
}

.svv-pick-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 1px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}


.svv-pick-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
}
.svv-pick-header {
    display: flex;
    align-items: center;
    gap: 14px;
    direction: rtl;
    margin-bottom: 16px;
}
.svv-pick-logo-wrap {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svv-pick-card h3 {
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 4px;
}

.svv-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    font-size: 13px;
    font-weight: 800;
}
.svv-pick-desc {
    color: #475569;
    line-height: 1.85;
    margin: 0 0 16px;
}
.svv-rating span {
    color: #64748b;
    margin-left: 1px;
    font-size: 15px;
}

.svv-pick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 16px;
}

    .svv-pick-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 11px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #334155;
        font-size: 12px;
        font-weight: 800;
    }
    .svv-pick-meta i {
        color: #2563eb;
        font-size: 12px;
    }
/* IMPORTANT: make pros/cons vertical, not two columns */ .svv-pros-cons {
    display: block;
    margin-bottom: 20px;
}

    .svv-pros-cons > div {
        background: #f8fafc;
        border: 1px solid #edf2f7;
        border-radius: 16px;
        padding: 14px 16px;
        margin-bottom: 12px;
    }

    .svv-pros-cons strong {
        display: block;
        color: #0f172a;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .svv-pros-cons ul {
        margin: 0;
        padding-inline-start: 20px;
    }

    .svv-pros-cons li {
        color: #334155;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 5px;
    }
.svv-pick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.svv-affiliate-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #0ea5e9;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

    .svv-affiliate-btn:hover {
        color: #ffffff;
        background: #0284c7;
    }
.svv-review-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #2563eb;
    background: #eff6ff;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

    .svv-review-link:hover {
        color: #1d4ed8;
        background: #dbeafe;
    }

/* Tablet: 2 cards */ @media (max-width: 1199px) {
    .svv-picks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 card */ @media (max-width: 767px) {
    .svv-section-head h2 {
        font-size: 26px;
    }

    .svv-picks-grid {
        grid-template-columns: 1fr;
    }

    .svv-pick-card {
        padding: 20px;
        border-radius: 18px;
    }

        .svv-pick-card h3 {
            font-size: 22px;
        }

    .svv-pick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .svv-affiliate-btn,
    .svv-review-link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.svv-stars {
    color: #f59e0b;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.svv-rating-number {
    display: inline-block;
    margin-inline-start: 6px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.svv-comparison-table td, .svv-comparison-table th {
    vertical-align: middle;
}

.svv-table-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
}

    .svv-table-btn:hover {
        color: #fff;
        opacity: 0.92;
    }

.svv-muted {
    color: #94a3b8;
    font-size: 14px;
}

.svv-editor-choice-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 34%), linear-gradient(135deg, #203d81 0%, #23345a 50%, #1e293b 100%);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

.svv-editor-choice-content {
    position: relative;
    z-index: 1;
    padding: 30px;
}


.svv-editor-choice-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.16);
    color: #fde68a;
    font-size: 14px;
    font-weight: 800;
}

.svv-editor-choice-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.rtl-page .svv-editor-choice-title-row, .rtl-layout .svv-editor-choice-title-row {
    flex-direction: row-reverse;
    text-align: right;
}
.svv-pick-title-area {
    min-width: 0;
    flex: 1;
    text-align: right;
}
    .svv-pick-title-area h3 {
        margin: 0 0 7px;
        color: #0f172a;
        font-size: 21px;
        font-weight: 900;
        line-height: 1.35;
    }
.svv-pick-logo-fallback {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 24px;
}
.svv-editor-choice-logo,
.svv-pick-logo {
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}
.svv-editor-choice-logo {
    width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 18px;
}
.svv-editor-choice-title-row h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}
.svv-editor-choice-card h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
}

.svv-editor-rating {
    color: #facc15;
    font-size: 14px;
    font-weight: 800;
}

    .svv-editor-rating span {
        color: #e2e8f0;
        margin-left: 6px;
    }

.svv-editor-desc {
    max-width: 760px;
    color: #dbeafe;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
}


.svv-editor-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

    .svv-editor-points li {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        padding: 10px 12px;
        color: #f8fafc;
        font-size: 14px;
        line-height: 1.7;
    }

.svv-editor-offer {
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
    font-weight: 800;
}

.svv-editor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.svv-editor-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #0ea5e9;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.30);
}

    .svv-editor-cta:hover {
        color: #ffffff;
        background: #0284c7;
    }

.svv-editor-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

    .svv-editor-review:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.10);
    }


.svv-pick-card.compact {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .svv-pick-card.compact .svv-pros-cons {
        display: none;
    }
    .svv-pick-card.compact:hover {
        transform: translateY(-4px);
        border-color: #bfdbfe;
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
    }
.svv-pick-label-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .svv-editor-points {
        grid-template-columns: 1fr;
    }

    .svv-picks-grid {
        grid-template-columns: 1fr 1fr;
    }

    .svv-editor-choice-card h3 {
        font-size: 25px;
    }

    .svv-editor-choice-content {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .svv-editor-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .svv-editor-cta,
    .svv-editor-review {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
.premium-security-categories {
    background: #ffffff;
}

.home-security-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.home-security-card {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

    .home-security-card:hover {
        transform: translateY(-3px);
        border-color: #bfdbfe;
        background: #f8fafc;
    }

.home-security-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border-radius: 16px;
    font-size: 24px;
    margin-bottom: 16px;
}

.home-security-card h3 {
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 10px;
}

.home-security-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .home-security-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .home-security-grid {
        grid-template-columns: 1fr;
    }
    .svv-editor-choice-content {
        padding: 22px;
    }

    .svv-editor-choice-title-row {
        align-items: flex-start;
    }

        .svv-editor-choice-title-row h3 {
            font-size: 24px;
        }

    .svv-picks-grid {
        grid-template-columns: 1fr;
    }

    .svv-editor-actions,
    .svv-pick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .svv-editor-cta,
    .svv-editor-review,
    .svv-affiliate-btn {
        width: 100%;
    }
    .svv-pick-header {
        align-items: flex-start;
    }

    .svv-pick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .svv-affiliate-btn,
    .svv-review-link {
        width: 100%;
    }
}
.svv-editor-choice-badge i {
    color: inherit;
}
.svv-affiliate-banner-box {
    margin-top: 20px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    text-align: center;
}

.svv-ad-label {
    display: block;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.svv-affiliate-banner-box img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
.svv-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 42px;
    align-items: start;
}

.svv-home-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .svv-home-hero-visual img {
        width: 100%;
        max-width: 520px;
        height: auto;
        display: block;
        border-radius: 28px;
        box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
    }

@media (max-width: 991px) {
    .svv-home-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .svv-home-hero-visual img {
        max-width: 100%;
    }
}




.svv-table-visit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 86px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #0ea5e9;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(14, 165, 233, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

    .svv-table-visit-btn:hover {
        background: #0284c7;
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(14, 165, 233, 0.30);
    }

    .svv-table-visit-btn i {
        font-size: 12px;
        color: inherit;
    }

html[dir="rtl"] .svv-table-visit-btn i,
.rtl-page .svv-table-visit-btn i {
    transform: scaleX(-1);
}

.svv-vpn-cta-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 32px;
    align-items: center;
    margin: 46px 0;
    padding: 34px;
    border-radius: 30px;
    background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 34%), linear-gradient(135deg, #3fffed 0%, #111827 55%, #1a2435 100%);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.svv-vpn-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.16);
    color: #bae6fd;
    font-size: 13px;
    font-weight: 900;
}

    .svv-vpn-cta-label i {
        color: inherit;
    }

.svv-vpn-cta-content h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.35;
}

.svv-vpn-cta-content p {
    max-width: 620px;
    margin: 0 0 22px;
    color: #dbeafe;
    font-size: 16px;
    line-height: 1.9;
}

.svv-vpn-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.svv-vpn-cta-primary,
.svv-vpn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

.svv-vpn-cta-primary {
    background: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.30);
}

    .svv-vpn-cta-primary:hover {
        background: #0284c7;
        color: #ffffff;
    }

.svv-vpn-cta-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

    .svv-vpn-cta-secondary:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.14);
    }

.svv-vpn-cta-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .svv-vpn-cta-image img {
        width: 100%;
        max-width: 525px;
        height: auto;
        display: block;
        border-radius: 26px;
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
    }

@media (max-width: 991px) {
    .svv-vpn-cta-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .svv-vpn-cta-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .svv-vpn-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .svv-vpn-cta-banner {
        padding: 24px;
    }

    .svv-vpn-cta-actions {
        flex-direction: column;
    }

    .svv-vpn-cta-primary,
    .svv-vpn-cta-secondary {
        width: 100%;
    }
}


.svv-footer-ar {
    margin-top: 60px;
    padding: 54px 0 24px;
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.18), transparent 32%), linear-gradient(135deg, #020617 0%, #0f172a 55%, #111827 100%);
    color: #e5e7eb;
}

.svv-footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(160px, 1fr));
    gap: 34px;
    align-items: start;
}

.svv-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
}

    .svv-footer-logo:hover {
        color: #ffffff;
    }

.svv-footer-logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(14, 165, 233, 0.16);
    color: #38bdf8;
}

    .svv-footer-logo-icon i {
        color: inherit;
    }

.svv-footer-brand p {
    max-width: 420px;
    margin: 0 0 18px;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.9;
}

.svv-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .svv-footer-trust span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.07);
        color: #e0f2fe;
        font-size: 12px;
        font-weight: 800;
    }

    .svv-footer-trust i {
        color: #38bdf8;
        font-size: 12px;
    }

.svv-footer-col h5 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.svv-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.svv-footer-col li {
    margin-bottom: 9px;
}

.svv-footer-col a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.7;
    transition: color 0.2s ease, padding-right 0.2s ease;
}

    .svv-footer-col a:hover {
        color: #38bdf8;
        padding-right: 4px;
    }

.svv-footer-disclosure {
    margin-top: 34px;
    padding: 18px 20px;
    border-radius: 22px;
}

    .svv-footer-disclosure strong {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 900;
    }

        .svv-footer-disclosure strong i {
            color: #38bdf8;
        }

    .svv-footer-disclosure p {
        margin: 0;
        color: #cbd5e1;
        font-size: 13px;
        line-height: 1.8;
    }

.svv-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #94a3b8;
    font-size: 13px;
}

.svv-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

    .svv-footer-bottom-links a {
        color: #94a3b8;
        text-decoration: none;
    }

        .svv-footer-bottom-links a:hover {
            color: #38bdf8;
        }

@media (max-width: 991px) {
    .svv-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .svv-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .svv-footer-ar {
        padding-top: 40px;
    }

    .svv-footer-main {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .svv-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .svv-footer-bottom-links {
        justify-content: center;
    }
}