/* =========================================================
   CVETS — Landing Pages de Campanha
   ========================================================= */

html { scroll-padding-top: 96px; }
body[class*="page-lp-"] { background: #fff; }
body[class*="page-lp-"].menu-is-open { overflow: hidden; }

.lp-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); transition: box-shadow .25s ease, background .25s ease; }
.lp-header.is-scrolled { box-shadow: 0 10px 32px rgba(45,78,75,.1); background: rgba(255,255,255,.985); }
.lp-header__microbar { color: #fff; background: var(--cvets-primary-deep); font-size: .73rem; }
.lp-header__microbar-inner { display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 20px; }
.lp-header__microbar a { display: inline-flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; }
.lp-header__microbar svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.lp-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 25px; }
.lp-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.lp-brand img { width: 128px; height: auto; }
.lp-navigation { display: flex; align-items: center; gap: 22px; }
.lp-navigation > a:not(.button) { color: var(--cvets-primary-deep); font-size: .82rem; font-weight: 850; text-decoration: none; }
.lp-navigation > a:not(.button):hover { color: var(--cvets-coral); }
.lp-header__cta { min-height: 47px; padding-inline: 20px; }
.lp-menu-toggle { display: none; }

.lp-hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: #5da8ae; }
.lp-hero__media, .lp-hero__overlay { position: absolute; inset: 0; }
.lp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lp-hero__overlay { background: linear-gradient(90deg, rgba(23,67,65,.98) 0%, rgba(29,79,76,.91) 34%, rgba(29,79,76,.34) 64%, rgba(29,79,76,.04) 100%); }
.lp-hero__inner { position: relative; z-index: 2; display: flex; min-height: 650px; align-items: center; padding-top: 58px; padding-bottom: 78px; }
.lp-hero__content { width: min(635px, 52%); }
.lp-hero .eyebrow { color: #fff; }
.lp-hero .eyebrow::before { background: var(--cvets-coral); }
.lp-hero h1 { max-width: 620px; margin: 20px 0; color: #fff; font-size: clamp(3.35rem, 5vw, 5.55rem); line-height: .96; letter-spacing: -.035em; }
.lp-hero__content > p { max-width: 570px; color: rgba(255,255,255,.88); font-size: 1.06rem; }
.lp-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.lp-hero__actions .button { min-height: 54px; }
.lp-hero__actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.lp-hero__trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.lp-hero__trust span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }

.lp-proof-strip { position: relative; z-index: 4; margin-top: -38px; }
.lp-proof-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--cvets-border); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(48,82,79,.15); }
.lp-proof-strip__grid > div { display: grid; gap: 4px; min-height: 98px; align-content: center; padding: 20px 24px; border-right: 1px solid var(--cvets-border); }
.lp-proof-strip__grid > div:last-child { border-right: 0; }
.lp-proof-strip strong { color: var(--cvets-primary-deep); }
.lp-proof-strip span { color: var(--cvets-text-soft); font-size: .8rem; }

.lp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.lp-section-heading > div { max-width: 720px; }
.lp-section-heading > p { max-width: 460px; margin: 0; color: var(--cvets-text-soft); }
.lp-section-heading h2, .lp-split h2, .lp-process h2, .lp-faq h2, .lp-final h2 { color: var(--cvets-primary-dark); }

