/* =========================================================
   TÔ SEM FOTO — Página de Vendas
   Espelhando o sistema visual de tosemfoto.com.br
   ========================================================= */

:root {
  --teal: #005F5A;
  --teal-deep: #00433F;
  --teal-circle: #1F7975;
  --teal-circle-dark: #004845;
  --orange: #FF3A1F;
  --orange-hover: #E62E15;
  --cream: #FAF7F2;
  --carvao: #2D2D2D;
  --white: #FFFFFF;
  --muted: #6B6B6B;
  --light-on-teal: rgba(255, 255, 255, 0.85);
  --softer-on-teal: rgba(255, 255, 255, 0.55);

  --max-w: 1100px;
  --max-w-narrow: 720px;

  --font-display: 'Anton', 'Impact', 'Arial Narrow', sans-serif;
  --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
  --font-mono: 'DM Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}

/* =========================================================
   RESET
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--carvao);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
em { font-style: italic; }

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.container.narrow { max-width: var(--max-w-narrow); }
.center { text-align: center; }
.subtle { color: var(--muted); margin-top: -12px; margin-bottom: 32px; }

.section {
  padding: 120px 0;
  background: var(--white);
  position: relative;
}
.section-cream { background: var(--cream); }
.section-teal {
  background: var(--teal);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
/* Garante que TODO conteúdo dentro de section-teal fique acima dos círculos decorativos */
.section-teal > .container,
.section-teal > .hero-inner {
  position: relative;
  z-index: 2;
}
.hero > .hero-inner {
  position: relative;
  z-index: 2;
}

/* =========================================================
   TIPOGRAFIA
   ========================================================= */
.display, .h2, .feature-title, .price-now {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
.display {
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 1.04;
  margin: 0 0 28px;
  letter-spacing: -0.5px;
}
.hero .display { font-size: clamp(1.9rem, 4.2vw, 3.4rem); }
.hero-final .display.final-display { font-size: clamp(2.4rem, 5.4vw, 4.4rem); }
.h2 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  margin: 0 0 48px;
  line-height: 1.05;
}
.h2.light { color: var(--white); }

/* Highlight em laranja para destaque dentro de headlines (Anton não tem itálico real) */
.hl {
  color: var(--orange);
  font-style: normal;
  display: inline-block;
}

.prose p,
.prose-p {
  font-family: var(--font-body);
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 0 0 18px;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.6vw, 1.32rem);
  line-height: 1.6;
  margin: 0 0 18px;
}
.hero-sub strong {
  color: var(--white);
  font-weight: 700;
}
.prose.center-prose {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.section-teal .prose p { color: var(--light-on-teal); }

.byline {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 4px;
  color: var(--softer-on-teal);
  text-transform: uppercase;
  margin-top: 36px;
  text-align: center;
}
.mono { font-family: var(--font-mono); }

/* =========================================================
   HERO (igual a tosemfoto.com.br)
   ========================================================= */
.hero {
  background: var(--teal);
  color: var(--white);
  padding: 80px 32px 96px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-inner {
  width: 100%;
  max-width: 880px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-logo {
  width: clamp(140px, 14vw, 200px);
  height: auto;
  margin: 0 auto 32px;
  display: block;
}
.hero-logo.small {
  width: clamp(120px, 12vw, 160px);
  margin-bottom: 24px;
}
.hero .display { color: var(--white); }
.hero .display .hl { color: var(--orange); }
.hero-sub {
  color: var(--light-on-teal);
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
}
.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.hero-micro {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-style: italic;
  color: var(--light-on-teal);
  margin: 18px 0 0;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.hero-final { min-height: 70vh; padding: 80px 32px; }
.final-display { font-size: clamp(2.4rem, 6vw, 4.8rem); }

/* Círculos decorativos do hero teal */
.circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.circle-tr {
  top: -180px;
  right: -180px;
  width: 600px;
  height: 600px;
  background: var(--teal-circle);
  opacity: 0.55;
}
.circle-bl {
  bottom: -200px;
  left: -200px;
  width: 540px;
  height: 540px;
  background: var(--teal-circle);
  opacity: 0.5;
}
.circle.small {
  width: 360px;
  height: 360px;
}
.circle.small.circle-tr { top: -120px; right: -120px; }
.circle.small.circle-bl { bottom: -160px; left: -160px; }

/* =========================================================
   CTA âncora intermediário — distribuído ao longo da página
   ========================================================= */
.cta-anchor {
  text-align: center;
  margin: 48px auto 0;
  position: relative;
  z-index: 2;
}
.cta-anchor .pill {
  margin: 0 auto;
}

@media (max-width: 720px) {
  .cta-anchor { margin-top: 32px; }
  .cta-anchor .pill { width: 100%; max-width: 360px; }
}

/* =========================================================
   PILLS (botões redondos)
   ========================================================= */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.pill:hover { transform: translateY(-2px); }
.pill-orange {
  background: var(--orange);
  color: var(--white);
}
.pill-orange:hover { background: var(--orange-hover); }
.pill-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.pill-outline:hover { background: var(--white); color: var(--teal); }
.pill-teal {
  background: var(--teal);
  color: var(--white);
}
.pill-teal:hover { background: var(--teal-deep); }
.pill-large {
  padding: 22px 48px;
  font-size: 1.08rem;
}

/* =========================================================
   CHECK LIST
   ========================================================= */
.check-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.check-list li {
  padding: 28px 24px 28px 56px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.05rem;
  line-height: 1.55;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 32px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* =========================================================
   ANTES / DEPOIS
   ========================================================= */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.ba-card {
  border-radius: 24px;
  padding: 40px 36px;
  position: relative;
}
.ba-before {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--softer-on-teal);
}
.ba-after {
  background: var(--cream);
  color: var(--carvao);
}
.ba-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ba-before .ba-label { background: rgba(255, 255, 255, 0.1); color: var(--white); }
.ba-after .ba-label { background: var(--orange); color: var(--white); }
.ba-card ul li {
  padding: 14px 0 14px 28px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.98rem;
  line-height: 1.5;
}
.ba-before ul li { border-color: rgba(255, 255, 255, 0.12); }
.ba-card ul li:last-child { border-bottom: 0; }
.ba-before ul li::before {
  content: '×';
  position: absolute;
  left: 6px;
  top: 9px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--softer-on-teal);
}
.ba-after ul li::before {
  content: '✓';
  position: absolute;
  left: 4px;
  top: 13px;
  color: var(--orange);
  font-weight: 700;
}

/* =========================================================
   FEATURES
   ========================================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

/* Área do mockup em cada card — altura uniforme, mockup centralizado */
.feature-mockup {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}
.feature-mockup picture {
  display: contents;
}
.feature-mockup img {
  display: block;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
}
/* iPhone (vertical) é mais alto naturalmente — limita altura pra equalizar visual */
.feature-mockup img[src*="gpt"] {
  max-height: 180px;
  max-width: 95px;
}
.feature-card {
  background: var(--teal);
  padding: 40px 32px;
  color: var(--white);
}
.feature-title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1;
}
.feature-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--light-on-teal);
}

