.skva-ads {
  --ads-bg: #f5f5f2;
  --ads-surface: #ffffff;
  --ads-surface-soft: #ededeb;
  --ads-text: #121217;
  --ads-muted: #65656f;
  --ads-muted-2: #8b8b94;
  --ads-line: #15151b17;
  --ads-line-strong: #15151b2b;
  --ads-violet: #7154ef;
  --ads-violet-dark: #5539d4;
  --ads-orange: #ff7655;
  --ads-cyan: #24a8c8;
  --ads-green: #21a66a;
  --ads-shell: min(100% - 64px, 1440px);
  color: var(--ads-text);
  background: var(--ads-bg);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

.skva-ads :where(a) {
  color: inherit;
  text-decoration: none;
}

.skva-ads :where(button, input, select, textarea) {
  color: inherit;
  font: inherit;
}

.skva-ads :where(button, a) {
  -webkit-tap-highlight-color: transparent;
}

.skva-ads :focus-visible {
  outline: 2px solid var(--ads-violet);
  outline-offset: 4px;
}

.skva-ads-world {
  min-height: 100svh;
  background: var(--ads-bg);
  overflow: clip;
}

.ads-shell {
  width: var(--ads-shell);
  margin-inline: auto;
}

.ads-section {
  padding: clamp(100px, 10vw, 160px) 0;
  border-top: 1px solid var(--ads-line);
  position: relative;
}

.ads-skip-link {
  z-index: 5000;
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ads-text);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .18s;
}

.ads-skip-link:focus {
  transform: translateY(0);
}

.ads-header {
  z-index: 1000;
  position: fixed;
  top: 18px;
  left: max(18px, calc(50vw - 740px));
  right: max(18px, calc(50vw - 740px));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 66px;
  padding: 0 10px 0 20px;
  color: var(--ads-text);
  background: #fffffff0;
  border: 1px solid #15151b17;
  border-radius: 18px;
  box-shadow: 0 18px 55px #28283617, inset 0 1px #fff;
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
  isolation: isolate;
}

.ads-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  font-family: var(--display);
  letter-spacing: -.03em;
}

.ads-brand-mark {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: 22px;
  height: 21px;
  margin-right: 10px;
}

.ads-brand-mark i {
  width: 5px;
  height: 13px;
  background: var(--ads-text);
  border-radius: 1px;
  transform: skew(-14deg);
  transition: opacity .22s, background-color .22s;
}

.ads-brand-mark i:nth-child(2) {
  height: 20px;
  background: var(--ads-violet);
}

.ads-brand-mark i:nth-child(3) {
  height: 16px;
}

.ads-brand:hover .ads-brand-mark i:first-child,
.ads-brand:hover .ads-brand-mark i:last-child {
  opacity: .68;
}

.ads-brand-name {
  font-size: 17px;
  font-weight: 700;
}

.ads-brand-slash {
  margin: 0 7px;
  color: #85858e;
  font-size: 14px;
}

.ads-brand-sub {
  color: #6f6f78;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
}

.ads-nav {
  display: flex;
  align-items: center;
  gap: 1px;
}

.ads-nav > a:not(.ads-nav-mobile-cta) {
  position: relative;
  padding: 9px 10px;
  color: #575761;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -.015em;
  transition: color .2s;
}

.ads-nav > a:not(.ads-nav-mobile-cta)::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 1px;
  background: var(--ads-text);
  opacity: 0;
  transition: opacity .18s;
}

.ads-nav > a:hover {
  color: var(--ads-text);
}

.ads-nav > a:hover::after {
  opacity: 1;
}

.ads-nav-mobile-cta,
.ads-nav-note {
  display: none;
}

.ads-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 46px;
  padding: 0 17px 0 19px;
  color: #fff;
  background: var(--ads-text);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 760;
  box-shadow: 0 10px 30px #1d1d281f;
  transition: background .22s, box-shadow .22s;
}

.ads-header-cta,
.ads-header-cta:visited,
.ads-button-dark,
.ads-button-dark:visited,
.ads-form-submit,
.ads-nav-mobile-cta,
.ads-nav-mobile-cta:visited,
.ads-skip-link,
.ads-skip-link:visited {
  color: #fff;
}

.ads-header-cta:hover {
  background: #2b2b32;
  box-shadow: 0 12px 36px #1d1d2829;
}

.ads-header-cta b {
  font-size: 15px;
  font-weight: 500;
}

.ads-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: #15151b0a;
  border: 0;
  border-radius: 10px;
}

.ads-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: var(--ads-text);
  transition: transform .25s;
}

.ads-menu-toggle span:first-child {
  transform: translate(-9px, -3px);
}

.ads-menu-toggle span:last-child {
  transform: translate(-9px, 3px);
}

.ads-menu-open .ads-menu-toggle span:first-child {
  transform: translate(-9px, 0) rotate(45deg);
}

.ads-menu-open .ads-menu-toggle span:last-child {
  transform: translate(-9px, 0) rotate(-45deg);
}

