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

:root {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --ink: #111827;
    --muted: #556070;
    --accent: #1fae73;
    --accent-dark: #16855a;
    --line: rgba(17, 24, 39, 0.1);
    --shadow: 0 20px 45px rgba(17, 24, 39, 0.08);
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0;
    font-family: "SF Pro Display", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 20% 0%, #ffffff 0%, var(--bg) 52%);
    line-height: 1.45;
}

.container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(10px);
    background: rgba(17, 24, 39, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__top {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.header__logo img {
    width: 136px;
    height: auto;
    display: block;
}

.header__menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu__item + .menu__item {
    margin-left: 0;
}

.menu__link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.menu__link:hover {
    color: #fff;
}

.header__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 8px;
}

.header__social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.header__social-link:hover {
    transform: translateY(-1px);
    border-color: #fff;
}

.header__social-link img {
    width: 16px;
    height: 16px;
}

.main {
    position: relative;
    overflow: hidden;
    padding: 84px 0 68px;
}

.main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(31, 174, 115, 0.26), transparent 38%),
        radial-gradient(circle at 80% 10%, rgba(31, 174, 115, 0.2), transparent 40%);
    pointer-events: none;
}

.main__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
}

.payments,
.support {
    background: var(--surface);
    border-radius: 28px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payments {
    padding: 34px 36px;
}

.main__title {
    margin: 0 0 10px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.03;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.main__suptitle {
    margin: 0 0 18px;
    font-size: clamp(18px, 2.1vw, 30px);
    line-height: 1.18;
    color: var(--muted);
}

.green__title {
    color: var(--accent);
}

.green__title span {
    color: var(--ink);
    font-weight: 600;
}

.support {
    padding: 30px 32px;
    background: linear-gradient(155deg, rgba(31, 174, 115, 0.12), rgba(255, 255, 255, 0.94));
}

.support__services-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support__services-item {
    position: relative;
    margin-bottom: 18px;
    padding-left: 28px;
    font-size: 19px;
    line-height: 1.4;
    color: #162133;
    overflow-wrap: anywhere;
}

.support__services-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(31, 174, 115, 0.16);
}

.support__services-item:last-child {
    margin-bottom: 10px;
}

.support__services-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.services__btn-send,
.services__btn-cabinet,
.question__btn,
.form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid transparent;
    padding: 14px 22px;
    min-height: 52px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.services__btn-send,
.form__btn {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 14px 26px rgba(31, 174, 115, 0.24);
}

.services__btn-cabinet,
.question__btn {
    background: #fff;
    color: var(--ink);
    border-color: rgba(17, 24, 39, 0.16);
}

.services__btn-send:hover,
.services__btn-cabinet:hover,
.question__btn:hover,
.form__btn:hover {
    transform: translateY(-2px);
}

.services {
    padding: 92px 0 44px;
}

.title,
.benefits__title,
.question__title,
.account__title,
.footer__contacts-title,
.booking__title,
.tokenization__head-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.services__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.services__item {
    max-width: none;
    background: var(--surface);
    border-radius: 22px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
    padding: 24px 20px;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-areas:
        "icon title"
        "desc desc";
    column-gap: 14px;
    row-gap: 12px;
    align-items: start;
    text-align: left;
    height: 100%;
}

.services__img {
    grid-area: icon;
    margin: 0;
    width: 80px;
    height: 80px;
    object-fit: contain;
    align-self: start;
}

.services__text {
    display: contents;
    max-width: none;
    max-height: none;
}

.services__title {
    grid-area: title;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    min-height: 0;
    overflow-wrap: anywhere;
    align-self: center;
}

.services__description {
    grid-area: desc;
    margin: 0;
    font-size: 15px;
    line-height: 1.56;
    color: var(--muted);
    overflow-wrap: anywhere;
}

.benefits {
    margin-top: 38px;
    padding: 76px 0;
    background: linear-gradient(145deg, #172233, #1f2f42);
    color: #f2f6ff;
}

.benefits__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.benetfits__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
}

.benetfits__list + .benetfits__list {
    margin-left: 0;
}

.benetfits__list-item {
    position: relative;
    margin-bottom: 12px;
    padding-left: 26px;
    float: none;
}

.benetfits__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(31, 174, 115, 0.26);
}

