:root {
  --teal: #141d3c;
  --teal-dark: #101838;
  --ink: #101838;
  --muted: #5c6380;
  --paper: #f3f4f8;
  --white: #ffffff;
  --navy: #141d3c;
  --cta: #16a34a;
  --cta-hover: #15803d;
  --cta-dark: #166534;
  --alert: #e11d2e;
  --line: rgba(16, 24, 56, 0.12);
  --shadow: 0 16px 40px rgba(16, 24, 56, 0.12);
  --radius: 18px;
  --container: 1120px;
  --gutter: 1.15rem;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --text: 1.125rem;
}

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

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

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  font-size: var(--text);
  font-weight: 500;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 29, 60, 0.06), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(22, 163, 74, 0.05), transparent 28%),
    linear-gradient(180deg, #f7f8fb 0%, var(--paper) 100%);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5.2rem;
}

.page-obrigado {
  padding-bottom: 0;
}

main {
  flex: 1 0 auto;
}

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

a {
  color: var(--teal-dark);
}

h1,
h2,
h3 {
  line-height: 1.28;
  letter-spacing: -0.01em;
  margin: 0 0 0.85rem;
  overflow-wrap: break-word;
}

p {
  margin: 0 0 1.05rem;
  overflow-wrap: break-word;
}

.container {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(100% - (var(--gutter) * 2), 560px);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--teal);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.center {
  text-align: center;
}

.brand-logo {
  width: min(280px, 82vw);
  height: auto;
  margin-inline: auto;
}

.brand-logo-sm {
  width: min(220px, 70vw);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--teal);
  margin: 0 0 0.55rem;
  text-align: center;
}

.hero-title,
.section-title {
  color: var(--ink);
  font-weight: 800;
  text-align: center;
}

.hero-title {
  font-size: clamp(1.7rem, 7.2vw, 2.45rem);
  max-width: 22ch;
  margin-inline: auto;
  line-height: 1.22;
}

.hero-title strong {
  color: var(--teal-dark);
}

.section-title {
  font-size: clamp(1.55rem, 6.2vw, 2.15rem);
  margin-bottom: 1.35rem;
  max-width: 22ch;
  margin-inline: auto;
  line-height: 1.25;
}

.section {
  padding: 2.4rem 0;
}

.alert-banner {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto 1.25rem;
  padding: 0.7rem 0.9rem;
  background: var(--alert);
  color: #fff;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
}

.hero {
  padding: 1.2rem var(--gutter) 2.4rem;
  text-align: center;
  background: #fff;
}

.hero-photos,
.ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.hero-photos {
  width: min(100%, 340px);
  margin: 0 auto 1.1rem;
}

.ba-pair {
  width: min(100%, 320px);
  margin: 0 auto;
}

.ba-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #0b1f1c;
  box-shadow: var(--shadow);
}

.ba-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: top center;
}

.ba-card figcaption {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  background: rgba(18, 51, 44, 0.82);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
}

.ba-card figcaption.is-after {
  background: var(--cta);
}

.hero-brand {
  margin: 0.4rem 0 1rem;
}

.form-wrap {
  max-width: 420px;
  margin: 0 auto;
}

.lead-form {
  background: linear-gradient(180deg, #1aa34a 0%, #15803d 100%);
  color: #fff;
  border-radius: 22px;
  padding: 1.15rem 1.1rem 1rem;
  box-shadow: var(--shadow);
  text-align: left;
}

.form-head {
  text-align: center;
  margin-bottom: 0.85rem;
}

.form-head h2 {
  color: #fff;
  font-size: 1.45rem;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.form-head p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.96;
}

.lead-form input {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.05rem;
  font: inherit;
  font-size: 1.05rem;
  color: var(--ink);
  background: #fff;
}

.lead-form input:focus {
  outline: 3px solid rgba(255, 255, 255, 0.55);
}

.lead-form .field {
  margin-bottom: 0.7rem;
}

.field-error {
  color: #fff;
  font-size: 0.78rem;
  margin: 0.3rem 0 0 0.6rem;
}

.field.has-error input {
  box-shadow: 0 0 0 3px #fecaca;
}

.form-alert {
  background: #fff;
  color: #991b1b;
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  font-size: 0.88rem;
  margin: 0 0 0.8rem;
}

.consent {
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.92;
  margin: 0.75rem 0 0;
  text-align: center;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

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

.btn-cta {
  background: var(--cta);
  color: #fff;
}

.btn-cta:hover {
  background: var(--cta-hover);
  color: #fff;
}

.btn-cta-dark {
  background: var(--cta-dark);
  color: #fff;
}

.btn-block {
  width: 100%;
}

.lead-form .btn-cta {
  background: #22c55e;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.split-copy {
  text-align: center;
  padding-top: 1.1rem;
}

.apresentacao .split-copy,
.cta-final .split-copy {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 38rem;
  margin-inline: auto;
}

.apresentacao .split-copy strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.22rem;
  line-height: 1.55;
}

.apresentacao .btn,
.split-copy .btn {
  margin-top: 0.35rem;
}

.treat-grid,
.doc-grid,
.unit-grid,
.testi-grid {
  display: grid;
  gap: 1rem;
}

.treat-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.6rem;
}