/* =========================================================
   SOBRE AMANDA — bio em 2 colunas (texto + foto)
   ========================================================= */
.bio-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.bio-text .h2 {
  text-align: left;
  margin-bottom: 28px;
}
.bio-text .prose { text-align: left; max-width: none; }
.bio-photo picture,
.bio-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 95, 90, 0.18);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 720px) {
  .bio-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bio-text .h2 { text-align: center; }
  .bio-text .prose { text-align: center; max-width: 560px; margin: 0 auto; }
  .bio-photo { max-width: 360px; margin: 0 auto; }
  .bio-photo picture,
  .bio-photo img { border-radius: 20px; }
}

/* =========================================================
   FORBES × TSF — texto à esquerda + comparativo à direita
   ========================================================= */
.forbes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.forbes-text .h2 { text-align: left; margin-bottom: 28px; }
.forbes-text .prose { text-align: left; max-width: none; }

.forbes-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.forbes-compare-side { text-align: center; }

.forbes-compare-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 7px 13px;
  border-radius: 999px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.forbes-compare-label-cold {
  background: var(--carvao);
  color: var(--white);
  opacity: 0.7;
}
.forbes-compare-label-warm {
  background: var(--orange);
  color: var(--white);
}

.forbes-compare-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forbes-compare-grid picture,
.forbes-compare-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* Shadow quente teal em ambos os lados, cores naturais sem filtros */
.forbes-compare-grid img {
  box-shadow: 0 8px 24px rgba(0, 95, 90, 0.12);
}

