@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas Neue.ttf') format('truetype');
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont.ttf') format('truetype');
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mont';
    line-height: 1.6;
    background: #fff;
    color: #121419;
}


.bebas {
    font-family: 'Bebas Neue';
    font-weight: 700;
}

/* Container */
.container {
    max-width: 1500px;
    margin: 0 auto;
    overflow-x: clip;
    padding-inline: 15px;
}

/* Header */
.header {
    background: #fff;
    border-bottom: none;
    padding: 11px 0;
    position: relative;
    z-index: 100;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    align-content: center;
}

/* Logo */
.header__logo a {
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Bebas Neue';
    line-height: 1;
}

.logo-prefix {
    color: #01060d;
}

.logo-main {
    color: #089ce4;
}

.logo-subtitle {
    font-size: 11px;
    color: #000000;
    margin-top: 2px;
    line-height: 1.2;
    font-family: 'Mont';
    font-weight: 600;
    max-width: 150px;
}

/* Navigation */
.header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 66px;
}

.nav-list li a {
    text-decoration: none;
    color: #121419;
    font-size: 20px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.nav-list li a:hover {
    color: #089ce4;
}

/* CTA Button */
.btn {
    display: inline-block;
    padding: 15px 45px;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    transition: all 0.3s;
    height: 51px;
    display: flex;
    align-items: center;
}
.center_742 {
    max-width: 742px;
    width: 100%;
    place-self: center;
}
.btn-primary {
    background: #089ce4;
    color: #fff;
}

.btn-primary:hover {
    background: #0096d1;
}

/* Footer */
.footer {
    background: #fff;
    border-top: none;
    padding: 65px 0 70px;
    margin-top: 0;
}

.footer__inner {
    display: flex;
    flex-direction: column;
}

/* Footer Row 1 - Top */
.footer__row--top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer__nav .footer-nav-list {
    list-style: none;
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer-nav-list li a {
    text-decoration: none;
    color: #121419;
    font-size: 19px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    transition: color 0.3s;
}

.footer-nav-list li a:hover {
    color: #089ce4;
}

.footer__channels {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    margin-right: 20px;
}

.footer__channels-text {
    font-size: 15px;
    color: #3e3e3e;
}

.footer__channels-icons {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.footer__channel-link {
    display: flex;
    transition: transform 0.3s;
}

.footer__channel-link:hover {
    transform: scale(1.1);
}

.footer__channel-link img {
    width: 28px;
    height: 28px;
}

/* Footer Separator */
.footer__separator {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}

/* Footer Row 2 - Bottom */
.footer__row--bottom {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 40px;
    align-items: start;
    padding-top: 30px;
}

.footer__text {
    font-size: 15px;
    line-height: 1.6;
    color: #3e3e3e;
    max-width: 450px;
}

.footer__text a {
    color: #3e3e3e;
    text-decoration: underline;
}

.footer__contact {
    font-size: 15px;
    line-height: 1.8;
}

.footer__contact a {
    color: #3e3e3e;
    transition: color 0.3s;
}

.footer__contact a[href^="mailto"] {
    text-decoration: underline;
}

.footer__contact a[href^="tel"] {
    text-decoration: none;
}

.footer__contact a:hover {
    color: #089ce4;
}

.footer__contact p {
    margin-bottom: 0;
    line-height: 1.8;
}

.footer__address {
    margin-top: 15px;
    line-height: 1.6;
    color: #3e3e3e;
}

.footer__col--logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer__logo img {
    max-width: 173px;
    height: auto;
}

/* Responsive */
@media (max-width: 1200px) {
    .footer__row--bottom {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer__col--logo {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 768px) {
    .footer__inner {
        grid-template-columns: 1fr;
    }
    
    .nav-list {
        gap: 0px;
    }
    .nav-list li{
  position: relative;
  padding: 0 5px;
}

.nav-list li:not(:last-child)::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;         /* подгони под высоту текста */
  background: rgba(0,0,0,.25);
}

}

/* Hero Section */
.hero {
    position: relative;
    min-height: 1016px;
    background: #121419;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    overflow: hidden;
}
.hero .container{
    width: 1500px;
}
.hero__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    transform: translateY(-10%);
}

.hero__title {
    font-family: 'Bebas Neue';
    font-size: 70px;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 1090px;
    width: 100%;
    margin: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
    text-align: left;
}

/* Stats Cards */
.stats {
    background: #121419;
    padding: 80px 0 105px 0;
    position: relative;
    overflow: hidden;
}

.stats__bg {
    position: absolute;
    top: 0;
    left: -14px;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.stats__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stats .container {
    position: relative;
    z-index: 2;
}

.stats__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 53px;
    line-height: 1;
    max-width: 420px;
    color: #fff;
}

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

.stats__card {
    background: #fff;
    height: 353px;
    padding: 42px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats__card--primary {
    background: #089ce4;
    color: #fff;
}

.stats__card-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #3e3e3e;
}

.stats__card--primary .stats__card-text {
    color: #fff;
}

.stats__card-number {
    font-family: 'Bebas Neue';
    font-size: 60px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    color: #021c26;
}

.stats__card--primary .stats__card-number {
    color: #fff;
}

.stats__card-number small {
    font-size: 36px;
}

/* Application Section */
.application {
    background: #fff;
    padding: 80px 0 105px 0;
}

.application__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 35px;
    line-height: 1;
    max-width: 894px;
    color: #121419;
}

.application__intro {
    font-size: 15px;
    line-height: 1.6;
    color: #3e3e3e;
    margin: 0 0 40px;
    max-width: 700px;
}

.application__images {
    display: grid;
    grid-template-columns: 363px 1fr;
    gap: 16px;
    margin-bottom: 66px;
}

.application__img {
    width: 100%;
    height: 353px;
    object-fit: cover;
}
.application_top_container_center{
    max-width: 742px;
    width: 100%;
    place-self: center;
}
.application__list_container_center{
    display: flex;
    max-width: 742px;
    width: 100%;
    place-self: center;
}
.application__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

.application__item {
    position: relative;
    padding-left: 0;
}

.application__item-number {
    font-family: 'Bebas Neue';
    font-size: 30px;
    color: #000;
    display: inline-block;
    margin-right: 16px;
    font-weight: 700;
}

.application__item-title {
    font-family: 'Bebas Neue';
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1;
    color: #121419;
    display: inline;
}

.application__item-text {
    font-size: 15px;
    line-height: 1.3;
    color: #3e3e3e;
    max-width: 742px;
    margin-top: 18px;
}

/* Modifications Section */
.modifications {
    background: #121419;
    padding: 100px 0 70px 0;
    color: #fff;
    position: relative;
}

.modifications__bg {
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.modifications__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modifications__inner {
    position: relative;
    z-index: 2;
}

.modifications__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1.2;
    max-width: 572px;
}

.modifications__intro {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 100px;
    max-width: 700px;
}

.modifications__intro p {
    margin: 0 0 15px;
}

.modifications__intro ul {
    list-style: disc;
    padding-left: 22.5px;
    margin: 10px 0;
}

.modifications__intro ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Modifications Grid */
.modifications__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 60px;
}

.modifications__grid--compact {
    margin-top: 40px;
}

.modification__card {
    background: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modification__card-body {
    background: #fff;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.modification__card-img-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-shrink: 0;
}

.modification__card-img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: contain;
}

.modification__card-title {
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #121419;
    margin: 0;
    padding: 15px 20px;
    line-height: 1.4;
    flex: 1;
    display: flex;
    align-items: center;
}

.modification__card-btn {
    background: #089ce4;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    display: block;
    font-family: 'Bebas Neue';
    font-size: 20px;
    transition: background 0.3s;
    text-align: center;
    margin-left: auto;
    width: fit-content;
}

.modification__card-btn:hover {
    background: #0787c9;
}

/* Compact Models Section */
.modifications__compact {
    margin: 80px 0 40px;
}

.modifications__compact-intro {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.modifications__compact-list {
    list-style: disc;
    padding-left: 22.5px;
    font-size: 15px;
    line-height: 1.8;
    margin: 10px 0 0;
}

.modifications__compact-list li {
    margin-bottom: 12px;
}

/* Models List Section */
.models {
    margin-top: 100px;
}

.models__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 70px;
    color: #fff;
}

.models__category {
    margin-bottom: 60px;
}

.models__category-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.models__category-number {
    font-family: 'Bebas Neue';
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
}

.models__category-title {
    font-family: 'Bebas Neue';
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.models__list-wrapper {
    display: flex;
    gap: 40px;
}

.models__list-wrapper--three-cols {
    gap: 20px;
}

.models__list {
    list-style: disc;
    padding-left: 22.5px;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    flex: 1;
}

.models__list li {
    margin-bottom: 9px;
}

.models__note {
    font-size: 15px;
    color: #fff;
    margin-top: 40px;
}


/* Video Section */
.video {
    background: #fff;
    padding: 65px 0 100px 0;
}
#video_section .container{
    max-width: 742px;
}
.video__header {
    margin-bottom: 100px;
}

.video__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    max-width: 100%;
    color: #121419;
}

