@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.cdnfonts.com/css/muller');


:root {
    --primary: #8A88EB;
    --primary-dark: #23092e;
    --secondary: #605EB3;
    --text: #222222;
    --bg: rgba(254, 254, 254, 1);
    --surface: #FFFFFF;
    --border: #E9ECEF;
    --gray: #6C757D;
    --transition: all 0.3s ease;
        --principle:rgba(255, 255, 255, 0.8);
        --audit:rgba(255, 255, 255, 1);
	--back404:url('/wp-content/themes/artcly_ready/image/404bgw.png');
	--backTHX:url('/wp-content/themes/artcly_ready/image/thxBG.png');


    /* Дополнительные переменные */
    --header-bg: var(--surface);
    --card-bg: var(--surface);
    --footer-bg: #424657;
    --input-bg: var(--surface);
    --input-text: var(--text);
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
    --gardient: linear-gradient(90deg, 
                transparent 0%,
                rgb(10, 10, 10) 50%,
                rgb(108, 106, 106) 85%,
                transparent 100%);
    --checkbox:rgba(7, 22, 35, 1);
	
}

/* Темная тема */
[data-theme="dark"] {
    --primary: #a5a4f3;
    --primary-dark: #1a0825;
    --secondary: #8a88eb;
    --text: #ffffff;
    --bg:rgba(0, 16, 28, 1);
    --surface:linear-gradient(rgba(7, 22, 35, 1), rgba(6, 18, 31, 1));
    --border: #444444;
    --gray: #888888;
    --principle:rgba(66, 70, 87, 0.5);
    --header-bg: #2d2d3f;
    --card-bg: #2d2d3f;
    --footer-bg: #1a1a2e;
    --input-bg: #3d3d50;
    --input-text: #ffffff;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.4);
    --gardient: linear-gradient(90deg, 
                transparent 0%,
                rgba(244, 242, 242, 1) 50%,
                rgba(255, 252, 252, 1) 85%,
                transparent 100%);
        --checkbox:rgba(255, 255, 255, 0.6);
        --audit:#2b2d3c;
	--back404:url('/wp-content/themes/artcly_ready/image/404bgd.png');

}   

 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
              font-family: 'Montserrat', sans-serif;
      background-color: var(--surface);
      color: var(--text-primary);
      transition: all 0.3s ease;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.6;
    }
        
    h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.4;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
        
      .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 60px 0;
}
p {
  font-size: 16px;
  margin-bottom: 20px;
}
ul {
  padding-left: 20px;
}
ul li {
  font-size: 16px;
}
        
        /* Header Styles */
       .header {
    background-color: var(--header-bg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    transition: var(--transition);
}
  .slide-caption {
            position: absolute;
            bottom: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            color: white;
            padding: 20px;
            border-radius: 0 0 8px 8px;
        }
        .slide-caption h3 {
            color: white;
        }
.breadcrumbs {
            margin-bottom: 60px;
            font-size: 14px;
            opacity: 0.8;
            color:var(--gray);
        }
        
        .breadcrumbs a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.3s;
        }
        
        .breadcrumbs a:hover {
            opacity: 0.7;
            text-decoration: underline;
        }
.section-titl {
  font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #e9e9e9;
    margin: 0;
    max-width: 1046px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
        
       .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.underline {
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 1px;
            background: var(--gardient);
            transition: all 0.3s;
        }

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

.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
}

.logo-accent {
    background-color: #605EB3;
    color: white;
    padding: 2px 6px;
    border-radius: 1px;
    margin-left: 2px;
}

.logo-divider {
    width: 1px;
    height: 30px;
    background-color: var(--border);
    margin: 0 10px;
}

.logo-subtext {
    font-size: 14px;
    color: var(--text);
}
  .work-time {
    font-size: 14px;
    color: var(--text);
    text-align: left;
}

.contacts {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone {
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
}

.icons {
    display: flex;
    gap: 15px;
}

.icon {
    width: 24px;
    height: 24px;
    background-color: var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
        /* Стиль кнопки "Подробнее" */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-more:hover {
  color: var(--primary); /* чуть темнее при наведении */
      transform: translateX(3px);

  text-decoration: none;
}

.btn-more svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.cta-button,
.consultation-btn,
.order-button {
  position: relative; /* ← ЭТО ОБЯЗАТЕЛЬНО! */
  width: 192px;
  height:48px;
  background-color: rgba(96, 94, 179, 1); /* #605EB3 */
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  margin: 10px 0 10px;
  text-decoration: none;
}

.cta-button:hover,
.consultation-btn:hover,
.order-button:hover {
transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
      background-color: #6c6ac5;
}
.cta-button:active,
.consultation-btn:active,
.order-button:active {
transform: translateY(1px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);        
}


@media (max-width: 992px) {
  h1 { font-size: 64px; }
  h2 { font-size: 36px; }
}

@media (max-width: 768px) {
  h1 { font-size: 46px; }
  h2 { font-size: 28px; }
  p { font-size: 16px; }
}

@media (max-width: 480px) {
  h1 { font-size: 36px; }
  h2 { font-size: 22px; }
  h3 { font-size: 20px; }
  p { font-size: 14px; }
  .cta-button,
  .consultation-btn,
  .order-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}

  .order-btn:active {
            transform: translate(1px);
        }
        
        .order-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }
        
        .order-btn:hover::before {
            left: 100%;
        }

.nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
}

