@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap");

:root {
    --vl-bg: #070709;
    --vl-panel: #0b0b0f;
    --vl-crimson: #b03a47;
    --vl-burgundy: #5a1822;
    --vl-text: #f5f5f7;
    --vl-muted: #a3a3ad;
    --vl-dim: #73737e;
    --vl-line: rgba(255, 255, 255, 0.08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

body.vl-home {
    min-height: 100vh;
    background: var(--vl-bg);
    color: var(--vl-text);
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.vl-wrap {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: #070709;
}

.vl-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 28px;
    background: #070709;
    border-bottom: 1px solid var(--vl-line);
}

.vl-lockup {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.vl-mark {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.vl-wordmark {
    font-family: Syne, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4em;
}

.vl-nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vl-nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: var(--vl-muted);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}

.vl-nav-links a:hover,
.vl-nav-links a.is-active {
    color: #fff;
    background: rgba(176, 58, 71, 0.16);
}

.vl-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vl-quiet {
    color: var(--vl-muted);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.vl-quiet:hover {
    color: #fff;
}

.vl-btn,
.vl-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}

.vl-btn {
    color: #fff;
    background: #8e2a36;
    border-radius: 8px;
}

.vl-btn:hover {
    background: #b03a47;
}

.vl-btn-ghost {
    color: #fff;
    background: rgba(176, 58, 71, 0.16);
    border: 1px solid rgba(176, 58, 71, 0.35);
}

.vl-btn-lg {
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
}

.vl-menu {
    display: none;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--vl-line);
    border-radius: 10px;
    cursor: pointer;
}

.vl-hero,
.vl-section {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.vl-hero {
    padding: 72px 0 28px;
    text-align: center;
}

.vl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--vl-dim);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vl-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.12);
}

.vl-hero h1 {
    margin: 0 0 16px;
    font-family: Syne, sans-serif;
    font-size: clamp(36px, 6vw, 58px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.vl-hero p {
    max-width: 58ch;
    margin: 0 auto 28px;
    color: var(--vl-muted);
    font-size: 17px;
    line-height: 1.7;
}

.vl-hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.vl-shot {
    position: relative;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 96px;
    overflow: visible;
}

.vl-shot-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #0b0b0f;
}

.vl-shot-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #09090c;
    border-bottom: 1px solid var(--vl-line);
}

.vl-shot-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a3a42;
}

.vl-shot-bar i:first-child { background: #8e2a36; }
.vl-shot-bar span {
    margin-left: 8px;
    color: var(--vl-dim);
    font-size: 12px;
}

.vl-shot-frame img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.vl-section {
    padding: 24px 0 80px;
}

.vl-section h2 {
    margin: 0 0 8px;
    font-family: Syne, sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    letter-spacing: -0.04em;
}

.vl-lead {
    margin: 0 0 28px;
    color: var(--vl-muted);
    font-size: 15px;
    line-height: 1.7;
}

.vl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.vl-card {
    padding: 22px 20px;
    background: #0b0b0f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.vl-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
}

.vl-card p {
    margin: 0;
    color: var(--vl-muted);
    font-size: 14px;
    line-height: 1.6;
}

.vl-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    color: #d7a0a7;
    background: rgba(142, 42, 54, 0.2);
    border: 1px solid rgba(176, 58, 71, 0.26);
    border-radius: 10px;
}

.vl-icon svg {
    width: 16px;
    height: 16px;
}

.vl-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.vl-plan {
    display: flex;
    flex-direction: column;
    padding: 24px 22px 22px;
    background: #0b0b0f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.vl-plan .vl-btn,
.vl-plan .vl-btn-ghost {
    width: 100%;
    margin-top: auto;
}

.vl-plan h3 {
    margin: 0 0 6px;
    font-family: Syne, sans-serif;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.vl-price {
    margin: 0 0 16px;
    color: #d7a0a7;
    font-size: 22px;
    font-weight: 700;
}

.vl-plan ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    flex: 1;
}

.vl-plan li {
    margin: 0 0 8px;
    color: var(--vl-muted);
    font-size: 14px;
}

.vl-note {
    margin: 0 0 18px;
    color: var(--vl-dim);
    font-size: 13px;
}

.vl-cta {
    text-align: center;
    padding: 8px 0 88px;
}

.vl-cta h2 {
    margin: 0 0 10px;
}

.vl-cta .vl-lead {
    margin-bottom: 22px;
}

.vl-legal {
    width: min(760px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 80px;
}

.vl-legal h1 {
    margin: 0 0 8px;
    font-family: Syne, sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -0.04em;
}

.vl-legal .vl-updated {
    margin: 0 0 32px;
    color: var(--vl-dim);
    font-size: 13px;
}

.vl-legal h2 {
    margin: 32px 0 10px;
    font-family: Syne, sans-serif;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.vl-legal p,
.vl-legal li {
    color: var(--vl-muted);
    font-size: 15px;
    line-height: 1.7;
}

.vl-legal p {
    margin: 0 0 14px;
}

.vl-legal ul {
    margin: 0 0 14px;
    padding-left: 1.2em;
}

.vl-legal a {
    color: #d7a0a7;
}

.vl-legal a:hover {
    color: #fff;
}

.vl-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0 32px;
    border-top: 1px solid var(--vl-line);
    color: var(--vl-dim);
    font-size: 12px;
}

.vl-foot-links {
    display: flex;
    gap: 16px;
}

.vl-foot a {
    color: var(--vl-muted);
    text-decoration: none;
}

.vl-foot a:hover {
    color: #fff;
}

.vl-foot .dmca-badge {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.vl-foot .dmca-badge img {
    display: block;
    height: 18px;
    width: auto;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .vl-nav-links,
    .vl-nav-actions .vl-quiet {
        display: none;
    }

    .vl-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vl-nav.is-open .vl-nav-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 16px 28px 20px;
        background: #0b0b0f;
        border-bottom: 1px solid var(--vl-line);
    }

    .vl-grid,
    .vl-plans {
        grid-template-columns: 1fr;
    }

    .vl-hero {
        padding-top: 48px;
    }
}
