:root {
  --ink: #321a1b;
  --ink-2: #5f4647;
  --muted: #806e6f;
  --brand: #b30c11;
  --brand-dark: #8d080c;
  --brand-deep: #5e080b;
  --brand-soft: #fde9e8;
  --brand-soft-2: #fff2f0;
  --accent: #f2a86f;
  --accent-2: #f6cfb2;
  --accent-soft: #fff3e9;
  --paper: #fffaf7;
  --paper-2: #f8efea;
  --soft: #fff3f1;
  --line: #ead9d6;
  --white: #ffffff;
  --danger: #b30c11;
  --shadow-sm: 0 12px 34px rgba(83, 29, 31, .08);
  --shadow-md: 0 18px 48px rgba(83, 29, 31, .12);
  --shadow-lg: 0 28px 80px rgba(83, 29, 31, .16);
  --radius-sm: 16px;
  --radius: 28px;
  --radius-lg: 42px;
  --container: 1400px;
  --topbar-height: 42px;
  --header-height: 94px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topbar-height) + var(--header-height) + 20px);
  /* Impede o font boosting aplicado por WebViews do Instagram/Facebook. */
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  margin: 0;
  padding-top: calc(var(--topbar-height) + var(--header-height));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
img, picture, video, canvas, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999;
  transform: translateY(-180%); background: #fff; padding: 10px 14px;
  border-radius: 10px; box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: calc(100% - 48px);
  max-width: var(--container);
  min-width: 0;
  margin-inline: auto;
}

main, header, footer, section, nav { min-width: 0; max-width: 100%; }

.topbar {
  background: var(--brand);
  color: #fff;
  font-size: .9rem;
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  min-height: var(--topbar-height);
  z-index: 1100;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 42px; }
.topbar p { margin: 0; }
.topbar a { color: #fff; font-weight: 850; text-decoration: none; }

.site-header {
  position: fixed;
  top: var(--topbar-height);
  right: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-height);
  z-index: 1000;
  background: rgba(242, 237, 234, .95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(179, 12, 17, .08);
}
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; text-decoration: none; align-items: center; }
.brand img { width: 235px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a {
  font-weight: 780;
  text-decoration: none;
  font-size: .94rem;
  transition: color .2s ease, transform .2s ease;
}
.primary-nav a:hover { color: var(--brand); transform: translateY(-1px); }
.nav-cta {
  color: #fff !important;
  background: var(--brand);
  padding: 11px 17px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(179, 12, 17, .18);
}
.nav-cta:hover { background: var(--brand-dark); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 28px; height: 2px; display: block; background: var(--ink); margin: 6px 0; border-radius: 9px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0 86px;
  background:
    radial-gradient(circle at 4% 18%, rgba(242, 168, 111, .17) 0 80px, transparent 81px),
    radial-gradient(circle at 92% 16%, rgba(179, 12, 17, .07) 0 240px, transparent 242px),
    linear-gradient(180deg, #fffaf7 0%, #fff7f2 100%);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero::before {
  width: 235px;
  height: 92px;
  left: -84px;
  bottom: 56px;
  background: var(--brand-soft);
  transform: rotate(-26deg);
}
.hero::after {
  width: 150px;
  height: 150px;
  right: 3vw;
  bottom: -76px;
  border: 26px solid rgba(242, 168, 111, .16);
}
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: start; gap: clamp(42px, 7vw, 92px); }
.hero__content { min-width: 0; max-width: 100%; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 950;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: currentColor; }
.eyebrow--light { color: #ffd8d6; }
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 5.55rem);
  line-height: .94;
  letter-spacing: -.055em;
  max-width: 820px;
  font-weight: 900;
}
.hero h1 span {
  color: var(--brand);
  font-size: clamp(2.25rem, 3.9vw, 3.8rem);
  line-height: .99;
  letter-spacing: -.045em;
}
.hero__lead {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: var(--ink-2);
  margin: 26px 0 0;
}