.ads-hero {
  min-height: 100svh;
  padding: 150px 0 0;
  background: radial-gradient(circle at 82% 17%, #7154ef16, #0000 30%), radial-gradient(circle at 8% 76%, #ff76550d, #0000 26%), linear-gradient(180deg, #fafaf8, #f5f5f2);
  position: relative;
  overflow: hidden;
}

.ads-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  height: 180px;
  background: linear-gradient(#0000, var(--ads-bg));
  pointer-events: none;
}

.ads-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image: linear-gradient(#15151b09 1px, #0000 1px), linear-gradient(90deg, #15151b09 1px, #0000 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(#000 0, #0000 88%);
  mask-image: linear-gradient(#000 0, #0000 88%);
}

.ads-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ads-orb-a {
  top: 4%;
  right: -9%;
  width: 470px;
  height: 470px;
  border: 1px solid #7154ef1c;
  box-shadow: inset 0 0 90px #7154ef0c;
  animation: adsOrbit 28s linear infinite;
}

.ads-orb-b {
  bottom: 7%;
  left: -7%;
  width: 320px;
  height: 320px;
  border: 1px solid #ff76551c;
  box-shadow: inset 0 0 80px #ff76550a;
  animation: adsOrbit 22s linear infinite reverse;
}

@keyframes adsOrbit {
  to { transform: rotate(360deg) scale(1.04); }
}

.ads-hero-layout {
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, .95fr) minmax(570px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  min-height: calc(100svh - 214px);
  padding-bottom: 72px;
}

.ads-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: #666670;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .12em;
}

.ads-kicker i {
  width: 7px;
  height: 7px;
  background: var(--ads-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #21a66a14, 0 0 13px #21a66a52;
}

.ads-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 6.4vw, 106px);
  font-weight: 570;
  letter-spacing: -.074em;
  line-height: .92;
}

.ads-hero-copy h1 em {
  color: #0000;
  background: linear-gradient(96deg, var(--ads-violet-dark), var(--ads-violet) 56%, var(--ads-orange));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--body);
  font-weight: 480;
  font-style: italic;
}

.ads-hero-copy > p {
  max-width: 610px;
  margin: 35px 0 0;
  color: #5d5d67;
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: -.02em;
  line-height: 1.72;
}

.ads-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 35px;
}

.ads-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  min-height: 56px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 750;
  transition: background .24s, border-color .24s, box-shadow .24s;
}

.ads-button b {
  font-size: 15px;
  font-weight: 500;
}

.ads-button-dark {
  color: #fff;
  background: var(--ads-text);
  box-shadow: 0 14px 36px #20202b29;
}

.ads-button-dark:hover {
  background: #2b2b32;
  box-shadow: 0 17px 42px #20202b38;
}

.ads-button-light {
  background: #ffffffb8;
  border-color: var(--ads-line-strong);
  box-shadow: 0 8px 26px #2828360a;
}

.ads-button-light:hover {
  background: #fff;
  border-color: #15151b3b;
}

.ads-hero-note {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  color: #7c7c85;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .055em;
}

.ads-hero-note span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ads-hero-note span:first-child i {
  width: 5px;
  height: 5px;
  background: var(--ads-green);
  border-radius: 50%;
}

.ads-hero-visual {
  min-height: 540px;
  position: relative;
  perspective: 1200px;
}

.ads-dashboard {
  position: absolute;
  top: 6%;
  right: 0;
  left: 3%;
  min-height: 470px;
  padding: 22px;
  background: #fffffff2;
  border: 1px solid #15151b17;
  border-radius: 25px;
  box-shadow: 0 38px 90px #31313f20, inset 0 1px #fff;
  transform: rotateY(-3deg) rotateX(1deg);
}

.ads-dashboard-head,
.ads-dashboard-head > div,
.ads-live {
  display: flex;
  align-items: center;
}

.ads-dashboard-head {
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ads-line);
  color: #787881;
  font-family: var(--display);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: .13em;
}

.ads-dashboard-head > div {
  gap: 8px;
}

.ads-dashboard-head > div > i {
  width: 8px;
  height: 8px;
  background: var(--ads-violet);
  border-radius: 2px;
  transform: rotate(45deg);
}

.ads-live {
  gap: 6px;
  color: #26885c;
}

.ads-live i {
  width: 5px;
  height: 5px;
  background: var(--ads-green);
  border-radius: 50%;
  box-shadow: 0 0 8px #21a66a7a;
}

.ads-dashboard-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 2px 0;
}

.ads-dashboard-title > div {
  display: flex;
  flex-direction: column;
}

.ads-dashboard-title span {
  color: #83838c;
  font-family: var(--display);
  font-size: 7px;
  font-weight: 740;
  letter-spacing: .13em;
}

.ads-dashboard-title strong {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 48px;
  font-weight: 550;
  letter-spacing: -.065em;
  line-height: 1;
}

.ads-dashboard-title strong em {
  margin-left: 2px;
  color: var(--ads-violet);
  font-size: .5em;
  font-style: normal;
}

.ads-trend {
  padding: 8px 10px;
  color: #207d56 !important;
  background: #21a66a0d;
  border: 1px solid #21a66a1f;
  border-radius: 99px;
  letter-spacing: .05em !important;
}

.ads-chart {
  height: 205px;
  margin-top: 4px;
  position: relative;
}

.ads-chart-lines {
  position: absolute;
  inset: 0 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ads-chart-lines i {
  height: 1px;
  background: #15151b0b;
}

.ads-chart svg {
  z-index: 2;
  position: absolute;
  inset: 0 0 22px;
  width: 100%;
  height: calc(100% - 22px);
  overflow: visible;
}

.ads-line {
  stroke-dasharray: 920;
  stroke-dashoffset: 920;
  animation: adsDraw 1.7s .35s cubic-bezier(.16, 1, .3, 1) forwards;
}

.ads-area {
  opacity: 0;
  animation: adsFade .8s 1s forwards;
}

.ads-chart-point {
  opacity: 0;
  animation: adsFade .3s 1.35s forwards;
}

.ads-chart-pulse {
  opacity: 0;
  transform-origin: 620px 31px;
  animation: adsPoint 1.8s 1.4s ease-out infinite;
}

@keyframes adsDraw { to { stroke-dashoffset: 0; } }
@keyframes adsFade { to { opacity: 1; } }
@keyframes adsPoint {
  0% { opacity: .55; transform: scale(.65); }
  75%, 100% { opacity: 0; transform: scale(1.6); }
}

.ads-chart-axis {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #9b9ba3;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 650;
  letter-spacing: .08em;
}

.ads-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 7px;
}