.nav-item {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
    color: var(--text);
    margin-top:10px;
}

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

.nav-item.v::after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
}
        
        /* Hero Section */
     /* Слайдер */
.hero-slider {
  position: relative;
  width: 100%;
  height: 75vh;       /* фиксированная высота на десктопе */
  overflow: hidden;
}

/* Контейнер слайдов */
.slides-container {
  display: flex;
  flex-direction: column;  /* вертикальные слайды */
  height: 100%;
  transition: transform 0.5s ease;
}

/* Каждый слайд */
.hero-slide {
  height: 100%;            /* занимает весь контейнер на десктопе */
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.slides-container {
  display: flex;
  flex-direction: column; /* слайды идут вертикально */
  height: 100%;
  transition: transform 1.2s ease-in-out; /* плавность */
}

.hero-slide {
  flex: 0 0 100%; /* каждый занимает 100% высоты */
  width: 100%;
    display: flex;
  flex-direction: column;
  justify-content: flex-start; /* выравнивание по верху */
  align-items: flex-start; /* выравнивание по левому краю */
  position: relative;
}

        .slide-navigation {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: none;
            gap: 15px;
            z-index: 10;
        }
        

 .hero {
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
}

        .slide-marketing {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .slide-development {
           background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1551650975-87deedd944c3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .slide-ads {
             background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .slide-design {
             background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1561070791-2526d30994b5?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .slide-integration {
             background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .slide-seo {
             background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            position: relative;
            z-index: 2;
            gap: 40px;
        }
        
        .hero-text-content {
            flex: 1;
            max-width: 750px;
        }

    .services-card,
    .case-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* растягиваем содержимое */
        padding: 0px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
/* Общий контейнер карточек */
.reviews-carousel .review-item {
  position: absolute !important;
  top: 50% !important;
  width: 300px !important;
  height: 415px !important;
  transition: transform 0.8s ease, opacity 0.35s ease, z-index 0.35s ease;
  cursor: pointer;
}

/* Карточка */
.reviews-carousel .review-item > div {
  overflow: hidden;
}

/* Картинка */
.reviews-carousel .review-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
  pointer-events: none;
}

        /* Кнопка всегда прижата к низу */
        .services-card .consultation-btn,
        .case-card .consultation-btn {
        margin-top: auto;
        align-self: left; 
        }
       .hero-text {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0px;

  /* Цвет через градиент */
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  position: relative;
  display: inline-block;
}
        
.hero-subtitle {
  font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #e9e9e9;
    margin: 0;
  max-width: 100%;       /* ✅ ограничиваем шириной экрана */
  word-wrap: break-word; /* ✅ перенос длинных слов */
  overflow-wrap: break-word;
  text-align: left;   
    }

    .hero-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
  max-width: 100%;       /* ✅ адаптив */
        }

        .stats-container {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0px;
            flex-wrap: wrap;
            max-width: 619px;

        }
        
        .description {
            flex: 1;
            min-width: 10px;
            text-align: left;
        }
        
       .stat-number {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 0px;
   line-height: 1.4;
    letter-spacing: 0px;
}
    
        
        .stat-label {
                font-family: "Montserrat", sans-serif;
            font-size: 14px;
              line-height: 1.4;
                  font-weight: 600;
letter-spacing: 0px;
max-width: 191px;
margin-bottom: 50px;
        }
        
        /* Кнопка с эффектом */
        .audit-submit,
       .consultation-btn {
position: relative; /* ← ЭТО ОБЯЗАТЕЛЬНО! */
display: inline-block;
  width: 282px;
  height: 64px;
  background-color: rgba(96, 94, 179, 1); /* #605EB3 */
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Muller', sans-serif;
  font-size: 16px;
  font-weight:600;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
    line-height: 64px; /* чтобы текст был по центру по вертикали */
    text-decoration: none;
}
.audit-submit:hover,
.consultation-btn:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
      background-color: #6c6ac5;
        
}
        .audit-submit:active,
        .consultation-btn:active {
transform: translateY(1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);        }

        @keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
.view-all-btn::after,
.cta-button::after,
.order-button::after,
.quiz-button::after,
.audit-submit::after,
    .consultation-btn::after {
  content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 60px;
    height: 100px;
    background-color: #fff;
    filter: blur(30px);
    transform: skewX(130deg) translateZ(0);
    transition: 1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-delay: 0.05s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
        .services-list {
             display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    width: 100%;
        }
      }
        
        /* Вертикальная линия */
        .services-list::before {
            content: '';
            position: absolute;
            right: 0px;
            top: 0;
            bottom: 0;
            width: 1px;
  background: linear-gradient(
                to bottom,
                transparent 0%,
                rgba(255, 255, 255, 0.3) 15%,
                rgba(255, 255, 255, 0.3) 95%,
                transparent 100%
            );            z-index: 1;
        }
        
        .service-item {
    padding: 30px 25px 15px 0px;
    text-align: right;
    transition: var(--transition);
    font-weight: 600;
    color: white;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    letter-spacing: 0px;
    width: fit-content; /* подгоняем ширину под текст */
    margin-left: auto;  /* при text-align:right */
}

/* кружочки на линии */
.service-item::before {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: var(--transition);
    z-index: 3;
}
.desctop-only {
    display: none;
}

/* Показываем br только на десктопе */
@media (min-width: 769px) {
    .desctop-only {
        display: block;
    }
}
@media (max-width: 768px){
.section-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: -1.5px;
    margin-top: 40px;
    max-width: 300px;    }
}
/* Подчеркивание */
.service-item::after {
    content: "";
    position: absolute;
    right: 25px;          /* отступ как в тексте */
    bottom: 0;
    height: 1px;
    width: calc(100% - 25px); /* по ширине текста */
    background: linear-gradient(
        to right,
        transparent 0%,
        currentColor 15%,
        currentColor 85%,
        transparent 100%
    );
    transition: background-color var(--transition);
}

/* Активный элемент */
.service-item.active {
    color: var(--primary);
}

/* При наведении */
.service-item:hover {
    color: var(--primary);
}
.service-item:hover::before {
    background: var(--primary);
    border-color: white;
}
.service-item:hover::after {
    background: linear-gradient(
        to right,
        transparent 0%,
        var(--primary) 15%,
        var(--primary) 85%,
        transparent 100%
    );
}
@media (max-width: 992px) {
  .services-list {
  display: none;
  }
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;       /* фиксированная высота на десктопе */
  overflow: hidden;
}

.stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 160px;
  margin-bottom: 20px;
}
  .services-list::before {
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(255, 255, 255, 0.3) 15%,
      rgba(255, 255, 255, 0.3) 85%,
      transparent 100%
    );
  }

    .service-item {
    padding: 18px 10px;
    text-align: center;
    margin: 0;
    width: auto;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  /* кружочки теперь снизу */
  .service-item::before {
    top: auto;
    bottom: -3px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  /* подчёркивание адаптируем */
  .service-item::after {
    right: 0;
    bottom: 12px;
    left: 0;
    width: 100%;
  }
}
  .principles {
  padding: 20px 0;
}

.principles .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.principles .section-title {
  text-align: left;
  margin-bottom: 24px;
  font-weight: 600;
  
}

.principles p {
  color: var(--text);
  max-width: 600px;
  margin-bottom: 40px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Карточка */
.principle-card {
  background: var(--principle);
  border-radius: 6px;
  padding: 30px;
  position: relative;
  transition: transform .3s ease;
  backdrop-filter: blur(7.1px);
box-shadow: 0px 4px 13.4px 0px rgba(0, 0, 0, 0.25);
}

.principle-card:hover {
  transform: translateY(-5px);
}

/* Номер (по умолчанию — в углу) */
.principle-number {
  font-family: 'Oswald', sans-serif; 
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 500;
  color: #8A88EB;
}

/* Заголовки */
.principle-card h3 {
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding-right: 60px;
  width: 455px;
  line-height: 1.4;
  letter-spacing: 0;
}

/* Списки */
.principle-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text);
}

