/* Reset and Base Styles */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

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

body {
  font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background-color: #eff1fe;
  color: #064236;
  line-height: 1.6;
  overflow-x: hidden;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}


.logof {
 display: flex;
 flex-direction: column;
 gap: 10px;
}


.hero {
  background: #eff1fe;
}

.hero-content {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.images-container {
  display: grid;
  place-items: center;
}

.images-container img {
  max-width: 100%;
  height: auto;
}








.shadow-effect {
      position: relative;          /* 🔴 ОБЯЗАТЕЛЬНО */
      overflow: hidden;            /* 🔴 ОБЯЗАТЕЛЬНО */

      padding: 20px;
      border-radius: 50%;          /* вместо 999px */
      text-align: center;

      width: 500px;
      height: 500px;

      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;

      background-size: cover;
      background-position: center;

      box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10),
                  0 15px 12px rgba(0, 0, 0, 0.02);
    }

    .shadow-effect::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      border-radius: 50%;
      z-index: 1;
    }

.shadow-effect p,
.shadow-effect h3 {
  position: relative;
  z-index: 2;
}

    .sergey {
      background-image: url(media/sergey1.png);
    }
    .analitica {
      background-image: url(media/analitica.png);
    }
    .telegram {
      background-image: url(media/telega.png);
    }


    #customers-testimonials .shadow-effect p {
        font-family: 'Google Sans';
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 50px 0;
        font-weight: 300;
        color: #fff;
        width: 400px;
    }
        #customers-testimonials .shadow-effect h3 {
        font-family: 'Google Sans';
        font-size: 24px;
        color: #fff;
    }

    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #E3591E;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #E3591E;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 99px;
    }


@media (max-width: 768px) {
  #customers-testimonials .item {
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .shadow-effect {
    margin: 0 auto;
    width: 320px;
    height: 320px;
    padding: 24px;
  }
  #customers-testimonials .shadow-effect p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
  }

  #customers-testimonials .shadow-effect h3 {
    font-size: 18px;
  }
   #customers-testimonials .item {
    transform: none !important;
    opacity: 1 !important;
  }

  #customers-testimonials .owl-item.active.center .item {
    transform: none !important;
  }
}





/* ===== FEATURE SLIDER ===== */
.feature-card--slider .feature-slider {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.feature-card--slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.feature-card--slider .slide.active {
  opacity: 1;
  position: relative;
}

/* Точки поверх изображения */
.feature-card--slider .slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
  height: 5%;
}

.feature-card--slider .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
}

.feature-card--slider .dot.active {
  background: #ff7a00; /* твой оранжевый */
}

/* анимация логотипов */
.images-container {
  position: relative;
  overflow: hidden;
}

/* Только логотипы */
.images-container img:not(.image-person) {
  opacity: 0;
  transform: translateY(120px);
  animation-fill-mode: forwards;
}

/* Анимация появления */
@keyframes riseUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Анимация парения */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 1 логотип */
.image-yandex {
  animation:
    riseUp 0.4s ease-out 0.2s forwards,
    float 2s ease-in-out 1.3s infinite;
}

/* 2 логотип */
.image-ozon {
  animation:
    riseUp 0.4s ease-out 1.4s forwards,
    float 2s ease-in-out 2.5s infinite;
}

/* 3 логотип */
.image-wb {
  animation:
    riseUp 0.4s ease-out 2.6s forwards,
    float 2s ease-in-out 3.7s infinite;
}

/* анимация логотипов */


/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgb(247 248 250 / 73%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(169, 186, 235, 0) 0%, rgba(169, 186, 235, 1) 51%, rgba(169, 186, 235, 0) 100%) 1;
}

.header-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.logo img {
  height: 31px;
  width: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}