.video__channel-link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 5px;
    transition: transform 0.3s;
}

.video__channel-link:hover {
    transform: scale(1.1);
}

.video__channel-link img {
    width: 36px;
    height: 36px;
}

.video__slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.video-swiper {
    max-width: clamp(220px, calc(92.019vw - 111.268px), 612px);
    flex: 0 0 auto;
}

.video__slide {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video__slide-img {
    width: 100%;
    height: 391px;
    object-fit: cover;
    display: block;
}

.video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    background: #FFF;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.3s;
    z-index: 2;
}

.video__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #FFF;
}

.video__play-btn svg {
    margin-left: 3px;
}

.video__nav-btn {
    width: 36px;
    height: 43px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.3s;
    padding: 0;
    flex-shrink: 0;
}

.video__nav-btn:hover {
    opacity: 1;
}

.video__nav-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video__nav-btn--side {
    width: 34px;
    height: 43px;
}

/* Materials Section */
.materials {
    background: #121419;
    padding: 65px 0 50px 0;
    color: #fff;
    position: relative;
}

.materials__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.materials__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials__inner {
    position: relative;
    z-index: 2;
}

.materials__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 50px;
    line-height: 1;
    max-width: 736px;
}

.materials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 80px;
}

.materials-swiper {
    margin-bottom: 30px;
}

