<!DOCTYPE html>
<html lang="ru">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Внедрение AI-консультантов и калькуляторов SEO ТУЗ</title>
    <!-- Иконки -->
    <meta name="description" content="Увеличьте конверсию сайта до 2 раз с помощью AI-консультанта и интерактивных калькуляторов.">

    <!-- Шрифты -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap" rel="stylesheet">
    <link rel="icon" type="image/png" href="https://seotuz.ru/assets/images/favicon.png">


    <!-- Подключение библиотек -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    
    <!-- Встроенные стили из шаблона и кастомизация -->
    <style>
      /* --- НАЧАЛО: Встроенные стили из шаблона --- */
      :root {
          --digihub-font: "DM Sans", sans-serif;
          --digihub-heading-font: "Plus Jakarta Sans", sans-serif;
          /* Новая цветовая палитра */
          --digihub-base: #20686c; /* Основной темно-бирюзовый */
          --digihub-base-rgb: 32, 104, 108;
          --digihub-special: #fe982a; /* Акцентный оранжевый */
          --digihub-special-rgb: 254, 152, 42;
          --digihub-green: #005236;
          --digihub-light-green: #6bc4a6;
          --digihub-dark-orange: #bc4f07;
          --digihub-primary: #1A1A1A;
          --digihub-primary-rgb: 26, 26, 26;
          --digihub-secondary: #656565;
          --digihub-white: #FFFFFF;
          --digihub-white2: #E9E9E9;
          --digihub-white3: #F6F6F6;
          --digihub-black: #313131;
          --digihub-size-9xl: 94px;
          --digihub-size-9xl: 98px;
          --digihub-size-8xl: 75px;
          --digihub-size-7xl: 57px;
          --digihub-size-6xl: 36px;
          --digihub-size-5xl: 28px;
          --digihub-size-4xl: 24px;
          --digihub-size-3xl: 22px;
          --digihub-size-2xl: 20px;
          --digihub-size-xl: 17px;
          --digihub-size-lg: 16px;
          --digihub-size-md: 14px;
      }
      .sec-title { margin-bottom: 60px; }
      .sec-title__top { font-family: var(--digihub-heading-font); font-size: var(--digihub-size-md); font-weight: 700; color: var(--digihub-base); text-transform: uppercase; letter-spacing: 4px; line-height: 1.384; margin-bottom: 20px; }
      .sec-title__heading { font-family: var(--digihub-heading-font); font-size: var(--digihub-size-7xl); font-weight: 700; color: var(--digihub-primary); letter-spacing: -1.7px; line-height: 1.07; margin-bottom: 0px; }
      .digihub-btn { border: 0; outline: 0; position: relative; display: inline-block; padding: 15.5px 31px; font-family: var(--digihub-heading-font); font-size: var(--digihub-size-md); text-align: center; color: var(--digihub-white); font-weight: 600; line-height: 1.5; text-transform: capitalize; z-index: 1; transition: 0.5s; overflow: hidden; }
      .digihub-btn span { position: absolute; width: 25%; height: 100%; transform: translateY(150%); border-radius: 50%; left: calc((var(--n) - 1) * 25%); transition: 0.5s; transition-delay: calc((var(--n) - 1) * 0.1s); z-index: -1; }
      .digihub-btn--primary { background-color: var(--digihub-special); }
      .digihub-btn--primary span { background-color: var(--digihub-dark-orange); }
      .digihub-btn--border-two { border: 1px solid var(--digihub-base); color: var(--digihub-primary); }
      .digihub-btn--border-two:hover { color: var(--digihub-white); }
      .digihub-btn--border-two span { background-color: var(--digihub-base); }
      .digihub-btn span:nth-child(1) { --n: 1; } .digihub-btn span:nth-child(2) { --n: 2; } .digihub-btn span:nth-child(3) { --n: 3; } .digihub-btn span:nth-child(4) { --n: 4; }
      .digihub-btn:hover span { transform: translateY(0) scale(2); }
      body { font-family: var(--digihub-font); color: var(--digihub-secondary); font-size: 17px; line-height: 1.588; }
      a, a:hover, a:focus, a:visited { text-decoration: none; }
      h1, h2, h3, h4, h5, h6 { font-family: var(--digihub-heading-font); font-weight: 700; color: var(--digihub-primary); }
      p { font-family: var(--digihub-font); font-size: var(--digihub-size-xl); font-weight: 400; color: var(--digihub-secondary); line-height: 1.588; letter-spacing: 0.1px; }
      .page-wrapper { position: relative; margin: 0 auto; width: 100%; min-width: 300px; overflow: hidden; }
      .container { padding-left: 15px; padding-right: 15px; }
      @media (min-width: 1200px) { .container { max-width: 1200px; } }
      .row { --bs-gutter-x: 30px; --bs-gutter-y: 30px; }
      .custom-cursor__cursor { width: 25px; height: 25px; border-radius: 100%; border: 1px solid var(--digihub-base); transition: all 200ms ease-out; position: fixed; pointer-events: none; left: 0; top: 0; transform: translate(calc(-50% + 5px), -50%); z-index: 999991; }
      .custom-cursor__cursor-two { width: 10px; height: 10px; border-radius: 100%; background-color: var(--digihub-base); opacity: 0.5; position: fixed; transform: translate(-50%, -50%); pointer-events: none; transition: width 0.3s, height 0.3s, opacity 0.3s; z-index: 999991; }
      .preloader { position: fixed; background-color: #fff; top: 0; left: 0; right: 0; bottom: 0; z-index: 9991; display: flex; justify-content: center; align-items: center; text-align: center; }
      .preloader__image { animation-fill-mode: both; animation-name: flipInY; animation-duration: 2s; animation-iteration-count: infinite; }
      .main-slider-two { position: relative; z-index: 1; padding-top: 100px!important; padding-bottom: 150px!important; background-color: var(--digihub-white); overflow: hidden; }
      @media (max-width: 991px) { .main-slider-two { padding-top: 170px; padding-bottom: 120px; } }
      .main-slider-two .container { position: relative; z-index: 11; }
      .main-slider-two__heading { font-family: var(--digihub-heading-font)!important; font-size: 98px!important; font-weight: 800!important; color: var(--digihub-primary); letter-spacing: -1.995px!important; text-transform: uppercase!important; line-height: 1.099!important; margin-bottom: 30px!important; }
      .main-slider-two__heading span { display: block; color: var(--digihub-base); margin-left: 0px!important;}
      .main-text { font-size: 1.2rem; line-height: 1.8; max-width: 600px; margin-bottom: 37px; color: var(--digihub-primary); }
      .main-slider-two__btn-group { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
      .main-slider-two__carousel { top: 120px; position: absolute; right: 60px; bottom: 60px; z-index: 1; max-width: 651px; height: auto; }
      @media (max-width: 991px) { .main-slider-two__carousel { position: relative; right: 0; bottom: 0; margin-top: 40px; margin-left: auto; margin-right: auto; } }
      .main-slider-two__image { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; height: 494px; width: 100%; overflow: hidden; }
      .main-slider-two__shape-one, .main-slider-two__shape-two, .main-slider-two__shape-three { position: absolute; border-radius: 50%; filter: blur(228.5px); z-index: -1; }
      .main-slider-two__shape-one { width: 515px; height: 515px; top: -105px; right: 27px; background-color: rgba(var(--digihub-special-rgb), 0.5); }
      .main-slider-two__shape-two { width: 515px; height: 515px; top: 27px; left: 382px; background-color: rgba(var(--digihub-base-rgb), 0.4); }
      .why-us-block { padding: 120px 0; background-color: var(--digihub-white3); }
      .why-us-block__single { background: var(--digihub-white); padding: 40px 30px; border-radius: 10px; text-align: center; transition: all 0.3s ease; height: 100%; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); }
      .why-us-block__single:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }
      .why-us-block__icon-box { width: 80px; height: 80px; background: linear-gradient(135deg, var(--digihub-base), var(--digihub-light-green)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
      .why-us-block__icon { font-size: 35px; color: var(--digihub-white); }
      .why-us-block__title { font-size: 22px; font-weight: 700; color: var(--digihub-primary); margin-bottom: 15px; font-family: var(--digihub-heading-font); }
      .why-us-block__desc { color: var(--digihub-secondary); line-height: 1.6; margin: 0; }
      .about-two { padding-bottom: 120px; padding-top: 60px; background-color: var(--digihub-white); }
      .about-two__desc { width: 100%; max-width: 618px; margin-top: 32px; margin-bottom: 40px; }
      .about-two__desc { width: 100%; max-width: 900px; margin-bottom: 40px; }
      .about-two__design-wrapper { padding-left: 30px; display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
      .about-two__design-box { padding: 25px 30px; background-color: var(--digihub-white3); display: grid; grid-template-columns: 90px 1fr; align-items: center; grid-gap: 30px; position: relative; overflow: hidden; z-index: 1; transition: all 0.6s ease; border-radius: 10px; }
      .about-two__design-box::after { position: absolute; content: ""; width: 0; height: 100%; top: 0; right: 0; z-index: -1; background-color: var(--digihub-base); transition: all 0.6s ease; }
      .about-two__design-box:hover::after { left: 0; width: 100%; }
      .about-two__design-icon-box { display: flex; justify-content: center; align-items: center; width: 90px; height: 90px; border-radius: 50%; border: 1px solid var(--digihub-base); transition: all 300ms ease-in-out; }
      .about-two__design-icon { font-size: 45px; color: var(--digihub-primary); }
      .about-two__design-title { font-size: var(--digihub-size-5xl); line-height: 1.5; letter-spacing: -0.5px; margin-bottom: 12px; transition: all 0.3s ease-in-out; }
      .about-two__design-desc { margin-bottom: 0; transition: all 0.3s ease-in-out; }
      .about-two__design-box:hover .about-two__design-icon-box { border-color: var(--digihub-white); }
      .about-two__design-box:hover .about-two__design-icon, .about-two__design-box:hover .about-two__design-title, .about-two__design-box:hover .about-two__design-desc { color: var(--digihub-white); }
      .what-you-get-block { padding: 120px 0; background-color: var(--digihub-white3); }
      .what-you-get-block__single { background: var(--digihub-white); padding: 50px 40px; border-radius: 15px; text-align: center; transition: all 0.3s ease; height: 100%; position: relative; overflow: hidden; }
      .what-you-get-block__single::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--digihub-base), var(--digihub-special)); transform: scaleX(0); transition: transform 0.3s ease; }
      .what-you-get-block__single:hover::before { transform: scaleX(1); }
      .what-you-get-block__single:hover { transform: translateY(-15px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); }
      .what-you-get-block__icon-box { width: 90px; height: 90px; background: linear-gradient(135deg, var(--digihub-base), var(--digihub-light-green)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; }
      .what-you-get-block__icon { font-size: 40px; color: var(--digihub-white); }
      .what-you-get-block__title { font-size: 24px; font-weight: 700; color: var(--digihub-primary); margin-bottom: 20px; font-family: var(--digihub-heading-font); }
      .what-you-get-block__desc { color: var(--digihub-secondary); line-height: 1.7; margin: 0; font-size: 16px; }
      .service-two { padding: 120px 0; background-color: var(--digihub-white); }
      .service-two__sec-title { max-width: 714px; margin-left: auto; margin-right: auto; text-align: center; }
      .service-two__single { border: 1px solid #E9E9E9; background-color: var(--digihub-white); border-radius: 15px; transition: all 0.3s ease; }
      .service-two__single:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--digihub-primary); }
      .service-two__content { padding: 40px 40px 40px 20px; text-align: center; }
      .service-two__title { font-size: var(--digihub-size-5xl); text-transform: capitalize; line-height: 1.5; letter-spacing: -0.5px; margin-bottom: 12px; }
      .service-two__price { font-size: 2.3rem; font-weight: 700; color: var(--digihub-base); margin-bottom: 20px; }
      .service-two__desc { margin-bottom: 0; min-height: 120px; }
      .service-two__desc ul { text-align: left; padding-left: 20px; margin-top: 20px; list-style: none; }
      .service-two__desc li { position: relative; padding-left: 25px; margin-bottom: 8px; }
      .service-two__desc li::before { content: '✓'; position: absolute; left: 0; color: var(--digihub-green); font-weight: bold; }
      .testimonials-block { padding: 120px 0; background-color: var(--digihub-white3); }
      .testimonials-block__single { background: var(--digihub-white); padding: 40px 35px; border-radius: 15px; position: relative; transition: all 0.3s ease; height: 100%; }
      .testimonials-block__single:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); }
      .testimonials-block__quote-icon { margin-bottom: 25px; }
      .testimonials-block__quote-icon .icon-quote { font-size: 40px; color: var(--digihub-base); opacity: 0.3; }
      .testimonials-block__text { font-size: 16px; line-height: 1.7; color: var(--digihub-secondary); margin-bottom: 30px; font-style: italic; }
      .testimonials-block__author { display: flex; align-items: center; }
      .testimonials-block__author-name { font-size: 18px; font-weight: 700; color: var(--digihub-primary); margin-bottom: 5px; font-family: var(--digihub-heading-font); }
      .testimonials-block__author-title { font-size: 14px; color: var(--digihub-special); margin: 0; font-weight: 600; }
      .final-cta-block { padding: 100px 0; background: linear-gradient(135deg, var(--digihub-base), var(--digihub-green)); text-align: center; position: relative; overflow: hidden; }
      .final-cta-block__content { position: relative; z-index: 2; }
      .final-cta-block__heading { font-size: 36px; font-weight: 700; color: var(--digihub-white); margin-bottom: 20px; font-family: var(--digihub-heading-font); }
      .final-cta-block__desc { font-size: 18px; color: var(--digihub-white); margin-bottom: 40px; opacity: 0.9; max-width: 700px; margin-left: auto; margin-right: auto; }
      .final-cta-block__btn-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
      .main-footer { padding-top: 1px; background-color: var(--digihub-primary); }
      .footer-one__bottom { margin-top: 78px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid rgba(var(--digihub-white2-rgb, 233, 233, 233), 0.2); }
      .footer-one__copyright-text { color: var(--digihub-white); margin-bottom: 0; text-align: center; }
      .footer-one__copyright-text a { color: var(--digihub-special); }
      /* --- КОНЕЦ: Встроенные стили из шаблона --- */
      
      /* --- НАЧАЛО: Кастомные стили и эффекты --- */
      .sec-title_1 { 
    margin-bottom: 60px; 
}
.sec-title__top_1 {
    font-family: var(--digihub-heading-font);
    font-size: var(--digihub-size-md);
    font-weight: 700;
    color: var(--digihub-base);
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.384;
    margin-bottom: 20px;
}
.sec-title__heading_1 {
    font-family: var(--digihub-heading-font);
    font-size: var(--digihub-size-7xl);
    font-weight: 700;
    color: var(--digihub-primary);
    letter-spacing: -1.7px;
    line-height: 1.07;
    margin-bottom: 0px;
}

