@font-face{
  font-family: 'Lato';
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Lato';
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Lato';
  src: url('../fonts/lato-v25-latin-900.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inter';
  src: url('../fonts/inter-v18-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}
html, body{
  overflow-x: hidden;
  max-width: 100%;
}
.logo{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-self: start;
}
.logo img{
  width: 132px;
  height: 20px;
  display: block;
}
:root{
  --bg: #090A0B;
  --accent: #F5A623;
  --text: #ffffff;
  --text-muted: #cfcfcf;
--header-h: 84px;
--header-top-h: 26px;
}
*{ box-sizing: border-box; margin:0; padding:0; }
body{
  font-family: 'Lato', Arial, sans-serif;
  color: var(--text);
}
.demo-content{
  padding-top: calc(var(--header-top-h) + var(--header-h) + 40px);
  padding-left: 24px;
  padding-right: 24px;
  height: 1400px;
  color: var(--text-muted);
}
#pronac,
#pricing,
#cases,
#contact {
    scroll-margin-top: calc(var(--header-top-h) + var(--header-h) + 20px);
}
                                                                            /* ===== ШАПКА ===== */
.header__top{
  height: var(--header-top-h);
}
.header__top-inner{
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
}
.lang-switch{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
}
.lang-switch__item{
  color: var(--text-muted);
  text-decoration: none;
  transition: color .2s ease;
}
.lang-switch__item.active,
.lang-switch__item:hover{
  color: var(--text);
}
.lang-switch__divider{
  color: var(--text-muted);
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--header-top-h) + var(--header-h));
  background: var(--bg);
  z-index: 1000;
}
.header__inner{
  max-width: 1440px;
  height: var(--header-h);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.nav{
  min-width: 0;
  display: flex;
  justify-content: center;
  justify-self: center;
}
.nav ul{
  display: flex;
  list-style: none;
  gap: 32px;
}
.nav a{
  color: var(--text);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color .2s ease;
}
.nav a:hover{ 
    color: var(--accent); 
}
.nav__contacts{ 
    display: none; 
}
.header__right{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  justify-self: end;
  grid-column: 3;
}
.phone{
   color: var(--text);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.btn-cta{
  background: #F0B429;
  color: #090A0B;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 190px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 24px 4px rgba(255, 196, 0, 0.4);
}
#but_nodisl {
  background: #F0B429;
  color: #090A0B;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.btn-cta:hover{
  filter: brightness(1.08);
  box-shadow: 0 0 24px 4px rgba(255, 196, 0, 0.5);
}
.burger{
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
.burger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--text);
  transition: transform .3s ease, opacity .3s ease, top .3s ease;
}
.burger span:nth-child(1){ top: 0; }
.burger span:nth-child(2){ top: 10px; }
.burger span:nth-child(3){ top: 20px; }
.burger.active span:nth-child(1){ top: 10px; transform: rotate(45deg); }
.burger.active span:nth-child(2){ opacity: 0; }
.burger.active span:nth-child(3){ top: 10px; transform: rotate(-45deg); }
                                                                                            /* ===== МОДАЛЬНОЕ ОКНО ===== */
