:root {
    --vc-blue: #0b3e8e;
    --vc-yellow: #f8c800;
    --vc-green: #20a954;
    --vc-orange: #ff5a1f;
    --vc-ink: #102541;
    --vc-bg: #f4f8ff;
    --vc-white: #ffffff;
    --vc-shadow: 0 18px 40px rgba(16, 37, 65, 0.14);
    --vc-radius-lg: 26px;
    --vc-radius-md: 16px;
}

body.home {
    font-family: var(--vc-font-body);
    color: var(--vc-ink);
    background:
        radial-gradient(1200px 460px at 90% 0%, rgba(248, 200, 0, 0.22) 0%, rgba(248, 200, 0, 0) 60%),
        radial-gradient(900px 320px at 10% 8%, rgba(32, 169, 84, 0.2) 0%, rgba(32, 169, 84, 0) 62%),
        var(--vc-bg);
}

.vc-home {
    overflow: hidden;
}

.vc-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.vc-kicker {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--vc-orange);
}

.vc-section-header h2 {
    margin: 0.45rem 0 0;
    font-family: var(--vc-font-heading);
    font-weight: 800;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    line-height: 1.05;
    color: var(--vc-blue);
}

.vc-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
    padding: 0.84rem 1.24rem;
    border-radius: 999px;
    border: 2px solid transparent;
    font-weight: 800;
    font-family: var(--vc-font-heading);
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    min-height: 48px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.vc-btn br {
    display: none;
}

.vc-btn:hover {
    transform: translateY(-2px);
}

.vc-btn-primary {
    background: linear-gradient(145deg, #ff8d1f 0%, var(--vc-orange) 64%, #ea3900 100%);
    color: var(--vc-white);
    box-shadow: 0 10px 20px rgba(255, 90, 31, 0.26);
}

.vc-btn-primary:hover {
    box-shadow: 0 14px 24px rgba(255, 90, 31, 0.34);
}

.vc-btn-secondary {
    color: #111827;
    background-color: rgba(15, 23, 42, 0.06);
    border-color: rgba(15, 23, 42, 0.18);
}

.vc-btn-secondary:hover {
    background-color: rgba(15, 23, 42, 0.12);
}

.vc-btn:focus-visible,
.vc-text-link:focus-visible,
.vc-review-content a:focus-visible {
    outline: 3px solid var(--vc-yellow);
    outline-offset: 3px;
}

.vc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem;
}

.vc-hero-actions .vc-btn {
    min-height: 42px;
    padding: 0.66rem 1rem;
    font-size: 0.94rem;
}

.vc-method,
.vc-featured,
.vc-cta {
    padding: 2.8rem 0;
}

.vc-method-list {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
}

.vc-method-list li {
    padding: 1rem;
    border-radius: 14px;
    background: linear-gradient(165deg, var(--vc-white), #eef6ff);
    border: 1px solid rgba(11, 62, 142, 0.09);
}

.vc-step-number {
    display: inline-block;
    min-width: 52px;
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    background-color: rgba(248, 200, 0, 0.32);
    color: #945600;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.vc-method-list h3 {
    margin: 0.64rem 0 0.2rem;
    font-family: var(--vc-font-heading);
    font-size: 1.25rem;
    color: var(--vc-blue);
}

.vc-method-list p {
    margin: 0;
    color: #2e506f;
    line-height: 1.5;
}

.vc-featured-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vc-review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: var(--vc-white);
    border-radius: var(--vc-radius-md);
    overflow: hidden;
    border: 1px solid rgba(11, 62, 142, 0.12);
    box-shadow: 0 10px 18px rgba(16, 37, 65, 0.1);
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.vc-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 24px rgba(16, 37, 65, 0.14);
}

.vc-review-thumb {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(160deg, rgba(11, 62, 142, 0.08), rgba(32, 169, 84, 0.12));
}

.vc-review-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-thumb-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 0.94rem;
    color: #2c5277;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vc-review-content {
    padding: 1rem;
}

.vc-review-content h3 {
    margin: 0;
    font-family: var(--vc-font-heading);
    font-size: 1.52rem;
    line-height: 1;
}

.vc-review-content h3 a {
    color: #111827;
    text-decoration: none;
}

.vc-review-content p {
    margin: 0.72rem 0 0;
    color: #29496c;
    line-height: 1.6;
}

.vc-text-link {
    display: inline-flex;
    margin-top: 0.82rem;
    text-decoration: none;
    font-weight: 700;
    color: #111827;
}

.vc-text-link:hover {
    color: #000000;
    text-decoration: underline;
}

.vc-empty-state {
    margin-top: 1.2rem;
    border-radius: var(--vc-radius-md);
    padding: 1.4rem;
    background: linear-gradient(170deg, #ffffff 0%, #f1f7ff 100%);
    border: 1px solid rgba(11, 62, 142, 0.12);
}

.vc-empty-state p {
    margin: 0 0 1rem;
    color: #274a6f;
}

.vc-cta-box {
    border-radius: var(--vc-radius-lg);
    padding: clamp(1.2rem, 4vw, 2rem);
    border: 1px solid rgba(11, 62, 142, 0.12);
    background:
        linear-gradient(125deg, rgba(11, 62, 142, 0.96), rgba(6, 47, 114, 0.95)),
        radial-gradient(circle at 80% 20%, rgba(248, 200, 0, 0.18), rgba(248, 200, 0, 0));
    color: var(--vc-white);
}

.vc-cta-box h2 {
    margin: 0;
    max-width: 24ch;
    font-family: var(--vc-font-heading);
    font-size: clamp(1.85rem, 3.4vw, 2.8rem);
    line-height: 1;
    color: var(--vc-white);
}

.vc-cta-box p {
    margin: 0.72rem 0 1.2rem;
    max-width: 65ch;
    color: rgba(255, 255, 255, 0.9);
}

.vc-cta-box .vc-btn-primary {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.vc-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.56s ease, transform 0.56s ease;
}

.vc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .vc-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-method-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .vc-section-header h2 {
        font-size: clamp(1.7rem, 7.2vw, 2.2rem);
    }

    .vc-featured-grid,
    .vc-method-list {
        grid-template-columns: 1fr;
    }

    .vc-btn {
        width: 100%;
    }

    .vc-hero-actions {
        gap: 0.45rem;
    }

    .vc-hero-actions .vc-btn {
        width: auto;
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        padding: 0.62rem 0.8rem;
        font-size: 0.86rem;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .vc-shell {
        width: min(1180px, calc(100% - 1.25rem));
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-btn,
    .vc-review-card,
    .vc-reveal {
        transition: none !important;
        transform: none !important;
    }

    .vc-reveal {
        opacity: 1 !important;
    }
}