.ads-dashboard-kpis > div {
  display: flex;
  flex-direction: column;
  min-height: 83px;
  padding: 12px;
  background: #15151b05;
  border: 1px solid #15151b0b;
  border-radius: 12px;
}

.ads-dashboard-kpis span {
  color: #909099;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 740;
  letter-spacing: .11em;
}

.ads-dashboard-kpis strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 580;
  letter-spacing: -.04em;
}

.ads-dashboard-kpis small {
  font-size: .55em;
}

.ads-dashboard-kpis em {
  color: #9898a1;
  font-size: 7px;
  font-style: normal;
}

.ads-channel-chip,
.ads-budget-card {
  z-index: 4;
  position: absolute;
  background: #fffffff7;
  border: 1px solid #15151b17;
  box-shadow: 0 20px 50px #30303e21, inset 0 1px #fff;
}

.ads-channel-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 10px 13px;
  border-radius: 13px;
}

.ads-channel-chip > i {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  background: var(--ads-text);
  border-radius: 9px;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 740;
  font-style: normal;
}

.ads-channel-chip span {
  display: flex;
  flex-direction: column;
}

.ads-channel-chip b {
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: .1em;
}

.ads-channel-chip em {
  margin-top: 2px;
  color: #86868f;
  font-size: 7px;
  font-style: normal;
}

.ads-chip-search {
  top: 0;
  right: -2%;
  animation: adsFloat 5.5s ease-in-out infinite;
}

.ads-chip-search > i {
  background: #fc3f1d;
}

.ads-chip-social {
  bottom: 3%;
  left: -2%;
  animation: adsFloat 6.2s .8s ease-in-out infinite reverse;
}

.ads-chip-social > i {
  background: #2787f5;
}

.ads-budget-card {
  right: -1%;
  bottom: -1%;
  width: 144px;
  padding: 12px;
  border-radius: 13px;
}

.ads-budget-card > span,
.ads-budget-card > em {
  color: #878790;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 740;
  font-style: normal;
  letter-spacing: .11em;
}

.ads-budget-card > div {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 40px;
  margin: 7px 0 5px;
}

.ads-budget-card > div i {
  flex: 1;
  height: var(--h);
  background: linear-gradient(var(--ads-violet), #b7a9f8);
  border-radius: 3px 3px 1px 1px;
}

@keyframes adsFloat {
  50% { transform: translateY(-8px); }
}

.ads-channel-line {
  z-index: 3;
  position: relative;
  border-top: 1px solid var(--ads-line);
  border-bottom: 1px solid var(--ads-line);
  background: #ffffffe0;
  overflow: hidden;
}

.ads-channel-line > div {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 200%;
  min-height: 64px;
  animation: adsMarquee 32s linear infinite;
}

.ads-channel-line span {
  padding: 0 32px;
  color: #72727b;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .18em;
}

.ads-channel-line i {
  width: 5px;
  height: 5px;
  background: var(--ads-orange);
  border-radius: 50%;
}

@keyframes adsMarquee { to { transform: translateX(-50%); } }

.ads-section-label {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  color: #777780;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ads-section-label > span:first-child {
  color: var(--ads-violet);
}

.ads-section-head {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  margin-bottom: 72px;
}

.ads-section-head > div:last-child {
  max-width: 990px;
}

.ads-section-head h2,
.ads-process-head h2,
.ads-faq-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(49px, 5.55vw, 84px);
  font-weight: 540;
  letter-spacing: -.065em;
  line-height: .98;
}

.ads-section-head h2 em,
.ads-process-head h2 em,
.ads-faq-intro h2 em {
  color: var(--ads-violet);
  font-family: var(--body);
  font-weight: 430;
  font-style: italic;
}

.ads-section-head > div:last-child > p {
  max-width: 640px;
  margin: 27px 0 0;
  color: var(--ads-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ads-services {
  background: var(--ads-bg);
}

.ads-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ads-service-card {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 25px;
  background: linear-gradient(145deg, #fff, #fafaf8);
  border: 1px solid var(--ads-line);
  border-radius: 20px;
  box-shadow: 0 12px 34px #25253208;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}

.ads-service-card::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, #7154ef17, #0000 68%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s;
}

.ads-service-card:hover {
  border-color: #7154ef42;
  box-shadow: 0 18px 46px #42375f10;
}

.ads-service-card:hover::before {
  opacity: 1;
}

.ads-service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ads-service-top > span {
  color: #81818a;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .13em;
}

.ads-service-top > i {
  display: block;
  width: 38px;
  height: 38px;
  background: #15151b08;
  border: 1px solid #15151b0e;
  border-radius: 50%;
  position: relative;
}

.ads-service-top > i::before,
.ads-service-top > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--ads-violet);
  transform: translate(-50%, -50%);
}

.ads-service-top > i::before { width: 13px; height: 1px; }
.ads-service-top > i::after { width: 1px; height: 13px; }

.ads-service-card h3 {
  margin: 65px 0 0;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -.045em;
}

.ads-service-card > p {
  max-width: 360px;
  margin: 15px 0 0;
  color: var(--ads-muted);
  font-size: 13px;
  line-height: 1.7;
}

.ads-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 27px;
}

.ads-tags span {
  padding: 6px 9px;
  color: #777780;
  background: #15151b06;
  border: 1px solid #15151b0c;
  border-radius: 99px;
  font-size: 8px;
  font-weight: 650;
}

.ads-service-card > a {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ads-text);
  font-size: 9px;
  font-weight: 720;
  opacity: 0;
  transition: opacity .2s;
}

.ads-service-card:hover > a {
  opacity: 1;
}

.ads-service-card > a b {
  color: var(--ads-violet);
  font-size: 13px;
}

.ads-system {
  background: var(--ads-surface-soft);
}

.ads-system-head {
  margin-bottom: 58px;
}