.modal-overlay{
  position: fixed;
  inset: 0;
   background: #000000ec;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 2000;
  padding: 16px;
}
.modal-overlay.open{
  opacity: 1;
  visibility: visible;
}
.modal{
  background: var(--bg);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  max-width: 400px;
  position: relative;
  transform: translateY(-10px);
  transition: transform .25s ease;
}
.modal-overlay.open .modal{
  transform: translateY(0);
}
.modal__close{
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}
.modal__close:hover{ color: var(--text); }
.modal__title{
  font-size: 22px;
  margin-bottom: 8px;
}
.modal__subtitle{
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.modal__form{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal__field{
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.modal__field input{
  background: #14161a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--text);
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease;
}
.modal__field input:focus{
  border-color: var(--accent);
}
.modal__submit{
  margin-top: 8px;
  width: 100%;
}
                                                                                                    /* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 1440px) {
  .header__inner { 
    padding: 0 35px; 
  }
}
@media (max-width: 1024px) {
    .nav__contacts{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 32px;
        }
    .nav__phone{
        color: var(--text);
        font-size: 18px;
        text-decoration: none;
        }
    .nav__socials{
        display: flex;
        gap: 30px;
        margin-top: 20px;
        }
    .nav__socials a{
        color: var(--accent);
        text-decoration: none;
        font-size: 15px;
        }
    .header__inner{
        display: flex;
        justify-content: space-between;
        padding: 0 16px;
}
    .phone { 
      display: none; 
    }
    .nav{
        position: fixed;
        top: var(--header-h);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-h));
        background: var(--bg);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity .25s ease, transform .25s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 60px;
    }
    .nav.open{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        }
    .nav ul{
        flex-direction: column;
        align-items: center;
        gap: 28px;
        }
    .nav a { 
        font-size: 20px; 
        }
    .btn-cta{
        width: 150px;
        height: 32px;
        font-size: 13px;
    }
    .burger{ 
        display: block; 
    }
    .header__top{ display: none; }
    .header{ height: var(--header-h); }
}
@media (max-width: 480px) {
    .logo img { 
      width: 135px; 
      height: 30px; 
    }
    .btn-cta { 
      height: 30px; 
      font-size: 12px; 
      margin: 0 auto;
    }
    .header__inner{ gap: 12px; }
}
@media (max-width: 375px) {
    .logo img { 
      width: 110px; 
      height: 15px; 
    }
    .btn-cta { 
      width: 130px;
      height: 30px; 
      font-size: 12px; 
    }
    .header__inner { 
      gap: 12px; 
    }
}
                                                                                  /* ===== Основной блок ===== */
.hero{
  padding: calc(var(--header-top-h) + var(--header-h) + 80px) 40px 80px;
  background: #090A0B;
  padding-top: 230px;
  padding-bottom: 190px;
}
@media (max-width: 1024px) {
    .hero { 
          padding-top: 150px;
          padding-bottom: 130px;
    }
}
@media (max-width: 860px) {
    .hero { 
          padding: calc(var(--header-top-h) + var(--header-h) + 50px) 20px 80px;
    }
}
@media (max-width: 425px) {
    .hero { 
          padding: calc(var(--header-top-h) + var(--header-h) + 0px) 20px 80px;
    }
}
.hero__inner{
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "content media"
    "cta media";
  align-items: center;
  gap: 24px 60px;
}
.hero__content{ grid-area: content; }
.hero__media{ grid-area: media; }
.hero__cta{ grid-area: cta; }
.hero__content{
  max-width: 650px;
  flex-shrink: 0;
}
@media (max-width: 1124px){
    .hero__content{
      max-width: 550px;
    }
  }
  @media (max-width: 1024px){
    .hero__content{
      max-width: 450px;
    }
  }
  @media (max-width: 768px){
    .hero__content{
      max-width: 350px;
    }
  }
    @media (max-width: 425px){
    .hero__content{
      max-width: 450px;
    }
  }
.hero__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero__badge-dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.hero__title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.0275em;
    color: var(--text);
    margin-bottom: 40px;
}
.hero__title .accent{
  color: var(--accent);
}
.hero__text{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 48px;
  max-width: 460px;
}
@media (max-width: 768px){
  .hero__text{
    margin-bottom: 0px;
  }
  }
.hero__cta{
  width: 300px;
  height: 50px;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 24px 4px rgba(255, 196, 0, 0.4);
}
                                                                                      /* ===== ВИЗУАЛ HERO ===== */
.hero__media{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.hero__media-inner{
  position: relative;
  z-index: 0;
  display: inline-block;
}
                                                                                    /* ===== МЯГКОЕ ЗОЛОТОЕ СВЕЧЕНИЕ ===== */
.hero__media-inner::before{
  content: '';
  position: absolute;
  top: 48%;
  left: 55%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(245,166,35,0.35), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}
                                                                            /* ===== БЛЕДНЫЕ ТОЧКИ СПРАВА СВЕРХУ ===== */
.hero__dots-right{
  position: absolute;
  top: -55px;
  right: 20px;
  width: 210px;
  height: 130px;
  background-image: radial-gradient( rgba(245,166,35,0.13) 1px, transparent 1px );
  background-size: 16px 16px;
  mask-image: radial-gradient( ellipse at center, black 0%, rgba(0,0,0,0.65) 45%, transparent 85% );
  -webkit-mask-image: radial-gradient( ellipse at center, black 0%, rgba(0,0,0,0.65) 45%, transparent 85%);
  z-index: -1;
  pointer-events: none;
}
                                                                                  /* ===== БЛЕДНЫЕ ТОЧКИ СЛЕВА СНИЗУ ===== */
.hero__dots-left{
  position: absolute;
  bottom: 5px;
  left: -55px;
  width: 180px;
  height: 110px;
  z-index: -1;
  background-image: radial-gradient(rgba(245,166,35,0.10) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: radial-gradient(ellipse at center, black 0%, rgba(0,0,0,0.55) 45%, transparent 85%);
  -webkit-mask-image: radial-gradient( ellipse at center, black 0%, rgba(0,0,0,0.55) 45%, transparent 85% );
  z-index: -1;
  pointer-events: none;
}
                                                                          /* ===== САМА КАРТИНКА ===== */
.hero__media-inner img{
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
}
@media (max-width: 1024px) and (min-width: 901px) {
  .hero__inner {
      grid-template-columns: minmax(0, 1fr) 460px;
      grid-template-areas:
      "content media"
      "cta media";
    gap: 20px 25px;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__title {
    font-size: 38px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 0.8;
    max-width: 420px;
  }
  .hero__media {
    justify-content: flex-end;
  }
  .hero__media-inner img {
    max-width: 400px;
  }
  .hero__cta {
    justify-self: start;
  }
}

@media (max-width: 768px){
  .hero__title{ font-size: 30px; }
}
@media (max-width: 425px) {
  .hero__title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .hero__title {
    font-size: 33px;
  }
}
@media (max-width: 480px){
  .hero__text{ 
    font-size: 18px; 
    line-height: 1.3;
}
}
.hero__media-inner img{
  filter: brightness(0.85) saturate(0.9);;
}
                                                                                                          /* ===== Блок "Чому PPC.PRO" ===== */
.why {
    background: #ffffff;

}
.why__inner{
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
.why__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
   max-width: 1250px;
  margin: 0 auto;
  min-height: 220px;
}
.why__header{
  max-width: 600px;
}
.accent-dark{ color: var(--accent); }
.why__title{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #0d0d0d;
  max-width: 420px;
}
.why__stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
.why__card{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
}
.why__icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #FDEFD8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why__icon svg{ width: 24px; height: 24px; }
.why__number{
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: #0d0d0d;
}
.why__number .plus{ color: var(--accent); }
.why__label{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #444;
  margin-top: 4px;
}
.why__divider{
  width: 40px;
  height: 2px;
  background: var(--accent);
  margin: 16px auto;
}
.why__desc{
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}
@media (max-width: 1024px){
  .why{ padding: 40px 24px; }
  .why__stats{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px){
  .why{ padding: 20px 14px; }
}
@media (max-width: 600px){
  .why__stats{ grid-template-columns: 1fr; }
  .why__title{ font-size: 26px; }
}
@media (max-width: 900px) {
  .hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "media"
      "cta";
    gap: 28px;
  }
  .hero__content {
    grid-area: content;
    max-width: 100%;
  }
  .hero__media {
    grid-area: media;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero__media-inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero__media-inner img {
    width: 100%;
    max-width: 430px;
    height: auto;
  }
  .hero__cta {
    grid-area: cta;
    justify-self: start;
    align-self: center;
    margin: 0 auto;
    width: 300px;
  }
}
@media (max-width: 768px) {
    .hero__media-inner img {
        max-width: 330px;
    }
}
@media (max-width: 480px) {
    .hero__media-inner img {
        width: auto;
        max-width: 200px;
        height: auto;
    }
}

.results {
  --text: #0b0c0e;
  --muted: #69707a;
  --border: #e9ebee;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 50px 0 30px;
}
.results__container {
  width: min(100% - 80px, 1440px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.results__decor {
  position: absolute;
  pointer-events: none;
}
.results__decor--top {
  width: 520px;
  height: 520px;
  right: -250px;
  top: -260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 0, .10);
}
.results__decor--top::before,
.results__decor--top::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 0, .07);
}
.results__decor--top::before {
  inset: 45px;
}
.results__decor--top::after {
  inset: 95px;
}
.results__decor--bottom {
  width: 450px;
  height: 450px;
  left: -330px;
  bottom: -330px;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 0, .08);
}
.results__head {
  display: grid;
  align-items: center;
  margin-bottom: 10px;
}
.cases .results__head {
    display: block;
    margin-bottom: 42px;
}
.cases .results__intro {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "eyebrow eyebrow"
        "title link";
    align-items: end;
    column-gap: 40px;
}

@media (max-width: 650px) {
    .cases .results__intro {
        grid-template-columns: 1fr;
        grid-template-areas:
            "eyebrow"
            "title"
            "link";
        row-gap: 18px;
    }
    .cases .cases__all {
        margin-left: 0;
        justify-self: start;
        align-self: start;
    }
}
.cases .results__eyebrow {
    grid-area: eyebrow;
}
.cases .results__title {
    grid-area: title;
}
.cases .cases__all {
    grid-area: link;
    margin-left: auto;
    align-self: end;
}
.results__intro {
  max-width: 720px;
}
.results__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: clamp(35px, 4.2vw, 44px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 700;
    color: #0b0c0e;
}
.results__title strong {
    color: var(--accent);
    font-weight: 700;
}
.results__description {
  max-width: 500px;
  margin: 28px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
}
.results__chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 230px;
}
.results__bars {
  position: absolute;
  inset: 20px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 18px;
  padding: 0 25px;
}
.results__bars i {
  display: block;
  width: 10%;
  max-width: 70px;
  background: linear-gradient(
    to top,
    rgba(255, 138, 0, .04),
    rgba(230, 235, 245, .65)
  );
  border-radius: 10px 10px 0 0;
}
.results__chart-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.results__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (min-width: 1101px) {
    .results__cards {
        grid-template-columns: repeat(4, 270px);
        justify-content: center;
        gap: 20px;
    }
    .results__cards .result-card {
        width: 270px;
    }
}
.result-card {
  position: relative;
  overflow: hidden;
  padding: 20px 5px 5px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fcfcfd 100%
    );
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow:
    0 12px 40px rgba(17, 24, 39, .045);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}
.result-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 138, 0, .25);
  box-shadow:
    0 25px 60px rgba(17, 24, 39, .10),
    0 0 0 1px rgba(255, 138, 0, .04);
}
.result-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 138, 0, .13);
  filter: blur(45px);
  border-radius: 50%;
  pointer-events: none;
}
.result-card__circle {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid #e9eaed;
  border-radius: 50%;
  background: #fff;
}
.result-card__circle-progress {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 2px solid transparent;
 border-top-color: var(--accent);
    border-right-color: var(--accent);
  transform: rotate(-20deg);
}
.result-card__circle::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 138, 0, .10),
      rgba(255, 138, 0, .015) 70%
    );
}
.result-card__circle svg {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: var(--accent);
}
.result-card__number {
  position: relative;
  z-index: 2;
  font-family: 'Lato', sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.045em;
  color: #08090b;
}
.result-card__number span {
  color: var(--accent);
}
.result-card__label {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
  color: #101216;
}
.result-card__line {
  width: 54px;
  height: 3px;
  margin: 14px auto 15px;
  background: var(--accent);
  border-radius: 10px;
}
.result-card p {
  position: relative;
  z-index: 2;
  max-width: 240px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #707780;
}
@media (max-width: 1024px) {
    .results__head {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .results__cards {
        grid-template-columns: repeat(4, 200px);
        justify-content: center;
        gap: 14px;
    }
    .result-card {
        width: 205px;
        min-height: 0;
        height: 215px;
        padding: 14px 8px 8px;
        border-radius: 17px;
    }
    .result-card__circle {
        width: 64px;
        height: 64px;
        margin-bottom: 9px;
    }
    .result-card__circle svg {
        width: 25px;
        height: 25px;
    }
    .result-card__circle::after {
        inset: 8px;
    }
    .result-card__number {
        font-size: 36px;
        line-height: 1;
    }
    .result-card__label {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.2;
    }
    .result-card__line {
        width: 34px;
        height: 2px;
        margin: 9px auto;
    }
    .result-card p {
        max-width: 175px;
        font-size: 10px;
        line-height: 1.3;
    }
    .result-card__waves {
        height: 55px;
        bottom: 0;
    }
    .result-card__map {
        height: 55px;
        bottom: 5px;
    }
    .result-card__people {
        bottom: -5px;
    }
    .result-card__mini-chart {
        height: 58px;
        bottom: 0;
    }
}
@media (max-width: 768px) {
 
    .results__cards {
        grid-template-columns: repeat(3, 200px);
    }
}
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #f5a623;
}
.section-eyebrow span {
    width: 30px;
    height: 2px;
    display: block;
    background: #f5a623;
}
@media (max-width: 650px) {
  .results__title br {
    display: none;
}
  .results {
    padding: 50px 0 55px;
  }
  .results__container {
    width: calc(100% - 32px);
  }
  .results__head {
    margin-bottom: 5px;
  }
  .results__eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .results__description {
    font-size: 16px;
    margin-top: 20px;
  }
  .results__chart {
    height: 155px;
    bottom: 0;
  }
  .result-card {
    min-height: 350px;
    padding: 20px 12px;
    border-radius: 18px;
  }
  .result-card__circle {
    width: 78px;
    height: 78px;
    margin-bottom: 17px;
  }
  .result-card__circle svg {
    width: 28px;
    height: 28px;
  }
  .result-card__circle::after {
    inset: 9px;
  }
  .result-card__number {
    font-size: 45px;
  }
  .result-card__label {
    font-size: 14px;
  }
  .result-card__line {
    width: 38px;
    height: 2px;
    margin: 16px auto;
  }
  .result-card p {
    font-size: 12px;
    line-height: 1.4;
  }
  .result-card__waves {
    height: 75px;
  }
  .result-card__map {
    bottom: 12px;
    height: 70px;
  }
  .result-card__people {
    bottom: -8px;
    gap: 5px;
  }
  .result-card__people i {
    width: 48px;
    height: 48px;
  }
  .result-card__mini-chart {
    height: 80px;
  }
}
@media (max-width: 425px) {
  .results__title {
    font-size: clamp(30px, 4.2vw, 44px);
}
}
@media (max-width: 650px) {
    .results__cards {
        width: min(100%, 380px);
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .results__cards .result-card {
        width: 100%;
        min-width: 0;
        max-width: none;
        height: 245px;
        padding: 14px 8px 8px;
        border-radius: 16px;
    }
    .result-card__circle {
        width: 62px;
        height: 62px;
        margin-bottom: 10px;
    }
    .result-card__circle svg {
        width: 23px;
        height: 23px;
    }
    .result-card__circle::after {
        inset: 8px;
    }
    .result-card__number {
        font-size: 36px;
        line-height: 1;
    }
    .result-card__label {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    .result-card__line {
        width: 34px;
        height: 2px;
        margin: 10px auto 10px;
    }
    .result-card p {
        max-width: 160px;
        font-size: 12px;
        line-height: 1.35;
    }
    .result-card__waves {
        height: 55px;
        bottom: 0;
    }
    .result-card__map {
        height: 55px;
        bottom: 5px;
    }
    .result-card__people {
        bottom: -6px;
    }
    .result-card__people i {
        width: 38px;
        height: 48px;
    }
    .result-card__mini-chart {
        height: 58px;
        bottom: 0;
    }
}
@media (max-width: 390px) {
  .results__cards {
    gap: 10px;
  }
  .result-card {
    min-height: 330px;
  }
  .result-card__number {
    font-size: 38px;
  }
  .result-card__label {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
    .result-card {
        min-height: 0;
        height: 285px;
        padding: 18px 10px 10px;
        border-radius: 16px;
    }
    .result-card__circle {
        width: 72px;
        height: 72px;
        margin-bottom: 13px;
    }
    .result-card__circle svg {
        width: 25px;
        height: 25px;
    }
    .result-card__number {
        font-size: 38px;
        line-height: 1;
    }
    .result-card__label {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.25;
    }
    .result-card__line {
        width: 35px;
        height: 2px;
        margin: 13px auto 14px;
    }
    .result-card p {
        font-size: 12px;
        line-height: 1.4;
    }
    .result-card__waves {
        height: 72px;
        bottom: 0;
    }
    .result-card__map {
        height: 72px;
        bottom: 8px;
    }
    .result-card__people {
        bottom: -5px;
    }
    .result-card__mini-chart {
        height: 75px;
        bottom: 0;
    }
}
.why__partners {
    width: 1100px;
    max-width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    margin: 0 auto;
}
.partner-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
.partner-badge img {
    width: 120px;
    height: 120px;
    display: block;
}
.partner-badge__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.partner-badge__text strong {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 700;
    color: #111;
    width: 100px;
}
.partner-badge__text span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #858990;
    width: 235px;
}
.partner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 30px;
}
.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 120px;
    text-align: center;
}
.partner-logo img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}
.partner-logo span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #45484e;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    .why__partners {
        width: 900px;
        max-width: calc(100% - 50px);
        gap: 35px;
    }
    .partner-logos {
        gap: 15px;
    }
    .partner-logo {
        width: 100px;
    }
    .partner-logo img {
        width: 50px;
        height: 50px;
    }
    .partner-logo span {
        font-size: 12px;
    }
    .partner-badge img {
        width: 65px;
        height: 65px;
    }
    .partner-badge__text strong {
        font-size: 16px;
    }
    .partner-badge__text span {
        font-size: 12px;
        width: 210px;
    }
}
@media (max-width: 820px) {
    .why__partners {
        width: calc(100% - 30px);
        flex-direction: column;
        gap: 25px;
    }
    .partner-badge {
        justify-content: center;
    }
    .partner-logos {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    .partner-logo {
        width: auto;
    }
    .partner-logo span {
        font-size: 12px;
        white-space: normal;
    }
}
@media (max-width: 425px) {
    .partner-badge img {
        width: 100px;
        height: 100px;
    }
}
.final-cta {
    position: relative;
    overflow: hidden;
    padding: 34px 0;
    background:
        radial-gradient(
            circle at 12% 50%,
            rgba(245, 166, 35, .14),
            transparent 24%
        ),
        radial-gradient(
            circle at 88% 50%,
            rgba(245, 166, 35, .10),
            transparent 22%
        ),
        linear-gradient(
            180deg,
            #0b0d0f 0%,
            #090a0b 100%
        );
    color: #fff;
}
.final-cta__bg-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(245, 166, 35, .08);
    filter: blur(70px);
    pointer-events: none;
}
.final-cta__bg-glow--left {
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
}
.final-cta__bg-glow--right {
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
}
.final-cta__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 80px, 1440px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
}
.final-cta__visual {
    position: relative;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
}
.final-cta__visual-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.final-cta__visual-ring--outer {
    inset: 0;
    border: 1px solid rgba(245,166,35,.20);
    box-shadow:
        0 0 30px rgba(245,166,35,.08);
}
.final-cta__visual-ring--inner {
    inset: 7px;
    border: 1px solid rgba(245,166,35,.45);
    box-shadow:
        inset 0 0 18px rgba(245,166,35,.08),
        0 0 24px rgba(245,166,35,.12);
}
.final-cta__icon {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: #f5a623;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(245,166,35,.14) 0%,
            rgba(245,166,35,.045) 58%,
            transparent 72%
        );

    border: 2px solid rgba(245,166,35,.82);
    box-shadow:
        0 0 24px rgba(245,166,35,.28),
        inset 0 0 20px rgba(245,166,35,.08);
}
.final-cta__icon svg {
    width: 43px;
    height: 43px;
}
.final-cta__dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f5a623;
    box-shadow:
        0 0 0 4px rgba(245,166,35,.08),
        0 0 12px rgba(245,166,35,.35);
}
.final-cta__dot--1 {
    top: 2px;
    right: 13px;
}
.final-cta__dot--2 {
    bottom: 9px;
    left: 4px;
}
.final-cta__content {
    min-width: 0;
}
.final-cta__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 29px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: .015em;
    color: #fff;
}
.final-cta__title span {
    color: #f5a623;
}
.final-cta__sub {
    max-width: 430px;
    margin: 10px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.58);
}
.final-cta__action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}
.final-cta__button {
    position: relative;
    width: 305px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 6px;
    background:
        linear-gradient(
            180deg,
            #f7c13a 0%,
            #f0b429 100%
        );
    color: #090a0b;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow:
        0 8px 18px rgba(0,0,0,.22),
        0 0 24px rgba(245,166,35,.25);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
          box-shadow:
    0 0 20px rgba(245, 166, 35, 0.28),
    0 0 45px rgba(245, 166, 35, 0.14);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.final-cta__button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.16);
    pointer-events: none;
}
.final-cta__button svg {
    width: 19px;
    height: 19px;
    transition: transform .25s ease;
}
.final-cta__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
        0 10px 22px rgba(0,0,0,.25),
        0 0 30px rgba(245,166,35,.34);
}
.final-cta__button:hover svg {
    transform: translateX(3px);
}
@media (max-width: 1000px) {
    .final-cta {
        padding: 30px 0;
    }
    .final-cta__inner {
        width: min(100% - 50px, 820px);
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 24px;
    }
    .final-cta__visual {
        width: 78px;
        height: 78px;
    }
    .final-cta__icon {
        width: 62px;
        height: 62px;
    }
    .final-cta__icon svg {
        width: 37px;
        height: 37px;
    }
    .final-cta__title {
        font-size: 24px;
    }
    .final-cta__sub {
        font-size: 13px;
    }
    .final-cta__action {
        grid-column: 2;
        align-items: flex-start;
        margin-top: 2px;
    }
    .final-cta__button {
        width: 280px;
    }
}
@media (max-width: 650px) {
    .final-cta {
        padding: 28px 0 30px;
        margin-top: 30px;
    }
    .final-cta__inner {
        width: calc(100% - 32px);
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
    }
    .final-cta__visual {
        width: 58px;
        height: 58px;
    }
    .final-cta__visual-ring--inner {
        inset: 5px;
    }
    .final-cta__icon {
        width: 48px;
        height: 48px;
    }
    .final-cta__icon svg {
        width: 29px;
        height: 29px;
    }
    .final-cta__dot {
        width: 4px;
        height: 4px;
    }
    .final-cta__dot--1 {
        top: 3px;
        right: 5px;
    }
    .final-cta__dot--2 {
        bottom: 5px;
        left: 2px;
    }
    .final-cta__title {
        font-size: 20px;
        line-height: 1.2;
    }
    .final-cta__sub {
        margin-top: 7px;
        font-size: 14px;
        line-height: 1.4;
        max-width: none;
    }
    .final-cta__action {
        grid-column: 1 / -1;
        width: 100%;
        align-items: stretch;
        margin-top: 4px;
        gap: 8px;
    }
    .final-cta__button {
        width: 100%;
        height: 48px;
        font-size: 13px;
    }
}
@media (max-width: 390px) {
    .final-cta__inner {
        width: calc(100% - 26px);
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 13px;
    }
    .final-cta__visual {
        width: 50px;
        height: 50px;
    }
    .final-cta__icon {
        width: 42px;
        height: 42px;
    }
    .final-cta__icon svg {
        width: 25px;
        height: 25px;
    }
    .final-cta__title {
        font-size: 18px;
    }
    .final-cta__sub {
        font-size: 13px;
    }
}
.multibutton.vskriti-plav {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    z-index: 99999;
    margin: 0;
    padding: 0;
}
.multibutton__button {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0b429;
    border-radius: 50%;
    cursor: pointer;
    animation: phonePulse 2s ease-in-out infinite;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
    box-shadow:
        0 0 0 0 rgba(229, 57, 53, .55),
        0 6px 18px rgba(229, 57, 53, .30);
}
.multibutton__button:hover {
    transform: scale(1.08);
}
.multibutton__button svg {
    width: 31px;
    height: 31px;

    fill: #fff;
    display: block;
}
@keyframes phonePulse {
    0% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(229, 57, 53, .55),
            0 6px 18px rgba(229, 57, 53, .30);
    }
    50% {
        transform: scale(1.08);
        box-shadow:
            0 0 0 10px rgba(229, 57, 53, .08),
            0 8px 24px rgba(229, 57, 53, .38);
    }
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(229, 57, 53, 0),
            0 6px 18px rgba(229, 57, 53, .30);
    }
}
@media (max-width: 650px) {
    .multibutton.vskriti-plav {
        right: 16px;
        bottom: 16px;
    }
    .multibutton__button {
        width: 54px;
        height: 54px;
    }
    .multibutton__button svg {
        width: 29px;
        height: 29px;
    }
}
.cases {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 78px 0 90px;
}
.cases__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}
.cases__heading {
    max-width: 620px;
}
.cases__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .13em;
    color: #ff8a00;
}
.cases__eyebrow span {
    width: 24px;
    height: 2px;
    background: #ff8a00;
}
.cases__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: clamp(35px, 4.2vw, 44px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #0b0c0e;
}
.cases__title strong {
    color: #f5a623;
}
.cases__all {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 7px;
    color: #000000;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color .25s ease;
}
.cases__all svg {
    width: 25px;
    height: 25px;
    color: #f5a623;
    transition:
        transform .25s ease,
        color .25s ease;
}
.cases__all:hover {
    color: #f5a623;
}
.cases__all:hover svg {
    transform: translateX(4px);
}
.cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: min(100% - 80px, 1140px);
    margin: 0 auto;
}
.case-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e9ec;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .045);
}
.case-card__visual {
    position: relative;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: #111;
    isolation: isolate;
}
.case-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition:
        transform .65s cubic-bezier(.2,.7,.2,1),
        filter .65s ease;
}
.case-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        /* Главная глубокая тень слева */
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.97) 15%,
            rgba(0, 0, 0, 0.94) 25%,
            rgba(0, 0, 0, 0.86) 34%,
            rgba(0, 0, 0, 0.72) 42%,
            rgba(0, 0, 0, 0.52) 50%,
            rgba(0, 0, 0, 0.40) 58%,
            rgba(0, 0, 0, 0.34) 68%,
            rgba(0, 0, 0, 0.24) 80%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 35%,
            rgba(0, 0, 0, 0.38) 55%,
            rgba(0, 0, 0, 0.60) 78%,
            rgba(0, 0, 0, 0.85) 100%
        );
}
.case-card__top {
    position: absolute;
    left: 22px;
    top: 20px;
    z-index: 3;
}
.case-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 4px 10px;
    border: 1px solid rgba(245,166,35,.65);
    border-radius: 5px;
    background: rgba(8,9,11,.52);
    color: #f5a623;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .06em;
}
.case-card__content {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 80px;
    z-index: 3;
}
.case-card__name {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}
.case-card__result {
    position: absolute;
    top: 80px;
}
.case-card__result strong {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    line-height: .95;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #f1b52b;
}
.case-card__result span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,.92);
    display: block;
    margin-top: 12px;
}
.case-card__result span i {
    font-style: normal;
    color: #f5a623;
    font-size: 18px;
    margin-left: 2px;
}
.case-card__body {
    background: #fff;
}
.case-card__metrics {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.case-card__metric {
    width: 100%;
    position: relative;
    padding: 10px 15px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #eceef1;
    gap: 20px;
    border-bottom: 1px solid #eceef1;
}
.case-card__metric:last-child {
    border-bottom: 0;
}
.case-card__metric-name {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #f5a623;
    white-space: nowrap;
}
.case-card__metric-value {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 7px;
    text-align: right;
}
.case-card__metric-value strong {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 700;
    color: #25282d;
}
.case-card__metric-value em {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    line-height: 1;
    font-style: normal;
    color: #f5a623;
}
.case-card__link {
    min-height: 45px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-top: 1px solid #eceef1;
    color: #111317;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    transition:
        color .25s ease,
        background .25s ease;
}
.case-card__link svg {
    width: 18px;
    height: 18px;
    color: #f5a623;
    transition: transform .25s ease;
}
.case-card__link:hover {
    color: #f5a623;
    background: #fffdfa;
}
.case-card__link:hover svg {
    transform: translateX(4px);
}
@media (max-width: 1200px) and (min-width: 701px) {
    .cases__container {
        width: calc(100% - 50px);
    }
    .cases__title {
        font-size: 34px;
    }
    .cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .case-card__visual {
        aspect-ratio: 1.55 / 1;
    }
    .case-card__top {
        left: 16px;
        top: 14px;
    }
    .case-card__tag {
        min-height: 20px;
        padding: 4px 8px;
        font-size: 8px;
    }
    .case-card__content {
        left: 16px;
        right: 16px;
        top: 52px;
    }
    .case-card__name {
        font-size: 17px;
        line-height: 1.08;
        margin-bottom: 13px;
    }
    .case-card__result {
        top: 58px;
    }
    .case-card__result strong {
        font-size: 38px;
    }
    .case-card__result span {
        margin-top: 6px;
        font-size: 10px;
    }
    .case-card__chart {
        left: 60px;
        right: 5px;
        bottom: 5px;
        height: 62px;
    }
    .case-card__metric {
        min-height: 68px;
        padding: 9px 8px;
    }
    .case-card__metric-icon {
        font-size: 10px;
    }
    .case-card__metric small {
        font-size: 7px;
    }
    .case-card__metric strong {
        font-size: 13px;
    }
    .case-card__metric em {
        font-size: 7px;
        margin-top: 2px;
    }
    .case-card__link {
        min-height: 42px;
        padding: 0 12px;
        font-size: 9px;
    }
}
@media (max-width: 650px) {
    .cases__title {
        font-size: 30px;
        line-height: 1.06;
    }
}
@media (max-width: 390px) {
    .cases__title {
        font-size: 25px;
    }
}
@media (max-width: 700px) {
    .cases {
        padding: 55px 0 65px;
    }
    .cases__container {
        width: calc(100% - 32px);
    }
    .cases__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 28px;
    }
    .cases__title {
        font-size: 30px;
        line-height: 1.07;
    }
    .cases__all {
        padding-bottom: 0;
    }
    .cases__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
  .case-card {
    width: min(100%, 430px);
    margin: 0 auto;
}
.case-card__visual {
    height: auto;
    aspect-ratio: 1.55 / 1;
}
.case-card__content {
    left: 18px;
    right: 18px;
    top: 50px;
}
    .case-card__top {
        left: 18px;
        top: 17px;
    }
.case-card__name {
    font-size: 17px;
    margin-bottom: 14px;
}
 .case-card__result strong {
    font-size: 38px;
}
    .case-card__metric {
        padding: 14px 9px;
    }
    .case-card__metric strong {
        font-size: 14px;
    }
    .case-card__link {
        min-height: 49px;
    }
}
@media (max-width: 390px) {
    .cases__title {
        font-size: 27px;
    }
    .case-card__visual {
        height: 215px;
    }
    .case-card__result strong {
        font-size: 37px;
    }
    .case-card__name {
        font-size: 17px;
    }
    .case-card__metrics {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .case-card__metric {
        min-height: 82px;
        padding: 12px 7px;
    }
    .case-card__metric small {
        font-size: 7px;
    }
    .case-card__metric strong {
        font-size: 13px;
    }
}
.cases__container {
    width: min(100% - 80px, 1440px);
    margin: 0 auto;
}
.cases__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}
.cases__heading {
    max-width: 620px;
}
.cases__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .13em;
    color: #ff8a00;
}
.cases__eyebrow span {
    width: 24px;
    height: 2px;
    background: #ff8a00;
}
.cases__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: clamp(28px, 4.2vw, 44px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #0b0c0e;
}
.cases__title strong {
    color: #f5a623;
}
.cases__all {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 7px;
    color: #000000;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    white-space: nowrap;
    transition: color .25s ease;
}
.cases__all svg {
    width: 25px;
    height: 25px;
    color: #f5a623;
    transition: transform .25s ease, color .25s ease;
}
.cases__all:hover {
    color: #f5a623;
}
.cases__all:hover svg {
    transform: translateX(4px);
}
.cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.case-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e9ec;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .045);
}
.case-card__visual {
    position: relative;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: #111;
    isolation: isolate;
}
.case-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.case-card:hover .case-card__image {
    transform: scale(1.05);
}
.case-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: 
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.92) 20%,
            rgba(0, 0, 0, 0.75) 40%,
            rgba(0, 0, 0, 0.45) 65%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 35%,
            rgba(0, 0, 0, 0.75) 100%
        );
}
.case-card__top {
    position: absolute;
    left: 22px;
    top: 20px;
    z-index: 3;
}
.case-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 4px 10px;
    border: 1px solid rgba(245,166,35,.65);
    border-radius: 5px;
    background: rgba(8,9,11,.52);
    color: #f5a623;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .06em;
}
.case-card__content {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 56px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case-card__name {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
}
.case-card__chart {
    position: absolute;
    right: 12px;
    bottom: 8px;
    width: 55%;
    height: 60px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.85;
}
.case-card__chart svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.case-card__chart--blue { color: #38ef7d; }
.case-card__chart--blue circle { fill: #38ef7d; }
.case-card__chart--purple { color: #ff5252; }
.case-card__chart--purple circle { fill: #ff5252; }
.case-card__body {
    background: #fff;
}
.case-card__metric:last-child {
    border-right: 0;
}
.case-card__metric-icon {
    margin-bottom: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #707780;
}
.case-card__metric small {
    margin-bottom: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .045em;
    color: #8b9198;
}
.case-card__metric strong {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #111317;
}
.case-card__metric em {
    margin-top: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    color: #f5a623;
}
.case-card__link {
    min-height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #eceef1;
    color: #111317;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    transition: color .25s ease, background .25s ease;
}
.case-card__link svg {
    width: 16px;
    height: 16px;
    color: #f5a623;
    transition: transform .25s ease;
}
.case-card__link:hover {
    color: #f5a623;
    background: #fffdfa;
}
.case-card__link:hover svg {
    transform: translateX(4px);
}
@media (max-width: 1024px)  {
    .cases__container {
        width: 100%;
        padding: 0 20px;
    }
    .cases__grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cases__grid::-webkit-scrollbar {
        display: none;
    }
    .case-card {
        flex: 0 0 320px;
        width: 320px;
        scroll-snap-align: start;
    }
}
@media (max-width: 650px) {
    .case-card {
        flex: 0 0 310px;
        width: 310px;
    }
}
@media (max-width: 600px) {
    .cases {
        padding: 50px 0 60px;
    }
    .cases__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 28px;
    }
    .case-card {
        flex: 0 0 310px; /* Оптимальна ширина для мобільних екранів */
    }
}
                                                    /* =========================  ПРОЦЕС РОБОТИ ================== */
.process {
    position: relative;
    width: 100%;
    padding: 70px 0 80px;
    background: #fff;
    overflow: hidden;
}
.process__container {
    width: min(100% - 80px, 1100px);
    margin: 0 auto;
}
.process__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.process-card {
    position: relative;
    min-width: 0;
    min-height: 300px;
    padding: 0 16px 24px;
    overflow: visible;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98) 0%,
            rgba(248,249,250,.94) 100%
        );
    border-radius: 12px;
    box-shadow:
        0 8px 25px rgba(20, 28, 38, .06);
    isolation: isolate;
}
.process-card::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    height: 18px;
    background: #f7f8fa;
    clip-path: polygon(
        0 0,
        100% 0,
        92% 100%,
        8% 100%
    );
    z-index: -1;
}
.process-card__number {
    position: absolute;
    top: -2px;
    left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    color: rgba(31, 37, 44, .095);
    pointer-events: none;
    z-index: 0;
}
.process-card__image {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.process-card__image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}
.process-card__content {
    position: relative;
    z-index: 3;
}

.process-card__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    color: #111317;
}
.process-card__line {
    width: 22px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f5a623;
}
.process-card__text {
    margin: 0;
    max-width: 185px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #757b84;
}
.process-card__connector {
    position: absolute;
    top: 174px;
    right: -18px;
    width: 36px;
    height: 16px;
    z-index: 10;
    pointer-events: none;
}
.process-card__connector::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    background: rgba(245,166,35,.75);
}
.process-card__connector span {
    position: absolute;
    left: -1px;
    top: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f5a623;
    box-shadow:
        0 0 0 3px rgba(245,166,35,.08);
}
.process-card__connector::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(245,166,35,.75);
    border-right: 1px solid rgba(245,166,35,.75);
    transform: rotate(45deg);
}
.process-card:last-child .process-card__connector {
    display: none;
}
@media (max-width: 1024px) {
    .process__container {
        width: 100%;
        padding-left: 16px;
    }
    .process__steps {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 16px;
        padding-bottom: 12px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .process__steps::-webkit-scrollbar {
        display: none;
    }
    .process-card {
        flex: 0 0 235px;
        width: 235px;
        min-width: 235px;
        min-height: 285px;
        scroll-snap-align: start;
    }
}
@media (max-width: 650px) {
    .process {
        padding: 55px 0 60px;
    }
    .process__container {
        width: 100%;
        padding-left: 16px;
    }
    .process__steps {
        display: flex;
        width: 100%;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 16px;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .process__steps::-webkit-scrollbar {
        display: none;
    }
    .process-card {
        flex: 0 0 235px;
        width: 235px;
        min-height: 285px;
        scroll-snap-align: start;
    }
    .process-card__number {
        font-size: 50px;
    }
    .process-card__image {
        height: 135px;
    }
    .process-card__image img {
        height: 80px;
    }
    .process-card__title {
        font-size: 18px;
    }
    .process-card__text {
        max-width: 200px;
        font-size: 16px;
    }
    .process-card__connector {
        top: 158px;
        right: -12px;
    }
}
                                                                     /* ================================   ABOUT  =============================== */
.about {
    position: relative;
    width: 100%;
    padding: 70px 0 70px;
    background: #fff;
    overflow: hidden;
}
.about__container {
    width: min(100% - 80px, 1310px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1.12fr);
    gap: 55px;
    align-items: center;
}
.about__content {
    min-width: 0;
}
.about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .04em;
    color: #f5a623;
}
.about__eyebrow span {
    width: 28px;
    height: 2px;
    display: block;
    background: #f5a623;
}
.about__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: clamp(25px, 3.2vw, 35px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #101216;
}
.about__text {
    max-width: 620px;
    margin-top: 26px;
}
.about__text p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #4f5660;
}
.about__text p + p {
    margin-top: 18px;
}
.about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}
.about__stat {
    min-width: 0;
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #e8eaed;
}
.about__stat:first-child {
    padding-left: 0;
}
.about__stat:last-child {
    border-right: 0;
}
.about__stat-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a623;
}
.about__stat-icon svg {
    width: 38px;
    height: 38px;
    display: block;
}
.about__stat strong {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #111317;
}
.about__stat span {
    display: block;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #5f6670;
}
.about__media {
    position: relative;
    width: 100%;
    min-width: 0;
}
.about__image {
    display: block;
    width: 80%;
    height: auto;
    margin-left: auto;
    object-fit: cover;
    border-radius: 14px;
    box-shadow:
        0 18px 45px rgba(17, 24, 39, .10);
}
@media (max-width: 1100px) {
    .about {
        padding: 5px 0;
    }
    .about__container {
        width: calc(100% - 48px);
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .95fr);
        gap: 35px;
    }
    .about__title {
        font-size: 36px;
    }
    .about__text p {
        font-size: 16px;
    }
    .about__stats {
        margin-top: 32px;
    }
    .about__stat {
        padding: 0 14px;
    }
    .about__stat strong {
        font-size: 24px;
    }
    .about__stat span {
        font-size: 11px;
    }
}