.nav-link {
  color: #6e7ca0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #064236;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}


.frame-36 {
    display: flex;
    gap: 20px;
}

.email-link {
  color: #6e7ca0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #064236;
}

.social-icon img,
.icon-wrapper img {
  
  height: 28px;
  transition: opacity 0.3s ease;
}

.social-icon:hover img,
.icon-wrapper:hover img {
  opacity: 0.7;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #064236;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero-section {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.footer-logo {
  display: flex;
  gap: 10px;
}

/* чтобы стрелки были кликабельны */
.arrow-btn {
  cursor: pointer;
}

/* Stats Section */
.stats-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 80px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-card {
  position: relative;
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(51, 141, 123, 1) 0%, rgba(116, 177, 165, 1) 100%);
  border: 1px solid rgba(6, 66, 54, 0.6);
  backdrop-filter: blur(2px) brightness(110%);
  -webkit-backdrop-filter: blur(2px) brightness(110%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(255, 255, 255, 0.32), inset 0 -1px 1px rgba(0, 0, 0, 0.13), inset -1px 0 1px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.stat-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

.stat-icon {
  position: absolute;
  width: 123px;
  height: auto;
}

.stat-icon-1 {
  top: 90px;
  left: 286px;
  z-index: -1;
}

.stat-icon-2 {
  top: 90px;
  right: 8px;
  z-index: -1;
}

.stat-icon-3 {
  top: 90px;
  right: 8px;
  z-index: -1;

}

.stat-icon-4 {
  right: 8px;
  bottom: -30px;
  z-index: -1;
}

/* Features Section */
.features-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.feature-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  border: 1px solid transparent;
  background-clip: padding-box;
  height: 100%;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(122deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #b9c7ef;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #064236;
  line-height: 1.3;
}

.feature-description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6e7ca0;
  line-height: 1.5;
}

.feature-dots {
  position: absolute;
  top: 251px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 2px;
  background-color: rgba(185, 199, 239, 0.5);
  border-radius: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #e3591e;
}

/* Reports Section */
.reports-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
  display: grid;
  gap: 20px;
}

.reports-visual img {
  width: 100%;
  height: auto;
}

.reports-content {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}

.reports-content::before {
  content: "";
  position: absolute;
  top: -131px;
  left: 50%;
  transform: translateX(-50%);
  width: 903px;
  height: 903px;
  background-color: #e3591e;
  border-radius: 50%;
  z-index: 0;
}

.reports-content::after {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 745px;
  height: 745px;
  background-color: #469787;
  border-radius: 50%;
  z-index: 1;
}

.reports-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #064236;
  text-align: center;
}

.nav-arrows {
  display: flex;
  gap: 10px;
}

.arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}

.arrow-btn:hover {
  opacity: 0.7;
}

.arrow-btn img {
  width: 70px;
  height: 70px;
}

.reports-carousel {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reports-carousel::-webkit-scrollbar {
  display: none;
}

.reports-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(87px);
  -webkit-backdrop-filter: blur(87px);
  z-index: -1;
}

.report-card {
  min-width: 400px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e2e9ff;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.report-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.report-title {
  font-size: 16px;
  font-weight: 700;
  color: #064236;
  line-height: 1.3;
}

.report-link {
  font-size: 14px;
  font-weight: 400;
  color: #e3591e;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.report-link:hover {
  opacity: 0.7;
}

/* Support Section */
.support-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  min-height: 1200px;
  justify-content: center;
}

.support-bg {
  position: absolute;
  top: 213px;
  left: 50%;
  transform: translateX(-50%);
  width: 970px;
  height: 970px;
  pointer-events: none;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(227, 89, 30, 0.06);
}

.circle-1 {
  top: 100px;
  left: 100px;
  width: 770px;
  height: 770px;
}

.circle-2 {
  top: 0;
  left: 0;
  width: 970px;
  height: 970px;
}

.support-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 80px;
  text-align: center;
}

.section-title-large {
  font-size: 60px;
  font-weight: 700;
  color: #064236;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #064236;
  max-width: 566px;
  line-height: 1.5;
  margin: auto;
}

.decoration-img {
  width: 360px;
  height: auto;
  margin-bottom: -30px;
}

.support-items {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 120px;
}

