
:root {
    --bg: #0b1220;
    --card: #0f1a33;
    --muted: #9fb0d0;
    --text: #eaf0ff;
    --accent: #3aa0ff;
    --accent2: #22c55e;
    --border: rgba(255,255,255,.10);
    --shadow: 0 20px 60px rgba(0,0,0,.35);
    --radius: 16px;
    --max: 1120px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
    color: var(--text);
    background: radial-gradient(1200px 800px at 15% 10%, rgba(58,160,255,.25), transparent 60%), radial-gradient(900px 600px at 90% 20%, rgba(34,197,94,.18), transparent 60%), linear-gradient(180deg, var(--bg), #070b14);
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px;
}

.topbar {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    background: rgba(7,11,20,.45);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 10;
}

    .topbar .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .2px;
}

.logo {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(58,160,255,.95), rgba(34,197,94,.85));
    box-shadow: 0 10px 30px rgba(58,160,255,.15);
}

.nav {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
}

    .nav a {
        padding: 10px 10px;
        border-radius: 10px;
    }

        .nav a:hover {
            background: rgba(255,255,255,.06);
            color: var(--text);
        }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 12px;
    font-weight: 800;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.06);
    box-shadow: 0 14px 40px rgba(0,0,0,.25);
}

    .btn.primary {
        border-color: rgba(58,160,255,.45);
        background: linear-gradient(135deg, rgba(58,160,255,.95), rgba(58,160,255,.65));
        color: #071022;
    }

    .btn.secondary:hover {
        background: rgba(255,255,255,.10);
    }

    .btn.primary:hover {
        filter: brightness(1.05);
    }

.hero {
    padding: 52px 0 18px;
}

.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
    background: rgba(255,255,255,.04);
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--accent2);
    box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

h1 {
    margin: 14px 0 10px;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -.5px;
}

.sub {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
    max-width: 72ch;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 0;
}

section {
    padding: 22px 0;
}

.grid-3 {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 920px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 36px;
    }
}

.card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    box-shadow: var(--shadow);
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.04);
    color: var(--muted);
    font-weight: 900;
    font-size: 11px;
    letter-spacing: .4px;
    text-transform: uppercase;
    width: fit-content;
}

.icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 10px;
    font-weight: 900;
    color: rgba(234,240,255,.92);
}

.card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    letter-spacing: -.2px;
}

.card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}

.bullets {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

    .bullets li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        color: rgba(234,240,255,.92);
        font-size: 14px;
        line-height: 1.5;
    }

.check {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: rgba(34,197,94,.16);
    border: 1px solid rgba(34,197,94,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    margin-top: 1px;
}

    .check:before {
        content: "✓";
        font-weight: 900;
        color: rgba(34,197,94,.95);
        font-size: 14px;
    }

.spacer {
    flex: 1;
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.note {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255,255,255,.04);
    padding: 14px 16px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

footer {
    padding: 26px 0 50px;
    color: rgba(159,176,208,.85);
    border-top: 1px solid var(--border);
    margin-top: 12px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

