@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*  font-family: "Inter", sans-serif; */
/*  font-family: "Open Sans", sans-serif; */
/* font-family: "Montserrat", sans-serif; */

/* Flexbox с префиксами */
.header,
.header_container,
.welcome_blue_container {
  display: -webkit-box;      /* Safari 6-, iOS 6- */
  display: -ms-flexbox;      /* IE10 */
  display: -webkit-flex;     /* Chrome/Flexbox устаревший */
  display: flex;             /* Современные браузеры */

  -webkit-flex-direction: row;
     -ms-flex-direction: row;
         flex-direction: row;

  -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
         justify-content: space-between;

  -webkit-align-items: center;
     -ms-flex-align: center;
         align-items: center;
}

/* Переходы */
#mobileMenu a,
.btn,
.header_nav a {
  -webkit-transition: background-color 0.2s ease, font-weight 0.2s ease;
     -moz-transition: background-color 0.2s ease, font-weight 0.2s ease;
       -o-transition: background-color 0.2s ease, font-weight 0.2s ease;
          transition: background-color 0.2s ease, font-weight 0.2s ease;
}

.blue-container {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  /* если есть box-shadow: */
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
          box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

#features {
  scroll-margin-bottom: 450px;
}

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

.mobile-br {
  display: none;
}

body{
    margin: 0;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.container{
max-width: 1336px;
padding-bottom: 3rem;
}


h1{
    font-size: 40px;
    font-weight: 400;
}

h2{
  text-align: center;
  margin: 0 auto;
  color: rgba(11, 2, 45, 0.989);
  font-size: 3rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  padding-top: 5rem;
  padding-bottom: 5rem;
}









.header {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
}


.header_container{
  padding-left: 15px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 740px;
    padding-bottom: 0px;
}

.logo_container {
    margin: 0 0px; 
    display:flex;
    align-items: center;
    gap: 5px;
}

.logo-symbol {
    width: 30px;  
    height: auto;  /* Сохраняем пропорции изображения */
  }


.logo_header {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.03em;
    color: rgba(11, 2, 45, 0.989);
    padding-left: 0px;
    margin-bottom: 0;   /* Убираем отступ снизу у логотипа */
    text-decoration: none;        

}

.header_nav {
    display: flex;
    align-items: baseline;
    gap:60px;
    margin-top: 0;
}

header nav a:hover {
    color: #0056b3;  /* Более тёмный синий для наведения */
  }

.header_link {
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
    color: rgb(123, 123, 123);
text-decoration: none;
}

/* Cover Page */
/* Стиль для голубого контейнера */
.blue-container {
  position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 20px;
    background: transparent;
    min-height: 50rem;
    align-items: stretch;
    overflow: hidden;  
    /* background: linear-gradient(to bottom, #003366, #0066cc, #ffffff); */
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    /* background: linear-gradient(to bottom, #00127e, #0066cc, #ffffff); */
    background: linear-gradient(to bottom, #00197e, #0066cc, #ffffff);
}



.welcome_bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.features_image {
  position: relative;
  z-index: 2;
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-right: 80px;
    padding-top:80px;
    padding-bottom: 60px;
}

.welcome_blue_container{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1;
}

.container_text{
 margin-left: 80px;
 z-index: 2;
}

.container_text h1{
    max-width: 600px;
    font-size: 69px;           
    font-weight: 450;          
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 0;
    margin-top: 80px;
}

.container_text::before{
content:"";
position: absolute;
/* z-index: -5; */
display:block;
left: 40px;
top: 80px;
width: 60px;
height:60px;
border-radius: 100%;
background: linear-gradient(to bottom, #c7def5 0%, #6da6e4 50%, #ffffff 100%);
filter: blur(90px);
}


.subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 30px; 
    margin-top: 30px;
    line-height: 1.5;
}

.container_text .subheading{
  width:500px;
}

.cta-buttons{
    max-width: 450px;
    display:flex;
    gap:10px;
    margin-left: 80px;
}

.btn{
    font-size: 16px;
    font-weight: 400;
    padding: 20px 40px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.008em;
    font-family: 'Montserrat', sans-serif;

}
    
/* Стили для кнопки "Get Started" с линейным градиентом */
.cta-buttons .get-started {
    background: linear-gradient(to right, #0c0cecf3, #3759ee);    /* Линейный градиент от темного синего к светлому */
    color: white;
    
}

.cta-buttons .see-how-it-works {
    background-color: #ffffff;     /* Белый фон для кнопки "See How It Works" */
    color: #0066cc;                /* Голубой цвет текста */
    border: 1.5px solid #0066cc;      /* Граница голубого цвета */
}

/* Эффект при наведении на кнопки */
.cta-buttons .btn:hover {
    opacity: 0.8; /* Эффект наведения */
}

.anerix_logo{
    position: absolute; /* Position the logo absolutely within the container */
    bottom: -50px;
    left: 50%; /* Center the logo horizontally */
    transform: translateX(-50%); /* Adjust the centering of the logo */
}

.anerix_logo img {
    width: auto; /* Adjust the width so it doesn't stretch */
    max-width: 150px; /* Set a maximum size for the logo */
}


/* Эффект блеска Get Started */
.btn--shine {
  position: relative;
  overflow: hidden;
}

.btn--shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 90%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(0, 51, 102, 0) 0%,
    rgba(0, 102, 204, 0.3) 50%,
    rgba(0, 51, 102, 0) 100%
  );
  transform: skewX(-25deg);
}

.btn--shine.animate::before {
  animation: shine 1s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}










/* <!-- Second Page (Example of how Anerix works) --> */
.example-section {
    padding: 50px 0; /* Add some padding */
    text-align: center; /* Center the content */
}


.example_container h1{
    text-align: center;
    margin: 0 auto;
    color: rgba(11, 2, 45, 0.989);
    font-size: 3rem;   
    font-weight: 500;         
    font-family: "Inter", sans-serif; 
    letter-spacing: -0.05em;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.highlight {
    font-weight: 500; 
    background: linear-gradient(to right, #003366, #0066cc); /* Dark blue to light blue gradient */
    -webkit-background-clip: text; /* Clips the background to the text */
    background-clip: text;          /* стандартное свойство */
    color: transparent; /* Make the text color transparent to show the gradient */
}

/* Main container for the step */
.step_container {
    background: #ffffff; 
    position: relative;
    opacity: 0;
    width: 400px;
    height:120px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border: none;
    display: flex;
    align-items: center;
    padding: 30px 25px;   
    transition: transform 0.8s ease, opacity 0.8s ease;
  }

  .step_container.visible {
    opacity: 1;
  }

  /* Oval trigger with "TRIGGER" text */
  .trigger-oval {
    position: absolute;
    top: 0;                       /* привязка к верхней границе контейнера */
    left: 50%;                    /* центр по горизонтали */
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    /* background:#0046af; */
    background:#0066cc;
    color: #ffffff;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.01em;
    z-index: 1;                   /* поверх фона контейнера */
}

.step_container_left .trigger-oval {
    background-color: #0e8e7d;
  }

  
  /* Step content section */
  .step-content {
    
    display: flex;
    align-items: center;
    gap: 20px; 
    height: 100%;
  }
  
  /* Text description */
  .step_description p{
    flex: 1;
    font-size: 17px;
    line-height: 1;
    color: rgba(11, 2, 45, 0.989);
    font-family: 'Montserrat', sans-serif;
    font-weight: 340;
  }
  
  /* Avatar styling */
  .avatar-container {
    width: 80px;  /* Size of the avatar */
    height: 80px;
    border-radius: 50%;  /* Make the avatar round */
    overflow: hidden;
    flex: none;
    align-self: center;
  }
  
  .avatar_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  
  .step_container:hover {
    transform: translateY(-5px);
  }
/* Шаги Марка — прижмутся к левому краю */
.step_container_left {
    margin: 20px 0 20px 0;
    transform: translateX(-100px);
    border-color: #0e8e7d;
  }

 
  /* Шаги Системы — прижмутся к правому краю */
  .step_container_right {
    margin: 20px 0 20px auto;
    transform: translateX(100px);
    border-color: #0066cc;
  }



  /* FINAL Step */

  .step_container_middle {
    position: relative;
    width: 260px;
    height: 180px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
    /* Плавная анимация при наведении */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 6px rgba(9, 102, 205, 10.3), 0 0 6px rgba(0, 63, 179, 0.4);

    background-color: #FFFFFF;
    z-index:3;
    margin: 80px auto 20px;
    transform: translateY(100px);
}

.step_container_middle.visible {
  transform: translateY(0);
}

.step_container_middle {
    border-color: #0066cc;
    margin-top: 80px;
    z-index: 3;
}

.step_container_middle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;    
    width: 2px;    
    z-index: 2;  
  }

  .step_container_middle::after {
    display: none;
  }

.step_description .text_middle{
    font-size: 22px;        
    font-weight: 600;
    color: rgba(11, 2, 45, 0.989);
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Inter", sans-serif; 
    letter-spacing: -0.05em;
}

.text_middle_secondary{
    font-size: 20px;
    color: rgba(11, 2, 45, 0.989);
    font-family: 'Montserrat', sans-serif;
    font-weight: 340;

}

.step_container_middle .highlight {
    font-size: 70px;  
    line-height: 1.2;
  }


/* Лёгкий «подъем» и усиление тени при hover */
.step_container_middle:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
/* Типографика описания внутри middle-контейнера */
.step_container_middle .step_description p {
    color: rgba(11, 2, 45, 0.989);
    font-size: 18px;             /* Чуть крупнее для читаемости */
    font-weight: 500;            /* Средняя жирность */
    line-height: 1.2;            /* Оптимальный интерлиньяж */
    margin: 0;                   /* Сбрасываем возможные отступы */
    font-family: 'Montserrat', sans-serif;
}



/* Lines to connect the Steps */

.steps {
    position: relative;
    margin: 0 auto;
    width: 100%;
    --line-height: 0px;
    max-width:1000px;
    overflow: hidden
  }
  
  /* сама линия по центру */
  .steps::before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 80px); /* линия тянется от верха до 80px выше низа контейнера */
    left: 50%;              
    transform: translateX(-50%);
    width: 2px;                
    background: #0066cc;
    z-index: 2;
    transition: height 0.8s ease;
}
  
  .step_container {
    position: relative;    
  }
  

  /* общий «коннектор» — пунктирная линия */
  .step_container::after {
    content: '';
    position: absolute;
    top: 50%;                
    border-top: 2px dashed #0066cc;
    width: 0;                  /* изначально не видно */
    opacity: 0;                /* изначально прозрачная */
    transition: width 0.8s ease, opacity 0.8s ease;
    z-index: 2; 
    max-width: none;
}
.step_container.visible::after {
  opacity: 1;
  width: 20px;
}
  
  /*  левая линия */
  .step_container_left::after {
    left: 100%;              
    color: #0e8e7d; 
    border-top: 2px dashed #00BFA6;
}



  /* правая линия */
  .step_container_right::after {
    right: 100%;                    
    color: #0066cc;
    border-top: 2px dashed #0066cc;
}

