:root {
    --teal: #3a5aff;
    --off: #fdfdfd;
    --coral: #ff2e63;
    --ink: #1a1c23;
    --muted: #5e6273;
    --link-color: #3a5aff;
    --shadow: 0 12px 35px rgba(26, 28, 35, 0.1);
    --radius: 12px;
    --container: 1200px
}

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

body,
html {
    margin: 0;
    padding: 0;
    min-height: 100vh
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: flex;
    flex-direction: column;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #0b2b2b;
    background: linear-gradient(180deg, #f7f8f5 0, #fff 100%);
    max-width: 100vw;
    overflow-x: hidden
}

main {
    flex: 1
}

a {
    text-decoration: none
}

button {
    font: inherit
}

.s-255a762c36cdae2fe950 {
    width: min(var(--container), 92vw);
    margin-inline: auto
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.4rem;
    border-radius: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--teal), var(--coral));
    color: #fff;
    box-shadow: var(--shadow);
    cursor: pointer;
    border: none;
    transition: transform .2s, filter .2s
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-1px);
    filter: saturate(1.1)
}

.s-5e9b60f69165f32f8930 {
    display: inline-block;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #eaf6f4;
    color: var(--teal);
    font-weight: 600;
    letter-spacing: .02em
}

.s-cec2306c70456e961bb6 {
    color: var(--link-color);
    font-weight: 600;
    text-decoration: underline
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(1.2) blur(8px);
    background: rgba(247, 248, 245, .8);
    border-bottom: 1px solid rgba(15, 157, 138, .08)
}

.s-60fd8536301150cbca7d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 14px
}

.s-63acf68c4f951d6412a8 img {
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
    font-weight: 900;
    letter-spacing: .2px;
    color: var(--teal)
}

nav a {
    color: var(--muted)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 600
}

.s-fea877d4f0f1699da0f9 a:hover {
    color: var(--teal)
}

.s-fea877d4f0f1699da0f9 .s-9613c87ef22f34bb9290 {
    margin-left: 10px
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(15, 157, 138, .18);
    background: #fff;
    align-items: center;
    justify-content: center
}

.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--teal);
    border-radius: 2px;
    transition: .2s
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add,
.s-7a86b15480e0a870f0b0 span {
    transform: translateY(0)
}

.s-7a86b15480e0a870f0b0::before {
    transform: translateY(-6px)
}

.s-7a86b15480e0a870f0b0::after {
    transform: translateY(6px)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d span {
    opacity: 0
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::before {
    transform: translateY(0) rotate(45deg)
}

.s-7a86b15480e0a870f0b0.s-2bb6b986c5d6fb26dd9d::after {
    transform: translateY(0) rotate(-45deg)
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 64px 0 auto 0;
    background: #fff;
    border-top: 1px solid rgba(15, 157, 138, .12);
    transform: translateY(-120%);
    transition: transform .3s;
    z-index: 40
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e {
    padding: 18px 4vw 28px;
    display: grid;
    gap: 14px
}

.s-38591decbaf4a67f37e3 .s-4fff663d0e817351245e a {
    padding: 12px 10px;
    border-radius: 12px;
    background: #f2f7f6
}

.s-20182fbc10716eb197ea {
    padding: 80px 0
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(circle at 0 0, rgba(15, 157, 138, .04), transparent 55%), #fff
}

.s-ce713f486917d789b03b {
    margin-bottom: 32px;
    max-width: 760px
}

.s-ce713f486917d789b03b h1 {
    margin: 0 0 8px;
    font-size: clamp(1.9rem, 1.3vw + 1.3rem, 2.4rem);
    letter-spacing: -.01em
}

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

.s-ceda2335594ff2d39425 {
    display: grid;
    gap: 14px;
    max-width: 860px
}

.s-0214b4b355d11ca8f2ce {
    margin-bottom: 24px
}

.s-0214b4b355d11ca8f2ce h2 {
    margin: 0 0 6px;
    font-size: 1.2rem
}

.s-0214b4b355d11ca8f2ce h3 {
    margin: 0 0 6px;
    font-size: 1.05rem
}

.s-0214b4b355d11ca8f2ce p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: .95rem
}

.s-38b62be4bddaa5661c7d {
    margin: 0 0 8px 1.1rem;
    padding: 0;
    font-size: .95rem;
    color: var(--muted)
}

.s-38b62be4bddaa5661c7d li {
    margin-bottom: 4px
}

.s-f89ec66ea42c3b5e9ad4 {
    font-size: .9rem;
    color: var(--muted);
    margin-top: 6px
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .6s, transform .6s;
    will-change: transform
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

.s-658c8286c17e402644ee.s-68986d3b82b485780a27 {
    transform: translateY(26px)
}

.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead.s-68986d3b82b485780a27 {
    transform: none
}

footer {
    margin-top: 90px;
    background: #0e2121;
    color: #e7f1ef;
    padding: 54px 0
}

.s-36a8e73464d82d0ffbe7 {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.2fr .8fr
}

.s-b10c5c635e2cf1e09c52 {
    display: flex;
    gap: 14px;
    align-items: center
}

.s-b10c5c635e2cf1e09c52 img {
    width: 42px;
    height: 42px;
    border-radius: 10px
}

.s-28ade61e9abc695dc838 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px
}

.s-28ade61e9abc695dc838 a {
    color: #cbe7e3
}

.s-28ade61e9abc695dc838 a:hover {
    color: #fff
}

.s-bc26e7423ecfd569355e {
    font-size: .92rem;
    color: #c3d7d4
}

.s-a183ebd46412ad596fa9 {
    font-size: .88rem;
    color: #b8cdca;
    display: grid;
    gap: 10px
}

.s-be1c47dbf97124fbe8b4 {
    margin-top: 16px
}

.s-66a2f98a016255dfe9cb {
    display: block
}

.s-8b52a634fc68403f989f {
    display: none
}

.s-38591decbaf4a67f37e3 a,
.s-7a86b15480e0a870f0b0,
.s-fea877d4f0f1699da0f9 a,
a,
button {
    cursor: pointer
}

@media (max-width:980px) {

    .s-66a2f98a016255dfe9cb,
    .s-fea877d4f0f1699da0f9 {
        display: none
    }

    .s-7a86b15480e0a870f0b0 {
        display: inline-flex
    }

    .s-36a8e73464d82d0ffbe7 {
        grid-template-columns: 1fr
    }

    .s-8b52a634fc68403f989f {
        display: block
    }
}

@media (max-width:720px) {
    .s-20182fbc10716eb197ea {
        padding: 64px 0
    }
}