.ads-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.ads-bento > article {
  min-height: 410px;
  padding: 30px;
  background: var(--ads-surface);
  border: 1px solid var(--ads-line);
  border-radius: 23px;
  box-shadow: 0 15px 38px #26263208;
  position: relative;
  overflow: hidden;
}

.ads-bento-strategy { grid-column: span 7; }
.ads-bento-creative { grid-column: span 5; }
.ads-bento-analytics { grid-column: span 5; }
.ads-bento-loop { grid-column: span 7; }

.ads-bento-label {
  color: #7d7d86;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: .15em;
}

.ads-bento h3 {
  z-index: 2;
  position: relative;
  margin: 35px 0 0;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 47px);
  font-weight: 540;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.ads-bento p {
  z-index: 2;
  position: relative;
  max-width: 390px;
  margin: 19px 0 0;
  color: var(--ads-muted);
  font-size: 12px;
  line-height: 1.72;
}

.ads-radar {
  position: absolute;
  right: -3%;
  bottom: -22%;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid #7154ef24;
  border-radius: 50%;
}

.ads-radar::before,
.ads-radar::after,
.ads-radar > b {
  content: "";
  position: absolute;
  border: 1px solid #7154ef1c;
  border-radius: 50%;
}

.ads-radar::before { inset: 17%; }
.ads-radar::after { inset: 34%; }
.ads-radar > b { inset: 48%; background: var(--ads-violet); box-shadow: 0 0 25px #7154ef52; }

.ads-radar i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #7154ef1a;
  transform-origin: 0 0;
}

.ads-radar i:nth-child(2) { transform: rotate(90deg); }
.ads-radar i:nth-child(3) { transform: rotate(180deg); }
.ads-radar i:nth-child(4) { transform: rotate(270deg); }

.ads-radar span {
  position: absolute;
  color: #85858e;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 720;
  letter-spacing: .1em;
}

.ads-radar span:nth-of-type(1) { top: 4%; left: 45%; }
.ads-radar span:nth-of-type(2) { top: 48%; right: 2%; }
.ads-radar span:nth-of-type(3) { bottom: 4%; left: 42%; }
.ads-radar span:nth-of-type(4) { top: 48%; left: 2%; }

.ads-bento-creative {
  background: linear-gradient(145deg, #19181f, #24202f);
  color: #fff;
}

.ads-bento-creative .ads-bento-label {
  color: #aaa4bc;
}

.ads-creative-stack {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  height: 125px;
}

.ads-creative-stack > div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72%;
  height: 72px;
  padding: 0 18px;
  background: #ffffff0e;
  border: 1px solid #ffffff17;
  border-radius: 14px;
  box-shadow: 0 18px 30px #0003;
}

.ads-creative-stack > div:nth-child(1) { left: 0; bottom: 0; transform: rotate(-5deg); }
.ads-creative-stack > div:nth-child(2) { right: 3%; bottom: 17px; transform: rotate(4deg); }
.ads-creative-stack > div:nth-child(3) { left: 12%; bottom: 42px; background: linear-gradient(115deg, #7154ef, #8e6df8); transform: rotate(-1deg); }

.ads-creative-stack span {
  color: #ffffff9c;
  font-size: 8px;
}

.ads-creative-stack strong {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: .12em;
}

.ads-mini-funnel {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.ads-mini-funnel span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--w);
  min-width: 32%;
  height: 31px;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(90deg, var(--ads-violet), #9882f5);
  border-radius: 6px;
}

.ads-mini-funnel b,
.ads-mini-funnel em {
  font-family: var(--display);
  font-size: 6px;
  font-style: normal;
  letter-spacing: .09em;
}

.ads-bento-loop {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg, #fff, #f4f1ff);
}

.ads-loop-orbit {
  aspect-ratio: 1;
  border: 1px solid #7154ef24;
  border-radius: 50%;
  position: relative;
}

.ads-loop-orbit::before,
.ads-loop-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid #7154ef1a;
  border-radius: 50%;
}

.ads-loop-orbit::before { inset: 15%; }
.ads-loop-orbit::after { inset: 34%; }

.ads-loop-orbit i {
  position: absolute;
  inset: 43%;
  background: var(--ads-violet);
  border-radius: 50%;
  box-shadow: 0 0 28px #7154ef61;
}

.ads-loop-orbit span {
  position: absolute;
  padding: 7px 9px;
  background: #fff;
  border: 1px solid var(--ads-line);
  border-radius: 99px;
  color: #65656e;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 730;
  letter-spacing: .09em;
  box-shadow: 0 8px 18px #2525320d;
}

.ads-loop-orbit span:nth-child(1) { top: 2%; left: 40%; }
.ads-loop-orbit span:nth-child(2) { top: 44%; right: -5%; }
.ads-loop-orbit span:nth-child(3) { bottom: 2%; left: 38%; }
.ads-loop-orbit span:nth-child(4) { top: 44%; left: -5%; }

.ads-cases {
  background: var(--ads-bg);
}

.ads-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ads-case {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ads-line);
  border-radius: 23px;
  box-shadow: 0 14px 36px #25253208;
}

.ads-case-wide {
  grid-column: 1 / -1;
}

.ads-case-meta {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 15px;
  color: #81818a;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .12em;
}

.ads-case-visual {
  height: 360px;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}

.ads-case-wide .ads-case-visual {
  height: 470px;
}

