/* Container */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 var(--container-padding);
}

.header__container {
    width: 90%;
    margin: 0 auto;
    height: 68px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    box-shadow: inset 0px -2px 3px 0px rgba(237, 237, 237, 1);
    border-radius: 16px;
    transition: all var(--transition-base);
}

.header__logo {
    flex-shrink: 0;
}

.header__logo-icon {
    display: block;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 60px;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.header__nav-link {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.366em;
    color: var(--color-black);
    text-decoration: none;
    transition: color var(--transition-base);
    white-space: nowrap;
}

.header__nav-link:hover {
    color: var(--color-primary);
}

.header__actions {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    flex-shrink: 0;
}

.header__actions .button {
    padding: 10px 20px;
    font-size: 16px;
    height: 40px;
    white-space: nowrap;
}

.header__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}

.header__burger-line {
    width: 100%;
    height: 3px;
    background-color: var(--color-black);
    border-radius: 2px;
    transition: all var(--transition-base);
}

/* Hero Section */
.hero {
    padding: var(--spacing-xxxl) 0;
    text-align: center;
}

.hero__container {
    /* max-width: var(--container-width); */
    margin: 0 auto;
    padding: 0 var(--container-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xl);
}

.hero__title {
    max-width: 1575px;
    width: 90%;
    font-family: 'Unbounded', sans-serif;
    font-size: 63px;
    font-weight: 250;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-align: center;
    /* margin-bottom: var(--spacing-lg); */
}

.hero__subtitle {
    height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

.hero__video {
    width: 1064px;
    max-width: 100%;
    height: 608px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__video-bg {
    position: absolute;
    width: 134.6%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #004DFF;
    filter: blur(clamp(60px, 12.2vw, 175px));
    z-index: 0;
    aspect-ratio: 1432 / 129;
}

.hero__video-macbook {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__video-macbook-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.hero__video-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 66px;
    height: 66px;
    right: -300px;
    bottom: 100px;
    background: #004DFF;
    border-radius: 32px;
    z-index: 2;
    padding: 15px;
}

.hero__video-telegram-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero__video-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79%;
    height: 77%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.hero__video-screen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 573px;
    z-index: 1;
    position: relative;
}

.hero__video-screen-pattern {
    width: 120%;
    max-width: 688px;
    height: auto;
    object-fit: contain;
    display: block;
    position: absolute;
    z-index: 0;
}

.hero__video-screen-pattern--top {
    top: calc(50% - clamp(21px, 3.5vw, 61px) - clamp(16px, 2.5vw, 40px));
    right: -25%;
    transform: translateY(-100%);
}

.hero__video-screen-pattern--bottom {
    bottom: calc(50% - clamp(21px, 3.5vw, 61px) - clamp(16px, 2.5vw, 40px));
    left: -25%;
    transform: translateY(100%);
}

.hero__video-screen-title {
    width: 100%;
    max-width: 573px;
    font-family: var(--font-primary);
    font-size: clamp(20px, 2.5vw, 42px);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-black);
    padding: 0 var(--spacing-lg);
    margin: 0;
    white-space: normal;
    word-wrap: break-word;
}

.hero__video-play {
    position: absolute;
    width: 127px;
    height: 132px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
    opacity: 0.9;
    backdrop-filter: blur(24px);
    border-radius: var(--radius-full);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: opacity var(--transition-base);
}

.hero__video-play:hover {
    opacity: 1;
}

.hero__video-play::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid var(--color-white);
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    margin-left: 10px;
}

/* Video Section */
.video-section {
    padding: var(--spacing-xxxl) 0;
    text-align: center;
}

.video-section__container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.video-section__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-xl);
}