.materials-swiper .material__card {
    height: auto;
}

.materials-swiper .material__card-img {
    width: 100%;
    height: 353px;
    object-fit: cover;
}

.materials-swiper .material__card-title {
    position: static;
    margin-top: 15px;
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

.slider-nav--right {
    justify-content: flex-end;
}

.material__card {
    height: 353px;
    position: relative;
    overflow: hidden;
}

.material__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material__card-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
}

/* Requirements Section */
.requirements {
    background: #fff;
    padding: 100px 0 80px 0;
}

.requirements__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 35px;
    line-height: 1;
    max-width: 797px;
}

.requirements__intro {
    font-size: 15px;
    line-height: 1.3;
    color: #121419;
    margin: 0 0 40px;
    max-width: 797px;
}

.requirements-swiper {
    margin-bottom: 30px;
}

.requirement__item {
    display: flex;
    flex-direction: column;
}

.requirement__item .requirement__card {
    margin-bottom: 0;
}

.requirement__item .requirement__content {
    margin-top: 40px;
}

.requirements__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    
}
.requirements__grid_text {
    margin-top: 50px;
}
.requirement__card {
    background: #fff;
}

.requirement__card-img {
    width: 100%;
    height: 353px;
    object-fit: cover;
}

.requirement__number {
    font-family: 'Bebas Neue';
    font-size: 70px;
    color: #fff;
    margin: 60px 0 20px 40px;
}


.requirement__title {
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.3;
}

.requirement__text {
    font-size: 15px;
    line-height: 1.6;
    color: #121419;
}

/* Options Section */
.options {
    padding: 0 0 100px 0;
    position: relative;
}

.options__inner {
    position: relative;
    z-index: 2;
}

.options__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 60px;
    line-height: 1.2;
    max-width: 797px;
}

.options-swiper {
    margin-bottom: 20px;
}

.option__card {
    display: flex;
    flex-direction: column;
}

.option__card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.option__title {
    font-family: 'Bebas Neue';
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
    line-height: 1.3;
}

