﻿body {
    background-color: #090909;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Bounded';
    src: url('./fonts/bounded/Bounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('./fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('./fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Section header */
.new-tm-s-sd-2026-update-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
    color: #ffffff;
    scroll-margin-top: 80px;
}

.new-tm-s-sd-2026-update-section-header__title {
    font-family: 'Bounded', sans-serif;
    font-size: 64px;
    width: 1037px;
    margin: 0;
}

.new-tm-s-sd-2026-update-section-header__subtitle {
    font-family: 'MontserratBold', sans-serif;
    font-size: 36px;
    margin: 100px 0 0;
}

.new-tm-s-sd-2026-update-section-header__text {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 20px;
    line-height: 150%;
    width: 574px;
    margin: 20px 0 0;
}

.new-tm-s-sd-2026-update-section-header__text .new-tm-s-sd-2026-update-gray {
    color: #A8A8A8;
    font-family: 'MontserratSemiBold', sans-serif;
    font-weight: normal;
}

/* Multiblock showcase */
.new-tm-s-sd-2026-update-multiblock-showcase {
    width: 1000px;
    height: 570px;
    background: linear-gradient(180deg, #000000 0%, var(--showcase-color, #48004A) 100%);
    box-shadow: 0px 0px 246.8px var(--showcase-shadow, rgba(234, 0, 255, 0.25));
    border-radius: 7.43073px;
    position: relative;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.new-tm-s-sd-2026-update-multiblock-showcase__gif {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.new-tm-s-sd-2026-update-multiblock-showcase__img {
    width: 226px;
    height: 226px;
    object-fit: contain;
    position: absolute;
    top: calc(100% - 113px);
    left: calc(50% - 113px);
}

/* Footer */
.new-tm-s-sd-2026-update-footer-credits {
    font-family: 'Bounded', sans-serif;
    font-size: 48px;
    text-align: center;
    margin: 300px auto 100px;
    max-width: 1200px;
    background: linear-gradient(91.55deg, #CFFF4B 5.53%, #E360A4 50.43%, #8389FF 95.33%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Text cards */
.new-tm-s-sd-2026-update-text-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.new-tm-s-sd-2026-update-text-card {
    width: 1200px;
    padding: 40px 60px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #000000 0%, #050935 100%);
    box-shadow: 0px 0px 100px rgba(32, 7, 255, 0.25);
    border-radius: 10px;
}

.new-tm-s-sd-2026-update-text-card__title {
    font-family: 'MontserratBold', sans-serif;
    font-size: 36px;
    line-height: 150%;
    color: #ffffff;
    margin: 0;
}

.new-tm-s-sd-2026-update-text-card__title .new-tm-s-sd-2026-update-blue {
    color: #2007FF;
}

.new-tm-s-sd-2026-update-text-card__body {
    margin: 20px 0 0;
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.new-tm-s-sd-2026-update-text-card__body .new-tm-s-sd-2026-update-gray {
    color: #A8A8A8;
    font-family: 'MontserratSemiBold', sans-serif;
    font-weight: normal;
}

.new-tm-s-sd-2026-update-text-card--green {
    background: linear-gradient(180deg, #000000 0%, #000F03 100%);
    box-shadow: 0px 0px 100px rgba(7, 255, 24, 0.25);
}

/* Cards */
.new-tm-s-sd-2026-update-cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.new-tm-s-sd-2026-update-card {
    width: 285px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new-tm-s-sd-2026-update-card__inner {
    width: 285px;
    height: 242px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0px -49px 97.9px rgba(var(--color-rgb), 0.3);
}

.new-tm-s-sd-2026-update-card__img {
    width: 186px;
    display: block;
    filter: drop-shadow(0px 12px 0px rgb(var(--color-rgb)));
}

.new-tm-s-sd-2026-update-card__title {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

/* ── Адаптив ── */

/* Планшет / маленький ноутбук */
@media (max-width: 1300px) {
    .new-tm-s-sd-2026-update-section-header__title {
        width: auto;
        max-width: 90vw;
        font-size: 48px;
    }

    .new-tm-s-sd-2026-update-multiblock-showcase {
        width: 90vw;
        height: calc(90vw * 0.57);
    }

    .new-tm-s-sd-2026-update-text-card {
        width: 90vw;
    }

    .new-tm-s-sd-2026-update-footer-credits {
        max-width: 90vw;
        font-size: 36px;
    }
}

/* Мобильный */
@media (max-width: 768px) {
    .new-tm-s-sd-2026-update-section-header {
        margin-top: 80px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .new-tm-s-sd-2026-update-section-header__title {
        font-size: 32px;
        max-width: 100%;
    }

    .new-tm-s-sd-2026-update-section-header__subtitle {
        font-size: 22px;
        margin-top: 50px;
    }

    .new-tm-s-sd-2026-update-section-header__text {
        font-size: 16px;
        max-width: 100%;
    }

    .new-tm-s-sd-2026-update-cards-container {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .new-tm-s-sd-2026-update-card {
        width: calc(50vw - 30px);
    }

    .new-tm-s-sd-2026-update-card__inner {
        width: 100%;
        height: auto;
        aspect-ratio: 285 / 242;
    }

    .new-tm-s-sd-2026-update-card__img {
        width: 65%;
    }

    .new-tm-s-sd-2026-update-card__title {
        font-size: 16px;
    }

    .new-tm-s-sd-2026-update-multiblock-showcase {
        width: 92vw;
        height: calc(92vw * 0.57);
    }

    .new-tm-s-sd-2026-update-multiblock-showcase__img {
        width: 120px;
        height: 120px;
        top: calc(100% - 60px);
        left: calc(50% - 60px);
    }

    .new-tm-s-sd-2026-update-text-card {
        width: 92vw;
        padding: 20px 24px;
    }

    .new-tm-s-sd-2026-update-text-card__title {
        font-size: 24px;
        text-align: center;
    }

    .new-tm-s-sd-2026-update-text-card__body {
        font-size: 16px;
        text-align: center;
    }

    .new-tm-s-sd-2026-update-footer-credits {
        font-size: 24px;
        margin: 120px 20px 60px;
        max-width: 100%;
    }
}

/* Маленький телефон */
@media (max-width: 480px) {
    .new-tm-s-sd-2026-update-section-header__title {
        font-size: 24px;
    }

    .new-tm-s-sd-2026-update-section-header__subtitle {
        font-size: 18px;
        margin-top: 32px;
    }

    .new-tm-s-sd-2026-update-section-header__text {
        font-size: 14px;
    }

    .new-tm-s-sd-2026-update-cards-container {
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
    }

    .new-tm-s-sd-2026-update-card {
        width: 100%;
        max-width: 285px;
    }

    .new-tm-s-sd-2026-update-card__inner {
        width: 100%;
        max-width: 285px;
    }

    .new-tm-s-sd-2026-update-text-card__title {
        font-size: 20px;
        text-align: center;
    }

    .new-tm-s-sd-2026-update-text-card__body {
        font-size: 14px;
        text-align: center;
    }

    .new-tm-s-sd-2026-update-footer-credits {
        font-size: 20px;
    }
}

.metalabs-landing .metalabs-landing-btn_arrowed::after {
  content: "";
  display: inline-block;
  background: var(--icon-url) no-repeat center;
  background-size: contain;
  width: calc(var(--font-size)var(--width-multiplier));
  height: calc(var(--font-size)var(--height-multiplier));
  vertical-align: bottom;
  opacity: .7;
  margin-left: auto;
}