/* FEATURES SECTION */
.automation-benefits {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .automation-benefits h2 {
        margin-bottom: 0px;
  }
  

  .features_cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
  
  .benefit-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    padding: 30px 25px;
    flex: 1 1 250px;
    max-width: 270px;
    transition: transform 0.2s ease;
  }
  
  .benefit-card:hover {
    transform: translateY(-5px);
  }
  
  .benefit-card .icon {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .benefit-card h3 {
    font-size: 18px;
    color: #003366;
    margin-bottom: 10px;
    font-weight: 340;
    
  }
  
  .benefit-card p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    font-weight: 200;
  }
  
  .icon_circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(to top, #003366, #0066cc,#0570da);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
  }
  
  .icon_img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  

/* PRICING PACKAGE */

/* ---------- Pricing Intro  ---------- */
.pricing-intro {
  background: none;
  padding-bottom: 4.5rem;
}
.pricing-intro .intro-container {
  margin: 0 auto;
  text-align: center;
}
.intro-title {
  margin-bottom: 16px;
  padding-bottom: 0px;
  
}

.intro-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(11, 2, 45, 0.8);
  margin: 0;
}


/* ---------- Pricing cards ---------- */

.pricing-packages {
  display: flex;
  flex-wrap: wrap;           /* перенос на узких экранах */
  justify-content: center; 
  gap: 24px;             
  margin: 0px auto;        
  font-family: Montserrat, sans-serif;
  

}

/* Стили карточек */
.package-card {
  flex: 1 1 300px;           /* адаптивно от 300px до max-width */
  max-width: 350px;     
  min-height: 480px;     
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease;
}

.package-logo {
  width: 24px;            /* подберите нужный размер */
  height: auto;
  vertical-align: middle; /* выровнять по тексту */
  margin-right: 8px;      /* пространство между логотипом и текстом */
  margin-left:3px;
}

/* Hover-эффект */
.package-card:hover {
  transform: translateY(-5px);
      /* более крупная, «густая» тень при наведении */
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.20), 
   0 4px 16px rgba(0, 0, 0, 0.12);
    }

/* Заголовок и цена */
.Price_card{
  background: #ffffff;
  border-radius: 12px;

}

.package-card p{
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-weight: 400;
  
}


.package-card h2 {
  color: black;
  margin: 0px;
  font-size: 1.5rem;
  font-weight: 550;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.02em;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  text-align: left;
}


.package-card .price-unit {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.package-card .price {
font-size: 16px;  
font-weight: 500;
margin-left:5px;
display: flex;
align-items: baseline;
gap: 4px;
padding-top: 15px;
padding-bottom: 10px;
}
.package-card .price-prefix {
font-size: 16px;
font-weight: 500;
color: rgb(51, 51, 51);
}
.package-card .price-amount {
font-size: 26px;   
font-weight: 650;
line-height: 1;
}
.package-card .price-unit {
font-size: 16px;
font-weight: 400;
color: #666;
}

/* Список фич */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  /* font-size: 16px; */
  color: #0b022d;
  line-height: 1.4;
}