.lp-signs { padding-top: 92px; background: #fff; }
.lp-signs__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.lp-sign-card { min-height: 245px; padding: 23px; border: 1px solid var(--cvets-border); border-radius: var(--cvets-radius); background: var(--cvets-background); transition: transform .25s ease, box-shadow .25s ease; }
.lp-sign-card:hover { transform: translateY(-4px); box-shadow: var(--cvets-shadow-soft); }
.lp-sign-card > span { color: var(--cvets-coral); font-size: .72rem; font-weight: 900; }
.lp-sign-card h3 { margin: 32px 0 9px; font-size: 1.22rem; }
.lp-sign-card p { margin: 0; color: var(--cvets-text-soft); font-size: .88rem; }

.lp-section-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 22px 24px; border: 1px solid rgba(82,121,118,.14); border-radius: 20px; background: var(--cvets-primary-light); }
.lp-section-cta > div { display: grid; gap: 3px; }
.lp-section-cta strong { color: var(--cvets-primary-deep); }
.lp-section-cta span { color: var(--cvets-text-soft); font-size: .82rem; }
.lp-section-cta--light { background: #fff; }
.lp-section-cta .button { flex: 0 0 auto; }

.lp-services { background: linear-gradient(180deg,var(--cvets-primary-light),#fff); }
.lp-services__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.lp-service-card { min-height: 265px; padding: 23px; border: 1px solid var(--cvets-border); border-radius: var(--cvets-radius); background: #fff; box-shadow: var(--cvets-shadow-soft); }
.lp-service-card__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 17px; color: var(--cvets-primary-deep); background: var(--cvets-primary-light); }
.lp-service-card__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.lp-service-card h3 { margin: 30px 0 8px; font-size: 1.15rem; }
.lp-service-card p { margin: 0; color: var(--cvets-text-soft); font-size: .84rem; }

.lp-differentials { background: #fff; }
.lp-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px,7vw,90px); align-items: center; }
.lp-split__media { position: relative; min-height: 570px; overflow: hidden; border-radius: 38px; background: var(--cvets-primary-soft); box-shadow: var(--cvets-shadow-soft); }
.lp-split__media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.lp-split__media > span { position: absolute; right: 22px; bottom: 22px; left: 22px; display: grid; gap: 3px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 17px; color: #fff; background: rgba(35,72,70,.76); backdrop-filter: blur(9px); }
.lp-split__media > span span { font-size: .78rem; }
.lp-split__content > p { color: var(--cvets-text-soft); }
.lp-differentials__list { display: grid; gap: 10px; margin: 26px 0; }
.lp-differentials__list article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px; border: 1px solid var(--cvets-border); border-radius: 15px; background: var(--cvets-background); }
.lp-differentials__list article > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--cvets-primary-dark); font-size: .75rem; font-weight: 900; }
.lp-differentials__list h3 { margin: 0 0 4px; font-size: 1rem; }
.lp-differentials__list p { margin: 0; color: var(--cvets-text-soft); font-size: .82rem; }

