/* =========================================================
   Autela IA : Landing Page (redesign inspired by aro.ia.br)
   Palette: Royal Purple (#56457F) + Warm Cream (#FAF7F2)
   ========================================================= */

:root {
  --purple:        #56457F;
  --purple-hover:  #433465;
  --purple-soft:   rgba(86, 69, 127, 0.08);
  --purple-light:  #7965A3;
  --lilac:         #8B6FCC;
  --lilac-soft:    rgba(139, 111, 204, 0.08);
  --cream:         #FAF7F2;
  --cream-deep:    #EFEAE0;
  --card:          #FFFFFF;
  --heading:       #1A1326;
  --body:          #352E42;
  --muted:         #685F75;
  --terracotta:      #E07A5F;
  --terracotta-soft: rgba(224, 122, 95, 0.1);
  --sage:          #81B29A;
  --sage-soft:     rgba(129, 178, 154, 0.1);
  --line:          rgba(26, 19, 38, 0.08);
  --dark:          #120E1C;
  --dark-2:        #171122;

  --r-sm: 10px;  --r-md: 16px;  --r-lg: 22px;
  --r-xl: 28px;  --r-2xl: 36px; --r-full: 9999px;

  --sh-sm: 0 2px 6px rgba(26,38,30,.04), 0 1px 2px rgba(26,38,30,.03);
  --sh-md: 0 12px 32px rgba(26,38,30,.06), 0 2px 6px rgba(26,38,30,.04);
  --sh-lg: 0 28px 60px rgba(26,38,30,.10), 0 8px 20px rgba(26,38,30,.05);
  --sh-cta: 0 14px 30px rgba(86, 69, 127, 0.22);

  --display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --text: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--text);
  background: var(--cream);
  color: var(--body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--heading);
  letter-spacing: -0.025em;
  line-height: 1.05;
  font-weight: 800;
}
a { text-decoration: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--text); font-weight: 600; font-size: 16px;
  border: none; cursor: pointer; border-radius: var(--r-full);
  padding: 16px 28px; transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s, background .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--purple); color: #FFF9FA; box-shadow: var(--sh-cta); }
.btn-primary:hover { background: var(--purple-hover); transform: translateY(-2px); box-shadow: 0 20px 38px rgba(86, 69, 127, .30); }
.btn-ghost { background: var(--card); color: var(--heading); box-shadow: var(--sh-sm); }
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn-wpp { background: #2bb673; color: #fff; box-shadow: 0 14px 30px rgba(43,182,115,.28); }
.btn-wpp:hover { background: #229960; transform: translateY(-2px); }
.btn svg { flex-shrink: 0; }

/* ---------- nav ---------- */
.nav-outer { position: fixed; top: 14px; left: 0; right: 0; z-index: 100; transition: top .3s; }
.nav {
  max-width: 1080px; margin: 0 auto; padding: 12px 14px 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(255, 255, 247, 0.72);
  backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--r-full); box-shadow: var(--sh-md);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 32px; height: 32px; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 21px; color: var(--heading); letter-spacing: -0.03em; white-space: nowrap; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--body); transition: color .2s; }
.nav-links a:hover { color: var(--purple); }
.nav .btn { padding: 12px 22px; font-size: 15px; }
@media (max-width: 900px) { .nav-links { display: none; } }

/* =========================================================
   HERO : imersiva: foto da avatar de fundo, alinhada à esquerda,
   alto contraste. MANTÉM a mecânica sticky (efeito cortina):
   a .sec-overlap continua subindo por cima no scroll.
   ========================================================= */
.overlap-wrap { position: relative; }

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 88px;
}
/* telas baixas: ancora o conteúdo abaixo do nav (kicker + título sempre visíveis) */
@media (max-height: 760px) {
  .hero { align-items: flex-start; padding-top: 108px; }
}

/* camada 1 : fotografia da Sara dentro do carro */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url("docs/sara_in_car.png");
  background-size: cover;
  background-position: 70% center;
}