.security {
    padding: 86px 0;
}

.slider-title {
    margin-bottom: 42px;
}

.slider__item {
    background: #fff;
    border-radius: 18px;
    border: 1px solid var(--line);
    padding: 18px;
    margin: 0 8px;
    min-height: 330px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 18px;
}

.slider__img {
    display: block;
    margin: 0 auto !important;
    max-width: min(72%, 340px);
    width: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 12px;
}

.slider__title {
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center !important;
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 26px);
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(17, 24, 39, 0.14);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.16);
    display: grid;
    place-items: center;
    color: #142033;
    z-index: 5;
    transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.slider__arrow-left {
    left: -22px;
}

.slider__arrow-right {
    right: -22px;
}

.slider__arrow span {
    font-size: 34px;
    line-height: 1;
    transform: translateY(-2px);
}

.slick-arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(17, 24, 39, 0.2);
}

.slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: default;
}

.questions {
    padding: 66px 0;
    background: linear-gradient(130deg, rgba(31, 174, 115, 0.12), rgba(31, 174, 115, 0.22));
}

.questions__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
}

.question__text {
    width: auto;
    max-width: 840px;
}

.question__title {
    text-align: left;
    margin-bottom: 10px;
}

.question__description {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: #223142;
    overflow-wrap: anywhere;
}

.account {
    padding: 86px 0 72px;
}

.account__suptitle,
.buisness__title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 16px;
}

.account__lists {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.account__list {
    margin: 0;
    max-width: none;
    padding: 20px 18px 20px 36px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.05);
}

.account__list-item,
.buisness__list-item {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #1c2a3c;
    overflow-wrap: anywhere;
}

.account__list-item + .account__list-item,
.buisness__list-item + .buisness__list-item {
    margin-top: 8px;
}

.buisness {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.05);
}

.buisness__list {
    margin: 0;
    width: auto;
    padding-left: 22px;
}

.blockqoute {
    padding: 62px 0;
    background: #0f172a;
}

.blockqoute__text {
    margin: 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.35;
    color: #fff;
    text-align: center;
}

.tokenization__head {
    padding: 58px 0 42px;
    background: linear-gradient(145deg, var(--accent), #29b87d);
}

.tokenization__head-title {
    margin: 0;
    color: #fff;
}

.tokenization__main {
    background: #fff;
}

.tokenization__main-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 46px 0;
}

.crypto,
.crypto__accordion {
    width: auto;
    margin-left: 0;
}

.crypto__descr,
.crypto__suptitle,
.crypto__description {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.6;
    color: #243345;
    width: auto;
    text-align: left;
}

.crypto__suptitle {
    margin-bottom: 20px;
    font-weight: 600;
}

.crypto__benetfits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.crypto__benetfits-item {
    max-width: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
    background: #f9fbfe;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    min-height: 88px;
}

.crypto__benetfits-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 0;
    flex-shrink: 0;
}