.treat-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.treat-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.treat-card h3 {
  position: absolute;
  inset: auto 0 0;
  margin: 0;
  padding: 1.5rem 0.5rem 0.65rem;
  background: linear-gradient(180deg, transparent, rgba(7, 40, 28, 0.9));
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.25;
  text-align: center;
}

.testi-grid,
.doc-grid,
.unit-grid {
  grid-template-columns: 1fr;
}

.testi-card,
.doc-card,
.unit-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.testi-media {
  position: relative;
  overflow: hidden;
  background: #111;
}

.testi-media img,
.testi-media video {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 22%;
}

.reel {
  display: block;
  position: relative;
}

.play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.play::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
}

.reel-tag {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.testi-card blockquote {
  margin: 0;
  padding: 1.05rem 1.1rem 1.2rem;
}

.testi-card blockquote p {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.7rem;
}

.testi-card footer {
  display: grid;
}

.testi-card footer span {
  color: var(--muted);
  font-size: 0.88rem;
}

.doc-card {
  display: flex;
  flex-direction: column;
}

.doc-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 8%;
}

.doc-card.is-daise img {
  object-position: center 28%;
}

.doc-card.is-lucas img {
  object-position: center 52%;
}

.doc-meta {
  padding: 1.45rem 1.1rem 1.5rem;
  text-align: center;
}

.doc-meta h3 {
  font-size: 1.12rem;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.doc-meta p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.unit-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.unit-body {
  padding: 1rem 1.05rem 1.15rem;
}

.unit-body h2 {
  font-size: 1.2rem;
}

.unit-body p {
  font-size: 1.05rem;
}

.muted {
  color: var(--muted);
}

.unit-map {
  font-weight: 700;
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.6rem;
}

.cta-row .btn {
  min-width: min(100%, 320px);
}

.site-footer {
  background: var(--navy);
  border-top: 0;
  padding: 2.4rem 0 6.5rem;
  text-align: center;
  color: #fff;
  margin-top: auto;
}

.page-obrigado .site-footer {
  padding: 2.6rem var(--gutter) 2.4rem;
}

.footer-inner {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
}

.site-footer .brand-logo {
  filter: none;
}

.footer-phone {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.55;
}

.footer-phone a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  margin: 0;
}

.thanks {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 3.5rem var(--gutter) 3rem;
  text-align: center;
}

.thanks .narrow {
  display: grid;
  justify-items: center;
  gap: 1.15rem;
}

.thanks .brand-logo {
  margin-bottom: 0.4rem;
}

.thanks h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  margin: 0;
}

.thanks p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0;
  max-width: 34ch;
}

.thanks .btn {
  margin-top: 0.55rem;
}

.thanks .back-link {
  display: inline-block;
  margin-top: 0.35rem;
}

.back-link {
  color: var(--muted);
}

.notice-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: calc(100vw - 2rem);
  margin: auto;
}

.notice-dialog::backdrop {
  background: rgba(8, 28, 24, 0.62);
}

.notice-card {
  width: min(92vw, 420px);
  background: #fff;
  border-radius: 22px;
  padding: 1.6rem 1.3rem 1.3rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.notice-card h2 {
  font-size: 1.45rem;
}

.notice-card .btn {
  min-width: 140px;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 5.2rem;
  z-index: 40;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(18, 80, 40, 0.28);
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(247, 252, 249, 0.94);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}

.sticky-cta .btn {
  width: 100%;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #16a34a, #22c55e, #141d3c);
  box-shadow: 0 0 16px rgba(22, 163, 74, 0.45);
  pointer-events: none;
}

.fx-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.55;
  will-change: transform;
}

.orb-1 {
  width: 280px;
  height: 280px;
  left: -80px;
  top: 12%;
  background: radial-gradient(circle, rgba(22, 163, 74, 0.22), transparent 70%);
}