/* =========================================================
   COMO FUNCIONA — 4 passos com ícones individuais + setas
   ========================================================= */
.howitworks-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 56px auto 0;
  list-style: none;
  padding: 0;
  position: relative;
}
.howitworks-step {
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.howitworks-icon {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 28px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howitworks-icon picture,
.howitworks-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Setas pontilhadas entre os passos (desktop) */
.howitworks-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 115px;  /* metade da altura do ícone (230/2) */
  right: -16px;
  width: 32px;
  height: 2px;
  background-image: linear-gradient(to right, var(--teal) 50%, transparent 50%);
  background-size: 9px 2px;
  background-repeat: repeat-x;
}
.howitworks-step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 108px;
  right: -22px;
  width: 0;
  height: 0;
  border-left: 9px solid var(--teal);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}

.howitworks-step .step-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.95rem;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}
.howitworks-step .step-text {
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  color: var(--carvao);
}
.howitworks-step small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: italic;
}

/* =========================================================
   STEPS (legacy — outras seções)
   ========================================================= */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.steps li {
  padding: 36px 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--white);
}
.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 20px;
}
.step-text {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
}
.steps li small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: italic;
}

/* =========================================================
   DEPOIMENTOS — cards com foto IA + quote
   ========================================================= */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.testi-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 95, 90, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 95, 90, 0.14);
}
.testi-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream);
}
.testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testi-content {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.testi-quote {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--carvao);
  margin: 0;
  line-height: 1.55;
  font-style: italic;
}
.testi-quote-pending {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.65;
}
.testi-emoji {
  font-style: normal;
  display: inline;
}
.testi-name {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin: 0;
  color: var(--orange);
  text-transform: uppercase;
}

/* =========================================================
   OFERTA
   ========================================================= */
.section-offer { padding: 120px 0; }
.offer-card {
  background: var(--cream);
  color: var(--carvao);
  border-radius: 28px;
  padding: 56px 48px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
  scroll-margin-top: 32px; /* respiro acima quando ancorado via #oferta */
}
.offer-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}
.offer-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  gap: 16px;
}
.offer-list .strike {
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: line-through;
  font-family: var(--font-mono);
}
.offer-list .incl {
  color: var(--orange);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
.price-block { text-align: center; }
.price-from {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 12px;
  letter-spacing: 1px;
}
.price-now {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 6rem);
  color: var(--orange);
  margin: 0;
  line-height: 1;
}
.price-installments {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 0.92rem;
  margin: 12px 0 28px;
}
.badge-launch {
  display: inline-block;
  background: var(--carvao);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.guarantee {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--muted);
  margin: 18px 0 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* =========================================================
   SHOWCASE — faixa de fotos rolando logo abaixo do hero
   ========================================================= */
.showcase {
  background: var(--cream);
  padding: 48px 0 56px;
  overflow: hidden;
  position: relative;
}
.showcase-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}
.showcase-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: showcaseScroll 75s linear infinite;
  will-change: transform;
}
.showcase-item {
  width: 280px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0, 95, 90, 0.18);
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  background: var(--white);
}
@keyframes showcaseScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 10px)); }
}
.showcase-marquee:hover .showcase-track,
.showcase-marquee:focus-within .showcase-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .showcase-track { animation: none; }
}