.support-item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 50px 30px;
  background-size: cover;
  background-position: center;
}

.support-item-small {
  width: 280px;
  height: 280px;
  background-image: url('media/analitica.png');
  gap: 6px;
}

.support-item-small:last-child {
  background-image: url('media/telega.png');
  padding: 25px 30px;
}

.support-item-large {
  width: 600px;
  height: 600px;
  background-image: url('media/sergey1.png');
  padding: 40px 20px;
  gap: 6px;
}

.support-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
}

.support-title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
}

.support-item-large .support-title {
  font-size: 14px;
}

.support-description {
  position: relative;
  z-index: 2;
  font-size: 9px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  max-width: 332px;
  line-height: 1.4;
}

/* Contact Section */
.contact-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
}

.contact-container {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}

.contact-form-wrapper {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-title {
  font-size: 41px;
  font-weight: 700;
  color: #064236;
  line-height: 1.2;
}

.contact-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6e7ca0;
  line-height: 1.5;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.input-decoration {
  flex: 1;
  height: 100px;
  margin-top: -10px;
  margin-bottom: -30px;
}

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

.form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #b9c7ef;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  position: relative;
}

.form-checkbox input[type="checkbox"]:checked {
  background-color: #469787;
  border-color: #469787;
}

.form-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.form-checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #6e7ca0;
  line-height: 1.4;
  cursor: pointer;
}

.agreement-link {
  color: #6e7ca0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.agreement-link:hover {
  color: #064236;
}

.contact-image {
  /*width: 863px;*/
  height: 420px;
  object-fit: cover;
  border-radius: 40px;
}

/* Reviews Section */
.reviews-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}*/

.review-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.06);
}

.review-header {
  display: flex;
  gap: 10px;
}

.review-avatar {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  font-size: 22px;
  font-weight: 700;
  color: #064236;
  text-align: center;
  line-height: 1.2;
}

.review-stars {
  display: flex;
  gap: 6px;
}

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

.review-date {
  font-size: 16px;
  font-weight: 400;
  color: #a2acc1;
  line-height: 1.2;
}

.review-text {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}

/* Pricing Section */
.pricing-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.pricing-card {
  position: relative;
  background-color: #021713;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  height: 100%;
}

.pricing-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.pricing-bg-1 {
  top: 368px;
  left: -228px;
  width: 703px;
  height: 285px;
  background-color: #796b66;
  transform: rotate(-12.39deg);
}

.pricing-bg-2 {
  top: 376px;
  right: -171px;
  width: 703px;
  height: 285px;
  background-color: #e4591e;
  transform: rotate(10.8deg);
}

.pricing-bg-3 {
  top: 418px;
  left: -228px;
  width: 703px;
  height: 285px;
  background-color: #1ee484;
  transform: rotate(-12.39deg);
}

.pricing-bg-4 {
  top: 386px;
  right: -171px;
  width: 703px;
  height: 285px;
  background-color: #39e7ff;
  transform: rotate(10.8deg);
}

.pricing-header {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(230, 236, 235, 0.2);
}

.pricing-title {
  font-size: 30px;
  font-weight: 700;
  color: #f7f8fa;
  line-height: 1.3;
}

.pricing-description {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  color: #fafbfc;
  line-height: 1.5;
  height: 100%;
}

.pricing-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 68px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(255, 255, 255, 0.32), inset 0 -1px 1px rgba(0, 0, 0, 0.13), inset -1px 0 1px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(2px) brightness(110%);
  -webkit-backdrop-filter: blur(2px) brightness(110%);
  width: fit-content;
}

.pricing-btn:hover {
  transform: scale(1.02);
  background-color: rgba(255, 255, 255, 0.3);
}

.pricing-btn:active {
  transform: scale(0.98);
}

/* FAQ Section */
.faq-section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 33px 34px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  gap: 20px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question h3 {
  font-size: 26px;
  font-weight: 700;
  color: #064236;
  line-height: 1.3;
  flex: 1;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  font-size: 18px;
  font-weight: 400;
  color: #064236;
  line-height: 1.5;
  margin-top: 20px;
}