.option__text {
    font-size: 15px;
    line-height: 1.6;
    color: #3e3e3e;
    margin-top: 15px;
}

/* Contact Form */
.contact-form {
    background: #121419;
    padding: 85px 0 100px 0;
    color: #fff;
    position: relative;
}

.contact-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.contact-form__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form .container {
    position: relative;
    z-index: 2;
}
.contact-form__container {
    place-self: center;
    max-width: 742px;
    width: 100%;
}

.contact-form__title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 26px;
    line-height: 1.2;
    color: #fff;
}

.contact-form__subtitle {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 55px;
    max-width: 700px;
}

.form-group {
    margin-bottom: 13px;
    position: relative;
}

.form-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0;
}

.form-group textarea ~ label {
    top: 20px;
    transform: translateY(0);
}

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label,
.form-group input.has-value ~ label {
    top: -10px;
    left: 15px;
    font-size: 12px;
    color: #089ce4;
    background: #121419;
    padding: 0 5px;
}

.form-group textarea:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label,
.form-group textarea.has-value ~ label {
    top: -10px;
    left: 15px;
    font-size: 12px;
    color: #089ce4;
    background: #121419;
    padding: 0 5px;
}

.form-group label .required {
    color: #ff4444;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #3e3e3e;
    background: #FFF;
    font-size: 15px;
    font-family: inherit;
    color: #3e3e3e;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: transparent;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #089ce4;
}

.form-group.has-error input,
.form-group.has-error textarea {
    border-color: #ff4444;
}

.form-group.has-error label {
    color: #ff4444;
}

.form-error {
    display: none;
    color: #ff4444;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.form-group.has-error .form-error {
    display: block;
}

.form-group input {
    height: 59px;
}

.form-group textarea {
    height: 223px;
    resize: none;
}

.contact-form__submit {
    background: #089ce4;
    color: #fff;
    padding: 15px 45px;
    border: none;
    cursor: pointer;
    font-family: 'Bebas Neue';
    font-size: 20px;
    transition: all 0.3s;
    margin-top: 12px;
    height: 51px;
}

.contact-form__submit:hover {
    background: #0096d1;
}

.contact-form__submit:disabled {
    background: #666;
    cursor: not-allowed;
}

.form-message {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 14px;
    display: none;
}

.form-message.success {
    display: block;
    background: rgba(8, 156, 228, 0.2);
    border: 1px solid #089ce4;
    color: #089ce4;
}

.form-message.error {
    display: block;
    background: rgba(255, 68, 68, 0.2);
    border: 1px solid #ff4444;
    color: #ff4444;
}

/* Progress Indicator */
.progress-indicator {
    position: relative;
    width: 4px;
    height: 600px;
    background: #121419;
    margin: 0 0 0 auto;
    flex-shrink: 0;
}

.progress-indicator__fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: #089ce4;
    transition: height 0.1s ease-out;
}

/* Slider Navigation */
.slider-nav {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.slider-nav__btn {
    width: 36px;
    height: 43px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    padding: 0;
}

.slider-nav__btn:hover {
    opacity: 1;
}

.slider-nav__btn img {
    width: 100%;
    height: 100%;
}

/* Utility Classes */
.text-uppercase {
    text-transform: uppercase;
}

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

.mb-0 {
    margin-bottom: 0;
}

.mt-80 {
    margin-top: 80px;
}

/* Responsive */
@media (max-width: 1400px) {
    .stats__grid,
    .materials__grid,
    .requirements__grid,
    .options__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modifications__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats__grid,
    .materials__grid,
    .requirements__grid,
    .options__grid,
    .modifications__grid {
        grid-template-columns: 1fr;
    }
    
    .application__images {
        grid-template-columns: 1fr;
    }
    
    .hero__title {
        font-size: 40px;
    }
    
    .application__title,
    .modifications__title,
    .requirements__title,
    .options__title,
    .contact-form__title {
        font-size: 36px;
    }
}

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.video-modal__content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    z-index: 1;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.video-modal.active .video-modal__content {
    transform: scale(1);
}

.video-modal__player {
    width: 100%;
    height: 100%;
    background: #000;
}

.video-modal__close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s;
    z-index: 2;
}

.video-modal__close:hover {
    transform: scale(1.2);
}