.principle-card li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.principle-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #8A88EB;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .principles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .principles-grid {
    display: block; /* ✅ без сетки, одна под другой */
  }

  .principle-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  /* Номер сверху */
  .principle-number {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 40px;
    margin-bottom: 12px;
    justify-content: flex-start;
  }

  .principle-card h3 {
    font-size: 18px;
    width: 100%;              /* ✅ занимает всю ширину контейнера */
    max-width: 100%;          /* ✅ ограничение */
    padding-right: 0;         /* убираем лишний отступ */
    margin-bottom: 20px;
    text-align: left;
    word-wrap: break-word;    /* перенос длинных слов */
    overflow-wrap: break-word;/* перенос длинных слов */
  }

  .principle-card li {
    font-size: 14px;
  }
}

@media (max-width:380px) {
  .hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;       /* фиксированная высота на десктопе */
  overflow: hidden;
}
  
}


        /* Benefits Section */
        .benefit {
            background-color: var(--surface);
            padding: 100px 0;
        }
        
        .benefit-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.benefits-item {
  flex: 1 1 0;
  border-radius: 12px;
  padding: 0px;
  text-align: left;
  color:var(--text);
}

.benefits-item img {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .benefit-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .benefits-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 640px) {
  .benefit-container {
    flex-direction: column;
  }
  .benefits-item {
    flex: 1 1 100%;
  }
  .benefits-item h3 {
    font-size: 1rem;
  }
  .benefits-item p {
    font-size: 0.9rem;
  }
}
        
       
        
        .benefits-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        /* Services Section */
        .services {
            padding: 10px 0;
                  color: var(--surface);

        }
        
       .services-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 60px;
}