.ads-case-commerce {
  background: radial-gradient(circle at 75% 15%, #9881f43d, #0000 27%), linear-gradient(145deg, #1b1921, #292235);
}

.ads-case-bars {
  position: absolute;
  right: 7%;
  bottom: 8%;
  left: 7%;
  display: flex;
  align-items: end;
  gap: 12px;
  height: 72%;
  padding: 30px;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  background-image: linear-gradient(#ffffff0a 1px, #0000 1px);
  background-size: 100% 25%;
}

.ads-case-bars i {
  flex: 1;
  height: var(--v);
  background: linear-gradient(#9b82ff, #6d4deb);
  border-radius: 8px 8px 2px 2px;
  box-shadow: 0 0 24px #7154ef2e;
}

.ads-case-bars i:nth-child(5),
.ads-case-bars i:nth-child(6) {
  background: linear-gradient(#ff9a80, #ff7655);
}

.ads-case-target {
  position: absolute;
  top: 8%;
  right: 7%;
  display: flex;
  flex-direction: column;
  min-width: 110px;
  padding: 15px;
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff17;
  border-radius: 13px;
}

.ads-case-target span {
  color: #aaa5b7;
  font-size: 7px;
  letter-spacing: .13em;
}

.ads-case-target strong {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 520;
}

.ads-case-leads {
  background: linear-gradient(145deg, #eef1ff, #ded8ff);
}

.ads-lead-flow {
  position: absolute;
  inset: 13%;
  display: grid;
  place-items: center;
  border: 1px solid #7154ef24;
  border-radius: 50%;
}

.ads-lead-flow::before,
.ads-lead-flow::after {
  content: "";
  position: absolute;
  border: 1px solid #7154ef1f;
  border-radius: 50%;
}

.ads-lead-flow::before { inset: 17%; }
.ads-lead-flow::after { inset: 35%; }

.ads-lead-flow i {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--ads-violet);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px #4936a33b;
}

.ads-lead-flow i:nth-child(1) { top: 3%; left: 47%; }
.ads-lead-flow i:nth-child(2) { top: 46%; right: 2%; }
.ads-lead-flow i:nth-child(3) { bottom: 4%; left: 47%; }
.ads-lead-flow i:nth-child(4) { top: 46%; left: 2%; }

.ads-lead-flow strong {
  z-index: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  color: #fff;
  background: var(--ads-violet);
  border-radius: 24px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .1em;
  box-shadow: 0 20px 35px #4936a338;
}

.ads-case-launch {
  background: linear-gradient(145deg, #fff1ec, #ffe0d7);
}

.ads-launch-rings {
  position: absolute;
  inset: 12%;
  display: grid;
  place-items: center;
}

.ads-launch-rings i {
  position: absolute;
  border: 1px solid #ff76552b;
  border-radius: 50%;
}

.ads-launch-rings i:nth-child(1) { inset: 0; }
.ads-launch-rings i:nth-child(2) { inset: 18%; }
.ads-launch-rings i:nth-child(3) { inset: 36%; }

.ads-launch-rings strong {
  z-index: 2;
  color: var(--ads-orange);
  font-family: var(--display);
  font-size: 64px;
  font-weight: 520;
  letter-spacing: -.07em;
}

.ads-case-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  padding: 24px 5px 7px;
}

.ads-case-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -.04em;
}

.ads-case-copy p {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--ads-muted);
  font-size: 12px;
  line-height: 1.6;
}

.ads-case-status {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #777780;
  font-family: var(--display);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: .11em;
}

.ads-case-status i {
  width: 6px;
  height: 6px;
  background: var(--ads-orange);
  border-radius: 50%;
}

.ads-process {
  background: #ececea;
}

.ads-process-head {
  display: grid;
  grid-template-columns: .65fr 1.5fr .85fr;
  align-items: end;
  gap: 4vw;
}

.ads-process-head h2 {
  margin: 0;
}

.ads-process-head > p {
  margin: 0 0 6px;
  color: var(--ads-muted);
  font-size: 13px;
  line-height: 1.72;
}

.ads-process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 100px;
  position: relative;
}

.ads-process-progress {
  position: absolute;
  top: 10px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, var(--ads-violet), #7154ef4a 55%, #15151b1c);
}

.ads-process-line article {
  min-height: 230px;
  padding-right: 28px;
  position: relative;
}

.ads-process-number {
  color: #85858e;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .12em;
}

.ads-process-marker {
  z-index: 2;
  position: absolute;
  top: 1px;
  right: 25px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: #ececea;
  border: 1px solid #7154ef61;
  border-radius: 50%;
}

.ads-process-marker i {
  width: 5px;
  height: 5px;
  background: var(--ads-violet);
  border-radius: 50%;
  box-shadow: 0 0 11px #7154ef75;
}

.ads-process-line h3 {
  margin: 39px 0 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 550;
  letter-spacing: -.04em;
}

.ads-process-line p {
  max-width: 230px;
  margin: 13px 0 0;
  color: #707079;
  font-size: 11px;
  line-height: 1.66;
}

.ads-process-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin-top: 45px;
  padding: 19px;
  color: #686872;
  background: #ffffffa8;
  border: 1px solid var(--ads-line);
  border-radius: 14px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .05em;
}

.ads-process-footer span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ads-process-footer span:first-child i {
  width: 6px;
  height: 6px;
  background: var(--ads-green);
  border-radius: 50%;
}

.ads-process-footer > b {
  width: 2px;
  height: 2px;
  background: #8d8d96;
  border-radius: 50%;
}

.ads-formats {
  background: var(--ads-bg);
}

.ads-formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ads-formats-grid article {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--ads-line);
  border-radius: 22px;
  position: relative;
}

.ads-formats-grid .ads-format-featured {
  color: #fff;
  background: radial-gradient(circle at 85% 12%, #987ef63d, #0000 28%), linear-gradient(145deg, #1b1921, #262130);
  border-color: #ffffff17;
  box-shadow: 0 28px 65px #25223224;
}

.ads-format-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 9px;
  color: #fff;
  background: var(--ads-violet);
  border-radius: 99px;
  font-family: var(--display);
  font-size: 6px;
  font-weight: 750;
  letter-spacing: .12em;
}

.ads-format-index {
  color: #7d7d86;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .13em;
}

.ads-format-featured .ads-format-index {
  color: #aaa5b8;
}

.ads-formats-grid h3 {
  margin: 48px 0 0;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 540;
  letter-spacing: -.052em;
}