.service-two_1 {
    padding: 120px 0;
    background-color: var(--digihub-white);
}
.service-two__sec-title_1 {
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.service-two__single_1 {
    border: 1px solid #E9E9E9;
    background-color: var(--digihub-white);
    border-radius: 15px;
    transition: all 0.3s ease;
}
.service-two__single_1:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: var(--digihub-primary);
}
.service-two__content_1 {
    padding: 40px 40px 40px 20px;
    text-align: center;
}
.service-two__title_1 {
    font-size: var(--digihub-size-5xl);
    text-transform: capitalize;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}
.service-two__price_1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--digihub-base);
    margin-bottom: 20px;
}
.service-two__desc_1 {
    margin-bottom: 0;
    min-height: 120px;
}
.service-two__desc_1 ul {
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    list-style: none;
}
.service-two__desc_1 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.service-two__desc_1 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--digihub-green);
    font-weight: bold;
}

      @keyframes levitate { 0% { transform: translateY(0px); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0px); } }
      .levitating-object { animation: levitate 6s ease-in-out infinite; }
      
      .main-slider-two__shape-box::before {
          content: 'AI'; position: absolute; right: 20%; top: 10%; width: 120px; height: 120px;
          background-color: rgba(32, 104, 108, 0.85)!important; backdrop-filter: blur(5px);
          color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;
          font-size: 2.5rem; font-weight: 700; z-index: 5;
          animation: levitate 7s ease-in-out infinite reverse;
          box-shadow: 0 20px 40px rgba(0,0,0,0.2);
      }
      .main-slider-two__shape-box::after {
          content: ''; position: absolute; left: 5%; bottom: 15%; width: 80px; height: 80px;
		  background: url("/assets/images/ai-consultant.png") no-repeat center/60%;
          border-radius: 15px; z-index: 5; transform: rotate(45deg);
          animation: levitate 8s ease-in-out infinite;
      }
      
      /* Стили для формы в финальном блоке */
      .final-cta-block__form {
          display: flex;
          gap: 15px;
          max-width: 600px;
          margin: 40px auto 0;
      }
      .final-cta-block__form input {
          flex: 1;
          height: 55px;
          padding: 0 20px;
          border: 1px solid var(--digihub-white);
          background: rgba(255,255,255,0.1);
          color: var(--digihub-white);
          border-radius: 5px;
      }
      .final-cta-block__form input::placeholder { color: rgba(255,255,255,0.7); }
      .final-cta-block__form .digihub-btn { height: 55px; white-space: nowrap; }

      @media (max-width: 767px) {
          .main-slider-two__shape-box::before { width: 80px; height: 80px; font-size: 2rem; }
          .main-slider-two__shape-box::after { display: none; }
          .about-two__design-box { grid-template-columns: 1fr; justify-items: center; text-align: center; }
          .final-cta-block__form { flex-direction: column; }
      }
      /* --- КОНЕЦ: Кастомные стили и эффекты --- */