.features-list li::before {
  content: "";
  flex: none;             /* не растёт и не сжимается */
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("./assets/Icons/filled_done_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
  /* сначала идёт иконка, затем градиент круга */
  background-image:
    url('./assets/Icons/filled_done_icon.png'),
    linear-gradient(to bottom, #0066cc 0%, #004a99 50%, #003366 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: 100% 100%, cover; 
  vertical-align: middle;
  line-height: 0;
  margin-top: 2px;
}

/* Buttons */
 .package-card {
  display: flex;
  flex-direction: column;
}

/* Блок-обёртка для кнопки */
.package-action {
  margin-top: auto;        /* прижмёт кнопку к низу карточки */
  text-align: center;      /* центрирует кнопку по горизонтали */
}

/* Стили кнопки «по образцу» See How It Works */
.btn--secondary { 
  background: linear-gradient(to bottom, #003366, #0066cc);
  color: #ffffff;                
  border: 1.5px solid #0066cc;      
  margin:20px 10px;
}

.package-card .btn--secondary:hover {
  background-color: #ffffff;
  color: #0066cc;
  background-image: none; 
  border: 1.5px solid #0066cc;
}

/* на hover у всей карточки */
.package-card:hover {
/* background-color: #0066cc; */
transition: background-color 0.3s ease, color 0.3s ease;
background: linear-gradient(to bottom, #0066cc 0%, #004a99 50%, #003366 100%);
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* все текстовые элементы внутри карточки при hover */
.package-card:hover h2,
.package-card:hover .price-prefix,
.package-card:hover .price-amount,
.package-card:hover .price-unit,
.package-card:hover p,
.package-card:hover .features-list li {
color: #ffffff !important;
}

/* если нужны буллеты списка другого цвета (например, белые кружки) */
.package-card:hover .features-list li::before {
background-color: #ffffff; /* белые буллеты */
}
/* Снимаем белый «квадрат» внутри карточки при hover */
.package-card:hover .Price_card {
background: transparent !important;
}

.package-card:hover .btn--secondary {
box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}



/* TESTIMONIAL */

/* ===== Testimonials Grid ===== */
/* ---------- Testimonials Grid Layout ---------- */
.testimonials-section {
  margin:0 auto;
  background: #ffffff;
  text-align: center;
}
.testimonials-section .container-text h2 {
  padding-bottom: 4.5rem;
}


.testimonial-card {
  position: relative;
}

/* иконка “quote” */
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 5px;    /* отступы подкорректируй под желаемое положение */
  left: 5px;
  width: 24px;  /* размер иконки */
  height: 24px;
  background: url("./assets/anerix_quote8.png") no-repeat center/contain;
}


/* 2×2 сетка с короткими и длинными в шахматном порядке */
.testimonials-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);  
gap: 24px;
margin: 0 auto;
max-width: 1100px;
}

/* 1-я карточка: узкая, колонка 1 */
.testimonials-grid > .testimonial-card:nth-child(1) {
  grid-column: 1 / 2;
}
/* 2-я карточка: широкая, колонки 2–5 (т.е. 2,3,4) */
.testimonials-grid > .testimonial-card:nth-child(2) {
  grid-column: 2 / 5;
}
/* 3-я карточка: широкая, колонки 1–4 */
.testimonials-grid > .testimonial-card:nth-child(3) {
  grid-column: 1 / 4;
}
/* 4-я карточка: узкая, колонка 4 */
.testimonials-grid > .testimonial-card:nth-child(4) {
  grid-column: 4 / 5;
}

/* выстраиваем 5 звёзд в ряд под заголовком отзыва */
.testimonial-stars {
display: flex;
justify-content: center;
gap: 6px;            /* расстояние между звёздами */
margin-top: 10px;    /* отступ сверху от .testimonial_job_title */
}

/* стили самих иконок-звёзд */
.testimonial-stars img {
width: 20px;
height: 20px;
object-fit: contain;
}



/* ---------- Card Styling ---------- */
.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(1,0,1,0.18);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease, box-shadow .2s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.testimonial-text {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  margin: 10px 0 24px;
  font-size: 13px;
  font-weight: 300;
  color: #0b022d;
}
.testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #555;
}

.testimonial_job_title{
  font-size: 13px;
}

/* ====== FAQ Section Styles ====== */
.faq-section {
  background: #ffffff;
  margin: 0 auto;
}
.faq-section .container-text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4.5rem;
}
.faq-section h2 {
  margin-bottom: 16px;
  padding-bottom: 0px;
}
.faq-section .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color:rgba(11, 2, 45, 0.8);
  margin: 0 auto;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.faq-item.open {
  box-shadow: 0 12px 32px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 450;
  color: #0b022d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 12px rgba(1, 0, 1, 0.10);
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-toggle {
  font-size: 40px;
  color: white;
  line-height: 1;

  
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}
.faq-item.open .faq-answer {
  max-height: 600px; /* достаточно для всех ответов */
  padding: 16px 24px 10px;
}
.faq-answer p,
.faq-answer ul {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  color: #555;
  line-height: 1.5;
}
.faq-answer ul {
  padding-left: 20px;
}
.faq-answer li {
  margin-bottom: 8px;
}

.faq-item {
  border: 1px solid rgba(11, 2, 45, 0.05);   
  box-shadow: 0 4px 12px rgba(1, 0, 1, 0.18);; /* мягкая тень */
}

/* Ещё более выразительная тень, когда пункт открыт */
.faq-item.open {
  border-color: rgba(11, 2, 45, 0.2); 
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ===== Круг для +/– в вопросах FAQ ===== */
.faq-question .faq-toggle {
background-color: #0066cc !important;
filter: brightness(85%) !important;  /* затемняем на 15% */
background-image: none !important;
width: 36px;
height: 36px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: none !important;
box-shadow: 0 0 0 2px rgba(0,102,204,0.4),   /* spread 2px синей полупрозрачной тени */
0 0 8px rgba(0,102,204,0.3); 
}
/* оборачиваем “+”/“−” в белый кружок внутри синего */
.faq-question .faq-toggle {
position: relative;      /* для абсолютного позиционирования псевдо-элемента */
}

/* маленький белый круг */
.faq-question .faq-toggle::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 14px;
height: 14px;
background: #ffffff;
border-radius: 50%;
z-index: 0; 

}

/* убедимся, что “+”/“−” остаётся сверху */
.faq-question .faq-toggle {
z-index: 1;

}
/* При открытом FAQ инвертируем цвета кругов */
.faq-item.open .faq-toggle {
/* большой круг становится белым */
background: #ffffff !important;
box-shadow: 0 0 0 2px rgba(0,102,204,0.6),
            0 0 12px rgba(0,102,204,0.5);
}

.faq-item.open .faq-toggle::before {
/* маленький круг меняет цвет на синий */
background-color: #0066cc !important;
filter: brightness(85%) !important;  /* затемняем на 15% */
background-image: none !important;
}

/* =============================
 Contact Section
============================== */
.contact-section {
background: #ffffff;
margin:0 auto;
}
.contact-section .container {
max-width: 1100px;
margin: 0 auto;
}

/* Header */
.contact-header {
text-align: center;
margin-bottom: 100px;
}
.contact-header h2{
padding-bottom: 0px;
}

.contact-header .highlight {
line-height: 1.2;
display: inline-block;
font-weight: 500;
}
.contact-subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
color: rgba(11, 2, 45, 0.8);
}

/* Body */
.contact-body {
display: flex;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 60px;
}
/* Форма */
.contact-form {
flex: 1 1 150px;
background: #fff;
min-width: 480px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0,0,0,0.18);
padding: 30px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}


.contact-form .form-title {
margin-bottom: 24px;
font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #0b022d;
  margin-top: 20px;
}
.contact-form form label {
display: block;
margin-bottom: 16px;
font-family: 'Montserrat', sans-serif;
line-height: 1.6;
font-size: 14px;
font-weight: 300;
color: #0b022d;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 8px 9px;
margin-top: 6px;
border: 1px solid #ccc;
border-radius: 6px;
font-family: inherit;
font-size: 14px;
}
.contact-form .checkbox {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 18px;
}
.contact-form .checkbox input {
width: 16px;
height: 16px;
}

.privacy-link {
  color: inherit;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.privacy-link:hover {
  color: #0066cc;
  text-decoration: underline !important;
  cursor: pointer;
}


.contact-form .btn--primary {
background: linear-gradient(to bottom, #003366, #0066cc);
color: #fff;
border: 1px solid #0066cc;
padding: 12px 24px;
border-radius: 30px;
font-size: 1rem;
cursor: pointer;
transition: filter .2s ease;
}
.contact-form .btn--primary:hover {
filter: brightness(1.1);
background-color: #ffffff;
color: #0066cc;
background-image: none; 
border: 1px solid #0066cc;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.contact-form .form-row {
display: flex;
gap: 16px;
}
.contact-form .form-row label {
flex: 1;
}
/* обёртка для чекбокса и кнопки */
.contact-form .form-footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 24px;   /* подрегулируйте по желанию */
}

/* чтобы чекбокс не растягивался */
.contact-form .form-footer .checkbox {
margin: 0;
flex: none;
}

/* кнопка прижата вправо */
.contact-form .form-footer .btn--primary {
margin: 0;
flex: none;
}

#thankYouMessage {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  line-height: 1.5;
}


#thankYouMessage.visible {
  display: flex;
  flex-direction: column;    
  justify-content: center;   
  align-items: center;  
}

