/* ============================================================
   Clínica de Ajuda Espiritual — Landing Page
   ============================================================ */
:root {
  --bg: #140a24;
  --bg-2: #1d1033;
  --bg-3: #251540;
  --card: rgba(255, 255, 255, 0.045);
  --card-border: rgba(216, 178, 110, 0.22);
  --gold: #d8b26e;
  --gold-light: #efd9a7;
  --text: #f6f1e7;
  --text-dim: #cfc4b4;
  --muted: #a89b8a;
  --green: #22c55e;
  --wa: #25d366;
  --wa-dark: #128c4a;
  --radius: 18px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

section { padding: 84px 0; position: relative; }

/* ---------- typography ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 28px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }

h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; line-height: 1.15; text-wrap: balance; }

h2 { font-size: clamp(32px, 4.6vw, 46px); margin-bottom: 16px; }
h2 em { font-style: italic; color: var(--gold-light); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head p { color: var(--text-dim); font-size: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 17px;
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn svg { width: 22px; height: 22px; flex-shrink: 0; }

.btn-wa {
  background: linear-gradient(135deg, #2ee06f, #17a854);
  color: #fff;
  box-shadow: 0 10px 34px rgba(37, 211, 102, 0.35);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(37, 211, 102, 0.5); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #2a1a08;
  box-shadow: 0 10px 34px rgba(216, 178, 110, 0.28);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(216, 178, 110, 0.42); }

.btn-note { font-size: 14px; color: var(--muted); margin-top: 12px; }

/* ---------- header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  padding: 14px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: rgba(18, 9, 33, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.35);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; }
.brand span {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.header-cta { padding: 11px 22px; font-size: 15px; }
.header-cta svg { width: 18px; height: 18px; }

/* ---------- hero ---------- */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px 0 70px;
  background:
    linear-gradient(105deg, rgba(16, 7, 30, 0.95) 34%, rgba(16, 7, 30, 0.55) 62%, rgba(16, 7, 30, 0.35)),
    url("../img/amor-1.jpg") center 30% / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}
/* estrelas cintilantes */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1.6px 1.6px at 12% 22%, rgba(239, 217, 167, 0.9), transparent 55%),
    radial-gradient(1.2px 1.2px at 28% 12%, rgba(255, 255, 255, 0.8), transparent 55%),
    radial-gradient(1.8px 1.8px at 44% 30%, rgba(239, 217, 167, 0.7), transparent 55%),
    radial-gradient(1.2px 1.2px at 63% 15%, rgba(255, 255, 255, 0.75), transparent 55%),
    radial-gradient(2px 2px at 78% 26%, rgba(239, 217, 167, 0.8), transparent 55%),
    radial-gradient(1.3px 1.3px at 88% 12%, rgba(255, 255, 255, 0.7), transparent 55%),
    radial-gradient(1.5px 1.5px at 55% 8%, rgba(239, 217, 167, 0.75), transparent 55%),
    radial-gradient(1.2px 1.2px at 8% 45%, rgba(255, 255, 255, 0.55), transparent 55%),
    radial-gradient(1.7px 1.7px at 93% 42%, rgba(239, 217, 167, 0.6), transparent 55%);
  animation: twinkle 4.5s ease-in-out infinite alternate;
}
@keyframes twinkle {
  0% { opacity: 0.35; }
  50% { opacity: 1; }
  100% { opacity: 0.55; }
}
.hero-inner { max-width: 640px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: rgba(216, 178, 110, 0.08);
  color: var(--gold-light);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.hero h1 {
  font-size: clamp(40px, 6vw, 62px);
  margin-bottom: 20px;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }

.hero-sub {
  font-size: 19px;
  color: var(--text-dim);
  margin-bottom: 30px;
  max-width: 540px;
}
.hero-sub strong { color: var(--text); }

.free-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(120deg, rgba(216, 178, 110, 0.16), rgba(216, 178, 110, 0.05));
  border: 1px solid rgba(216, 178, 110, 0.45);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 30px;
  max-width: 560px;
  animation: goldGlow 3s ease-in-out infinite;
}
@keyframes goldGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(216, 178, 110, 0); }
  50% { box-shadow: 0 0 34px rgba(216, 178, 110, 0.28); }
}
.free-banner .fb-icon {
  font-size: 30px;
  filter: drop-shadow(0 0 12px rgba(216, 178, 110, 0.6));
}
.free-banner strong { display: block; font-size: 18px; color: var(--gold-light); }
.free-banner span { font-size: 15px; color: var(--text-dim); }

