@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/dm-sans-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "KoHo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/koho-700-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/roboto-500-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

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

html {
    overflow-x: clip;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #f5f5f5;
    color: #2d3748;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

body.is-locked {
    overflow: hidden
}

img,
picture,
svg {
    display: block;
    max-width: 100%
}

img {
    height: auto
}

a {
    color: inherit
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer
}

input {
    font: inherit;
    color: inherit
}

ul {
    list-style: none
}

figure {
    margin: 0
}

:focus-visible {
    outline: 2px solid #14050d;
    outline-offset: 2px
}

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

.skip-link:focus {
    position: fixed;
    z-index: 100;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px 16px;
    background: #fff;
    color: #3a0e21;
    border-radius: 8px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #3a0e21
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px;
    color: #2d3748
}

h5 {
    font-size: 20px;
    color: #2d3748
}

h6 {
    font-size: 18px;
    color: #4a5568
}

@media(max-width: 767px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }
}

@media(max-width: 375px) {
    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 19px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 17px
    }

    h6 {
        font-size: 15px
    }
}

p {
    margin: 0 0 15px
}

strong {
    font-weight: 700
}

.section-title {
    position: relative;
    margin: 1.5em 0 .5em;
    padding-bottom: 10px;
    color: #3a0e21;
    scroll-margin-top: calc(77px + 16px)
}

@media(max-width: 767px) {
    .section-title {
        scroll-margin-top: calc(61px + 12px)
    }
}

.section-title+* {
    margin-top: 0
}

.section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: #5b0028;
    border-radius: 3px
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background-image: linear-gradient(180deg, #62082f 0%, #14050d 45%, #090409 100%);
    color: #fff
}

.site-header__inner {
    width: 100%;
    max-width: 1290px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 77px;
    padding-block: 8px 5px
}

@media(max-width: 767px) {
    .site-header__inner {
        min-height: 61px;
        gap: 10px
    }
}

.site-header .brand {
    margin-right: auto
}

@media(max-width: 350px) {
    .site-header .brand .brand__name {
        display: none
    }
}

.site-footer {
    background-image: linear-gradient(180deg, #36061c 0%, #14050d 45%, #090409 100%);
    color: #fff
}

.site-footer__inner {
    width: 100%;
    max-width: 1290px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-block: 80px 20px
}

@media(max-width: 767px) {
    .site-footer__inner {
        padding-block: 50px 20px
    }
}

.site-footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.site-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0
}

.site-footer__nav ul a {
    display: inline-block;
    padding: 8px;
    text-decoration: none
}

.site-footer__nav ul a:hover {
    text-decoration: underline
}

.site-footer__nav-current {
    display: inline-block;
    padding: 8px;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 #d11458;
    cursor: default
}

.site-footer__copyright {
    margin: 0;
    padding-top: 20px;
    color: #f5f5f5;
    font-size: 13px;
    text-align: center
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none
}

@media(max-width: 767px) {
    .brand {
        gap: 8px
    }
}

.brand__mark {
    width: 48px;
    height: 48px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    object-fit: contain
}

@media(max-width: 767px) {
    .brand__mark {
        width: 38px;
        height: 38px;
        padding: 4px;
        border-radius: 8px
    }
}

.brand__name {
    font-family: "KoHo", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap
}

@media(max-width: 1024px) {
    .brand__name {
        font-size: 26px
    }
}

@media(max-width: 767px) {
    .brand__name {
        font-size: 19px
    }
}

.brand--footer .brand__mark {
    width: 56px;
    height: 56px;
    padding: 6px;
    border-radius: 12px
}

@media(max-width: 767px) {
    .brand--footer .brand__mark {
        width: 44px;
        height: 44px;
        padding: 5px;
        border-radius: 10px
    }
}

.brand--footer .brand__name {
    font-size: 34px
}

@media(max-width: 767px) {
    .brand--footer .brand__name {
        font-size: 22px
    }
}

@media(max-width: 1024px) {
    .nav {
        display: none
    }
}

.nav__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.nav__link {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s ease
}

.nav__link:hover {
    opacity: .75
}

.burger {
    display: none;
    padding: 6px;
    color: #fff
}

.burger svg {
    width: 24px;
    height: 24px
}

@media(max-width: 1024px) {
    .burger {
        display: block
    }
}

.drawer {
    position: fixed;
    z-index: 1200;
    inset: 0;
    visibility: hidden;
    pointer-events: none
}

.drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 14, 38, .6);
    opacity: 0;
    transition: opacity .3s ease
}

.drawer__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: min(340px, 88vw);
    padding: 64px 24px 32px;
    overflow-y: auto;
    background-image: linear-gradient(180deg, #62082f 0%, #14050d 45%, #090409 100%);
    color: #fff;
    transform: translateX(-100%);
    transition: transform .3s ease
}

.drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px;
    color: #fff
}

.drawer__close svg {
    width: 24px;
    height: 24px
}

.drawer__nav .nav__list {
    display: block;
    margin: 0;
    padding: 0
}

.drawer__nav .nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.drawer__nav .nav__link {
    padding: 14px 0;
    font-size: 17px
}

.drawer.is-open {
    visibility: visible;
    pointer-events: auto
}

.drawer.is-open .drawer__overlay {
    opacity: 1
}

.drawer.is-open .drawer__panel {
    transform: translateX(0)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    transition: background .25s ease, filter .25s ease
}