.thank-title {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(to right, #0a423a, #0f8474);
  /* background: linear-gradient(to right, #003366, #0066cc); */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 34px;
  letter-spacing: -0.03rem;
  margin: 0 auto;
  padding-bottom: 10px;
}

.thank-subtext {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(11, 2, 45, 0.8);
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}



/* Инфоблок */
.contact-info {
flex: 1 1 350px;
}
.contact-info .info-title {
font-family: 'Inter', sans-serif;
font-size: 40px;
font-weight: 500;
color: #0b022d;
margin-bottom: 16px;
letter-spacing: -0.01rem;
}
.contact-info .info-text {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: rgba(11, 2, 45, 0.8);
padding-bottom: 20px;
width: 400px;
}

/* ===== Контактные “квадратики” в две колонки ===== */
.info-list{
max-width: fit-content;
}
.contact-info .info-list {
display: grid;
grid-template-columns: repeat(2, minmax(160px, 1fr));
gap: 16px;             /* и между строками, и между колонками */
margin: 0 0 24px;
padding: 0;
list-style: none;
}

.contact-info .info-list li {
display: flex;
align-items: flex-start;   
padding: 12px;
font-family: 'Montserrat', sans-serif;
line-height: 1.6;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.18);
font-size: 14px;
color: #0b022d;

}

/* Обёртка текста справа от иконки */
.contact-info .info-list li .info-content {
display: flex;
flex-direction: column;
justify-content: center;
}
/* Label (например, “Office:”) */
.info-label {
font-size: 14px;
color: #0b022d;
margin-bottom: 4px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}

/* Detail (например, “Remote-first…”) */
.info-detail {
font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}

.social-links {
display: flex;
}
.social-links img {
width: 22px;
height: 22px;
transition: filter 0.2s ease;
}
.info-icon:hover,
.social-links img:hover {
  filter: brightness(1.2);
}

/* Icons */

/* Контейнер-<span> вокруг иконки */
.icon-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;   /* диаметр круга */
height: 36px;
border-radius: 50%;
margin-right: 12px; /* отступ до текста */
background: linear-gradient(
  to bottom,
  #0066cc 50%,
  #004a99 100%,
  #003366 30%
);

}

.contact-info .info-list li .icon-circle {
align-self: center;
}
/* Сам SVG внутри */
.icon-circle .info-icon {
width: 50%;    
height: 50%;
object-fit: contain;
}
.contact-info .icon-circle img {
position: relative;
z-index: 1;  
filter: none !important;
}

/* ---------- Разделитель секций (линия) ---------- */
.contact-info .social-footer {
border-top: 1px solid rgba(11, 2, 45, 0.1); /* такая же, как между Features и Pricing */
display: flex;
align-items: center;
justify-content:space-between;
}

.contact-info .social-links {
width: fit-content;
padding-right: 20px;
display: flex;
gap: 8px;
padding-top: 10px;
}

.social_links_label{
color: #0b022d;
width: fit-content;
font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  width: 400px;
  padding-top: 10px;
}

/* ---------------- CTA before Footer ---------------- */

/* -----------------------------------
 1. CTA Блок перед футером
 ----------------------------------- */
 .final-cta-section {
  text-align: center;
  margin: 0 auto;
  padding-top: 0px;
}

.final-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta__title {      
  padding-bottom: 0px;     
}

.final-cta__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;            /* ~16px */
  font-weight: 400;
  color: #333333;             /* тёмно-серый */
  line-height: 1.5;
  margin-bottom: 32px;
  margin-top: 25px;
}

.final-cta__inner .btn--secondary:hover {
  background-color: #ffffff;
  color: #0066cc;
  background-image: none; 
  border: 1.5px solid #0066cc;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}



/* -----------------------------------
   2. Модальное окно (Popup)
   ----------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;      /* по умолчанию скрыто */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  display: flex;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  padding: 32px 24px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-overlay.show .modal-dialog {
  transform: translateY(0);
}

/* Кнопка закрытия (крестик) */
.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333333;
  cursor: pointer;
}

/* Заголовок внутри попапа */
.modal-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;  /* ~24px */
  font-weight: 600;
  color: #0B022D;
  margin-bottom: 16px;
  text-align: center;
}

/* Сама форма */
.modal-form {
  display: flex;
  flex-direction: column;
}

.modal-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.modal-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem; /* ~14px */
  font-weight: 500;
  color: #0B022D;
  margin-bottom: 6px;
}

.modal-form input[type="text"],
.modal-form input[type="email"],
.modal-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 10px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease;
}

.modal-form input:focus,
.modal-form textarea:focus {
  border-color: #0c0cec; /* синий акцент при фокусе */
}

.modal-form textarea {
  resize: vertical; /* разрешаем только вертикальное изменение */
}

/* Кнопка "Send Request" внутри попапа */
.modal-submit-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(to right, #0c0cec, #3759EE);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  margin-top: 8px;
}

.modal-submit-btn:hover {
  background: #fff;
  color: #0c0cec;
  box-shadow: 0 4px 12px rgba(12, 12, 236, 0.3);
}

