



@font-face {
  font-family: 'Gilroy';
  src: url('/landing-new/assets/fonts/gilroy-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/landing-new/assets/fonts/gilroy-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/landing-new/assets/fonts/gilroy-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/landing-new/assets/fonts/gilroy-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}


html, body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font-base);
  font-size: 14.4px;
  line-height: 1.5;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.page {
  width: 100%;
  min-width: 0;
}

h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



:root {
  --font-base: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

  --c-bg: #ffffff;
  --c-bg-lavender: #e7ecf8;
  --c-surface: #ffffff;

  --c-text: #16213e;
  --c-text-muted: #797979;
  --c-text-body: #5b6478;

  --c-brand: #2563eb;
  --c-brand-mid: #1f9de4;
  --c-brand-cyan: #06b5d4;
  --c-dark: #353535;
  --c-accent-soft: #5171d0;
  --c-accent-pale: #bccbf7;


  --aurora-surface: linear-gradient(160deg, #e9eefb 0%, #d7e0f7 55%, #c7d3f2 100%);
  --aurora-dot-grid: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.25) 0.9px,
    transparent 1.35px
  );


  --grad-cta: linear-gradient(90deg,
    var(--c-brand) 3.84%,
    var(--c-brand-mid) 68.26%,
    var(--c-brand-cyan) 100%);

  --container: 1044px;
  --gutter: 21.6px;

  --r-pill: 899.1px;
  --r-card: 21.6px;
}



.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 36px;
  padding-inline: 29.7px;
  border-radius: var(--r-pill);
  font-family: var(--font-base);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.btn:hover { filter: brightness(1.06); }
.btn:active { transform: translateY(1px); }

.btn--gradient { background: var(--grad-cta); }
.btn--dark { background: var(--c-dark); }





.hero-wrap {
  position: relative;
  background:
    linear-gradient(180deg, transparent 0%, transparent 78%, #fff 100%),
    var(--aurora-dot-grid) 0 0 / 30.6px 30.6px,
    radial-gradient(60% 80% at 12% 20%, rgba(37, 99, 235, 0.38), transparent 60%),
    radial-gradient(55% 75% at 92% 30%, rgba(6, 181, 212, 0.34), transparent 60%),
    radial-gradient(70% 90% at 70% 110%, rgba(31, 157, 228, 0.34), transparent 60%),
    var(--aurora-surface);
  background-repeat: no-repeat, repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 31.5px;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 67.5px;
  width: fit-content;
  max-width: 100%;
  min-height: 68.4px;
  margin-inline: auto;
  padding: 16.2px 31.5px;
  background: var(--c-surface);
  border-radius: var(--r-pill);
}

.site-header__logo {
  flex: 0 0 auto;
}


.site-header__logo img {
  width: 131.4px;
  height: 27.9px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22.5px;
}

.site-nav__link {
  font-size: 11.7px;
  font-weight: 500;
  line-height: 1;
  color: var(--c-text-muted);
  white-space: nowrap;
  transition: color 0.15s ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--c-text);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 13.5px;
  flex: 0 0 auto;
}


.site-header__actions .btn--gradient { width: 130.5px; padding-inline: 0; }
.site-header__actions .btn--dark { width: 135px; padding-inline: 0; }


.site-header__burger,
.mobile-nav {
  display: none;
}

.site-header__burger {
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.5px;
  width: 39.6px;
  height: 39.6px;
  border-radius: 50%;
  background: var(--grad-cta);
  color: #fff;
}

.site-header__burger span {
  width: 16.2px;
  height: 1.8px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease, opacity 150ms ease;
}

.site-header__burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.3px) rotate(45deg);
}

.site-header__burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.site-header__burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.3px) rotate(-45deg);
}



.hero {
  text-align: center;
}

.hero__title {
  margin: 80.1px auto 0;
  max-width: 990px;
  font-size: 49.5px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  color: #0c2950;
}


.hero__title-soft {
  font-weight: 300;
}

.hero__title b {
  font-weight: 600;
}


.hero__ico {
  display: inline-block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin: 0 -0.25em 0 0;
  border-radius: 50%;
  vertical-align: baseline;
  position: relative;
  top: 2.7px;
}

.hero__ico > img {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.hero__ico--yd > img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__ico--avito > img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.hero__ico--vk > img {
  left: -26.67%;
  top: -28.32%;
  width: 153.33%;
  height: 159.01%;
}


.hero__ico--yd    { margin: 0 26.1px 0 11.7px; }
.hero__ico--vk    { margin: 0 0    0 13.5px; }
.hero__ico--avito { margin: 0 19.8px 0 12.6px; }

.hero__lead {
  margin: 42.3px auto 0;
  max-width: 755.1px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #0c2950;

  text-shadow: 0 0 14.4px #fff;
}

.hero__cta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 43.2px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: 380.7px;
  height: 90px;
  padding: 27px 45.9px 27px 46.8px;
  border-radius: var(--r-pill);
  background: var(--grad-cta);
  font-size: 15.3px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: filter 0.15s ease;
  position: relative;
  z-index: 2;
}

.btn-cta:hover { filter: brightness(1.06); }


.btn-cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(33.165px);
}


.hero__note {
  width: 279px;
  height: 92.7px;
  margin-left: -54.9px;
  padding: 19.8px 27.9px 0 82.8px;
  border-radius: 21.6px;
  background: rgba(255, 255, 255, 0.9);

  font-size: 14.4px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #0c2950;
  text-shadow: 0 0 14.4px #fff;
  z-index: 1;
}


.hero__note b {
  font-weight: 600;
  background: var(--grad-cta);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.hero__chips {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 29.7px;
}

.hero__chips li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid rgba(12, 41, 80, 0.26);
  border-radius: var(--r-pill);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.1;
  color: #0c2950;
  text-shadow: 0 0 14.4px #fff;
}

.hero__chips li:nth-child(1) { width: 275.4px; }
.hero__chips li:nth-child(2) { width: 287.1px; }



.audience {

  margin-top: 37.8px;
  padding-bottom: 45px;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 324px);
  gap: 36px;
  justify-content: center;
}

.aud-card {
  display: flex;
  flex-direction: column;

  height: 269.1px;
  padding: 27px 25.2px 27px 27px;
  border: 1px solid rgba(148, 172, 205, 0.22);
  border-radius: 27px;
}


.aud-card__ico {
  margin-bottom: 59.4px;
  object-fit: contain;
  object-position: left top;
}

.aud-card__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.aud-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c274c;
}

.aud-card p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.3;
  color: #0c2950;

  text-shadow: 0 0 14.4px #fff;
}





.hero__shot {
  position: relative;
  width: 1064.7px;
  margin: 64.8px auto 0;
}


.hero__tablet {
  position: relative;
  z-index: 2;
  width: 1064.7px;
  height: 765px;
  padding: 42.3px;
  border-radius: 39.6px;
  background: #05070e;
  box-shadow: 0 36px 72px rgba(16, 24, 45, 0.28);
}

.hero__screen {
  display: block;
  width: 980.1px;
  height: 680.4px;
  border-radius: 21.6px;
}

.hero__card {
  position: absolute;
  z-index: 1;
  height: auto;
  filter: drop-shadow(0 16.2px 36px rgba(22, 33, 62, 0.14));
}