/* =========================================================
   GALERIA DE CARROSSÉIS — vertical no desktop, horizontal no mobile
   ========================================================= */
.section-gallery { overflow: hidden; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.gallery-text .h2 {
  text-align: left;
  margin-bottom: 28px;
}
.gallery-text .prose { text-align: left; max-width: none; }

/* Marquee — defaults compartilhados */
.marquee {
  position: relative;
  overflow: hidden;
  user-select: none;
}
.marquee-track {
  display: flex;
  will-change: transform;
}
.marquee-item {
  flex-shrink: 0;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 28px rgba(0, 95, 90, 0.14);
  display: block;
  -webkit-user-drag: none;
  background: var(--white);
}

/* DESKTOP — marquee vertical (uma coluna passando de baixo pra cima) */
@media (min-width: 721px) {
  .marquee {
    height: 620px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, black 8%, black 92%, transparent 100%);
  }
  .marquee-track {
    flex-direction: column;
    gap: 20px;
    height: max-content;
    animation: marqueeUp 50s linear infinite;
  }
  .marquee-item {
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    max-width: 460px;
    margin: 0 auto;
  }
  @keyframes marqueeUp {
    from { transform: translateY(0); }
    to   { transform: translateY(calc(-50% - 10px)); }
  }
}

/* MOBILE — marquee horizontal full-width */
@media (max-width: 720px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-text .h2 { text-align: center; }
  .gallery-text .prose { text-align: center; max-width: 560px; margin: 0 auto; }

  .section-gallery > .container { padding: 0; }
  .section-gallery > .container > .gallery-grid > .gallery-text { padding: 0 28px; }

  .marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);  /* escapa do container pra ficar full-width */
    padding: 16px 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  }
  .marquee-track {
    flex-direction: row;
    gap: 16px;
    width: max-content;
    animation: marqueeLeft 45s linear infinite;
  }
  .marquee-item {
    width: 220px;
    height: 275px;
    border-radius: 14px;
  }
  @keyframes marqueeLeft {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 8px)); }
  }
}

.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* =========================================================
   "A ÚNICA FOTO DE IA" — texto + comparativo Real × IA em 2 col
   ========================================================= */
.section-iaproof { padding: 120px 0; }
.iaproof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.iaproof-text .h2 {
  text-align: left;
  margin-bottom: 28px;
}
.iaproof-text .prose {
  text-align: left;
  max-width: none;
}
.iaproof-compare {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/* Slider arrastável + carrossel */
.compare-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.compare-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
.compare-slide[data-active="true"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.compare-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: #2D2D2D;
  box-shadow: 0 20px 60px rgba(0, 95, 90, 0.18);
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
  touch-action: none;
}

.compare-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}

.compare-clip {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 50%);
  -webkit-clip-path: inset(0 0 0 50%);
  pointer-events: none;
  will-change: clip-path;
}

.compare-label {
  position: absolute;
  top: 16px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  z-index: 3;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
  transition: opacity 0.18s ease;
}
.compare-label-left {
  left: 16px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.compare-label-right {
  right: 16px;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--white);
  border: 0;
  margin-left: -2px;
  z-index: 4;
  cursor: ew-resize;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 20px rgba(0, 0, 0, 0.25);
  will-change: left;
}
.compare-handle-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  background: var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease;
}
.compare-handle-grip::before,
.compare-handle-grip::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}
.compare-handle-grip::before {
  left: 14px;
  border-right: 9px solid var(--teal);
}
.compare-handle-grip::after {
  right: 14px;
  border-left: 9px solid var(--teal);
}
.compare-handle:hover .compare-handle-grip,
.compare-handle:focus-visible .compare-handle-grip {
  transform: translate(-50%, -50%) scale(1.08);
}
.compare-handle:focus-visible {
  outline: none;
}
.compare-handle:focus-visible .compare-handle-grip {
  box-shadow: 0 0 0 4px rgba(255, 58, 31, 0.4), 0 8px 28px rgba(0, 0, 0, 0.28);
}

