:root {
  --navy: #0B2265;
  --navy-deep: #071A4E;
  --orange: #F26A21;
  --ink: #0B2265;
  --muted: #5A6B8C;
  --soft: #F5F7FB;
  --line: rgba(11, 34, 101, 0.09);
}

* { box-sizing: border-box; }
@font-face {
  font-family: "Poppins Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("sans-serif");
  size-adjust: 112%;
  ascent-override: 93%;
  descent-override: 23%;
  line-gap-override: 0%;
}
html { overflow-x: hidden; scroll-padding-top: 80px; }
html.is-smooth { scroll-behavior: smooth; }
body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Poppins, "Poppins Fallback", ui-sans-serif, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding-top: 64px;
    padding-bottom: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font-family: inherit; }

.ads-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ads-wrap--narrow { max-width: 960px; }
.ads-kicker {
  font: 700 11.5px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
}
h1, h2, h3 { margin: 0; }
h2 { font: 800 clamp(28px, 3.2vw, 40px)/1.1 Poppins, "Poppins Fallback", sans-serif; letter-spacing: -.02em; margin-top: 12px; }
.ads-h2-narrow { max-width: 640px; margin-bottom: 34px; }
.ads-lede { font: 400 14px/1.6 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); max-width: 340px; margin: 0; }
.ads-center { text-align: center; margin-bottom: 34px; }
.ads-center .ads-lede { margin: 12px auto 0; max-width: 560px; }

.ads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font: 700 13px/1 Poppins, "Poppins Fallback", sans-serif;
  padding: 13px 18px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, filter .2s ease, border-color .2s ease;
}
.ads-btn--sm { padding: 12px 16px; font-size: 12.5px; }
.ads-btn--block { display: block; width: 100%; }
.ads-btn--orange { background: var(--orange); color: #fff; box-shadow: 0 6px 16px rgba(242, 106, 33, .32); }
.ads-btn--navy { background: var(--navy); color: #fff; }
.ads-btn--white { background: #fff; color: var(--navy); }
.ads-btn--ghost { border: 1.5px solid rgba(255,255,255,.35); color: #fff; }
.ads-btn--outline {
  border: 1.5px solid rgba(255,255,255,.32);
  color: #fff;
  padding: 15px 22px;
  white-space: normal;
}
.ads-hero__cta .ads-btn { white-space: normal; }
.ads-btn--outline-navy { border: 1.5px solid var(--navy); color: var(--navy); }

.ads-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(11, 34, 101, .06);
  transition: box-shadow .25s ease, background .25s ease;
}
.ads-header.is-compact {
  background: rgba(255,255,255,.99);
  box-shadow: 0 10px 28px rgba(11, 34, 101, .12);
}
.ads-header__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px 24px;
}
.ads-logo { display: flex; align-items: center; gap: 10px; min-width: 0; flex: none; }
.ads-logo__text { line-height: 1; }
.ads-logo__cloud { display: block; font: 800 17px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); letter-spacing: -.01em; }
.ads-logo__tech { display: block; font: 700 9.5px/1.4 Poppins, "Poppins Fallback", sans-serif; color: var(--orange); letter-spacing: .16em; }
.ads-header__actions { display: flex; gap: 10px; align-items: center; flex: none; }
.ads-header__phone { font: 700 14px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); white-space: nowrap; }
.ads-cta-short { display: none; }