.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 30px;
  font-size: 14.5px;
  color: var(--text-dim);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }

/* ---------- media strip ---------- */
.media-strip { padding: 44px 0 30px; }
.media-strip p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
}
.media-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 38px 54px;
}
.media-logos img {
  height: 34px;
  width: auto;
  opacity: 0.62;
  filter: grayscale(1) brightness(2.4);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.media-logos img:hover { opacity: 1; filter: grayscale(0) brightness(1.15); }

/* ---------- highlights ---------- */
.highlights { padding: 40px 0 10px; }
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.highlight {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
}
.highlight .hl-icon { font-size: 28px; margin-bottom: 12px; }
.highlight strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 21px;
  color: var(--gold-light);
  margin-bottom: 6px;
}
.highlight span { font-size: 14.5px; color: var(--text-dim); line-height: 1.5; display: block; }

/* ---------- frase + cta ---------- */
.pain {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(120, 60, 180, 0.14), transparent);
  padding: 64px 0;
}
.pain-cta { text-align: center; max-width: 720px; margin: 0 auto; }
.pain-cta p {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.4vw, 30px);
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 26px;
  text-wrap: balance;
}

/* ---------- works cards ---------- */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.work-card {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.work-card::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 178, 110, 0.5), transparent);
}
.work-card:hover {
  transform: translateY(-5px);
  border-color: var(--card-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}
.work-card .wc-icon {
  font-size: 30px;
  margin-bottom: 16px;
  display: block;
  filter: drop-shadow(0 0 14px rgba(216, 178, 110, 0.35));
}
.work-card h3 { font-size: 22px; margin-bottom: 8px; color: var(--gold-light); }
.work-card p { font-size: 15px; color: var(--text-dim); line-height: 1.55; }

.work-card.more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(160deg, rgba(216, 178, 110, 0.14), rgba(216, 178, 110, 0.04));
  border-color: rgba(216, 178, 110, 0.4);
}
.work-card.more h3 { color: var(--text); }
.work-card.more a {
  margin-top: 14px;
  color: var(--gold);
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- steps ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}
.step {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  padding: 34px 28px;
  position: relative;
}
.step .num {
  font-family: var(--font-serif);
  font-size: 56px;
  font-style: italic;
  color: rgba(216, 178, 110, 0.35);
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}
.step h3 { font-size: 23px; margin-bottom: 10px; color: var(--gold-light); }
.step p { font-size: 15.5px; color: var(--text-dim); }

/* free evaluation banner */
.eval-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 54px 48px;
  background:
    linear-gradient(100deg, rgba(20, 8, 36, 0.96) 30%, rgba(20, 8, 36, 0.72) 60%, rgba(20, 8, 36, 0.45)),
    url("../img/amor-6.jpg") center 40% / cover no-repeat;
  border: 1px solid rgba(216, 178, 110, 0.5);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), inset 0 0 80px rgba(216, 178, 110, 0.06);
}
.eval-banner .eb-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #2a1a08;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.eval-banner h3 {
  font-size: clamp(28px, 3.8vw, 40px);
  max-width: 560px;
  margin-bottom: 14px;
}
.eval-banner h3 em { font-style: italic; color: var(--gold-light); }
.eval-banner p { color: var(--text-dim); max-width: 520px; margin-bottom: 22px; font-size: 17px; }
.eval-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 26px;
  font-size: 15px;
  color: var(--gold-light);
}
.eval-checks span { display: inline-flex; align-items: center; gap: 7px; }

