:root {
    --vc-dark: #111827;
    --vc-dark-soft: #1f2937;
    --vc-muted: #f3f6fb;
    --vc-brand-black: #000000;
    --vc-brand-orange: #ff9a2f;
    --vc-brand-orange-light: #ffad4f;
    --vc-brand-shadow: #7a3300;
}

body {
    background: #ffffff;
    color: #111827;
}

.vc-brand-banner {
    background: var(--vc-brand-black);
    color: var(--vc-brand-orange);
    text-align: center;
    padding: 1.65rem 1rem 1.4rem;
    border-bottom: 2px solid rgba(255, 154, 47, 0.45);
}

.vc-brand-logo-text {
    color: var(--vc-brand-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(2.8rem, 8vw, 6.9rem);
    font-weight: 900;
    line-height: 0.84;
    letter-spacing: -0.075em;
    text-shadow:
        0.025em 0.025em 0 var(--vc-brand-shadow),
        0.045em 0.045em 0 rgba(0, 0, 0, 0.8);
}

.vc-brand-tagline {
    color: var(--vc-brand-orange-light);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.05rem, 2.45vw, 1.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-top: 0.45rem;
    text-shadow:
        0.025em 0.025em 0 var(--vc-brand-shadow),
        0.04em 0.04em 0 rgba(0, 0, 0, 0.8);
}

.vc-navbar {
    background: var(--vc-dark);
}

.vc-hero {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.94)),
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.4), transparent 35%);
    color: #ffffff;
}

.vc-page-header {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.94)),
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.28), transparent 35%);
    color: #ffffff;
}

.vc-eyebrow {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vc-hero-card {
    background: #ffffff;
    color: #111827;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.vc-product-card,
.vc-download-card {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(17, 24, 39, 0.06);
}

.vc-download-action {
    background: var(--vc-muted);
    border-radius: 1rem;
    padding: 1.5rem;
}

.vc-section-muted {
    background: var(--vc-muted);
}

.vc-footer {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
}