/* camada 2 : máscara escura (mais densa à esquerda p/ legibilidade do texto) */
.hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(95deg,
      rgba(18,14,28,0.95) 0%,
      rgba(18,14,28,0.86) 30%,
      rgba(18,14,28,0.55) 58%,
      rgba(18,14,28,0.30) 100%),
    linear-gradient(0deg, rgba(18,14,28,0.45) 0%, transparent 38%);
}

/* camada 3 : conteúdo em grid de duas colunas */
.hero .hero-grid {
  position: relative; z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 44px;
}

/* ---------- coluna de texto ---------- */
.hero-copy { max-width: 580px; text-align: left; }

.hero-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--text); font-size: 15px; font-weight: 500;
  color: rgba(255, 249, 250, 0.86); margin-bottom: 20px;
}
.hero-kicker .kicker-line {
  width: 36px; height: 2px; border-radius: 2px;
  background: var(--lilac); flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.03; letter-spacing: -0.035em;
  color: #FFFFFF; margin-bottom: 22px;
  text-wrap: balance;
}
.hero h1 .accent { color: var(--lilac); font-style: normal; }

.hero p.sub {
  font-size: clamp(16px, 1.25vw, 19px); line-height: 1.6;
  color: rgba(255, 249, 250, 0.82);
  max-width: 510px; margin: 0 0 28px;
}

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

/* CTA em cápsula com seta circular ao final (inspirado no mockup) */
.btn-hero {
  background: var(--lilac); color: #FFFFFF;
  padding: 15px 16px 15px 30px; font-size: 16.5px; font-weight: 600;
  gap: 16px; box-shadow: 0 16px 36px rgba(139, 111, 204, 0.42);
}
.btn-hero:hover {
  background: #7C5FBF; transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(139, 111, 204, 0.52);
}
.btn-hero .btn-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
  display: grid; place-items: center; flex-shrink: 0;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.btn-hero:hover .btn-arrow { transform: translateX(3px); }