.orb-2 {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 38%;
  background: radial-gradient(circle, rgba(20, 29, 60, 0.16), transparent 70%);
}

.orb-3 {
  width: 220px;
  height: 220px;
  left: 18%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.16), transparent 70%);
}

.orb-4 {
  width: 180px;
  height: 180px;
  right: 22%;
  top: 8%;
  background: radial-gradient(circle, rgba(20, 29, 60, 0.12), transparent 70%);
}

main,
.site-footer,
.hero {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }
.reveal-scale { transform: scale(0.92); }
.reveal-up { transform: translateY(32px); }

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-0 { transition-delay: 0.02s; }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.18s; }
.delay-3 { transition-delay: 0.26s; }

.ba-card img,
.treat-card img,
.unit-card img {
  will-change: transform;
  transform: scale(1.12);
  transition: transform 0.7s ease;
}

.doc-card img,
.testi-media img {
  transform: none;
}

.lift-card,
.ba-card {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.lift-card:hover,
.ba-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(16, 24, 56, 0.18);
}

.btn-shine {
  position: relative;
  overflow: hidden;
}

.btn-shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.35), transparent 70%);
  transform: translateX(-120%);
  animation: shine 4.2s ease-in-out infinite;
}

@keyframes shine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}

.lead-form {
  animation: formFloat 6s ease-in-out infinite;
}

@keyframes formFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.wa-float {
  animation: waPulse 2.4s ease-in-out infinite;
}

@keyframes waPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 24px rgba(18, 80, 40, 0.28); }
  50% { transform: scale(1.06); box-shadow: 0 14px 30px rgba(18, 80, 40, 0.38); }
}

.play {
  animation: playPulse 2s ease-in-out infinite;
}

@keyframes playPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.play::after {
  left: 24px;
  top: 18px;
}

@media (min-width: 640px) {
  :root {
    --gutter: 1.5rem;
    --text: 1.15rem;
  }

  .section {
    padding: 2.8rem 0;
  }

  .hero-photos {
    width: min(100%, 520px);
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-photos .ba-card img {
    height: 168px;
  }

  .ba-pair {
    width: min(100%, 420px);
  }

  .ba-card img {
    height: 210px;
  }

  .treat-card img {
    height: 170px;
  }

  .treat-card h3 {
    font-size: 1.05rem;
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testi-grid .testi-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 360px;
    margin-inline: auto;
    width: 100%;
  }

  .testi-media img,
  .testi-media video {
    height: 280px;
  }

  .doc-grid,
  .unit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .doc-card img {
    height: 250px;
  }

  .unit-card img {
    height: 140px;
  }

  .apresentacao .split-copy,
  .cta-final .split-copy {
    font-size: 1.25rem;
  }

  .section-title {
    max-width: 24ch;
  }

  .sticky-cta {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  .wa-float {
    bottom: 1.4rem;
    right: 1.4rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --text: 1.05rem;
  }

  .section {
    padding: 4.4rem 0;
  }

  .hero-photos {
    width: min(100%, 720px);
  }

  .hero-photos .ba-card img {
    height: 220px;
  }

  .ba-pair {
    width: 100%;
  }

  .ba-card img {
    height: 320px;
  }

  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    align-items: center;
  }

  .split-copy {
    padding-top: 0;
    text-align: left;
    margin-inline: 0;
  }

  .apresentacao .split-copy,
  .cta-final .split-copy {
    text-align: left;
    font-size: 1.15rem;
    max-width: none;
  }

  .cta-final .section-title,
  .cta-final .alert-banner {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-final .form-wrap {
    margin: 0;
  }

  .testi-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testi-grid .testi-card:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }

  .testi-media img,
  .testi-media video {
    height: 300px;
  }

  .treat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .treat-card img {
    height: 200px;
  }

  .doc-card img {
    height: 280px;
  }

  .unit-card img {
    height: 170px;
  }

  .cta-row {
    flex-direction: row;
    justify-content: center;
  }

  .sticky-cta {
    display: none;
  }

  .wa-float {
    bottom: 1.4rem;
    right: 1.4rem;
  }

  .site-footer {
    padding-bottom: 2.4rem;
  }

  body {
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .btn,
  .lift-card,
  .ba-card,
  .ba-card img,
  .treat-card img,
  .doc-card img,
  .testi-media img,
  .unit-card img {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .fx-orbs,
  .scroll-progress,
  .btn-shine::after {
    display: none;
  }

  .lead-form,
  .wa-float,
  .play {
    animation: none;
  }
}