.main-slider-two__visual-demo {
    position: absolute;
    top: 70px; right: 0;
    width: 45%; height: 100%;
    z-index: 10;
    opacity: 0; /* Изначально блок невидимый */
    animation: fadeIn 0.8s ease-out 0.5s forwards; /* Плавное появление всего блока */
}
@media (max-width: 991px) {
    .main-slider-two__visual-demo {
        position: relative;
        width: 100%; max-width: 500px;
        height: auto; margin: 40px auto 0;
        top: 0;
    }
}

/* Анимации левитации */
@keyframes levitate-panel { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@keyframes levitate-element { 0% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(20px) rotate(180deg); } 100% { transform: translateY(0px) rotate(360deg); } }
.levitating-panel { animation: levitate-panel 8s ease-in-out infinite; }
.levitating-element-1 { animation: levitate-element 10s ease-in-out infinite reverse; }
.levitating-element-2 { animation: levitate-element 12s ease-in-out infinite; }
.levitating-element-3 { animation: levitate-element 9s ease-in-out infinite reverse; }

/* Анимация появления элементов */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.graph-bar {
    transform: scaleY(0);
    transform-origin: bottom;
    animation: grow-scale 0.8s ease-out forwards;
}
@keyframes grow-scale {
    to { transform: scaleY(1); }
}
.bar1 { animation-delay: 2.5s; }
.bar2 { animation-delay: 2.7s; }
.bar3 { animation-delay: 2.9s; }

    /* --- СТИЛИ ДЛЯ МЕНЮ --- */
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        padding: 15px 0;
        transition: all 0.3s ease;
    }
    .main-header.scrolled {
        padding: 10px 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .main-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-header__logo a {
        font-family: var(--digihub-heading-font);
        font-size: 24px;
        font-weight: 800;
        color: var(--digihub-primary);
        text-decoration: none;
    }
    .main-header__nav {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    .main-header__nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 30px;
    }
    .main-header__nav a {
        font-family: var(--digihub-heading-font);
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--digihub-primary);
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
    }
    .main-header__nav a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--digihub-special);
        transition: width 0.3s ease;
    }
    .main-header__nav a:hover,
    .main-header__nav a.active {
        color: var(--digihub-base);
    }
    .main-header__nav a:hover::after,
    .main-header__nav a.active::after {
        width: 100%;
    }
    .main-header__cta .digihub-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    .main-header__cta .digihub-btn:hover {
        color: #fff;
    }
    .main-header__mobile-toggle {
        display: none;
        font-size: 24px;
        cursor: pointer;
        color: var(--digihub-primary);
    }
    @media (max-width: 991px) {
        .main-header__nav, .main-header__cta {
            display: none;
        }
        .main-header__mobile-toggle {
            display: block;
        }
        .main-header__nav.mobile-menu--open {
            display: flex;
            flex-direction: column;
            gap: 20px;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            padding: 20px;
            align-items: center;
        }
        .main-header__nav.mobile-menu--open ul {
            flex-direction: column;
            width: 100%;
            gap: 15px;
            text-align: center;
        }
        .main-header__nav.mobile-menu--open .main-header__cta {
          display: block;
        }
    }
        /* --- КОНЕЦ СТИЛЕЙ ДЛЯ МЕНЮ --- */
    </style>
    <link rel="stylesheet" href="assets/css/digihub.css">