/*
 * Android WebView (Instagram/Facebook) pode aplicar font boosting somente em
 * blocos longos. A regra no próprio elemento e a altura máxima extensa evitam
 * essa ampliação seletiva sem alterar o tamanho visual nos navegadores comuns.
 */
.hero h1,
.hero h1 span,
.hero__lead,
.eyebrow {
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;
  max-height: 1000000px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.microcopy { margin: 16px 0 0; font-size: .88rem; color: var(--muted); max-width: 690px; }
.hero__visual {
  position: relative;
  align-self: start;
  min-width: 0;
  width: 100%;
}
.hero__video-title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.35;
  text-align: center;
}
.hero__video-title strong {
  display: block;
  width: 100%;
  color: #b30c11 !important;
  text-align: center;
}
.hero__video-title--secondary {
  margin-top: clamp(28px, 4vw, 44px);
}
.hero__video {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #fff;
  border-radius: clamp(18px, 2.5vw, 30px);
  background: #160b0b;
  box-shadow: 0 24px 60px rgba(83, 21, 23, .18), 0 0 0 1px rgba(107, 22, 24, .1);
  isolation: isolate;
}
.hero__video iframe,
.hero__video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: calc(clamp(18px, 2.5vw, 30px) - 5px);
  object-fit: cover;
}
.hero__video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: calc(clamp(18px, 2.5vw, 30px) - 5px);
  background: #160b0b;
  cursor: pointer;
}
.hero__video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.hero__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(64px, 8vw, 84px);
  aspect-ratio: 1;
  color: #fff;
  background: var(--brand);
  border: 3px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background-color .25s ease;
}
.hero__video-play svg {
  width: 42%;
  height: 42%;
  margin-left: 5%;
  fill: currentColor;
}
.hero__video-cover:hover img { transform: scale(1.025); filter: brightness(.9); }
.hero__video-cover:hover .hero__video-play { transform: translate(-50%, -50%) scale(1.08); }
.hero__video-cover:focus-visible {
  outline: 4px solid var(--accent-2);
  outline-offset: -4px;
}
.hero__video-toggle {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: calc(clamp(18px, 2.5vw, 30px) - 5px);
  background: transparent;
  cursor: pointer;
}
.hero__video-toggle[hidden] { display: none; }
.hero__video-toggle:hover .hero__video-play {
  background: #d10f16;
  transform: translate(-50%, -50%) scale(1.08);
}
.hero__video-toggle:focus-visible {
  outline: 4px solid var(--accent-2);
  outline-offset: -4px;
}
@media (prefers-reduced-motion: reduce) {
  .hero__video-cover img,
  .hero__video-play { transition: none; }
}
.hero__visual > img {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  filter: drop-shadow(0 28px 45px rgba(92, 25, 28, .12));
}
.hero__shape { position: absolute; pointer-events: none; z-index: 1; }
.hero__shape--one {
  width: 410px; height: 410px; right: 12px; top: 28px;
  background: var(--brand-soft);
  border-radius: 43% 57% 66% 34% / 42% 41% 59% 58%;
  transform: rotate(12deg);
}
.hero__shape--two {
  width: 140px; height: 140px; left: 16px; bottom: 62px;
  border: 22px solid var(--accent-2);
  border-radius: 42% 58% 43% 57% / 58% 37% 63% 42%;
  transform: rotate(-22deg);
}
.hero__float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(179, 12, 17, .09);
  box-shadow: var(--shadow-md);
  border-radius: 19px;
}
.hero__float-card--success { left: -10px; top: 96px; }
.hero__float-card--reach { right: -8px; bottom: 72px; }
.hero__float-icon {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 13px; color: #fff; background: var(--brand); font-weight: 900;
}
.hero__float-card strong, .hero__float-card small { display: block; line-height: 1.2; }
.hero__float-card strong { font-size: .95rem; }
.hero__float-card small { color: var(--muted); margin-top: 3px; font-size: .72rem; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  gap: 16px;
}
.trust-row div { display: flex; flex-direction: column; min-width: 0; }
.trust-row strong { font-size: 1.45rem; line-height: 1.1; color: var(--brand); }
.trust-row span { color: var(--muted); font-size: .82rem; }
.data-note { display: inline-block; color: var(--muted); margin-top: 8px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 56px; padding: 15px 24px; }
.button--primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px rgba(179,12,17,.21); }
.button--primary:hover { background: var(--brand-dark); box-shadow: 0 16px 34px rgba(179,12,17,.29); }
.button--ghost { color: var(--ink); border-color: #e2cfca; background: rgba(255,255,255,.75); }
.button--ghost:hover, .button--outline:hover { border-color: var(--brand); background: #fff; color: var(--brand); }
.button--secondary { background: var(--accent); color: #402520; }
.button--outline { color: var(--brand); border-color: #e1b7b5; background: transparent; }
.button--white { background: #fff; color: var(--brand); box-shadow: var(--shadow-sm); }
.button--full { width: 100%; }

.urgent-strip { background: var(--brand-soft); border-block: 1px solid #f2cecc; }
.urgent-strip__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; }
.urgent-icon {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50% 50% 46% 54% / 55% 43% 57% 45%;
  background: var(--brand); color: #fff; font-weight: 950;
}
.urgent-strip__inner > div:nth-child(2) { display: flex; flex-direction: column; }
.urgent-strip a { font-weight: 900; color: var(--brand); }

/* Carrossel contínuo de pets reencontrados */
.found-pets {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 92px) 0 68px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.found-pets__heading {
  margin-bottom: 38px;
  text-align: center;
}
.found-pets__heading h2 {
  margin: 0;
  color: #18212b;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.found-pets__heading p {
  margin: 12px 0 0;
  color: #737b87;
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
}
.found-pets__viewport {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.found-pets__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: found-pets-scroll 52s linear infinite;
}
.found-pets__group {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  padding-right: 20px;
}
.found-pets__card {
  position: relative;
  width: 250px;
  height: 444px;
  flex: 0 0 250px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #e9e1dc;
  box-shadow: 0 14px 34px rgba(50, 26, 27, .12);
  isolation: isolate;
}
.found-pets__card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 12, .18) 28%, rgba(8, 10, 12, .9) 100%);
  pointer-events: none;
}
.found-pets__card picture,
.found-pets__card img {
  width: 100%;
  height: 100%;
}
.found-pets__card img {
  object-fit: cover;
  transition: transform .45s ease;
}
.found-pets__card figcaption {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  z-index: 2;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
.found-pets__card figcaption strong,
.found-pets__card figcaption span { display: block; }
.found-pets__card figcaption strong { font-size: .96rem; font-weight: 900; }
.found-pets__card figcaption > span:not(.found-pets__stars) { margin-top: 2px; font-size: .78rem; font-weight: 700; }
.found-pets__stars {
  margin-top: 6px;
  color: #ffc928;
  font-size: .9rem;
  line-height: 1;
  letter-spacing: .08em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .55);
}
.found-pets__track:has(.found-pets__card:hover),
.found-pets__track:has(.found-pets__card:focus-within) { animation-play-state: paused; }
.found-pets__card:hover img { transform: scale(1.025); }

@keyframes found-pets-scroll {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* Faixa contínua de depoimentos */
.impact-marquee {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.impact-marquee__viewport {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.impact-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: impact-marquee-scroll 38s linear infinite;
}
.impact-marquee__group {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  padding-right: 18px;
}
.impact-marquee__item {
  width: clamp(290px, 25vw, 330px);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px 22px 20px;
  border: 1px solid #e4e5e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(50, 26, 27, .06);
}
.impact-marquee__item header {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.impact-marquee__photo {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  object-fit: cover;
}
.impact-marquee__item header div { min-width: 0; }
.impact-marquee__item strong,
.impact-marquee__item small,
.impact-marquee__stars { display: block; }
.impact-marquee__item strong { color: #4e535b; font-size: .94rem; line-height: 1.25; }
.impact-marquee__stars { margin-top: 4px; color: #f5a000; font-size: .92rem; line-height: 1; letter-spacing: .06em; }
.impact-marquee__item p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 86px;
  margin: 18px 0 10px;
  color: #6c7480;
  font-size: .91rem;
  line-height: 1.55;
}
.impact-marquee__item a { align-self: flex-start; color: #23a455; font-size: .84rem; font-weight: 850; text-decoration: none; }
.impact-marquee__item a:hover { text-decoration: underline; }
.impact-marquee__item small { margin-top: 2px; color: #9399a1; font-size: .79rem; line-height: 1.35; }
.impact-marquee:hover .impact-marquee__track,
.impact-marquee:focus-within .impact-marquee__track { animation-play-state: paused; }

@keyframes impact-marquee-scroll {
  to { transform: translateX(-50%); }
}

.section { padding: clamp(82px, 9vw, 124px) 0; position: relative; overflow: hidden; }
.section--soft { background: var(--soft); }
.section--dark {
  background:
    radial-gradient(circle at 94% 16%, rgba(255,255,255,.06) 0 150px, transparent 151px),
    linear-gradient(145deg, var(--brand-deep) 0%, #7e0b0f 100%);
  color: #fff6f5;
}
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .split h2, .lead-copy h2, .final-cta h2 {
  font-size: clamp(2.25rem, 3.9vw, 3.8rem);
  line-height: .99;
  letter-spacing: -.045em;
  margin: 0;
  font-weight: 900;
}
.section-heading p, .split__copy > p, .lead-copy > p { margin: 17px 0 0; color: var(--muted); font-size: 1.05rem; }
.section--dark .section-heading p { color: #efd0d0; }

/* Chamada para cadastro e ativação do alerta */
.cadastro-cta {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.065) 0 120px, transparent 121px),
    radial-gradient(circle at 88% 82%, rgba(255,255,255,.05) 0 150px, transparent 151px),
    linear-gradient(145deg, var(--brand-deep) 0%, #7e0b0f 100%);
}
.cadastro-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  text-align: center;
}
.cadastro-cta h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.cadastro-cta__lead {
  max-width: 790px;
  margin: 34px 0 0;
  color: #f4dada;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
  text-wrap: balance;
}
.cadastro-cta__actions {
  display: grid;
  width: min(100%, 690px);
  gap: 18px;
  margin-top: 36px;
}
.cadastro-cta__button {
  min-height: 72px;
  border-radius: 20px;
  padding: 17px 28px;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}
.cadastro-cta__button--primary {
  color: var(--brand);
  background: #fff;
  box-shadow: 0 18px 38px rgba(31, 2, 4, .22);
}
.cadastro-cta__button--primary:hover { color: var(--brand-dark); box-shadow: 0 22px 44px rgba(31, 2, 4, .3); }
.cadastro-cta__button--secondary { color: #fff; background: rgba(255,255,255,.07); border: 3px solid rgba(255,255,255,.9); }
.cadastro-cta__button--secondary:hover { color: #fff; background: rgba(255,255,255,.14); border-color: #fff; }
.cadastro-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  margin: 36px 0 0;
  color: #e8c5c4;
  font-size: clamp(.88rem, 1.4vw, 1.05rem);
}
.cadastro-cta__benefits span:not(:last-child)::after { content: "•"; margin-left: 14px; }
.cadastro-cta__spark { position: absolute; color: rgba(255,255,255,.08); font-size: clamp(6rem, 13vw, 11rem); line-height: 1; pointer-events: none; }
.cadastro-cta__spark--top { top: -68px; left: -10px; }
.cadastro-cta__spark--bottom { right: -12px; bottom: -70px; transform: rotate(18deg); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow-sm);
  min-height: 260px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step:nth-child(2), .step:nth-child(4) { transform: translateY(14px); }
.step:nth-child(2):hover, .step:nth-child(4):hover { transform: translateY(8px); }
.step__number {
  display: inline-flex;
  width: 54px; height: 54px;
  border-radius: 18px 18px 18px 4px;
  align-items: center; justify-content: center;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 950;
}
.step h3 { margin: 30px 0 9px; font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: clamp(44px, 7vw, 92px); }
.check-list { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 1px;
  width: 21px; height: 21px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 950;
  font-size: .78rem;
}
.text-link { color: var(--brand); font-weight: 900; text-decoration: none; }
.proof-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 38px 38px 38px 10px;
  padding: clamp(30px, 5vw, 48px);
  box-shadow: var(--shadow-lg);
}
.proof-card::after {
  content: "♥";
  position: absolute;
  right: -18px;
  top: -22px;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-sm);
  font-size: 1.3rem;
}
.proof-card__metric { display: flex; flex-direction: column; }
.proof-card__metric strong { font-size: clamp(3.5rem, 7vw, 5.8rem); line-height: .88; color: var(--brand); letter-spacing: -.06em; }
.proof-card__metric span { color: var(--muted); font-weight: 780; margin-top: 10px; }
.proof-card__divider { height: 1px; background: var(--line); margin: 30px 0; }
.proof-card blockquote { margin: 0; font-size: 1.26rem; line-height: 1.45; font-weight: 780; }
.quote-author { color: var(--muted); margin: 14px 0 26px; font-size: .9rem; }

.plan-guide {
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
  border: 1px solid #efcbc8;
  background: var(--brand-soft);
  padding: 19px 23px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.plan-guide a { font-weight: 900; color: var(--brand); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan-card--featured {
  border: 2px solid var(--brand);
  background: linear-gradient(180deg, #fff 0%, #fff8f7 100%);
  box-shadow: 0 24px 58px rgba(179,12,17,.15);
  transform: translateY(-10px);
}
.plan-card--featured:hover { transform: translateY(-15px); }
.plan-badge {
  position: absolute; top: -15px; left: 24px;
  background: var(--brand); color: #fff;
  font-size: .76rem; font-weight: 950;
  padding: 7px 13px; border-radius: 999px;
}
.plan-kicker { font-size: .76rem; color: var(--brand); font-weight: 950; text-transform: uppercase; letter-spacing: .09em; }
.plan-card h3 { font-size: 1.72rem; margin: 7px 0 5px; }
.plan-card__head p { margin: 0; color: var(--muted); min-height: 78px; }
.plan-reach { display: flex; flex-direction: column; padding: 20px 0; margin: 19px 0; border-block: 1px solid var(--line); }
.plan-reach strong { font-size: 2.15rem; line-height: 1; color: var(--brand); }
.plan-reach span { font-size: .83rem; color: var(--muted); margin-top: 5px; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 9px; font-size: .92rem; }
.plan-card li { position: relative; padding-left: 23px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 950; }
.price { display: flex; flex-direction: column; margin-top: auto; margin-bottom: 19px; }
.price span { color: var(--muted); font-size: .8rem; }
.price strong { font-size: 1.82rem; line-height: 1.1; }
.price small { color: var(--muted); margin-top: 3px; }
.pricing-note { color: var(--muted); font-size: .84rem; text-align: center; margin: 24px auto 0; max-width: 850px; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial {
  position: relative;
  margin: 0;
  padding: 31px;
  border-radius: 30px 30px 30px 8px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.testimonial::before { content: "“"; display: block; color: #ffb1ad; font-size: 4.2rem; line-height: .7; font-weight: 900; margin-bottom: 18px; }
.testimonial blockquote { margin: 0 0 30px; font-size: 1.12rem; font-weight: 720; line-height: 1.5; }
.testimonial figcaption { display: flex; flex-direction: column; }
.testimonial figcaption span { color: #e8c5c4; font-size: .88rem; }
.testimonials-carousel { position: relative; padding: 0 0 64px; }
.testimonials-carousel .carousel-inner { overflow: hidden; }
.testimonials-carousel .carousel-item { transition: transform .75s cubic-bezier(.22,.61,.36,1); }
.testimonials-carousel .carousel-item-next:not(.carousel-item-start),
.testimonials-carousel .active.carousel-item-end { transform: translateX(33.333333%); }
.testimonials-carousel .carousel-item-prev:not(.carousel-item-end),
.testimonials-carousel .active.carousel-item-start { transform: translateX(-33.333333%); }
.testimonial-carousel__cell { width: 33.333333%; padding: 0 9px; }
.testimonials-carousel .carousel-item.active,
.testimonials-carousel .carousel-item-next,
.testimonials-carousel .carousel-item-prev { display: flex; }
.testimonials-carousel .testimonial { width: 100%; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-author { display: flex !important; flex-direction: row !important; align-items: center; gap: 14px; }
.testimonial-author__photo {
  position: relative; flex: 0 0 58px; width: 58px; height: 58px;
  display: grid; place-items: center; overflow: hidden; border-radius: 50%;
  background: #fff; border: 3px solid rgba(255,255,255,.78);
  color: var(--brand); font-size: .78rem !important; font-weight: 950;
}
.testimonial-author__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.testimonial-author__photo > span { color: var(--brand) !important; }
.testimonial-author__copy { display: flex; flex-direction: column; min-width: 0; }
.testimonials-carousel .carousel-indicators { bottom: 4px; margin-bottom: 0; }
.testimonials-carousel .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border: 0; border-radius: 50%; margin-inline: 5px; background-color: #fff; }
.testimonials-carousel-section { border-top: 1px solid rgba(255,255,255,.12); }
.testimonial-carousel { max-width: 820px; margin-inline: auto; }
.testimonial-carousel__viewport { overflow: hidden; border-radius: 30px 30px 30px 8px; }
.testimonial-carousel__track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.testimonial-carousel__slide { flex: 0 0 100%; min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-carousel__slide blockquote { font-size: clamp(1.2rem, 2.1vw, 1.55rem); }
.testimonial-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 27px; }
.testimonial-carousel__arrow {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.28); border-radius: 50%;
  background: rgba(255,255,255,.09); color: #fff; cursor: pointer;
  font: inherit; font-size: 1.25rem; font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.testimonial-carousel__arrow:hover { transform: translateY(-2px); background: var(--brand); border-color: var(--brand); }
.testimonial-carousel__dots { display: flex; align-items: center; gap: 10px; }
.testimonial-carousel__dots button {
  width: 10px; height: 10px; padding: 0; border: 0; border-radius: 99px;
  background: rgba(255,255,255,.35); cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.testimonial-carousel__dots button.is-active { width: 30px; background: #ffb1ad; }

.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 98px); align-items: start; }
.privacy-note {
  border-left: 4px solid var(--brand);
  padding: 15px 19px;
  background: var(--brand-soft);
  border-radius: 0 16px 16px 0;
  margin-top: 31px;
}
.privacy-note p { margin: 3px 0 0; color: #6b4d4e; font-size: .9rem; }
.quick-form {
  background: #fff;
  padding: clamp(27px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quick-form label { display: grid; gap: 7px; font-size: .86rem; font-weight: 850; color: var(--ink-2); margin-bottom: 16px; }
.quick-form input, .quick-form select, .quick-form textarea {
  width: 100%;
  border: 1px solid #decfcb;
  background: #fffdfc;
  color: var(--ink);
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.quick-form input:focus, .quick-form select:focus, .quick-form textarea:focus {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(179,12,17,.09);
}
.quick-form [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(179,12,17,.09); }
.form-status { min-height: 23px; margin: 9px 0 0; font-size: .88rem; color: var(--danger); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; font-weight: 850; padding: 23px 44px 23px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute; right: 4px; top: 16px;
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-size: 1.35rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); margin: -4px 0 23px; padding-right: 42px; }

.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  padding: 68px 0;
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 240px; height: 240px; right: 7vw; top: -150px;
  border-radius: 50%; border: 28px solid rgba(255,255,255,.08);
}
.final-cta__inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta p { margin: 10px 0 0; color: #f3d7d7; }

.site-footer { background: #3b1113; color: #f2dcdb; padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.1fr; gap: 44px; }
.brand--footer {
  width: fit-content;
  padding: 9px 13px;
  background: #f2edEA;
  border-radius: 14px;
}
.brand--footer img { width: 220px; }
.site-footer h2 { color: #fff; font-size: .92rem; margin: 2px 0 14px; }
.site-footer p { color: #d9bebe; margin: 13px 0 0; font-size: .91rem; }
.site-footer a:not(.brand) { display: block; color: #f2dcdb; text-decoration: none; margin: 8px 0; font-size: .91rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 23px; display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: .8rem; }

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(179, 12, 17, .45), 0 3px 10px rgba(0, 0, 0, .18);
  isolation: isolate;
  transition: transform .2s ease, box-shadow .3s ease;
}
.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background: var(--brand);
  animation: floating-whatsapp-pulse 2.4s ease-out infinite;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  color: #fff;
  background: var(--brand);
  transform: scale(1.07);
  box-shadow: 0 10px 30px rgba(179, 12, 17, .55), 0 5px 14px rgba(0, 0, 0, .22);
  outline: none;
}
.floating-whatsapp__icon { width: 32px; height: 32px; }
.floating-whatsapp__tip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  padding: 9px 13px;
  border-radius: 10px;
  background: #18222b;
  color: #fff;
  box-shadow: 0 6px 18px rgba(24, 34, 43, .2);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition: opacity .25s ease, transform .25s ease;
}
.floating-whatsapp__tip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border: 6px solid transparent;
  border-left-color: #18222b;
  transform: translateY(-50%);
}
.floating-whatsapp:hover .floating-whatsapp__tip,
.floating-whatsapp:focus-visible .floating-whatsapp__tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@keyframes floating-whatsapp-pulse {
  0% { transform: scale(1); opacity: .55; }
  70%, 100% { transform: scale(1.7); opacity: 0; }
}

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(179,12,17,.35); outline-offset: 3px; }

@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 94px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fffaf7;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 11px;
    box-shadow: var(--shadow-lg);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 860px; }
  .hero__visual { max-width: 720px; margin: 0 auto; width: 100%; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card--featured { transform: none; }
  .plan-card--featured:hover { transform: translateY(-6px); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root {
    --topbar-height: 40px;
    --header-height: 78px;
  }
  html { scroll-padding-top: calc(var(--topbar-height) + var(--header-height) + 16px); }
  .container { width: calc(100% - 28px); max-width: var(--container); }
  .topbar__inner { justify-content: center; text-align: center; min-height: 40px; }
  .topbar p { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 195px; }
  .primary-nav { top: 78px; left: 14px; right: 14px; }
  .hero { padding-top: 56px; padding-bottom: 66px; }
  .hero h1 {
    max-width: 100%;
    font-size: 42px;
    overflow-wrap: break-word;
  }
  .hero h1 span {
    max-width: 100%;
    font-size: 2.4rem;
    overflow-wrap: break-word;
  }
  .hero__lead {
    max-width: 100%;
    font-size: 1.05rem;
    overflow-wrap: break-word;
  }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 0; margin-top: 8px; overflow: hidden; }
  .hero__video { width: 100%; max-width: 100%; border-width: 4px; border-radius: 20px; }
  .hero__video iframe,
  .hero__video video { border-radius: 16px; }
  .hero__visual > img { width: min(100%, 520px); }
  .hero__shape--one { width: 330px; height: 330px; right: 0; top: 36px; }
  .hero__float-card--success { left: 0; top: 54px; }
  .hero__float-card--reach { right: 0; bottom: 44px; }
  .trust-row { gap: 10px; }
  .trust-row strong { font-size: 1.2rem; }
  .trust-row span { font-size: .72rem; }
  .urgent-strip__inner { grid-template-columns: auto 1fr; padding: 17px 0; }
  .urgent-strip__inner > a { grid-column: 2; }
  .found-pets { padding: 54px 0 52px; }
  .found-pets__heading { margin-bottom: 28px; }
  .found-pets__viewport {
    width: min(calc(100% - 28px), var(--container));
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
  .found-pets__track { animation-duration: 40s; }
  .found-pets__group { gap: 14px; padding-right: 14px; }
  .found-pets__card { width: 190px; height: 338px; flex-basis: 190px; border-radius: 15px; }
  .found-pets__card figcaption { right: 13px; bottom: 12px; left: 13px; }
  .found-pets__card figcaption strong { font-size: .84rem; }
  .found-pets__card figcaption > span:not(.found-pets__stars) { font-size: .7rem; }
  .found-pets__stars { font-size: .8rem; }
  .impact-marquee { padding: 22px 0; }
  .impact-marquee__viewport {
    width: min(calc(100% - 28px), var(--container));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }
  .impact-marquee__track { animation-duration: 30s; }
  .impact-marquee__group { gap: 12px; padding-right: 12px; }
  .impact-marquee__item { width: 285px; min-height: 244px; padding: 22px 20px 18px; }
  .section { padding: 76px 0; }
  .cadastro-cta { padding-block: 88px; }
  .cadastro-cta h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); line-height: 1.1; }
  .cadastro-cta__lead { margin-top: 28px; font-size: 1.13rem; line-height: 1.5; }
  .cadastro-cta__actions { gap: 16px; margin-top: 32px; }
  .cadastro-cta__button { min-height: 68px; border-radius: 18px; padding-inline: 18px; }
  .cadastro-cta__benefits { flex-direction: column; gap: 3px; margin-top: 32px; }
  .cadastro-cta__benefits span:not(:last-child)::after { content: none; }
  .cadastro-cta__spark--top { top: -48px; left: -18px; }
  .cadastro-cta__spark--bottom { right: -22px; bottom: -54px; }
  .steps, .pricing-grid, .testimonials, .split, .lead-grid, .faq-layout { grid-template-columns: 1fr; }
  .testimonials-carousel .testimonial { min-height: 350px; padding: 20px 14px; }
  .testimonials-carousel .testimonial::before { font-size: 2.6rem; margin-bottom: 11px; }
  .testimonials-carousel .testimonial blockquote { font-size: clamp(.76rem, 2.8vw, 1rem); line-height: 1.4; margin-bottom: 18px; }
  .testimonial-author { gap: 8px; }
  .testimonial-author__photo { flex-basis: 42px; width: 42px; height: 42px; }
  .testimonial-author__copy strong { font-size: .78rem; }
  .testimonial-author__copy > span { font-size: .68rem; }
  .step, .step:nth-child(2), .step:nth-child(4) { min-height: auto; transform: none; }
  .step:hover, .step:nth-child(2):hover, .step:nth-child(4):hover { transform: translateY(-4px); }
  .plan-guide { grid-template-columns: 1fr; }
  .plan-card__head p { min-height: auto; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .final-cta__inner { flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
  .floating-whatsapp__icon { width: 30px; height: 30px; }
  .floating-whatsapp__tip { display: none; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 42px; }
  .hero h1 span { font-size: 2.4rem; }
  .brand img { width: 170px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 0; }
  .hero__float-card { padding: 11px 13px; }
  .hero__float-card--success { left: -4px; top: 42px; }
  .hero__float-card--reach { right: -3px; bottom: 32px; }
  .hero__float-icon { width: 32px; height: 32px; border-radius: 10px; }
  .hero__float-card strong { font-size: .84rem; }
  .hero__float-card small { font-size: .66rem; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row div:nth-child(3) { grid-column: 1 / -1; }
  .proof-card { border-radius: 30px 30px 30px 9px; }
  .testimonial-carousel__slide { min-height: 310px; padding: 26px; }
  .testimonial-carousel__controls { gap: 16px; }
  .quick-form { border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-carousel__track { transition: none; }
  .impact-marquee__viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; scrollbar-width: thin; }
  .impact-marquee__track { animation: none; }
  .impact-marquee__group[aria-hidden="true"] { display: none; }
  .found-pets__viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; scrollbar-width: thin; }
  .found-pets__track { animation: none; }
  .found-pets__group[aria-hidden="true"] { display: none; }
}

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