/* Сообщение об успешной отправке */
.modal-success-message {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #0B022D;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}

/* Если нужно, чтобы модалка выглядела чуть “парящей” */
@media (prefers-reduced-motion: no-preference) {
  .modal-overlay.show .modal-dialog {
    animation: fadeInUp 0.3s ease forwards;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






/* ---------------- Footer ---------------- */
.site-footer {
/* background: linear-gradient(to right, #003366, #0066cc); */
position: relative;
background: linear-gradient(to right, #002466, #0066cc);
color: #fff;
font-family: 'Montserrat', sans-serif;
margin-top: 10rem;
box-sizing: border-box;
overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;  
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #002466 0%, #0052cc 100%);
  z-index: -1; /* кладём за содержимое */
}

/* Вся внутренняя часть футера: два контейнера */

.footer-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
padding: 60px 30px 40px;
gap: 40px;
}



/* Левый контейнер (логотип + текст) */
.footer-left {
flex: 1 1 250px; /* Можно подкорректировать min-width */
}
.footer-brand__inner {
display: flex;
align-items: center;
gap: 12px;
max-height: 100px;
}

.footer-brand__logo {
width: 60px;
height: auto;
}
.footer-brand__title {
font-family: "Montserrat", sans-serif;
font-size: 36px;
margin: 0;
color: #FFFFFF;
font-weight: 500;
letter-spacing: -0.03em;
text-decoration: none;    
padding-top: 0px;
padding-bottom: 0px;  
}

.footer-brand__text {
font-size: 0.95rem;
line-height: 1.5;
opacity: 0.8;
margin-top: 10px;
}

.footer-brand__text span {
display: block;       /* каждый span будет начинаться с новой строки */
margin: 0;
padding: 0;
}

/* Устанавливаем интерлиньяж для всего абзаца */
.footer-brand__text {
line-height: 1.5;     /* или любое другое значение, которое подходит по дизайну */
font-size: 0.95rem;   /* ваш текущий размер шрифта */
color: #fff;          /* цвет текста */
opacity: 0.8;  
padding-top: 10px;      /* если вы хотите чуть посветлее */
}


/* Добавляем отступ сверху только у второго span */
.footer-brand__text .Second_sentence {
margin-top: 5px;     /* именно этот параметр задаёт желаемый «вертикальный разрыв» */
}


/* Правый контейнер: три колонки */
.footer-right {
display: flex;
gap: 140px;
flex-wrap: wrap;
}

/* Общие стили для колонок (Quick Links, Support, Social) */


/* Заголовки колонок */
.footer-col__heading {
font-size: 1.1rem;
margin-bottom: 12px;
padding-top:5px;
}

/* Списки ссылок */
.footer-links__list {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;

}
.footer-links__list li {
margin-bottom: 12px;
}
.footer-links__list a {
color: #fff;
text-decoration: none;
font-size: 0.95rem;
opacity: 0.9;
}
.footer-links__list a:hover {
opacity: 1;
text-decoration: underline;
}

/* Социальные иконки */
.social-icons {
display: flex;
gap: 10px;
padding: 0;
margin: 0;
list-style: none;
}
.social-icons img {
width: 24px;
height: 24px;
filter: brightness(1.2);
}
.social-icons a:hover img {
filter: brightness(1.5);
}

/* Нижняя строка футера */
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
text-align: center;
padding: 16px 20px;
font-size: 0.85rem;
opacity: 0.7;
margin-top: 20px;
}



   
/* =========================================
   2. Брейкпоинты
   ========================================= */
/* Large desktop - 1340px */ 
@media (max-width: 1340px) {
  .header_container {
    gap: 615px;
  }
  .container {
    max-width: 1200px;
  }
}

/* Large desktop -------------------------------- 1263px */ 
@media (max-width: 1263px) {
  .header_container {
    gap: 520px;
  }
  .container {
    max-width: 1100px;
  }

  .container_text {
    margin-left: 45px;
  }

  .cta-buttons {
    margin-left: 45px;
  }

  .footer-right{
    gap:100px;
  }
}

/* Large desktop --------------------------------- 1160px */ 
@media (max-width: 1160px) {
  .header_container {
    font-size: 16px;
    gap: 420px;
  }
  .container {
    max-width: 1000px;
  }

.blue-container{
  min-height: 0px;
}
.container_text h1{
  font-size: 55px;
}

 .subheading {
  font-size: 13px;
}

.btn{
  padding: 20px 30px;
}

.features_image{
  max-width: 440px;
}
  h1 { font-size: 16px; }
  h2 { font-size: 2.2rem; }


.faq-list {
  max-width: 800px;
}
.contact-body {
flex-wrap: nowrap;
}
.footer-inner{
  padding: 60px 0px 20px;
}
.footer-right{
  gap:100px;
}
.contact-info .social-links {
  padding-right: 0px;
}
}

/* Large desktop -------------------------------- 1000px---- */ 
@media (max-width: 1000px) {
  .header_container {
    font-size: 16px;
    gap: 280px;
  }

  .logo_header {
    font-size: 21px;
  }

  .container {
    max-width: 860px;
  }

.blue-container{
  min-height: 0px;
  max-height: 630px;
}
.container_text h1{
  font-size: 44px;
}

.blue-container .subheading {
  font-size: 12px;
  max-width: 270px;
}

.btn{
  padding: 20px 20px;
}

.example_container h1 {
  font-size: 2.2rem;
}

.features_image{
  max-width: 380px;
  margin-right: 50px;
}
.features_cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap:1.5rem;
}

.anerix_logo {
  bottom: -18px;
}

  h1 { font-size: 16px; }
  h2 { font-size: 2.2rem; }


.faq-list {
  max-width: 800px;
}

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

.testimonials-grid > .testimonial-card {
  grid-column: auto !important;
}

.contact-body {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  gap: 1.5rem;
}

.footer-inner{
  padding: 60px 0px 20px;
}
.footer-right{
  gap:40px;
}
.contact-info .social-links {
  padding-right: 0px;
}

.contact-info .info-title{
  font-size: 2rem;
  text-align: center;
}

.contact-info .info-list {
  margin: 0 auto;
  margin-bottom: 24px;
}

.info-text{
  text-align: center;
  width: auto !important;  
}

}

/* Tablet --------------------------------------850px---- */ 
@media (max-width: 850px) {


  .header_container {
    font-size: 10px;
    gap: 390px;
  }

  .header_container.mobile-header {
    padding: 0px 0px;
    gap:210px;
  }
  .mobile-header-right {
    gap:30px;
  }
  
  .burger {
    font-size: 36px;
  }

  .header_nav {
    gap:40px;
  }

.logo_container{
  padding-left: 15px;
}

  .logo_header {
    font-size: 21px;
  }

  .container {
    max-width: 740px;
  }

.blue-container{
  min-height: 0px;
  max-height: 550px;
}

.container_text {
  margin-left: 30px;
}

.container_text h1{
  font-size: 38px;
}

.blue-container .subheading {
  font-size: 12px;
  max-width: 320px;
}
.br_welcome{
  display: none;
}

.anerix_logo {
  bottom: -16px;
}

.cta-buttons {
  margin-left: 30px;
}

.btn{
  padding: 20px 16px;
}

.example_container h1 {
  font-size: 2.2rem;
}

.step_container {
  width: 330px;
}


.step_container_middle {
  width: 260px;
}

.step_description p {
  font-size:16px;
}

.features_image{
  max-width: 320px;
  margin-right: 30px;
}
.features_cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap:1.5rem;

}

  h1 { font-size: 16px; }
  h2 { font-size: 2.2rem; }
  h3 {font-size: 16px;}


.faq-list {
  max-width: 640px;
}

.faq-question {
font-size: 18px;
}

.contact-body {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  gap: 1.5rem;
}

.footer-inner{
  padding: 60px 0px 20px;
}
.footer-right{
  gap:40px;
}

.br_footer{
  display: none !important;
}
.contact-info .social-links {
  padding-right: 0px;
}

.contact-info .info-title{
  font-size: 2rem;
  text-align: center;
}

.contact-info .info-list {
  margin: 0 auto;
  margin-bottom: 24px;
}

.info-text{
  text-align: center;
  width: auto !important;  
}

}

/* Tablet ------------------------------------------ 768px---- */ 
@media (max-width: 768px) {
  .header_container {
    gap: 0;
    justify-content: space-between;
  }

  .header_container.mobile-header {
    gap:460px;
  }

  .header_nav {
    display: none;
  }

  .mobile-header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }

  .burger {
    background: none;
    border: none;
    font-size: 30px;
    color: #0066cc;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
  }

  .logo_header {
    font-size: 20px;
  }

  .container {
    max-width: 620px;
  }

  .blue-container {
    min-height: 0px;
    max-height: 480px;
  }

  .container_text {
    margin-left: 30px;
  }

  .container_text h1 {
    font-size: 38px;
  }

  .blue-container .subheading {
    font-size: 12px;
    max-width: 320px;
  }

  .anerix_logo img {
    max-width: 120px;
}

  .anerix_logo {
    bottom: -20px;
  }
  
  .br_welcome {
    display: none;
  }

  .cta-buttons {
    margin-left: 30px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 12px;
  }

  /*  Dropdown menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.mobile-menu a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
}

.mobile-menu a:hover {
  background-color: #e6f0ff; /* такой же цвет как у .btn:hover */
  color: #0066cc; /* такой же текст, как у кнопок */
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 8px 12px;
}

.mobile-menu a {
  display: inline-block;
}

.mobile-menu.open {
  display: flex;
}

.header_container.mobile-header {
  gap: 460px;
  position: relative; 
}