/* Footer */
.footer {
  position: relative;
  background-color: rgba(247, 248, 250, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(169, 186, 235, 0) 0%, rgba(169, 186, 235, 1) 51%, rgba(169, 186, 235, 0) 100%) 1;
}

.footer-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 60px;
}

.footer-decoration {
  height: 100px;
  width: auto;
  margin-top: -15px;
  margin-bottom: -35px;
  margin-right: -20px;
}






/* Desktop styles */
.container {
  position: relative;
  background-color: #e8ecf8;
  min-height: 100vh;
  overflow: hidden;
  padding: 180px 80px 80px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(169, 186, 235, 0) 0%,
    rgba(169, 186, 235, 1) 51%,
    rgba(169, 186, 235, 0) 100%
  ) 1;
}

/* Background decoration */
.bg-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1389px;
  height: 702px;
  pointer-events: none;
}


.btn-glass-orange {
  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 60px;
  padding: 17px 30px;

  /* Typography */
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #E3591E;

  /* Shape */
  border-radius: 68px;

  /* Glass background (from Figma) */
  background: rgba(227, 89, 30, 0.06);

  /* iOS glass blur */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  /* Glass border */
  border: 1px solid rgba(227, 89, 30, 0.25);

  /* Shadow (exact from you) */
  box-shadow: 0 10px 20px rgba(167, 60, 14, 0.20);

  cursor: pointer;

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.btn-glass-orange:hover {
  background: rgba(227, 89, 30, 0.10);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(167, 60, 14, 0.25);
}

.btn-glass-orange:active {
  background: rgba(227, 89, 30, 0.08);
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(167, 60, 14, 0.22);
}




.btn-glass {
  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;

  height: 60px;
  padding: 17px 30px;

  /* Typography */
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #E3591E;

  /* Shape */
  border-radius: 68px;

  /* Glass background (from Figma) */
  background: rgba(227, 89, 30, 0.06);

  /* iOS glass blur */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  /* Glass border */
  border: 1px solid rgba(227, 89, 30, 0.25);

  /* Shadow (exact from you) */
  box-shadow: 0 10px 20px rgba(167, 60, 14, 0.20);

  cursor: pointer;

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.btn-glass:hover {
  background: rgba(227, 89, 30, 0.10);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(167, 60, 14, 0.25);
}

.btn-glass:active {
  background: rgba(227, 89, 30, 0.08);
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(167, 60, 14, 0.22);
}


.btn-glas {
  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 60px;
  padding: 17px 30px;

  /* Typography */
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #E3591E;

  /* Shape */
  border-radius: 68px;

  /* Glass background (from Figma) */
  background: rgba(227, 89, 30, 0.06);

  /* iOS glass blur */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  /* Glass border */
  border: 1px solid rgba(227, 89, 30, 0.25);

  /* Shadow (exact from you) */
  box-shadow: 0 10px 20px rgba(167, 60, 14, 0.20);

  cursor: pointer;

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.btn-glas:hover {
  background: rgba(227, 89, 30, 0.10);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(167, 60, 14, 0.25);
}

.btn-glas:active {
  background: rgba(227, 89, 30, 0.08);
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(167, 60, 14, 0.22);
}

.btn-glass-green {
  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 60px;
  padding: 17px 30px;

  /* Typography */
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #064236;

  /* Shape */
  border-radius: 68px;

  /* Glass background (from Figma) */
  background: rgba(6, 66, 54, 0.06);

  /* iOS glass effect */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  /* Glass border */
  border: 1px solid rgba(6, 66, 54, 0.25);

  /* Shadow (exact from you) */
  box-shadow: 0 10px 20px rgba(6, 66, 54, 0.20);

  cursor: pointer;

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.btn-glass-green:hover {
  background: rgba(6, 66, 54, 0.10);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(6, 66, 54, 0.25);
}

.btn-glass-green:active {
  background: rgba(6, 66, 54, 0.08);
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(6, 66, 54, 0.22);
}



/* Images container */
.images-container {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 1000px;
  height: 900px;
  pointer-events: none;
}

.image-wb {
  position: absolute;
  top: 5px;
  left: 500px;
  width: 585px;
  height: 587px;
  border-radius: 12px;
  object-fit: cover;
}

.image-ozon {
  position: absolute;
  top: 85px;
  left: 51px;
  width: 588px;
  height: 566px;
}

.image-person {
  position: absolute;
  top: 106px;
  left: 212px;
  width: 807px;
  height: 794px;
}

.image-yandex {
  position: absolute;
  top: 537px;
  left: 0;
  width: 461px;
  height: 325px;
  border-radius: 12px;
  object-fit: cover;
}

/* Content section */
.content {
  position: relative;
  z-index: 1;
  max-width: 1071px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
  margin-left: 80px;
}

/* Header section */
.header-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-title {
  font-family: "Google Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.text-dark {
  color: #064236;
}

.text-purple {
  color: #b611d7;
}

.text-blue {
  color: #008af3;
}

.text-yellow {
  color: #eab824;
}

.subtitle {
  font-family: "Google Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6e7ca0;
  max-width: 670px;
  margin: 0;
}

/* Features section */
.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 19px;
}

.feature-number {
  font-family: "Google Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1px #5478df;
  text-stroke: 1px #5478df;
  flex-shrink: 0;
}

.feature-text {
  font-family: "Google Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  max-width: 616px;
}

.text-regular {
  font-weight: 400;
  color: #064236;
}

.text-bold {
  font-weight: 700;
  color: #064236;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-link {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.btn-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

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

.btn-link:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 4px;
  border-radius: 8px;
}

.btn-link img {
  display: block;
  height: 60px;
  width: auto;
}

/* Tablet styles */
@media (max-width: 1024px) {
  .container {
    padding: 120px 40px 60px;
  }

  .bg-decoration {
    width: 900px;
    height: 450px;
  }

  .images-container {
    right: 40px;
    bottom: 40px;
    width: 700px;
    height: 600px;
  }

  .image-wb {
    width: 370px;
    height: 370px;
    left: 330px;
  }

  .image-ozon {
    width: 370px;
    height: 356px;
    left: 30px;
    top: 60px;
  }

  .image-person {
    width: 510px;
    height: 500px;
    left: 130px;
    top: 70px;
  }

  .image-yandex {
    width: 290px;
    height: 205px;
    top: 395px;
  }

  .main-title {
    font-size: 38px;
  }

  .subtitle {
    font-size: 16px;
  }

  .feature-number {
    font-size: 42px;
  }

  .feature-text {
    font-size: 16px;
  }
}

/* Mobile styles */
@media (max-width: 768px) {

  .logof {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }

  .container {
    padding: 80px 12px 360px;
  }

  .bg-decoration {
    width: 393px;
    height: 531px;
    left: 50%;
    transform: translateX(-50%);
  }

  .images-container {
    position: absolute;
    top: 674px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 498px;
    height: 445px;
  }

  .image-wb {
    top: 5px;
    left: 228px;
    width: 207px;
    height: 259px;
  }

  .image-ozon {
    top: 41px;
    left: 42px;
    width: 243px;
    height: 250px;
  }

  .image-person {
    top: 47px;
    left: 57px;
    width: 378px;
    height: 371px;
  }

  .image-yandex {
    top: 259px;
    left: 42px;
    width: 165px;
    height: 159px;
  }

  .content {
    max-width: 369px;
    gap: 30px;
  }

  .header-section {
    gap: 20px;
  }

  .main-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .subtitle {
    font-size: 12px;
    line-height: 1.5;
    max-width: 100%;
  }

  .features {
    gap: 20px;
  }

  .feature-item {
    gap: 19px;
  }

  .feature-number {
    font-size: 30px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .btn-link {
    width: 100%;
  }

  .btn-link img {
    width: 100%;
    height: auto;
  }
}


.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 5000;
  pointer-events: none;
  visibility: hidden;
}

.mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}


/* Small mobile */
@media (max-width: 768px) {


.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}


/* =========================
   MOBILE MENU (SEPARATE)
========================= */


.nav-menu {
    display: none;
  }

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

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 5000;
  pointer-events: none;
}

.mobile-menu.is-open {
  pointer-events: auto;
}

/* затемнение */
.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .3s ease;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

/* панель */
.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 360px;
  height: 100%;
  background: #eff1fe;

  transform: translateX(100%);
  transition: transform .3s ease;

  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 40px;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

/* закрыть */
.mobile-menu__close {
  align-self: flex-end;
  font-size: 32px;
  border: none;
  background: none;
  cursor: pointer;
}

/* навигация */
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-menu__nav a {
  font-size: 22px;
  font-weight: 500;
  color: #064236;
  text-decoration: none;
}




  .container {
    padding: 60px 12px 0px;
  }

  .btn-glass-orange {
    width: 100%;
  }
  .btn-glass-green {
    width: 100%;
  }


  .feature-text {
    font-size: 12px;
  }

  .support-items {
    position: relative;
    width: 100%;
    height: 300px !important;
  }

  .support-bg {
    z-index: -999;
  }

.stat-card {
  height: 140px;
}

  .stat-icon-1 {
    left: 266px;
  }


  .bg-decoration {
    width: 320px;
    height: 430px;
  }

  .images-container {
    width: 400px;
    height: 360px;
  }

  .image-wb {
    width: 250px;
    height: auto;
    left: 180px;
    top: -50px;
  }

  .image-ozon {
    width: 240px;
    height: auto;
    left: -25px;
    top: 0px;
  }

  .image-person {
    width: 370px;
        height: auto;
        left: 35px;
        top: 10px;
  }

  .image-yandex {
    width: 165px;
    height: 130px;
    top: 245px;
    left: -35px;
  }

  .content {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    height: 850px;

  }

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

  .feature-number {
    font-size: 26px;
  }
}