.service-card {
    background: var(--principle);
    padding: 10px;
    color:var(--text);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
        border-radius: 8px;

}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}


.service-header {
    display: flex;
    color: var(--text);
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

       .service-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.service-price {
    font-size: 22px;
    font-weight: 500;
    margin-top: -120px;
    margin-left: 156px;
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 1px lighter;
    text-underline-offset: 4px;
    text-decoration-color: var(--primary);
}
       .services-card {
    background-color: var(--card-bg);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border);
}

.services-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

       .services-card h3{
        font-size:21px;
       }

        .services-card:nth-child(odd) {
            background: rgba(66, 70, 87, 1);
  transition: transform .3s ease;
  backdrop-filter: blur(7.1px);
  box-shadow: -9px -11px 28.4px 0px rgba(255, 255, 255, 0.13) inset;
    width: 384px;
    padding:10px;
        }
        
        .services-card:nth-child(even) {
            background: #474686;
  transition: transform .3s ease;
  backdrop-filter: blur(7.1px);
  box-shadow: -9px -11px 28.4px 0px rgba(255, 255, 255, 0.13) inset;
    width: 384px;
        padding:10px;

        }
                @media (max-width: 576px) {
                          .services-card:nth-child(odd),
                          .services-card:nth-child(even) {
                            width: auto;}
.service-price {
    margin-left: 135px;
}
 .services-grid {
    margin-bottom:0;
 }
                }

        .service-features {
            list-style: none;
            padding: 0;
            flex-grow: 1;
        }
        
        .service-features li {
    padding: 8px 0;
    color: rgba(238, 236, 236, 1);
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px; /* регулируй по центровке */
    width: 4px;   /* ширина круга */
    height: 4px;  /* высота круга */
    background: rgba(238, 236, 236, 1);
    border-radius: 50%; /* круг */
}

    .service-btn {
    display: flex;
    align-items: left;
    justify-content: left;
    text-decoration: none;
    color: White;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-top: auto;
    padding: 10px 0;
    font-size: 1.1rem;
}
/* По умолчанию скрываем */
.services-slider-controls {
  display: none;
}
 .view-all-btn {
position: relative; /* ← ЭТО ОБЯЗАТЕЛЬНО! */
display: inline-block;
  width: 282px;
  height: 64px;
  background-color: rgba(96, 94, 179, 1); /* #605EB3 */
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Muller', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
    line-height: 64px; /* чтобы текст был по центру по вертикали */
    text-decoration: none;

        }
        
        .view-all-btn:hover {
        transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
      background-color: #6c6ac5;
        }

        .view-all-btn:active {
transform: translateY(1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);        }

/* На мобильных показываем */
@media (max-width: 768px) {
  .services-slider-controls {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin: 15px 0;
  }
}
/* --- Mobile Slider --- */
@media (max-width: 768px) {
  .services-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px 0;
    scroll-behavior: smooth;
  }

  .service-card {
    flex: 0 0 47%;
        scroll-snap-align: start;
            border-radius: 4px;

  }


  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-slider-controls {
    margin-top: 10px;
  }

  .slider-btn {
    background: rgba(66, 70, 87, 0.8);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 50%;
    box-shadow: var(--shadow);
    transition: background 0.3s;
  }

  .slider-btn:hover {
    background: rgba(66, 70, 87, 1);
  }
}

.process-bar {
  position: relative;
  margin: 40px 0;
}

.process-line {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
}

.process-dots {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.process-dot {
  width: 20px;
  height: 20px;
  background: #8A88EB;
  border-radius: 50%;
  flex-shrink: 0;
}

.process-items {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.process-item {
  text-align: center;
  flex: 1;
  font-size: 14px;
}

/* 📱 Мобильный адаптив */
@media (max-width: 768px) {
  .process-item {
    text-align: left;
    font-size: 28px;
  }
}



        .project-image {
            width: 100%;
            height: 120px;
            margin: 15px 0;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            position: relative;
           
        }
        
        .project-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .project-image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(45deg, #8A88EB, #6A67D2);
            color: white;
            font-weight: bold;
            border-radius: 8px;
        }
        
        .service-btn:hover {
            color: #8A88EB;
        }
        
        .service-btn span {
            margin-right: 10px;
        }
        
        .service-btn i {
            transition: transform 0.3s ease;
            font-weight: bold;
        }
        
        .service-btn:hover i {
            transform: translateX(5px);
        }
        
        /* Blog Section */
        .blog {
            background-color: var(--bg);
        }
        
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .blog-card {
            background: var(--surface);
            overflow: hidden;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

            transition: var(--transition);
        }
        
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        #phone, #email , #name {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    background-color: transparent; /* тёмный фон как у textarea */
    color: white; /* цвет текста */
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    box-sizing: border-box;
}

#phone::placeholder {
    color: #8a8aa0; /* цвет placeholder как у textarea */
}