@media (max-width: 650px) {
    .about__title {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .about__container {
        width: calc(100% - 32px);
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .about__content {
        display: contents;
    }
    .about__eyebrow {
        grid-row: 1;
    }
    .about__title {
        grid-row: 2;
    }
    .about__media {
        grid-row: 3;
        width: 100%;
    }
    .about__text {
        grid-row: 4;
        width: 100%;
    }
    .about__stats {
        grid-row: 5;
    }
}
@media (max-width: 600px) {
    .about__image {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 430px) {
    .about__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .about__stat {
        padding: 0 8px;
    }

    .about__stat:first-child {
        padding-left: 0;
    }

    .about__stat:last-child {
        padding-right: 0;
    }
}
/* =====================   PRICING — ЦІНИ   ================ */
.pricing {
    position: relative;
    width: 100%;
    padding: 58px 0 48px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(245,166,35,.06),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 50%,
            rgba(245,166,35,.045),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #080b0f 0%,
            #090d12 100%
        );
    color: #fff;
    overflow: hidden;
        margin-bottom: 70px;
         margin-top: 70px;
}
.search-page .pricing {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pricing__container {
    position: relative;
    z-index: 2;
    width: min(100% - 80px, 1180px);
    margin: 0 auto;
}
.pricing__header {
    text-align: center;
    margin-bottom: 34px;
}

.pricing__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #f5a623;
}
.pricing__eyebrow-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #f5a623;
    box-shadow:
        0 0 10px rgba(245,166,35,.35);
}
.pricing__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 1.12;
    color: #fff;
}
.pricing__subtitle {
    margin: 10px auto 0;
    max-width: 650px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255,255,255,.65);
}
.pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    gap: 18px;
    align-items: stretch;
    opacity: 0;
    transition: opacity .25s ease;
}
.pricing__grid.is-ready {
    opacity: 1;
}
.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 27px 24px 20px;
    background:
        linear-gradient(
            145deg,
            rgba(17,22,28,.98),
            rgba(11,15,20,.98)
        );
    border: 1px solid #272e37;
    border-radius: 10px;
    box-shadow:
        0 18px 45px rgba(0,0,0,.22);
}
.pricing-card--featured {
    border-color: #f5a623;
    box-shadow:
        0 18px 48px rgba(0,0,0,.26),
        0 0 28px rgba(245,166,35,.08);
}
.pricing-card__badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 132px;
    padding: 7px 18px;
    border-radius: 3px;
    background: #f5a623;
    color: #090c10;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    white-space: nowrap;
    box-shadow:
        0 5px 14px rgba(245,166,35,.18);
}
.pricing-card__header {
    min-height: 58px;
}
.pricing-card__head h3{
    font-size: 30px;
    text-align: center;
    margin: 10px 0px;
}
.pricing-card__head p{
    text-align: center;
    margin-top: 10px;
}
.pricing-card__name {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}
.pricing-card__description {
    margin: 8px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
    color: rgba(255,255,255,.60);
}
.pricing-card__divider {
    width: 100%;
    height: 1px;
    margin: 13px 0 17px;
    background: #2a313a;
}
.pricing-card__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    white-space: nowrap;
    margin: 0 auto;
}
.pricing-card__price > span {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: rgba(255,255,255,.72);
}
.pricing-card__price strong {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #fff;
}
.pricing-card__features {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 24px 0 23px;
    padding: 0;
    list-style: none;
}
.pricing-card__features span {
    color: #f0b429;
}
.pricing-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: rgba(255,255,255,.82);
}
.pricing-card__check {
    flex: 0 0 13px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #f5a623;
}
.pricing-card__feature--disabled {
    color: rgba(255,255,255,.30) !important;
}
.pricing-card__feature--disabled .pricing-card__check {
    color: rgba(255,255,255,.30);
}
.pricing-card__button {
    width: 100%;
    height: 42px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .02em;
    cursor: pointer;
    transition:
        transform .22s ease,
        background .22s ease,
        box-shadow .22s ease,
        color .22s ease;
}
.pricing-card__button--outline {
    border: 1px solid #f5a623;
    background: transparent;
    color: #f5a623;
}
.pricing-card__button--filled {
    border: 1px solid #f5a623;
    background: #f5a623;
    color: #090c10;
    box-shadow:
        0 0 22px rgba(245,166,35,.16);
}
.pricing-card__button:hover {
    transform: translateY(-2px);
}
.pricing-card__button--outline:hover {
    background: rgba(245,166,35,.08);
    box-shadow:
        0 0 20px rgba(245,166,35,.10);
}
.pricing-card__button--filled:hover {
    background: #f7b63b;
    box-shadow:
        0 0 26px rgba(245,166,35,.22);
}
@media (max-width: 1100px) {
    .pricing {
        padding: 52px 0 44px;
    }
    .pricing__container {
        width: calc(100% - 48px);
    }
    .pricing__title {
        font-size: 35px;
    }
    .pricing__subtitle {
        font-size: 14px;
    }
    .pricing__grid {
        gap: 14px;
    }
    .pricing-card {
        min-height: 410px;
        padding: 24px 19px 17px;
    }
    .pricing-card__name {
        font-size: 17px;
    }
    .pricing-card__description {
        font-size: 11px;
    }
    .pricing-card__price > span {
        font-size: 12px;
    }
    .pricing-card__price strong {
        font-size: 27px;
    }
    .pricing-card__features {
        gap: 9px;
        margin-top: 21px;
    }
    .pricing-card__features li {
        font-size: 16px;
    }
    .pricing-card__button {
        height: 40px;
        font-size: 18px;
    }
}
@media (max-width: 900px) {
    .pricing__container {
        width: 100%;
        max-width: 100%;
    }
  .pricing__grid {
        --card-width: 300px;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 10px;
        padding-bottom: 14px;
        padding-left: calc(30% - (var(--card-width) / 2));
        padding-right: calc(30% - (var(--card-width) / 2));
        scroll-snap-type: x proximity;
        scroll-padding-inline: calc(50% - (var(--card-width) / 2));
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .pricing-card {
        flex: 0 0 var(--card-width);
        width: var(--card-width);
        min-width: var(--card-width);
        scroll-snap-align: center;
    }
}
@media (max-width: 650px) {
    .pricing__grid {
        --card-width: 285px;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 10px;
        padding-bottom: 14px;
        padding-left: calc(50% - (var(--card-width) / 2));
        padding-right: calc(50% - (var(--card-width) / 2));
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .pricing-card {
        flex: 0 0 var(--card-width);
        width: var(--card-width);
        min-width: var(--card-width);
        scroll-snap-align: center;
    }
}
@media (max-width: 390px) {
    .pricing__grid {
        --card-width: 270px;
    }
    .pricing__title {
        font-size: 24px;
    }
    .pricing__subtitle {
        font-size: 11px;
    }
    .pricing-card {
        flex: 0 0 var(--card-width);
        width: var(--card-width);
        min-width: var(--card-width);
    }
}
/* ================   REVIEWS — ВІДГУКИ ====================== */
.reviews {
    position: relative;
    width: 100%;
    padding: 30px 0 58px;
    background: #ffffff;
    overflow: hidden;
}
.reviews__container {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
}
.reviews__main {
    display: grid;
    grid-template-columns: 360px 650px;
    gap: 70px;
    align-items: center;
    justify-content: center;
}
.reviews__intro {
    align-self: center;
    transform: translateY(-25px);
}
.reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .08em;
    color: #f5a623;
}
.reviews__eyebrow span {
    width: 28px;
    height: 2px;
    display: block;
    background: #f5a623;
}
.reviews__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.035em;
    color: #0b0c0e;
}
.reviews__description {
    max-width: 300px;
    margin: 25px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
    color: #747a82;
}
.reviews__all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    color: #111317;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    transition: color .25s ease;
}
.reviews__all svg {
    width: 21px;
    height: 21px;
    color: #f5a623;
    transition: transform .25s ease;
}
.reviews__all:hover {
    color: #f5a623;
}
.reviews__all:hover svg {
    transform: translateX(4px);
}
.reviews__slider {
    min-width: 0;
}
.reviews__card {
    position: relative;
    min-height: 270px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    border: 1px solid #e3e5e8;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 10px 35px rgba(20, 28, 38, .055);
    transition:
        opacity .2s ease,
        transform .2s ease;
}
.reviews__photo {
    width: 142px;
    height: 142px;
    overflow: hidden;
    border-radius: 50%;
    background: #f1f2f3;
}
.reviews__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews__content {
    position: relative;
    min-width: 0;
    padding-right: 5px;
    align-items: center;
}
.reviews__quote {
    position: absolute;
    top: -5px;
    left: 0;
    font-family: Georgia, serif;
    font-size: 65px;
    line-height: .7;
    font-weight: 700;
    color: #f5a623;
}
.reviews__text {
    margin: 0;
    padding-left: 35px;
    padding-top: 3px;
    max-width: 720px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.48;
    font-weight: 400;
    color: #24272b;
}
.reviews__line {
    width: 25px;
    height: 2px;
    margin: 25px 0 14px 35px;
    background: #f5a623;
}
.reviews__author {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}
.reviews__author strong {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #17191c;
}
.reviews__author span {
    margin-top: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #737981;
}
.reviews__company {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 18px 0 0 35px;
}
.reviews__company-logo {
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews__company-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.reviews__date {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #999da3;
}
.reviews__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}
.reviews__arrow {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e7e9ec;
    border-radius: 50%;
    background: #ffffff;
    color: #7c8289;
    cursor: pointer;
    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}