/* Responsive Design */
@media (max-width: 1440px) {
  .header-content,
  .stats-section,
  .features-section,
  .reports-section,
  .support-header,
  .contact-section,
  .reviews-section,
  .pricing-section,
  .faq-section,
  .footer-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-large {
    font-size: 48px;
  }

  .support-items {
    gap: 60px;
  }

  .support-item-large {
    width: 500px;
    height: 500px;
  }

  .support-item-small {
    width: 240px;
    height: 240px;
  }
}

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

  .features-section {
    grid-template-columns: 1fr;
  }

  .reports-section {
    grid-template-columns: 1fr;
  }

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

  .pricing-section {
    grid-template-columns: 1fr;
  }

  .support-items {
    flex-direction: column;
    gap: 40px;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-image {
    width: 100%;
    height: auto;
  }
}

.frame-36 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 400px;

}

@media (max-width: 768px) {

  .contact-container {
    padding: 10px;
  }

  .contact-form-wrapper {
    width: 100%;
  }
.reports-section {
  padding: 12px !important;
}

.report-block {
    border-radius: 16px;
    padding: 14px;
    overflow: hidden;
}

.reports-grid {
  grid-template-columns: none !important;
}

.frame-36 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: auto;

}
  .header-content {
    padding: 20px;
  }