.ads-hero {
  background: linear-gradient(180deg, #071A4E 0%, #0B2265 100%);
  position: relative;
  overflow: hidden;
}
.ads-hero__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(242, 106, 33, .16);
  filter: blur(10px);
  animation: adsGlow 8s ease-in-out infinite;
}
.ads-hero__glow--two {
  top: auto;
  bottom: -160px;
  right: auto;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(90, 140, 255, .14);
  animation-delay: -3s;
}
.ads-hero__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  align-items: flex-start;
  position: relative;
  padding: 64px 24px 72px;
}
.ads-hero__copy { flex: 1 1 440px; min-width: 0; }
.ads-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 106, 33, .16);
  border: 1px solid rgba(242, 106, 33, .45);
  color: #FFB183;
  font: 600 11.5px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 100px;
}
.ads-hero h1 {
  font: 800 clamp(38px, 4.4vw, 60px)/1.04 Poppins, "Poppins Fallback", sans-serif;
  color: #fff;
  letter-spacing: -.02em;
  margin: 22px 0 0;
}
.ads-hero h1 span { color: var(--orange); }
.ads-hero__copy > p {
  font: 400 17px/1.6 Poppins, "Poppins Fallback", sans-serif;
  color: #B9C6E4;
  margin: 20px 0 0;
  max-width: 520px;
}
.ads-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 30px 0 0;
}
.ads-hero__stats strong {
  display: block;
  font: 800 30px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
  min-height: 30px;
}
.ads-hero__stats span { display: block; font: 400 12.5px/1.4 Poppins, "Poppins Fallback", sans-serif; color: #93A5CC; margin-top: 6px; }
.ads-hero__rule { width: 1px; background: rgba(255,255,255,.14); }
.ads-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 34px 0 0;
}
.ads-hero__cta > span { font: 400 12.5px/1.5 Poppins, "Poppins Fallback", sans-serif; color: #8FA2CA; flex: 1 1 100%; }

.ads-lead {
  flex: 1 1 380px;
  min-width: 0;
  max-width: 470px;
  scroll-margin-top: 90px;
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px 24px;
  box-shadow: 0 24px 50px rgba(7, 26, 78, .28);
}
.ads-lead__eyebrow { font: 700 11px/1 Poppins, "Poppins Fallback", sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.ads-lead__title { font: 800 24px/1.15 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); margin: 10px 0 0; }
.ads-lead__sub { font: 400 13.5px/1.5 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); margin: 8px 0 18px; }
.ads-form { display: flex; flex-direction: column; gap: 12px; }
.ads-field { display: flex; flex-direction: column; gap: 6px; font: 600 12px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); }
.ads-field input {
  border: 1.5px solid rgba(11, 34, 101, .16);
  border-radius: 10px;
  padding: 13px 14px;
  font: 400 14px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--navy);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ads-field input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 106, 33, .12); }
.ads-lead__note { font: 400 12px/1.5 Poppins, "Poppins Fallback", sans-serif; color: #8794AE; margin: 4px 0 0; text-align: center; }

.ads-clients { background: var(--navy); padding: 16px 0 16px 24px; overflow: hidden; }
.ads-clients__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  font: 600 13px/1.4 Poppins, "Poppins Fallback", sans-serif;
  color: #B9C6E4;
}
.ads-clients__label { color: var(--orange); letter-spacing: .1em; font-size: 11px; text-transform: uppercase; flex: none; }
.ads-clients__track-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ads-clients__track {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: adsMarquee 28s linear infinite;
}
.ads-clients__track span { white-space: nowrap; }

.ads-section { padding: 72px 24px; scroll-margin-top: 80px; }
.ads-section--tint { background: var(--soft); }
.ads-section--navy { background: var(--navy-deep); color: #fff; }
.ads-section--navy h2 { color: #fff; }
.ads-section__split {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.ads-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.ads-case {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(11, 34, 101, .08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(11, 34, 101, .05);
}
.ads-case__head {
  background: var(--navy);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font: 700 13px/1.2 Poppins, "Poppins Fallback", sans-serif;
  color: #fff;
}
.ads-case--orange .ads-case__head { background: var(--orange); }
.ads-case__head em {
  font: 600 10.5px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--navy);
  background: var(--orange);
  padding: 6px 9px;
  border-radius: 6px;
}
.ads-case--orange .ads-case__head em { color: #fff; background: rgba(255,255,255,.22); }
.ads-case__body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.ads-case__stat {
  font: 800 46px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
  min-height: 46px;
}
.ads-case__label { font: 500 13.5px/1.5 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); margin-top: 8px; }
.ads-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
}
.ads-mini-grid strong { display: block; font: 800 22px/1 Poppins, "Poppins Fallback", sans-serif; }
.ads-mini-grid span { display: block; font: 400 11.5px/1.4 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); margin-top: 5px; }
.ads-case__body > p { font: 400 12.5px/1.6 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); margin-top: auto; padding-top: 18px; }
.ads-bars { display: flex; align-items: flex-end; gap: 18px; height: 143px; padding: 18px 4px 0; }
.ads-bars > div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ads-bar { width: 100%; border-radius: 6px 6px 0 0; }
.js .ads-bar { transform: scaleY(0); transform-origin: bottom; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.js .ads-case.is-inview .ads-bar { transform: scaleY(1); }
.ads-bar--orange { background: var(--orange); }
.ads-bar--navy { background: var(--navy); }
.ads-bars span { font: 500 11px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); }