#phone:focus {
    border: 1px solid #6c63ff; /* рамка при фокусе, совпадает с textarea */
}

/* Desktop Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Blog Card */
.blog-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  position: relative;
  height: 380px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.blog-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.blog-image::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.46) 70%, transparent 100%);
  z-index: 1;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 25px;
  z-index: 2;
  color: white;
}

.blog-date {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.blog-title {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .blog-card { height: 350px; }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .section-titl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  /* Горизонтальный скролл */
  .blog-grid {
    display: flex;
    overflow-x: auto;
    gap: 0px;
    padding-bottom: 10px;
  }

  .blog-card {
    min-width: 85%;
    height: 300px;
  }

  .blog-title { font-size: 1.2rem; }
}

@media (max-width: 576px) {
  .section-title { font-size: 1.8rem; }
  .blog-card { height: 250px; }
  .blog-content { padding: 20px; }
  .blog-title { font-size: 1.1rem; }
}
        
        .blog-image {
            height: 100%;
            background: #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gray);
            position: relative;
        }
        
        .blog-tag {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--primary);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .blog-content {
            padding: 20px;
        }
        
        .blog-date {
            color: var(--gray);
            font-size: 0.9rem;
            margin-bottom: 10px;
        }
        
/* Контейнер всего блока */
.cta-audit {
  padding: 60px 0;
}

.audit-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: var(--audit); /* фон как на скрине */
  border: 1px solid rgba(255, 255, 255, 0.2); /* серая рамка */
  border-radius: 20px; /* скруглённые углы */
  padding: 10px 10px 10px 30px; 
  gap: 10px;
  box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.13);

}

/* Левая часть */
.audit-text {
  flex: 1.2;
  padding:5px;
}

.audit-text h2 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media(max-width:572px){
.audit-text h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 20px;
}
}

.audit-benefits {
  list-style: none;
  padding: 0;
}

.audit-benefits li {
  margin-bottom: 15px;
  padding-left: 34px;
  position: relative;
}

.audit-benefits li::before {
  content: url("/wp-content/themes/artcly_ready/image/Group 48101063.png");
  position: absolute;
  left: 0;
  color: #8A88EB;
  font-size: 16px;
}

/* Правая часть — форма */
.audit-form {
  flex: 1;
  background: #1c1c1c;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.audit-form h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

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

input, textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #2a2a2a;
  color: white;
  font-size: 14px;
}


/* Чекбокс */
.checkbox-group {
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 20px;
}

.checkbox-group a {
  color: #8A88EB;
}

/* Адаптив */
@media (max-width: 992px) {
  .audit-container {
    flex-direction: column;
    gap: 0px;
    padding: 5px 5px 5px 5px;
  }
}

.iti {
  width: 100%;
}

.iti__flag-container {
  border-radius: 6px;
}

.iti input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  border-color: #323544;
  background-color: #444;
border-radius: 16px;

  white-space: nowrap;
  max-height: 200px;
  width: 450px;
  -webkit-overflow-scrolling: touch;
}

.audit-form {
  background: #2c2c2c;
  padding: 30px;
  border-radius: 14px;
  color: white;

}

.audit-form h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.audit-form input,
.audit-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 0;
    border-bottom: 1px solid white;
  background: transparent;
  color: white;
    height: 42px;
}

.audit-form button {
position: relative;
  display: inline-block;
  width: 255px;
  height: 52px;
  background-color: rgba(96, 94, 179, 1);
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
  line-height: 52px;
  text-decoration: none;
}
        @media (max-width: 576px) {
.audit-form button {
  width: 215px;
}
}



.phone-field {
  position: relative;
}

.phone-field .flag-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  overflow: hidden;
  border-radius: 3px;
}

.phone-field .flag-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.phone-field input {
  padding-left: 45px; /* добавляем отступ для флага */
}


/* Адаптив */
@media (max-width: 992px) {
  .audit-container {
    grid-template-columns: 1fr;
  }
  .audit-form {
    margin-top: 0px;
  }
}

   @media (max-width: 768px) {
    .checkbox-group label[for="agree-audit"] {
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    .checkbox-group label[for="agree-audit"] {
        font-size: 12px !important;
    }
      .benefits {
    padding: 40px 0;
}
}
 .audit-form {
    background: rgba(34, 34, 34, 1);
    padding: 30px;
    border-radius: 20px;
    color: white;
    border: 1px solid #444444;
}

        
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        
        .form-group {
            margin-bottom: 15px;
        }
    
    .benefits {
    padding: 80px 0;
}
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }
        
  .section-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--text);
}
        
        .benefit-main {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 60px;
            align-items: center;
        }
        
        .benefit-content {
            flex: 1;
            min-width: 300px;
        }
        
     .benefit-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
        
    .benefit-description {
    font-size: 1.1rem;
    line-height: 1;
    color: var(--text);
}
        
        .benefit-stat {
            flex: 1;
            min-width: 300px;
            display: flex;
            justify-content: center;
        }
        
        .stat-box {
    text-align: center;
    background: var(--surface);
    border-radius: 12px;
    padding: 30px;
    width: 200px;
    border: 1px solid var(--border);
}