.ads-formats-grid article > p {
  margin: 17px 0 0;
  color: var(--ads-muted);
  font-size: 13px;
  line-height: 1.68;
}

.ads-format-featured > p {
  color: #aaa6b5 !important;
}

.ads-formats-grid ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.ads-formats-grid li {
  padding-bottom: 13px;
  color: #565660;
  border-bottom: 1px solid var(--ads-line);
  font-size: 11px;
}

.ads-formats-grid li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--ads-green);
  font-weight: 750;
}

.ads-format-featured li {
  color: #cfccd6;
  border-color: #ffffff12;
}

.ads-formats-grid article > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid var(--ads-line);
  font-size: 11px;
  font-weight: 750;
}

.ads-format-featured > a {
  border-color: #ffffff17 !important;
}

.ads-formats-grid article > a span {
  color: var(--ads-violet);
  font-size: 15px;
}

.ads-format-featured > a span {
  color: #9d86ff !important;
}

.ads-faq {
  background: var(--ads-surface-soft);
}

.ads-faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 10vw;
}

.ads-faq-intro h2 {
  margin-top: 47px;
}

.ads-faq-intro > p {
  margin: 28px 0 0;
  color: var(--ads-muted);
  font-size: 13px;
}

.ads-faq-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ads-line-strong);
  font-size: 12px;
  font-weight: 680;
}

.ads-faq-intro > a span {
  color: var(--ads-violet);
}

.ads-faq-list {
  border-top: 1px solid var(--ads-line);
}

.ads-faq-item {
  border-bottom: 1px solid var(--ads-line);
}

.ads-faq-item > button {
  display: grid;
  grid-template-columns: 40px 1fr 36px;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 27px 0;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}

.ads-faq-item > button > span {
  color: #8b8b94;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: .11em;
}

.ads-faq-item > button strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -.03em;
  transition: color .2s;
}

.ads-faq-item.is-open > button strong,
.ads-faq-item > button:hover strong {
  color: var(--ads-violet-dark);
}

.ads-faq-item > button > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ads-line-strong);
  border-radius: 50%;
  position: relative;
  transition: background .22s, transform .3s;
}

.ads-faq-item > button > i b {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #73737c;
  transition: transform .3s;
}

.ads-faq-item > button > i b:last-child {
  transform: rotate(90deg);
}

.ads-faq-item.is-open > button > i {
  background: #7154ef0e;
  transform: rotate(180deg);
}

.ads-faq-item.is-open > button > i b:last-child {
  transform: rotate(0);
}

.ads-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s cubic-bezier(.16, 1, .3, 1);
}

.ads-faq-answer p {
  min-height: 0;
  max-width: 650px;
  margin: 0 48px 0 56px;
  color: var(--ads-muted);
  font-size: 13px;
  line-height: 1.72;
  overflow: hidden;
  transition: margin .4s cubic-bezier(.16, 1, .3, 1);
}

.ads-faq-item.is-open .ads-faq-answer {
  grid-template-rows: 1fr;
}

.ads-faq-item.is-open .ads-faq-answer p {
  margin-bottom: 29px;
}

.ads-contact {
  background: var(--ads-bg);
}

.ads-contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px, 8vw, 120px);
  padding: clamp(40px, 6vw, 82px);
  background: radial-gradient(circle at 8% 90%, #7154ef1f, #0000 30%), radial-gradient(circle at 92% 12%, #ff765516, #0000 26%), #fff;
  border: 1px solid var(--ads-line);
  border-radius: 29px;
  box-shadow: 0 36px 90px #29293618, inset 0 1px #fff;
  position: relative;
  overflow: hidden;
}

.ads-contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image: linear-gradient(#15151b08 1px, #0000 1px), linear-gradient(90deg, #15151b08 1px, #0000 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(circle at 15% 85%, #000, #0000 62%);
  mask-image: radial-gradient(circle at 15% 85%, #000, #0000 62%);
  pointer-events: none;
}

.ads-contact-copy,
.ads-contact-form {
  z-index: 2;
  position: relative;
}

.ads-contact-copy h2 {
  margin: 47px 0 0;
  font-family: var(--display);
  font-size: clamp(49px, 5.2vw, 78px);
  font-weight: 540;
  letter-spacing: -.067em;
  line-height: .98;
}

.ads-contact-copy h2 em {
  color: var(--ads-violet);
  font-family: var(--body);
  font-weight: 430;
  font-style: italic;
}

.ads-contact-copy > p {
  max-width: 510px;
  margin: 27px 0 0;
  color: var(--ads-muted);
  font-size: 14px;
  line-height: 1.72;
}

.ads-contact-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
}

.ads-contact-direct > span {
  color: #8a8a93;
  font-size: 9px;
}

.ads-contact-direct > a {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ads-line-strong);
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 540;
  letter-spacing: -.04em;
}

.ads-contact-direct b {
  color: var(--ads-violet);
  font-size: .65em;
}

.ads-contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 28px;
  background: #f5f5f2e8;
  border: 1px solid var(--ads-line);
  border-radius: 22px;
}

.ads-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ads-contact-form label > span {
  color: #686872;
  font-size: 9px;
  font-weight: 680;
}

.ads-contact-form input,
.ads-contact-form select,
.ads-contact-form textarea {
  width: 100%;
  min-height: 51px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--ads-line-strong);
  border-radius: 11px;
  font-size: 12px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.ads-contact-form textarea {
  min-height: 108px;
  padding-top: 13px;
  resize: vertical;
}

.ads-contact-form input:focus,
.ads-contact-form select:focus,
.ads-contact-form textarea:focus {
  border-color: #7154ef70;
  box-shadow: 0 0 0 3px #7154ef0d;
}

.ads-contact-form ::placeholder {
  color: #a0a0a8;
}

.ads-form-wide,
.ads-form-submit,
.ads-contact-form > small,
.ads-form-status {
  grid-column: 1 / -1;
}

