:root{
    --bg:#040d14;
    --bg2:#071923;
    --card:#0a1b25;
    --line:#163847;
    --green:#009966;
    --green2:#56e300;
    --text:#ffffff;
    --muted:#b8c7ce;
}

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

html{scroll-behavior:smooth;}

body{font-family:'Inter',sans-serif; background:
        radial-gradient(circle at top right, rgba(125,255,30,.12), transparent 25%),
        linear-gradient(180deg,#031018 0%, #061721 100%);color:#ffffff; overflow-x:hidden;}

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

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

ul{ list-style:none;}

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

.check-list li{position:relative; padding-left:34px; margin-bottom:16px; color:#d5e0e5;line-height:1.7;}

/* галочка */
.check-list li::before{content:'✔'; position:absolute; left:0; top:1px; color:#009966;font-size:18px; font-weight:700;}

.container{width:min(1320px,92%); margin:auto; padding: 0 30px;}
.container2{width:min(1320px,92%);   background:rgba(125,255,30,.08); margin:auto; margin-bottom:16px; }

section{ padding:100px 0;}

/* широкая полоса, фон -  #071923; */
.current-status { width: 100%; background: #071923;  padding: 80px 0;}
.current-status .container { max-width: 1200px;  margin: 0 auto;  padding: 0 30px;}

/* широкая полоса, фон - #071923;  */
.current-status2 { width: 100%; background: #071923;  padding: 80px 0;}
.current-status2 .container { max-width: 1200px;  margin: 0 auto;  padding: 0 30px;}

.logo{ display:flex; align-items:center; gap:14px;}

.logo img{width:220px;}


/* =======HEADER ======== */
header{position:fixed; top:0; left:0; width:100%; z-index:1000; backdrop-filter:blur(12px); background:rgba(2,10,16,.86);
    border-bottom:1px solid rgba(255,255,255,.06);}
.header-inner{height:92px; display:flex; align-items:center; justify-content:space-between;  gap:30px;}
/* HEADER RIGHT */
.header-right{display:flex; align-items:center;  gap:10px;}
/* ======= nav ======== */
nav{  }
nav ul{display:flex; gap:10px; width:max-content;}
nav a{color:#dce4e8; font-size:15px; position:relative; transition:.3s; }
nav a:hover{ color:#009966;}
nav a::after{ content:''; position:absolute; left:0; bottom:-8px; width:0; height:2px; background:#009966;  transition:.3s;
}
nav a:hover::after{ width:100%;}





/* HERO */
.hero{ min-height:100vh; display:flex; align-items:center; padding-top:120px; position:relative; overflow:hidden;}

.hero::before{ content:''; position:absolute; inset:0; background:
        linear-gradient(to right, rgba(3,10,14,.96) 20%, rgba(3,10,14,.55) 55%, rgba(3,10,14,.2)),
        url('/img/zastavka2.jpg') center/cover no-repeat;  z-index:-2;}

.hero::after{   content:'';  position:absolute;  inset:0; background:linear-gradient(180deg, transparent 70%, #041018 100%);
    z-index:-1;}

.hero-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center;}
.hero h1{ font-size:40px; line-height:1;font-weight:800; margin-bottom:28px;
    text-transform:uppercase;}
.hero h1 span{ color:#009966;}
.hero h2{ font-size:36px; line-height:1;font-weight:800; margin-bottom:20px;  text-transform:uppercase;}
.hero h2 span{ color:#009966;}
.hero p{font-size:16px; line-height:1.8; color:#d5dfe4;}
.hero p span{color:#009966;}
.hero-subtitle { display: inline-block; font-size: 20px; font-weight: 600; color: #009966;
    margin-bottom: 20px; letter-spacing: 0.08em; text-transform: uppercase;}
.hero-cards{ display:grid;  gap:24px;}
.hero-card{ background:rgba(8,20,28,.82); border:1px solid rgba(125,255,30,.18);
    border-radius:24px;  padding:32px;  backdrop-filter:blur(10px);}
.hero-card h3{ font-size:32px; color:#009966; margin-bottom:10px;}
.hero-card strong{ font-size:20px; color:#009966; line-height:1.2; margin-bottom:10px;} 
.hero-card p{ font-size:16px; color:#b8c7ce; line-height:1.2; margin-bottom:10px;   } 
.hero-card span{ font-size:20px; color:#ffffff; line-height:1.2;margin-bottom:10px;   }
.hero-actions { display: flex; gap: 18px;  flex-wrap: wrap; margin-top: 36px;}
.hero-btn {display: inline-flex;align-items: center; justify-content: center;
    min-width: 260px; height: 58px; padding: 0 32px; border-radius: 999px;
    font-size: 16px; font-weight: 600; text-decoration: none; letter-spacing: .02em;
    transition: all .3s ease;  cursor: pointer;}

.hero-btn-primary { background: linear-gradient(135deg, #009966 0%, #007a5a 100%);
    border: 2px solid #009966;    color: #111827;
    box-shadow:  0 10px 24px rgba(0,153,102,.28),    inset 0 1px 0 rgba(255,255,255,.25);}

.hero-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,153,102,.38),
        0 0 20px rgba(0,153,102,.25); filter: brightness(1.05);}

.hero-btn-primary:active { transform: translateY(0);}

.hero-btn-primary:focus-visible { outline: 2px solid #009966; outline-offset: 4px;}

.hero-btn-secondary { background: rgba(255,255,255,.04); border: 2px solid #009966;
    color: #ffffff;    backdrop-filter: blur(10px);  -webkit-backdrop-filter: blur(10px);}

.hero-btn-secondary:hover { background: rgba(0,153,102,.12); border-color: #009966; color: #009966;
    transform: translateY(-3px); box-shadow:  0 14px 36px rgba(0,153,102,.18),
        inset 0 0 0 1px rgba(0,153,102,.25);}

.hero-btn-secondary:active { transform: translateY(0);}

.hero-btn-secondary:focus-visible { outline: 2px solid #009966;  outline-offset: 4px;}

.hero-btn:hover { background: rgba(0,153,102,.12); border-color: #009966; color: #009966;
transform: translateY(-2px);  box-shadow: 0 12px 28px rgba(0,153,102,.18);}
.hero-btn:active {   transform: translateY(0);}

.hero-btn:focus-visible {    outline: 2px solid #009966;    outline-offset: 4px;}
}




/* ============   LANGUAGE SELECTOR   ================== */

.language-selector { position: relative; flex-shrink: 0;}

.language-selector select {min-width: 80px;  height: 42px; padding: 0 36px 0 14px;
    background-color: #07141c !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5 8 12l6.5-6.5' stroke='%237dff1e' stroke-width='2' fill='none'/%3E%3C/svg%3E");

    background-repeat: no-repeat;  background-position: right 12px center;
    color: #009966 !important;
    border: 1px solid rgba(0,153,102,.25);  border-radius: 10px; font-size: 14px;  font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition: .3s;
}
.language-selector select:hover{ border-color:#009966; box-shadow:  0 0 12px rgba(0,153,102,.18);}

.language-selector select:focus{outline:none; border-color:#009966; box-shadow:      0 0 18px rgba(0,153,102,.25);}

.language-selector option { background-color: #07141c !important; color: #ffffff !important;}

.language-selector select { color: #009966;}


/* ======   SECTION TITLE  ============ */

.section-title{ text-align:center;  margin-bottom:40px;}

.section-title h3{  font-size:32px; margin-bottom:24px; text-transform:uppercase;}

.section-title p{ font-size:14px; text-align:center; color:#009966; margin-bottom:16px; text-transform:uppercase;}
.section-title span{ font-size:14px; text-align:center;  margin-bottom:16px; text-transform:uppercase;}

.section-line{ width:120px; height:4px; background:#009966; margin:auto; border-radius:30px;}

/* ==== GRID ====== */

.grid{display:grid; gap:28px;}

.grid-3{  grid-template-columns:repeat(3,1fr);}

.grid-4{grid-template-columns:repeat(4,1fr);}

.grid-5{ grid-template-columns:repeat(5,1fr);}

/* ===== CARD ==== */

.card{ background:linear-gradient(180deg,#091c27 0%, #07141c 100%);
    border:1px solid rgba(0,153,102,.12); border-radius:26px;
    padding:34px; transition:.35s; margin-bottom:20px;}

.card:hover{ transform:translateY(-6px); border-color:rgba(0,153,102,.35);
    box-shadow:0 0 40px rgba(0,153,102,.08);}

.card-number{ width:58px; height:58px; border-radius:50%; border:2px solid #009966;
    display:flex; align-items:center; justify-content:center;
    color:#009966; font-weight:700;  margin-bottom:20px;}
.card h3{ font-size:32px; color:#009966; margin-bottom:16px; line-height:1.35;}
.card h4{ font-size:24px; margin-bottom:16px; line-height:1.35;}
.card-line1{ width:80%; height:2px; background:#009966;  margin:auto; }

.card p{  font-size:16px; color:#b8c7ce; line-height:1.8; margin-bottom:20px;}
.card span{  font-size:16px; color:#009966;  line-height:1.8;margin-bottom:10px;}
.card strong{  font-size:32px; color:#009966; font-weight: 800; line-height:1.8;margin-bottom:10px;}

/* ======= card2: секция зеленого цвета статическая ==== */

.card2{ background:#009966;
    border:1px solid rgba(0,153,102,.12); border-radius:26px;
    padding:24px;}
.card2:hover{ border-color:rgba(0,153,102,.35);
    box-shadow:0 0 40px rgba(0,153,102,.08);}
.card2 h3{ font-size:32px; color:#071923; margin-bottom:16px; line-height:1.35;}
.card2 p{  font-size:24px; color:#071923; line-height:1.8;margin-bottom:10px;}


/* ======= flex-container ==== */


.flex-container {  display: flex;  gap: 20px; /* Расстояние между колонками */}
.column {   flex: 1; /* Колонки займут равное пространство */}
.column span{ font-size:16px; color:#009966; line-height:1.8;margin-bottom:10px;   }
.column small{ font-size:24px; color:#071923; line-height:1.8;margin-bottom:10px;   }
.column h2{ font-size:36px; color:#ffffff; line-height:1.2; margin-bottom:10px;   }
.column h4{ font-size:24px; color:#ffffff; line-height:1.2; margin-bottom:10px;   }
.column p{ font-size:16px; color:#b8c7ce; line-height:1.5; margin-bottom:10px;   }
.column strong{ font-size:24px; color:#009966; font-weight: 800; line-height:1.5; margin-bottom:10px;   }
.column bdi{ font-size:14px; color:#b8c7ce;  margin-bottom:10px;   }


.column a{font-size:20px; color:#009966; font-weight: 600; line-height:1.5; margin-bottom:10px;}
.column a:hover{font-size:20px; color:#56e300; font-weight: 800; line-height:1.5; margin-bottom:10px;}

/* ======= широкая секция с зеленой полосой слева ======= */
.status-note { width: 100%; background: rgba(125, 255, 30, .08);   padding: 24px 0;}

.status-note__content {  background: #071923;  margin-bottom:10px;  border-left: 3px solid #009966; padding: 0 24px;   color: #cbd5d1;
    font-size: 16px;    line-height: 1.6;}


/* ======= широкая кнопка в футере проверка фирмі в судебном реестре ======= */

.external-check-button { display: flex;  width: 100%; box-sizing: border-box; align-items: center;
    justify-content: center;  gap: 12px; padding: 18px 24px;  border: 1px solid #009966; border-radius: 14px;
    background: transparent;  color: #009966;
    font-size: 15px; font-weight: 600; line-height: 1.4;  text-align: center;  text-decoration: none;
    transition:  background-color .25s ease,     color .25s ease,    border-color .25s ease;}

.external-check-button span {  font-size: 20px; line-height: 1;}

.external-check-button:hover { background: #009966;  color: #030c12;  border-color: #009966;}

.external-check-button:focus-visible { outline: 2px solid #009966; outline-offset: 3px;}



/* ======= ACCORDION ======= */

.accordion{ margin-top:22px; border-top:1px solid rgba(255,255,255,.08); padding-top:18px;}

.accordion-btn{ width:100%; border:none; background:rgba(0,153,102,.08);
    color:#009966; padding:15px 20px;    border-radius:14px;  cursor:pointer;
    font-weight:700;    transition:.3s;}

.accordion-btn:hover{  background:rgba(0,153,102,.16);}

.accordion-content{ max-height:0;  overflow:hidden;    transition:max-height .45s ease;}

.accordion-content p{    padding-top:18px;}

/* ======BENEFITS========================= */

.benefits{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;}

.benefits-image{ min-height:520px; border-radius:28px; overflow:hidden;
    background:    linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),
        url('img/zastavka2.jpg') center/cover no-repeat;
    border:1px solid rgba(0,153,102,.15);}

.benefits-list{ display:grid; gap:24px;}

.benefit-item{ background:rgba(10,24,33,.82); border:1px solid rgba(255,255,255,.06);
    border-radius:20px;    padding:26px;}

.benefit-item h5{ color:#009966; font-size:24px; margin-bottom:12px;}

.benefit-item p{ color:var(--muted); line-height:1.7;}

/* ======FINANCE======== */

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

.finance-card{background:linear-gradient(180deg,#0a1c27 0%, #07141d 100%);
    border:1px solid rgba(0,153,102,.14);  border-radius:24px;
    padding:40px 28px;  text-align:center;}

.finance-card h4{ font-size:32x; color:#009966; margin-bottom:12px;}

.finance-card p{ color:var(--muted);}

/* =========================
CONTACTS
========================= */

.contact-box{    background:linear-gradient(180deg,#091b25 0%, #06131b 100%);
    border:1px solid rgba(0,153,102,.15); border-radius:30px;
    padding:60px;  text-align:center;}

.contact-box h3{ font-size:32px; margin-bottom:24px;}

.contact-box p{ font-size:18px; margin-bottom:12px;  color:#d5e0e5;}


/* == модальное окно 1  ==== */

.teaser-modal { position: fixed; inset: 0; z-index: 9999;
    display: none;  align-items: center;  justify-content: center;
    padding: 30px; background: rgba(0, 0, 0, .78);}

.teaser-modal.active {display: flex;}

.teaser-modal__overlay { position: absolute; inset: 0;}

.teaser-modal__window { position: relative;  z-index: 1;
    width: min(900px, 100%);  max-height: 90vh; display: flex; flex-direction: column;
    background: #030c12; border: 1px solid rgba(125, 255, 30, .25); border-radius: 18px;
    overflow: hidden;  box-shadow: 0 25px 80px rgba(0, 0, 0, .65);}

.teaser-modal__header {flex: 0 0 auto; padding: 24px 60px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);}
.teaser-modal__header span {color: #009966; font-weight: 800;  margin: 0 0 18px;}
.teaser-modal__header h2 { margin: 0;  font-size: 36px;}

.teaser-modal__content { overflow-y: auto;  padding: 30px; color: #cbd5d1; font-size: 15px;
    line-height: 1.7;}

.teaser-modal__content h3 { margin: 28px 0 12px; color: #009966; font-size: 18px;}

.teaser-modal__content h3:first-child { margin-top: 0;}

.teaser-modal__content p { margin: 0 0 18px;}
.teaser-modal__content span {color: #009966; font-weight: 800;  margin: 0 0 18px;}

.teaser-modal__content ol {color: #009966; margin: 0 0 20px;  padding-left: 22px;}

.teaser-modal__content li {color: #009966;  margin-bottom: 8px;}

.teaser-modal__content a{font-size:20px; color:#009966; font-weight: 600; line-height:1.5; margin-bottom:10px;}
.teaser-modal__content a:hover{font-size:20px; color:#56e300; font-weight: 800; line-height:1.5; margin-bottom:10px;}


.teaser-modal__close { position: absolute;  z-index: 2; top: 14px; right: 16px;
    width: 40px; height: 40px;border: 1px solid rgba(125, 255, 30, .35);
    border-radius: 50%; background: transparent; color: #009966; font-size: 28px;
    line-height: 1; cursor: pointer; transition:  background .2s ease,  color .2s ease;}

.teaser-modal__close:hover {background: #009966; color: #030c12;}

.teaser-modal__cta { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .08);}

.teaser-modal__cta a { display: inline-flex;  padding: 13px 22px;
        border: 1px solid #009966; border-radius: 10px;
    background: transparent; color: #009966;
    text-decoration: none;  font-weight: 600;
    transition:  background .2s ease, color .2s ease;}

.teaser-modal__cta a:hover { background: #009966; color: #030c12;}

/* == модальное окно 1 конец  ==== */

/* == модальное окно 2   ==== */

.krs-modal__content {
    padding: 48px;
}

.krs-label {margin-bottom: 16px; color: #009966; font-size: 14px; font-weight: 800; letter-spacing: 1px; line-height: 1.4;}

.krs-main-title { margin: 0 0 18px; color: #e7eeeb; font-size: 48px; font-weight: 400; line-height: 1.05;}

.krs-company-name { margin-bottom: 32px; color: #009966; font-size: 25px; font-weight: 800;}


/* Таблица */

.krs-data {display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(125, 255, 30, .15); border-radius: 18px;
    overflow: hidden;}

.krs-data__item { min-width: 0; padding: 24px 22px; background: rgba(0, 0, 0, .12);
    border-right: 1px solid rgba(125, 255, 30, .12); border-bottom: 1px solid rgba(125, 255, 30, .12);}

.krs-data__item:nth-child(even) { border-right: none;}

.krs-data__item:nth-last-child(-n + 2) {border-bottom: none;}

.krs-data__label {margin-bottom: 12px; color: #aebbb5; font-size: 13px; font-weight: 800; letter-spacing: 1px;}

.krs-data__value {color: #e2e9e6; font-size: 16px; line-height: 1.5;}


/* Информационный блок */

.krs-note {margin-top: 24px; padding: 20px 22px; border-left: 3px solid #009966; background: rgba(125, 255, 30, .06);
    color: #aebbb5; font-size: 14px; line-height: 1.6;}

.krs-note p {margin: 0;}

.krs-note p + p {  margin-top: 7px;}

.krs-note strong {color: #e7eeeb;}


/* Кнопки */
.krs-actions { display: flex; align-items: center;  gap: 12px; margin-top: 24px;}

.krs-action-primary,
.krs-action-secondary {min-height: 52px; padding: 14px 24px; box-sizing: border-box;
    border-radius: 10px;  font-family: inherit;  font-size: 15px;  font-weight: 700;
    text-decoration: none;  cursor: pointer;
    transition: background .25s ease,  color .25s ease,  border-color .25s ease;}

.krs-action-primary {display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid #009966; background: #009966; color: #030c12 !important; text-decoration: none;}

.krs-action-primary:hover {background: transparent; color: #7dff1e !important;}

.krs-action-secondary { border: 1px solid rgba(125, 255, 30, .3);  background: transparent;  color: #dce5e1;}

.krs-action-secondary:hover {border-color: #009966;    background: rgba(125, 255, 30, .08); color: #009966;}


/* == модальное окно 2 конец  ==== */

/* =========================================
CTA SECTION
========================================= */

.cta-section1{ padding:40px 0 90px;}

.cta-box1{position:relative; overflow:hidden; border-radius:30px; padding:50px 60px; display:flex;
    justify-content:space-between; align-items:center; gap:40px; background:
        linear-gradient( 90deg,  rgba(2,10,14,.92) 0%, rgba(2,10,14,.72) 45%, rgba(2,10,14,.45) 100%  ),
        url('/img/zastavka3.jpg') center/cover no-repeat; border:1px solid rgba(0,153,102,.16);
    box-shadow:    0 0 50px rgba(0,153,102,.06),    inset 0 0 60px rgba(0,153,102,.03);}

/* glow */

.cta-box1::before{ content:''; position:absolute; inset:0; background:  
radial-gradient(circle at right center, rgba(0,153,102,.18),  transparent 45%); pointer-events:none;}

/* content */
.cta-content1{position:relative; z-index:2;  max-width:700px;}

.cta-content1 h2{  font-size:36px; line-height:1.05; font-weight:800; margin-bottom:22px;  text-transform:uppercase;}

.cta-content1 h2 span{color:#009966;}

.cta-content1 p{font-size:19px;  line-height:1.8;  color:#d7e0e5; max-width:640px;}

/* action */

.cta-action1{position:relative; z-index:2;  min-width:360px;}

/* button */

.cta-button1{ display:flex; align-items:center; justify-content:center; gap:14px;
    width:100%; min-height:72px; padding:20px 34px; border-radius:18px;
    background: linear-gradient( 180deg, #7dff1e 0%,  #53d800 100%);
    color:#041018; font-size:16px; font-weight:800; text-transform:uppercase;  transition:.35s; box-shadow: 0 10px 35px rgba(0,153,102,.28);
}

.cta-button1:hover{transform:translateY(-3px); box-shadow:     0 16px 40px rgba(0,153,102,.4);}

.cta-button1 i{ font-size:16px;}

/* note */
.cta-note1{margin-top:18px; text-align:center; font-size:14px; line-height:1.6; color:#c8d4d9;}


/*  фома запроса материалов проекта */
.materials {width: 100%; padding: 80px 0;  background: rgba(0, 153, 102, .08);}

.materials-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;}

/* Левая часть */
.materials-info { padding-right: 32px;}

.materials-info ul {   margin: 25px 0 0; padding: 0; list-style: none;}

.materials-info li { position: relative; padding-left: 22px; margin-bottom: 12px; color: #cbd5d1;}

.materials-info li::before {  content: "→";  position: absolute; left: 0;  color: #009966;}

.materials-info span { font-size:16px; color:#009966; line-height:1.8;margin-bottom:10px;   }
.materials-info small { font-size:24px; color:#071923; line-height:1.2;margin-bottom:10px;   }
.materials-info h2 { font-size:46px; color:#ffffff; line-height:1.2; margin-bottom:10px;   }
.materials-info h4 { font-size:24px; color:#ffffff; line-height:1.8; margin-bottom:10px;   }
.materials-info p { font-size:16px; color:#b8c7ce; line-height:1.5; margin-bottom:10px;   }
.materials-info strong { font-size:24px; color:#009966; font-weight: 800; line-height:1.5; margin-bottom:10px;   }
.materials-info bdi{ font-size:14px; color:#b8c7ce;  margin-bottom:10px;   }

.materials-info a{font-size:20px; color:#009966; font-weight: 600; line-height:1.5; margin-bottom:10px;}
.materials-info a:hover{font-size:20px; color:#56e300; font-weight: 800; line-height:1.5; margin-bottom:10px;}




/* Форма */
.materials-form { width: 100%; box-sizing: border-box; padding: 30px;
    background: rgba(3, 12, 18, .75); border: 1px solid rgba(0, 153, 102, .25); border-radius: 20px;}

.form-group { margin-bottom: 20px;}

.form-group label {display: block; margin-bottom: 8px; color: #d8e2dd; font-size: 14px;}


.form-group input { width: 100%; height: 52px;  box-sizing: border-box; padding: 0 16px;
    border: 1px solid rgba(255,255,255,.12);  border-radius: 10px;
    background: rgba(0,0,0,.35);  color: #dce7e1;
    font-family: inherit;  font-size: 14px;  outline: none;
    transition:  border-color .2s ease,  box-shadow .2s ease;}

.form-group input::placeholder { color: #718078;}

.form-group input:focus { border-color: #009966;  box-shadow: 0 0 0 2px rgba(0,153,102,.08);}


/* Согласие */

.form-consent { display: flex;  align-items: flex-start;  gap: 9px; margin: 20px 0;
    color: #aebbb5; font-size: 13px; line-height: 1.5;  cursor: pointer;}

.form-consent input { width: 15px; height: 15px; margin-top: 2px; flex: 0 0 auto; accent-color: #009966;}


/* Кнопка */
.materials-submit { width: 100%; min-height: 52px; padding: 14px 20px;
    border: 1px solid #009966; border-radius: 10px;
    background: #009966; color: #030c12;
    font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer;
    transition:  background .25s ease,   color .25s ease,  transform .15s ease;}

.materials-submit:hover {background: transparent; color: #009966;}

.materials-submit:active { transform: translateY(1px);}


/* Сообщение */
.form-message { margin-top: 15px; font-size: 14px; line-height: 1.5;  text-align: center;}

.form-message.success {color: #009966;}

.form-message.error { color: #ff7777;}


/* Honeypot */
.form-hp { position: absolute !important; left: -9999px !important; width: 1px !important;  height: 1px !important;
    overflow: hidden !important;}


/* Планшет */
@media (max-width: 900px) { .materials-grid { grid-template-columns: 1fr;   gap: 40px; }

    .materials-info {    padding-right: 0; }
}


/* Телефон */
@media (max-width: 600px) {  .materials {   padding: 55px 0;    }
    .materials-form {  padding: 22px;  border-radius: 16px;   }
    .materials-submit {     font-size: 15px;  }
}

/*  фома запроса материалов проекта конец */


/* =========================
FOOTER
========================= */

footer{ background:#030c12; border-top:1px solid rgba(255,255,255,.06); padding:40px 0;}
.footer-inner{ display:flex; justify-content:space-between; align-items:center; gap:30px;}
.footer-grid { display: grid;  grid-template-columns: 1fr 1fr 1fr;    gap: 40px; }
    .footer-title {    font-size: 22px;  margin-bottom: 24px;   font-weight: 700;  }
    .footer-links { display: flex; flex-direction: column;  gap: 12px;    }
    .footer-links a {color: rgba(255,255,255,0.72); transition: 0.3s;    }
    .footer-links a:hover {  color: #78ff1f;}
.footer-logo{ display:flex; align-items:center; gap:14px;}
.footer-logo img{ width:140px;}
.footer-logo h4 span{ color:#009966;}
.footer-copy{color:#7f959e; ;}
.footer-copy p { font-size:12px; color:#b8c7ce; line-height:1.5; margin-bottom:10px;   }

/* =========================================
MOBILE HEADER
========================================= */

@media (max-width:768px){

    .header-inner{ display:flex;  align-items:center;  justify-content:flex-start;  gap:10px;  padding:10px 15px;  min-height:70px;}
    /* ЛОГО */
    .logo{ flex:0 0 160px; width:160px;    }
    .logo img{ display:block; width:160px; height:auto;  max-width:none;    }
    /* Текстовый логотип скрываем */
    .logo-text{  display:none;    }

    /* ГАМБУРГЕР */
    .burger{ flex:0 0 42px;  width:42px;  height:42px; margin:0;    }

    /* СЕЛЕКТОР ЯЗЫКОВ */
    .language-selector{ flex:0 0 70px;  width:70px; margin:0;}

    .language-selector select{ width:70px; height:42px;  font-size:13px; padding:0 8px;
border-radius:8px;}

}


/* ======== MOBILE / TABLET =============== */

@media (max-width: 1200px){
    .grid-5{       grid-template-columns:repeat(3,1fr);    }
   .finance-grid{   grid-template-columns:repeat(2,1fr);    }
}

@media (max-width: 768px){  .container{     width:94%;   }
    section{ padding:70px 0; }
     nav{  width:100%;    }
    nav ul{ gap:18px;  padding:0 12px; }
    .hero{ min-height:auto;  padding-top:190px;  padding-bottom:70px;    }
    .hero::before{  background:  linear-gradient( 180deg, rgba(3,10,14,.94) 0%,   rgba(3,10,14,.75) 45%, rgba(3,10,14,.92) 100%            ),
            url('/img/zastavka2.jpg') center/cover no-repeat;    }

    .hero-grid,
    .benefits,
    .grid-3,
    .grid-4,
    .grid-5,
    .finance-grid{ grid-template-columns:1fr;    }
.hero h1{ font-size:32px; line-height:1;font-weight:800; margin-bottom:28px;
    text-transform:uppercase;}
.hero h1 span{ color:#009966;}
    .hero h2{ font-size:28px; text-align:center;    }
    .hero p{ font-size:16px;   text-align:center;    }
    .hero-card{  padding:24px;    }
    .hero-card h3{ font-size:34px;    }
    .section-title{ margin-bottom:32px;   }
    .section-title h3{ font-size:26px;  line-height:1.2;    }
    .card, .finance-card, .benefit-item, .contact-box{  padding:24px;    }
    .advantages-strip{  gap:22px;   padding:20px 16px;    scroll-snap-type:x mandatory;    }
    .advantage-item{ min-width:240px; scroll-snap-align:start;    }
    .benefits-image{ min-height:340px; }
    .footer-inner{  flex-direction:column;    text-align:center;  }

}
@media (max-width: 992px){
    .language-selector{ margin-right:10px;    }
    .language-selector select{ width:70px; min-width:70px; height:38px; font-size:13px; padding-left:10px;
    }

}


/* =========================================
MOBILE
========================================= */

@media (max-width: 768px){
    .cta-box1{   flex-direction:column; align-items:flex-start;  padding:40px 30px;   }
    .cta-content1 h2{ font-size:36px; }
    .cta-content1 p{  font-size:16px;    }
    .cta-action1{ width:100%;  min-width:100%; }
}


@media (max-width: 640px){
    .cta-box1{ padding:32px 22px;    border-radius:24px; }
    .cta-content1 h2{font-size:30px; }
    .cta-content1 p{ font-size:15px; line-height:1.7;    }
    .cta-button1{  min-height:64px; font-size:14px; padding:18px 20px; }
    .cta-note1{ font-size:13px;}


/* кнопка в футере- проверка компании*/
@media (max-width: 600px) { .external-check-button { padding: 16px 18px;  font-size: 14px; }  }

/* кнопка в футере- проверка компании*/


/* ================= BURGER ================== */

.burger{ width:42px; height:42px; display:flex;flex-direction:column;justify-content:center;
    align-items:center; gap:5px; background:none; border:none; cursor:pointer; padding:0;}

.burger span{width:24px; height:2px; background:#009966; transition:.3s;}

/* ACTIVE */

.burger.active span:nth-child(1){   transform:    translateY(7px)     rotate(45deg);}
.burger.active span:nth-child(2){ opacity:0;}
.burger.active span:nth-child(3){transform:  translateY(-7px)  rotate(-45deg);}

/* MOBILE MENU */
@media (max-width:768px){
    nav{position:absolute; top:100%; left:0;  width:100%;  background:#07141c;  max-height:0; overflow:hidden;
        transition:max-height .4s ease;    z-index:999; }

    nav.active{max-height:600px; }

    nav ul{ display:flex; flex-direction:column;  padding:10px 0;}

    nav a{ display:block; padding:14px 20px; border-bottom:1px solid rgba(255,255,255,.05);    }

}

@media (max-width: 768px) {
    .flex-container { flex-direction: column;    }
}

/* =========================================
MOBILE
========================================= */

@media (max-width:768px){
    .header-right,
    .mobile-controls{
        display:flex; align-items:center;  gap:10px; }
}

@media (max-width: 768px) {
 


   header { position: fixed; top: 0; left: 0; right: 0;    width: 100%; z-index: 1000;
        background: rgba(2, 10, 16, .95);   backdrop-filter: blur(12px);   -webkit-backdrop-filter: blur(12px);    }

    .header-inner { height: 70px;    }
    body { padding-top: 70px; }

.hero h1{ font-size:32px; line-height:1;font-weight:800; margin-bottom:28px;
    text-transform:uppercase;}
.hero h1 span{ color:#009966;}
.hero h2{ font-size:28px; line-height:1;font-weight:800; margin-bottom:20px;  text-transform:uppercase;}
.hero h2 span{ color:#009966;}
.hero p{font-size:16px; line-height:1.8; color:#d5dfe4;}
.hero p span{color:#009966;}
.hero-subtitle { display: inline-block; font-size: 20px; font-weight: 600; color: #009966;
    margin-bottom: 20px; letter-spacing: 0.08em; text-transform: uppercase;}
.hero-cards{ display:grid;  gap:24px;}
.hero-card{ background:rgba(8,20,28,.82); border:1px solid rgba(125,255,30,.18);
    border-radius:24px;  padding:32px;  backdrop-filter:blur(10px);}
.hero-card h3{ font-size:26px; color:#009966; margin-bottom:10px;}
.hero-card strong{ font-size:20px; color:#009966; line-height:1.2; margin-bottom:10px;} 
.hero-card p{ font-size:16px; color:#b8c7ce; line-height:1.2; margin-bottom:10px;   } 
.hero-card span{ font-size:20px; color:#ffffff; line-height:1.2;margin-bottom:10px;   }





}

@media (max-width: 600px) {


    .teaser-modal {position: fixed;  inset: 0; width: 100%; max-width: 100%; box-sizing: border-box;   padding: 8px;
        overflow: hidden;    }
    .teaser-modal__window {  width: 100%;  max-width: 100%;  min-width: 0;
        height: 94vh; max-height: 94vh; margin: 0; box-sizing: border-box; border-radius: 12px; }
    .teaser-modal__header { min-width: 0;  box-sizing: border-box; padding: 18px 52px 16px 18px;}
    .teaser-modal__header h2 { font-size: 19px;  line-height: 1.3;   overflow-wrap: break-word;    }
    .teaser-modal__content {min-width: 0; width: 100%; box-sizing: border-box; padding: 20px 18px;  overflow-x: hidden;
        overflow-y: auto;  word-break: normal;  overflow-wrap: anywhere; }
    .teaser-modal__content p,
    .teaser-modal__content li,
    .teaser-modal__content h3 {  max-width: 100%; box-sizing: border-box; }
    .teaser-modal__close {  top: 10px; right: 10px; width: 36px; height: 36px;    }
    .teaser-modal__cta { max-width: 100%; box-sizing: border-box;    }
    .teaser-modal__cta a {width: 100%; max-width: 100%;  box-sizing: border-box;    }
}


@media (max-width: 768px) {

    header {position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; background: #030c12; }

    body { padding-top: 72px; }
}


@media (max-width: 600px) {

    .krs-modal__content {  padding: 28px 18px; }
    .krs-label {font-size: 11px; letter-spacing: .7px; }
    .krs-main-title { font-size: 34px;  line-height: 1.05;    }
    .krs-company-name { font-size: 21px; line-height: 1.25; }
    .krs-data {grid-template-columns: 1fr;    }
    .krs-data__item {border-right: none !important; border-bottom: 1px solid rgba(0, 153, 102, .12);    }
    .krs-data__item:last-child { border-bottom: none;  }
    .krs-data__value { font-size: 14px; }
    .krs-actions {   flex-direction: column; align-items: stretch;    }
    .krs-action-primary,
    .krs-action-secondary {  width: 100%;   text-align: center;    }
}