:root {
    --slate: #8A94A6;
    --coral: #7C4DFF;
    --pale: #E3F2FD;
    --ink: #07090D;
    --bg: #5a81bd;
    --text: #F0F4F8;
    --muted: #94A3B8;
    --link-color: #A855F7;
    --wrap: 1200px;
    --radius: 16px;
    --shadow: 0 20px 40px rgba(0, 0, 0, .45);
    --shadow-soft: 0 8px 20px rgba(0, 0, 0, .3);
    --grad: radial-gradient(60% 80% at 20% 10%, rgba(124, 77, 255, .15) 0%, rgba(124, 77, 255, 0) 70%), radial-gradient(50% 60% at 80% 20%, rgba(30, 136, 229, .12) 0%, rgba(30, 136, 229, 0) 60%);
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

main {
    display: block;
    min-height: 100vh
}

a {
    text-decoration: none;
    color: var(--link-color);
    background-color: transparent
}

button {
    border: none;
    background: 0 0;
    font: inherit
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

body {
    margin: 0;
    font-family: ui-sans-serif, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text);
    background: var(--bg);
    background-image: var(--grad);
    letter-spacing: .2px;
    max-width: 100vw;
    overflow-x: hidden
}

.s-f0cad97953dfb126d32d {
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 0 20px
}

.s-0a5f700aac3b0c0745b9 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.s-0a5f700aac3b0c0745b9:focus {
    position: fixed;
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #111;
    z-index: 9999;
    border-radius: 8px
}

header.s-c099a42a5555825cdb50 {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(15, 18, 24, .9), rgba(15, 18, 24, .6));
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(216, 234, 254, .12)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 72px
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0
}

.s-63acf68c4f951d6412a8 img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    box-shadow: var(--shadow-soft)
}

.s-63acf68c4f951d6412a8 .s-3d42e76c338c0d360e74 {
    font-weight: 900;
    letter-spacing: .5px
}

.s-63acf68c4f951d6412a8 .s-3d42e76c338c0d360e74 i {
    font-style: normal;
    color: var(--coral)
}

.s-fea877d4f0f1699da0f9 a {
    color: var(--muted);
    transition: color .2s
}

.s-1be399a83f09d16aa990 a,
.s-fea877d4f0f1699da0f9 a:hover {
    color: var(--text)
}

.s-fea877d4f0f1699da0f9 a.s-9613c87ef22f34bb9290 {
    color: #0c0f14;
    background: var(--coral);
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: var(--shadow)
}

.s-fea877d4f0f1699da0f9 a.s-9613c87ef22f34bb9290:hover {
    filter: brightness(1.05)
}

.s-138c9372f768b6e5c469,
.s-fea877d4f0f1699da0f9 a {
    cursor: pointer
}

.s-379e75c850e1334ef7be {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.s-138c9372f768b6e5c469 {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(216, 234, 254, .08)
}

.s-138c9372f768b6e5c469 span,
.s-138c9372f768b6e5c469::after,
.s-138c9372f768b6e5c469::before {
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    background: var(--text);
    margin: 0 auto;
    transition: transform .25s, opacity .25s
}

.s-138c9372f768b6e5c469 span {
    margin-top: 21px
}

.s-138c9372f768b6e5c469::before {
    margin-top: 12px;
    transform: translateY(-7px)
}

.s-138c9372f768b6e5c469::after {
    margin-top: -12px;
    transform: translateY(7px)
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469 span {
    opacity: 0
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469::before {
    transform: translateY(0) rotate(45deg)
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469::after {
    transform: translateY(0) rotate(-45deg)
}

.s-252a25667dc7c65fe0e9 {
    display: flex;
    gap: 18px;
    align-items: center
}

.s-20182fbc10716eb197ea {
    padding: 72px 0 64px
}

.s-8e44183d54e9adfec795 {
    background: rgba(12, 15, 20, .94);
    border-top: 1px solid rgba(216, 234, 254, .08);
    border-bottom: 1px solid rgba(216, 234, 254, .08)
}

.s-ce713f486917d789b03b {
    margin-bottom: 28px;
    max-width: 720px
}

.s-675f86fe814f97648b78 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(216, 234, 254, .06);
    border: 1px solid rgba(216, 234, 254, .16);
    font-size: .85rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em
}

.s-675f86fe814f97648b78 span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--coral)
}

.s-ce713f486917d789b03b h1,
.s-ce713f486917d789b03b h2 {
    font-size: clamp(1.8rem, 1.4vw + 1.2rem, 2.4rem);
    margin: 10px 0
}

.s-ce713f486917d789b03b p {
    margin: 0;
    color: var(--muted);
    font-size: .98rem
}

.s-de820e2414088aefe2e5 {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 34px
}

.s-8e6c522d6391250f675d {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px
}

.s-2ab0591dbcf5fefdad65 {
    background: rgba(216, 234, 254, .05);
    border-radius: var(--radius);
    border: 1px solid rgba(216, 234, 254, .12);
    padding: 18px 18px 20px;
    box-shadow: var(--shadow-soft)
}

.s-4b51dee9a6e2ecd60cc2 {
    background: rgba(216, 234, 254, .03);
    border-radius: var(--radius);
    border: 1px dashed rgba(216, 234, 254, .16);
    padding: 18px 18px 20px
}

.s-e4b074a036fcdaa716be {
    color: var(--muted);
    font-size: .95rem
}

.s-968974715cd8f0a8fc82 {
    margin-top: 10px
}

.s-27e2228cae06f6e137c0 {
    font-size: .9rem;
    margin-top: 10px
}

.s-c44e12466ad9bfb4d398 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--muted)
}

.s-93720caa841037718a71 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    background: rgba(216, 234, 254, .1);
    color: var(--muted)
}

ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.6
}

p {
    line-height: 1.7
}

[data-animate] {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: .7s cubic-bezier(.2, .8, .2, 1)
}

[data-animate].s-9fb29051f2217270a7b2 {
    opacity: 1;
    transform: none
}

footer.s-c099a42a5555825cdb50 {
    background: #0c0f14;
    border-top: 1px solid rgba(216, 234, 254, .12);
    margin-top: 6rem;
    color: var(--muted)
}

.s-32cb9138ce24c9c5d191 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 36px;
    padding: 40px 0
}

@media(max-width:980px) {
    .s-138c9372f768b6e5c469 {
        display: block
    }

    .s-252a25667dc7c65fe0e9 {
        position: fixed;
        inset: 72px 0 auto 0;
        background: rgba(15, 18, 24, .98);
        border-bottom: 1px solid rgba(216, 234, 254, .12);
        padding: 18px 20px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .s-252a25667dc7c65fe0e9.s-9fb29051f2217270a7b2 {
        display: flex
    }

    .s-379e75c850e1334ef7be {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .s-de820e2414088aefe2e5 {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .s-8e6c522d6391250f675d {
        grid-template-columns: 1fr
    }

    .s-32cb9138ce24c9c5d191 {
        grid-template-columns: 1fr;
        gap: 22px
    }
}

.s-32cb9138ce24c9c5d191 .s-b150a1aa0a630d6d247c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px
}

.s-32cb9138ce24c9c5d191 a {
    color: var(--link-color)
}

.s-32cb9138ce24c9c5d191 small {
    display: block;
    opacity: .9;
    line-height: 1.6;
    font-size: .8rem
}

.s-1be399a83f09d16aa990 {
    display: grid;
    gap: 6px;
    margin: 12px 0 16px;
    font-size: .88rem
}