.reviews__arrow svg {
    width: 20px;
    height: 20px;
}
.reviews__arrow:hover {
    color: #f5a623;
    border-color: rgba(245,166,35,.55);
    background: #fffdfa;
    transform: translateY(-1px);
}
.reviews__counter {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 45px;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #25282d;
}
.reviews__counter i {
    font-style: normal;
    color: #a0a4a9;
}
.reviews__trusted {
    margin-top: 35px;
    padding-top: 27px;
    border-top: 1px solid #eceef1;
    text-align: center;
}
.reviews__trusted-title {
    display: block;
    margin-bottom: 28px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #a2a6ac;
}
.reviews__logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.reviews__logo {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .25s ease;
}
.reviews__logo:hover {
    opacity: .75;
}
.reviews__logo img {
    display: block;
    max-width: 125px;
    max-height: 42px;
    object-fit: contain;
}
@media (max-width: 1050px) {
    .reviews {
        padding: 70px 0 50px;
    }
    .reviews__container {
        width: calc(100% - 50px);
    }
    .reviews__main {
        grid-template-columns: 270px minmax(0, 1fr);
        gap: 40px;
    }
    .reviews__title {
        font-size: 38px;
    }
    .reviews__card {
        padding: 28px;
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 22px;
    }
    .reviews__photo {
        width: 110px;
        height: 110px;
    }
    .reviews__text {
        font-size: 17px;
    }
    .reviews__logos {
        gap: 15px;
    }
    .reviews__logo {
        width: 120px;
    }
}
@media (max-width: 900px) {
    .reviews {
        padding: 55px 0 45px;
    }
    .reviews__container {
        width: calc(100% - 50px);
        max-width: 700px;
        margin: 0 auto;
    }
    .reviews__main {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 35px;
    }
    .reviews__intro {
        width: 100%;
        margin: 0;
    }
    .reviews__eyebrow {
        margin-bottom: 22px;
    }
    .reviews__title {
        max-width: 500px;
        font-size: 40px;
        line-height: 1.08;
    }
    .reviews__description {
        max-width: 500px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.55;
    }
    .reviews__all {
        margin-top: 23px;
    }
    .reviews__slider {
        width: 100%;
    }
    .reviews__card {
        width: 100%;
        min-height: 0;
        padding: 28px 30px;
        display: grid;
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 25px;
        box-sizing: border-box;
    }
    .reviews__photo {
        width: 105px;
        height: 105px;
    }
    .reviews__text {
        padding-left: 30px;
        padding-top: 0;
        max-width: none;
        font-size: 17px;
        line-height: 1.5;
    }
    .reviews__quote {
        top: -3px;
        font-size: 58px;
    }
    .reviews__line {
        margin: 22px 0 13px 30px;
    }
    .reviews__author {
        margin-left: 30px;
    }
    .reviews__company {
        margin-left: 30px;
        margin-top: 16px;
    }
    .reviews__date {
        position: static;
        margin: 16px 0 0 30px;
        font-size: 11px;
    }
    .reviews__navigation {
        margin-top: 16px;
    }
    .reviews__trusted {
        margin-top: 35px;
        padding-top: 25px;
    }
    .reviews__logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }
    .reviews__logo {
        width: 100%;
        height: 45px;
    }
    .reviews__logo img {
        max-width: 115px;
        max-height: 40px;
    }
}
@media (max-width: 600px) {

    .reviews__container {
        width: calc(100% - 32px);
        max-width: none;
    }
    .reviews__main {
        gap: 28px;
    }
    .reviews__title {
        font-size: 34px;
    }
    .reviews__description {
        font-size: 15px;
    }
    .reviews__card {
        width: 100%;
        padding: 24px 20px 22px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-radius: 14px;
    }
    .reviews__photo {
        width: 78px;
        height: 78px;
        margin: 0 auto 22px;
        flex-shrink: 0;
    }
    .reviews__content {
        width: 100%;
        padding-right: 0;
    }
    .reviews__quote {
        top: -8px;
        left: 0;
        font-size: 52px;
    }
    .reviews__text {
        width: 100%;
        max-width: none;
        margin: 0;
        padding-left: 28px;
        padding-top: 0;
        font-size: 15px;
        line-height: 1.5;
    }
    .reviews__line {
        margin: 22px 0 13px 28px;
    }
    .reviews__author {
        margin-left: 28px;
    }
    .reviews__author strong {
        font-size: 16px;
    }
    .reviews__author span {
        font-size: 13px;
    }
    .reviews__company {
        margin: 16px 0 0 28px;
    }
    .reviews__date {
        position: static;
        margin: 16px 0 0 28px;
        font-size: 11px;
    }
    .reviews__navigation {
        margin-top: 16px;
    }
    .reviews__trusted {
        margin-top: 30px;
        padding-top: 24px;
    }
    .reviews__logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px;
    }
    .reviews__logo {
        width: 100%;
        height: 45px;
    }
    .reviews__logo img {
        max-width: 105px;
        max-height: 40px;
    }
}
@media (max-width: 420px) {
    .reviews__title {
        font-size: 30px;
    }
    .reviews__card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 13px;
        padding: 20px 16px;
    }
    .reviews__photo {
        width: 58px;
        height: 58px;
    }
    .reviews__text {
        font-size: 14px;
    }
    .reviews__trusted-title {
        font-size: 12px;
    }
    .reviews__logo img {
        max-width: 105px;
    }

}
/* ============   FAQ  =============== */
.faq {
    background: #ffffff;
    padding: 20px 24px 70px;
}
.faq__inner {
    max-width: 1050px;
    margin: 0 auto;
}
.faq__head {
    text-align: center;
    margin-bottom: 62px;
}
.faq__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f5a623;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.faq__label span {
    width: 5px;
    height: 5px;
    background: #f5a623;
    border-radius: 50%;
}
.faq__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    color: #090a0b;
}
.faq__subtitle {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.55;
    color: #7b8794;
}
.faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq__item {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 7px;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.faq__item.active {
    border-color: #dfe2e5;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.035);
}
.faq__question {
    width: 100%;
    min-height: 70px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #111111;
}
.faq__icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}
.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #f5a623;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}
.faq__icon::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}
.faq__item.active .faq__icon::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}
.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition:
        grid-template-rows 0.35s ease,
        padding 0.35s ease;
    padding: 0 28px;
    color: #737e8b;
    font-size: 16px;
    line-height: 1.7;
}
.faq__answer p {
    overflow: hidden;
    margin: 0;
}
.faq__item.active .faq__answer {
    grid-template-rows: 1fr;
    padding-top: 4px;
    padding-bottom: 24px;
}
.faq__item.active .faq__answer p + p {
    margin-top: 8px;
}
@media (max-width: 900px) {
    .faq {
        padding: 90px 20px 100px;
    }
    .faq__head {
        margin-bottom: 45px;
    }
    .faq__title {
        font-size: 42px;
    }
    .faq__subtitle {
        font-size: 17px;
    }
}
@media (max-width: 600px) {
    .faq {
        padding: 75px 16px 80px;
    }
    .faq__inner {
        max-width: 100%;
    }
    .faq__head {
        margin-bottom: 35px;
    }
    .faq__label {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .faq__title {
        font-size: 34px;
        line-height: 1.12;
    }
    .faq__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    .faq__subtitle br {
        display: none;
    }
    .faq__list {
        gap: 10px;
    }
    .faq__question {
        min-height: 64px;
        padding: 0 18px;
        font-size: 16px;
    }
    .faq__answer {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 15px;
        line-height: 1.6;
    }
    .faq__item.active .faq__answer {
        padding-bottom: 20px;
    }

}
/* ==============   CONTACT / FINAL CTA  =============== */
.contact {
    position: relative;
    width: 100%;
    padding: 70px 0 64px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfbfc 100%
        );
    color: #11151a;
    overflow: hidden;
}
.contact__container {
    width: min(100% - 80px, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        500px;
    gap: 70px;
    align-items: center;
}
.contact__content {
    min-width: 0;
    padding-left: 10px;
}
.contact__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #f5a623;
}
.contact__eyebrow span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #f5a623;
}
.contact__title {
    max-width: 650px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #11151a;
}
.contact__text {
    max-width: 560px;
    margin: 20px 0 30px;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    color: #7a7f87;
}
.contact__benefits {
    display: flex;
    flex-direction: column;
    width: min(100%, 570px);
}
.contact-benefit {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e7e9ec;
}
.contact-benefit:last-child {
    border-bottom: none;
}
.contact-benefit__icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border: 1px solid #e4e6ea;
    border-radius: 10px;
    background: #fff;
    color: #f5a623;
    box-shadow:
        0 7px 20px rgba(17,24,39,.045);
}
.contact-benefit__icon svg {
    width: 40px;
    height: 40px;
    display: block;
}
.contact-benefit__content h3 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #15191e;
}
.contact-benefit__content p {
    margin: 5px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #626973;
}
.contact__trust {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 25px;
}
.contact__avatars {
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.contact__avatar {
    width: 46px;
    height: 46px;
    margin-left: -8px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ddd;
    box-shadow:
        0 3px 10px rgba(17,24,39,.08);
}
.contact__avatar:first-child {
    margin-left: 0;
}
.contact__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.contact__percent {
    width: 52px;
    height: 52px;
    margin-left: -7px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5a623;
    border: 3px solid #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #11151a;
    box-shadow:
        0 4px 12px rgba(245,166,35,.15);
}
.contact__trust-text {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: #252b32;
}
.contact__form-card {
    width: 500px;
    padding: 28px 30px 24px;
    border-radius: 15px;
    background: #fff;
    box-shadow:
        0 13px 45px rgba(17,24,39,.09),
        0 2px 10px rgba(17,24,39,.035);
}
.contact__form-title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
    color: #11151a;
}
.contact__form-subtitle {
     margin: 5px 0 18px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #7a7f87;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.contact-form__field {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 52px;
    border: 1px solid #e0e3e7;
    border-radius: 7px;
    background: #fff;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}
.contact-form__field:focus-within {
    border-color: rgba(245,166,35,.65);
    box-shadow:
        0 0 0 3px rgba(245,166,35,.08);
}
.contact-form__icon {
    width: 57px;
    min-width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    color: #9198a2;
}
.contact-form__icon svg {
    width: 27px;
    height: 27px;
    display: block;
}
.contact-form__field input,
.contact-form__field textarea {
    flex: 1;
    width: 100%;
    padding: 14px 14px 13px 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #171b20;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
    color: #9198a2;
    opacity: 1;
}
.contact-form__field textarea {
    min-height: 112px;
    resize: vertical;
    padding-top: 17px;
}
.contact-form__field--textarea {
    min-height: 117px;
}
.contact-form__button {
    width: 100%;
    height: 66px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: none;
    border-radius: 7px;
    background:
        linear-gradient(
            180deg,
            #f8b928 0%,
            #f5a623 100%
        );
    color: #11151a;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    box-shadow:
        0 9px 22px rgba(245,166,35,.20);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}
.contact-form__button svg {
    width: 29px;
    height: 29px;
    transition:
        transform .2s ease;
}
.contact-form__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow:
        0 13px 28px rgba(245,166,35,.26);
}
.contact-form__button:hover svg {
    transform: translateX(4px);
}
.contact-form__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #8a9098;
    text-align: center;
}
.contact-form__privacy svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #8a9098;
}
@media (max-width: 1200px) {
    .contact__container {
        width: min(100% - 60px, 1080px);
        grid-template-columns:
        minmax(0, 1fr)
        540px;
        gap: 45px;
    }
    .contact__title {
        font-size: 38px;
    }
    .contact__form-card {
        padding: 30px;
    }
}
@media (max-width: 900px) {
    .contact {
        padding: 55px 0;
    }
    .contact__container {
        width: min(100% - 40px, 650px);
        grid-template-columns: 1fr;

        gap: 45px;
    }
    .contact__content {
        padding-left: 0;
    }
    .contact__title {
        max-width: 650px;
        font-size: 36px;
    }
    .contact__text {
        font-size: 18px;
    }
    .contact__benefits {
        width: 100%;
    }
    .contact__form-card {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 650px) {
    .contact {
        padding: 45px 0;
    }
    .contact__container {
        width: calc(100% - 32px);
        gap: 34px;
    }
    .contact__eyebrow {
        margin-bottom: 14px;
        font-size: 11px;
    }
    .contact__title {
        font-size: 29px;
        line-height: 1.13;
    }
    .contact__text {
        margin: 16px 0 24px;
        font-size: 16px;
        line-height: 1.45;
    }
    .contact__desktop {
        display: none;
    }
    .contact-benefit {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 15px;
        padding: 11px 0;
    }
    .contact-benefit__icon {
        width: 62px;
        height: 62px;
        border-radius: 8px;
    }
    .contact-benefit__icon svg {
        width: 30px;
        height: 30px;
    }
    .contact-benefit__content h3 {
        font-size: 16px;
    }
    .contact-benefit__content p {
        font-size: 14px;
    }
    .contact__trust {
        gap: 14px;
        margin-top: 20px;
    }
    .contact__avatar {
        width: 38px;
        height: 38px;
    }
    .contact__percent {
        width: 43px;
        height: 43px;
        font-size: 12px;
    }
    .contact__trust-text {
        font-size: 14px;
    }
    .contact__form-card {
        padding: 24px 18px 20px;
        border-radius: 13px;
    }
    .contact__form-title {
        font-size: 26px;
    }
    .contact__form-subtitle {
        font-size: 14px;
        margin-bottom: 19px;
    }
    .contact-form {
        gap: 11px;
    }
    .contact-form__field {
        min-height: 53px;
        border-radius: 6px;
    }
    .contact-form__icon {
        width: 48px;
        min-width: 48px;
    }
    .contact-form__icon svg {
        width: 23px;
        height: 23px;
    }
    .contact-form__field input,
    .contact-form__field textarea {
        font-size: 15px;
        padding-right: 11px;
    }
    .contact-form__field textarea {
        min-height: 100px;
    }
    .contact-form__field--textarea {
        min-height: 105px;
    }
    .contact-form__button {
        height: 57px;
        gap: 14px;
        font-size: 15px;
    }
    .contact-form__button svg {
        width: 24px;
        height: 24px;
    }
    .contact-form__privacy {
        font-size: 12px;
        gap: 7px;
    }
    .contact-form__privacy svg {
        width: 19px;
        height: 19px;
        flex-basis: 19px;
    }
}
@media (max-width: 390px) {
    .contact__title {
        font-size: 27px;
    }
    .contact-benefit {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
    }
    .contact-benefit__icon {
        width: 56px;
        height: 56px;
    }
    .contact-benefit__content h3 {
        font-size: 15px;
    }
    .contact-benefit__content p {
        font-size: 13px;
    }
    .contact__form-card {
        padding: 21px 14px 18px;
    }
    .contact__form-title {
        font-size: 24px;
    }

}
/* ===============   FOOTER    =================== */

.footer {
    position: relative;
    width: 100%;
    background:
        linear-gradient(
            180deg,
            #0b0e12 0%,
            #080b0f 100%
        );
    color: #fff;
    overflow: hidden;
}
.footer__container {
    width: min(100% - 100px, 1380px);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        1.25fr
        1.05fr
        .85fr
        1.05fr;
    gap: 0;
    padding: 42px 0 38px;
}
.footer__brand,
.footer__column {
    min-width: 0;
}
.footer__column {
    padding-left: 42px;
    border-left: 1px solid rgba(255,255,255,.12);
}
.footer__brand {
    padding-right: 38px;
}
.footer__logo {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #fff;
}
.footer__logo span {
    color: #f5a623;
}
.footer__description {
    margin: 19px 0 26px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255,255,255,.67);
}
.footer__partners {
    display: flex;
    align-items: center;
    gap: 18px;
}
.footer__partner {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 5px;
    background: rgba(255,255,255,.025);
}
.footer__partner-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #4285f4;
}
.footer__partner--google {
    width: 132px;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 5px;
    background: rgba(255,255,255,.025);
}
.footer__google-logo {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: block;
    object-fit: contain;
}
.footer__google-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer__google-text strong {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}
.footer__google-text span {
    display: block;
    margin-top: 1px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    color: rgba(255,255,255,.68);
}
.footer__partner strong,
.footer__partner small {
    display: block;
}
.footer__partner strong {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}
.footer__partner small {
    margin-top: 1px;
    font-family: Arial, sans-serif;
    font-size: 8px;
    line-height: 1.1;
    color: rgba(255,255,255,.64);
}
.footer__title {
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.footer__links {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__links li {
    position: relative;
    padding-left: 17px;
}
.footer__links li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
}
.footer__links--plain li {
    padding-left: 0;
}
.footer__links--plain li::before {
    display: none;
}
.footer__links a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255,255,255,.67);
    text-decoration: none;
    transition:
        color .2s ease;
}
.footer__links a:hover {
    color: #f5a623;
}
.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255,255,255,.68);
    text-decoration: none;
}
.footer__contact-item svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    color: rgba(255,255,255,.67);
}
a.footer__contact-item:hover {
    color: #f5a623;
}
a.footer__contact-item:hover svg {
    color: #f5a623;
}
.footer__socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
}
.footer__social {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #242a30,
            #181d22
        );
    color: rgba(255,255,255,.73);
    text-decoration: none;
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease;
}
.footer__social--telegram {
    background: #229ED9;
    color: #ffffff;
}
.footer__social--linkedin {
    background: #0A66C2;
    color: #ffffff;
}
.footer__social--instagram {
    background: linear-gradient(
        135deg,
        #F58529 0%,
        #DD2A7B 45%,
        #8134AF 75%,
        #515BD4 100%
    );
    color: #ffffff;
}
.footer__social--facebook {
    background: #1877F2;
    color: #ffffff;
}
.footer__social svg {
    width: 21px;
    height: 21px;

    display: block;
}
.footer__social span {
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
}
.footer__social-facebook {
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1;
}
.footer__social--telegram {
    background: #229ED9;
    color: #ffffff;
    margin: 0px 5px;
}
.footer__social--instagram {
    background:
        linear-gradient(
            135deg,
            #F58529 0%,
            #DD2A7B 45%,
            #8134AF 75%,
            #515BD4 100%
        );
    color: #ffffff;
    margin: 0px 5px;
}