.button--gradient {
    background-image: linear-gradient(135deg, #5b0028 0%, #8f003e 30%, #d11458 65%, #690522 100%)
}

.button--gradient:hover,
.button--gradient:focus-visible {
    filter: brightness(1.12)
}

.button--dark {
    background: #14050d
}

.button--dark:hover,
.button--dark:focus-visible {
    background: #2a0a16
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px
}

.rating__stars {
    display: flex;
    align-items: center
}

.rating__star {
    width: 22px;
    height: 22px;
    color: #ff9529
}

.rating__value {
    margin-left: 8px
}

.table-scroll {
    margin: 0 0 2rem;
    overflow-x: auto
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    word-break: normal
}

.spec-table td {
    padding: .5em;
    border: 1px solid #718096
}

.spec-table tr:first-child td {
    font-weight: 700
}

.steps {
    margin: 40px 0;
    counter-reset: step
}

.steps__item {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
    padding: 20px 24px 35px;
    background-image: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e6e8eb;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .08);
    counter-increment: step;
    transition: transform .25s ease
}

.steps__item::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    background: #f5f5f5;
    color: #0f172a;
    font-weight: 700;
    border: 2px solid #5b0028;
    border-radius: 50%
}

.steps__item:hover {
    transform: translateY(-2px)
}

@media(max-width: 767px) {
    .steps__item {
        gap: 14px;
        padding: 18px 18px 30px
    }
}

@media(max-width: 500px) {
    .steps__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .steps__item::before {
        width: 40px;
        min-width: 0;
        height: 40px
    }
}

.steps__body>:last-child {
    margin-bottom: 0
}

.steps__title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.5;
    color: #0f172a
}

@media(max-width: 375px) {
    .steps__title {
        font-size: 18px
    }
}

.steps p {
    margin: 0 0 15px;
    color: #475569
}

.asset-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin: 0 0 2rem;
    padding: 5px 0 0
}

.asset-grid__item {
    padding: 16px 12px;
    background: #fff;
    color: #1a2000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease, transform .2s ease
}

.asset-grid__item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.faq {
    margin-top: 40px
}

.faq__item {
    margin-bottom: 15px;
    padding: 16px 20px;
    overflow: hidden;
    background-image: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .08)
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media(max-width: 767px) {
    .faq__question {
        padding: 12px 0
    }
}

.faq__title {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000
}

@media(max-width: 767px) {
    .faq__title {
        font-size: 18px
    }
}

@media(max-width: 375px) {
    .faq__title {
        font-size: 17px
    }
}

.faq__icon {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    transition: transform .3s ease
}

.faq__answer {
    display: none;
    padding: 16px 20px
}

@media(max-width: 767px) {
    .faq__answer {
        padding: 16px 0 0
    }
}

.faq__answer p {
    margin: 0;
    line-height: 1.6
}

.faq__item.is-active .faq__icon {
    transform: rotate(180deg)
}

.faq__item.is-active .faq__answer {
    display: block
}

.cta {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px 0 0
}

.cta--left {
    justify-content: flex-start;
    padding-top: 5px
}

.cta__link {
    padding: 10px 20px;
    background-image: linear-gradient(135deg, #5b0028 0%, #8f003e 30%, #d11458 65%, #690522 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 8px;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease
}

.cta__link:hover,
.cta__link:focus-visible {
    background-image: none;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.hero {
    background: #fff;
    scroll-margin-top: 77px
}

@media(max-width: 767px) {
    .hero {
        scroll-margin-top: 61px
    }
}

.hero__inner {
    width: 100%;
    max-width: 1290px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    min-height: 450px;
    padding-bottom: 80px
}

@media(max-width: 767px) {
    .hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-bottom: 50px
    }
}

.hero__media {
    padding: 40px 35px 0
}

@media(max-width: 767px) {
    .hero__media {
        padding: 24px 0 0
    }
}

.hero__image {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 12px
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width: 767px) {
    .hero__content {
        padding-top: 16px
    }
}

.hero__eyebrow {
    margin: 0;
    padding: 10px 10px 10px 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #3a0e21
}

.hero__title {
    margin: 0 0 15px
}

.hero__date {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #3a0e21
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0
}

.hero__actions .button {
    flex: 1 1 auto
}

@media(max-width: 767px) {
    .hero__actions .button {
        flex: 1 1 100%
    }
}

.prose>h2,
.prose>h3 {
    margin: 1.5em 0 .5em
}

.prose>:is(h2, h3)+:is(p, ul, ol, h3, h4) {
    margin-top: 0
}

.prose>ul:not(.asset-grid) {
    margin: 0 0 2rem;
    padding-left: 2em;
    list-style: disc
}

.prose>hr {
    height: 0;
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #e5e7eb
}

.prose>:last-child {
    margin-bottom: 0
}

@media(max-width: 375px) {
    .prose--compact>h2 {
        font-size: 16px
    }
}

.article__inner {
    width: 100%;
    max-width: 1290px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-block: 80px
}

@media(max-width: 767px) {
    .article__inner {
        padding-block: 50px
    }
}

.page__inner {
    width: 100%;
    max-width: 1290px;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-block: 5rem
}

@media(max-width: 1024px) {
    .page__inner {
        padding-block: 3rem
    }
}

@media(max-width: 767px) {
    .page__inner {
        padding-block: 2rem
    }
}

.page__card {
    padding: 2rem;
    background: #fff;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .05)
}

@media(max-width: 767px) {
    .page__card {
        padding: 1.5rem
    }
}

.page__title {
    margin: 0 0 1.5rem
}

@media(max-width: 375px) {
    .page__title--long {
        font-size: 18px
    }
}