.video-section__player {
    width: 832px;
    max-width: 100%;
    height: 521px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.video-section__player-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 2, 2, 1) 0%, rgba(190, 205, 255, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-section__play-button {
    width: 127px;
    height: 132px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    backdrop-filter: blur(48px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.video-section__play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid var(--color-white);
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    margin-left: 10px;
}

/* Features Section */
.features {
    padding: var(--spacing-xxxl) 0;
}

.features__container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.features__title {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.features__content {
    display: flex;
    align-items: center;
    gap: var(--spacing-xxl);
}

.features__text {
    flex: 1;
}

.features__text p {
    font-size: var(--font-size-body1);
    line-height: var(--line-height-body);
    text-align: center;
    color: var(--color-white);
}

.features__image {
    flex: 1;
}

.features__img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

/* Models Statistics Section */
.models-stats {
    position: relative;
    width: 100%;
    min-height: 880px;
    background: #004DFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
    padding: 62px 0 0;
    overflow: hidden;
}

.models-stats__container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    min-height: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.models-stats__title {
    position: relative;
    width: 100%;
    max-width: 1022px;
    margin: 0 auto 62px;
    padding: 0 20px;
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.models-stats__ellipse {
    position: absolute;
    width: 1696px;
    max-width: 88.33%;
    height: 498px;
    left: 50%;
    top: 135px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    filter: blur(175px);
    z-index: 1;
    pointer-events: none;
}

.models-stats__cards {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: auto;
    padding: 0 var(--container-padding);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
    z-index: 2;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.models-stats__cards::-webkit-scrollbar {
    display: none;
}

.models-stats__card {
    flex: 0 0 394px;
    width: 394px;
    height: 608px;
    scroll-snap-align: start;
    position: relative;
}

@media (max-width: 768px) {
    .models-stats__card {
        scroll-snap-align: center;
    }
}

.models-stats__card:nth-child(1),
.models-stats__card:nth-child(3) {
    margin-top: -52px;
    margin-bottom: 8px;
}

.models-stats__card:nth-child(2) {
    margin-bottom: 33px;
}

.models-stats__card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.models-stats__pagination {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 4;
}

.models-stats__pagination-dot {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 2px solid #FFFFFF;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: all var(--transition-base);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.models-stats__pagination-dot--active {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.models-stats__gradient-blocks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 334px;
    z-index: 2;
    pointer-events: none;
}

.models-stats__gradient-block {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0, 77, 255, 0) 0%, #004DFF 100%);
}

.models-stats__gradient-block--1 {
    height: 191px;
    bottom: 0;
}

.models-stats__gradient-block--2 {
    height: 334px;
    bottom: 0;
}

.models-stats__gradient-block--3 {
    height: 281px;
    bottom: 0px;
}

.models-stats__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 191px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none;
}

.models-stats__gradient-text {
    width: 100%;
    max-width: 778px;
    margin: 0;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
}

/* Calculator Section */
.calculator {
    padding: var(--spacing-xxxl) 0;
    background-color: var(--color-white);
    box-shadow: 0px 13px 26px -13px rgba(0, 0, 0, 0.1), 0px -13px 26px -13px rgba(0, 0, 0, 0.1);
}

.calculator__container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 80px);
}

.calculator__title {
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.calculator__subtitle {
    text-align: center;
    font-size: var(--font-size-body1);
    margin-bottom: var(--spacing-xl);
}

.calculator__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.calculator__content-row {
    display: flex;
    gap: var(--spacing-xl);
    align-items: flex-start;
    width: 100%;
}

.calculator__left {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.calculator__right {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: var(--spacing-sm);
}

.calculator__section {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.calculator__section-label {
    font-size: var(--font-size-body1);
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: var(--spacing-xs);
}

.calculator__model-block {
    background-color: #F7F8FA;
    border-radius: var(--radius-md);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calculator__dropdown {
    width: 100%;
    position: relative;
}

.calculator__dropdown .dropdown {
    width: 100%;
}

.calculator__button {
    margin-top: var(--spacing-sm);
    width: 100%;
}

.calculator__model-info {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.calculator__model-metrics {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-content: start;
}

.calculator__model-chart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: var(--radius-md);
    padding: clamp(12px, 1.5vw, var(--spacing-lg));
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.calculator__model-chart-img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: var(--radius-sm);
    object-fit: contain;
    display: block;
}

.calculator__results-title {
    font-size: var(--font-size-body1);
    font-weight: 600;
    margin-bottom: var(--spacing-lg);
    color: var(--color-black);
}

.calculator__results-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

/* Demo Account Section */
.demo-account {
    padding: var(--spacing-xxxl) 0;
    position: relative;
    overflow: visible;
    min-height: 853px;
}

.demo-account__container {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 853px;
}

.demo-account__left {
    position: relative;
    flex: 0 0 40%;
    width: 40%;
    min-height: 853px;
    margin-right: -310px;
    background: linear-gradient(43.77deg, rgba(0, 77, 255, 0.8) 42.7%, rgba(180, 202, 255, 0.8) 136.95%);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 0px 16px 16px 0px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.demo-account__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    padding: var(--spacing-xxxl) var(--container-padding);
    width: 100%;
}

.demo-account__title {
    font-size: var(--font-size-h1);
    color: var(--color-white);
    margin-bottom: var(--spacing-md);
}

.demo-account__text {
    font-size: var(--font-size-body1);
    line-height: var(--line-height-body);
    color: var(--color-white);
}

.demo-account__right {
    position: relative;
    flex: 0 0 66.667%;
    width: 66.667%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.demo-account__image {
    width: 80%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: blur(0);
}

.demo-account__button-desktop {
    display: flex;
}

.demo-account__button-mobile {
    display: none;
}

/* Expertise Section */
.expertise {
    position: relative;
    overflow: visible;
    min-height: 800px;
}

.expertise__container {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 800px;
}

.expertise__left {
    position: relative;
    flex: 0 0 50%;
    width: 50%; 
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: visible;
}

.expertise__image {
    width: 80%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.expertise__image--mobile {
    display: none;
}

@media (min-width: 1024px) {
    .expertise__image {
        width: 900px;
        height: 900px;
        max-width: 900px;
    }

    .unique-product__text {
        margin-bottom: 52px;
    }
}

.expertise__image-shadow {
    position: absolute;
    width: 70%;
    height: 45%;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 57, 187, 0.4);
    filter: blur(60px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.expertise__right {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    min-height: 800px;
    background: linear-gradient(43.77deg, rgba(0, 77, 255, 0.8) 42.7%, rgba(180, 202, 255, 0.8) 136.95%);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 16px 0px 0px 16px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.expertise__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    padding: var(--spacing-xxxl) var(--container-padding);
    width: 100%;
}

.expertise__title {
    font-size: var(--font-size-h1);
    color: var(--color-white);
    margin-bottom: var(--spacing-md);
}

.expertise__text {
    font-size: var(--font-size-body1);
    line-height: var(--line-height-body);
    color: var(--color-white);
}

/* Market Profit Section */
.market-profit {
    padding: var(--spacing-xxxl) 0;
}

    .market-profit__container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 var(--container-padding);
        overflow-x: visible;
    }
    
    @media (max-width: 768px) {
        .market-profit__container {
            overflow-x: visible;
        }
    }

.market-profit__wrapper {
    position: relative;
    display: flex;
    gap: clamp(20px, 3vw, var(--spacing-xxl));
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    min-height: 500px;
    overflow: visible;
}

.market-profit__left {
    flex: 1;
    min-width: 0;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.market-profit__right {
    position: absolute;
    right: var(--market-profit-image-right);
    top: var(--market-profit-image-top);
    bottom: var(--market-profit-image-bottom);
    left: var(--market-profit-image-left);
    width: auto;
    max-width: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
    overflow: visible;
}

.market-profit__image {
    width: var(--market-profit-image-width);
    height: var(--market-profit-image-height);
    max-width: none;
    min-width: 0;
    object-fit: contain;
    object-position: center right;
    opacity: var(--market-profit-image-opacity);
    transform: var(--market-profit-image-transform);
    position: relative;
    z-index: 2;
}

.market-profit__shadow {
    position: absolute;
    width: 60%;
    height: 10%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 57, 187, 0.7);
    mix-blend-mode: hard-light;
    filter: blur(40px);
    border-radius: 50%;
    z-index: 1;
}

.market-profit__title {
    width: 961px;
    height: 88px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-h1);
    line-height: 100%;
    color: var(--color-black);
    margin-bottom: var(--spacing-xxl);
}

.market-profit__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
    position: relative;
    z-index: 2;
    margin-right: -20%;
    padding-right: 25%;
}

.market-profit__description {
    font-family: var(--font-secondary);
    font-size: var(--font-size-body1);
    font-weight: 300;
    line-height: var(--line-height-body);
    text-align: left;
    max-width: 824px;
}

/* Reviews Section */
.reviews {
    padding: var(--spacing-xxxl) 0;
    background-color: #F7F8FA;
}

.reviews__container {
    position: relative;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.reviews__ellipse {
    position: absolute;
    width: 1370px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #004DFF;
    opacity: 0.5;
    filter: blur(150px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.reviews__title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.reviews__subtitle {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: var(--font-size-body1);
    margin-bottom: var(--spacing-xxl);
}

.reviews__slider {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.reviews__list {
    display: flex;
    gap: var(--spacing-xl);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: calc(2.5 * 650px + 1.5 * var(--spacing-xl));
    max-width: 100%;
}

.reviews__list::-webkit-scrollbar {
    display: none;
}

.reviews__arrow {
    flex-shrink: 0;
    width: 42px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: opacity var(--transition-base);
}

.reviews__arrow:hover {
    opacity: 0.7;
}

.reviews__arrow--prev {
    order: -1;
}

.reviews__arrow--next {
    order: 1;
}

/* Comparison Table Section */
.comparison-table {
    padding: var(--spacing-xl) 0;
    background-color: #FFFFFF;
}

.comparison-table__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.comparison-table__title {
    text-align: center;
    margin-bottom: var(--spacing-md);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 88px;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-h1);
    line-height: 100%;
    color: var(--color-black);
}

.comparison-table__subtitle {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--font-size-body1);
    margin-bottom: var(--spacing-xxl);
}

/* Unique Product Section */
.unique-product {
    padding: var(--spacing-xxxl) 0;
    background-color: var(--color-white);
    box-shadow: 0px 13px 26px -13px rgba(0, 0, 0, 0.1), 0px -13px 26px -13px rgba(0, 0, 0, 0.1);
}

.unique-product__container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    text-align: center;
}

.unique-product__title {
    font-size: var(--font-size-h1);
    color: var(--color-black);
    margin-bottom: var(--spacing-md);
}

.unique-product__text {
    font-size: var(--font-size-body1);
    color: var(--color-black);
}

/* FAQ Section */
.faq {
    padding: var(--spacing-xxxl) 0;
    background-color: var(--color-bg);
    position: relative;
    overflow: visible;
    z-index: 1;
}

.faq__container {
    max-width: 954px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.faq__title {
    text-align: center;
    margin-bottom: var(--spacing-xxl);
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Contact Section */
.contact {
    /* padding: var(--spacing-xxxl) 0; */
    background-color: var(--color-white);
    position: relative;
    overflow: visible;
    /* padding-bottom: clamp(50px, 5.2vw, 100px); */
}

.contact__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    position: relative;
    min-height: 550px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}

.contact__left {
    flex: 0 0 auto;
    text-align: left;
    max-width: 47%;
    z-index: 2;
}

.contact__title {
    margin-bottom: var(--spacing-md);
    text-align: left;
    /* Остались вопросы? */

    height: 44px;
    width: 100%;

    /* font-family: 'Unbounded';
    font-style: normal; */
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;

}

.contact__text {
    font-size: var(--font-size-body1);
    margin-bottom: var(--spacing-xl);
    text-align: left;

    height: 56px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.contact__button {
    width: 90%;
    /* height: 40px; */
    line-height: 100%;
}

.contact__icons {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    z-index: 3;
    /* position: relative; */
}

.contact__icon {
    width: clamp(35px, 3.125vw, 60px);
    height: clamp(35px, 3.125vw, 60px);
    object-fit: contain;
    position: relative;
}

.contact__icon--like {
    order: 1;
    position: absolute;
    height: 190px;
    width: 190px;
    bottom: 460px;
    right: 1050px;
    z-index: 10;
}

.contact__icon--heart {
    order: 2;
    position: absolute;
    height: 130px;
    width: 130px;
    bottom: 250px;
    right: 900px;
    z-index: 10;
}

.contact__icon--star {
    order: 3;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 80px;
    right: 1020px;
    z-index: 10;
}

.contact__right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    z-index: 1;
}

.contact__shadow {
    position: absolute;
    width: 606px;
    height: 141px;
    bottom: 200px;
    right: calc(250px - var(--container-padding));
    background: #004DFF;
    opacity: 0.5;
    filter: blur(75px);
    z-index: 0;
}

.contact__phone {
    position: absolute;
    height: 140%;
    width: auto;
    
    max-width: 500px;
    
    object-fit: contain;
    z-index: 2;
    bottom: -180px;
    right: 340px;
}

.contact__messages {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    z-index: 3;
    pointer-events: none;
}

.contact__message {
    position: relative;
    padding: var(--spacing-lg);
    border-radius: 16px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 391px;
}

.contact__message--top {
    width: 391px;
    min-height: 116px;
    background: #004DFF;
    color: var(--color-white);
    /* bottom: 200px; */
    right: 60px;
}

.contact__message--bottom {
    width: 391px;
    min-height: 144px;
    background: #F7F8FA;
    color: var(--color-black);
    right: 170px;
}

.contact__message-text {
    font-size: var(--font-size-body1);
    line-height: var(--line-height-body);
    margin: 0;
}

/* Footer */
.footer {
    position: relative;
    width: 100%;
    min-height: 390px;
    padding: var(--spacing-xxxl) 0;
    background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
    color: var(--color-white);
    z-index: 10;
}

.footer__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.footer__content {
    display: flex;
    gap: var(--spacing-xxl);
    margin-bottom: var(--spacing-xl);
}

.footer__section {
    flex: 1;
}

.footer__title {
    font-size: var(--font-size-body1);
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: var(--color-white);
}

.footer__section--team {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.footer__section--contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

.footer__text {
    font-size: var(--font-size-footer);
    line-height: 1.2em;
    color: var(--color-white);
}

.footer__text--blue {
    color: var(--color-primary);
}

.footer__button {
    margin-top: var(--spacing-sm);
    align-self: flex-start;
}

.footer__divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    margin: var(--spacing-xl) 0;
}

.footer__nav {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
    align-items: center;
}

.footer__nav-link {
    font-size: var(--font-size-footer);
    color: var(--color-white);
    transition: opacity var(--transition-base);
    text-decoration: none;
}

.footer__nav-link:hover {
    opacity: 0.7;
}

.footer__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer__copyright {
    font-size: var(--font-size-footer);
    color: var(--color-white);
    text-align: center;
}

/* Utility Classes */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Position Utilities - X axis */
.pos-x-0 { left: 0; }
.pos-x-5 { left: 5px; }
.pos-x-10 { left: 10px; }
.pos-x-15 { left: 15px; }
.pos-x-20 { left: 20px; }
.pos-x-25 { left: 25px; }
.pos-x-30 { left: 30px; }
.pos-x-40 { left: 40px; }
.pos-x-50 { left: 50px; }
.pos-x-60 { left: 60px; }
.pos-x-80 { left: 80px; }
.pos-x-100 { left: 100px; }
.pos-x-120 { left: 120px; }
.pos-x-150 { left: 150px; }
.pos-x-200 { left: 200px; }
.pos-x--5 { left: -5px; }
.pos-x--10 { left: -10px; }
.pos-x--15 { left: -15px; }
.pos-x--20 { left: -20px; }
.pos-x--30 { left: -30px; }
.pos-x--40 { left: -40px; }
.pos-x--50 { left: -50px; }
.pos-x--60 { left: -60px; }
.pos-x--80 { left: -80px; }
.pos-x--100 { left: -100px; }
.pos-x--120 { left: -120px; }
.pos-x--150 { left: -150px; }
.pos-x--200 { left: -200px; }

/* Position Utilities - Y axis */
.pos-y-0 { top: 0; }
.pos-y-5 { top: 5px; }
.pos-y-10 { top: 10px; }
.pos-y-15 { top: 15px; }
.pos-y-20 { top: 20px; }
.pos-y-25 { top: 25px; }
.pos-y-30 { top: 30px; }
.pos-y-40 { top: 40px; }
.pos-y-50 { top: 50px; }
.pos-y-60 { top: 60px; }
.pos-y-80 { top: 80px; }
.pos-y-100 { top: 100px; }
.pos-y-120 { top: 120px; }
.pos-y-150 { top: 150px; }
.pos-y-200 { top: 200px; }
.pos-y--5 { top: -5px; }
.pos-y--10 { top: -10px; }
.pos-y--15 { top: -15px; }
.pos-y--20 { top: -20px; }
.pos-y--30 { top: -30px; }
.pos-y--40 { top: -40px; }
.pos-y--50 { top: -50px; }
.pos-y--60 { top: -60px; }
.pos-y--80 { top: -80px; }
.pos-y--100 { top: -100px; }
.pos-y--120 { top: -120px; }
.pos-y--150 { top: -150px; }
.pos-y--200 { top: -200px; }

/* Position Utilities - Right */
.pos-r-0 { right: 0; }
.pos-r-5 { right: 5px; }
.pos-r-10 { right: 10px; }
.pos-r-15 { right: 15px; }
.pos-r-20 { right: 20px; }
.pos-r-30 { right: 30px; }
.pos-r-40 { right: 40px; }
.pos-r-50 { right: 50px; }
.pos-r-60 { right: 60px; }
.pos-r-80 { right: 80px; }
.pos-r-100 { right: 100px; }
.pos-r--5 { right: -5px; }
.pos-r--10 { right: -10px; }
.pos-r--20 { right: -20px; }
.pos-r--30 { right: -30px; }
.pos-r--40 { right: -40px; }
.pos-r--50 { right: -50px; }
.pos-r--60 { right: -60px; }
.pos-r--80 { right: -80px; }
.pos-r--100 { right: -100px; }

/* Position Utilities - Bottom */
.pos-b-0 { bottom: 0; }
.pos-b-5 { bottom: 5px; }
.pos-b-10 { bottom: 10px; }
.pos-b-15 { bottom: 15px; }
.pos-b-20 { bottom: 20px; }
.pos-b-30 { bottom: 30px; }
.pos-b-40 { bottom: 40px; }
.pos-b-50 { bottom: 50px; }
.pos-b-60 { bottom: 60px; }
.pos-b-80 { bottom: 80px; }
.pos-b-100 { bottom: 100px; }
.pos-b--5 { bottom: -5px; }
.pos-b--10 { bottom: -10px; }
.pos-b--20 { bottom: -20px; }
.pos-b--30 { bottom: -30px; }
.pos-b--40 { bottom: -40px; }
.pos-b--50 { bottom: -50px; }
.pos-b--60 { bottom: -60px; }
.pos-b--80 { bottom: -80px; }
.pos-b--100 { bottom: -100px; }

/* Rotation Utilities */
.rotate-0 { transform: rotate(0deg); }
.rotate-5 { transform: rotate(5deg); }
.rotate-10 { transform: rotate(10deg); }
.rotate-15 { transform: rotate(15deg); }
.rotate-20 { transform: rotate(20deg); }
.rotate-25 { transform: rotate(25deg); }
.rotate-30 { transform: rotate(30deg); }
.rotate-45 { transform: rotate(45deg); }
.rotate-60 { transform: rotate(60deg); }
.rotate-90 { transform: rotate(90deg); }
.rotate-180 { transform: rotate(180deg); }
.rotate--5 { transform: rotate(-5deg); }
.rotate--10 { transform: rotate(-10deg); }
.rotate--15 { transform: rotate(-15deg); }
.rotate--20 { transform: rotate(-20deg); }
.rotate--25 { transform: rotate(-25deg); }
.rotate--30 { transform: rotate(-30deg); }
.rotate--45 { transform: rotate(-45deg); }
.rotate--60 { transform: rotate(-60deg); }
.rotate--90 { transform: rotate(-90deg); }
.rotate--180 { transform: rotate(-180deg); }

/* Position absolute utility */
.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.pos-fixed {
    position: fixed;
}

/* Burger Menu Styles */
.header__mobile-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: var(--spacing-xl) var(--container-padding-mobile);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.header__mobile-menu--active {
    display: flex;
}

.header__mobile-nav {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.header__mobile-nav-link {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.366em;
    color: var(--color-black);
    text-decoration: none;
    padding: var(--spacing-sm) 0;
    transition: color var(--transition-base);
}

.header__mobile-nav-link:hover {
    color: var(--color-primary);
}

.header__mobile-actions {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header__mobile-actions .button {
    width: 100%;
}

.header__burger--active .header__burger-line:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.header__burger--active .header__burger-line:nth-child(2) {
    opacity: 0;
}

.header__burger--active .header__burger-line:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* Responsive Styles */
@media (max-width: 1280px) {
    :root {
        --container-padding: clamp(20px, 9.375vw, 120px);
    }
    
    .header__container {
        gap: 16px;
    }
    
    .header__nav {
        gap: 40px;
    }
    
    .header__nav-link {
        font-size: 18px;
    }
    
    .header__actions .button {
        padding: 10px 16px;
        font-size: 14px;
        height: 38px;
    }
}

@media (max-width: 1024px) {
    :root {
        --container-padding: clamp(20px, 5.86vw, 60px);
    }
    
    .header__nav {
        display: none;
    }
    
    .header__actions {
        display: none;
    }
    
    .header__burger {
        display: flex;
    }
    
    .header__container {
        gap: 0;
        justify-content: space-between;
        max-width: 100%;
        width: auto;
    }
    
    .hero__title {
        font-size: 42px;
    }
    
    .hero__video {
        width: 100%;
        max-width: 800px;
        height: auto;
        aspect-ratio: 16/9;
    }
    
    .hero__video-play {
        width: clamp(80px, 12vw, 95px);
        height: clamp(83px, 12.4vw, 99px);
    }
    
    .hero__video-play::after {
        border-left-width: clamp(25px, 3.75vw, 30px);
        border-top-width: clamp(26px, 3.85vw, 31px);
        border-bottom-width: clamp(26px, 3.85vw, 31px);
        margin-left: clamp(6px, 0.9vw, 8px);
    }
    
    .models-stats {
        min-height: auto;
        padding: 40px 0 0;
    }
    
    .models-stats__container {
        min-height: auto;
        padding-bottom: 150px;
    }
    
    .models-stats__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .models-stats__ellipse {
        width: 100%;
        max-width: 600px;
        height: 300px;
        top: 80px;
    }
    
    .models-stats__cards {
        padding: 40px var(--container-padding) 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        justify-content: flex-start;
    }
    
    .models-stats__card {
        flex: 0 0 394px;
        width: 394px;
        height: 608px;
        margin-top: 0 !important;
    }
    
    .models-stats__pagination {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 78px;
        height: 18px;
        margin: 30px auto 0;
        padding: 0;
        position: relative;
        z-index: 4;
    }
    
    .models-stats__gradient {
        height: 150px;
    }
    
    .models-stats__gradient-text {
        font-size: 16px;
    }
    
    .features__content {
        flex-direction: column;
    }
    
    .expertise {
        background: #F7F8FA;
    }
    
    .expertise__container {
        flex-direction: column;
        align-items: center;
        padding: 0 var(--container-padding);
    }
    
    .expertise__left {
        order: 2;
        width: 100%;
        max-width: 600px;
        margin: var(--spacing-lg) 0;
    }
    
    .expertise__image--desktop {
        display: none;
    }
    
    .expertise__image--mobile {
        display: block;
        width: calc(100% + 2 * var(--container-padding));
        max-width: calc(100% + 2 * var(--container-padding));
        height: auto;
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
    }
    
    .expertise__image {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    
    .expertise__image-shadow {
        display: none;
    }
    
    .expertise__right {
        order: 1;
        width: 100%;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        margin-top: 0;
    }
    
    .expertise__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-lg);
        padding: 0;
    }
    
    .expertise__title {
        width: 100%;
        max-width: 600px;
        height: auto;
        min-height: 90px;
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
    }
    
    .expertise__text {
        width: 100%;
        max-width: 600px;
        height: auto;
        min-height: 68px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
    }
    
    .expertise__content .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 100%;
        max-width: 320px;
        height: 43px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .market-profit__wrapper {
        position: relative;
        flex-direction: row;
        gap: 0;
        min-height: auto;
        align-items: flex-start;
    }
    
    .market-profit__left {
        max-width: 100%;
        width: auto;
        z-index: 2;
        position: relative;
    }
    
    .market-profit__right {
        position: absolute;
        right: 80px;
        top: 0;
        width: auto;
        max-width: none;
        justify-content: flex-end;
        z-index: 1;
        pointer-events: none;
    }
    
    .market-profit__image {
        width: auto;
        height: auto;
        max-width: none;
        max-height: 500px;
        opacity: var(--market-profit-image-opacity-mobile);
        object-fit: contain;
        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
    }
    
    .market-profit__shadow {
        display: block;
        position: absolute;
        width: 60%;
        height: 10%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 57, 187, 0.7);
        mix-blend-mode: hard-light;
        filter: blur(40px);
        border-radius: 50%;
        z-index: 0;
    }
    
    .market-profit__title {
        width: 359px;
        max-width: 100%;
        min-height: 90px;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .market-profit__content {
        flex-direction: column;
        margin-right: 0;
        padding-right: 0;
        margin-top: 100px;
        gap: 14px;
    }
    
    .market-profit__description {
        text-align: right;
        font-weight: 300;
        margin-left: auto;
        width: fit-content;
        max-width: 100%;
    }
    
    .participant-card {
        width: auto;
        max-width: 100%;
        min-height: auto;
        height: auto;
        padding: 14px 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        position: relative;
    }
    
    .participant-card--effective {
        background: linear-gradient(85.77deg, rgba(0, 77, 255, 0.8) 21.33%, rgba(163, 191, 255, 0.8) 149.74%);
        backdrop-filter: blur(4px);
        transform: none;
        flex-direction: column;
    }
    
    .participant-card--effective > * {
        transform: none;
    }
    
    .participant-card__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        min-height: auto;
        height: auto;
        padding: 0;
    }
    
    .participant-card__title {
        width: 100%;
        min-height: auto;
        height: auto;
        font-size: 16px;
        line-height: 100%;
        font-weight: 600;
    }
    
    .participant-card__percentage {
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }
    
    .participant-card__text {
        width: 100%;
        min-height: auto;
        height: auto;
        font-size: 12px;
        line-height: 140%;
        flex: none;
    }
    
    .participant-card .info-icon {
        position: absolute;
        top: 14px;
        right: 18px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        padding: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        font-size: 12px;
        color: #FFFFFF;
    }
    
    .participant-card--ineffective .info-icon {
        background: #D9E5FF;
        color: #000000;
    }
    
    .contact {
        max-height: 700px;
        overflow: hidden;
    }
    
    .contact__container {
        flex-direction: column;
        gap: 0;
        min-height: auto;
        max-height: 700px;
        align-items: center;
        padding-top: 42px;
        position: relative;
        overflow: hidden;
    }
    
    .contact__right {
        max-height: 400px;
        overflow: hidden;
    }
    
    .contact__left {
        max-width: 100%;
        width: 100%;
        text-align: center;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .contact__title {
        text-align: center;
        margin-top: 0;
        margin-bottom: 18px;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .contact__text {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .contact__button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 320px;
        height: 43px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 28px auto 0;
    }
    
    .contact__icons {
        flex-direction: column;
        gap: var(--spacing-sm);
        order: 3;
        position: absolute;
        left: var(--container-padding);
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        margin-top: 0;
    }
    
    .contact__icon {
        width: clamp(35px, 3.125vw, 50px);
        height: clamp(35px, 3.125vw, 50px);
        position: relative;
    }
    
    .contact__icon--like {
        position: relative;
        bottom: auto;
        right: auto;
    }
    
    .contact__icon--heart {
        position: relative;
        bottom: auto;
        right: auto;
    }
    
    .contact__icon--star {
        position: relative;
        bottom: auto;
        right: auto;
    }
    
    .contact__right {
        width: 100%;
        min-height: 400px;
        order: 4;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: var(--spacing-lg);
        padding-left: clamp(80px, 12vw, 120px);
    }
    
    .contact__shadow {
        position: absolute;
        width: 60%;
        max-width: 400px;
        height: 100px;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        background: #004DFF;
        opacity: 0.5;
        filter: blur(75px);
        z-index: 0;
    }
    
    .contact__phone {
        position: relative;
        max-width: 100%;
        width: auto;
        height: auto;
        bottom: auto;
        right: auto;
        z-index: 2;
    }
    
    .contact__messages {
        display: none;
    }
    
    .demo-account {
        min-height: auto;
        padding: var(--spacing-xl) 0;
        background: #004DFF;
    }
    
    .demo-account__container {
        min-height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    
    .demo-account__left {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        border-radius: 0;
        margin-right: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        order: 1;
    }
    
    .demo-account__content {
        text-align: center;
        align-items: center;
    }
    
    .demo-account__button-desktop {
        display: none;
    }
    
    .demo-account__title {
        color: #FFFFFF;
    }
    
    .demo-account__text {
        color: #FFFFFF;
    }
    
    .demo-account__right {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        max-width: 100%;
        margin-top: var(--spacing-lg);
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        order: 2;
    }
    
    .demo-account__button-mobile {
        order: 3;
        width: 100%;
        max-width: 320px;
        height: 43px;
        padding: 20px;
        gap: 10px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #004DFF;
        margin-top: var(--spacing-lg);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .demo-account__image-shadow {
        position: absolute;
        width: 586px;
        max-width: 150%;
        height: 227px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        opacity: 0.8;
        filter: blur(37.5px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    
    .demo-account__image {
        position: relative;
        margin-left: 0;
        width: 100%;
        max-width: 350px;
        height: auto;
        object-fit: contain;
        z-index: 1;
    }
    
    .demo-account__right::after {
        display: none;
    }
    
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    
    /* Unique Product Section - Tablet */
    .unique-product {
        padding: 82px 0;
        background: #004DFF;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
        min-height: 407px;
        display: flex;
        align-items: center;
    }
    
    .unique-product__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .unique-product__title {
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 18px;
    }
    
    .unique-product__text {
        color: #FFFFFF;
        margin-bottom: 28px;
    }
    
    .unique-product__button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 320px;
        max-width: 100%;
        height: 43px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #004DFF;
        margin-bottom: 0;
    }
    
    .unique-product__button:hover {
        background: #F7F8FA;
        opacity: 1;
        transform: none;
        box-shadow: none;
    }
    
    /* FAQ Section - Tablet */
    .faq {
        padding-top: 49px;
    }
    
    .faq__title {
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        width: 360px;
        max-width: 100%;
        height: 30px;
        margin-bottom: 28px;
    }
    
    .contact {
        max-height: 500px;
        overflow: hidden;
    }
    
    .contact__container {
        max-height: 500px;
        overflow: hidden;
    }
    
    .footer__nav {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    :root {
        --container-padding: var(--container-padding-mobile);
        --font-size-h1: var(--font-size-h1-mobile);
        --font-size-h2: var(--font-size-h2-mobile);
        --font-size-body1: var(--font-size-body1-mobile);
        --font-size-body2: var(--font-size-body2-mobile);
        --font-size-button: var(--font-size-button-mobile);
    }
    
    .header {
        padding: 0 var(--container-padding-mobile);
    }
    
    .header__container {
        height: 68px;
        padding: 0 20px;
        gap: 0;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
    }
    
    .header__logo {
        order: 1;
    }
    
    .header__nav {
        display: none;
    }
    
    .header__actions {
        display: none;
    }
    
    .header__burger {
        display: flex;
        order: 2;
    }
    
    .button {
        padding: 15px 20px;
        font-size: var(--font-size-button-mobile);
    }
    
    .hero__container {
        gap: 18px;
    }
    
    .hero__title {
        font-size: var(--font-size-h1-mobile);
        padding: 0 var(--spacing-md);
        margin-bottom: 18px;
    }
    
    .hero__subtitle {
        height: auto;
        min-height: auto;
        margin-bottom: 18px;
        padding: 0 var(--spacing-md);
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .button--large {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 320px;
        height: 43px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .hero__video {
        width: 100%;
        max-width: 100%;
    }
    
    .hero__video-play {
        width: clamp(60px, 15vw, 80px);
        height: clamp(62px, 15.6vw, 83px);
    }
    
    .hero__video-play::after {
        border-left-width: clamp(18px, 4.5vw, 25px);
        border-top-width: clamp(19px, 4.7vw, 26px);
        border-bottom-width: clamp(19px, 4.7vw, 26px);
        margin-left: clamp(4px, 1vw, 6px);
    }
    
    .models-stats {
        padding: 30px 0 0;
    }
    
    .models-stats__title {
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .models-stats__ellipse {
        width: 100%;
        max-width: 400px;
        height: 200px;
        top: 60px;
    }
    
    .models-stats__container {
        padding-bottom: 20px;
    }
    
    .models-stats__cards {
        padding: 30px var(--container-padding-mobile) 0;
        gap: 15px;
        justify-content: flex-start;
        scroll-padding: 0 calc(50% - 140px);
    }
    
    .models-stats__card {
        flex: 0 0 280px;
        width: 280px;
        height: auto;
        aspect-ratio: 394 / 608;
        margin-top: 0 !important;
        scroll-snap-align: center;
    }
    
    .models-stats__pagination {
        display: flex;
        margin-top: 20px;
    }
    
    .models-stats__gradient {
        height: 120px;
        display: none;
    }
    
    .models-stats__gradient-text {
        /* font-size: 14px; */
        display: none;
    }
    
    .calculator__title {
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        width: 100%;
        max-width: 372px;
        height: auto;
        min-height: 60px;
        margin: 0 auto var(--spacing-md);
    }
    
    .calculator__subtitle {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
        width: 100%;
        max-width: 333px;
        height: auto;
        min-height: 34px;
        margin: 0 auto var(--spacing-xl);
    }
    
    .calculator__content {
        flex-direction: column;
        gap: var(--spacing-xl);
    }
    
    .calculator__content-row {
        flex-direction: column;
        width: 100%;
    }
    
    .calculator__left {
        max-width: 100%;
    }
    
    .calculator__right {
        max-width: 100%;
        width: 100%;
    }
    
    .calculator__dropdown {
        position: relative;
    }
    
    .calculator__dropdown .dropdown {
        gap: var(--spacing-lg);
        padding: 14px 20px;
    }
    
    .calculator__dropdown .dropdown__list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
    }
    
    .calculator__model-block {
        padding: var(--spacing-md);
    }
    
    .calculator__model-info {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
    
    .calculator__model-chart {
        padding: var(--spacing-md);
        min-height: auto;
    }
    
    .calculator__model-metrics {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 10px;
    }
    
    .stat-card {
        width: 100%;
        max-width: 100%;
    }
    
    .stat-card__label {
        width: 129px;
        height: 34px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #000000;
    }
    
    .stat-card__value {
        width: 129px;
        height: 22px;
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.03em;
        color: #000000;
    }
    
    .result-item {
        gap: var(--spacing-md);
        justify-content: space-between;
        height: 22px;
        line-height: 22px;
    }
    
    .result-item__label {
        font-size: 14px;
    }
    
    .result-item__value {
        font-size: 18px;
    }
    
    .expertise {
        min-height: auto;
        padding: var(--spacing-xl) 0;
        background: #F7F8FA;
    }
    
    .expertise__container {
        min-height: auto;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 0 var(--container-padding-mobile);
    }
    
    .expertise__left {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        border-radius: 0;
        overflow: visible;
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: var(--spacing-lg) 0;
    }
    
    .expertise__right {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        order: 1;
        min-height: auto;
    }
    
    .expertise__image--desktop {
        display: none;
    }
    
    .expertise__image--mobile {
        display: block;
        width: 100%;
        /* max-width: calc(100% + 2 * var(--container-padding-mobile)); */
        height: auto;
        position: relative;
        /* margin-left: calc(-1 * var(--container-padding-mobile));
        margin-right: calc(-1 * var(--container-padding-mobile)); */
    }
    
    .expertise__image {
        width: 100%;
        max-width: 360px;
        height: auto;
        position: relative;
    }
    
    .expertise__image-shadow {
        display: none;
    }
    
    .expertise__content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-lg);
        position: relative;
        width: 100%;
    }
    
    .expertise__title {
        position: relative;
        width: 100%;
        max-width: 360px;
        height: auto;
        min-height: 90px;
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin: 0;
    }
    
    .expertise__text {
        position: relative;
        width: 100%;
        max-width: 360px;
        height: auto;
        min-height: 68px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
        margin: 0;
    }
    
    .expertise__content .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        position: relative;
        width: 100%;
        max-width: 320px;
        height: 43px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
    }
    
    .review-card {
        width: 360px;
        max-width: 100%;
        min-width: 0;
        height: auto;
        min-height: 291px;
    }
    
    .review-card__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 18px;
        gap: 8px;
        width: 100%;
        min-height: 70px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 16px 16px 0 0;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }
    
    .review-card__model-label {
        font-size: 14px;
        color: var(--color-white);
    }
    
    .review-card__model-name {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-white);
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .review-card__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        gap: 14px;
        width: 100%;
        height: auto;
        min-height: 291px;
        background: #FFFFFF;
        border-radius: 0 0 16px 16px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        overflow: visible;
    }
    
    .review-card__user {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 18px;
        width: 100%;
        max-width: 270px;
        height: 65px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    
    .review-card__avatar {
        width: 65px;
        height: 65px;
        border-radius: 35px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    
    .review-card__user-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 10px;
        width: 187px;
        height: auto;
        min-height: 43px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    
    .review-card__user-name {
        width: 187px;
        height: 16px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }
    
    .review-card__user-date {
        width: 187px;
        height: 17px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #727272;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    
    .review-card__text {
        width: 100%;
        max-width: 324px;
        min-height: 60px;
        height: auto;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #000000;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }
    
    .review-card__divider {
        width: 100%;
        max-width: 324px;
        height: 0px;
        border: 1px solid #DADADA;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }
    
    .review-card__stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 12px 16px;
        width: 100%;
        max-width: 324px;
        height: auto;
        min-height: 94px;
        flex: none;
        order: 2;
        flex-grow: 0;
    }
    
    .review-card__stat {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 4px;
        width: 100%;
        height: auto;
        min-height: 43px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    
    .review-card__stat:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .review-card__stat:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .review-card__stat:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .review-card__stat:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    
    .review-card__stat-label {
        width: auto;
        height: 17px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #000000;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    
    .review-card__stat-value {
        width: auto;
        height: 22px;
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.03em;
        color: #000000;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    
    .review-card__stat-value--positive {
        color: #1CA500;
    }
    
    .review-card__stat-value--negative {
        color: var(--color-error);
    }
    
    .reviews__title {
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        width: 100%;
        max-width: 372px;
        min-height: 60px;
        margin: 0 auto var(--spacing-md);
    }
    
    .reviews__subtitle {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
        width: 100%;
        max-width: 360px;
        min-height: 34px;
        margin: 0 auto var(--spacing-xxl);
    }
    
    .reviews__list {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        gap: 20px;
        overflow-x: auto;
        overflow-y: visible;
    }
    
    .reviews__slider {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    
    .reviews__arrow {
        display: none;
    }
    
    .reviews__pagination {
        display: flex;
        margin-top: var(--spacing-lg);
        margin-bottom: 0;
    }
    
    .comparison-table__title {
        position: relative;
        width: 329px;
        height: 32px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin: 0 auto var(--spacing-md);
    }
    
    .comparison-table__subtitle {
        position: relative;
        width: 333px;
        height: 34px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #000000;
        margin: 0 auto var(--spacing-xxl);
    }
    
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .table-wrapper::-webkit-scrollbar {
        display: none;
    }
    
    .table-scroll-container {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .table-scroll-container::-webkit-scrollbar {
        display: none;
    }
    
    .comparison-table__container {
        position: relative;
    }
    
    .table-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        margin-top: 28px;
        width: calc(100% + 2 * var(--container-padding-mobile));
        margin-left: calc(-1 * var(--container-padding-mobile));
        margin-right: calc(-1 * var(--container-padding-mobile));
        position: relative;
        padding: 0 var(--container-padding-mobile);
    }
    
    .table-scroll-button--prev {
        position: absolute;
        left: 0;
    }
    
    .table-scroll-button--next {
        position: absolute;
        right: 0;
    }
    
    .comparison-table__table {
        min-width: 791px; /* 7 столбцов по 113px */
    }
    
    .comparison-table__table th,
    .comparison-table__table td {
        width: 113px;
        min-width: 113px;
        max-width: 113px;
        padding: 10px 8px;
        font-size: 12px;
        height: 41px;
        box-sizing: border-box;
        line-height: 1;
    }
    
    .comparison-table__table th.table-col-label,
    .comparison-table__table td.table-col-label {
        width: 113px;
        min-width: 113px;
        max-width: 113px;
        left: 0;
    }
    
    .comparison-table__table th.table-col-o2,
    .comparison-table__table td.table-col-o2 {
        width: 113px;
        min-width: 113px;
        max-width: 113px;
        left: 113px;
    }
    
    /* FAQ Section - Mobile */
    .faq {
        padding-top: 49px;
    }
    
    .faq__title {
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        width: 360px;
        max-width: 100%;
        height: 30px;
        margin-bottom: 28px;
    }
    
    .faq-item__header {
        padding: 14px 18px;
        gap: 38px;
    }
    
    .faq-item--active .faq-item__header {
        padding: 14px 18px;
    }
    
    .faq-item__content {
        padding: 0 18px 14px;
    }
    
    .faq-item--active .faq-item__content {
        padding: 0 18px 14px;
    }
    
    .footer__content {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
    
    .footer__section--team {
        gap: var(--spacing-md);
    }
    
    .footer__section--contact {
        flex-direction: column;
        align-items: left;
        gap: var(--spacing-md);
    }
    
    .footer__nav {
        flex-direction: column;
        gap: var(--spacing-sm);
        width: 100%;
        align-items: flex-start;
    }
    
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer__copyright {
        text-align: center;
    }
    
    .market-profit__wrapper {
        position: relative;
        flex-direction: row;
        gap: 0;
        min-height: auto;
        align-items: flex-start;
    }
    
    .market-profit__left {
        max-width: 100%;
        width: auto;
        z-index: 2;
        position: relative;
    }
    
    .market-profit__right {
        position: absolute;
        right: -200px;
        top: 100px;
        width: auto;
        max-width: none;
        justify-content: flex-end;
        z-index: 1;
        pointer-events: none;
    }
    
    .market-profit__image {
        width: auto;
        height: auto;
        max-width: none;
        max-height: 500px;
        opacity: var(--market-profit-image-opacity-mobile);
        object-fit: contain;
        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
    }
    
    .market-profit__shadow {
        display: block;
        position: absolute;
        width: 60%;
        height: 10%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 57, 187, 0.7);
        mix-blend-mode: hard-light;
        filter: blur(40px);
        border-radius: 50%;
        z-index: 0;
    }
    
    .market-profit__title {
        width: calc(100vw - 2 * var(--container-padding-mobile));
        min-height: 90px;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        box-sizing: border-box;
    }
    
    .market-profit__content {
        margin-right: 0;
        padding-right: 0;
        width: 60%;
        margin-top: 50px;
        gap: 14px;
    }
    
    .market-profit__description {
        text-align: right;
        font-weight: 300;
        width: calc(100vw - 2 * var(--container-padding-mobile));
        margin-top: 40px;
        margin-bottom: 40px;
        /* margin-left: calc(-232px + var(--container-padding-mobile));
        padding-left: var(--container-padding-mobile);
        padding-right: var(--container-padding-mobile); */
        box-sizing: border-box;
    }
    
    .participant-card {
        width: auto;
        max-width: 100%;
        min-height: auto;
        height: auto;
        padding: 14px 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        position: relative;
    }
    
    .participant-card--effective {
        background: linear-gradient(85.77deg, rgba(0, 77, 255, 0.8) 21.33%, rgba(163, 191, 255, 0.8) 149.74%);
        backdrop-filter: blur(4px);
        transform: none;
        flex-direction: column;
    }
    
    .participant-card--effective > * {
        transform: none;
    }
    
    .participant-card__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        min-height: auto;
        height: auto;
        padding: 0;
    }
    
    .participant-card__title {
        width: 100%;
        min-height: auto;
        height: auto;
        font-size: 16px;
        line-height: 100%;
        font-weight: 600;
    }
    
    .participant-card__percentage {
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }
    
    .participant-card__text {
        width: 100%;
        min-height: auto;
        height: auto;
        font-size: 12px;
        line-height: 140%;
        flex: none;
    }
    
    .participant-card .info-icon {
        position: absolute;
        top: 14px;
        right: 18px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        padding: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        font-size: 12px;
        color: #FFFFFF;
    }
    
    .participant-card--ineffective .info-icon {
        background: #D9E5FF;
        color: #000000;
    }
    
    .contact {
        max-height: 600px;
        overflow: hidden;
    }
    
    .contact__container {
        flex-direction: column;
        gap: 0;
        padding: 42px var(--container-padding-mobile) 0;
        align-items: center;
        position: relative;
        max-height: 600px;
    }
    
    .contact__left {
        width: 100%;
        max-width: 100%;
        text-align: center;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .contact__title {
        text-align: center;
        margin-top: 0;
        margin-bottom: 18px;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .contact__text {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .contact__button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 320px;
        max-width: 100%;
        height: 43px;
        background: linear-gradient(85.77deg, #004DFF 21.33%, #A3BFFF 149.74%);
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 28px auto 0;
    }
    
    .contact__icons {
        flex-direction: column;
        gap: var(--spacing-xs);
        width: auto;
        justify-content: center;
        position: absolute;
        left: var(--container-padding-mobile);
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        order: 3;
        margin-top: 0;
        align-self: flex-start;
    }
    
    .contact__icon {
        width: clamp(30px, 3.125vw, 35px);
        height: clamp(30px, 3.125vw, 35px);
        position: relative;
    }
    
    .contact__icon--like {
        position: relative;
        bottom: -100px;
        right: 20px;
        height: 100px;
        width: 100px;
    }
    
    .contact__icon--heart {
        position: relative;
        bottom: -120px;
        right: -110px;
        height: 90px;
        width: 90px;
    }
    
    .contact__icon--star {
        position: relative;
        bottom: -160px;
        right: 0px;
        height: 80px;
        width: 80px;
    }
    
    .contact__right {
        width: 100%;
        min-height: 300px;
        order: 4;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: var(--spacing-lg);
        padding-left: clamp(60px, 15vw, 100px);
    }
    
    .contact__shadow {
        position: absolute;
        width: 60%;
        max-width: 300px;
        height: 80px;
        bottom: 10%;
        left: 60%;
        transform: translate(-50%, 50%);
        background: #004DFF;
        opacity: 0.5;
        filter: blur(30px);
        z-index: 0;
    }
    
    .contact__phone {
        position: relative;
        max-width: 100%;
        width: 185px;
        height: auto;
        bottom: -70px;
        right: -40px;
        z-index: 20;
    }
    
    .contact__messages {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 24px;
    }
    
    .button--large {
        width: 100%;
    }
    
    .dropdown {
        padding: 14px 18px;
        gap: 23px;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 65px;
    }
    
    .calculator__dropdown .dropdown {
        width: 100%;
        max-width: 100%;
    }
    
    .stat-card {
        width: 100%;
        max-width: 100%;
    }
    
    .participant-card {
        padding: 14px 18px;
    }
    
    .calculator__right {
        width: 100%;
        max-width: 100%;
    }
    
    .calculator__model-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .result-item {
        height: 22px;
        line-height: 22px;
    }
    
    .result-item__label {
        font-size: 14px;
    }
    
    .result-item__value {
        font-size: 18px;
    }
    
    .demo-account {
        padding: 0;
    }
    
    .demo-account__container {
        position: relative;
        width: 100%;
        /* max-width: 400px; */
        margin: 0 auto;
        padding: 0;
        min-height: 553px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background: #004DFF;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
        border-radius: 0;
    }
    
    .demo-account__left {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-right: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
    
    .demo-account__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-lg);
        padding: var(--spacing-xl) var(--container-padding-mobile);
        width: 100%;
        text-align: center;
    }
    
    .demo-account__title {
        width: 100%;
        max-width: 195px;
        height: auto;
        min-height: 30px;
        font-family: 'Unbounded', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
    }
    
    .demo-account__text {
        width: 100%;
        max-width: 333px;
        height: auto;
        min-height: 51px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
    }
    
    .demo-account__button-desktop {
        display: none;
    }
    
    .demo-account__button-mobile {
        display: flex;
        width: 100%;
        max-width: 320px;
        height: 43px;
        padding: 20px;
        gap: 10px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #004DFF;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 38px;
    }
    
    .demo-account__right {
        position: relative;
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        margin-top: var(--spacing-lg);
        padding: 0 var(--container-padding-mobile);
    }
    
    .demo-account__image-shadow {
        position: absolute;
        width: 586px;
        max-width: 150%;
        height: 227px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        opacity: 0.8;
        filter: blur(37.5px);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }
    
    @media (max-width: 400px) {
        .demo-account__image-shadow {
            width: 100%;
            max-width: 400px;
            height: 150px;
        }
        
        .demo-account__container {
            max-width: 100%;
        }
        
        .demo-account__text {
            max-width: 100%;
            padding: 0 var(--spacing-md);
        }
        
        .demo-account__button-mobile {
            max-width: 100%;
            width: calc(100% - 40px);
        }
    }
    
    .demo-account__image {
        position: relative;
        width: 100%;
        max-width: 350px;
        height: auto;
        object-fit: contain;
        z-index: 1;
    }
    
    .expertise__left {
        width: 100%;
        height: auto;
        min-height: auto;
        overflow: visible;
        max-width: 360px;
    }
    
    .expertise__image--desktop {
        display: none;
    }
    
    .expertise__image--mobile {
        display: block;
        width: calc(100% + 2 * var(--container-padding-mobile));
        max-width: calc(100% + 2 * var(--container-padding-mobile));
        height: auto;
        margin-left: calc(-1 * var(--container-padding-mobile));
        margin-right: calc(-1 * var(--container-padding-mobile));
    }
    
    .expertise__image {
        width: 100%;
        max-width: 360px;
        height: auto;
    }
    
    .expertise__image-shadow {
        display: none;
    }
    
    .expertise__content {
        padding: 0;
    }
    
    .expertise__right {
        width: 100%;
        max-width: 100%;
    }
    
    /* Unique Product Section - Mobile */
    .unique-product {
        padding: 82px 0;
        background: #004DFF;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
        min-height: 407px;
        display: flex;
        align-items: center;
    }
    
    .unique-product__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 var(--container-padding-mobile);
    }
    
    .unique-product__title {
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 18px;
    }
    
    .unique-product__text {
        color: #FFFFFF;
        margin-bottom: 28px;
    }
    
    .unique-product__button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 320px;
        max-width: 100%;
        height: 43px;
        background: #FFFFFF;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #004DFF;
        margin-bottom: 0;
    }
    
    .unique-product__button:hover {
        background: #F7F8FA;
        opacity: 1;
        transform: none;
        box-shadow: none;
    }
    
    .contact {
        max-height: 600px;
        overflow: hidden;
    }
    
    .contact__container {
        max-height: 600px;
        overflow: hidden;
    }
}