.ads-form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 57px;
  margin-top: 5px;
  padding: 0 18px;
  color: #fff;
  background: var(--ads-text);
  border: 0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: background .2s, box-shadow .2s;
}

.ads-form-submit:hover {
  background: var(--ads-violet-dark);
  box-shadow: 0 12px 30px #5539d42e;
}

.ads-form-submit b {
  font-size: 16px;
  font-weight: 500;
}

.ads-contact-form > small {
  color: #85858e;
  font-size: 9px;
  line-height: 1.55;
}

.ads-form-status {
  min-height: 16px;
  color: #287c58;
  font-size: 10px;
}

.ads-footer {
  padding: 75px 0 28px;
  color: #eaeaee;
  background: #111115;
}

.ads-footer .ads-brand-mark i {
  background: #fff;
}

.ads-footer .ads-brand-mark i:nth-child(2) {
  background: #8d71ff;
}

.ads-footer .ads-brand-slash,
.ads-footer .ads-brand-sub {
  color: #777781;
}

.ads-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff17;
}

.ads-footer-brand .ads-brand-name {
  font-size: 25px;
}

.ads-footer-brand .ads-brand-mark {
  width: 29px;
  height: 28px;
}

.ads-footer-brand .ads-brand-mark i {
  width: 7px;
  height: 17px;
}

.ads-footer-brand .ads-brand-mark i:nth-child(2) { height: 26px; }
.ads-footer-brand .ads-brand-mark i:nth-child(3) { height: 21px; }

.ads-footer-top > p {
  margin: 0;
  color: #8f8f99;
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
}

.ads-footer-top > p strong {
  color: #d5d5da;
  font-weight: 600;
}

.ads-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 8vw;
  padding: 48px 0 62px;
}

.ads-footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ads-footer-grid > div > span {
  margin-bottom: 18px;
  color: #696973;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ads-footer-grid a,
.ads-footer-grid p {
  margin: 0 0 10px;
  color: #a3a3ac;
  font-size: 12px;
  line-height: 1.75;
}

.ads-footer-grid a:hover {
  color: #fff;
}

.ads-footer-grid em {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #6f947d;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
}

.ads-footer-grid em i {
  width: 5px;
  height: 5px;
  background: var(--ads-green);
  border-radius: 50%;
  box-shadow: 0 0 8px #21a66a70;
}

.ads-footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  padding-top: 24px;
  color: #65656f;
  border-top: 1px solid #ffffff17;
  font-size: 9px;
  letter-spacing: .04em;
}

.ads-footer-bottom > span:nth-child(2) {
  justify-self: center;
}

.ads-footer-bottom a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #96969f;
}

.ads-footer-bottom a b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  font-weight: 500;
}

[data-ads-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s cubic-bezier(.16, 1, .3, 1), transform .75s cubic-bezier(.16, 1, .3, 1);
}