/* Video Modal Navigation Buttons */
.video-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0.8;
}

.video-modal__nav:hover {
    opacity: 1;
}

.video-modal__nav--prev {
    left: -70px;
}

.video-modal__nav--next {
    right: -70px;
}

.video-modal__nav svg {
    width: 24px;
    height: 24px;
}

.video-modal__player-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-modal__player-wrapper .video-modal__player {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .video-modal__nav--prev {
        left: 10px;
    }
    
    .video-modal__nav--next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .video-modal__content {
        width: 95%;
    }
    
    .video-modal__close {
        top: -40px;
        font-size: 32px;
    }
    
    .video-modal__nav {
        width: 40px;
        height: 40px;
    }
    
    .video-modal__nav--prev {
        left: 5px;
    }
    
    .video-modal__nav--next {
        right: 5px;
    }
    
    .video-modal__nav svg {
        width: 20px;
        height: 20px;
    }
}


.hero__bg video{
  width: 100%;
  height: 100%;
  object-fit: cover;  /* растягиваем без “чёрных полос” */
  display: block;
}


/* ========== DESKTOP FOOTER LAYOUT (according to Figma) ========== */
@media (min-width: 769px) {
  .footer .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  /* Row 1 - Top: Navigation left, Channels right */
  .footer .footer__row--top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .footer .footer__nav {
    flex: 0 1 auto;
  }

  .footer .footer__nav .footer-nav-list {
    display: flex;
    gap: 66px;
    flex-wrap: nowrap;
    list-style: none;
  }

  .footer .footer-nav-list li a {
    font-size: 20px;
  }

  .footer .footer__channels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .footer .footer__channels-icons {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
  }

  .footer .footer__channel-link img {
    width: 35px;
    height: 33px;
    object-fit: contain;
  }

  .footer .footer__channel-link:last-child img {
    width: 28px;
    height: 28px;
  }

  /* Row 2 - Bottom: About | Contact | Logo */
  .footer .footer__row--bottom {
    display: grid;
    grid-template-columns: 513px 365px 1fr;
    gap: 40px;
    align-items: start;
    padding-top: 0;
  }

  .footer .footer__col--about {
    max-width: 513px;
  }

  .footer .footer__text {
    max-width: 513px;
  }

  .footer .footer__col--contact {
    max-width: 365px;
  }

  .footer .footer__col--logo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer .footer__logo img {
    max-width: 173px;
    height: auto;
  }
}

/* ========== MOBILE FOOTER LAYOUT (keep current) ========== */
@media (max-width: 768px) {
  .footer .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "nav nav"
      "logo channels"
      "about about"
      "contact contact";
    gap: 16px;
    align-items: start;
  }

  .footer .footer__row--top,
  .footer .footer__row--bottom {
    display: contents;
  }

  .footer .footer__nav {
    grid-area: nav;
  }

  .footer .footer__channels {
    grid-area: channels;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer__col--logo {
    grid-area: logo;
    display: flex;
    justify-content: flex-start;
  }

  .footer .footer__col--about {
    grid-area: about;
  }

  .footer .footer__col--contact {
    grid-area: contact;
  }

  .footer .footer-nav-list {
    flex-wrap: wrap;
  }
}

/* FOOTER NAV — аккуратные разделители и адаптивный gap */
.footer-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  gap: clamp(6px, 1.2vw, 12px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-list li {
  display: flex;
  align-items: center;
}

@media (max-width: 360px) {
  .footer-nav-list li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0 clamp(6px, 1.2vw, 12px);
    opacity: .45;
    font-weight: 300;
    transform: translateY(-0.02em);
  }
}

/* если всё равно не влезает — чуть уменьшаем шрифт именно в футер-меню */
@media (max-width: 900px) {
  .footer-nav-list a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer-nav-list a {
    font-size: 13px;
  }
}

/* контейнер ТОЛЬКО в футере */
.footer > .container {
  max-width: 1920px;
  width: 100%;
  padding-left: 201px;
  padding-right: 201px;
}

@media (max-width: 1400px) {
  .footer > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .footer > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .footer__channels-icons {
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .footer-nav-list li a {
    font-size: 18px;
  }
}

.modification__card-body{height: 355px;}