</head>

<body class="custom-cursor">
    <div class="custom-cursor__cursor"></div>
    <div class="custom-cursor__cursor-two"></div>

    <div class="preloader">
        <img class="preloader__image" width="55" src="https://seotuz.ru/assets/images/loader.png" alt="loader">
    </div>

    <!-- ===== НАЧАЛО: HEADER ===== -->
    <header class="main-header">
        <div class="container">
            <div class="main-header__inner">
                <div class="main-header__logo">
    <a href="#home">
        <img src="/assets/images/logoaichat.png" alt="ai консультант">
    </a>
</div>
                <nav class="main-header__nav">
                    <ul>
                        <li><a href="#home" class="active">Главная</a></li>
                        <li><a href="#garantii">Гарантии</a></li>
                        <li><a href="#solution">Услуги</a></li>
                        <li><a href="#demo">Демонстрация</a></li>
                        <li><a href="#pricing">Стоимость</a></li>
                    </ul>
                    <div class="main-header__cta">
                        <a href="#cta" class="digihub-btn digihub-btn--primary">Заказать<span></span><span></span><span></span><span></span></a>
                    </div>
                </nav>
                <div class="main-header__mobile-toggle">
                    <i class="fas fa-bars"></i>
                </div>
            </div>
        </div>
    </header>
    <!-- ===== КОНЕЦ: HEADER ===== -->

    <div class="page-wrapper">
        
        <!-- 1. Главный экран -->
        <section class="main-slider-two" id="home">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8">
                        <div class="main-slider-two__content">
                            <p class="main-slider-two__heading wow animated fadeInLeft" data-wow-delay="0.1s" data-wow-duration="1500ms">Ваш сайт <span>сам<br/>продаёт</span></p>
                            <p class="main-text wow animated fadeInLeft" data-wow-delay="0.2s" data-wow-duration="1500ms">Он консультирует 24/7, закрывает до 80% стандартных вопросов и превращает посетителей в клиентов без участия менеджеров.</p>
                            <div class="main-slider-two__btn-group wow animated fadeInUp" data-wow-delay="0.3s" data-wow-duration="1500ms">
                                <a href="#cta" class="digihub-btn digihub-btn--primary">🚀 Хочу внедрение под ключ<span></span><span></span><span></span><span></span></a>
                                <a href="#pricing" class="digihub-btn digihub-btn--border-two" style="color: #262626;">Посмотреть тарифы<span></span><span></span><span></span><span></span></a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