/* Second Page */
  .example_container h1 {
    font-size: 1.7rem;
  }

  .trigger-oval {
    font-size: 16px;
  }

  .step_container {
    width: 280px;
  }

  .step_container_middle {
    width: 220px;
  }

  .step_container_middle .highlight {
    font-size: 60px;
  }

  .step_description .text_middle {
    font-size: 20px;
  }

  .step_description p {
    font-size: 14px;
  }
   

  /* Features Page  */
  .features_image {
    max-width: 260px;
    margin-right: 30px;
  }

  .features_cards {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1.5rem;
  }

  .intro-subtitle {
    font-size: 18px;
  }

  .btn--secondary {
    font-size: 14.5px;
    margin: 20px 30px;
    border-radius: 30px;
    padding: 20px 30px;
  }

  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 1.7rem;
  }

  .faq-list {
    max-width: 500px;
  }

  .faq-question {
    font-size: 18px;
  }

  .contact-body {
    display: grid;
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    gap: 1.5rem;
  }

  .contact-form {
    max-width: 480px;
    margin: 0 auto;
  }

  .footer-inner {
    padding: 60px 0px 20px;
  }

  .footer-brand__title {
    font-size: 1.5rem;
  }

  .footer-brand__text {
    display: none;
  }

  .footer-left {
    flex: none;
  }

  .footer-right {
    gap: 30px;
    font-size: 10px;
  }

  .br_footer {
    display: none !important;
  }

  .contact-info .social-links {
    padding-right: 0px;
  }

  .contact-info .info-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .contact-info .info-list {
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .info-text {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
}



/* Tablet -------------------------------- 620px---- */ 
@media (max-width: 620px) {
  .header_container {
    gap: 0;
    justify-content: space-between;
  }

  .header_container.mobile-header {
    gap:340px;
  }

  .header_nav {
    display: none;
  }

  .mobile-header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }

  .burger {
    background: none;
    border: none;
    font-size: 30px;
    color: #0066cc;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
  }

  .logo_header {
    font-size: 20px;
  }

  .container {
    max-width: 500px;
    padding-bottom: 5px;
  }

.blue-container{
  min-height: 0px;
  max-height: 480px;
  padding-bottom: 2rem;
}

.container_text {
  margin-left: 20px;
  padding-top: 120px;
  padding-bottom: 20px;
}

.container_text h1{
  font-size: 32px;
}

.blue-container .subheading {
  display: none;
  font-size: 12px;
  max-width: 220px;
}
.br_welcome{
  display: none;
}

.cta-buttons {
  margin-left: 20px;
}

.btn{
  padding: 10px 14px;
  font-size: 12px;
}
.anerix_logo{
  bottom: -35px;
}
.anerix_logo img {
  max-width: 100px;
}

.example_container h1 {
  font-size: 2rem;
}

.trigger-oval {
  font-size: 14px;
}

.step_container {
  width: 220px;
}

.avatar-container {
  width: 60px;
  height: 60px;
}

.step_container_middle {
  max-width: 200px;
  max-height: 160px;
}

.step_container_middle .highlight {
  font-size: 40px;
}

.text_middle_secondary {
  font-size: 16px;
}

.step_description .text_middle {
  font-size: 18px;
}

.step_description p {
  font-size:14px;
}

.features_image{
  max-width: 220px;
  margin-right: 20px;
  padding-top: 20px;
}
.features_cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap:1.5rem;

}

.intro-subtitle {
  font-size: 16px;
} 

 .btn--secondary{ 
  font-size: 14px;
  margin: 30px 60px;
  border-radius: 30px;
  
}

  h1 { font-size: 22px; }
  h2 { font-size: 1.8rem; }

  .benefit-card h3 {
    font-size: 16px;
}

  .benefit-card p {
    font-size: 14px;
}
.benefit-card {
  padding: 20px 20px;
  max-width: 240px;
} 

.package-card {
  min-height: fit-content;
}
.package-card h2 {
  font-size: 1.6rem;
}

.package-card .price-amount {
  font-size: 22px;
}

.features-list {
  font-size: 14px;
}

.testimonial-card::before {
  width: 14px;
}
.testimonial-card {
  padding: 15px;
}
.testimonials-grid {
  grid-template-columns: none;
}

.faq-section .subheading {
  font-size: 16px;
}
.faq-question .faq-toggle {
  width: 30px;
  height: 30px;
}

.faq-list {
  max-width: 460px;
}

.faq-question {
font-size: 16px;
}

.contact-body {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  gap: 1.5rem;
}
.contact-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
}

.contact-header h2{
  padding-bottom: 20px;
  }