/* ---------- spiritualists ---------- */
.team { background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(120, 60, 180, 0.12), transparent); }
.team-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 52px;
  align-items: center;
}
.team-photo {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--card-border);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  position: relative;
}
.team-photo img { width: 100%; height: auto; }
.team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, transparent 60%, rgba(20, 10, 36, 0.55));
}
.team-copy h2 { text-align: left; }
.team-copy > p { color: var(--text-dim); margin-bottom: 26px; }
.team-quote {
  border-left: 2px solid var(--gold);
  padding: 6px 0 6px 20px;
  margin-bottom: 26px;
}
.team-quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 21px;
  color: var(--gold-light);
  line-height: 1.5;
}
.team-quote cite {
  display: block;
  margin-top: 8px;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.team-members { display: grid; gap: 16px; margin-bottom: 30px; }
.member {
  display: flex;
  gap: 16px;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 18px 20px;
}
.member .m-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(216, 178, 110, 0.14);
  display: grid;
  place-items: center;
  font-size: 21px;
  flex-shrink: 0;
}
.member strong { font-family: var(--font-serif); font-size: 20px; color: var(--gold-light); display: block; }
.member span { font-size: 15px; color: var(--text-dim); }

/* ---------- gallery ---------- */
.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 18px;
  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-item {
  flex: 0 0 260px;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  aspect-ratio: 9 / 14;
  background: var(--bg-2);
}
.gallery-item img, .gallery-item video {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ---------- testimonials ---------- */
.testimonials { background: linear-gradient(180deg, transparent, rgba(216, 178, 110, 0.04), transparent); }

.switch-wrap { display: flex; justify-content: center; margin-bottom: 38px; }
.switch {
  display: inline-flex;
  background: var(--bg-2);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  padding: 5px;
  position: relative;
}
.switch button {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  color: var(--text-dim);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 34px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.switch button.active { color: #2a1a08; }
.switch .switch-pill {
  position: absolute;
  z-index: 1;
  top: 5px; bottom: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  transition: left 0.35s cubic-bezier(0.6, 0, 0.2, 1), width 0.35s cubic-bezier(0.6, 0, 0.2, 1);
}

.carousel { position: relative; }
.carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 14px;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.t-card {
  flex: 0 0 250px;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--bg-2);
  aspect-ratio: 9 / 16;
}
.t-card video, .t-card img { width: 100%; height: 100%; object-fit: cover; }
.t-card img { object-position: top; }

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid var(--card-border);
  background: rgba(20, 10, 36, 0.85);
  backdrop-filter: blur(8px);
  color: var(--gold-light);
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: grid;
  place-items: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.carousel-nav:hover { background: rgba(216, 178, 110, 0.25); }
.carousel-nav.prev { left: -12px; }
.carousel-nav.next { right: -12px; }

.hidden { display: none !important; }

/* ---------- faq ---------- */
.faq-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.faq-grid > div { min-width: 0; }
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: var(--card);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 600;
  font-size: 16.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--text-dim); font-size: 15.5px; }

.faq-videos h3 {
  font-size: 24px;
  margin-bottom: 6px;
  color: var(--gold-light);
}
.faq-videos > p { color: var(--text-dim); font-size: 15px; margin-bottom: 18px; }
.faq-videos .gallery-item { flex: 0 0 220px; }

/* ---------- final cta ---------- */
.final-cta {
  padding: 100px 0;
  text-align: center;
  background:
    linear-gradient(rgba(16, 7, 30, 0.9), rgba(16, 7, 30, 0.94)),
    url("../img/amor-4.jpg") center 35% / cover no-repeat;
}
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 700px; margin: 0 auto 18px; }
.final-cta p { color: var(--text-dim); max-width: 560px; margin: 0 auto 34px; font-size: 18px; }

/* ---------- footer ---------- */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 44px 0 90px;
  background: #0f0720;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 40px; }