[data-ads-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.ads-services-grid [data-ads-reveal]:nth-child(2),
.ads-services-grid [data-ads-reveal]:nth-child(5) { transition-delay: 70ms; }
.ads-services-grid [data-ads-reveal]:nth-child(3),
.ads-services-grid [data-ads-reveal]:nth-child(6) { transition-delay: 140ms; }

section[id^="ads-"] {
  scroll-margin-top: 105px;
}

@media (width <= 1180px) {
  .skva-ads { --ads-shell: min(100% - 44px, 1120px); }
  .ads-nav > a:not(.ads-nav-mobile-cta) { padding-inline: 7px; font-size: 11px; }
  .ads-hero-layout { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .ads-hero-copy h1 { font-size: clamp(55px, 6.8vw, 82px); }
  .ads-dashboard { left: 0; }
  .ads-bento-loop { gap: 25px; }
  .ads-process-line article { padding-right: 18px; }
}

@media (width <= 860px) {
  .skva-ads { --ads-shell: min(100% - 36px, 820px); }

  .ads-header {
    top: 12px;
    right: 12px;
    left: 12px;
    grid-template-columns: 1fr auto;
    height: 60px;
    transform: none;
  }

  .ads-nav {
    position: fixed;
    top: 83px;
    right: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    padding: 0 20px;
    background: #f9f9f7fa;
    border: 1px solid #15151b17;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 0 25px 70px #2d2d3a1f;
    transition: max-height .45s cubic-bezier(.16, 1, .3, 1), padding .35s, opacity .22s, visibility .22s;
  }

  .ads-nav.is-open {
    max-height: 590px;
    padding-top: 14px;
    padding-bottom: 18px;
    opacity: 1;
    visibility: visible;
  }

  .ads-nav > a:not(.ads-nav-mobile-cta) {
    padding: 15px 2px;
    border-bottom: 1px solid var(--ads-line);
    font-family: var(--display);
    font-size: 17px;
  }

  .ads-nav > a:not(.ads-nav-mobile-cta)::after { display: none; }

  .ads-nav-mobile-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding: 14px 15px;
    color: #fff;
    background: var(--ads-text);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 720;
  }

  .ads-nav-note {
    display: block;
    margin-top: 13px;
    color: #85858e;
    font-size: 8px;
  }

  .ads-header-cta { display: none; }
  .ads-menu-toggle { display: block; justify-self: end; }

  .ads-hero { min-height: auto; padding-top: 126px; }
  .ads-hero-layout { grid-template-columns: 1fr; gap: 58px; min-height: 0; padding-bottom: 100px; }
  .ads-hero-copy h1 { font-size: clamp(56px, 11vw, 88px); }
  .ads-hero-copy > p { max-width: 630px; }
  .ads-hero-visual { width: min(100%, 690px); min-height: 540px; margin-inline: auto; }

  .ads-section-head,
  .ads-system-head { grid-template-columns: 1fr; gap: 34px; }

  .ads-services-grid { grid-template-columns: repeat(2, 1fr); }
  .ads-bento-strategy,
  .ads-bento-creative,
  .ads-bento-analytics,
  .ads-bento-loop { grid-column: span 6; }
  .ads-bento-loop { grid-template-columns: 1fr; }
  .ads-loop-orbit { width: 70%; margin-inline: auto; }

  .ads-process-head { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .ads-process-head > p { max-width: 550px; }
  .ads-process-line { grid-template-columns: 1fr; margin-top: 72px; padding-left: 20px; }
  .ads-process-progress { top: 0; bottom: 5%; left: 29px; width: 1px; height: auto; background: linear-gradient(180deg, var(--ads-violet), #7154ef42 65%, #15151b17); }
  .ads-process-line article { display: grid; grid-template-columns: 38px 42px .55fr 1fr; gap: 12px; min-height: 0; padding: 0 0 38px; }
  .ads-process-marker { position: relative; top: 0; right: auto; grid-column: 1; grid-row: 1; }
  .ads-process-number { grid-column: 2; grid-row: 1; padding-top: 4px; }
  .ads-process-line h3 { grid-column: 3; grid-row: 1; margin: 0; }
  .ads-process-line p { grid-column: 4; grid-row: 1; margin: 0; }

  .ads-formats-grid { grid-template-columns: 1fr; }
  .ads-formats-grid article { min-height: 470px; }
  .ads-faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .ads-contact-panel { grid-template-columns: 1fr; }
  .ads-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (width <= 580px) {
  .skva-ads { --ads-shell: calc(100% - 28px); }
  .ads-section { padding: 90px 0; }
  .ads-header { padding-left: 15px; }
  .ads-brand-sub { font-size: 9px; }
  .ads-hero { padding-top: 112px; }
  .ads-kicker { margin-bottom: 30px; font-size: 8px; line-height: 1.5; }
  .ads-hero-copy h1 { font-size: clamp(46px, 14.3vw, 69px); line-height: .95; }
  .ads-hero-copy > p { margin-top: 27px; font-size: 14px; }
  .ads-hero-actions { display: grid; grid-template-columns: 1fr; }
  .ads-button { justify-content: space-between; width: 100%; }
  .ads-hero-note { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ads-hero-visual { min-height: 430px; }
  .ads-dashboard { min-height: 385px; padding: 15px; border-radius: 18px; }
  .ads-dashboard-title { padding-top: 17px; }
  .ads-dashboard-title strong { font-size: 39px; }
  .ads-chart { height: 160px; }
  .ads-dashboard-kpis > div { min-height: 68px; padding: 9px; }
  .ads-dashboard-kpis strong { font-size: 16px; }
  .ads-dashboard-kpis em { display: none; }
  .ads-chip-search { right: -2%; }
  .ads-chip-social { bottom: 0; left: -2%; }
  .ads-channel-chip { min-width: 125px; padding: 8px; }
  .ads-channel-chip > i { width: 27px; height: 27px; }
  .ads-budget-card { display: none; }

  .ads-section-head { margin-bottom: 50px; }
  .ads-section-head h2,
  .ads-process-head h2,
  .ads-faq-intro h2 { font-size: 45px; }
  .ads-services-grid { grid-template-columns: 1fr; }
  .ads-service-card { min-height: 340px; }
  .ads-service-card > a { opacity: 1; }
  .ads-tags { padding-right: 80px; }

  .ads-bento { grid-template-columns: 1fr; }
  .ads-bento-strategy,
  .ads-bento-creative,
  .ads-bento-analytics,
  .ads-bento-loop { grid-column: auto; min-height: 400px; padding: 24px; }
  .ads-bento h3 { font-size: 34px; }
  .ads-radar { width: 72%; }
  .ads-bento-loop { grid-template-columns: 1fr; min-height: 590px; }
  .ads-loop-orbit { width: 86%; }

  .ads-cases-grid { grid-template-columns: 1fr; }
  .ads-case-wide { grid-column: auto; }
  .ads-case-visual,
  .ads-case-wide .ads-case-visual { height: 340px; }
  .ads-case-bars { right: 4%; left: 4%; gap: 6px; padding: 18px; }
  .ads-case-copy { flex-direction: column; align-items: flex-start; }

  .ads-process-line { padding-left: 0; }
  .ads-process-progress { left: 9px; }
  .ads-process-line article { grid-template-columns: 28px 32px 1fr; }
  .ads-process-number { grid-column: 2; }
  .ads-process-line h3 { grid-column: 3; }
  .ads-process-line p { grid-column: 3; grid-row: 2; margin-top: 8px; }
  .ads-process-footer { flex-wrap: wrap; justify-content: flex-start; line-height: 1.5; }
  .ads-process-footer > b { display: none; }

  .ads-formats-grid article { min-height: 500px; padding: 24px; }
  .ads-faq-item > button { grid-template-columns: 26px 1fr 34px; gap: 8px; }
  .ads-faq-item > button strong { font-size: 15px; }
  .ads-faq-answer p { margin-right: 12px; margin-left: 34px; font-size: 12px; }

  .ads-contact-panel { gap: 48px; padding: 28px 18px; border-radius: 21px; }
  .ads-contact-copy h2 { font-size: 45px; }
  .ads-contact-copy > p { font-size: 13px; }
  .ads-contact-form { grid-template-columns: 1fr; padding: 18px; }
  .ads-contact-form label,
  .ads-form-wide,
  .ads-form-submit,
  .ads-contact-form > small,
  .ads-form-status { grid-column: 1; }

  .ads-footer-top { flex-direction: column; align-items: flex-start; }
  .ads-footer-top > p { text-align: left; }
  .ads-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .ads-footer-bottom { grid-template-columns: 1fr auto; gap: 18px; }
  .ads-footer-bottom > span:nth-child(2) { display: none; }
}

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

  [data-ads-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
