﻿:root {
    --bg: #f6f8fc;
    --bg2: #ffffff;
    --card: #ffffff;
    --card2: #fbfcff;
    --border: #e7edf6;
    --text: #0f172a;
    --muted: #64748b;
    --shadow: 0 18px 45px rgba(15, 23, 42, .08);
    --shadow2: 0 10px 25px rgba(15, 23, 42, .06);
    --radius: 22px;
    --pri: #2563eb; /* blue */
    --pri2: #7c3aed; /* violet */
    --hot: #ff3b6a; /* pink/red */
    --warn: #f59e0b; /* amber */
}

body {
    background: radial-gradient(900px 500px at 15% -10%, rgba(37,99,235,.14), transparent 55%), radial-gradient(900px 500px at 85% 0%, rgba(124,58,237,.12), transparent 55%), radial-gradient(700px 450px at 90% 70%, rgba(255,59,106,.10), transparent 60%), linear-gradient(180deg, var(--bg), #ffffff);
    color: var(--text);
}

.page {
    min-height: 70vh;
}

a {
    text-decoration: none;
}

.text-soft {
    color: var(--muted);
}

.hr-soft {
    border-color: rgba(15,23,42,.10);
}

/* Top strip */
.top-strip {
    background: rgba(255,255,255,.75);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(10px);
}

.chip {
    font-size: 13px;
    color: var(--muted);
    background: rgba(15,23,42,.03);
    border: 1px solid rgba(15,23,42,.08);
    padding: 6px 10px;
    border-radius: 999px;
}

/* Sticky navbar */
.nav-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.75);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(14px);
}

.brand {
    color: var(--text);
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--pri), var(--pri2));
    box-shadow: var(--shadow2);
}

.brand-title {
    font-weight: 900;
    letter-spacing: .2px;
    display: block;
}

.brand-sub {
    font-size: 12px;
    color: var(--muted);
    display: block;
    margin-top: -2px;
}

.navlink {
    color: #334155 !important;
    padding: 10px 12px !important;
    border-radius: 12px;
    font-weight: 600;
}

    .navlink:hover {
        background: rgba(37,99,235,.08);
        color: var(--pri) !important;
    }

/* Buttons */
.btn-cta {
    background: linear-gradient(135deg, var(--hot), var(--warn));
    color: #1f1220;
    border: 0;
    padding: 10px 16px;
    border-radius: 14px;
    font-weight: 900;
    box-shadow: 0 14px 40px rgba(255,59,106,.22);
}

.btn-outline-lite {
    background: #fff;
    border: 1px solid rgba(15,23,42,.12);
    color: var(--text);
    padding: 10px 16px;
    border-radius: 14px;
    font-weight: 800;
}

    .btn-outline-lite:hover {
        background: rgba(37,99,235,.06);
        border-color: rgba(37,99,235,.22);
        color: var(--pri);
    }

.btn-ghost {
    background: rgba(15,23,42,.03);
    border: 1px solid rgba(15,23,42,.08);
    color: var(--text);
    border-radius: 12px;
    font-weight: 700;
}

    .btn-ghost:hover {
        background: rgba(37,99,235,.06);
        border-color: rgba(37,99,235,.22);
    }

/* Sections / cards */
.section {
    padding: 70px 0;
}

.cardx {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.cardx2 {
    background: linear-gradient(180deg, var(--card2), #ffffff);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow2);
}

.kpi {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.85);
}

/* Hero */
.hero {
    padding: 80px 0 30px;
}

.badge-soft {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37,99,235,.08);
    border: 1px solid rgba(37,99,235,.18);
    color: #1e40af;
    font-size: 13px;
    font-weight: 700;
}

.hero h1 {
    font-weight: 1000;
    letter-spacing: -0.8px;
    line-height: 1.03;
}

.hero p {
    color: var(--muted);
    font-size: 18px;
}

/* Screenshot frame */
.imgframe {
    border-radius: 22px;
    border: 1px solid rgba(15,23,42,.10);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

    .imgframe img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Footer */
.footer {
    margin-top: 60px;
    background: rgba(255,255,255,.75);
    border-top: 1px solid var(--border);
}

.footer-title {
    font-weight: 900;
    color: var(--text);
}

.footer-link {
    color: #334155;
}

    .footer-link:hover {
        color: var(--pri);
    }
.hero-light .grad-text {
    background: linear-gradient(135deg, var(--pri), var(--pri2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mini-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
}

.mini-trust-item {
    background: rgba(255,255,255,.9);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px 14px;
    box-shadow: var(--shadow2);
}

.mini-trust-title {
    font-weight: 900;
}

.mini-trust-sub {
    color: var(--muted);
    font-size: 13px;
}

.sec-kicker {
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .12em;
    color: #1e40af;
    background: rgba(37,99,235,.08);
    border: 1px solid rgba(37,99,235,.18);
    padding: 7px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.sec-title {
    font-weight: 1000;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.tick-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    .tick-list li {
        position: relative;
        padding-left: 28px;
        margin: 10px 0;
        color: var(--muted);
        font-weight: 600;
    }

        .tick-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: rgba(22,163,74,.12);
            border: 1px solid rgba(22,163,74,.22);
            color: #166534;
            font-weight: 900;
            font-size: 12px;
        }

.shot-card {
    background: rgba(255,255,255,.92);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 14px;
}

.shot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.shot-title {
    font-weight: 900;
}

.shot-sub {
    color: var(--muted);
    font-size: 13px;
    margin-top: 2px;
}

.pill {
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(15,23,42,.03);
    color: #0f172a;
}

.pill-blue {
    background: rgba(37,99,235,.10);
    border-color: rgba(37,99,235,.22);
    color: #1e40af;
}

.pill-violet {
    background: rgba(124,58,237,.10);
    border-color: rgba(124,58,237,.22);
    color: #5b21b6;
}

.pill-orange {
    background: rgba(245,158,11,.12);
    border-color: rgba(245,158,11,.22);
    color: #92400e;
}

.pill-green {
    background: rgba(22,163,74,.12);
    border-color: rgba(22,163,74,.22);
    color: #166534;
}

.cta-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px;
    border-radius: var(--radius);
    border: 1px solid rgba(255,59,106,.20);
    background: radial-gradient(700px 250px at 15% 50%, rgba(37,99,235,.10), transparent 60%), radial-gradient(700px 250px at 90% 50%, rgba(255,59,106,.12), transparent 60%), #ffffff;
    box-shadow: var(--shadow);
}

@media(max-width: 992px) {
    .mini-trust {
        grid-template-columns: 1fr;
    }

    .cta-wide {
        flex-direction: column;
        align-items: flex-start;
    }
}
.form-control {
    border-radius: 14px;
    border: 1px solid rgba(15,23,42,.12);
    padding: 12px 12px;
}

    .form-control:focus {
        box-shadow: 0 0 0 .25rem rgba(37,99,235,.12);
        border-color: rgba(37,99,235,.35);
    }

.form-label {
    font-weight: 800;
    color: #334155;
}