/*  .nav-menu,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }*/

  .hero-section {
    height: 600px;
  }

  .stats-section,
  .features-section,
  .reports-section,
  .support-header,
  .contact-section,
  .reviews-section,
  .pricing-section,
  .faq-section,
  .footer-content {
    padding: 80px 12px;
  }

  .stats-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-icon {
    width: 80px;
  }

  .section-title-large {
    font-size: 32px;
  }

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

  .support-section {
    min-height: auto;
    padding: 40px 20px;
    /*z-index: -32 !important;*/
  }

  /*.support-items {
    gap: 20px;
  }*/

  .support-item-small {
    width: 180px;
    height: 180px;
  }

  .support-item-large {
    width: 340px;
    height: 340px;
  }

  .support-title {
    font-size: 16px;
  }

  .support-item-large .support-title {
    font-size: 18px;
  }

  .support-description {
    font-size: 8px;
  }

/*  .reviews-grid {
    grid-template-columns: 1fr;
  }*/

  .contact-title {
    font-size: 28px;
  }

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

  .form-inputs {
    flex-direction: column;
  }

  .arrow-btn img {
    width: 60px;
    height: 60px;
  }

.report-card {
  flex: 0 0 420px;
  max-width: 300px;

  background: #fff;
  border-radius: 24px;
  padding: 20px;

  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
  .footer-nav {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
  }

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

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

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

  .pricing-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-title-large {
    font-size: 28px;
  }



  .support-item.center {
    transform: translate(-50%, -50%) scale(1.3) !important;
    opacity: 1;
    z-index: 3;
  }

  .support-item.left {
    transform: translate(calc(-64% - 200px), -50%) scale(1.0) !important;
    opacity: 1 !important;
  }

  .support-item.right {
    transform: translate(calc(134% - 200px), -50%) scale(1) !important;
    opacity: 1 !important;
  }

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

  .stat-number {
    font-size: 36px;
  }

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

  .feature-title {
    font-size: 18px;
  }

  .feature-description {
    font-size: 14px;
  }

  .support-item-small {
    width: 150px;
    height: 150px;
  }

  .support-item-large {
    width: 280px;
    height: 280px;
  }
}

