﻿
:root {
    --navy: #07152b;
    --navy-2: #10223e;
    --blue: #474AD9;
    --blue-2: #4f7cff;
    --sky: #eef4ff;
    --text: #26364d;
    --muted: #66758c;
    --line: #e6ebf2;
    --soft: #f7f9fc;
    --white: #ffffff;
    --green: #16a36a;
    --max: 1180px;
    --radius: 20px;
}




.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 24px;
    color: var(--navy);
    letter-spacing: -.6px
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: linear-gradient(145deg,var(--blue),#6e91ff);
    position: relative;
    box-shadow: 0 8px 22px rgba(37,99,235,.24)
}

    .brand-mark:before, .brand-mark:after {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 2px;
        left: 9px;
        right: 9px;
        height: 4px;
        transform: skewX(-18deg)
    }

    .brand-mark:before {
        top: 10px
    }

    .brand-mark:after {
        top: 19px
    }

.links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 14px;
    font-weight: 650;
    color: #3b4a60
}

    .links a:hover {
        color: var(--blue)
    }

.demo {
    background: var(--navy);
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(7,21,43,.15)
}



.hero {
    border-bottom: 1px solid var(--line);
    background: radial-gradient(circle at 85% 10%,rgba(79,124,255,.11),transparent 30%),linear-gradient(180deg,#fbfdff 0%,#fff 100%);
    padding: 0;
}

    .hero:before {
        content: unset !important
    }

.hero-inner {
    max-width: var(--max);
    margin: auto;
    padding: 88px 28px 72px;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 60px;
    align-items: end
}



.lead {
    font-size: 18px;
    color: var(--muted);
    max-width: 750px;
    margin: 0
}

.meta {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 18px 60px rgba(7,21,43,.06)
}

.meta-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px
}

    .meta-row:last-child {
        border: 0
    }

    .meta-row span:first-child {
        color: var(--muted)
    }

    .meta-row span:last-child {
        font-weight: 750;
        color: var(--navy);
        text-align: right
    }

.layout {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 270px minmax(0,1fr);
    gap: 72px;
    padding: 62px 28px 96px
}

.toc-wrap {
    position: relative
}

.toc {
    position: sticky;
    top: 102px;
    border-right: 1px solid var(--line);
    padding-right: 26px;
    max-height: calc(100vh - 126px);
    overflow: auto
}

.toc-title {
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 14px
}

.toc a {
    display: block;
    font-size: 13px;
    color: #718096;
    padding: 7px 0;
    line-height: 1.35
}

    .toc a:hover, .toc a.active {
        color: var(--blue);
        font-weight: 750
    }

.legal {
    max-width: 780px
}

    .legal section {
        scroll-margin-top: 110px;
        padding: 0 0 38px;
        margin: 0 0 38px;
        border-bottom: 1px solid var(--line)
    }

        .legal section:last-child {
            border: 0
        }

    .legal h2 {
        font-size: 27px;
        line-height: 1.25;
        letter-spacing: -.7px;
        margin: 0 0 16px;
        color: var(--navy);
    }

h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 24px 0 9px;
    color: var(--navy)
}

p {
    /* margin: 0 0 14px; */
    /* font-size: 16px; */
}

.legal ul {
    padding-left: 21px;
    margin: 8px 0 16px
}

.legal li {
    margin: 5px 0;
    font-size: 16px;
}

.callout {
    background: var(--soft);
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    padding: 18px 20px;
    border-radius: 0 14px 14px 0;
    margin: 20px 0;
    color: #43536b
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin: 18px 0
}

.pill {
    border: 1px solid var(--line);
    background: #fbfcfe;
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 13px;
    color: #42516a
}

    .pill:before {
        content: "✓";
        color: var(--green);
        font-weight: 900;
        margin-right: 8px
    }

.contact-card {
    background: #111125;
    color: #dfe8f7;
    border-radius: 22px;
    padding: 28px;
    margin-top: 18px
}

    .contact-card h3 {
        color: #fff;
        margin-top: 0
    }

    .contact-card a {
        color: #fff;
        font-weight: 800
    }

    .contact-card p {
        margin-bottom: 8px
    }

.cta {
    /* background: var(--soft); */
    /* border-top: 1px solid var(--line); */
    /* border-bottom: 1px solid var(--line); */
}

.cta-inner {
    max-width: var(--max);
    margin: auto;
    padding: 60px 28px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center
}

.cta h2 {
    /* font-size: 34px; */
    margin: 0 0 8px;
}

.cta p {
    /* color: var(--muted); */
    /* margin: 0; */
}

.cta a {
    /* white-space: nowrap; */
    /* background: var(--blue); */
    /* color: #fff; */
    /* padding: 13px 20px; */
    /* border-radius: 11px; */
    /* font-weight: 800; */
}







.backtop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: white;
    color: var(--navy);
    box-shadow: 0 10px 30px rgba(7,21,43,.12);
    display: grid;
    place-items: center;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

    .backtop.show {
        opacity: 1;
        pointer-events: auto
    }

@media(max-width: 900px) {



    .hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 64px
    }

    .layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .toc {
        position: relative;
        top: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 0 0 24px;
        max-height: none;
        display: flex;
        gap: 18px;
        overflow: auto;
        white-space: nowrap
    }

    .toc-title {
        display: none
    }

    .toc a {
        display: inline-block
    }

    .security-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width: 560px) {

    .hero-inner, .layout, .nav, .cta-inner, .footer-inner {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero-inner {
        padding-top: 48px;
        padding-bottom: 50px
    }

    .layout {
        padding-top: 38px
    }


    .meta {
        padding: 18px
    }

    .legal section {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

@media print {
    header, .topbar, .toc-wrap, .cta, .backtop {
        display: none
    }

    .layout {
        display: block;
        padding: 20px
    }

    .legal {
        max-width: none
    }

    .hero-inner {
        display: block;
        padding: 20px
    }

    .meta {
        margin-top: 25px;
        box-shadow: none
    }
}