/* Navegação do carrossel */
.compare-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.compare-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  color: var(--carvao);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
  padding: 0 0 4px;
}
.compare-arrow:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  transform: translateY(-2px);
}
.compare-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.compare-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
.compare-dot.is-active {
  background: var(--orange);
  transform: scale(1.3);
}

/* Hint de "arraste" piscando uma vez quando entra no viewport */
@keyframes compareHint {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.15); }
}
.compare-slide[data-active="true"][data-hint="true"] .compare-handle-grip {
  animation: compareHint 1.2s ease-in-out 2;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq { margin-top: 32px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.faq details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.faq summary {
  cursor: pointer;
  padding: 26px 56px 26px 0;
  font-weight: 700;
  font-size: 1.08rem;
  list-style: none;
  position: relative;
  user-select: none;
  font-family: var(--font-body);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--carvao);
  color: var(--carvao);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.faq details[open] summary::after {
  content: '−';
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  transform: translateY(-50%) rotate(180deg);
}
.faq details p {
  padding: 0 0 26px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--carvao);
  color: var(--white);
  padding: 32px 0;
}
.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-copy {
  font-size: 0.74rem;
  letter-spacing: 3px;
  opacity: 0.55;
  margin: 0;
  text-transform: uppercase;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
/* Depoimentos — 2 colunas em tablet */
@media (max-width: 1024px) {
  .testi-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 720px) {
  /* Mockup individual em cada feature card — mobile */
  .feature-mockup { height: 180px; margin-bottom: 20px; }

  /* Showcase — fotos menores e animação mais rápida no mobile */
  .showcase { padding: 32px 0 40px; }
  .showcase-track { gap: 14px; animation-duration: 55s; }
  .showcase-item { width: 200px; height: 250px; border-radius: 14px; }

  /* Forbes × TSF — empilha no mobile (texto, depois comparativo lado a lado) */
  .forbes-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .forbes-text .h2 { text-align: center; }
  .forbes-text .prose { text-align: center; max-width: 560px; margin: 0 auto; }
  .forbes-compare { gap: 12px; }
  .forbes-compare-grid { gap: 10px; }

  /* Como funciona — 2 colunas no mobile, setas reposicionadas */
  .howitworks-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 32px;
  }
  .howitworks-icon { max-width: 140px; margin-bottom: 16px; }
  .howitworks-step .step-text { font-size: 0.96rem; }
  /* Esconde as setas horizontais no mobile (layout 2x2 não combina) */
  .howitworks-step::after,
  .howitworks-step::before {
    display: none;
  }

  /* Depoimentos: 1 coluna no mobile */
  .testi-grid { grid-template-columns: 1fr; gap: 20px; max-width: 460px; margin-left: auto; margin-right: auto; }
  .testi-content { padding: 20px; gap: 14px; }

  /* Seção "A única foto de IA" — empilha as 2 colunas */
  .section-iaproof { padding: 72px 0; }
  .iaproof-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .iaproof-text .h2 { text-align: center; }
  .iaproof-text .prose { text-align: center; max-width: 560px; margin: 0 auto; }
  .iaproof-compare { max-width: 100%; }

  /* Slider comparativo mobile */
  .compare-carousel { max-width: 100%; }
  .compare-handle-grip { width: 48px; height: 48px; }
  .compare-label { font-size: 0.62rem; padding: 6px 11px; letter-spacing: 2px; top: 12px; }
  .compare-label-left { left: 12px; }
  .compare-label-right { right: 12px; }
  .compare-arrow { width: 44px; height: 44px; font-size: 1.4rem; }
  .compare-nav { gap: 16px; }


  /* Padding lateral PADRONIZADO em todo mobile */
  .container { padding: 0 28px; }
  .section { padding: 72px 0; }
  .hero { padding: 72px 28px 80px; min-height: auto; }
  .hero-final { padding: 72px 28px 80px; }

  /* Hero */
  .hero-cta { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-cta .pill { width: 100%; }
  .hero-logo { margin-bottom: 28px; }

  /* Cards e listas com mais respiro lateral */
  .ba-grid { grid-template-columns: 1fr; gap: 16px; }
  .ba-card { padding: 32px 24px; }
  .offer-card { padding: 36px 24px; border-radius: 22px; }
  .feature-card { padding: 32px 24px; }
  .testi { padding: 24px 20px; }

  /* Check list com mais espaço pra respirar */
  .check-list li { padding: 22px 20px 22px 56px; font-size: 1rem; }
  .check-list li::before { left: 18px; top: 26px; }

  /* Steps (Como funciona) — empilhar com bordas certas */
  .steps { grid-template-columns: 1fr; }
  .steps li { padding: 28px 24px; }

  /* Faq */
  .faq summary { padding: 22px 50px 22px 0; font-size: 1rem; }
  .faq summary::after { right: 0; width: 28px; height: 28px; font-size: 1.2rem; }
  .faq details p { padding-bottom: 22px; font-size: 0.96rem; }

  /* Círculos decorativos: menores e mais discretos no mobile, e SEMPRE atrás do texto */
  .circle {
    opacity: 0.4 !important;
    z-index: 0 !important;
  }
  .circle.circle-tr {
    width: 320px; height: 320px;
    top: -120px; right: -160px;
  }
  .circle.circle-bl {
    width: 280px; height: 280px;
    bottom: -140px; left: -160px;
  }
  .circle.small.circle-tr { width: 220px; height: 220px; top: -80px; right: -100px; }
  .circle.small.circle-bl { width: 220px; height: 220px; bottom: -100px; left: -120px; }

  /* Garantia extra: nunca permitir overflow lateral por causa dos círculos */
  .section-teal { overflow: hidden; }
  .section-teal > .container,
  .hero > .hero-inner { z-index: 2; position: relative; }
}

@media (max-width: 420px) {
  .container { padding: 0 22px; }
  .hero { padding: 64px 22px 72px; }
  .ba-card { padding: 28px 20px; }
  .offer-card { padding: 32px 20px; }
  .feature-card { padding: 28px 20px; }
  .check-list li { padding: 20px 16px 20px 52px; }
  .check-list li::before { left: 16px; top: 24px; }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Skip link — escondido até receber foco via teclado */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--carvao);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 100;
  transition: top 0.18s ease;
  text-decoration: none;
}
.skip-link:focus {
  top: 16px;
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* Touch targets mínimos (44x44 WCAG AAA) garantidos pelos pills atuais */

/* =========================================================
   PADRONIZAÇÃO DE FONTES NO MOBILE
   (sobrescreve regras anteriores pra garantir consistência entre seções)
   ========================================================= */
@media (max-width: 720px) {
  /* Todos os títulos H2 com mesmo tamanho — fixo no mobile */
  .h2 {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  /* Esconde <br> intencionais dos títulos no mobile — deixa quebrar natural */
  .gallery-text .h2 br,
  .iaproof-text .h2 br,
  .bio-text .h2 br,
  .forbes-text .h2 br,
  .section-teal .h2 br,
  .h2.center br {
    display: none;
  }

  /* Todos os textos body com mesmo tamanho no mobile */
  .prose p,
  .prose-p,
  .hero-sub,
  .body,
  .lede,
  .body-light {
    font-size: 1.02rem;
    line-height: 1.6;
  }

  /* Textos secundários (cards, captions, checkmarks) — tamanho ligeiramente menor */
  .check-list li,
  .step-text,
  .testi-quote,
  .feature-card p,
  .ba-card ul li,
  .howitworks-step .step-text {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  /* FAQ pergunta e resposta */
  .faq summary { font-size: 1rem; }
  .faq details p { font-size: 0.96rem; }

  /* Labels mono caps continuam pequenos (são decorativos) */
  .step-num,
  .feature-tag,
  .ba-label,
  .compare-label,
  .testi-name {
    /* mantém tamanho original */
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