.reviews-grid {
  display: flex;
  gap: 20px;

  padding: 30px 80px;   /* визуальный центр */
  margin: -30px -80px;

  overflow: hidden;
  scroll-behavior: smooth;
}

.review-card {
  flex: 0 0 360px;
}


.reports-section {
  padding: 80px;
}

.reports-container {
  border-radius: 40px;
  background: linear-gradient(120deg, #fdf1e7, #e8f4f1);
  padding: 40px;
}

/* HEADER */
.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.reports-title {
  font-size: 32px;
  font-weight: 700;
  color: #064236;
}

.reports-arrows {
  display: flex;
  gap: 12px;
}

.reports-viewport {
  overflow-x: auto;          /* ← КЛЮЧ */
  overflow-y: visible;

  scroll-behavior: smooth;

  padding-left: 32px;
  padding-right: 32px;

  margin-left: -45px;
  margin-right: -45px;

  scrollbar-width: none;     /* Firefox */
}

.reports-viewport::-webkit-scrollbar {
  display: none;             /* Chrome */
}


/* TRACK */
.reports-track {
  display: flex;
  gap: 20px;
  padding: 0 0 26px 12px;
}
/* CARD */
.report-card {
  flex: 0 0 360px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: none;
  text-align: left;
  cursor: pointer;

  box-shadow: 0 14px 20px rgba(0,0,0,.06);
}

.report-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.report-card h3 {
  font-size: 16px;
  color: #064236;
  margin-bottom: 6px;
  text-align: left;
}

.report-link {
  font-size: 14px;
  color: #e3591e;
  text-align: left;
}


.reports-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.report-block {
  border-radius: 20px;
  padding: 14px;
  overflow: hidden;
}


.reports-title {
  font-size: 22px;
  line-height: 1;
}

/* разные фоны */
.report-weekly {
  background: linear-gradient(120deg, #fdf1e7, #e8f4f1);
  border: 2px solid #ffffff;
}

.report-daily {
  background: linear-gradient(120deg, #fef3e8, #edf7f4);
  border: 2px solid #ffffff;
}


.arrow-btn {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 17px 20px;

  justify-content: center;
  align-items: center;
  gap: 10px;

  aspect-ratio: 1 / 1;

  border-radius: 68px;
  border: none;

  background: rgba(0, 0, 0, 0);
  box-shadow: 0 10px 20px rgba(6, 66, 54, 0.20);

  cursor: pointer;
  transition: 
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.arrow-btn {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  background: rgba(255, 255, 255, 0.35);
}

.arrow-btn:hover {
  box-shadow: 0 14px 28px rgba(6, 66, 54, 0.25);
  transform: translateY(-1px);
}

.arrow-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(6, 66, 54, 0.18);
}

.arrow-btn img,
.arrow-btn svg {
  width: 16px;
  height: 16px;
}
.arrow-btn:focus-visible {
  outline: 2px solid rgba(6, 66, 54, 0.5);
  outline-offset: 3px;
}



.support-items {
  position: relative;
  width: 100%;
  height: 700px;
}

.support-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  cursor: pointer;

  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0.4;

  transition:
    transform .6s ease,
    opacity .6s ease;
}

.support-item.center {
  transform: translate(-50%, -50%) scale(2.4);
  opacity: 1;
  z-index: 3;
}

.support-item.left {
  transform: translate(calc(-50% - 460px), -50%) scale(0.7);
  opacity: 0.4;
  z-index: 2;
}

.support-item.right {
  transform: translate(calc(-50% + 460px), -50%) scale(0.7);
  opacity: 0.4;
  z-index: 2;
}


.support-content {
  pointer-events: none;
}

.support-item {
  pointer-events: auto;
}

.support-section {
  position: relative;
  /*z-index: 1;*/
}

.reports-section {
  position: relative;
  z-index: 5;
}


.modal-description {
  font-size: 14px;
  line-height: 1.4;
  color: #064236;
  margin: 20px 0 20px 0;
}

/* ===== Overlay ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  display: none; /* 👈 КЛЮЧ */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-overlay.is-active {
  display: flex;
}

/* ===== Modal ===== */

.modal2 {
  position: relative;
  width: 400px;
  max-width: calc(100% - 32px);
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}


.modal {
  position: relative;
  width: 1000px;
  max-width: calc(100% - 32px);
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ===== Close ===== */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
  font-size: 18px;
}

/* ===== Title ===== */
.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #064236;
  margin-bottom: 20px;
}

/* ===== Checkbox ===== */
.modal-checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 28px;
  cursor: pointer;
}