.footer__social--facebook {
    background: #1877F2;
    color: #ffffff;
    margin: 0px 5px;
}
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}
.footer__bottom-inner {
    width: min(100% - 100px, 1380px);
    min-height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer__bottom-inner span,
.footer__bottom-inner a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,.38);
    text-decoration: none;
}
.footer__bottom-inner a:hover {
    color: #f5a623;
}
@media (max-width: 1200px) {
    .footer__container {
        width: min(100% - 60px, 1100px);
    }
    .footer__column {
        padding-left: 28px;
    }
    .footer__brand {
        padding-right: 28px;
    }
    .footer__logo {
        font-size: 34px;
    }
    .footer__links a,
    .footer__contact-item {
        font-size: 14px;
    }
    .footer__bottom-inner {
        width: min(100% - 60px, 1100px);
    }
}
@media (max-width: 900px) {
    .footer__container {
        width: min(100% - 40px, 700px);
        grid-template-columns:
            1fr 1fr;
        row-gap: 40px;
        padding: 45px 0 38px;
    }
    .footer__brand {
        padding-right: 25px;
    }
    .footer__column {
        padding-left: 25px;
    }
    .footer__column--contacts {
        grid-column: 2;
    }
    .footer__bottom-inner {
        width: min(100% - 40px, 700px);
    }
}
@media (max-width: 650px) {
    .footer__container {
        width: calc(100% - 32px);
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 38px 0 30px;
    }
    .footer__brand {
        padding: 0 0 28px;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .footer__column {
        padding: 0 0 28px;
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .footer__column:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer__logo {
        font-size: 32px;
    }
    .footer__description {
        margin: 15px 0 22px;
        font-size: 15px;
    }
    .footer__title {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .footer__links {
        gap: 9px;
    }
    .footer__links a,
    .footer__contact-item {
        font-size: 14px;
    }
    .footer__socials {
        margin-top: 20px;
    }
    .footer__bottom-inner {
        width: calc(100% - 32px);
        min-height: 72px;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        text-align: center;
    }
}
@media (max-width: 390px) {
    .footer__partners {
        gap: 10px;
    }
    .footer__partner {
        height: 41px;
        padding: 5px 8px;
    }
    .footer__social {
        width: 40px;
        height: 40px;
    }

}





































/* ===============   Поисковая реклама     =================== */

.search-page .section-title {
  margin:0;
}

.search-page__inner {
  width:min(1180px, calc(100% - 80px));
  margin:0 auto;
}

.search-page__eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  font:500 12px/1 'Inter',sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#f5a623;
}
.search-page__eyebrow span {
  display:block;
  width:30px;
  height:2px;
  background:#f5a623;
}

.search-hero {
  position:relative;
  padding:150px 0 85px;
  background:
    radial-gradient(circle at 78% 30%, rgba(245,166,35,.13), transparent 28%),
    #090A0B;
}
.search-hero__grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);
  gap:72px;
  align-items:center;
}
.search-hero__title {
  max-width:720px;
  font:700 clamp(42px,5vw,66px)/1.04 'Lato',sans-serif;
  letter-spacing:-.035em;
}
.search-hero__title strong { color:#f5a623; }
.search-hero__text {
  max-width:650px;
  margin:24px 0 30px;
  color:#c9cdd4;
  font-size:19px;
  line-height:1.55;
}
.search-hero__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.search-btn {
  min-height:52px;
  padding:0 22px;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font:500 15px/1 'Inter',sans-serif;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.search-btn--primary {
  background:#F0B429;
  color:#090A0B;
  box-shadow:0 0 26px rgba(245,166,35,.18);
}
.search-btn--primary:hover {
  transform:translateY(-2px);
  box-shadow:0 0 34px rgba(245,166,35,.28);
}
.search-btn--ghost {
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  background:rgba(255,255,255,.025);
}
.search-btn--ghost:hover { border-color:#f5a623; }

.search-hero__proof {
  display:flex;
  flex-wrap:wrap;
  gap:14px 26px;
  margin-top:28px;
  color:#8f97a2;
  font-size:13px;
}
.search-hero__proof b {
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:15px;
}

.search-dashboard {
  position:relative;
  padding:16px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.08);
  background:#111315;
  box-shadow:0 25px 70px rgba(0,0,0,.4);
}
.search-dashboard__top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  color:#7f8792;
  font-size:11px;
}
.search-dashboard__top strong { color:#fff; font-size:14px; }
.search-dashboard__cards {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.search-dashboard__card {
  padding:16px;
  border-radius:10px;
  background:#0b0d0f;
  border:1px solid rgba(255,255,255,.06);
}
.search-dashboard__card span {
  display:block;
  margin-bottom:7px;
  color:#747c86;
  font-size:10px;
  letter-spacing:.08em;
}
.search-dashboard__card strong {
  font-size:24px;
  line-height:1;
}
.search-dashboard__card--gold strong { color:#f5a623; }
.search-dashboard__chart {
  margin-top:10px;
  height:150px;
  padding:12px;
  border-radius:10px;
  background:#0b0d0f;
  border:1px solid rgba(255,255,255,.06);
}
.search-dashboard__chart svg { width:100%; height:100%; }

.search-section {
  padding: 52px 0;
  background:#fff;
  color:#0b0c0e;
}
.search-section--dark {
  background:#090A0B;
  color:#fff;
}
.search-section__head {
  max-width:800px;
  margin-bottom:42px;
}
.search-section__title {
  font:700 clamp(34px,4.2vw,52px)/1.06 'Lato',sans-serif;
  letter-spacing:-.035em;
}
.search-section__title strong { color:#f5a623; }
.search-section__lead {
  margin-top:18px;
  max-width:700px;
  color:#69707a;
  font-size:18px;
  line-height:1.55;
}
.search-section--dark .search-section__lead { color:#aeb4bd; }

.search-value-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.search-value-card {
  padding:28px 24px;
  border:1px solid #e7e9ec;
  border-radius:14px;
  background:#fff;
}
.search-value-card__num {
  color:#f5a623;
  font:500 12px/1 'Inter',sans-serif;
  letter-spacing:.12em;
}
.search-value-card h3 {
  margin:16px 0 10px;
  font-size:20px;
}
.search-value-card p {
  margin:0;
  color:#69707a;
  font-size:15px;
  line-height:1.5;
}

.search-query {
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:48px;
  align-items:center;
}
.search-query__visual,
.search-auction__visual,
.search-stat__visual {
  padding:16px;
  border-radius:16px;
  background:#f5f6f7;
  border:1px solid #e2e5e8;
}
.fake-ui__bar {
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:14px;
  color:#7c848d;
  font-size:11px;
}
.fake-ui__dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d2d7dc;
}
.fake-ui__table {
  overflow:hidden;
  border-radius:11px;
  border:1px solid #e0e3e7;
  background:#fff;
}
.fake-ui__row {
  display:grid;
  grid-template-columns:1.5fr .65fr .7fr;
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid #edf0f2;
  color:#6c747d;
  font-size:12px;
}
.fake-ui__row:last-child { border-bottom:0; }
.fake-ui__row--head {
  color:#9198a0;
  background:#fafbfc;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.fake-ui__row strong { color:#181b1f; }

.search-query__copy h3,
.search-auction__copy h3,
.search-stat__copy h3 {
  margin:0 0 14px;
  font:700 30px/1.08 'Lato',sans-serif;
}
.search-query__copy p,
.search-auction__copy p,
.search-stat__copy p {
  margin:0 0 20px;
  color:#69707a;
  font-size:16px;
  line-height:1.6;
}
.search-bullets {
  display:grid;
  gap:10px;
}
.search-bullet {
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: #696c71;
  font-size:15px;
  line-height:1.45;
}
.search-bullet::before {
  content:"";
  flex:0 0 7px;
  width:7px;
  height:7px;
  margin-top:7px;
  border-radius:50%;
  background:#f5a623;
}

.search-intent-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.search-intent-card {
  padding:28px 24px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:#111315;
}
.search-intent-card__tag {
  display:inline-flex;
  padding:6px 9px;
  border:1px solid rgba(245,166,35,.5);
  border-radius:5px;
  color:#f5a623;
  font:500 10px/1 'Inter',sans-serif;
  letter-spacing:.05em;
}
.search-intent-card h3 { margin:15px 0 9px; font-size:21px; }
.search-intent-card p {
  margin:0;
  color:#9fa7b1;
  font-size:14px;
  line-height:1.55;
}

.search-auction {
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:46px;
  align-items:center;
}

.search-auction__copy h3,
.search-stat__copy h3 { color:#0b0c0e; }
.search-auction__metrics {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.search-auction__metric {
  padding:16px;
  border-radius:11px;
  background:#f7f7f7;
  border:1px solid #eceef1;
}
.search-auction__metric strong {
  display:block;
  font-size:23px;
  line-height:1;
  margin-bottom:5px;
}
.search-auction__metric span {
  color:#7c838c;
  font-size:11px;
}

.search-stat {
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:46px;
  align-items:center;
}

.search-stat__cards {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.search-stat__card {
  padding:20px;
  border-radius:11px;
  background:#fff;
  border:1px solid #e2e5e8;
}
@media (max-width: 650px) {
    .search-stat__card {
  padding:10px;
}
}

.search-stat__card strong {
  display:block;
  color:#111317;
  font-size:32px;
}
@media (max-width: 650px) {
    .search-stat__card strong {
  font-size: 25px;
}
}
.search-stat__card span {
  display:block;
  margin-top:5px;
  color:#737b84;
  font-size:12px;
}
.search-stat__quote {
  margin-top:12px;
  padding:18px 20px;
  border-radius:12px;
  background:#111315;
  color:#fff;
  font-size:15px;
  line-height:1.5;
}
.search-stat__quote strong { color:#f5a623; }

.search-system {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.search-system__card {
  position:relative;
  padding:26px 22px;
  border-radius:14px;
  background:#111315;
  border:1px solid rgba(255,255,255,.08);
}
.search-system__num {
  color:#f5a623;
  font:500 12px/1 'Inter',sans-serif;
}
.search-system__card h3 { margin:16px 0 9px; font-size:19px; }
.search-system__card p {
  margin:0;
  color:#a7adb6;
  font-size:14px;
  line-height:1.5;
}

.search-cases {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.search-case {
  padding:30px 24px;
  border-radius:15px;
  border:1px solid #e5e8eb;
  background:#fff;
}
.search-case__value {
  color:#f5a623;
  font:700 42px/1 'Lato',sans-serif;
  letter-spacing:-.03em;
}
.search-case h3 {
  margin:12px 0 7px;
  font-size:19px;
}
.search-case p {
  margin:0;
  color:#69707a;
  font-size:14px;
  line-height:1.5;
}

.search-objections {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.search-objection {
  padding:26px 22px;
  border-radius:14px;
  background:#111315;
  border:1px solid rgba(255,255,255,.08);
}
.search-objection h3 { margin:0 0 9px; font-size:18px; }
.search-objection p {
  margin:0;
  color:#a7adb6;
  font-size:14px;
  line-height:1.5;
}
.search-objection b { color:#f5a623; }

.search-final {
  padding: 30px 0 30px;
  background:
    radial-gradient(circle at 50% 0, rgba(245,166,35,.14), transparent 35%),
    #090A0B;
  text-align:center;
}
.search-final__title {
  max-width:850px;
  margin:0 auto;
  font:700 clamp(36px,5vw,58px)/1.04 'Lato',sans-serif;
  letter-spacing:-.035em;
}
.search-final__title strong { color:#f5a623; }
.search-final__text {
  max-width:700px;
  margin:18px auto 28px;
  color:#aeb4bd;
  font-size:18px;
  line-height:1.55;
}
.search-final__phone {
  display:block;
  margin-top:17px;
  color:#fff;
  text-decoration:none;
  font-size:19px;
}
@media (max-width: 1000px) {
  .search-hero__grid,
  .search-query,
  .search-auction,
  .search-stat { grid-template-columns:1fr; }

  .search-value-grid,
  .search-system { grid-template-columns:repeat(2,1fr); }

  .search-cases,
  .search-objections { grid-template-columns:repeat(2,1fr); }

  .search-hero__grid { gap:40px; }
}

@media (max-width: 650px) {
  .search-page__inner { width:calc(100% - 32px); }
  .search-hero { padding:125px 0 65px; }
  .search-section { padding:70px 0; }
  .search-final { padding:75px 0 85px; }

  .search-value-grid,
  .search-intent-grid,
  .search-system,
  .search-cases,
  .search-objections,
  .search-stat__cards,
  .search-auction__metrics { grid-template-columns:1fr; }

  .search-hero__title { font-size:40px; }
  .search-hero__text { font-size:17px; }
  .search-btn { width:100%; }

  .search-dashboard__cards { grid-template-columns:1fr 1fr; }
  .search-dashboard__chart { height:120px; }
}