.hero__card--tl { left: -73.8px;  top: -70.2px; width: 242.1px; z-index: 1; }
.hero__card--tr { left: 880.2px;  top: -68.4px; width: 269.1px; z-index: 3; }
.hero__card--r  { left: 981px; top: 112.5px; width: 316.8px; z-index: 1; }
.hero__card--l  { left: -188.1px; top: 201.6px; width: 216.9px; z-index: 3; }



.eyebrow {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #5b84f5;

  -webkit-text-stroke: 0.6px #5b84f5;
}

.section-title {
  font-size: 49.5px;
  font-weight: 600;
  line-height: 1.1;
  color: #0c2950;
}


.section-title--soft {
  font-weight: 300;
}

.section-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #0c2950;
  text-shadow: 0 0 14.4px #fff;
}



.pains {
  padding-inline: 37.8px;
}

.pains__inner {
  position: relative;
  max-width: 1652.4px;
  margin-inline: auto;
  padding: 62.1px 0 63px;
  border-radius: 27px;
  overflow: hidden;
  text-align: center;
  background:
    var(--aurora-dot-grid) 0 0 / 30.6px 30.6px,
    radial-gradient(62% 82% at 8% 20%, rgba(37, 99, 235, 0.38), transparent 60%),
    radial-gradient(58% 78% at 93% 28%, rgba(6, 181, 212, 0.34), transparent 60%),
    radial-gradient(72% 92% at 64% 112%, rgba(31, 157, 228, 0.34), transparent 60%),
    var(--aurora-surface);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}




.pains__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.pains__decor--tl { left: -21.6px;  top: 171px;  width: 200.7px; }
.pains__decor--tr { right: 1px;   top: 255.6px;  width: 215.1px; }
.pains__decor--bl { left: 29.7px;   top: 907.2px; width: 190.8px; }
.pains__decor--br { right: 94.5px; top: 704.7px;  width: 128.7px; }


.pains .eyebrow,
.pains .section-title,
.pains .section-lead,
.pains__grid { position: relative; z-index: 1; }

.pains .eyebrow {
  margin-bottom: 22.5px;
}

.pains .section-title {
  margin-bottom: 23.4px;
}

.pains .section-lead {
  margin-bottom: 31.5px;
}

.pains__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 511.2px));
  gap: 21.6px;
  width: min(100%, 1044px);
  justify-content: center;
  margin-inline: auto;
  text-align: left;
}

.pain-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18.9px;
  width: 100%;
  height: 165.6px;
  padding: 18.9px 25.2px 27px 18px;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 0 29.52px rgba(240, 240, 240, 0.27);
}

.pain-card__ico {
  flex: 0 0 auto;
}


.pain-card__ico--sm {
  margin: 7.2px 7.2px 0 7.2px;
}

.pain-card__body {
  display: flex;
  flex-direction: column;
  padding: 8.1px 0 0;
}

.pain-card__quote {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #1c274c;
}


.pain-card__tag {
  position: absolute;
  top: 135.9px;
  left: 111.6px;
  margin: 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 0 0 14.4px #fff;
}