.ads-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.ads-services article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--soft);
  border-radius: 14px;
  padding: 26px 22px;
  border: 1px solid rgba(11, 34, 101, .07);
}
.ads-service--dark { background: var(--navy); border: 0; }
/* .ads-service--dark h3, .ads-service--dark p { color: #fff; } */
.ads-service--dark p { color: #B9C6E4; }
.ads-num {
  width: 38px; height: 38px; border-radius: 10px; background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font: 800 15px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--orange);
}
.ads-num--orange { background: var(--orange); color: #fff; }
.ads-services h3 { font: 700 16px/1.3 Poppins, "Poppins Fallback", sans-serif; margin: 16px 0 8px; min-height: 2.6em; }
.ads-services p { font: 400 13.5px/1.65 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); margin: 0; }

.ads-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.ads-process article { border-top: 3px solid rgba(255,255,255,.2); padding-top: 18px; height: 100%; }
.ads-process article:first-child { border-top-color: var(--orange); }
.ads-week { font: 800 12px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--orange); letter-spacing: .1em; }
.ads-process h3 { font: 700 17px/1.3 Poppins, "Poppins Fallback", sans-serif; margin: 12px 0 8px; }
.ads-process p { font: 400 13.5px/1.6 Poppins, "Poppins Fallback", sans-serif; color: #A9B9DD; margin: 0; }

.ads-table-wrap { overflow-x: auto; border: 1px solid rgba(11, 34, 101, .1); border-radius: 16px; }
.ads-table { min-width: 640px; }
.ads-table__head, .ads-table__row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; }
.ads-table__head { background: var(--navy); color: #8FA2CA; font: 600 13px/1.2 Poppins, "Poppins Fallback", sans-serif; }
.ads-table__head > div, .ads-table__row > div { padding: 15px 14px; }
.ads-table__head > div:first-child, .ads-table__row > div:first-child { padding-left: 20px; }
.ads-table__head .is-us { background: var(--orange); color: #fff; text-align: center; }
.ads-table__row { border-bottom: 1px solid var(--line); font: 500 13.5px/1.4 Poppins, "Poppins Fallback", sans-serif; }
.ads-table__row > div:nth-child(2), .ads-table__row > div:nth-child(3) { text-align: center; }
.ads-table__row .is-us { background: #FFF7F2; font-weight: 600; }
.ads-table__row > div:nth-child(3) { color: var(--muted); font-weight: 400; }

.ads-prices {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  padding-top: 16px;
}
.ads-price {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(11, 34, 101, .1);
  border-radius: 16px;
  padding: 24px 16px 20px;
}
.ads-price--featured {
  background: var(--navy);
  border: 0;
  box-shadow: 0 14px 28px rgba(11, 34, 101, .2);
  position: relative;
  z-index: 1;
  color: #fff;
}
.ads-price__badge {
  position: absolute;
  top: -12px; left: 20px;
  background: var(--orange); color: #fff;
  font: 700 10.5px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 12px; border-radius: 6px;
}
.ads-price h3 { font: 700 14.5px/1.3 Poppins, "Poppins Fallback", sans-serif; min-height: 2.6em; }
.ads-price--featured h3 { color: #fff; }
.ads-price__amount { display: flex; align-items: baseline; gap: 5px; margin: 14px 0 4px; font: 800 32px/1 Poppins, "Poppins Fallback", sans-serif; }
.ads-price__amount span, .ads-price p { font: 500 12.5px/1.5 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); }
.ads-price > p { min-height: 3em; margin: 0; }
.ads-price--featured p { color: #A9B9DD; }
.ads-price__amount--orange { color: var(--orange); }
.ads-price__amount--orange span { color: #A9B9DD; }
.ads-price ul { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 9px; font: 400 12.5px/1.45 Poppins, "Poppins Fallback", sans-serif; color: #334768; flex: 1 1 auto; }
.ads-price--featured ul { color: #DCE4F5; }
.ads-price li::before { content: "✓ "; color: var(--orange); font-weight: 700; }
.ads-price .ads-btn { margin-top: auto; width: 100%; white-space: normal; min-height: 44px; }

.ads-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; align-items: stretch; }
.ads-reviews figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background: var(--soft);
  border-radius: 16px;
  padding: 24px 22px;
  border: 1px solid rgba(11, 34, 101, .07);
}
.ads-reviewer { display: flex; align-items: center; gap: 11px; }
.ads-reviewer strong { display: block; font: 600 13.5px/1.2 Poppins, "Poppins Fallback", sans-serif; }
.ads-reviewer em { display: block; font: 400 11.5px/1.4 Poppins, "Poppins Fallback", sans-serif; color: #8794AE; }
.ads-reviewer { position: relative; padding-right: 78px; }
.ads-source {
  position: absolute; right: 0; top: 0;
  font: 600 10px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 999px;
}
.ads-source--google { background: #E8F0FE; color: #1967D2; }
.ads-source--trustpilot { background: #E5F8F0; color: #007F4E; }
.ads-source--bark { background: #FFF1E6; color: #C2410C; }
.ads-review-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
.ads-review-tabs button {
  border: 1px solid rgba(11, 34, 101, .12);
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: 8px 14px;
  font: 600 13px/1 Poppins, "Poppins Fallback", sans-serif;
  cursor: pointer;
}
.ads-review-tabs button.is-active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.ads-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
  align-items: stretch;
}
.ads-listing-grid[hidden] { display: none !important; }
.ads-listing {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--soft);
  border: 1px solid rgba(11, 34, 101, .08);
  border-radius: 16px;
  padding: 22px 22px 20px;
}
.ads-listing[hidden] { display: none !important; }
.ads-listing-grid.is-single { grid-template-columns: 1fr; }
.ads-listing-grid.is-single .ads-listing { max-width: 420px; }
.ads-listing__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}
.ads-listing__brand {
  font: 700 11px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ads-listing__brand--google { color: #1967D2; }
.ads-listing__brand--trustpilot { color: #00B67A; }
.ads-listing__brand--bark { color: #FF6A00; }
.ads-listing__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 600 10px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #007F4E;
  background: #E5F8F0;
  border-radius: 999px;
  padding: 5px 8px;
}
.ads-listing__live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00B67A;
  box-shadow: 0 0 0 0 rgba(0, 182, 122, .55);
  animation: adsLive 1.8s ease-out infinite;
}
.ads-listing__score {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.ads-listing__score strong { font: 800 32px/1 Poppins, "Poppins Fallback", sans-serif; color: var(--navy); }
.ads-listing__score .ads-stars--sm { margin: 0; }
.ads-listing > em {
  display: block;
  font: 500 13px/1.3 Poppins, "Poppins Fallback", sans-serif;
  color: #5A6B8C;
  margin-bottom: 10px;
}
.ads-listing > p {
  margin: 0;
  font: 400 13.5px/1.55 Poppins, "Poppins Fallback", sans-serif;
  color: #334768;
  min-height: 3.1em;
}
.ads-listing__actions {
  margin-top: auto;
  padding-top: 16px;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.ads-listing__actions .ads-btn { width: 100%; }
.ads-listing__link {
  font: 600 12.5px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ads-review-live {
  margin: 0 0 22px;
  background: #fff;
  border: 1px solid rgba(11, 34, 101, .08);
  border-radius: 16px;
  overflow: hidden;
}
.ads-review-live[hidden] { display: none !important; }
.ads-review-live--trustpilot { padding: 8px; min-height: 256px; }
.ads-review-live--map {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
}
.ads-review-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}
.ads-review-live__copy {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ads-review-live__copy h3 { margin: 0 0 8px; font: 700 18px/1.2 Poppins, "Poppins Fallback", sans-serif; }
.ads-review-live__copy p { margin: 0 0 16px; font: 400 14px/1.6 Poppins, "Poppins Fallback", sans-serif; color: #334768; }
.ads-review-live__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ads-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  font: 600 12.5px/36px Poppins, "Poppins Fallback", sans-serif; text-align: center; flex: none;
}
.ads-avatar--pink { background: #E0457B; color: #fff; }
.ads-avatar--mint { background: #B6E7C2; color: var(--navy); }
.ads-avatar--lime { background: #DDF0A6; color: var(--navy); }
.ads-stars { display: flex; gap: 2px; }
.ads-stars span { width: 22px; height: 22px; background: #00B67A; color: #fff; font: 700 13px/22px Poppins, "Poppins Fallback", sans-serif; text-align: center; }
.ads-stars--sm { margin: 14px 0 12px; }
.ads-stars--sm span { width: 18px; height: 18px; font: 700 11px/18px Poppins, "Poppins Fallback", sans-serif; }
.ads-stars-row { display: flex; align-items: center; gap: 10px; font: 600 13px/1 Poppins, "Poppins Fallback", sans-serif; }
.ads-reviews blockquote { font: 400 13.5px/1.65 Poppins, "Poppins Fallback", sans-serif; color: #334768; margin: 0; flex: 1; }

.ads-band { background: var(--orange); padding: 64px 24px; }
.ads-band__inner { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; }
.ads-band h2 { color: #fff; margin: 0; font: 800 clamp(28px, 3.4vw, 42px)/1.1 Poppins, "Poppins Fallback", sans-serif; }
.ads-band p { font: 400 16px/1.6 Poppins, "Poppins Fallback", sans-serif; color: #FFE3D2; margin: 14px 0 0; max-width: 520px; }
.ads-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ads-footer { background: var(--navy-deep); padding: 40px 24px 90px; }
.ads-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  font: 400 13px/1.6 Poppins, "Poppins Fallback", sans-serif;
  color: #8FA2CA;
}
.ads-footer__grid a { color: #fff; }
.ads-footer__grid a:hover { color: var(--orange); }
.ads-footer__brand { font: 800 14px/1 Poppins, "Poppins Fallback", sans-serif; color: #fff; margin-bottom: 10px; }
.ads-footer__brand span { color: var(--orange); }

.ads-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  background: var(--navy);
  border-top: 2px solid var(--orange);
  padding: 12px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.js .ads-sticky {
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.js .ads-sticky.is-visible { transform: none; }
.ads-sticky__copy { font: 600 13px/1.35 Poppins, "Poppins Fallback", sans-serif; color: #fff; min-width: 0; }
.ads-sticky__actions { display: flex; gap: 8px; flex: none; }

.ads-exit {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ads-exit.is-open { display: flex; }
.ads-exit.is-open .ads-exit__overlay { animation: adsFade .25s ease both; }
.ads-exit.is-open .ads-exit__card { animation: adsPop .35s cubic-bezier(.2,.8,.2,1) both; }
.ads-exit__overlay { position: absolute; inset: 0; background: rgba(7, 26, 78, .62); backdrop-filter: blur(3px); }
.ads-exit__card {
  position: relative;
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 26, 78, .45);
}
.ads-exit__head {
  background: var(--navy);
  padding: 20px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 700 11.5px/1 Poppins, "Poppins Fallback", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
}
.ads-exit__close {
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  width: 30px; height: 30px; border-radius: 8px;
  font: 600 15px/1 Poppins, "Poppins Fallback", sans-serif;
  cursor: pointer;
}
.ads-exit__body { padding: 32px 32px 34px; text-align: center; }
.ads-exit__offer { font: 800 clamp(34px, 5vw, 52px)/1 Poppins, "Poppins Fallback", sans-serif; color: var(--orange); letter-spacing: -.02em; }
.ads-exit__body h2 { font: 800 24px/1.2 Poppins, "Poppins Fallback", sans-serif; margin: 12px 0 0; }
.ads-exit__body p { font: 400 14.5px/1.65 Poppins, "Poppins Fallback", sans-serif; color: var(--muted); margin: 12px auto 0; max-width: 420px; }
.ads-exit__form { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 24px 0 0; }
.ads-exit__form input {
  
  min-width: 0;
  border: 1.5px solid rgba(11, 34, 101, .16);
  border-radius: 10px;
  padding: 15px 16px;
  font: 400 14px/1 Poppins, "Poppins Fallback", sans-serif;
  color: var(--navy);
  outline: none;
}
.ads-exit__note { font: 400 12px/1.5 Poppins, "Poppins Fallback", sans-serif; color: #8794AE; margin-top: 14px; }
.ads-exit__skip {
  margin-top: 16px;
  border: 0;
  background: none;
  color: #8794AE;
  font: 500 12.5px/1 Poppins, "Poppins Fallback", sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

.popup-overlay {
  position: fixed; inset: 0; background: rgba(11, 18, 32, .55);
  display: flex; align-items: center; justify-content: center; z-index: 9999; padding: 16px;
}
.popup-card {
  width: min(420px, 92vw); background: #fff; border-radius: 18px; padding: 18px; text-align: center;
}
.popup-btn { border: 0; cursor: pointer; padding: 10px 14px; border-radius: 14px; font-weight: 800; background: var(--orange); color: #fff; }

@media (max-width: 1100px) {
  .ads-prices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ads-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .ads-hero__grid { gap: 32px; padding: 48px 24px 56px; }
  .ads-lead { max-width: none; }
  .ads-hero__rule { display: none; }
}

@media (max-width: 860px) {
  .ads-header__inner { padding: 12px 16px; min-height: 58px; }
  body { padding-top: 58px; }
  .ads-header__phone { display: none; }
  .ads-cta-full { display: none; }
  .ads-cta-short { display: inline; }
  .ads-hero__stats { gap: 18px; }
  .ads-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ads-cases,
  .ads-listing-grid { grid-template-columns: 1fr; }
  .ads-listing-grid.is-single .ads-listing { max-width: none; }
  .ads-review-live--map { grid-template-columns: 1fr; }
  .ads-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ads-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .ads-wrap { padding-left: 16px; padding-right: 16px; }
  .ads-section { padding: 48px 16px; }
  .ads-hero__grid { padding: 36px 16px 40px; }
  .ads-hero h1 { font-size: clamp(32px, 10vw, 44px); }
  .ads-hero__copy > p { font-size: 16px; }
  .ads-hero__cta .ads-btn { white-space: normal; text-align: center; width: 100%; }
  .ads-hero__cta > span { width: 100%; }
  .ads-lead { padding: 22px 18px 20px; }
  .ads-section__split { align-items: flex-start; }
  .ads-lede { max-width: none; }
  .ads-table { min-width: 0; }
  .ads-table__head,
  .ads-table__row { grid-template-columns: 1fr; }
  .ads-table__head > div:first-child { display: none; }
  .ads-table__head > div { text-align: center; }
  .ads-table__row > div:first-child {
    background: var(--soft);
    font-weight: 700;
    text-align: left;
  }
  .ads-table__row > div:nth-child(2),
  .ads-table__row > div:nth-child(3) { text-align: left; }
  .ads-prices,
  .ads-cases,
  .ads-services,
  .ads-process,
  .ads-reviews,
  .ads-listing-grid { grid-template-columns: 1fr; }
  .ads-review-map iframe { min-height: 220px; }
  .ads-band__inner { gap: 20px; }
  .ads-band__actions { width: 100%; }
  .ads-band__actions .ads-btn { flex: 1 1 140px; }
  .ads-footer { padding: 32px 16px 96px; text-align: center; }
  .ads-footer__grid { grid-template-columns: 1fr; }
  .ads-sticky { padding: 10px 12px; }
  .ads-sticky__copy { font-size: 12px; }
  .ads-exit__body { padding: 24px 18px 28px; }
  .ads-exit__form { flex-direction: column; }
  .ads-exit__form input,
  .ads-exit__form .ads-btn { width: 100%; }
}

@media (max-width: 420px) {
  .ads-logo svg { width: 32px; height: 22px; }
  .ads-logo__cloud { font-size: 15px; }
  .ads-sticky__copy { display: none; }
  .ads-sticky__actions { width: 100%; }
  .ads-sticky__actions .ads-btn { flex: 1; }
  .ads-wa { display: none; }
}

/* Motion, ads polish, FAQ */
.ads-btn:hover { transform: translateY(-2px); }
.ads-btn:active { transform: translateY(0); }
.ads-btn--orange:hover { filter: brightness(1.05); box-shadow: 0 10px 22px rgba(242, 106, 33, .4); }
.ads-btn--navy:hover { box-shadow: 0 10px 22px rgba(11, 34, 101, .28); }
.ads-btn.is-loading { pointer-events: none; opacity: .78; }
.ads-btn.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: adsSpin .7s linear infinite;
}

.ads-header__phone { transition: color .2s ease; }
.ads-header__phone:hover { color: var(--orange); }

.ads-case,
.ads-price,
.ads-listing,
.ads-services article,
.ads-reviews figure {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ads-case:hover,
.ads-price:hover,
.ads-listing:hover,
.ads-services article:hover,
.ads-reviews figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(11, 34, 101, .1);
}
.ads-price--featured:hover { transform: translateY(-8px) scale(1.01); }

.js [data-reveal] {
  opacity: 0;
  transition: opacity .45s ease;
}
.js [data-reveal].is-inview { opacity: 1; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }
[data-reveal][data-delay="5"] { transition-delay: .4s; }

.ads-lead__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.ads-lead__trust li {
  font: 600 11px/1.35 Poppins, "Poppins Fallback", sans-serif;
  color: #334768;
  background: var(--soft);
  border-radius: 8px;
  padding: 8px 8px 8px 10px;
}
.ads-lead__trust li::before { content: "✓ "; color: var(--orange); }

.ads-faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.ads-faq details {
  background: #fff;
  border: 1px solid rgba(11, 34, 101, .08);
  border-radius: 14px;
  padding: 0 18px;
  overflow: hidden;
}
.ads-faq summary {
  cursor: pointer;
  list-style: none;
  font: 700 15px/1.4 Poppins, "Poppins Fallback", sans-serif;
  padding: 16px 28px 16px 0;
  position: relative;
}
.ads-faq summary::-webkit-details-marker { display: none; }
.ads-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  color: var(--orange);
  font-weight: 800;
}
.ads-faq details[open] summary::after { content: "–"; }
.ads-faq details p {
  margin: 0 0 16px;
  font: 400 14px/1.65 Poppins, "Poppins Fallback", sans-serif;
  color: #334768;
}

.ads-wa {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 40;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .4);
}
.ads-sticky__wa { display: none; }
.ads-wa svg { width: 28px; height: 28px; fill: currentColor; }

.ads-skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 80;
  background: var(--orange);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font: 700 13px/1 Poppins, "Poppins Fallback", sans-serif;
}
.ads-skip:focus { top: 12px; }

@keyframes adsRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes adsGlow {
  0%, 100% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.12); opacity: 1; }
}
@keyframes adsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes adsLive {
  0% { box-shadow: 0 0 0 0 rgba(0, 182, 122, .55); }
  70% { box-shadow: 0 0 0 8px rgba(0, 182, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 182, 122, 0); }
}
@keyframes adsSpin { to { transform: rotate(360deg); } }
@keyframes adsFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes adsPop {
  from { opacity: 0; transform: translateY(16px) scale(.96); }
  to { opacity: 1; transform: none; }
}
@keyframes adsWa {
  from { opacity: 0; transform: scale(.6); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 700px) {
  .js .ads-sticky { transform: none; }
  .ads-lead__trust { grid-template-columns: 1fr; }
  .ads-wa { display: none; }
  .ads-sticky__wa { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .ads-bar { transform: none; }
  .ads-sticky { transform: none; }
}

.ads-lead__proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font: 600 12px/1.4 Poppins, "Poppins Fallback", sans-serif;
  color: #334768;
}
.ads-lead__proof .ads-stars--sm { margin: 0; }
.ads-form__error {
  margin: 0;
  font: 600 12.5px/1.4 Poppins, "Poppins Fallback", sans-serif;
  color: #b42318;
}
.ads-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: 400 12.5px/1.45 Poppins, "Poppins Fallback", sans-serif;
  color: #334768;
}
.ads-consent input { margin-top: 3px; flex: none; }
.ads-consent a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }

.ads-thanks {
  background: linear-gradient(180deg, #071A4E 0%, #0B2265 100%);
  color: #fff;
  padding: 88px 24px 96px;
 min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
}

.ads-thanks__inner { max-width: 720px; }
.ads-thanks h1 {
  font: 800 clamp(32px, 4vw, 48px)/1.12 Poppins, "Poppins Fallback", sans-serif;
  margin: 12px 0 0;
}
.ads-thanks p { font: 400 17px/1.6 Poppins, "Poppins Fallback", sans-serif; color: #B9C6E4; margin: 18px 0 0; max-width: 560px; }
.ads-thanks .ads-lead__note { color: #8FA2CA; text-align: left; }
.ads-thanks__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.ads-legal { padding: 72px 24px 96px; }
.ads-legal h1 { font: 800 36px/1.15 Poppins, "Poppins Fallback", sans-serif; margin: 12px 0 18px; }
.ads-legal h2 { font: 700 20px/1.3 Poppins, "Poppins Fallback", sans-serif; margin: 28px 0 10px; }
.ads-legal p { font: 400 15px/1.7 Poppins, "Poppins Fallback", sans-serif; color: #334768; margin: 0 0 12px; }
.ads-legal a { color: var(--navy); text-decoration: underline; }

.ads-cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 84px;
  z-index: 45;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(11, 34, 101, .12);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 16px 40px rgba(11, 34, 101, .16);
}
.ads-cookie[hidden] { display: none !important; }
.ads-cookie p { margin: 0; font: 400 13px/1.5 Poppins, "Poppins Fallback", sans-serif; color: #334768; max-width: 640px; }
.ads-cookie a { text-decoration: underline; }
.ads-cookie div { display: flex; gap: 8px; flex: none; }

@media (max-width: 860px) {
  .ads-footer__grid { grid-template-columns: 1fr; text-align: center; }
}


.ads-header {
    width: 100%;
}

.ads-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.ads-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.ads-logo__image {
    display: block;
    width: 190px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Header actions */
.ads-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ads-header__phone {
    white-space: nowrap;
}




@media (max-width: 900px) {
    .ads-logo__image {
        width: 170px;
    }

    .ads-header__actions {
        gap: 14px;
    }
}




@media (max-width: 768px) {
    .ads-header__inner {
        min-height: 64px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ads-logo__image {
        width: 150px;
    }

    .ads-header__actions {
        gap: 10px;
    }

    .ads-header__phone {
        font-size: 12px;
    }
}


/* Small mobile */
@media (max-width: 480px) {
    .ads-logo__image {
        width: 125px;
    }

    .ads-header__actions {
        gap: 7px;
    }

    .ads-header__phone {
        font-size: 11px;
    }

    .ads-btn--sm {
        padding: 7px 10px;
        font-size: 11px;
    }

    .ads-cta-full {
        display: none;
    }

  .ads-cta-short {
        display: inline;
    }
}

/* =========================================================
   Footer Logo
   ========================================================= */

.ads-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
}

.ads-footer__logo-image {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}


/* Tablet */
@media (max-width: 768px) {
    .ads-footer__logo-image {
        width: 160px;
    }
}


/* Mobile */
@media (max-width: 480px) {
    .ads-footer__logo-image {
        width: 140px;
    }
}



.ads-header {
    width: 100%;
}

.ads-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.ads-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.ads-logo__image {
    display: block;
    width: 190px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Header actions */
.ads-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ads-header__phone {
    white-space: nowrap;
}




@media (max-width: 900px) {
    .ads-logo__image {
        width: 170px;
    }

    .ads-header__actions {
        gap: 14px;
    }
}




@media (max-width: 768px) {
    .ads-header__inner {
        min-height: 64px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .ads-logo__image {
        width: 150px;
    }

    .ads-header__actions {
        gap: 10px;
    }

    .ads-header__phone {
        font-size: 12px;
    }
}


/* Small mobile */
@media (max-width: 480px) {
    .ads-logo__image {
        width: 125px;
    }

    .ads-header__actions {
        gap: 7px;
    }

    .ads-header__phone {
        font-size: 11px;
    }

    .ads-btn--sm {
        padding: 7px 10px;
        font-size: 11px;
    }

    .ads-cta-full {
        display: none;
    }

  .ads-cta-short {
        display: inline;
    }
}

/* =========================================================
   Footer Logo
   ========================================================= */

.ads-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
}

.ads-footer__logo-image {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}


/* Tablet */
@media (max-width: 768px) {
    .ads-footer__logo-image {
        width: 160px;
    }
}


/* Mobile */
@media (max-width: 480px) {
    .ads-footer__logo-image {
        width: 140px;
    }
}


/* =========================================================
   Footer Logo
   ========================================================= */

.ads-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
}

.ads-footer__logo-image {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}


/* Tablet */
@media (max-width: 768px) {
    .ads-footer__logo-image {
        width: 160px;
    }
}


/* Mobile */
@media (max-width: 480px) {
    .ads-footer__logo-image {
        width: 140px;
    }
}
  .ads-exit__form {
        display: block;
        width: 100%;
    }

    .ads-exit-slide {
        animation: adsSlideUp 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    .ads-input-validate:invalid:not(:placeholder-shown) {
        border-color: #b42318;
        background-color: #fffaf9;
    }

    .ads-input-validate:valid:not(:placeholder-shown) {
        border-color: #00B67A;
    }

    .ads-plan-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 12px;
        margin: 20px 0;
        text-align: left;
    }

    .ads-plan-box {
        position: relative;
        display: block;
        cursor: pointer;
        user-select: none;
    }

    .ads-plan-box input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        inset: 0;
        width: 0;
        height: 0;
    }

    .ads-plan-box__inner {
        border: 1.5px solid rgba(11, 34, 101, 0.12);
        border-radius: 12px;
        padding: 16px;
        background: var(--soft);
        transition: all 0.2s ease;
        height: 100%;
    }

    .ads-plan-box:hover .ads-plan-box__inner {
        border-color: rgba(242, 106, 33, 0.4);
        background: #fff;
    }

    .ads-plan-box input[type="checkbox"]:checked + .ads-plan-box__inner {
        border-color: var(--orange);
        background: #FFF7F2;
        box-shadow: 0 4px 12px rgba(242, 106, 33, 0.12);
    }

    .ads-plan-box__title {
        display: block;
        font: 600 13px/1.3 Poppins, "Poppins Fallback", sans-serif;
        color: var(--navy);
        margin-bottom: 8px;
    }

    .ads-plan-box__prices {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ads-plan-box__old {
        font-size: 12px;
        color: var(--muted);
        text-decoration: line-through;
    }

    .ads-plan-box__new {
        font: 800 16.5px/1 Poppins, "Poppins Fallback", sans-serif;
        color: var(--orange);
    }

    .ads-plan-box__new span {
        font: 500 11px/1 Poppins, "Poppins Fallback", sans-serif;
        color: var(--muted);
    }

    @keyframes adsSlideUp {
        from {
            opacity: 0;
            transform: translateY(12px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .ads-exit__form .ads-field input,
    .ads-exit__form input {
        flex: none !important;
        width: 100%;
        min-height: 50px;
        height: auto;
        margin: 0;
    }

    #slide3 .ads-field {
        margin-bottom: 12px;
    }