<div class="main-slider-two__visual-demo">
    <svg viewBox="0 0 500 450" xmlns="http://www.w3.org/2000/svg">
        <!-- Основная плавающая панель -->
        <g class="levitating-panel">
            <rect x="20" y="50" width="460" height="350" rx="20" fill="#FFFFFF" stroke="#EAEAEA" stroke-width="1" filter="url(#shadow)"/>
            
            <!-- Левая часть: Чат -->
            <text class="fade-in" style="animation-delay: 0.5s;" x="50" y="100" font-family="Plus Jakarta Sans, sans-serif" font-size="14" font-weight="600" fill="#333">Диалог с клиентом:</text>
            <rect class="fade-in" style="animation-delay: 0.7s;" x="50" y="120" width="180" height="40" rx="10" fill="#f0f0f0"/>
            <text class="fade-in" style="animation-delay: 0.9s;" x="65" y="145" font-family="DM Sans, sans-serif" font-size="12" fill="#555">Сколько стоит доставка?</text>
            
            <g class="fade-in" style="animation-delay: 1.5s;">
                <rect x="70" y="175" width="160" height="72" rx="10" fill="#20686c"/>
                <text x="85" y="198" font-family="DM Sans, sans-serif" font-size="12" fill="#FFFFFF">Доставка по городу —</text>
                <text x="85" y="215" font-family="DM Sans, sans-serif" font-size="12" fill="#FFFFFF">бесплатно при заказе</text>
                <text x="85" y="232" font-family="DM Sans, sans-serif" font-size="12" fill="#FFFFFF">от 3000₽.</text>
            </g>

            <!-- Правая часть: График -->
            <text class="fade-in" style="animation-delay: 2s;" x="270" y="100" font-family="Plus Jakarta Sans, sans-serif" font-size="14" font-weight="600" fill="#333">Конверсия в заявку:</text>
            <line class="fade-in" style="animation-delay: 2.2s;" x1="270" y1="350" x2="450" y2="350" stroke="#E0E0E0" stroke-width="2"/>
            <rect class="graph-bar bar1" x="290" y="250" width="30" height="100" rx="5" fill="#6bc4a6"/>
			<rect class="graph-bar bar2" x="340" y="200" width="30" height="150" rx="5" fill="#20686c"/>
			<rect class="graph-bar bar3" x="390" y="150" width="30" height="200" rx="5" fill="#fe982a"/>

            <!-- Соединяющая линия -->
            <path class="connecting-line" d="M 230 195 C 250 195, 250 250, 290 250" stroke="#fe982a" stroke-width="2" fill="none" stroke-dasharray="5, 5"/>
        </g>

        <!-- Мелкие левитирующие элементы -->
        <circle class="levitating-element-1" cx="40" cy="40" r="15" fill="#20686c" opacity="0.8"/>
        <rect class="levitating-element-2" x="450" y="400" width="30" height="30" rx="5" fill="#fe982a" opacity="0.7" transform="rotate(45 465 415)"/>
        <circle class="levitating-element-3" cx="480" y="150" r="10" fill="#6bc4a6" opacity="0.9"/>
        
        <!-- Фильтры для тени -->
        <defs>
            <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
                <feDropShadow dx="0" dy="10" stdDeviation="15" flood-color="#000000" flood-opacity="0.08"/>
            </filter>
        </defs>
    </svg>
</div>
            <div class="main-slider-two__shape-box">
                <div class="main-slider-two__shape-one"></div>
                <div class="main-slider-two__shape-two"></div>
            </div>
        </section>
        
        <!-- 2. Блок Проблем -->
        <section class="why-us-block" id="problems">
            <div class="container">
                <div class="sec-title text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
                    <p class="sec-title__top">Проблемы, которые стоят вам денег</p>
                    <h2 class="sec-title__heading">Ваш сайт может приносить больше</h2>
                </div>
                <div class="row">
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.1s" data-wow-duration="1500ms">
                        <div class="why-us-block__single">
                            <div class="why-us-block__icon-box">
                                <i class="fas fa-user-slash why-us-block__icon"></i>
                            </div>
                            <div class="why-us-block__content">
                                <h3 class="why-us-block__title">Клиенты уходят с сайта</h3>
                                <p class="why-us-block__desc">Не получив ответа на свои вопросы, они закрывают вкладку и уходят к конкурентам.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.3s" data-wow-duration="1500ms">
                        <div class="why-us-block__single">
                            <div class="why-us-block__icon-box">
                                <i class="fas fa-sync-alt why-us-block__icon"></i>
                            </div>
                            <div class="why-us-block__content">
                                <h3 class="why-us-block__title">Менеджеры перегружены</h3>
                                <p class="why-us-block__desc">Они тратят 80% времени на рутинные, однотипные запросы вместо реальных продаж.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.5s" data-wow-duration="1500ms">
                        <div class="why-us-block__single">
                            <div class="why-us-block__icon-box">
                                <i class="fas fa-mouse-pointer why-us-block__icon"></i>
                            </div>
                            <div class="why-us-block__content">
                                <h3 class="why-us-block__title">Теряются заявки</h3>
                                <p class="why-us-block__desc">Пользователи бросают заказ на полпути из-за сложных форм и непонятных калькуляторов.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- 3. Блок Решения -->
        <section class="about-two" id="solution">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-xl-6 wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
                        <div class="about-two__content sec-title">
                            <p class="sec-title__top">Наше решение</p>
                            <h2 class="sec-title__heading">Превратите сайт в самого эффективного сотрудника</h2>
                            <p class="about-two__desc">Мы предлагаем не просто "гаджеты" для сайта, а полноценную систему автоматизации, которая работает на вас 24/7. От разработки логики до интеграции в вашу CRM — мы делаем всё "под ключ".</p>
                            <a href="#cta" class="digihub-btn digihub-btn--primary">Обсудить мой проект
                                <span></span><span></span><span></span><span></span></a>
                        </div>
                    </div>
                    <div class="col-xl-6">
                        <div class="about-two__design-wrapper">
                            <div class="about-two__design-box wow animated fadeInRight" data-wow-delay="0.1s" data-wow-duration="1500ms">
                                <div class="about-two__design-icon-box">
                                    <i class="fas fa-robot about-two__design-icon"></i>
                                </div>
                                <div class="about-two__design-text-box">
                                    <h3 class="about-two__design-title">AI-консультант</h3>
                                    <p class="about-two__design-desc">Мгновенно отвечает на вопросы 24/7, обучается на ваших данных и снижает нагрузку на сотрудников.</p>
                                </div>
                            </div>
                            <div class="about-two__design-box wow animated fadeInRight" data-wow-delay="0.2s" data-wow-duration="1500ms">
                                <div class="about-two__design-icon-box">
                                    <i class="fas fa-calculator about-two__design-icon"></i>
                                </div>
                                <div class="about-two__design-text-box">
                                    <h3 class="about-two__design-title">Интерактивные калькуляторы</h3>
                                    <p class="about-two__design-desc">Помогают клиентам сразу посчитать стоимость и оформить заказ без звонков и переписок.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- 4. Блок Факты и выгоды -->
        <section class="what-you-get-block">
            <div class="container">
                <div class="sec-title text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
                    <p class="sec-title__top">Факты и выгоды</p>
                    <h2 class="sec-title__heading">Результат, который можно измерить</h2>
                </div>
                <div class="row">
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.1s" data-wow-duration="1500ms">
                        <div class="what-you-get-block__single">
                            <div class="what-you-get-block__icon-box">
                                <i class="fas fa-chart-line what-you-get-block__icon"></i>
                            </div>
                            <div class="what-you-get-block__content">
                                <h3 class="what-you-get-block__title">Рост конверсии в 1,5–2 раза</h3>
                                <p class="what-you-get-block__desc">Клиент видит цену сразу, получает ответы мгновенно и охотнее оставляет заявку.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.3s" data-wow-duration="1500ms">
                        <div class="what-you-get-block__single">
                            <div class="what-you-get-block__icon-box">
                                <i class="fas fa-users-cog what-you-get-block__icon"></i>
                            </div>
                            <div class="what-you-get-block__content">
                                <h3 class="what-you-get-block__title">Снижение нагрузки до 60%</h3>
                                <p class="what-you-get-block__desc">Ваши менеджеры перестают быть справочным бюро и фокусируются на закрытии сделок.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.5s" data-wow-duration="1500ms">
                        <div class="what-you-get-block__single">
                            <div class="what-you-get-block__icon-box">
                                <i class="fas fa-wallet what-you-get-block__icon"></i>
                            </div>
                            <div class="what-you-get-block__content">
                                <h3 class="what-you-get-block__title">Экономия бюджета</h3>
                                <p class="what-you-get-block__desc">AI-бот стоит дешевле сотрудника, работает без выходных и никогда не болеет.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- =================== НАЧАЛО: БЛОК ДЕМОНСТРАЦИИ =================== -->