.pain-card__tag--blue   { color: #5b84f5; }
.pain-card__tag--cyan   { color: #23a2b3; }
.pain-card__tag--red    { color: #d75751; }
.pain-card__tag--green  { color: #0da35b; }
.pain-card__tag--purple { color: #935deb; }



.how {
  padding-top: 96.3px;
  padding-bottom: 108px;
}


.how__title,
.how .eyebrow,
.how .section-lead {
  text-align: left;
}

.how .eyebrow {
  margin-bottom: 23.4px;
}

.how__title {
  margin-bottom: 20.7px;
}

.how .section-lead {
  margin-bottom: 34.2px;
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 324px);
  gap: 34.2px;
  justify-content: center;
}

.how-card {
  position: relative;
  height: 405px;
  padding: 36px 22.5px 0 27px;
  border-radius: 27px;
  background: #f6f9ff;
  overflow: hidden;
}


.how-card__dot {
  display: block;
  width: 16.2px;
  height: 10.8px;
  margin-bottom: 31.5px;
  background:
    radial-gradient(circle 5.4px at 10.8px 5.4px, var(--c-accent-soft) 100%, transparent 0),
    radial-gradient(circle 5.4px at 5.4px 5.4px, var(--c-accent-pale) 100%, transparent 0);
}

.how-card__title {
  margin-bottom: 19.8px;
  font-size: 19.8px;
  font-weight: 600;
  line-height: 1.25;
  color: #1c274c;
}

.how-card__text {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.3;
  color: #0c2950;
}


.how-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5px;
  margin-top: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 22.5px;
  padding-inline: 9px;
  border-radius: 34.2px;
  background: #fff;
  font-size: 10.8px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0 0 9px #fff;
}

.tag--yd    { color: #a69354; }
.tag--vk    { color: #3959b8; }
.tag--avito { color: #6a8b2f; }
.tag--tg    { color: #5171d0; }
.tag--max   { color: #8539b8; }
.tag--mail  { color: #505050; }


.how-card__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.how-art {
  position: absolute;
}


.how-art--1a { left: 2px;  top: 108px; width: 324px; height: auto; }
.how-art--1b { left: 52px; top: 183px; width: 272px; height: auto; }
.how-art--2a { left: -2px; top: 275px; width: 420px; height: auto; }
.how-art--2b { left: 74px; top: 243px; width: 269px; height: auto; }
.how-art--3b { left: 0;    top: 145px; width: 324px; height: auto; }
.how-art--3a { left: 5px; top: 267px; width: 324px; height: auto; }



.features {

  padding-inline: 37.8px;
  padding-bottom: 54px;
}

.features__inner {
  position: relative;
  max-width: 1652.4px;
  height: 3372.3px;
  margin-inline: auto;
  border-radius: 27px;
  overflow: hidden;
  background:
    var(--aurora-dot-grid) 0 0 / 30.6px 30.6px,
    radial-gradient(68% 28% at 6% 8%, rgba(37, 99, 235, 0.38), transparent 60%),
    radial-gradient(62% 26% at 94% 27%, rgba(6, 181, 212, 0.34), transparent 60%),
    radial-gradient(72% 30% at 8% 57%, rgba(31, 157, 228, 0.34), transparent 60%),
    radial-gradient(64% 28% at 95% 87%, rgba(37, 99, 235, 0.30), transparent 60%),
    var(--aurora-surface);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.features__head {
  position: absolute;
  top: 84.6px;
  left: 306.9px;
}

.features .eyebrow {
  margin-bottom: 21.6px;
  text-align: left;
}

.features__title {
  text-align: left;
}



.feature {
  position: absolute;
  width: 604.8px;
  isolation: isolate;

  z-index: 1;
}

.feature__text {
  position: relative;
  z-index: 1;
}
.feature--dashboard   { left: 308.7px;  top: 366.3px;  }
.feature--detector    { left: 913.5px; top: 905.4px; }
.feature--directions  { left: 308.7px;  top: 1406.7px; }
.feature--ai          { left: 913.5px; top: 1911.6px; }
.feature--reports     { left: 308.7px;  top: 2352.6px; }
.feature--white-label { left: 913.5px; top: 2930.4px; }

.feature:last-child {
  margin-bottom: 0;
}


.badge {
  display: inline-flex;
  align-items: center;
  height: 42.3px;
  padding-inline: 20.7px;
  margin-bottom: 35.1px;
  border-radius: 29.411px;
  background-color: rgb(247 249 255 / 100%);
  opacity: 1;
  font-family: 'Gilroy', sans-serif;

  font-size: 11.7px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #5b84f5;
}

.feature__title {
  margin-bottom: 31.5px;
  font-size: 29.7px;
  font-weight: 600;
  line-height: 33.3px;
  color: #1c274c;
}

.feature__lead {
  margin-bottom: 22.5px;
  font-size: 16.074px;
  font-weight: 500;
  line-height: 1.3;
  color: #0c2950;
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 19.8px;

  max-width: 418.5px;
}


.feature__list li {
  position: relative;
  padding-left: 12.87px;
  font-size: 16.074px;
  font-weight: 300;
  line-height: 1.3;
  color: #0c2950;
}

.feature__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.1px;
  width: 4.284px;
  height: 4.284px;
  border-radius: 50%;
  background: #0c2950;
}

.feat-illu {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
}

.feat-illu--dashboard,
.feat-illu--detector,
.feat-illu--directions,
.feat-illu--ai {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22.5px;
  background: #f6f7fb;
  box-shadow:
    0 25px 58px rgba(32, 54, 108, 0.16),
    0 5px 16px rgba(32, 54, 108, 0.08);
}

.feat-illu--dashboard   { left: 455px;  top: -40px; width: 650px; }
.feat-illu--detector    { left: -550px; top: -31px; width: 510px; }
.feat-illu--directions  { left: 420px;  top: -13px; width: 705px; }
.feat-illu--ai          { left: -545px; top: -18px; width: 475px; }
.feat-illu--reports     { left: 398.995px;  top: -33.874px; width: 726.498px; }
.feat-illu--white-label { left: -627.524px; top: -15.577px; width: 537.161px; }



.integrations {
  padding-top: 27px;
  padding-bottom: 81px;
  overflow: hidden;
}

.integrations__head {
  text-align: center;
}

.integrations__eyebrow {
  margin-bottom: 27.9px;
}

.integrations__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0c2950;
  font-size: 49.5px;
  font-weight: 300;
  line-height: 1.1;
}

.integrations__title strong {
  font-weight: 600;
}

.integrations__rail {
  display: flex;
  gap: 13.5px;
  width: 1741.5px;

  margin: 40.5px 0 0 calc(50% - 870.75px);
}

.integration-card {
  display: flex;
  flex: 0 0 279px;
  align-items: center;
  justify-content: center;
  height: 99px;
  border: 1px solid rgba(148, 172, 205, 0.22);
  border-radius: 27px;
  background: #fff;
}


.integration-card__logo {
  height: auto;
  object-fit: contain;
}

.integration-card:nth-child(1) .integration-card__logo { width: 199.8px; }
.integration-card:nth-child(2) .integration-card__logo { width: 166.5px; }
.integration-card:nth-child(3) .integration-card__logo { width: 222.3px; }
.integration-card:nth-child(4) .integration-card__logo { width: 147.6px; }
.integration-card:nth-child(5) .integration-card__logo { width: 109.8px; }
.integration-card:nth-child(6) .integration-card__logo { width: 118.8px; }


.pricing {
  padding: 0 37.8px 36px;
}

.pricing__inner {
  position: relative;
  width: 100%;
  max-width: 1652.4px;
  height: 1402.2px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 27px;
  background:
    var(--aurora-dot-grid) 0 0 / 30.6px 30.6px,
    radial-gradient(62% 82% at 8% 18%, rgba(37, 99, 235, 0.38), transparent 60%),
    radial-gradient(58% 78% at 94% 35%, rgba(6, 181, 212, 0.34), transparent 60%),
    radial-gradient(72% 92% at 66% 110%, rgba(31, 157, 228, 0.34), transparent 60%),
    var(--aurora-surface);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.pricing__head {
  position: absolute;
  top: 64.8px;
  left: 304.2px;
}

.pricing__eyebrow {
  margin-bottom: 27.9px;
}

.pricing__title {
  color: #0c2950;
  font-size: 49.5px;
  font-weight: 600;
  line-height: 1.1;
}

.pricing__title span {
  font-weight: 300;
}

.pricing__lead {
  margin-top: 27.9px;
  color: #0c2950;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.pricing__cards {
  position: absolute;
  top: 309.6px;
  left: 304.2px;
  display: grid;
  grid-template-columns: repeat(3, 324px);
  gap: 36px;
}

.price-card {
  position: relative;
  width: 324px;
  height: 612px;
  overflow: hidden;
  border-radius: 27px;
  background: #fff;
  color: #0c2950;
}

.price-card--base {
  background: #285bd5 url('/landing-new/assets/img/pricing-base-bg.webp') center / cover no-repeat;
  color: #fff;
}

.price-card__name {
  position: absolute;
  top: 36px;
  left: 59.4px;
  z-index: 1;
  color: inherit;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1;
}

.price-card__name::before,
.price-card__name::after,
.price-wl__name::before,
.price-wl__name::after {
  position: absolute;
  top: 2.7px;
  width: 10.8px;
  height: 10.8px;
  border-radius: 50%;
  content: '';
}

.price-card__name::before,
.price-wl__name::before {
  left: -32.4px;
  background: #bfcef5;
}

.price-card__name::after,
.price-wl__name::after {
  left: -27px;
  background: #5278db;
}

.price-card--base .price-card__name::before { background: #fff; }
.price-card--base .price-card__name::after { background: #cfe3ff; }


.price-wl__name::before { left: 0;  top: -33.3px; }
.price-wl__name::after  { left: 5.4px; top: -33.3px; }

.price-card__price {
  position: absolute;
  top: 94.5px;
  left: 27px;
  z-index: 1;
  color: #202020;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap;
}

.price-card--base .price-card__price { color: #fff; }

.price-card__per {
  position: absolute;
  top: 158.4px;
  left: 27.9px;
  z-index: 1;
  color: #5b5454;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.3;
}

.price-card--base .price-card__per { color: #edf3ff; }

.price-card__benefits {
  position: absolute;
  top: 193.5px;
  left: 27px;
  z-index: 1;
  width: 270px;
}

.price-card__benefits li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47.7px;
  padding: 7.2px 9px 7.2px 25.2px;
  border-bottom: 1px solid rgb(64 64 64 / 12%);
  color: inherit;
  font-size: 15.3px;
  font-weight: 500;
  line-height: 1.3;
}

.price-card__benefits li::before,
.price-wl__benefits li::before {
  position: absolute;
  left: 2.7px;
  top: 50%;
  width: 8.1px;
  height: 8.1px;
  border-radius: 50%;
  background: #5980e2;
  content: '';
  transform: translateY(-50%);
}

.price-card__benefits li:nth-child(1) { min-height: 44.1px; }
.price-card__benefits li:nth-child(2) { min-height: 68.4px; }
.price-card__benefits li:nth-child(5) { border-bottom: 0; }

.price-card--base .price-card__benefits li {
  border-color: rgb(255 255 255 / 19%);
}

.price-card--base .price-card__benefits li::before { background: #fff; }

.price-card__cta,
.price-wl__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12.6px;
  border-radius: 54px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.price-card__cta {
  position: absolute;
  left: 21.6px;
  bottom: 64.8px;
  z-index: 2;
  width: 270px;
  height: 63px;
}

.price-card__cta--blue,
.price-wl__cta {
  background: var(--grad-cta);
  color: #fff;
}

.price-card__cta--light {
  background: #fff;
  color: #2563eb;
}

.price-card__cta span,
.price-wl__cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24.3px;
  height: 24.3px;
  margin-left: 1.8px;
  border-radius: 50%;
  background: rgb(255 255 255 / 13%);
  font-size: 12.6px;
  letter-spacing: 0;
}

.price-card__cta--light span {
  background: #376add;
  color: #fff;
}

.price-card__base-fox-wrap {
  position: absolute;
  top: -94.5px;
  left: 158.4px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314.634px;
  height: 332.565px;
  max-width: none;
  mix-blend-mode: soft-light;
}

.price-card__base-fox {
  width: 184.637px;
  height: 277.343px;
  max-width: none;
  transform: rotate(-37deg);
}

.price-wl {
  position: absolute;
  top: 957.6px;
  left: 304.2px;
  width: 1044px;
  height: 379.8px;
  overflow: hidden;
  border-radius: 27px;
  background: #fff;
}

.price-wl__name {
  position: absolute;
  top: 68.4px;
  left: 27px;
  color: #1c274c;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.25;
}

.price-wl__benefits {
  position: absolute;
  top: 174.6px;
  left: 27px;
  width: 270px;
}

.price-wl__benefits li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47.7px;
  padding: 7.2px 9px 7.2px 25.2px;
  border-bottom: 1px solid rgb(64 64 64 / 12%);
  color: #0c2950;
  font-size: 15.3px;
  font-weight: 500;
  line-height: 1.3;
}

.price-wl__benefits li:nth-child(2) { min-height: 64.8px; }
.price-wl__benefits li:nth-child(3) { min-height: 67.5px; border-bottom: 0; }

.price-wl__visual {
  position: absolute;
  top: 13.5px;
  left: 320.4px;
  width: 387.9px;
  height: auto;
}

.price-wl__visual > img {
  width: 387.9px;
  height: auto;
  max-width: none;
}

.price-wl__note {
  position: absolute;
  bottom: 0;
  left: 22.5px;
  width: 174.6px;
  min-height: 144px;
  padding: 16.2px 15.3px;
  border-radius: 10.8px;
  background: #fff;
  box-shadow: 0 10.8px 29.7px rgb(39 79 158 / 14%);
  color: #0c2950;
  font-size: 10.8px;
  font-weight: 500;
  line-height: 1.2;
}

.price-wl__note::before {
  position: absolute;
  top: 9.9px;
  left: 20.7px;
  width: 8.1px;
  height: 8.1px;
  border-radius: 50%;
  background: #5b84f5;
  content: '';
}

.price-wl__note p { margin-top: 18.9px; }

.price-wl__note span {
  display: block;
  margin-top: 9px;
  font-weight: 300;
}

.price-wl__right {
  position: absolute;
  top: 68.4px;
  right: 27px;
  width: 266.4px;
}

.price-wl__price {
  color: #202020;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap;
}

.price-wl__per {
  margin-top: 7.2px;
  color: #5b5454;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.3;
}

.price-wl__trial {
  margin-top: 21.6px;
  color: #0c2950;
  font-size: 15.3px;
  font-weight: 400;
  line-height: 1.25;
}

.price-wl__trial strong { font-weight: 600; }

.price-wl__cta {
  position: absolute;
  top: 215.1px;
  left: 0;
  width: 266.4px;
  height: 63px;
}



.faq {
  padding: 36.9px 0 45px;
}

.faq__head {
  text-align: center;
}

.faq .eyebrow {
  margin-bottom: 27px;
}

.faq__title {
  font-weight: 500;
}

.faq__body {
  display: flex;
  gap: 22.5px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1044px;
  margin: 64.8px auto 0;
  padding-inline: 21.6px;
}

.faq__visual {
  flex: 0 0 516.6px;
  width: 516.6px;
  height: auto;
}

.faq__list {
  flex: 0 0 504.9px;
  width: 504.9px;
}


.faq-item {
  width: 504.9px;
  border: 1px solid rgba(148, 172, 205, 0.3);
  border-radius: 13.5px;
  background: #fff;
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 11.7px;
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14.4px;
  height: 54px;
  padding: 0 9px 0 18.9px;
  border-radius: 13.5px;
  color: #0c2950;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

.faq-item[open] .faq-item__q { background: #f6f9ff; }

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

.faq-item__heading {
  margin: 0;
  font: inherit;
}


.faq-item__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f6f9ff;
}

.faq-item__toggle-dot {
  position: relative;
  width: 23.4px;
  height: 23.4px;
  border-radius: 50%;
  background: #5171d0;
}


.faq-item__toggle-dot::before,
.faq-item__toggle-dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: '';
  transform: translate(-50%, -50%);
}
.faq-item__toggle-dot::before { width: 9.9px; height: 1.44px; }
.faq-item__toggle-dot::after  { width: 1.44px; height: 9.9px; }

.faq-item__toggle-dot::after {
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-item[open] .faq-item__toggle-dot::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg); }
@media (prefers-reduced-motion: reduce) {
  .faq-item__toggle-dot::after { transition: none; }
}

.faq-item__a {
  margin: 0;
  padding: 5.4px 18.9px 19.8px;
  color: #0c2950;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.3;
}



.cta-band {
  padding: 0 37.8px;
}

.cta-band__inner {
  position: relative;
  width: 100%;
  max-width: 1652.4px;
  height: 520.2px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 27px;
  background:
    var(--aurora-dot-grid) 0 0 / 30.6px 30.6px,
    radial-gradient(64% 86% at 8% 18%, rgba(37, 99, 235, 0.38), transparent 60%),
    radial-gradient(58% 80% at 94% 28%, rgba(6, 181, 212, 0.34), transparent 60%),
    radial-gradient(74% 94% at 68% 112%, rgba(31, 157, 228, 0.34), transparent 60%),
    var(--aurora-surface);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.cta-band__title {
  position: absolute;
  top: 64.8px;
  left: 0;
  right: 0;
  text-align: center;
  color: #0c2950;
  font-size: 49.5px;
  font-weight: 500;
  line-height: 1.1;
}

.cta-band__lead {
  position: absolute;
  top: 208.8px;
  left: 0;
  right: 0;
  text-align: center;
  color: #0c2950;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.cta-band__cta {
  position: absolute;
  top: 296.1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


.cta-band__note {
  position: absolute;
  top: 333px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 368.1px;
  height: 106.2px;
  padding-bottom: 19.8px;
  border-radius: 21.6px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #0c2950;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 0 0 14.4px #fff;
}

.cta-band__note b {
  font-weight: 600;
  background: var(--grad-cta);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.cta-deco {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.cta-deco--send     { left: 118px;  top: 3px;   width: 230px; }
.cta-deco--calendar { left: 1046px; top: -1px;  width: 147px; }
.cta-deco--cpc      { left: -5px;   top: 104px; width: 315px; }
.cta-deco--metrics  { left: 1089px; top: 98px;  width: 271px; }
.cta-deco--pie      { left: 957px;  top: 315px; width: 437px; }
.cta-deco--bars     { left: -1px;   top: 196px; width: 563px; }



.btn-pill-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding-inline: 45.9px;
  border-radius: 54px;
  background: #fff;
  color: #3361d0;
  font-size: 10.8px;
  font-weight: 600;
  letter-spacing: 1.08px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 5.4px 21.6px rgba(39, 79, 158, 0.06);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.btn-pill-light:hover { transform: translateY(-1px); }

.blog {
  padding: 108px 0 117px;
}

.blog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37.8px;
}

.blog__title {
  color: #0c2950;
  font-size: 49.5px;
  font-weight: 500;
  line-height: 1.1;
}

.blog__all {
  height: 63.9px;
  padding-inline: 46.8px;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34.2px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  padding: 13.5px;
  border-radius: 13.5px;
  background: #f6f9ff;
}

.blog-card__cover {
  position: relative;
  border-radius: 13.5px;
  overflow: hidden;
  line-height: 0;
}

.blog-card__cover > img {
  width: 100%;
  height: auto;
}

.blog-card__tags {
  position: absolute;
  top: 9.9px;
  left: 9.9px;
  display: flex;
  gap: 7.2px;
}

.blog-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 7.2px 11.7px;
  border-radius: 13.5px;
  background: #fff;
  color: #90ade8;
  font-size: 9.9px;
  font-weight: 600;
  letter-spacing: 1.35px;
  line-height: 1;
  text-transform: uppercase;
}

.blog-card__title {
  margin-top: 22.5px;
  color: #1c274c;
  font-size: 15.3px;
  font-weight: 600;
  line-height: 1.3;
}

.blog-card__excerpt {
  margin-top: 10.8px;
  color: #7c8aa5;
  font-size: 11.7px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-card__more {
  width: 100%;
  height: 54px;
  margin-top: 19.8px;
}



.about-seo {
  padding: 90px 21.6px 64.8px;
  background: #fff;
}

.about-seo__inner {
  max-width: 1044px;
  padding: 27px 32.4px;
  border: 1px solid rgba(148, 172, 205, 0.24);
  border-radius: 18px;
  background: #f7f9fd;
}

.about-seo__title {
  color: #334365;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.about-seo__text {
  max-width: 950px;
  margin-top: 10.8px;
  color: #68748c;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
}



.footer {
  background: #f0f4f8;
  color: #1c274c;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1044px;
  margin-inline: auto;
  padding: 33.3px 0 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 27px;
}

.footer__social {
  display: flex;
  gap: 5.4px;
}

.footer__social img { width: 21.6px; height: 21.6px; }

.footer__subscribe {
  display: flex;
  align-items: center;
  gap: 22.5px;
}

.footer__subscribe-label {
  color: #1c274c;
  font-size: 15.3px;
  font-weight: 400;
}


.footer__capsule {
  position: relative;
  display: block;
  width: 304.2px;
  height: 45px;
}

.footer__field {
  width: 100%;
  height: 45px;
  padding: 0 162px 0 15.3px;
  border: 1px solid #d9d9d9;
  border-radius: 54px;
  background: #fff;
  font-family: var(--font-base);
  font-size: 10.8px;
  font-weight: 500;
  color: #1c274c;
}

.footer__field::placeholder { color: rgba(105, 105, 105, 0.56); }

.footer__subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 153px;
  height: 45px;
  border-radius: 54px;
  color: #fff;
  font-size: 13.275px;
  font-weight: 600;
  letter-spacing: 1.328px;
  text-transform: uppercase;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 22.5px;
  margin-top: 27.9px;
  padding: 27.9px 0;
  border-top: 1px solid #dde1e4;
}

.footer__nav a {
  color: #1c274c;
  font-size: 13.5px;
  font-weight: 400;
  transition: color 0.15s ease;
}

.footer__nav a:hover { color: var(--c-brand); }

.footer__bottom {
  background: #fff;
  padding: 27px 0 27.9px;
}

.footer__cols {
  position: relative;
  max-width: 1044px;
  min-height: 106.2px;
  margin-inline: auto;
}


.footer__col-title {
  margin-bottom: 18px;
  color: #1c274c;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
}

.footer__col ul { display: flex; flex-direction: column; gap: 18.9px; line-height: 1; }

.footer__col a,
.footer__center .footer__tagline,
.footer__center .footer__copy {
  color: #1c274c;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
}

.footer__col a { transition: color 0.15s ease; }
.footer__col a:hover { color: var(--c-brand); }


.footer__col--res      { position: absolute; left: 0;    top: 0; }
.footer__col--contacts { position: absolute; left: 154.8px; top: 0; }
.footer__col--docs     { position: absolute; left: 747px; top: 0; width: 333px; }


.footer__center {
  position: absolute;
  left: 261px;
  top: 0;
  width: 471.6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__center .footer__col-title { margin-bottom: 18px; }
.footer__tagline { margin: 0 0 18.9px; white-space: nowrap; }
.footer__pay { display: block; height: 17.1px; width: auto; margin: 0 0 15.3px; }
.footer__copy {

  margin: 1.8px 0 0;
  font-size: 13.5px;
}




.hero-wrap,
.cta-band__inner {
  isolation: isolate;
}

.hero-wrap {
  overflow: hidden;
}

.hero-wrap::before,
.cta-band__inner::before {
  position: absolute;
  inset: -12%;
  z-index: 0;
  content: '';
  pointer-events: none;
  will-change: transform, opacity;
}

.hero-wrap::before {
  background:
    radial-gradient(42% 52% at 16% 28%, rgba(72, 111, 255, 0.52), transparent 68%),
    radial-gradient(38% 48% at 84% 24%, rgba(23, 211, 220, 0.44), transparent 70%),
    radial-gradient(44% 48% at 62% 80%, rgba(65, 153, 255, 0.38), transparent 72%);
  opacity: 0.58;
  mix-blend-mode: soft-light;
  animation: aurora-drift 22s ease-in-out infinite alternate;
}

.hero-wrap > .hero {
  position: relative;
  z-index: 1;
}

.cta-band__inner::before {
  background:
    radial-gradient(45% 70% at 12% 26%, rgba(75, 106, 255, 0.56), transparent 68%),
    radial-gradient(38% 68% at 88% 30%, rgba(15, 211, 220, 0.48), transparent 70%),
    radial-gradient(48% 72% at 58% 86%, rgba(55, 151, 255, 0.42), transparent 72%);
  opacity: 0.54;
  mix-blend-mode: soft-light;
  animation: aurora-drift-cta 18s ease-in-out -6s infinite alternate;
}

@keyframes aurora-drift {
  0% {
    opacity: 0.48;
    transform: translate3d(-2.5%, -1.5%, 0) scale(1.02) rotate(-0.3deg);
  }
  52% {
    opacity: 0.64;
    transform: translate3d(2.4%, 1.2%, 0) scale(1.07) rotate(0.45deg);
  }
  100% {
    opacity: 0.54;
    transform: translate3d(-0.8%, 2.2%, 0) scale(1.04) rotate(-0.15deg);
  }
}

@keyframes aurora-drift-cta {
  0% {
    opacity: 0.46;
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
  58% {
    opacity: 0.62;
    transform: translate3d(-2.8%, 1.5%, 0) scale(1.09);
  }
  100% {
    opacity: 0.52;
    transform: translate3d(1.2%, 2.4%, 0) scale(1.05);
  }
}


.motion-enhanced .hero__card,
.motion-enhanced .pains__decor,
.motion-enhanced .cta-deco {
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}


.motion-ready .reveal-target {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0ms),
    transform 820ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


.integration-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 249, 255, 0.68));
  box-shadow:
    0 12px 32px rgba(33, 69, 132, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  transition:
    transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.integration-card::before {
  position: absolute;
  inset: -55%;
  z-index: -1;
  background:
    radial-gradient(circle at 25% 30%, rgba(53, 101, 255, 0.28), transparent 34%),
    radial-gradient(circle at 75% 66%, rgba(13, 193, 218, 0.28), transparent 36%);
  opacity: 0.26;
  content: '';
  pointer-events: none;
  transform: translate3d(-12%, 8%, 0) rotate(-7deg);
  transition: opacity 360ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.integration-card__logo {
  position: relative;
  z-index: 1;
  transition: transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1);
}


.price-card,
.price-wl {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(242, 248, 255, 0.74));
  box-shadow:
    0 22px 54px rgba(30, 63, 124, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.price-card {
  transition:
    transform 380ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 320ms ease,
    box-shadow 380ms ease;
}

.price-card::before,
.price-wl::before {
  position: absolute;
  inset: -30%;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(49, 98, 255, 0.20), transparent 35%),
    radial-gradient(circle at 78% 72%, rgba(10, 194, 218, 0.18), transparent 38%);
  opacity: 0.32;
  content: '';
  pointer-events: none;
  transform: translate3d(-8%, 6%, 0) scale(1);
  transition: opacity 380ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.price-card::after,
.price-wl::after {
  position: absolute;
  inset: 0 12% auto;
  z-index: 3;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  content: '';
  pointer-events: none;
}

.price-card--base {
  border-color: rgba(255, 255, 255, 0.34);
  background:
    radial-gradient(78% 55% at 82% 12%, rgba(43, 224, 226, 0.48), transparent 64%),
    radial-gradient(86% 64% at 8% 92%, rgba(91, 97, 255, 0.62), transparent 68%),
    linear-gradient(150deg, #173fae 0%, #2864eb 50%, #159fcf 100%);
  box-shadow:
    0 28px 68px rgba(19, 70, 177, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.price-card--base::before {
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.24), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(37, 225, 232, 0.22), transparent 40%);
  opacity: 0.5;
  mix-blend-mode: screen;
}

.price-wl {
  transition: border-color 340ms ease, box-shadow 380ms ease;
}

.price-card__cta,
.price-wl__cta {
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(28, 83, 205, 0.18);
  transition:
    transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 260ms ease,
    filter 260ms ease;
}

.price-card__cta--light {
  box-shadow: 0 12px 24px rgba(7, 30, 83, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  .integration-card:hover {
    border-color: rgba(76, 122, 235, 0.38);
    box-shadow:
      0 22px 48px rgba(33, 75, 154, 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: translate3d(0, -7px, 0) scale(1.015);
  }

  .integration-card:hover::before {
    opacity: 0.72;
    transform: translate3d(10%, -5%, 0) rotate(7deg) scale(1.06);
  }

  .integration-card:hover .integration-card__logo {
    transform: translate3d(0, -1px, 0) scale(1.025);
  }

  .price-card:hover {
    border-color: rgba(99, 139, 238, 0.38);
    box-shadow:
      0 34px 76px rgba(28, 70, 148, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: translate3d(0, -10px, 0) scale(1.012);
  }

  .price-card--base:hover {
    border-color: rgba(255, 255, 255, 0.56);
    box-shadow:
      0 40px 88px rgba(18, 65, 169, 0.34),
      0 0 0 1px rgba(106, 222, 244, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.36);
  }

  .price-card:hover::before,
  .price-wl:hover::before {
    opacity: 0.78;
    transform: translate3d(8%, -6%, 0) scale(1.08);
  }

  .price-wl:hover {
    border-color: rgba(91, 134, 235, 0.42);
    box-shadow:
      0 32px 72px rgba(28, 70, 148, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .price-card__cta:hover,
  .price-wl__cta:hover {
    box-shadow: 0 17px 34px rgba(28, 83, 205, 0.28);
    filter: saturate(1.12) brightness(1.04);
    transform: translate3d(0, -2px, 0);
  }
}

.price-card__cta:focus-visible,
.price-wl__cta:focus-visible {
  outline: 3px solid rgba(72, 119, 239, 0.34);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-wrap::before,
  .cta-band__inner::before {
    animation: none;
    transform: none;
  }

  .motion-enhanced .hero__card,
  .motion-enhanced .pains__decor,
  .motion-enhanced .cta-deco,
  .motion-ready .reveal-target,
  .motion-ready .reveal-target.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


.hero-wrap::before,
.cta-band__inner::before {
  display: none;
  animation: none;
}

.integration-card,
.integration-card::before,
.integration-card__logo,
.price-card,
.price-card::before,
.price-wl,
.price-wl::before,
.price-card__cta,
.price-wl__cta {
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .integration-card:hover {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
      0 12px 32px rgba(33, 69, 132, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transform: none;
  }

  .integration-card:hover::before {
    opacity: 0.26;
    transform: translate3d(-12%, 8%, 0) rotate(-7deg);
  }

  .integration-card:hover .integration-card__logo {
    transform: none;
  }

  .price-card:hover {
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow:
      0 22px 54px rgba(30, 63, 124, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transform: none;
  }

  .price-card--base:hover {
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow:
      0 28px 68px rgba(19, 70, 177, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .price-card:hover::before,
  .price-wl:hover::before {
    opacity: 0.32;
    transform: translate3d(-8%, 6%, 0) scale(1);
  }

  .price-card--base:hover::before {
    opacity: 0.5;
  }

  .price-wl:hover {
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow:
      0 22px 54px rgba(30, 63, 124, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .price-card__cta:hover,
  .price-wl__cta:hover {
    box-shadow: 0 12px 24px rgba(28, 83, 205, 0.18);
    filter: none;
    transform: none;
  }
}


.motion-scroll [data-reveal] {
  opacity: 0;
}

.motion-scroll [data-reveal].is-revealed {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .motion-scroll [data-reveal] {
    opacity: 1;
  }
}


.motion-scroll .integrations__rail {
  backface-visibility: hidden;
  will-change: transform;
}

@media (max-width: 690px), (prefers-reduced-motion: reduce) {
  .motion-scroll .integrations__rail {
    transform: none !important;
    will-change: auto;
  }
}



@media (max-width: 1727px) {
  .features { padding-inline: 37.8px; }

  .features__inner {
    max-width: 1652.4px;
    height: auto;
    padding: 68.4px clamp(32.4px, 7vw, 100.8px) 86.4px;
  }

  .features__head {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 64.8px;
  }

  .feature,
  .feature--dashboard,
  .feature--detector,
  .feature--directions,
  .feature--ai,
  .feature--reports,
  .feature--white-label {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "text art";
    align-items: center;
    column-gap: clamp(28.8px, 5vw, 79.2px);
    width: 100%;
    min-height: 279px;
  }

  .feature + .feature { margin-top: 82.8px; }
  .feature--text-right { grid-template-areas: "art text"; }
  .feature__text { grid-area: text; max-width: 594px; }

  .feature__list { max-width: 486px; }

  .feat-illu,
  .feat-illu--dashboard,
  .feat-illu--detector,
  .feat-illu--directions,
  .feat-illu--ai,
  .feat-illu--reports,
  .feat-illu--white-label {
    position: relative;
    top: auto;
    left: auto;
    grid-area: art;
    justify-self: center;
    width: min(100%, 612px);
    max-width: 612px;
  }


  .feat-illu--dashboard,
  .feat-illu--directions {
    width: min(140%, 681.98px);
    max-width: 681.98px;
  }
  .feat-illu--detector {
    width: min(140%, 520px);
    max-width: 520px;
    transform: translateX(-4.5%);
  }
  .feat-illu--ai {
    width: min(140%, 500px);
    max-width: 500px;
    transform: translateX(-8.5%);
  }
  .feat-illu--reports {
    width: min(150%, 726.498px);
    max-width: 726.498px;
    transform: translateX(-2.5%);
  }
  .feat-illu--white-label {
    width: min(140%, 537.161px);
    max-width: 537.161px;
    transform: translateX(-10%);
  }


  .pricing { padding-inline: 37.8px; }
  .pricing__inner {
    height: auto;
    padding: 64.8px clamp(21.6px, 6vw, 72px);
  }
  .pricing__head,
  .pricing__cards {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 1044px);
    margin-inline: auto;
  }
  .pricing__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 21.6px;
    margin-top: 50.4px;
  }
  .price-card {
    width: 100%;
    max-width: 324px;
    justify-self: center;
  }
  .price-wl {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(216px, 1fr) minmax(234px, 1.25fr) minmax(207px, .85fr);
    gap: 23.4px;
    width: min(100%, 1044px);
    height: auto;
    min-height: 379.8px;
    margin: 50.4px auto 0;
    padding: 50.4px 27px 27px;
  }
  .price-wl__name,
  .price-wl__benefits,
  .price-wl__visual,
  .price-wl__right,
  .price-wl__cta {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .price-wl__name { margin: 0 0 30.6px; }
  .price-wl__benefits { width: auto; }
  .price-wl__visual { width: 100%; align-self: center; }
  .price-wl__visual > img { width: 100%; max-width: 387.9px; }
  .price-wl__right { width: auto; }
  .price-wl__cta { width: 100%; margin-top: 21.6px; }


  .cta-deco--calendar { left: auto; right: 14.5%; }
  .cta-deco--metrics { left: auto; right: 2.5%; }
  .cta-deco--pie { left: auto; right: 0; }
}

@media (max-width: 1151px) {
  :root { --gutter: 18px; }

  .site-header { padding: 18px 18px 0; }
  .site-header__inner { width: 100%; gap: clamp(16.2px, 3vw, 37.8px); padding-inline: 23.4px; }
  .site-nav { gap: 14.4px; }
  .site-header__actions { gap: 9px; }
  .site-header__actions .btn--gradient { width: 118.8px; }
  .site-header__actions .btn--dark { width: 108px; }

  .hero__shot { width: min(calc(100% - 36px), 1064.7px); }
  .hero__tablet {
    width: 100%;
    height: auto;
    aspect-ratio: 1183 / 850;
    padding: 4%;
    border-radius: 32.4px;
  }
  .hero__screen { width: 100%; height: auto; border-radius: 18px; }
  .hero__card--tl { left: -6.93%; top: -9.18%; width: 22.74%; }
  .hero__card--tr { left: 82.67%; top: -8.94%; width: 25.27%; }
  .hero__card--r  { left: 92.14%; top: 14.71%; width: 29.76%; }
  .hero__card--l  { left: -17.67%; top: 26.35%; width: 20.37%; }

  .audience__grid,
  .how__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21.6px;
  }
  .aud-card { height: auto; min-height: 269.1px; }
  .how-card { height: 405px; }

  .pains,
  .features,
  .pricing,
  .cta-band { padding-inline: 21.6px; }
  .pains__inner { padding-inline: 21.6px; }

  .faq__body { max-width: 100%; padding-inline: 21.6px; }
  .faq__visual,
  .faq__list,
  .faq-item { width: 100%; }
  .faq__visual { flex-basis: 48%; }
  .faq__list { flex-basis: 48%; }

  .cta-band { padding-inline: 21.6px; }
}

@media (max-width: 989px) {
  .site-header__inner { gap: 18px; }
  .site-nav__link { font-size: 10.8px; }

  .hero__title,
  .section-title,
  .integrations__title,
  .pricing__title,
  .cta-band__title,
  .blog__title { font-size: clamp(34.2px, 5.2vw, 49.5px); }

  .audience__grid,
  .how__grid { grid-template-columns: repeat(2, minmax(0, 324px)); justify-content: center; }

  .pains__grid { grid-template-columns: minmax(0, 511.2px); }
  .pains__decor { display: none; }

  .features__inner { padding-inline: clamp(25.2px, 6vw, 54px); }
  .feature,
  .feature--text-right {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "art";
    row-gap: 27px;
    min-height: 0;
  }
  .feature + .feature { margin-top: 72px; }
  .feature__text { max-width: 594px; }
  .feature__list { max-width: 540px; }
  .feat-illu { justify-self: start; width: min(100%, 612px); }
  .feat-illu--dashboard,
  .feat-illu--detector,
  .feat-illu--directions,
  .feat-illu--ai,
  .feat-illu--reports,
  .feat-illu--white-label {
    width: min(100%, 612px);
    max-width: 612px;
    transform: none;
  }
  .feat-illu--dashboard { max-width: 560px; }
  .feat-illu--detector { max-width: 520px; }
  .feat-illu--directions { max-width: 612px; }
  .feat-illu--ai { max-width: 500px; }

  .pricing__cards { grid-template-columns: repeat(2, minmax(270px, 1fr)); }
  .price-wl { grid-template-columns: minmax(216px, 1fr) minmax(225px, 1fr); }
  .price-wl__right { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 23.4px; align-items: end; }
  .price-wl__cta { grid-column: 2; grid-row: 1 / span 3; align-self: end; margin: 0; }

  .faq__body { flex-direction: column; align-items: center; }
  .faq__visual,
  .faq__list { flex-basis: auto; max-width: 504.9px; }

  .footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32.4px; min-height: 0; padding-inline: 21.6px; }
  .footer__col--res,
  .footer__col--contacts,
  .footer__col--docs,
  .footer__center { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: auto; }
  .footer__center { align-items: flex-start; text-align: left; }
  .footer__tagline { white-space: normal; }
}

@media (max-width: 690px) {
  :root { --gutter: 14.4px; }


  .page,
  .features,
  .features__inner,
  .features__head,
  .feature,
  .feature__text,
  .feature__title,
  .feature__lead,
  .feature__list,
  .pain-card__body,
  .footer__top,
  .footer__subscribe {
    min-width: 0;
  }

  .site-header { padding: 10.8px 14.4px 0; }
  .site-header__inner { min-height: 54px; padding: 10.8px 14.4px; }
  .site-header__logo img { width: 106.2px; height: auto; }
  .site-nav,
  .site-header__actions { display: none; }
  .site-header__burger { display: flex; margin-left: auto; }
  .mobile-nav:not([hidden]) {
    position: absolute;
    top: calc(100% + 8.1px);
    right: 0;
    left: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 2.7px;
    padding: 10.8px;
    border: 1px solid rgba(148, 172, 205, 0.24);
    border-radius: 21.6px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 21.6px 43.2px rgba(34, 64, 121, 0.18);
  }
  .mobile-nav > a {
    display: flex;
    align-items: center;
    min-height: 43.2px;
    padding-inline: 14.4px;
    border-radius: 12.6px;
    color: #1c274c;
    font-size: 14.4px;
    font-weight: 500;
  }
  .mobile-nav > a:active { background: #f0f4ff; }
  .mobile-nav__actions {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 8.1px;
    margin-top: 7.2px;
  }
  .mobile-nav__signin,
  .mobile-nav__signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46.8px;
    padding-inline: 12.6px;
    border-radius: 23.4px;
    color: #fff;
    font-size: 10.8px;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-nav__signin { background: var(--c-dark); }
  .mobile-nav__signup { background: var(--grad-cta); }

  .hero__title { margin-top: 55.8px; padding-inline: 14.4px; font-size: clamp(30.6px, 9vw, 40.5px); }
  .hero__lead { margin-top: 27px; padding-inline: 18px; font-size: 16.2px; }
  .hero__cta { flex-direction: column; align-items: center; gap: 12.6px; padding-inline: 14.4px; }
  .btn-cta { justify-content: center; width: min(100%, 380.7px); height: 68.4px; padding-inline: 25.2px; font-size: 12.6px; }
  .hero__note { width: min(100%, 279px); height: auto; min-height: 73.8px; margin-left: 0; padding: 16.2px 21.6px; text-align: center; }
  .hero__chips { flex-direction: column; align-items: center; gap: 7.2px; padding-inline: 14.4px; }
  .hero__chips li:nth-child(n) { width: min(100%, 287.1px); }
  .hero__shot { width: calc(100% - 28.8px); margin-top: 46.8px; }
  .hero__card { display: none; }
  .hero__tablet { border-radius: 19.8px; }
  .hero__screen { border-radius: 12.6px; }

  .eyebrow { font-size: 12.6px; letter-spacing: 2.43px; }
  .section-title,
  .integrations__title,
  .pricing__title,
  .cta-band__title,
  .blog__title { font-size: clamp(28.8px, 9vw, 37.8px); }
  .section-lead { font-size: 16.2px; }

  .audience { padding-inline: 14.4px; }
  .audience__grid,
  .how__grid { grid-template-columns: minmax(0, 324px); }
  .aud-card { min-height: 243px; }
  .aud-card__ico { margin-bottom: 37.8px; }

  .pains { padding-inline: 14.4px; }
  .pains__inner { padding: 43.2px 14.4px; border-radius: 21.6px; }
  .pains .section-title br,
  .pains .section-lead br { display: none; }
  .pain-card { min-height: 165.6px; height: auto; padding-right: 16.2px; padding-bottom: 52.2px; border-radius: 21.6px; }
  .pain-card__body { flex: 1 1 auto; }
  .pain-card__quote { max-width: 100%; overflow-wrap: break-word; font-size: 16.2px; }
  .pain-card__quote br { display: none; }
  .pain-card__tag { top: auto; right: 16.2px; bottom: 20.7px; max-width: calc(100% - 127.8px); font-size: 12.6px; }

  .how { padding-top: 64.8px; padding-bottom: 72px; }
  .how-card { border-radius: 21.6px; }

  .features { width: 100%; padding-inline: 14.4px; padding-bottom: 28.8px; }
  .features__inner { width: 100%; max-width: 100%; padding: 43.2px 21.6px 57.6px; border-radius: 21.6px; }
  .features__head { margin-bottom: 48.6px; }
  .features__title,
  .feature,
  .feature__text,
  .feature__title,
  .feature__lead,
  .feature__list {
    width: 100%;
    max-width: 100%;
  }
  .feature,
  .feature--text-right { grid-template-columns: minmax(0, 1fr); }
  .features__title,
  .feature__title,
  .feature__lead,
  .feature__list li {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .features__title br { display: none; }
  .feature + .feature { margin-top: 57.6px; }
  .badge {
    max-width: 100%;
    height: auto;
    min-height: 37.8px;
    padding: 12.6px 16.2px;
    margin-bottom: 22.5px;
    white-space: normal;
    text-align: center;
    font-size: 9.9px;
    line-height: 1.25;
    letter-spacing: 1.6px;
  }
  .feature__title { margin-bottom: 21.6px; font-size: clamp(24.3px, 7.6vw, 29.7px); line-height: 1.14; }
  .feature__title br,
  .feature__lead br { display: none; }
  .feature__lead,
  .feature__list li { font-size: 14.4px; }
  .feature__list { gap: 14.4px; }
  .feat-illu { justify-self: center; width: min(100%, 288px); max-width: 288px; }

  .integrations { padding: 57.6px 0; }
  .integrations__rail {
    width: 100%;
    margin: 30.6px 0 0;
    padding: 0 14.4px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 14.4px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .integrations__rail::-webkit-scrollbar { display: none; }
  .integration-card { flex-basis: 243px; height: 86.4px; border-radius: 21.6px; scroll-snap-align: start; }

  .pricing { padding: 0 14.4px 21.6px; }
  .pricing__inner { padding: 43.2px 18px; border-radius: 21.6px; }
  .pricing__head { text-align: left; }
  .pricing__cards { grid-template-columns: 1fr; margin-top: 34.2px; }
  .price-card { width: 100%; max-width: none; justify-self: stretch; }
  .price-card__benefits { width: calc(100% - 54px); }
  .price-card__cta { right: 21.6px; left: 21.6px; width: auto; }
  .price-card__base-fox-wrap { right: -63px; left: auto; }
  .price-wl { grid-template-columns: 1fr; min-height: 0; padding: 50.4px 21.6px 25.2px; border-radius: 21.6px; }
  .price-wl__right { display: block; }
  .price-wl__cta { width: 100%; margin-top: 21.6px; }
  .price-wl__visual { order: -1; }

  .faq { padding-inline: 14.4px; }
  .faq__body { margin-top: 39.6px; padding: 0; }
  .faq__visual { display: none; }
  .faq__list { max-width: none; }
  .faq-item { border-radius: 10.8px; }
  .faq-item__q { min-height: 54px; height: auto; padding: 10.8px; font-size: 12.6px; }

  .cta-band { padding-inline: 14.4px; }
  .cta-band__inner { height: auto; min-height: 450px; padding: 52.2px 18px 39.6px; border-radius: 21.6px; }
  .cta-band__title,
  .cta-band__lead,
  .cta-band__cta,
  .cta-band__note { position: relative; top: auto; right: auto; bottom: auto; left: auto; transform: none; }
  .cta-band__title br,
  .cta-band__lead br { display: none; }
  .cta-band__lead { margin: 25.2px 0 27px; font-size: 15.3px; }
  .cta-band__cta { width: 100%; max-width: none; margin-inline: auto; }
  .cta-band__note { width: 100%; height: auto; min-height: 77.4px; margin-top: -7.2px; padding: 24.3px 16.2px 14.4px; }
  .cta-deco { display: none; }

  .blog { padding: 64.8px 0; }
  .blog__head { align-items: flex-start; flex-direction: column; gap: 21.6px; }
  .blog__all { height: 52.2px; padding-inline: 27px; }
  .blog__grid { grid-template-columns: 1fr; gap: 18px; }

  .about-seo { padding: 43.2px 14.4px; }
  .about-seo__inner { padding: 21.6px 18px; border-radius: 14.4px; }
  .about-seo__title { font-size: 16.2px; }
  .about-seo__text { font-size: 12.6px; }

  .footer__top { width: 100%; flex-direction: column; align-items: flex-start; gap: 25.2px; padding-inline: 14.4px; }
  .footer__subscribe { width: 100%; flex-direction: column; align-items: flex-start; gap: 12.6px; }
  .footer__capsule { width: min(100%, 304.2px); }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__col,
  .footer__center { min-width: 0; }
  .footer__col a,
  .footer__tagline,
  .footer__copy { overflow-wrap: anywhere; }
  .footer__center { grid-column: 1 / -1; }
  .footer__nav { flex-wrap: wrap; justify-content: flex-start; padding-inline: 14.4px; }
}

@media (max-width: 480px) {
  .footer__cols { grid-template-columns: 1fr; gap: 28.8px; }
  .footer__center { grid-column: auto; }
}