.modal-checkbox input {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid #b7c5c1;
  flex-shrink: 0;
  margin-top: 3px;
}

.modal-checkbox input:checked + .checkmark {
  background: #ff6a00;
  border-color: #ff6a00;
}

.modal-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.modal-text a {
  color: #2563eb;
  text-decoration: underline;
}

/* ===== Button ===== */
.modal-button {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  background: linear-gradient(180deg, #fff 0%, #ffe7d6 100%);
  box-shadow: 0 10px 20px rgba(255, 106, 0, 0.25);
  color: #ff6a00;

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;              /* 👈 СКРЫТО ПО УМОЛЧАНИЮ */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-overlay.is-active {
  display: flex;
}



/* ===== Report modal ===== */
.modal-report {
  width: 640px;
  max-width: calc(100% - 32px);
  padding: 28px 24px 32px;
}

.modal-report .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #064236;
  margin-bottom: 16px;
}

.modal-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 16px;
  object-fit: cover;
}



.support-item {
  flex-shrink: 0;
}

.support-items {
  display: flex;
  gap: 80px;

  overflow-x: auto;
  overflow-y: visible;

  scroll-behavior: smooth;

  /* КРИТИЧЕСКИ ВАЖНО */
  justify-content: flex-start;
}

.support-items:active {
  cursor: grabbing;
}

/* скрываем скроллбар */
.support-items::-webkit-scrollbar {
  display: none;
}



.footer-requisites {
  display: flex;
  flex-direction: column;
  gap: 4px;

  font-size: 14px;
  font-weight: 400;
  color: #6e7ca0;
  line-height: 1.4;
  white-space: nowrap;
}

/* планшеты и ниже */
@media (max-width: 1024px) {
  .footer-content {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .footer-requisites {
    order: 3;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

/* мобильные */
@media (max-width: 600px) {
  .footer-content {
    padding: 20px;
  }

  .footer-requisites {
    font-size: 13px;
    text-align: center;
  }


}