<section class="test-demo-block">
    <div class="container">
        <!-- Заголовок секции (в том же стиле, что и другие) -->
        <div class="sec-title text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
            <p class="sec-title__top">ДЕМОНСТРАЦИЯ</p>
            <h2 class="sec-title__heading">Посмотрите, как это работает вживую</h2>
        </div>
        
        <div class="row align-items-center">
            <!-- Левая колонка с текстом и кнопкой -->
            <div class="col-lg-6 wow animated fadeInLeft" data-wow-delay="0.2s" data-wow-duration="1500ms">
                <div class="test-demo-block__content">
                    <h3 class="test-demo-block__title">Протестируйте работу чата на сайте партнера</h3>
                    <p class="test-demo-block__text">Мы внедрили AI-консультанта на сайт салона красоты. Зайдите и задайте ему любой вопрос о стрижке, маникюре или ценах на любом языке, чтобы оценить скорость и качество ответов.</p>
                    <a href="https://kosmopt.ru/" target="_blank" class="digihub-btn digihub-btn--primary">
                        Перейти на сайт
                        <span></span><span></span><span></span><span></span>
                    </a>
                </div>
            </div>
            
            <!-- Правая колонка со скриншотом -->
            <div class="col-lg-6 wow animated fadeInRight" data-wow-delay="0.3s" data-wow-duration="1500ms">
                <div class="test-demo-block__image-wrapper">
                <img src="https://seotuz.ru/assets/images/kosm_ru.png" alt="Скриншот сайта kosmopt.ru с AI-чатом" class="test-demo-block__image">
                </div>
            </div>
        </div>
    </div>
</section>
<!-- =================== КОНЕЦ: БЛОКА ДЕМОНСТРАЦИИ =================== -->
<!-- Блок: Наши гарантии -->
<section class="about-philosophy-block" style="padding-top: 100px; padding-bottom: 120px; background-color: var(--digihub-white);" id="garantii">
    <div class="container">
        <!-- 1. Центральный заголовок -->
        <div class="sec-title text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
            <p class="sec-title__top">Что включено в стоимость</p>
            <h2 class="sec-title__heading">Наши гарантии</h2>
        </div>

        <!-- 2. Описание и кнопка -->
        <div class="row justify-content-center">
            <div class="col-lg-8 text-center wow animated fadeIn" data-wow-delay="0.2s" data-wow-duration="1500ms">
                <p class="about-two__desc2">Мы обеспечиваем полный цикл поддержки вашего AI-консультанта. От круглосуточной технической помощи и регулярных обновлений до тонкой настройки под ваш бизнес и адаптации дизайна — все это уже включено в стоимость.</p>
                <a href="#cta" class="digihub-btn digihub-btn--primary" style="margin-top: 25px;">Рассчитать стоимость
                    <span></span><span></span><span></span><span></span></a>
            </div>
        </div>

        <!-- 3. Сетка с ячейками 2x2 -->
        <div class="row justify-content-center" style="margin-top: 60px;">
            <!-- Ячейка 1: Техническая поддержка -->
            <div class="col-lg-6 col-md-6 wow animated fadeInUp" data-wow-delay="0.3s">
                <div class="about-two__design-box" style="margin-bottom: 30px; background: #f6f6f6;">
                    <div class="about-two__design-icon-box">
                        <i class="fas fa-tools about-two__design-icon"></i>
                    </div>
                    <div class="about-two__design-text-box">
                        <h3 class="about-two__design-title">Техническая поддержка</h3>
                        <p class="about-two__design-desc">Наши специалисты готовы помочь вам 24/7 с любыми вопросами по работе AI-консультанта.</p>
                    </div>
                </div>
            </div>

            <!-- Ячейка 2: Бесплатные обновления -->
            <div class="col-lg-6 col-md-6 wow animated fadeInUp" data-wow-delay="0.4s">
                 <div class="about-two__design-box" style="margin-bottom: 30px; background: #f6f6f6;">
                    <div class="about-two__design-icon-box">
                        <i class="fas fa-sync-alt about-two__design-icon"></i>
                    </div>
                    <div class="about-two__design-text-box">
                        <h3 class="about-two__design-title">Бесплатные обновления</h3>
                        <p class="about-two__design-desc">Все улучшения алгоритмов и новые функции автоматически включены в абонентскую плату.</p>
                    </div>
                </div>
            </div>

            <!-- Ячейка 3: Персонализация знаний -->
            <div class="col-lg-6 col-md-6 wow animated fadeInUp" data-wow-delay="0.5s">
                 <div class="about-two__design-box" style="margin-bottom: 30px; background: #f6f6f6;">
                    <div class="about-two__design-icon-box">
                        <i class="fas fa-brain about-two__design-icon"></i>
                    </div>
                    <div class="about-two__design-text-box">
                        <h3 class="about-two__design-title">Персонализация знаний</h3>
                        <p class="about-two__design-desc">Настроим AI под специфику вашего бизнеса: загрузим вашу базу знаний, продукты и инструкции.</p>
                    </div>
                </div>
            </div>

            <!-- Ячейка 4: Индивидуальный дизайн -->
            <div class="col-lg-6 col-md-6 wow animated fadeInUp" data-wow-delay="0.6s">
                 <div class="about-two__design-box" style="margin-bottom: 30px; background: #f6f6f6;">
                    <div class="about-two__design-icon-box">
                        <i class="fas fa-palette about-two__design-icon"></i>
                    </div>
                    <div class="about-two__design-text-box">
                        <h3 class="about-two__design-title">Индивидуальный дизайн</h3>
                        <p class="about-two__design-desc">Виджет AI-консультанта полностью адаптируется под стиль вашего сайта: цвета, шрифты и логотип.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- 5. Тарифы -->