.contact-form .form-title {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.contact-form .btn--primary {
  font-size: 0.8rem;
}

.thank-title {
  font-size: 24px;
}

.footer-inner{
  padding: 20px 0px 10px;
  gap: 20px;
}

.footer-brand__title {
  font-size: 1.5rem;
}
.footer-brand__logo {
  width: 40px;
}

.footer-brand__text {
  display: none;
}

.footer-left{
  flex: none;
}

.footer-right{
  gap:80px;
  font-size: 10px;
  flex-wrap: nowrap;
}

.footer-col__heading {
  font-size: 1rem;
}

.br_footer{
  display: none !important;
}
.contact-info .social-links {
  padding-right: 0px;
}

.contact-info .info-title{
    font-size: 1.6rem;
    text-align: center;
    padding-top: 40px;
}

.contact-info .info-list {
  margin: 0 auto;
  margin-bottom: 24px;
}

.info-text{
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.info-detail {
  font-size: 12px;
}

.final-cta__subtitle {
  font-size: 14px;
}

.footer-bottom {
  padding: 16px 40px;
}
}

/*--------------------------------- Phone - 500px---- */ 
@media (max-width: 500px) {
  .header_container {
    gap: 0;
    justify-content: space-between;
  }

  .header_container.mobile-header {
    gap: 220px;
  }

  .header_nav {
    display: none;
  }

  .mobile-header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }

  .burger {
    background: none;
    border: none;
    font-size: 30px;
    color: #0066cc;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
  }

  .logo_header {
    font-size: 20px;
  }


  .container {
    max-width: 380px;
    padding-bottom: 5px;
  }

  
    .welcome_blue_container {
      display: flex;
      flex-direction: column;
      justify-content: center; 
      align-items: center; 
      min-height: 520px;       
      text-align: center;     
    }

    /* Сделать картинку первой в потоке и дать отступ снизу */
    .welcome_blue_container .features_image {
      /* order: -1; */
      width: 100%;
      max-width: 240px;
      padding-top: 10px;
      padding-bottom: 30px;
    }
  
  
    /* Текстовый блок останется order:0 и пойдёт после картинки, перед логотипом */
    .welcome_blue_container .welcome_station {
      order: 0;
      margin-bottom: 20px;
    }
  
.blue-container{
  padding-bottom: 2rem;
  max-height: 600px;
}

.anerix_logo{
  display: none;
}

.container_text {
  padding: 0;
  margin: 0 auto;
}

.container_text h1{
  font-size: 50px;
  /* line-height: 1.5; */
  text-align: center;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;

}

.blue-container .subheading {
  display: block;
  font-size: 14px;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.blue-container{
  min-height: 520px;
}

.features_image {
  display: block;
}

.br_welcome{
  display: none;
}

.cta-buttons {
  width: fit-content;
  margin: 0 auto;
}
.blue-container .btn{
  width: 160px;
  height: 60px;
}

.btn{
  font-size: 14px;
  padding: 20px 10px;
}

.example_container h1 {
  font-size: 1.5rem;
  padding: 40px;
}

.trigger-oval {
  font-size: 14px;
  padding: 5px 15px;
}

.step_container {
  width: 260px;
  height: 120px;
  padding: 5px 10px;
}

.step_container.visible::after {
  width: 10px;
  }

.step-content{
  gap:10px;
}

.steps{
  width: 100%;
  max-width: 500px !important;
}

.avatar-container {
  width: 45px;
  height: 45px;
}

.step_container_middle {
  max-width: 200px;
  max-height: 140px;
}

.step_container_middle .step_description p{
line-height: 1;
}

.step_container_middle .highlight {
  font-size: 40px;
  font-weight: 500;
}

.text_middle_secondary {
  font-size: 16px;
}

.step_description .text_middle {
  font-size: 16px;
}

.step_description p {
  font-size:15px;
}

/* Mobile Version  */
.step_container_middle {
  padding: 10px 15px;    /* was 20px */
  margin: 60px auto 20px; /* pull it up a bit */
  width: 90%;            /* make it more responsive */
}
/* Also reset the off-axis transforms */
.step_container_left,
.step_container_right {
  transform: translateX(0) !important;
  margin: 40px auto;
}

 /* Разрешаем выход контента за границы .steps */
 .steps {
  overflow: visible !important;
}

@media (max-width: 500px) {
  /* 1) Скрываем центральную синюю полосу */
  .steps::before {
    opacity: 0 !important;
    /* или display: none; */
  }

  /* 2) Общие правки для всех connector’ов (::after) */
  .step_container::after {
    /* отключаем горизонтальные линии */
    border-top: none !important;

    /* делаем вертикальную линию снизу */
    position: absolute !important;
    top: auto !important;
    bottom: -24px !important;      /* подстройте под ваш gap между .step_container */
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: 2px !important;
    height: 20px !important;       /* равна отступу между карточками */
    opacity: 1 !important;         /* сразу видимая */
    transition: height 0.8s ease, opacity 0.8s ease !important;
  }

  /* 3) Сохраняем цвета из ваших классов left/right */
  .step_container_left::after {
    border-left: 2px dashed #00BFA6 !important;
  }
  .step_container_right::after {
    border-left: 2px dashed #0066cc !important;
  }

  /* 4) Делаем короткий сплошной синий сегмент над middle-шагом */
  .step_container_middle::before {
    content: '' !important;
    position: absolute !important;
    top: auto !important;
    bottom: calc(100% + 0px) !important; /* сразу над контейнером */
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: 2px !important;
    height: 60px !important;       /* тот же размер, что и у dashed */
    background: #0066cc !important;
    opacity: 1 !important;
  }

  /* убираем ненужный псевдо-элемент under middle */
  .step_container_middle::after {
    display: none !important;
  }
}

/* Убираем пунктирную линию из последнего контейнера */
.steps > .step_container:nth-last-child(2)::after {
  display: none !important;
}

.features_cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap:1rem;
  padding-left: 10px;
  padding-right: 10px;
}

.icon_circle {
  width: 45px;
  height: 45px;
}

.icon_img {
  width: 24px;
  height: 24px;
}

.mobile-br {
  display: block;
}

.intro-subtitle {
  font-size: 15px;
} 

 .btn--secondary{ 
  font-size: 14px;
  margin: 15px 30px;
  border-radius: 18px;
}

  h1 { font-size: 18px; }
  h2 { font-size: 1.8rem; }

  .benefit-card h3 {
    font-size: 16px;
}

  .benefit-card p {
    font-size: 14px;
}
.benefit-card {
  padding: 10px 10px;
  max-width: 240px;
} 

.package-card {
  min-height: fit-content;
    max-width: 280px;
}
.package-card h2 {
  font-size: 1.5rem;
}

.package-card p {
  font-size: 14px;
  font-weight: 400;
}

.package-card .price {
  font-size: 16px;
}

.package-card .price-amount {
  font-size: 20px;
}

.features-list {
  font-size: 13px;
}

.features-list li::before {
  width: 15px;
  height: 15px;
}


.btn--secondary {
 font-size: 13px;
 margin: 20px 50px;
 padding: 8px 12px;
 border-radius: 15px;
}

.testimonial-card::before {
  width: 14px;
}
.testimonial-card {
  padding: 12px;
}

.testimonial-text {
  font-size: 13px;
}

.testimonial-author {
  font-size: 12px;
}

.testimonial_job_title {
  font-size: 13px;
}


.testimonial-stars img {
  width: 16px;
  height: 16px;
}

.testimonials-grid {
  grid-template-columns: 1fr !important;
}

.testimonials-grid > .testimonial-card {
  grid-column: auto !important;
}


.faq-section .subheading {
  font-size: 15px;
}
.faq-question .faq-toggle {
  width: 30px;
  height: 30px;
}

.faq-list {
  max-width: 400px;
}

.faq-question {
font-size: 14.5px;
padding-left: 10px;
padding-right: 10px;
}

.faq-answer p{
  font-size: 13px;
}

.contact-body {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  gap: 1.5rem;
}

.contact-subtitle {
  font-size: 15px;
  padding-top: 20px;
}

.contact-form {
  margin: 0 auto;
  padding: 10px;
  min-width: 400px;
}

.contact-form .form-title {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}

.contact-form .btn--primary {
  font-size: 0.8rem;
}

.contact-info .info-text {
  font-size: 14px;
  padding-bottom: 40px;
} 

.thank-title {
  font-size: 22px;
}

.info-label {
  font-size: 14px;
  font-weight: 300;
}

.footer-inner{
  padding: 20px 0px 10px;
  gap: 20px;
}

.footer-brand__title {
  font-size: 1.2rem;
}
.footer-brand__logo {
  width: 40px;
}

.footer-brand__text {
  display: none;
}

.footer-left{
  flex: none;
}

.footer-right{
  gap:80px;
  font-size: 10px;
  flex-wrap: nowrap;
}

.footer-col__heading {
  font-size: 14px;
}

.br_footer{
  display: none !important;
}
.contact-info .social-links {
  padding-right: 0px;
}

.contact-info .info-title{
  font-size: 1.6rem;
  text-align: center;
  padding-top: 40px;
}

.contact-info .info-list {
  margin: 0 auto;
  margin-bottom: 24px;
  grid-template-columns: 1fr;
}
.contact-info .info-list li .icon-circle {
  line-height: 1.2;
}

.social_links_label {
  font-size: 14px;
}

.contact-info .social-footer {
  max-width: 400px;
}

.info-text{
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.info-detail {
  font-size: 14px;
}

.final-cta__subtitle {
  font-size: 15px;
}

.final-cta__inner .btn--secondary{
  font-size: 14px;
  padding: 10px 14px;
}

.footer-bottom {
  padding: 16px 40px;
  font-size: 0.65rem;
}
.footer-links__list a {
  font-size: 12px;
}


.social-icons img {
  width: 15px;
  height: 15px;
}

.footer-right {
  gap: 50px;
  margin: 0 auto;
}

}

/*--------------------------------- PHONE - 400px---- */ 
@media (max-width: 400px) {

  .header_container {
    gap: 0;
    justify-content: space-between;
  }

  .header_container.mobile-header {
    gap: 0px;
  }

.logo_container{
  flex: 1;
}

  .header_nav {
    display: none;
  }

  .mobile-header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 0;
  }

  .burger {
    background: none;
    border: none;
    font-size: 30px;
    color: #0066cc;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
  }

  .logo_header {
    font-size: 19px;
  }

  .container {
    max-width: 360px;
    padding-bottom: 5px;
  }

  .welcome_blue_container {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    min-height: 520px;       
    text-align: center;     
  }
  
    /* Сделать картинку первой в потоке и дать отступ снизу */
    .welcome_blue_container .features_image {
      width: 100%;
      max-width: 240px;
      padding-top: 10px;
      padding-bottom: 30px;
    }
  
  
    /* Текстовый блок останется order:0 и пойдёт после картинки, перед логотипом */
    .welcome_blue_container .welcome_station {
      order: 0;
      margin-bottom: 20px;
    }
  
.blue-container{
  padding-bottom: 2rem;
  max-height: 600px;
  max-width: 100%;
}

.anerix_logo{
  display: none;
}

.container_text {
  padding: 0;
  margin: 0 auto;
}

.container_text h1{
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}


.blue-container .subheading {
  font-size: 14px;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.blue-container{
  min-height: 520px;
}

.features_image {
  display: block;
}

.br_welcome{
  display: none;
}

.cta-buttons {
  width: fit-content;
  margin: 0 auto;
}
.blue-container .btn{
  width: 160px;
  height: 60px;
}

.btn{
  font-size: 14px;
  padding: 20px 10px;
}


.example_container h1 {
  font-size: 1.5rem;
  padding: 40px;
}

.trigger-oval {
  font-size: 14px;
  padding: 5px 15px;
}

.step_container {
  width: 260px;
  height: 120px;
  padding: 5px 10px;
}

.step_container.visible::after {
width: 5px;
}
.step-content{
  gap:10px;
}

.avatar-container {
  width: 45px;
  height: 45px;
}

.step_container_middle {
  max-width: 200px;
  max-height: 140px;
}

.step_container_middle .step_description p{
line-height: 1;
}

.step_container_middle .highlight {
  font-size: 35px;
}

.text_middle_secondary {
  font-size: 16px;
}

.step_description .text_middle {
  font-size: 16px;
}

.step_description p {
  font-size:14px;
}

.features_cards {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap:1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.icon_circle {
  width: 45px;
  height: 45px;
}

.icon_img {
  width: 24px;
  height: 24px;
}

.mobile-br {
  display: block;
}

.intro-subtitle {
  font-size: 14px;
} 

 .btn--secondary{ 
  font-size: 14px;
  margin: 20px 30px;
  padding: 8px 12px;
  border-radius: 15px;
}

  h1 { font-size: 14px; }
  h2 { font-size: 1.6rem;
  line-height: 1.3; }

  .benefit-card h3 {
    font-size: 14.5px;
}

  .benefit-card p {
    font-size: 14px;
}
.benefit-card {
  padding: 8px 10px;
  max-width: 240px;
  height: 230px;
} 

.package-card {
  gap: 0;
  min-height: fit-content;
}
.package-card h2 {
  font-size: 1.3rem;
}

.package-card p {
  font-size: 14.5px;
  font-weight: 400;
  padding-bottom: 1rem;
}

.package-card .price {
  font-size: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.package-card .price-amount {
  font-size: 20px;
}

.pricing-packages .btn--secondary{
margin: 20px 50px;
}

.features-list {
  font-size: 14px;
}

.automation-benefits h2 {
  margin-bottom: 0px;
  margin: 0 16px;
}

.features-list li::before {
  width: 15px;
  height: 15px;
}


.testimonial-card::before {
  width: 14px;
}
.testimonial-card {
  padding: 16px;
}

.testimonial-text {
  font-size: 14px;
}

.testimonial-author {
  font-size: 13px;
}

.testimonial_job_title {
  font-size: 14px;
}


.testimonial-stars img {
  width: 16px;
  height: 16px;
}

.testimonials-grid {
  grid-template-columns: 1fr !important;
  max-width: 320px;
}

.testimonials-grid > .testimonial-card {
  grid-column: auto !important;
}


.mobile-br {
  display: block;
}

.faq-item{
  margin: 0px 0px;
}

.faq-section .subheading {
  font-size: 16px;
}
.faq-question .faq-toggle {
  width: 20px;
  height: 20px;
}

.faq-question .faq-toggle::before {
  width: 8px;
  height: 8px;
}

.faq-list {
  max-width: 390px;
    gap: 16px;
}

.faq-question {
font-size: 14px;
padding-left: 5px;
padding-right: 10px;
font-weight: 500;
}

.faq-answer p{
  font-size: 14px;
}

.faq-item.open .faq-answer {
  padding: 16px 10px 10px;
}

.contact-body {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  gap: 4rem;
}

.contact-subtitle {
  font-size: 16px;
  padding-top: 20px;
}

.contact-form {
  margin: 0 auto;
  padding: 10px;
  min-width: 300px;
}

.contact-form .form-title {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.contact-form .btn--primary {
  font-size: 14px;
}

.contact-info .info-text {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 2.5rem;
} 



.thank-title {
  font-size: 20px;
}

.info-label {
  font-size: 15px;
}

.footer-inner{
  max-width: 360px;
  padding: 20px 0px 10px;
  gap: 20px;
}

.footer-brand__title {
  font-size: 1.3rem;
}
.footer-brand__logo {
  width: 40px;
}

.footer-brand__text {
  display: none;
}

.footer-left{
  flex: none;
}

.footer-right{
  gap:40px;
  font-size: 10px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.footer-col__heading {
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-bottom {
  margin: 0px;
}

.br_footer{
  display: none !important;
}
.contact-info .social-links {
  padding-right: 0px;
}

.contact-info .info-title{
  font-size: 1.4rem;
  text-align: center;
}

.contact-info .info-list {
  margin: 0 auto;
  margin-bottom: 24px;
  grid-template-columns: 1fr;
}
.contact-form .form-row {
  display:block;
}
.contact-form .form-footer {
  display: block;
}

.contact-form form label {
  margin-bottom: 20px !important;
  font-size: 15px;
}

.contact-info .info-list li .icon-circle {
  line-height: 1.2;
}

.social_links_label {
  font-size: 14px;
}

.contact-info .social-footer {
  max-width: 300px;
}

.info-text{
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.info-detail {
  font-size: 14px;
}

.final-cta__subtitle {
  font-size: 16px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.footer-bottom {
  padding: 16px 40px;
  font-size: 0.65rem;
}

.footer-links__list li {
  margin-bottom: 13px;
}

.footer-links__list a {
  font-size: 12px;
}

.social-icons img {
  width: 15px;
  height: 15px;
}
html, body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 360px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

}





/* POLICY PAGE 800px  */
.privacy-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
}
@media (max-width: 1024px) {
  .privacy-section {
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
  }
  .privacy-section h1 {
    font-size: 24px;
  }
  .privacy-section h2 {
    font-size: 18px;
  }
  .privacy-section p,
  .privacy-section ul li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .privacy-section {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
  }
  .privacy-section h1 {
    font-size: 20px;
  }
  .privacy-section h2 {
    font-size: 16px;
  }
  .privacy-section p,
  .privacy-section ul li {
    font-size: 14px;
  }
  .privacy-section ul {
    margin-left: 1em;
  }
}

@media (max-width: 480px) {
  .privacy-section {
    max-width: 95%;
    margin: 10px auto;
    padding: 15px;
  }
  .privacy-section h1 {
    font-size: 16px;
  }
  .privacy-section h2 {
    font-size: 14px;
  }
  .privacy-section p,
  .privacy-section ul li {
    font-size: 13px;
  }
  .privacy-section ul {
    margin-left: 0.8em;
  }
}

/* ---------- Terms and Conditions Responsive Styles ---------- */

@media (max-width: 1024px) {
  .terms-section {
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
  }
  .terms-section h1 {
    font-size: 24px;
  }
  .terms-section h2 {
    font-size: 18px;
  }
  .terms-section p,
  .terms-section ul li {
    font-size: 15px;
  }
}


@media (max-width: 768px) {
  .terms-section {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
  }
  .terms-section h1 {
    font-size: 20px;
  }
  .terms-section h2 {
    font-size: 16px;
  }
  .terms-section p,
  .terms-section ul li {
    font-size: 14px;
  }
  .terms-section ul {
    margin-left: 1em;
  }
}


@media (max-width: 480px) {
  .terms-section {
    max-width: 95%;
    margin: 10px auto;
    padding: 15px;
  }
  .terms-section h1 {
    font-size: 16px;
  }
  .terms-section h2 {
    font-size: 14px;
  }
  .terms-section p,
  .terms-section ul li {
    font-size: 13px;
  }
  .terms-section ul {
    margin-left: 0.8em;
  }
}

/* === ДЕСKTOP-FIRST: скрываем бургер на всех экранах ≥769px === */
@media screen and (min-width: 769px) {
  /* прячем сам контейнер с иконкой бургер-меню */
  header .mobile-header-right {
    display: none !important;
  }
  /* и прячем выпадающее мобильное меню, если оно вдруг открыто */
  header .mobile-menu {
    display: none !important;
  }
}

/* === MOBILE: включаем бургер только на экранах ≤768px === */
@media screen and (max-width: 768px) {
  header .mobile-header-right {
    display: flex !important;
  }
}

/* === для устройств шириной до 500px === */
@media (max-width: 500px) {
  .blue-container {
    height: 100vh !important;
    overflow: hidden;
  }
  .blue-container .welcome_bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* при необходимости скорректировать положение: */
    object-position: center top !important;
  }
}

/* === для устройств шириной до 400px === */
@media (max-width: 400px) {
  .blue-container {
    height: 100vh !important;
  }
  .blue-container .welcome_bg {
    /* может понадобиться чуть сдвинуть фон повыше/пониже: */
    object-position: center 20% !important;
  }
}