/* prova social leve sobre a foto */
.hero-proof { display: flex; align-items: center; gap: 14px; }
.hero-proof .avatars { display: flex; }
.hero-proof .av {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid rgba(18, 14, 28, 0.55); margin-left: -10px;
  display: grid; place-items: center; color: #FFF9FA;
  font-family: var(--display); font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.hero-proof .av:first-child { margin-left: 0; }
.hero-proof .av:nth-child(1) { background: linear-gradient(135deg,#c98a6b,#a86a4d); }
.hero-proof .av:nth-child(2) { background: linear-gradient(135deg,#B85A59,#56457F); }
.hero-proof .av:nth-child(3) { background: linear-gradient(135deg,#8bbfa6,#5e9277); }
.hero-proof .av:nth-child(4) { background: linear-gradient(135deg,#E07A5F,#a8432c); }
.hero-proof .av:nth-child(5) { background: linear-gradient(135deg,#8B6FCC,#56457F); }
.hero-proof-txt { font-size: 13.5px; color: rgba(255, 249, 250, 0.74); max-width: 250px; }
.hero-proof-txt b { color: #FFFFFF; font-weight: 700; }

/* ---------- coluna do simulador (flutuante) ---------- */
.hero-phone {
  display: flex; justify-content: center; align-items: flex-start;
  height: calc(640px * var(--phone-scale, 0.85));
  padding-top: 10px;
}
.chat-flow {
  width: 100%;
  max-width: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
}
.chat-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.chat-date {
  align-self: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bubble {
  max-width: 88%;
  padding: 10px 14px 8px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #16201B;
  position: relative;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.14)) drop-shadow(0 2px 4px rgba(0,0,0,0.08));
  word-wrap: break-word;
}
.bubble .time {
  font-size: 10px;
  color: rgba(22, 32, 27, 0.45);
  margin-left: 10px;
  float: right;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.bubble.in {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top-left-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.bubble.out {
  align-self: flex-end;
  background: rgba(220, 248, 198, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top-right-radius: 4px;
  border: 1px solid rgba(220, 248, 198, 0.4);
}
.bubble.out .check {
  color: #34B7F1;
}

/* Tails */
.bubble.in::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 10px;
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.bubble.out::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 6px;
  height: 10px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.audio-msg { display: flex; align-items: center; gap: 8px; min-width: 200px; }
.audio-msg .play { outline: none; border: none; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; background: var(--purple); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.audio-msg .wave { flex: 1; display: flex; align-items: center; gap: 2px; height: 24px; }
.audio-msg .dur { font-size: 11px; color: var(--muted); min-width: 28px; text-align: right; }
.audio-mic-badge { position: absolute; right: 10px; bottom: 8px; width: 28px; height: 28px; border-radius: 50%; background: #E07A5F; display: grid; place-items: center; box-shadow: 0 1px 2px rgba(0,0,0,0.15); }

.ai-card { margin-top: 8px; background: #F7F3EC; border-radius: 10px; padding: 10px; border: 1px solid rgba(22,32,27,0.07); }
.ai-card .row { display: flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; color: var(--sage); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.ai-card .row .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.ai-card .title { font-size: 13px; font-weight: 700; color: #16201B; line-height: 1.25; margin-bottom: 2px; }
.ai-card .sub { font-size: 11.5px; color: var(--body); line-height: 1.35; }
.price-row { margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(22,32,27,0.12); display: flex; justify-content: space-between; align-items: baseline; font-size: 11.5px; color: var(--body); }
.price-row strong { color: var(--purple); font-weight: 700; font-size: 13px; font-family: var(--display); }
.ai-script { margin-top: 6px; padding: 7px 9px; background: rgba(86, 69, 127, 0.06); border-radius: 8px; border-left: 2px solid var(--purple); font-size: 11.5px; color: var(--heading); font-style: italic; }

.typing {
  display: flex; gap: 3.5px; padding: 12px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px; border-top-left-radius: 4px;
  align-self: flex-start;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.14));
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.typing::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 10px;
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: blink 1.2s infinite; }
.typing i:nth-child(2){ animation-delay: .2s; } .typing i:nth-child(3){ animation-delay: .4s; }
@keyframes blink { 0%,60%,100%{ opacity: .25; transform: translateY(0); } 30%{ opacity: 1; transform: translateY(-3px); } }
@keyframes waveB { 0%, 100% { transform: scaleY(0.7); opacity: 0.45; } 50% { transform: scaleY(1); opacity: 0.95; } }
@keyframes pulsePlay { 0% { box-shadow: 0 0 0 0 rgba(86, 69, 127, 0.65); } 70% { box-shadow: 0 0 0 10px rgba(86, 69, 127, 0); } 100% { box-shadow: 0 0 0 0 rgba(86, 69, 127, 0); } }
.pulse-hint { animation: pulsePlay 2s infinite; }

.sim-reset {
  align-self: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--r-full);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin: 12px 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background .2s, transform .2s, border-color .2s;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}
.sim-reset:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.03);
}

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

/* =========================================================
   SECTION SHELLS
   ========================================================= */
section, .footer { position: relative; z-index: 10; }
.sec { padding: 96px 0; background: var(--cream); }
.sec.deep { background: var(--cream-deep); }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.sec-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--purple); margin-bottom: 16px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.sec-head p { font-size: 18px; color: var(--body); }

/* ---- DARK OVERLAP SECTION (Como funciona) ---- */
.sec-overlap {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background: var(--dark);
  color: #FFF9FA;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  box-shadow: 0 -28px 70px -12px rgba(0,0,0,0.30);
  padding: 100px 0 104px;
  overflow: hidden;
}
.sec-overlap::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 200, 190, 0.10) 18%, transparent 20%);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(120% 70% at 50% 0%, #000 0%, transparent 60%);
  mask-image: radial-gradient(120% 70% at 50% 0%, #000 0%, transparent 60%);
  opacity: .7;
}
.sec-overlap::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 18% 0%, rgba(139, 111, 204, 0.30), transparent 70%),
    radial-gradient(60% 60% at 90% 30%, rgba(86, 69, 127, 0.42), transparent 72%);
}
.sec-overlap > .wrap { position: relative; z-index: 2; }
.sec-overlap .sec-eyebrow { color: #E9A39C; }
.sec-overlap .sec-head h2 { color: #FFF9FA; }
.sec-overlap .sec-head p { color: rgba(255,249,250,0.7); }

/* ---- problems cards (light on dark) ---- */
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.pcard {
  background: var(--card); border-radius: var(--r-xl); padding: 32px; box-shadow: 0 20px 50px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.04); transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s;
  display: flex; flex-direction: column; gap: 16px;
}
.pcard:hover { transform: translateY(-8px); box-shadow: 0 30px 64px rgba(0,0,0,0.4); }
.pcard .picon { width: 54px; height: 54px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; background: var(--purple-soft); }
.pcard .picon svg { width: 27px; height: 27px; stroke: var(--purple); }
.pcard h3 { font-size: 21px; line-height: 1.2; }
.pcard p { font-size: 15.5px; color: var(--body); }
.pcard .tag { font-size: 12.5px; font-weight: 600; color: var(--purple); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; background: var(--purple-soft); padding: 7px 12px; border-radius: var(--r-full); align-self: flex-start; }

/* ---------- journey ---------- */
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.jstep { padding: 0 26px; position: relative; }
.jstep:not(:last-child)::after { content: ""; position: absolute; top: 19px; right: -1px; width: 1px; height: calc(100% - 19px); background: var(--line); }
.jnum { font-family: var(--display); font-weight: 800; font-size: 14px; color: #fff; background: var(--purple); min-width: 56px; height: 38px; padding: 0 16px; border-radius: var(--r-md); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; box-shadow: var(--sh-cta); white-space: nowrap; }
.jstep h3 { font-size: 22px; margin-bottom: 12px; }
.jstep p { font-size: 16px; color: var(--body); }

/* ---------- result comparison ---------- */
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.result-copy h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 20px; line-height: 1.12; }
.result-copy h2 .strike { color: var(--terracotta); text-decoration: line-through; text-decoration-thickness: 3px; }
.result-copy h2 .win { color: var(--sage); }
.result-copy p { font-size: 17px; margin-bottom: 14px; }
.compare { background: var(--card); border-radius: var(--r-2xl); padding: 14px; box-shadow: var(--sh-lg); border: 1px solid var(--line); }
.quote-row { padding: 24px 26px; border-radius: var(--r-xl); display: flex; flex-direction: column; gap: 6px; }
.quote-row.bad { background: var(--terracotta-soft); }
.quote-row.good { background: var(--sage-soft); }
.quote-row .ql { font-size: 13.5px; font-weight: 600; color: var(--body); display: flex; align-items: center; gap: 8px; }
.quote-row .qv { font-family: var(--display); font-weight: 800; font-size: 38px; letter-spacing: -0.03em; }
.quote-row.bad .qv { color: var(--terracotta); text-decoration: line-through; text-decoration-thickness: 3px; }
.quote-row.good .qv { color: #3f6b54; }
.vs { text-align: center; font-family: var(--display); font-weight: 800; color: var(--muted); font-size: 13px; letter-spacing: .1em; padding: 12px 0; }
.savings { margin-top: 14px; background: var(--sage); color: #fff; border-radius: var(--r-xl); padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.savings .sv-lbl { font-size: 14px; font-weight: 600; opacity: .92; }
.savings .sv-val { font-family: var(--display); font-weight: 800; font-size: 26px; }

/* ---------- plans ---------- */
.plans, .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.plan-horizontal {
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 34px 40px;
}
.plan-horizontal:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.plan-horizontal .ph-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-horizontal .ph-left .pdesc {
  min-height: auto;
  margin-bottom: 0;
}
.plan-horizontal .ph-center {
  flex: 1.5;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.plan-horizontal .ph-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.plan-horizontal .ph-right .btn {
  width: 100%;
}
.plan-horizontal .ph-right .subnote {
  font-size: 11px;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 900px) {
  .plan-horizontal {
    flex-direction: column !important;
    align-items: stretch;
    gap: 24px;
    padding: 34px 30px;
  }
}
.plan { background: var(--card); border-radius: var(--r-2xl); padding: 34px 30px; box-shadow: var(--sh-sm); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.plan:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.plan.featured { background: var(--purple); color: #FFF9FA; box-shadow: var(--sh-lg); transform: scale(1.04); position: relative; z-index: 2; }
.plan.featured:hover { transform: scale(1.04) translateY(-6px); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--terracotta); color: #FFF9FA; font-size: 12px; font-weight: 700; letter-spacing: .04em; padding: 6px 16px; border-radius: var(--r-full); box-shadow: var(--sh-md); white-space: nowrap; }
.plan .pname { font-family: var(--display); font-weight: 700; font-size: 19px; margin-bottom: 6px; }
.plan.featured .pname { color: #FFF9FA; }
.plan .pdesc { font-size: 14px; color: var(--muted); margin-bottom: 22px; min-height: 40px; }
.plan.featured .pdesc { color: rgba(255,255,255,.78); }
.plan .price { font-family: var(--display); font-weight: 800; font-size: 42px; color: var(--heading); letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 4px; }
.plan.featured .price { color: #FFF9FA; }
.plan .price .per { font-family: var(--text); font-size: 15px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan.featured .price .per { color: rgba(255,255,255,.7); }
.plan .pfeat { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 26px 0 28px; }
.plan .pfeat li { font-size: 14.5px; color: var(--body); display: flex; gap: 10px; align-items: flex-start; }
.plan.featured .pfeat li { color: rgba(255,255,255,.9); }
.plan .pfeat li svg { flex-shrink: 0; margin-top: 2px; width: 17px; height: 17px; stroke: var(--sage); }
.plan.featured .pfeat li svg { stroke: #b8e6cd; }
.plan .btn { width: 100%; margin-top: auto; }
.plan.featured .btn-primary { background: #FFF9FA; color: var(--purple); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.plan.featured .btn-primary:hover { background: #FFF0F0; }
.plan-note { text-align: center; margin-top: 32px; font-size: 14px; color: var(--muted); }
.plan-note strong { color: var(--purple); }

/* ---------- faq ---------- */
.faq-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; transition: box-shadow .25s; }
.faq-item.open { box-shadow: var(--sh-md); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--display); font-weight: 700; font-size: 17.5px; color: var(--heading); text-align: left; }
.faq-ic { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--purple-soft); display: flex; align-items: center; justify-content: center; transition: transform .3s, background .3s; }
.faq-ic svg { width: 14px; height: 14px; stroke: var(--purple); }
.faq-item.open .faq-ic { transform: rotate(45deg); background: var(--purple); }
.faq-item.open .faq-ic svg { stroke: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq-a-inner { padding: 0 26px 24px; font-size: 16px; color: var(--body); line-height: 1.6; }

/* ---------- final CTA dark ---------- */
.final { background: var(--dark); color: #FFF9FA; padding: 120px 0; position: relative; overflow: hidden; text-align: center; }
.final .glow { position: absolute; border-radius: 50%; filter: blur(80px); z-index: 0; }
.final .g1 { width: 460px; height: 460px; background: rgba(139, 111, 204, 0.42); top: -120px; left: -80px; }
.final .g2 { width: 380px; height: 380px; background: rgba(86, 69, 127, 0.45); bottom: -140px; right: -60px; }
.final-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.final h2 { color: #FFF9FA; font-size: clamp(34px, 4.5vw, 56px); margin-bottom: 22px; }
.final h2 .accent { color: #E9A39C; font-style: italic; }
.final p { font-size: 19px; color: rgba(255,255,255,.74); max-width: 520px; margin: 0 auto 38px; }
.final .btn-wpp { font-size: 19px; padding: 22px 40px; }
.final .reassure { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,.5); }

/* ---------- footer ---------- */
.footer { background: var(--dark); color: rgba(255,255,255,.6); padding: 60px 0 40px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; margin-bottom: 44px; }
.footer .brand-name { color: #FFF9FA; }
.footer-tag { font-size: 14.5px; max-width: 280px; margin-top: 14px; color: rgba(255,255,255,.55); }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.fcol h4 { color: #FFF9FA; font-size: 14px; font-weight: 700; margin-bottom: 16px; font-family: var(--text); letter-spacing: .02em; }
.fcol a { display: block; font-size: 14.5px; color: rgba(255,255,255,.6); margin-bottom: 11px; transition: color .2s; }
.fcol a:hover { color: #FFF9FA; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.45); }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.show { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in-up { opacity: 0; animation: fadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.animate-delay-1 { animation-delay: 0.10s; } .animate-delay-2 { animation-delay: 0.20s; } .animate-delay-3 { animation-delay: 0.30s; }
@media (prefers-reduced-motion: reduce) { .animate-fade-in-up { opacity: 1; transform: none; animation: none; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .cards-3, .journey, .plans, .plans-grid { grid-template-columns: 1fr; }
  .jstep:not(:last-child)::after { display: none; }
  .jstep { padding: 26px 0; border-bottom: 1px solid var(--line); }
  .result-grid { grid-template-columns: 1fr; gap: 40px; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-6px); }
}

/* =============================================================
   HERO MOBILE : estilo Monge da Paz:
   • background troca para foto portrait da Sara (olhando p/ frente, segurando o celular)
   • simulador interativo escondido (a foto JÁ mostra o celular)
   • texto ancorado na parte inferior com gradiente escuro para legibilidade
   ============================================================= */
@media (max-width: 900px) {
  /* Troca a foto de fundo para a versão portrait (Sara olhando p/ câmera) */
  .hero-bg {
    background-image: url("docs/sara_mobile_hero.png");
    background-position: center 15%;   /* Centraliza o rosto no topo */
    background-size: cover;
  }

  /* Overlay: parte de cima clara (rosto visível), parte de baixo bem escura (texto legível) */
  .hero-veil {
    background:
      linear-gradient(0deg,
        rgba(18,14,28,0.97) 0%,
        rgba(18,14,28,0.88) 28%,
        rgba(18,14,28,0.52) 52%,
        rgba(18,14,28,0.10) 100%),
      linear-gradient(180deg,
        rgba(18,14,28,0.40) 0%,
        transparent 28%);
  }

  /* Grid vira coluna única com texto ancorado EMBAIXO (como o Monge da Paz) */
  .hero { align-items: flex-end; padding-bottom: 0; }
  .hero .hero-grid {
    grid-template-columns: 1fr;
    align-items: flex-end;
    justify-items: start;
    gap: 0;
    padding-top: 0;
    padding-bottom: 48px;
    height: 100%;
  }

  /* Esconde o simulador de WhatsApp no mobile : a avatar já segura o celular */
  .hero-phone { display: none; }

  .hero-copy { max-width: 100%; }
  .hero-kicker { margin-bottom: 12px; }
}

@media (max-width: 720px) {
  .hero h1 { font-size: clamp(27px, 7.4vw, 38px); margin-bottom: 14px; }
  .hero p.sub { font-size: 15px; margin-bottom: 22px; }
  .hero-kicker { margin-bottom: 14px; font-size: 14px; }
  .hero-ctas { gap: 12px; margin-bottom: 0; }
  .btn-hero { padding: 14px 16px 14px 26px; font-size: 15.5px; }
  .btn-hero .btn-arrow { width: 34px; height: 34px; }
  .hero-proof { display: none; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .nav { padding: 10px 12px 10px 18px; }
  .sec { padding: 70px 0; }
}

/* ---------- testimonials (depoimentos) ---------- */
.testimonials-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 100px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 901px) {
  .testimonials-container {
    display: block;
    height: 520px;
    perspective: 1500px;
  }
}

/* Background Glow */
.testimonials-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  background: radial-gradient(circle, rgba(139, 111, 204, 0.12) 0%, rgba(86, 69, 127, 0.02) 70%);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

/* Navigation */
.testimonials-nav {
  display: none;
}
@media (min-width: 901px) {
  .testimonials-nav {
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    gap: 24px;
    z-index: 40;
  }
}

.t-nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--sh-sm);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--muted);
}
.t-nav-btn:hover {
  transform: scale(1.05);
  border-color: var(--purple-light);
  color: var(--purple);
  box-shadow: var(--sh-md);
}
.t-nav-btn:active {
  transform: scale(0.95);
}

/* Cards */
.t-card {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(26, 19, 38, 0.05);
  margin-bottom: 24px;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  position: relative;
  overflow: hidden;
}

@media (min-width: 901px) {
  .t-card {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
  }
  
  .t-card.t-pos-left {
    width: 380px;
    transform: translate(-120%, -60%) rotate(-6deg) scale(0.9);
    z-index: 10;
    opacity: 0.75;
  }
  .t-card.t-pos-left:hover {
    opacity: 0.95;
    z-index: 25;
    transform: translate(-120%, -60%) rotate(-4deg) scale(0.92);
  }

  .t-card.t-pos-center {
    width: 440px;
    transform: translate(-50%, -65%) rotate(0deg) scale(1);
    z-index: 30;
    border: 2px solid var(--purple);
    box-shadow: var(--sh-lg);
  }
  
  .t-card.t-pos-right {
    width: 380px;
    transform: translate(20%, -60%) rotate(6deg) scale(0.9);
    z-index: 10;
    opacity: 0.75;
  }
  .t-card.t-pos-right:hover {
    opacity: 0.95;
    z-index: 25;
    transform: translate(20%, -60%) rotate(4deg) scale(0.92);
  }
  .t-card.t-pos-hidden {
    transform: translate(-50%, -60%) rotate(0deg) scale(0.5);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
  }
}

/* Destaque no topo do card center */
.t-featured-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--purple-light), transparent);
}

.t-badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: var(--r-full);
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(86, 69, 127, 0.12);
  font-family: var(--text);
}

/* Testimonial Subcomponents */
.t-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.t-star-icon {
  width: 18px;
  height: 18px;
  color: var(--terracotta);
}
.t-persona {
  display: block;
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--purple-light);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.t-hook {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--heading);
  line-height: 1.35;
  margin-bottom: 12px;
}
.t-quote {
  font-family: var(--text);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--body);
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: normal;
}
.t-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--purple-soft);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--display);
  font-size: 0.9rem;
  border: 1px solid rgba(86, 69, 127, 0.15);
}
.t-meta {
  flex: 1;
}
.t-name {
  font-family: var(--display);
  font-weight: 700;
  color: var(--heading);
  font-size: 0.95rem;
}
.t-sub {
  font-family: var(--text);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}
.t-check-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.t-time {
  font-size: 0.75rem;
  color: var(--muted);
  font-family: var(--text);
}

/* Statistics Summary Banner */
.t-stats-summary {
  display: flex;
  flex-direction: column;
  background: var(--purple-soft);
  border: 1px solid rgba(86, 69, 127, 0.08);
  padding: 20px;
  border-radius: var(--r-md);
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
  gap: 24px;
}
@media (min-width: 768px) {
  .t-stats-summary {
    flex-direction: row;
    justify-content: space-around;
    padding: 24px 32px;
  }
}
.t-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
.t-stat-item strong {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--purple);
  line-height: 1.1;
  margin-bottom: 4px;
}
.t-stat-item span {
  font-family: var(--text);
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}

/* Segunda opinião : ajustes exclusivos da variante */
.second-opinion-variant .hero h1 { font-size: clamp(34px, 4.15vw, 56px); }
.second-opinion-variant .hero-copy { max-width: 620px; }
.second-opinion-variant .hero-proof .av { background: linear-gradient(135deg, #81B29A, #3f6b54); margin-left: 0; }
.second-opinion-variant #caso-real .qv { font-size: clamp(16px, 1.7vw, 22px); line-height: 1.25; max-width: 58%; text-align: right; }
.second-opinion-variant #caso-real .sv-val { font-size: clamp(20px, 2.5vw, 34px); line-height: 1.15; text-align: right; }
.second-opinion-variant .variant-trust-grid { margin-top: 42px; }
.second-opinion-variant .variant-trust-grid .pcard { min-height: 230px; }
.second-opinion-variant .variant-trust-grid .pcard::before { content: '✓'; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; background: rgba(129,178,154,.16); color: #81B29A; font-weight: 800; }
.second-opinion-variant .variant-check { color: #3f6b54; font-weight: 800; }
.second-opinion-variant #planos .plan:nth-child(2) .pdesc { max-width: 260px; }
@media (max-width: 900px) {
  .second-opinion-variant .hero h1 { font-size: clamp(29px, 7.1vw, 39px); }
  .second-opinion-variant .hero-kicker { font-size: 12px; letter-spacing: .01em; }
}