.crypto__benefits-descr {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.crypto__description {
    margin-top: 26px;
}

.accordion__item {
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.accordion__title {
    margin: 0;
    max-width: none;
    border-bottom: 0;
    padding: 16px 52px 16px 16px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    overflow-wrap: anywhere;
    transition: background-color 0.18s ease;
}

.accordion__item:hover .accordion__title {
    background: #f6f9fd;
}

.accordion__title::after {
    content: "+";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(17, 24, 39, 0.2);
    display: grid;
    place-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    bottom: auto;
    color: #243345;
    font-size: 17px;
    line-height: 1;
}

.accordion__item.active .accordion__title::after {
    content: "−";
}

.accordion__text {
    height: 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    color: #3c4b5e;
    cursor: default;
}

.accordion__item.active .accordion__text {
    height: auto;
}

.accordion__list {
    margin: 0;
    padding: 0 18px 16px 34px;
}

.accordion__list-item + .accordion__list-item {
    margin-top: 8px;
}

.tokenization__support {
    background: linear-gradient(130deg, rgba(31, 174, 115, 0.12), rgba(31, 174, 115, 0.22));
    padding: 34px 0;
}

.tokenization__support-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tokenization__support-item {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.tokenization__support-title {
    margin: 0;
    flex: 0 0 128px;
    font-size: 84px;
    line-height: 1;
    color: var(--accent);
    text-align: left;
}

.tokenization__support-text {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    color: #203042;
    text-align: left;
}

.footer {
    background: #0f172a;
    color: #e5e7eb;
    padding: 72px 0;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    align-items: start;
}

.footer__contacts-title {
    text-align: left;
    color: #fff;
}

.footer__contact-items {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.right__group {
    margin: 0;
}

.footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.35;
}

.footer__contact-item a {
    margin-left: 0;
}

.footer__description {
    margin: 6px 0 22px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.footer__logo img {
    width: 168px;
    height: auto;
}

.footer__booking {
    margin: 0;
}

.footer__brand {
    height: 100%;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__brand-logo {
    width: 170px;
    height: auto;
    margin-bottom: 16px;
}

.footer__brand-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
}

.footer__brand-text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(229, 231, 235, 0.85);
}

.footer__brand-link {
    display: inline-flex;
    align-self: flex-start;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--accent);
    box-shadow: 0 14px 24px rgba(31, 174, 115, 0.25);
}

.services__btn-send,
.services__btn-cabinet,
.question__btn,
.form__btn,
.menu__link {
    white-space: nowrap;
}

.form__btn {
    width: auto;
    height: 52px;
    padding: 0 24px;
    border: 0;
}

.rights {
    background: #090f1d;
    padding: 16px 0;
}

.rights__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: rgba(229, 231, 235, 0.8);
}

@media (max-width: 1365px) {
    .header__menu {
        gap: 0;
    }

    .main__inner {
        grid-template-columns: 1fr;
    }

    .services__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services__title {
        min-height: 0;
    }

    .account__lists {
        grid-template-columns: 1fr;
    }

    .tokenization__main-inner {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 992px) {
    .container {
        width: min(1240px, calc(100% - 26px));
    }

    .benefits__inner,
    .footer__inner,
    .questions__block {
        grid-template-columns: 1fr;
        display: grid;
    }

    .questions__block {
        text-align: center;
    }

    .question__title {
        text-align: center;
    }

    .tokenization__support-inner {
        grid-template-columns: 1fr;
    }

    .footer__contacts-title {
        text-align: center;
    }

    .footer__contact-items {
        flex-direction: column;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__brand {
        text-align: center;
        align-items: center;
    }

    .footer__brand-link {
        align-self: center;
    }
}

@media (max-width: 760px) {
    .main {
        padding: 44px 0 38px;
    }

    .payments,
    .support,
    .services__item,
    .account__list,
    .buisness {
        border-radius: 16px;
    }

    .payments,
    .support {
        padding: 24px 16px;
    }

    .services {
        padding: 58px 0 24px;
    }

    .services__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .services__item {
        text-align: center;
        align-items: start;
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "title"
            "desc";
        row-gap: 10px;
    }

    .services__img {
        margin: 0 auto;
    }

    .services__title {
        min-height: 0;
    }

    .benefits,
    .security,
    .account,
    .footer {
        padding: 56px 0;
    }

    .question__description {
        font-size: 16px;
    }

    .support__services-item {
        font-size: 16px;
    }

    .crypto__benetfits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tokenization__support-title {
        flex-basis: 110px;
        font-size: 64px;
    }

    .tokenization__support-text {
        font-size: 17px;
    }
}

@media (max-width: 520px) {
    .header__top {
        min-height: 72px;
    }

    .header__logo img {
        width: 122px;
    }

    .services__btn-send,
    .services__btn-cabinet,
    .question__btn,
    .form__btn {
        width: 100%;
    }

    .crypto__benetfits {
        grid-template-columns: 1fr;
    }

    .tokenization__support-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tokenization__support-title {
        flex-basis: auto;
        font-size: 44px;
    }

    .tokenization__support-text {
        font-size: 16px;
    }
}