.footer-brand strong { font-family: var(--font-serif); font-size: 19px; display: block; }
.footer-brand span { font-size: 13.5px; color: var(--muted); }
.footer-links { display: flex; gap: 22px; align-items: center; font-size: 15px; color: var(--text-dim); }
.footer-links a { display: inline-flex; gap: 8px; align-items: center; transition: color 0.25s ease; white-space: nowrap; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links svg { width: 18px; height: 18px; }
.footer-note {
  margin-top: 26px;
  font-size: 12.5px;
  color: rgba(168, 155, 138, 0.6);
  text-align: center;
}

/* ---------- floating whatsapp ---------- */
.float-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2ee06f, #17a854);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 34px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease;
}
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 32px; height: 32px; color: #fff; }
.float-wa::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ---------- barra fixa mobile ---------- */
.mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(15, 7, 32, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(216, 178, 110, 0.3);
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: none;
}
.mobile-cta.show { transform: none; }
.mobile-cta .btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 16.5px;
}

/* ---------- reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .highlight-grid, .works-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; gap: 36px; }
  .team-photo { max-width: 480px; margin: 0 auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  section { padding: 56px 0; }
  .container { padding: 0 18px; }
  .brand span { font-size: 16px; }
  .header-cta span { display: none; }
  .header-cta { padding: 11px 14px; }

  .hero { padding-top: 100px; padding-bottom: 56px; }
  .hero h1 { font-size: clamp(35px, 9.6vw, 44px); margin-bottom: 16px; }
  .hero-badge { font-size: 12px; padding: 7px 14px; margin-bottom: 20px; }
  .hero-sub { font-size: 16.5px; margin-bottom: 22px; }
  .free-banner { padding: 15px 16px; gap: 14px; margin-bottom: 22px; }
  .free-banner strong { font-size: 16.5px; }
  .free-banner span { font-size: 14px; }
  .free-banner .fb-icon { font-size: 26px; }
  .hero-ctas .btn { width: 100%; padding: 16px 22px; }
  .hero-trust { gap: 10px 18px; margin-top: 22px; font-size: 13.5px; }

  .media-strip { padding: 34px 0 20px; }
  .media-logos { gap: 26px 34px; }
  .media-logos img { height: 26px; }

  .highlight-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .highlight { padding: 20px 14px; }
  .highlight strong { font-size: 18px; }
  .highlight span { font-size: 13.5px; }

  .works-grid { grid-template-columns: 1fr; gap: 14px; }
  .pain { padding: 48px 0; }
  .pain-cta p { font-size: 22px; }
  .pain-cta .btn { width: 100%; }
  .section-head { margin-bottom: 38px; }
  .section-head p { font-size: 16px; }
  .eval-banner { padding: 36px 24px; }
  .eval-banner .btn { width: 100%; }
  .eval-checks { gap: 8px 16px; font-size: 14px; }
  .work-card { padding: 24px 20px; }
  .step { padding: 26px 22px; }
  .steps-grid { gap: 14px; margin-bottom: 44px; }
  .team-members { gap: 12px; }
  .team-quote p { font-size: 19px; }
  .team-copy .btn { width: 100%; }
  .member { padding: 16px; }
  .final-cta { padding: 72px 0; }
  .final-cta .btn { width: 100%; }
  .faq-item summary { padding: 17px 18px; font-size: 15.5px; }
  .faq-item .faq-body { padding: 0 18px 17px; font-size: 15px; }
  .faq-grid { gap: 36px; }

  .carousel-nav.prev { left: 4px; }
  .carousel-nav.next { right: 4px; }
  .t-card { flex: 0 0 78%; }
  .gallery-item { flex: 0 0 72%; }
  .faq-videos .gallery-item { flex: 0 0 62%; }
  .switch button { padding: 11px 22px; font-size: 15px; }

  .footer-inner { flex-direction: column; text-align: center; gap: 20px; }
  .footer-brand { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 14px; font-size: 16px; }
  .footer-note { font-size: 12px; padding: 0 6px; }
  .site-footer { padding: 36px 0 130px; }

  /* barra fixa substitui o botão flutuante */
  .mobile-cta { display: block; }
  .float-wa { display: none; }
}