<section class="service-two_1" id="pricing">
    <div class="container">
        <div class="sec-title_1 text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
            <p class="sec-title__top_1">Стоимость и тарифы</p>
            <h2 class="sec-title__heading_1">Выберите ваше решение</h2>
        </div>
        <div class="row justify-content-center">

            <!-- Тариф 1: AI-Консультант -->
            <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.1s" data-wow-duration="1500ms">
                <div class="service-two__single_1">
                    <div class="service-two__content_1">
                       <h3 class="service-two__title_1">AI Старт</h3>
                        <div class="service-two__price_1">от 10 000 ₽</div>
                        <div class="service-two__desc_1">
                            <p>Идеально для автоматизации ответов на частые вопросы и разгрузки менеджеров.</p>
                            <ul>
                                <li>Разработка логики диалогов</li>
                                <li>Обучение AI на ваших данных</li>
                                <li>Внедрение "под ключ" на сайт</li>
                                <li>Сбор контактов заинтересованных клиентов</li>
                            </ul>
                        </div>
                        <a href="#cta" class="digihub-btn digihub-btn--primary">Уточнить стоимость</a>
                    </div>
                </div>
            </div>

            <!-- Тариф 2: Полная Автоматизация (Выделенный) -->
            <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.3s" data-wow-duration="1500ms">
                <div class="service-two__single_1" style="border: 2px solid var(--digihub-special); transform: scale(1.03);">
                    <div class="service-two__content_1">
                        <h3 class="service-two__title_1">Полная Автоматизация</h3>
                        <div class="service-two__price_1" style="color: var(--digihub-special);">Индивидуально</div>
                         <div class="service-two__desc_1">
                            <p>Максимальная эффективность: AI и калькулятор работают в единой системе.</p>
                            <ul>
                                <li><b>Всё из тарифов «AI Старт» и «Быстрый Расчет»</b></li>
                                <li>Глубокая интеграция с CRM-системой</li>
                                <li>Настройка целей в Яндекс.Метрике</li>
                                <li>Приоритетная поддержка (30 дней)</li>
                            </ul>
                        </div>
                        <a href="#cta" class="digihub-btn digihub-btn--primary">Получить расчет</a>
                    </div>
                </div>
            </div>

            <!-- Тариф 3: Калькулятор -->
            <div class="col-xl-4 col-lg-6 wow animated fadeInUp" data-wow-delay="0.5s" data-wow-duration="1500ms">
                <div class="service-two__single_1">
                    <div class="service-two__content_1">
                        <h3 class="service-two__title_1">Быстрый Расчет</h3>
                        <div class="service-two__price_1">от 10 000 ₽</div>
                         <div class="service-two__desc_1">
                            <p>Превратите посетителей в клиентов с помощью интерактивного калькулятора.</p>
                            <ul>
                                <li>Разработка логики калькулятора</li>
                                <li>Внедрение "под ключ" на сайт</li>
                                <li>Стилизация под дизайн сайта</li>
                                <li>Отправка результатов на почту</li>
                            </ul>
                        </div>
                        <a href="#cta" class="digihub-btn digihub-btn--primary">Уточнить стоимость</a>
                    </div>
                </div>
            </div>
            
        </div>
    </div>
</section>
<!-- Новый блок: Условия сотрудничества -->
<section class="about-philosophy-block" style="padding-top: 50px; padding-bottom: 120px; background-color: var(--digihub-white);">
    <div class="container">
        <div class="sec-title text-center wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
            <p class="sec-title__top">Как мы работаем</p>
            <h2 class="sec-title__heading">Просто и прозрачно</h2>
        </div>
        <div class="row justify-content-center">
            <div class="col-lg-10">
                <div class="about-philosophy-block__design-wrapper" style="padding-left: 0; grid-gap: 30px;">
                    <!-- Пункт 1: Договор -->
                    <div class="about-philosophy-block__design-box wow animated fadeInUp" data-wow-delay="0.1s">
                        <div class="about-philosophy-block__design-icon-box">
                            <i class="fas fa-file-signature about-philosophy-block__design-icon"></i>
                        </div>
                        <div>
                            <h3 class="about-philosophy-block__design-title">Официальный договор</h3>
                            <p class="about-philosophy-block__design-desc">
                                Мы заключаем договор, в котором четко прописаны все этапы работ, сроки и стоимость. Это ваша гарантия и наша ответственность.
                            </p>
                        </div>
                    </div>
                    <!-- Пункт 2: Униклаьность -->
                    <div class="about-philosophy-block__design-box wow animated fadeInUp" data-wow-delay="0.2s">
                        <div class="about-philosophy-block__design-icon-box">
                           <i class="fas fa-handshake about-philosophy-block__design-icon"></i>
                        </div>
                        <div>
                            <h3 class="about-philosophy-block__design-title">Настройка чётко под вашу компанию</h3>
                            <p class="about-philosophy-block__design-desc">
