﻿.svv-home-ar {
    background: #ffffff;
    color: #111827;
}

    .svv-home-ar .container {
        width: min(1120px, calc(100% - 32px));
        margin: 0 auto;
    }

.svv-home-hero {
    padding: 72px 0 56px;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 34%), linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
}

.svv-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 34px;
    align-items: center;
}

.svv-kicker {
    display: inline-flex;
    align-items: center;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 18px;
}

.svv-hero-content h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 18px;
    max-width: 850px;
    font-weight: 800;
}

.svv-hero-intro {
    color: #000;
    font-size: 18px;
    line-height: 1.9;
    max-width: 760px;
    margin-bottom: 26px;
}

.svv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.svv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .svv-btn:hover {
        transform: translateY(-1px);
    }

.svv-btn-primary {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.svv-btn-secondary {
    background: #e0f2fe;
    color: #075985;
}

.svv-affiliate-note {
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
    max-width: 780px;
}

.svv-hero-card {
    align-self: start;
    padding-top: 18px;
}

.svv-score-card {
    background: #0f172a;
    color: #ffffff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.svv-score-label {
    display: inline-flex;
    background: rgba(56, 189, 248, 0.14);
    color: #7dd3fc;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.svv-score-card h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.svv-score-card p {
    color: #cbd5e1;
    line-height: 1.8;
}

.svv-score-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    color: #e2e8f0;
    line-height: 2;
}

.svv-quick-answer,
.svv-best-picks,
.svv-topic-hub,
.svv-home-sections,
.svv-faq-section {
    padding: 48px 0;
}

.svv-answer-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 26px;
}

    .svv-answer-box h2 {
        color: #0f172a;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .svv-answer-box p {
        color: #000;
        line-height: 1.9;
        margin: 0;
    }

.svv-section-head {
    margin-bottom: 24px;
}

    .svv-section-head span {
        color: #2563eb;
        font-weight: 800;
    }

    .svv-section-head h2 {
        color: #0f172a;
        font-weight: 800;
        margin: 8px 0;
    }

    .svv-section-head p {
        color: #64748b;
        line-height: 1.8;
    }

.svv-picks-grid,
.svv-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.svv-pick-card,
.svv-topic-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.svv-pick-label {
    display: inline-flex;
    background: #ecfdf5;
    color: #047857;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.svv-pick-card h3,
.svv-topic-card h3 {
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 10px;
}

.svv-pick-card p,
.svv-topic-card p {
    color: #64748b;
    line-height: 1.8;
}

.svv-pick-card ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    color: #334155;
    line-height: 2;
}

.svv-btn-card {
    background: #0f172a;
    color: #ffffff;
    width: 100%;
}

.svv-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svv-topic-card {
    text-decoration: none;
    display: block;
}

    .svv-topic-card:hover {
        border-color: #bfdbfe;
        background: #f8fafc;
    }

.svv-content-section {
    padding: 28px 0;
    border-bottom: 1px solid #e5e7eb;
}

    .svv-content-section h2 {
        color: #0f172a;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .svv-content-section p,
    .svv-content-section li {
        color: #000;
        line-height: 1.9;
    }

    .svv-content-section a {
        color: #2563eb;
        font-weight: 700;
        text-decoration: none;
    }

        .svv-content-section a:hover {
            text-decoration: underline;
        }

.svv-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 12px;
}

    .svv-faq-item summary {
        cursor: pointer;
        font-weight: 800;
        color: #0f172a;
    }

    .svv-faq-item p {
        color: #000;
        line-height: 1.8;
        margin: 14px 0 0;
    }

@media (max-width: 991px) {
    .svv-hero-grid {
        grid-template-columns: 1fr;
    }

    .svv-picks-grid,
    .svv-topic-grid {
        grid-template-columns: 1fr;
    }

    .svv-home-hero {
        padding: 48px 0 38px;
    }
}
.svv-comparison-section {
    padding: 48px 0;
    background: #f8fafc;
}

.svv-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.svv-comparison-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    text-align: right;
}

    .svv-comparison-table th {
        background: #0f172a;
        color: #ffffff;
        font-weight: 800;
        padding: 16px;
        white-space: nowrap;
    }

    .svv-comparison-table td {
        padding: 16px;
        border-bottom: 1px solid #e5e7eb;
        color: #334155;
        vertical-align: top;
    }

    .svv-comparison-table tbody tr:hover {
        background: #f8fafc;
    }

    .svv-comparison-table a {
        color: #2563eb;
        font-weight: 800;
        text-decoration: none;
    }