.lp-process { color: #fff; background: var(--cvets-primary-deep); }
.lp-process__layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.75fr); gap: clamp(45px,7vw,90px); align-items: center; }
.lp-process .eyebrow, .lp-process h2 { color: #fff; }
.lp-process .eyebrow::before { background: var(--cvets-coral); }
.lp-process__content > p { color: rgba(255,255,255,.77); }
.lp-process__steps { display: grid; gap: 10px; margin: 25px 0; }
.lp-process__steps article { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
.lp-process__steps article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--cvets-primary-deep); background: var(--cvets-primary); font-weight: 900; }
.lp-process__steps h3 { margin: 0 0 4px; color: #fff; font-size: 1rem; }
.lp-process__steps p { margin: 0; color: rgba(255,255,255,.73); font-size: .82rem; }
.lp-process__media { overflow: hidden; border-radius: 42px; transform: rotate(2.5deg); }
.lp-process__media img { width: 100%; height: 590px; object-fit: cover; }

.lp-team { background: var(--cvets-background); }
.lp-team__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.lp-team-card { overflow: hidden; border: 1px solid var(--cvets-border); border-radius: var(--cvets-radius); background: #fff; box-shadow: var(--cvets-shadow-soft); }
.lp-team-card__photo { display: grid; height: 300px; place-items: center; overflow: hidden; color: #fff; background: var(--cvets-primary); font-family: var(--cvets-font-display); font-size: 4rem; }
.lp-team-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.lp-team-card__body { padding: 19px; }
.lp-team-card__body h3 { margin: 0 0 5px; }
.lp-team-card__body > span { color: var(--cvets-primary-dark); font-size: .76rem; font-weight: 900; }
.lp-team-card__body p { margin: 7px 0; color: var(--cvets-text-soft); font-size: .84rem; }
.lp-team-card__body small { color: var(--cvets-text-soft); }

.lp-structure { background: #fff; }
.lp-structure__grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2,260px); gap: 14px; }
.lp-structure__grid figure { position: relative; min-height: 0; overflow: hidden; border-radius: 24px; background: var(--cvets-primary-soft); }
.lp-structure__grid figure.is-featured { grid-row: 1 / 3; }
.lp-structure__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.lp-structure__grid figure:hover img { transform: scale(1.035); }
.lp-structure__grid figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; display: grid; gap: 2px; padding: 13px 14px; border-radius: 14px; color: #fff; background: rgba(35,72,70,.74); backdrop-filter: blur(8px); }
.lp-structure__grid figcaption span { font-size: .74rem; }

.lp-testimonials { overflow: hidden; background: linear-gradient(180deg,#fff,var(--cvets-primary-light)); }
.lp-slider-controls { display: flex; gap: 8px; }
.lp-slider-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--cvets-border); border-radius: 50%; color: var(--cvets-primary-deep); background: #fff; cursor: pointer; font-size: 1.1rem; }
.lp-testimonials__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px,1fr); gap: 15px; overflow-x: auto; padding: 5px 1px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lp-testimonials__track::-webkit-scrollbar { display: none; }
.lp-testimonial-card { display: flex; min-height: 340px; flex-direction: column; padding: 24px; border: 1px solid var(--cvets-border); border-radius: var(--cvets-radius); background: #fff; box-shadow: var(--cvets-shadow-soft); scroll-snap-align: start; }
.lp-testimonial-card__top { display: flex; align-items: center; gap: 12px; }
.lp-testimonial-card__top > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--cvets-primary-dark); font-family: var(--cvets-font-display); font-size: 1.25rem; }
.lp-testimonial-card__top > div { display: grid; }
.lp-testimonial-card__top strong { color: var(--cvets-primary-dark); }
.lp-testimonial-card__top small { color: var(--cvets-text-soft); }
.lp-stars { margin: 25px 0 14px; color: #efb92f; letter-spacing: 2px; }
.lp-testimonial-card blockquote { margin: 0; color: var(--cvets-text); font-size: .94rem; line-height: 1.72; }

.lp-faq { background: #fff; }
.lp-faq__layout { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(45px,7vw,90px); align-items: start; }
.lp-faq__intro { position: sticky; top: 125px; }
.lp-faq__intro > p { color: var(--cvets-text-soft); }
.lp-faq__items { display: grid; gap: 10px; }
.lp-faq-item { border: 1px solid var(--cvets-border); border-radius: 17px; background: var(--cvets-background); }
.lp-faq-item summary { display: grid; grid-template-columns: 32px 1fr 28px; gap: 12px; align-items: center; min-height: 72px; padding: 16px 18px; cursor: pointer; list-style: none; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary > span { color: var(--cvets-coral); font-size: .72rem; font-weight: 900; }
.lp-faq-item summary strong { color: var(--cvets-primary-deep); }
.lp-faq-item summary i { position: relative; width: 26px; height: 26px; border-radius: 50%; background: #fff; }
.lp-faq-item summary i::before, .lp-faq-item summary i::after { position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; background: var(--cvets-primary-deep); content: ''; transform: translate(-50%,-50%); }
.lp-faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.lp-faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.lp-faq-item > div { padding: 0 58px 18px 62px; }
.lp-faq-item p { margin: 0; color: var(--cvets-text-soft); }

.lp-final { padding: 88px 0; color: #fff; background: var(--cvets-primary-deep); }
.lp-final__layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(40px,6vw,75px); align-items: center; }
.lp-final__media { position: relative; overflow: hidden; border-radius: 38px; }
.lp-final__media img { width: 100%; height: 650px; object-fit: cover; }
.lp-final__media > div { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 3px; padding: 16px; border-radius: 16px; background: rgba(35,72,70,.77); backdrop-filter: blur(9px); }
.lp-final__media span { font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.lp-final .eyebrow, .lp-final h2 { color: #fff; }
.lp-final .eyebrow::before { background: var(--cvets-coral); }
.lp-final__form-wrap > p { color: rgba(255,255,255,.74); }
.lp-contact-form { margin-top: 24px; border: 1px solid rgba(255,255,255,.14); background: #fff; }
.lp-contact-form .whatsapp-form-submit { width: 100%; }

.lp-footer { padding: 58px 0 18px; color: #fff; background: #183f3d; }
.lp-footer__grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 45px; }
.lp-footer__brand img { width: 175px; filter: brightness(0) invert(1); opacity: .9; }
.lp-footer__brand p { max-width: 390px; color: rgba(255,255,255,.7); }
.lp-footer__info, .lp-footer__actions { display: grid; align-content: start; gap: 9px; }
.lp-footer a, .lp-footer button, .lp-footer span { color: rgba(255,255,255,.76); }
.lp-footer a { text-decoration: none; }
.lp-footer__actions button { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.lp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .lp-navigation { gap: 14px; }
  .lp-navigation > a:not(.button) { font-size: .77rem; }
  .lp-hero__content { width: 58%; }
  .lp-services__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 920px) {
  .lp-header__microbar-inner > span { display: none; }
  .lp-menu-toggle { display: inline-flex; }
  .lp-navigation { width: min(90vw,410px); }
  .lp-navigation > a:not(.button) { min-height: 48px; display: flex; align-items: center; font-size: .9rem; }
  .lp-header__cta { width: 100%; }
  .lp-hero, .lp-hero__inner { min-height: 620px; }
  .lp-hero__content { width: 68%; }
  .lp-signs__grid { grid-template-columns: repeat(2,1fr); }
  .lp-split, .lp-process__layout, .lp-faq__layout, .lp-final__layout { grid-template-columns: 1fr; }
  .lp-split__media { min-height: 480px; }
  .lp-split__media img { min-height: 480px; }
  .lp-process__media { max-width: 560px; margin-inline: auto; transform: none; }
  .lp-team__grid { grid-template-columns: repeat(2,1fr); }
  .lp-faq__intro { position: static; }
  .lp-footer__grid { grid-template-columns: 1fr 1fr; }
  .lp-footer__brand { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 75px; }
  .lp-header__microbar { display: none; }
  .lp-header__inner { min-height: 72px; }
  .lp-brand img { width: 112px; }
  .lp-hero { min-height: 650px; }
  .lp-hero__inner { min-height: 650px; align-items: end; padding-top: 140px; padding-bottom: 58px; }
  .lp-hero__media img { object-position: 63% center; }
  .lp-hero__overlay { background: linear-gradient(180deg,rgba(24,65,63,.05) 0%,rgba(24,65,63,.25) 27%,rgba(24,65,63,.95) 68%,rgba(24,65,63,.99) 100%); }
  .lp-hero__content { width: 100%; }
  .lp-hero h1 { max-width: 600px; font-size: clamp(2.65rem,12vw,4.2rem); }
  .lp-hero__content > p { font-size: .94rem; }
  .lp-hero__actions { align-items: stretch; flex-direction: column; }
  .lp-hero__actions .button { width: 100%; }
  .lp-hero__trust { display: none; }
  .lp-proof-strip { margin-top: 0; background: #fff; }
  .lp-proof-strip__grid { grid-template-columns: 1fr; margin-top: -1px; border-radius: 0 0 22px 22px; box-shadow: var(--cvets-shadow-soft); }
  .lp-proof-strip__grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--cvets-border); }
  .lp-proof-strip__grid > div:last-child { border-bottom: 0; }
  .lp-section-heading { align-items: stretch; flex-direction: column; gap: 12px; }
  .lp-signs__grid, .lp-services__grid, .lp-team__grid { grid-template-columns: 1fr; }
  .lp-sign-card, .lp-service-card { min-height: auto; }
  .lp-section-cta { align-items: stretch; flex-direction: column; }
  .lp-section-cta .button { width: 100%; }
  .lp-split__media { min-height: 380px; }
  .lp-split__media img { min-height: 380px; }
  .lp-process__media img { height: 420px; }
  .lp-structure__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .lp-structure__grid figure, .lp-structure__grid figure.is-featured { grid-row: auto; min-height: 260px; }
  .lp-testimonials__track { grid-auto-columns: minmax(275px,86vw); }
  .lp-testimonial-card { min-height: 365px; }
  .lp-slider-controls { display: none; }
  .lp-faq-item summary { grid-template-columns: 28px 1fr 26px; gap: 8px; padding: 14px; }
  .lp-faq-item > div { padding: 0 45px 16px 50px; }
  .lp-final { padding: 65px 0; }
  .lp-final__media img { height: 420px; }
  .lp-footer__grid { grid-template-columns: 1fr; }
  .lp-footer__brand { grid-column: auto; }
  .lp-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .lp-hero h1 { font-size: 2.55rem; }
  .lp-testimonials__track { grid-auto-columns: 90vw; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .lp-sign-card, .lp-structure__grid img { transition: none; }
}


/* LP Cães V1.1 — reposicionamento aprovado da imagem da hero */
@media (min-width: 701px) {
  body.page-lp-caes .lp-hero__media img {
    width: 110%;
    max-width: none;
  }
}

/* LP Gatos */
body.page-lp-gatos .lp-hero__media img {
  object-position: center;
}

body.page-lp-gatos .lp-split__media img {
  object-position: center;
}

body.page-lp-gatos .lp-process__media img {
  object-position: center;
}

body.page-lp-gatos .lp-final__media img {
  object-position: center;
}

@media (max-width: 700px) {
  body.page-lp-gatos .lp-hero__media img {
    object-position: 66% center;
  }
}


/* LP Silvestres */
body.page-lp-silvestres .lp-hero__media img {
  object-position: right center;
}

body.page-lp-silvestres .lp-split__media img,
body.page-lp-silvestres .lp-process__media img,
body.page-lp-silvestres .lp-final__media img {
  object-position: center;
}

@media (max-width: 700px) {
  body.page-lp-silvestres .lp-hero__media img {
    object-position: 72% center;
  }
}
