* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #17202a;
    background: #fff;
    line-height: 1.6
}

.wrap {
    width: min(1120px, calc(100% - 40px));
    margin: auto
}

.narrow {
    max-width: 820px
}

header {
    border-bottom: 1px solid #e7eaed;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10
}

.nav {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #17202a;
    font-weight: 800;
    font-size: 1.15rem
}

.brand span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 30px;
    border-radius: 8px;
    background: #17202a;
    color: #fff;
    font-size: .72rem
}

.nav nav {
    display: flex;
    gap: 26px
}

.nav nav a, .links a {
    color: #59636e;
    text-decoration: none;
    font-size: .92rem
}

.nav nav a:hover, .links a:hover {
    color: #17202a
}

.hero {
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #f6f8fa, #fff)
}

.hero-grid {
    display: grid;
    grid-template-columns:1.1fr .9fr;
    gap: 70px;
    align-items: center
}

.eyebrow {
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    color: #68737e;
    margin: 0 0 14px
}

.hero h1 {
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 0 0 24px
}

.lead {
    font-size: 1.2rem;
    color: #59636e;
    max-width: 650px
}

.actions {
    display: flex;
    gap: 12px;
    margin: 30px 0 12px;
    flex-wrap: wrap
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 750
}

.primary {
    background: #17202a;
    color: #fff
}

.secondary {
    border: 1px solid #ccd2d8;
    color: #17202a;
    background: #fff
}

.small, .updated {
    font-size: .82rem;
    color: #7a838c
}

.deal-card {
    background: #17202a;
    color: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 22px 50px #17202a26
}

.card-head, .overview {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-head b {
    font-size: .7rem;
    padding: 4px 8px;
    border-radius: 20px;
    background: #fff;
    color: #17202a
}

.price {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -.04em;
    margin-top: 34px
}

.muted {
    color: #aeb7bf
}

.metrics {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px;
    margin: 32px 0
}

.metrics div {
    border-top: 1px solid #3d4650;
    padding-top: 12px
}

.metrics strong {
    display: block;
    font-size: 1.25rem
}

.metrics small {
    font-size: .78rem;
    color: #aeb7bf
}

.overview {
    border-top: 1px solid #3d4650;
    padding-top: 18px;
    font-size: .85rem
}

.section {
    padding: 90px 0
}

.section h2, .dark h2 {
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin: 0 0 35px
}

.features {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 22px
}

.features article {
    border: 1px solid #e5e8eb;
    border-radius: 14px;
    padding: 25px
}

.features i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f0f2f4;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 22px
}

.features h3 {
    margin: 0 0 8px
}

.features p {
    margin: 0;
    color: #68737e;
    font-size: .93rem
}

.dark {
    padding: 90px 0;
    background: #17202a;
    color: #fff
}

.dark .eyebrow {
    color: #aeb7bf
}

.split {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 80px;
    align-items: center
}

.dark h2 {
    margin: 0
}

.dark .split > p {
    color: #c4cbd1;
    font-size: 1.08rem
}

footer {
    border-top: 1px solid #e5e8eb;
    padding: 45px 0 25px
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.footer p {
    color: #68737e;
    font-size: .85rem
}

.links {
    display: flex;
    gap: 22px;
    align-items: flex-start
}

.copyright {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #edf0f2;
    color: #8a929a;
    font-size: .78rem
}

.legal {
    padding: 70px 0 100px
}

.legal h1 {
    font-size: 3.4rem;
    line-height: 1.05;
    letter-spacing: -.04em;
    margin: 0 0 8px
}

.legal h2 {
    font-size: 1.35rem;
    margin-top: 36px
}

.legal p, .legal li {
    color: #59636e
}

.legal a {
    color: #17202a;
    font-weight: 650
}

.notice {
    margin-top: 35px;
    padding: 18px 20px;
    border-left: 4px solid #17202a;
    background: #f4f6f7;
    color: #59636e;
    font-size: .9rem
}

@media (max-width: 800px) {
    .hero-grid, .split {
        grid-template-columns:1fr;
        gap: 45px
    }

    .features {
        grid-template-columns:1fr 1fr
    }

    .hero {
        padding: 65px 0
    }

    .nav nav {
        gap: 14px
    }

    .footer {
        flex-direction: column
    }
}

@media (max-width: 520px) {
    .wrap {
        width: calc(100% - 28px)
    }

    .nav {
        height: 62px
    }

    .features {
        grid-template-columns:1fr
    }

    .hero h1 {
        font-size: 2.65rem
    }

    .deal-card {
        padding: 22px
    }

    .legal h1 {
        font-size: 2.6rem
    }
}