.stat-text {
    font-size: 1rem;
    color: var(--text);
}
        
        .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
        
       .benefit-item {
    display: flex;
    align-items: baseline;
    padding: 15px;
    border-radius: 10px;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.benefit-item:hover {
    background: var(--bg);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}
        
         .benefit-icon-wrapper {
    position: relative;
    width: 75px;
    height: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
                z-index: 5; /* Добавляем z-index для обертки иконки */

}

            .benefit-icon {
            width: 88px;
            height: 88px;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            position: relative;
            }

            /* Пятиугольная обводка */
            .benefit-icon-wrapper::before {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            transition: all 0.3s ease;
                        z-index: 1;

            }

            /* Дополнительный внутренний контур для лучшего вида */
            .benefit-icon-wrapper::after {
            content: '';
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            z-index: 1;

            }

            @media (max-width:576px) {
            .benefit-item.tooltip,
            .benefit-icon-wrapper::after {
              display: none;
            }
            }

            .benefit-icon:hover {
            transform: scale(0.95);
            }

            .benefit-item p {
            margin: 0;
            font-weight: 500;
            color: #333;
            }
        
        .benefit-item:hover .benefit-icon {
            transform: scale(1.1);
        }
        
        .benefit-info {
            flex: 1;
            position: relative;
        }
        
      .benefit-title {
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
.tooltip {
    top: calc(64%); /* сразу под иконкой */
    left: 237%;
    width: 280px;
    padding: 20px;
    position: absolute;
    background: #323544;
    color: #fff;
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999; /* всегда поверх */
    white-space: normal;


    /* форма с "вырезом" сверху */
    clip-path: polygon(
        0% 15%,   /* слева вниз */
        0% 15%, 
        15% 0%,   /* вырез под шестиугольник */
        100% 0%, 
        100% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}
        
        @media (max-width: 992px) {
            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .benefits-grid {
                grid-template-columns: 2fr auto;
            }
            .benefit-item{
                display: block;
            }
            .section-title {
                font-size: 1.8rem;
            }
            
            .benefit-heading {
                font-size: 1.3rem;
            }
            
            .tooltip {
                display:none;
            }
        }
            
            .content {
            display: flex;
            flex-wrap: wrap;
        }

        @media (max-width: 576px) {

                .content {
            display: block;
                }
              }
        .left-side {
            flex: 1;
            font-size: 32px;
            font-weight: 600;
    color: var(--text);
        }
        
        .right-side {
            flex: 0.8;
            font-size: 1rem;
            font-weight: 400;
    color: var(--text);
        }
        
        .stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 30px 0;
        }
                @media (max-width: 576px) {
                .stats {
                    display: flex;
                }
                }
        .description {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            margin: 0px 0;
            font-size: 18px;
            line-height: 1.4;
        }
        
        .services {
            list-style: none;
            margin: 25px 0;
        }
        
        .divider {
            height: 1px;
            background: #eaeaea;
            margin: 30px 0;
        }
        .highlight {
            background: rgba(138, 136, 235, 1);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            position: relative;
        }
       .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.checkbox-group input[type="checkbox"]:checked {
  background: #8A88EB; /* твой фирменный фиолетовый */
  border-color: #8A88EB;
}

.checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-group label {
  cursor: pointer;
  line-height: 1.4;
}

.checkbox-group label a {
  color: #8A88EB;
  text-decoration: underline;
}

        .calculator-section {
        display: flex;
        margin-bottom: 40px;
        align-items: center;
        padding: 10px 20px 100px;
    }
    
    .calculator-container {
        display: flex;
        max-width: 1200px;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(154, 151, 151, 0.12);
        margin: 0 auto; 
        background: rgb(255, 255, 255);
    }
    
    .calculator-content {
        flex: 1;
        padding: 30px;
            color: var(--text);

    }
    
    .calculator-image {
        flex: 0 0 35%;
        display: flex;
        align-items: 100%;
        justify-content: center;
    }
    
    .calculator-image img {
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    
    .calculator-header {
        margin-bottom: 30px;

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

.custom-list li {
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  font-size: 16px;
  font-style: Medium;
  color: var(--text);
}

/* точка-маркер */
.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px; /* выравнивание по центру строки */
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8A88EB; /* фиолетовая точка */
  box-shadow: 0 0 4px rgba(138,136,235,0.5);
  transition: background 0.3s ease, transform 0.3s ease;
}


    .calculator-title {
        font-size: 32px;
        font-weight: 700;
    color: var(--text);
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .calculator-subtitle {
        font-size: 18px;
    color: var(--text);
        line-height: 1.5;
    }
    
    .progress-container {
        margin-bottom: 10px;
    }
    
    .progress-text {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .progress-current {
        color: #2c3e50;
    }
    
    .progress-total {
        color: #8A88EB;
    }
    
    .progress-bar {
        height: 8px;
        background: #f0f0f0;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .progress-fill {
        height: 100%;
        width: 14%;
        background: linear-gradient(135deg, #8A88EB 0%, #605EB3 100%);
        border-radius: 4px;
    }
    
    .question-title {
        font-size: 20px;
        font-weight: 600;
    color: var(--text);
        margin-bottom: 25px;
    }
    
    .options-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .option-item {
        display: flex;
        align-items: center;
        padding: 0 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    
    .option-item:hover {
        transform: translateY(-2px);
    }
    
    .option-item.selected {
        border-color: #8A88EB;
        box-shadow: 0 5px 15px rgba(138, 136, 235, 0.2);
    }
    
    .option-checkbox {
        width: 24px;
        height: 24px;
        border: 2px solid #ddd;
        border-radius: 6px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    
    .option-item.selected .option-checkbox {
        background: #8A88EB;
        border-color: #8A88EB;
    }
    
    .option-checkbox i {
        color: white;
        font-size: 14px;
        display: none;
    }
    
    .option-item.selected .option-checkbox i {
        display: block;
    }
    
    .option-text {
        font-size: 16px;
    color: var(--text);
        font-weight: 500;
    }
    
    .calculator-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-button {
        padding: 15px 30px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    
    .prev-button {
        background: #f8f9fa;
        color: #7f8c8d;
        border: 2px solid #e9ecef;
    }
    
    .prev-button:hover {
        background: #e9ecef;
    }
    
    .next-button {
        background: linear-gradient(135deg, #8A88EB 0%, #605EB3 100%);
        color: white;
        border: none;
        box-shadow: 0 5px 15px rgba(138, 136, 235, 0.3);
    }
    
    .next-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(138, 136, 235, 0.4);
    }
    
    .nav-button i {
        margin: 0 8px;
    }
    
    @media (max-width: 992px) {
        .calculator-container {
            flex-direction: column;
        }
        
        .calculator-image {
            order: -1;
            padding: 40px;
        }
        
        .calculator-content {
            padding: 30px;
        }
    }
    
    @media (max-width: 576px) {
        .calculator-title {
            font-size: 26px;
        }
        
        .calculator-subtitle {
            font-size: 16px;
        }
        
        .nav-button {
            padding: 12px 20px;
            font-size: 14px;
        }
        
        .option-text {
            font-size: 14px;
        }
        
        .calculator-section {
            padding: 20px 10px;
        }
    }
        /* Footer */
         footer {
            background-color: #424657;
            color: white;
            padding: 60px 0 30px;
              position: relative;
        }
        
   .footer-grid {
            display: grid;
            grid-template-columns: 25% 25% 25% 25% ;
            gap: 30px;
        }
        
        .footer-col {
            margin-bottom: 30px;
        }
        
        .footer-col--wide {
            grid-column: span 1;
        }
        
        .logo-text {
            font-size: 28px;
            font-weight: 700;
            text-decoration: none;
            display: block;
        }
        
        
        .footer-col h4 {
            color: #ccd3d7;
            font-size: 12px;
            margin-bottom: 20px;
            font-weight: 500;
        }
        
        .footer-col h3 {
            font-size: 18px;
            margin: 25px 0 15px;
            color: white;
            font-weight: 600;
        }
        
        .footer-col h3:first-child {
            margin-top: 0;
        }
        
        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-col li {
            margin-bottom: 10px;
        }
        
        .footer-col a {
            color: #bdc3c7;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }
        
        .footer-col a:hover {
            color: #bdc3c7;
        }
        
        .contact-info {
            margin-bottom: 25px;
        }
        
        .contact-info p {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-size: 14px;
        }
        
        .contact-info i {
            margin-right: 10px;
            color: #bdc3c7;
            width: 16px;
        }
        
        .social-icons {
            display: flex;
            gap: 5px;
        }
        
        .social-icon {
            display: inline-block;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .social-icon:hover {
            transform: scale(1.1);
        }
        
        .social-icon img {
            width: 30px;
            height: 30px;
        }
        
        @media (max-width: 1024px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        
        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-col {
                margin-bottom: 25px;
            }
        }
.marquee-section {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

.marquee-container {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.marquee {
    display: flex;
    width: max-content;
}

.marquee-item {
    flex: 0 0 auto;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  background: var(--principle);
  border-radius: 8px;
  margin: 0 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
   @keyframes marquee-right {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-width))); }
}

@keyframes marquee-left {
    0%   { transform: translateX(calc(-1 * var(--marquee-width))); }
    100% { transform: translateX(0); }
}

  .marquee {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}
@media (max-width: 768px) {
    .marquee-item {
        padding: 14px 24px;
        font-size: 1rem;
    }
    .marquee-container {
    padding: 0px;
}
}

@media (max-width: 480px) {
    .marquee-item {
        padding: 12px 20px;
        margin: 0 8px;
    }
    
    .marquee-container::before,
    .marquee-container::after {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .marquee-item {
        padding: 14px 24px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.7rem;
    }
    
    .marquee-item {
        padding: 12px 20px;
        margin: 0 8px;
        border-radius: 12px;
    }
    
    .marquee-container::before,
    .marquee-container::after {
        width: 30px;
    }
}

        .theme-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.theme-toggle {
    width: 50px;
    height: 26px;
    background: var(--border);
    border-radius: 25px;
    position: relative;
    transition: var(--transition);
}

.theme-toggle::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: var(--transition);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.theme-switcher input[type="checkbox"] {
    display: none;
}

.theme-switcher input[type="checkbox"]:checked + .theme-toggle {
    background: var(--primary);
}

.theme-switcher input[type="checkbox"]:checked + .theme-toggle::before {
    transform: translateX(24px);
}

.theme-icon {
    margin-right: 10px;
    font-size: 18px;
    color: var(--text);
}

/* FAQ section */
        
        .faq .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section-title {
            text-align: left;
            font-family: 'Montserrat';
            font-weight: 500;
            font-style: Medium;
            font-size: 40px;
            line-height: 140%;
            letter-spacing: 0%;
            vertical-align: middle;

   }
        
    
.faq-item {
    margin-bottom: 20px;
    border: none; /* Сначала убираем все границы */
    border-bottom: 0.3px solid #E0E0DE; /* Затем добавляем только нижнюю */
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
        .faq-item:hover {
            border-color: #8A88EB;
        }
        
        .faq-question {
            padding: 20px;
color: var(--text) !important;            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }
        
        .faq-question i {
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-question i {
            transform: rotate(180deg);
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
color: var(--text) !important;            line-height: 1.6;
        }
        
        .faq-item.active .faq-answer {
            max-height: 300px;
            padding: 15px 20px 20px;
        }
        
        @media (max-width: 768px) {
            .faq-question {
                padding: 15px;
                font-size: 16px;
            }
            
            .faq-answer {
                padding: 0 15px;
            }
            
            .faq-item.active .faq-answer {
                padding: 15px 15px 20px;
            }
        }

/* Адаптивность */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
    @media (max-width: 768px) {
    .audit-image{
        display:none;
    }
    }

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-content {
        flex-direction: column;
    }
    
    .audit-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .services-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .theme-switcher {
        margin: 15px 0;
        justify-content: center;
    }
    
    .hero-text {
        font-size: 36px;
            margin-top: auto;

    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 60px 0;
    }
    
    .consultation-btn {
        font-size: 16px;
    }
}
        
        @keyframes marqueeAnimation {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        @keyframes marqueeAnimationReverse {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
        /* Анимация появления */
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Анимация счетчиков */
        @keyframes countUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .animated-number {
            animation: countUp 1.5s ease-out forwards;
        }
        
        /* Адаптивность */
        @media (max-width: 1200px) {
            .footer-grid,
            .benefits-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 992px) {
            .services-grid,
            .blog-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .hero-content {
                flex-direction: column;
                            gap: 30px;

            }
            
            .marketing-section {
                width: 100%;
            }
            
           .top-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
            
            .contacts {
                margin-top: 15px;
            }
            
            .nav {
                gap: 15px;
                justify-content: flex-start;
            }
            
            .hero-text {
                font-size: 48px;
            }
            
            .hero-subtitle {
                font-size: 1.5rem;
            }
            
            .audit-container {
                grid-template-columns: 1fr;
            }
        }

        
        @media (max-width: 768px) {
            .services-grid,
            .blog-grid,
            .footer-grid,
            .benefits-container {
                grid-template-columns: 1fr 1fr;
            }
               @media (max-width: 578px) {
            .services-grid,
            .blog-grid,
            .footer-grid,
            .benefits-container {
                grid-template-columns: 1fr;
            }
            
            
            .stat-item {
                margin: 0px 0;
            }
            
            .header {
                padding: 0px;
            }
            
            .contacts {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .nav {
                flex-direction: column;
                gap: 10px;
            }
            
            .hero-text {
                font-size: 36px;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .form-row {
                grid-template-columns: 1fr;
            }
        }
      }
        /* Мобильная версия */
@media (max-width: 768px) {
    .stat-item .stat-number#stat4,
    .stat-item .stat-number#stat6 {
        font-size: 34px !important;
    }
    .stat-item.fade-in {
        padding: 0 !important;
    }
    .stats-container {
    flex-direction: row;            }
}
      
        @media (max-width: 480px) {
            .hero {
                padding: 0px 0;
            }
            
            .stat-number {
                font-size: 28px;
            }
            
            .consultation-btn {
                font-size: 16px;
            }
            
            .footer-grid {
                grid-template-columns: 1fr;
            }
        }