Мы создаем ai консультанта именно под вашу компанию — с вашими услугами, ценами и особенностями. Предоставьте нам детальную информацию о продуктах, прайс-листы и часто задаваемые вопросы клиентов, чтобы бот давал точные ответы и работал как ваш лучший менеджер.</p>
                        </div>
                    </div>
                    <!-- Пункт 3: Финальный расчет -->
                    <div class="about-philosophy-block__design-box wow animated fadeInUp" data-wow-delay="0.3s">
                        <div class="about-philosophy-block__design-icon-box">
                            <i class="fas fa-tasks about-philosophy-block__design-icon"></i>
                        </div>
                        <div>
                            <h3 class="about-philosophy-block__design-title">Индивидуальный расчет</h3>
                            <p class="about-philosophy-block__design-desc">
                                Финальная стоимость и сроки зависят от объема вашего сайта, сложности логики калькулятора и требуемых интеграций. Свяжитесь с нами, и мы подготовим точный расчет именно для вашей задачи.
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

        <!-- 7. Финальный призыв к действию и форма -->
        <section class="final-cta-block" id="cta">
            <div class="container">
                <div class="final-cta-block__content wow animated fadeIn" data-wow-delay="0.1s" data-wow-duration="1500ms">
                    <h2 class="final-cta-block__heading">Не упускайте клиентов</h2>
                    <p class="final-cta-block__desc">Каждый месяц без автоматизации = потерянные клиенты и деньги. Ваши конкуренты уже используют AI. Внедрите AI-консультанта и калькулятор сегодня, чтобы получить рост заявок, экономию времени и довольных клиентов.<br>
                   <form class="final-cta-block__form" method="POST" action="">
      <input type="email" name="email" placeholder="Введите ваш e-mail" required>
      <button type="submit" class="digihub-btn digihub-btn--primary">
          Заказать внедрение<span></span><span></span><span></span><span></span>
      </button>
  </form>

  
  
                </div>
            </div>
        </section>
        
        <footer class="main-footer">
            <div class="container">
                <div class="footer-one__bottom">
                    <p class="footer-one__copyright-text">© 2025 Copyright <a href="#">seotuz.ru/promo.php</a>. Все права защищены.</p>
                </div>
            </div>
            
        </footer>
 
    <!-- Подключение скриптов -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
    <script>
        // Инициализация WOW.js для анимаций
        new WOW().init();
        
        // Логика для кастомного курсора
        const cursor = document.querySelector(".custom-cursor__cursor");
        const cursorTwo = document.querySelector(".custom-cursor__cursor-two");
        document.addEventListener("mousemove", (e) => {
            cursor.style.top = e.clientY + "px";
            cursor.style.left = e.clientX + "px";
            cursorTwo.style.top = e.clientY + "px";
            cursorTwo.style.left = e.clientX + "px";
        });

        // Скрытие прелоадера после загрузки страницы
        window.addEventListener('load', function() {
            const preloader = document.querySelector('.preloader');
            if (preloader) {
                preloader.style.display = 'none';
            }
        });

        // ===== НАЧАЛО: СКРИПТЫ ДЛЯ МЕНЮ =====
        $(document).ready(function() {
            // Переключение мобильного меню
            $('.main-header__mobile-toggle').on('click', function() {
                $('.main-header__nav').toggleClass('mobile-menu--open');
            });

            // "Липкий" header при скролле
            $(window).on('scroll', function() {
                if ($(window).scrollTop() > 50) {
                    $('.main-header').addClass('scrolled');
                } else {
                    $('.main-header').removeClass('scrolled');
                }
            });

            // Плавный скролл и подсветка активной ссылки
            $('.main-header__nav a').on('click', function(event) {
                if (this.hash !== "") {
                    event.preventDefault();
                    var hash = this.hash;
                    $('html, body').animate({
                        scrollTop: $(hash).offset().top - 80 // Смещение для фиксированного меню
                    }, 800);
                }
                
                // Закрыть мобильное меню после клика
                if($('.main-header__nav').hasClass('mobile-menu--open')){
                    $('.main-header__nav').removeClass('mobile-menu--open');
                }
            });

            // Подсветка активной ссылки при скролле страницы
            $(window).on('scroll', function() {
                var scrollPos = $(document).scrollTop() + 90; // Смещение
                $('.main-header__nav a').each(function () {
                    var currLink = $(this);
                    var refElement = $(currLink.attr("href"));
                    if (refElement.length && refElement.position().top <= scrollPos && refElement.position().top + refElement.height() > scrollPos) {
                        $('.main-header__nav a').removeClass("active");
                        currLink.addClass("active");
                    } else {
                        currLink.removeClass("active");
                    }
                });
            });
        });
        // ===== КОНЕЦ: СКРИПТА ДЛЯ МЕНЮ =====
    </script>
<a href="#" data-target="html" class="scroll-to-target scroll-to-top"><i class="fas fa-long-arrow-alt-up"></i></a>
<script>
      // Ждём, пока вся страница загрузится (на всякий случай)
      document.addEventListener('DOMContentLoaded', function() {
        
        const scrollToTopButton = document.querySelector('.scroll-to-top');
        
        // Проверяем, нашлась ли кнопка. Если нет - выводим ошибку в консоль.
        if (scrollToTopButton) {
        
          window.addEventListener('scroll', () => {
            // Показываем кнопку, если прокрутили больше чем на половину высоты экрана
            if (window.scrollY > window.innerHeight / 2) { 
              scrollToTopButton.classList.add('is-visible');
            } else {
              scrollToTopButton.classList.remove('is-visible');
            }
          });
          
        } else {
          console.error('Кнопка "наверх" с классом .scroll-to-top не найдена!');
        }

      });
    </script>
    <script src="consultant-widget.js" data-client-id="3" defer></script>
</body>
</html>