 :root {
  --bg: #050505;
  --bg-soft: #0a0a0a;
  --card: rgba(255,255,255,.055);
  --card-strong: rgba(255,255,255,.085);
  --text: #f7f7f4;
  --muted: rgba(247,247,244,.72);
  --muted-2: rgba(247,247,244,.54);
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,212,0,.36);
  --yellow: #ffd400;
  --yellow-2: #ffb300;
  --green: #2ee77a;
  --shadow: 0 30px 80px rgba(0,0,0,.46);
  --radius-xl: 42px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  background:
    radial-gradient(circle at 78% -12%, rgba(255,212,0,.18), transparent 26rem),
    radial-gradient(circle at 10% 20%, rgba(255,212,0,.055), transparent 30rem),
    linear-gradient(180deg, #030303 0%, #070707 40%, #030303 100%);
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
::selection { background: rgba(255,212,0,.34); color: #fff; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--yellow); color: #050505; padding: 12px 16px; border-radius: 999px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; position: relative; }
.section-small { padding: 36px 0 76px; }
.center { text-align: center; max-width: 900px; margin-inline: auto; }
.center p { max-width: 680px; margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--yellow); text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 650; }
h1, h2, h3 { margin: 0; color: #fff; letter-spacing: -.055em; font-weight: 560; }
h1 { font-size: clamp(58px, 8.5vw, 116px); line-height: .92; max-width: 840px; }
h2 { font-size: clamp(40px, 6vw, 78px); line-height: .96; }
h3 { font-size: clamp(25px, 3vw, 38px); line-height: 1.04; }
p { color: var(--muted); line-height: 1.62; font-size: 18px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(5,5,5,.74); border-color: var(--line); backdrop-filter: blur(22px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 150px; }
.nav-links { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-links a { color: var(--muted); padding: 10px 12px; border-radius: 999px; font-size: 14px; transition: color .2s ease, background .2s ease; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.ghost-link { color: var(--muted); font-size: 14px; padding: 10px 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--yellow); color: #090909; font-weight: 560; border: 1px solid rgba(255,212,0,.72); box-shadow: 0 16px 34px rgba(255,212,0,.13); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffe052; box-shadow: 0 22px 46px rgba(255,212,0,.18); }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 14px; }
.button-large { min-height: 58px; padding-inline: 26px; font-size: 16px; }
.button-soft { color: #fff; background: rgba(255,255,255,.06); border-color: var(--line); box-shadow: none; }
.button-soft:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.button-icon { display: inline-grid; place-items: center; }
.full { width: 100%; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.04); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; border-radius: 999px; }
.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; padding-top: 84px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-text { max-width: 650px; font-size: 21px; margin: 28px 0 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.microcopy { font-size: 15px; color: var(--muted-2); margin-top: 16px; }
.microcopy strong { color: #fff; font-weight: 560; }
.ambient { position: absolute; border-radius: 999px; filter: blur(22px); opacity: .82; pointer-events: none; animation: drift 12s ease-in-out infinite alternate; }
.ambient-a { width: 32vw; height: 32vw; right: -11vw; top: 14%; background: radial-gradient(circle, rgba(255,212,0,.2), transparent 62%); }
.ambient-b { width: 24vw; height: 24vw; left: -9vw; bottom: 12%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 62%); animation-delay: -4s; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-24px,18px,0) scale(1.08); } }
.hero-stage { position: relative; min-height: 610px; }
.glass-card, .mini-card, .feature-card, .profile-card, .price-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.032)); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.main-product { position: absolute; inset: 36px 0 auto auto; width: min(520px, 100%); border-radius: var(--radius-xl); padding: 34px; }
.card-header { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(46,231,122,.12); }
.product-title-row { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin: 34px 0 28px; }
.product-title-row .muted { color: var(--muted-2); font-size: 14px; display: block; margin-bottom: 8px; }
.product-title-row strong { display: block; font-size: 46px; letter-spacing: -.06em; font-weight: 520; }
.tag, .pill { display: inline-flex; width: fit-content; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--yellow); background: rgba(255,212,0,.08); font-size: 13px; font-weight: 560; }
.timeline { display: grid; gap: 12px; }
.timeline div { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.22); }
.timeline span { color: var(--yellow); font-weight: 560; }
.timeline b { font-weight: 520; }
.timeline em { color: var(--muted-2); font-style: normal; font-size: 13px; }
.mini-card { position: absolute; left: 0; bottom: 86px; width: 330px; border-radius: 30px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.whatsapp-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 18px; color: #050505; background: var(--yellow); }
.mini-card strong { display: block; margin: 0 0 6px; font-size: 20px; font-weight: 540; }
.mini-card p { margin: 0; font-size: 14px; }
.float-slow { animation: floatSlow 7s ease-in-out infinite; }
.float-soft { animation: floatSoft 6.5s ease-in-out infinite; }
@keyframes floatSlow { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
@keyframes floatSoft { 0%,100%{ transform: translateY(0) rotate(-.2deg); } 50%{ transform: translateY(10px) rotate(.2deg); } }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; border: 1px solid var(--line); border-radius: 30px; padding: 12px; background: rgba(255,255,255,.035); }
.proof-grid div { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.04); }
.proof-grid strong { display: block; font-size: 23px; letter-spacing: -.035em; font-weight: 560; }
.proof-grid span { display: block; margin-top: 8px; color: var(--muted-2); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.feature-card { min-height: 330px; border-radius: var(--radius-xl); padding: 34px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(255,212,0,.26); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); }
.feature-card span { color: var(--yellow); letter-spacing: .14em; font-size: 13px; font-weight: 560; }
.feature-card h3 { margin-top: 76px; }
.feature-card p { font-size: 16px; margin-bottom: 0; }
.whatsapp-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.reverse { grid-template-columns: 1.1fr .9fr; }
.inline-actions { margin-top: 34px; }
.flow-list { display: grid; gap: 14px; }
.flow-list div { border: 1px solid var(--line); border-radius: 28px; padding: 28px; background: rgba(255,255,255,.05); }
.flow-list span { display: block; color: var(--yellow); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; margin-bottom: 10px; }
.flow-list strong { font-size: 26px; line-height: 1.12; font-weight: 520; letter-spacing: -.04em; }
.team-visual { position: relative; min-height: 520px; }
.profile-card { position: absolute; width: 340px; border-radius: 36px; padding: 32px; }
.card-a { left: 6%; top: 12%; }
.card-b { right: 4%; bottom: 12%; }
.profile-card span { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 22px; background: var(--yellow); color: #050505; font-size: 25px; font-weight: 560; margin-bottom: 24px; }
.profile-card strong { display: block; font-size: 32px; font-weight: 520; letter-spacing: -.05em; }
.profile-card p { font-size: 15px; }
.profile-card i { display: block; height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--yellow), rgba(255,212,0,.16)); }
.clean-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; color: var(--muted); }
.clean-list li { position: relative; padding-left: 32px; }
.clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); }
.price-wrap { display: grid; grid-template-columns: .85fr 1fr; gap: 42px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 54px; background: radial-gradient(circle at 82% 16%, rgba(255,212,0,.15), transparent 38%), rgba(255,255,255,.04); }
.price-copy { padding: 36px; }
.price-card { border-color: rgba(255,212,0,.28); border-radius: 38px; padding: 38px; background: rgba(0,0,0,.42); }
.price-card h3 { margin-top: 24px; }
.price-line { display: flex; align-items: baseline; gap: 8px; margin: 30px 0 8px; }
.price-line span { color: var(--yellow); font-size: 24px; font-weight: 560; }
.price-line strong { font-size: clamp(72px, 8vw, 112px); line-height: .82; font-weight: 540; letter-spacing: -.08em; }
.price-line em { color: var(--muted-2); font-style: normal; font-size: 21px; }
.daily-price { margin: 0 0 24px; font-size: 16px; }
.daily-price strong { color: #fff; font-weight: 560; }
.plan-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; color: var(--muted); }
.plan-list li { position: relative; padding-left: 26px; }
.plan-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); position: absolute; left: 3px; top: .72em; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; align-items: start; }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.045); padding: 6px 22px; }
summary { cursor: pointer; padding: 20px 0; font-size: 20px; font-weight: 520; letter-spacing: -.03em; }
summary::marker { color: var(--yellow); }
details p { margin: 0 0 18px; font-size: 16px; }
.final-cta { padding-top: 70px; }
.cta-logo { margin: 0 auto 32px; width: 178px; }
.footer { border-top: 1px solid var(--line); padding: 38px 0; color: var(--muted-2); }
.footer-grid { display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.footer-brand img { width: 128px; margin-bottom: 12px; }
.footer p { margin: 0; font-size: 14px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.footer-links a:hover { color: #fff; }
.copyright { margin-top: 20px; font-size: 13px; }
.legal-page .legal-hero { padding: 132px 0 64px; }
.legal-doc { max-width: 860px; padding-bottom: 96px; }
.legal-doc section { border-top: 1px solid var(--line); padding: 32px 0; }
.legal-doc h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }
.legal-doc h3 { font-size: 23px; margin-top: 24px; }
.legal-doc p, .legal-doc li { font-size: 17px; color: var(--muted); line-height: 1.7; }
.legal-doc ul { padding-left: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .nav-toggle { display: inline-block; order: 3; }
  .nav-actions { margin-left: auto; }
  .ghost-link { display: none; }
  .nav-links { position: fixed; inset: 76px 14px auto; display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 26px; background: rgba(8,8,8,.96); backdrop-filter: blur(22px); transform: translateY(-14px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .nav-links a { padding: 16px; }
  body.menu-open .nav-links { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .hero-grid, .split, .reverse, .price-wrap, .faq-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 530px; }
  .proof-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .team-visual { min-height: 450px; }
}
@media (max-width: 640px) {
  .brand img { width: 128px; }
  .button-small { min-height: 38px; padding-inline: 13px; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(48px, 16vw, 70px); }
  .hero-text { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-large { width: 100%; }
  .main-product { inset: 20px 0 auto; padding: 24px; }
  .timeline div { grid-template-columns: 1fr; }
  .timeline em { display: none; }
  .mini-card { left: 10px; right: 10px; bottom: 44px; width: auto; }
  .proof-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 40px; }
  .profile-card { position: relative; inset: auto !important; width: 100%; margin-bottom: 16px; }
  .team-visual { min-height: auto; }
  .price-wrap { padding: 14px; border-radius: 34px; }
  .price-copy, .price-card { padding: 26px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

/* Refinamentos v4 */
.hero-actions-single { gap: 0; }
.whatsapp-note {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 8px 14px;
  align-items: center;
  max-width: 500px;
  padding: 20px 22px;
  border: 1px solid rgba(255,212,0,.2);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,212,0,.08), rgba(255,255,255,.035));
}
.note-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255,212,0,.1);
}
.whatsapp-note strong {
  font-weight: 540;
  letter-spacing: -.02em;
}
.whatsapp-note small {
  grid-column: 2;
  color: var(--muted-2);
  line-height: 1.55;
  font-size: 14px;
}
.daily-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 30px 0 10px;
}
.daily-price-line span {
  color: var(--yellow);
  font-size: 24px;
  font-weight: 560;
}
.daily-price-line strong {
  font-size: clamp(88px, 9.2vw, 140px);
  line-height: .78;
  font-weight: 500;
  letter-spacing: -.085em;
}
.daily-price-line em {
  color: var(--muted-2);
  font-style: normal;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -.04em;
}
.month-price {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
}
.month-price strong {
  color: #fff;
  font-weight: 540;
}
.price-card .button { margin-top: 4px; }
.faq { overflow: hidden; }
.faq::before {
  content: "";
  position: absolute;
  width: min(520px, 52vw);
  height: min(520px, 52vw);
  right: -18vw;
  top: 8%;
  background: radial-gradient(circle, rgba(255,212,0,.12), transparent 66%);
  filter: blur(16px);
  pointer-events: none;
}
.faq-intro {
  position: sticky;
  top: 112px;
}
.faq-intro p:not(.eyebrow) {
  max-width: 420px;
}
.faq-mini-card {
  margin-top: 32px;
  max-width: 360px;
  padding: 24px;
  border: 1px solid rgba(255,212,0,.18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,212,0,.07), rgba(255,255,255,.035));
}
.faq-mini-card span {
  display: block;
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.faq-mini-card strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.04em;
  font-weight: 520;
}
.faq-panel {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255,255,255,.025);
}
.faq-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,.045);
}
.faq-item + .faq-item { margin-top: 10px; }
.faq-item[open] {
  border-color: rgba(255,212,0,.28);
  background: linear-gradient(145deg, rgba(255,212,0,.065), rgba(255,255,255,.045));
}
.faq-item summary {
  display: grid;
  grid-template-columns: 44px 1fr 36px;
  gap: 16px;
  align-items: center;
  padding: 24px 24px;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  background: rgba(255,212,0,.085);
  border: 1px solid rgba(255,212,0,.18);
  font-size: 13px;
  font-weight: 560;
}
.faq-item summary strong {
  color: #fff;
  font-size: clamp(18px, 2.3vw, 24px);
  font-weight: 520;
  letter-spacing: -.035em;
}
.faq-item summary i {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.16);
}
.faq-item summary i::before,
.faq-item summary i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  transform: translate(-50%, -50%);
}
.faq-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: opacity .2s ease; }
.faq-item[open] summary i::after { opacity: 0; }
.faq-item p {
  margin: -4px 24px 26px 84px;
  max-width: 700px;
  color: var(--muted);
}
.footer {
  padding: 56px 0 28px;
  background: radial-gradient(circle at 15% 0%, rgba(255,212,0,.08), transparent 34rem), rgba(255,255,255,.012);
}
.footer-grid-rich {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(130px, .55fr));
  gap: 36px;
  align-items: start;
}
.footer-brand-large img { width: 150px; margin-bottom: 20px; }
.footer-brand-large p {
  max-width: 380px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.footer-badge {
  display: inline-flex;
  margin-top: 22px;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,212,0,.2);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255,212,0,.065);
  font-size: 13px;
}
.footer-column {
  display: grid;
  gap: 12px;
}
.footer-column strong {
  color: #fff;
  font-weight: 540;
  margin-bottom: 6px;
}
.footer-column a {
  color: var(--muted-2);
  font-size: 14px;
  transition: color .18s ease, transform .18s ease;
}
.footer-column a:hover {
  color: var(--text);
  transform: translateX(3px);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 13px;
}
@media (max-width: 980px) {
  .faq-intro { position: relative; top: auto; }
  .footer-grid-rich { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .whatsapp-note { grid-template-columns: 1fr; }
  .note-dot { display: none; }
  .whatsapp-note small { grid-column: auto; }
  .daily-price-line { gap: 6px; }
  .daily-price-line strong { font-size: clamp(74px, 24vw, 104px); }
  .daily-price-line em { font-size: 27px; }
  .faq-item summary { grid-template-columns: 38px 1fr; padding: 20px; }
  .faq-item summary span { width: 38px; height: 38px; border-radius: 14px; }
  .faq-item summary i { display: none; }
  .faq-item p { margin: -2px 20px 22px 74px; }
  .footer-grid-rich { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; margin-top: 34px; }
}


/* Refinamentos v6: plano, WhatsApp e rodapé clássico */
.flow-list div {
  position: relative;
  overflow: hidden;
  min-height: 112px;
}
.flow-list div::after {
  content: "";
  position: absolute;
  inset: auto 20px 0 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,212,0,.22), transparent);
  opacity: 0;
  transition: opacity .22s ease;
}
.flow-list div:hover::after { opacity: 1; }
.flow-list div:nth-child(4) {
  border-color: rgba(255,212,0,.28);
  background:
    radial-gradient(circle at 6% 18%, rgba(255,212,0,.15), transparent 12rem),
    linear-gradient(145deg, rgba(255,212,0,.07), rgba(255,255,255,.045));
}
.flow-list div:nth-child(4)::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255,212,0,.1);
  position: absolute;
  top: 30px;
  left: 28px;
}
.flow-list div:nth-child(4) span,
.flow-list div:nth-child(4) strong { padding-left: 30px; }
.price-copy h2 { max-width: 620px; }
.price-copy p {
  max-width: 540px;
  font-size: 20px;
  line-height: 1.7;
}
.price-card {
  box-shadow: 0 36px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(255,212,0,.05) inset;
}

/* Rodapé no layout anterior, apenas com fundo mais premium */
.footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 56px 0 38px;
  color: var(--muted-2);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,212,0,.06), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #020202 100%);
}
.footer-grid-rich {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(130px, .55fr));
  gap: 36px;
  align-items: start;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--muted-2);
  font-size: 13px;
}
@media (max-width: 640px) {
  .flow-list div:nth-child(4)::before { top: 24px; left: 22px; }
  .flow-list div:nth-child(4) span,
  .flow-list div:nth-child(4) strong { padding-left: 26px; }
  .price-copy p { font-size: 18px; }
}


/* Refinamentos v7: card de WhatsApp ilimitado com leitura mais clara */
.flow-list .flow-highlight {
  border-color: rgba(255,212,0,.30);
  background:
    radial-gradient(circle at 7% 22%, rgba(255,212,0,.14), transparent 11rem),
    linear-gradient(145deg, rgba(255,212,0,.065), rgba(255,255,255,.044));
}
.flow-list .flow-highlight::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255,212,0,.10);
  position: absolute;
  top: 30px;
  left: 28px;
}
.flow-list .flow-highlight span,
.flow-list .flow-highlight strong {
  padding-left: 32px;
}
.flow-list .flow-highlight span {
  letter-spacing: .18em;
}
.flow-list .flow-highlight strong {
  max-width: 620px;
  text-align: left;
  line-height: 1.16;
}
@media (max-width: 640px) {
  .flow-list .flow-highlight::before { top: 24px; left: 22px; }
  .flow-list .flow-highlight span,
  .flow-list .flow-highlight strong { padding-left: 26px; }
}

/* Refinamentos v8: copy do plano e FAQ premium */
.price-wrap {
  background:
    radial-gradient(circle at 18% 12%, rgba(255,212,0,.085), transparent 22rem),
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.055), transparent 22rem),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.price-copy h2 {
  max-width: 720px;
  letter-spacing: -.058em;
}
.price-copy p {
  color: rgba(247,247,244,.74);
}
.month-price {
  max-width: 520px;
}
.plan-list li {
  line-height: 1.45;
}
.faq {
  background:
    radial-gradient(circle at 8% 20%, rgba(255,212,0,.07), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent);
}
.faq-grid {
  align-items: center;
}
.faq-intro h2 {
  max-width: 560px;
}
.faq-intro p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(247,247,244,.70);
}
.faq-metrics {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}
.faq-metrics div {
  min-height: 118px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,212,0,.10), transparent 12rem),
    rgba(255,255,255,.04);
}
.faq-metrics span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 13px;
  color: var(--yellow);
  border: 1px solid rgba(255,212,0,.24);
  background: rgba(255,212,0,.07);
  font-size: 13px;
  font-weight: 560;
  margin-bottom: 18px;
}
.faq-metrics strong,
.faq-metrics small {
  display: block;
}
.faq-metrics strong {
  color: #fff;
  font-size: 20px;
  letter-spacing: -.04em;
  font-weight: 540;
}
.faq-metrics small {
  color: var(--muted-2);
  margin-top: 6px;
  line-height: 1.35;
}
.faq-panel {
  padding: 14px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255,212,0,.08), transparent 20rem),
    rgba(255,255,255,.025);
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
}
.faq-item {
  border-radius: 28px;
  border-color: rgba(255,255,255,.10);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.032));
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255,212,0,.22);
}
.faq-item[open] {
  border-color: rgba(255,212,0,.36);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,212,0,.13), transparent 18rem),
    linear-gradient(145deg, rgba(255,212,0,.075), rgba(255,255,255,.052));
}
.faq-item[open]::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,212,0,.34), transparent);
}
.faq-item summary {
  grid-template-columns: 48px 1fr 40px;
  padding: 26px 26px;
}
.faq-item summary span {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255,212,0,.04);
}
.faq-item summary strong {
  font-weight: 540;
}
.faq-item p {
  margin: -2px 28px 30px 90px;
  color: rgba(247,247,244,.70);
  line-height: 1.68;
  font-size: 17px;
}
@media (max-width: 980px) {
  .faq-grid { align-items: start; }
}
@media (max-width: 760px) {
  .faq-metrics { grid-template-columns: 1fr; }
  .faq-metrics div { min-height: auto; }
}
@media (max-width: 640px) {
  .faq-panel { padding: 10px; border-radius: 28px; }
  .faq-item summary { grid-template-columns: 40px 1fr; padding: 20px; }
  .faq-item summary span { width: 40px; height: 40px; border-radius: 15px; }
  .faq-item p { margin: -2px 20px 24px 76px; font-size: 16px; }
}


/* Refinamentos v9: WhatsApp, FAQ e footer com preto puro */
.whatsapp-section {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.008) 48%, transparent 100%);
}
.whatsapp-section .split {
  gap: 76px;
}
.whatsapp-section h2 {
  max-width: 680px;
}
.whatsapp-section p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(247,247,244,.74);
}
.flow-list div {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.062), rgba(255,255,255,.032));
}
.flow-list span {
  font-size: 12px;
  letter-spacing: .19em;
}
.flow-list strong {
  max-width: 720px;
  display: block;
}
.flow-list .flow-highlight {
  border-color: rgba(255,212,0,.34);
  box-shadow: 0 24px 70px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,212,0,.04);
}
.faq {
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.045), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(255,255,255,.01), transparent);
}
.faq-intro h2 {
  letter-spacing: -.06em;
}
.faq-panel {
  background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.016));
}
.faq-metrics div {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
}
.faq-item summary strong {
  line-height: 1.18;
}
.footer {
  background: #020202 !important;
  border-top: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.footer-badge {
  background: transparent;
}
@media (max-width: 980px) {
  .whatsapp-section .split { gap: 42px; }
}

/* Refinamentos v10: seção WhatsApp sem destaque isolado + responsividade mobile */
.whatsapp-section {
  background: linear-gradient(180deg, #030303 0%, #060606 52%, #030303 100%);
}
.whatsapp-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}
.whatsapp-copy h2 {
  max-width: 620px;
  font-weight: 520;
  letter-spacing: -.06em;
}
.whatsapp-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(247,247,244,.72);
}
.section-note {
  margin-top: 20px;
  color: rgba(247,247,244,.58) !important;
  font-size: 17px;
}
.message-board {
  display: grid;
  gap: 12px;
}
.message-board article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 22px 70px rgba(0,0,0,.24);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.message-board article:hover {
  transform: translateY(-2px);
  border-color: rgba(255,212,0,.26);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
}
.message-board article span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  color: var(--yellow);
  border: 1px solid rgba(255,212,0,.26);
  background: rgba(255,212,0,.07);
  font-size: 12px;
  font-weight: 520;
  letter-spacing: .04em;
}
.message-board h3 {
  margin: 0 0 7px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.035em;
}
.message-board p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(247,247,244,.64);
}

/* neutraliza estilos antigos da lista de fluxos caso o HTML seja cacheado */
.flow-list .flow-highlight,
.flow-list div:nth-child(4) {
  border-color: var(--line);
  box-shadow: none;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}
.flow-list .flow-highlight::before,
.flow-list div:nth-child(4)::before { display: none; }
.flow-list .flow-highlight span,
.flow-list .flow-highlight strong,
.flow-list div:nth-child(4) span,
.flow-list div:nth-child(4) strong { padding-left: 0; }

/* FAQ mais leve e coerente com a tipografia do site */
.faq {
  background: #030303;
  overflow: hidden;
}
.faq::before {
  opacity: .45;
}
.faq-grid {
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(36px, 6vw, 70px);
}
.faq-intro h2 {
  max-width: 560px;
  font-weight: 520;
  letter-spacing: -.058em;
}
.faq-intro p:not(.eyebrow) {
  font-size: 18px;
  color: rgba(247,247,244,.68);
}
.faq-panel {
  padding: 12px;
  border-radius: 34px;
  background: rgba(255,255,255,.025);
  box-shadow: 0 26px 90px rgba(0,0,0,.32);
}
.faq-item {
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
}
.faq-item summary strong {
  font-weight: 500;
  letter-spacing: -.025em;
}
.faq-item p {
  color: rgba(247,247,244,.66);
}

/* Responsividade completa para celular */
@media (max-width: 980px) {
  .whatsapp-layout { grid-template-columns: 1fr; }
  .whatsapp-copy h2, .whatsapp-copy p:not(.eyebrow) { max-width: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: relative; top: auto; }
}
@media (max-width: 760px) {
  body {
    background: linear-gradient(180deg, #030303 0%, #060606 44%, #030303 100%);
  }
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .site-header.is-scrolled { backdrop-filter: blur(18px); }
  .nav { min-height: 68px; gap: 12px; }
  .brand img { width: 118px; }
  .nav-actions .button-small { display: none; }
  .nav-toggle { width: 42px; height: 42px; }
  .hero { min-height: auto; padding: 54px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  h1 { font-size: clamp(48px, 15vw, 72px); line-height: .95; letter-spacing: -.065em; }
  h2 { font-size: clamp(40px, 12vw, 58px); line-height: 1; letter-spacing: -.06em; }
  h3 { font-size: clamp(24px, 8vw, 34px); }
  p { font-size: 17px; line-height: 1.58; }
  .hero-text { font-size: 18px; }
  .hero-stage { min-height: 470px; }
  .main-product { position: relative; inset: auto; width: 100%; padding: 22px; border-radius: 30px; }
  .product-title-row { margin: 26px 0 22px; }
  .product-title-row strong { font-size: 38px; }
  .timeline div { padding: 15px; }
  .mini-card { position: relative; inset: auto; width: 100%; margin-top: 14px; border-radius: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { padding: 20px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
  .feature-card { padding: 26px; border-radius: 30px; }
  .split, .reverse, .price-wrap { grid-template-columns: 1fr; gap: 28px; }
  .whatsapp-layout { gap: 28px; }
  .message-board article { grid-template-columns: 42px 1fr; gap: 14px; padding: 18px; border-radius: 22px; }
  .message-board article span { width: 36px; height: 36px; border-radius: 13px; font-size: 11px; }
  .message-board h3 { font-size: 21px; }
  .message-board p { font-size: 15px; }
  .profile-card { border-radius: 28px; padding: 26px; }
  .price-wrap { padding: 12px; border-radius: 32px; }
  .price-copy, .price-card { padding: 22px; }
  .daily-price-line { flex-wrap: wrap; align-items: baseline; }
  .daily-price-line strong { font-size: clamp(72px, 26vw, 104px); letter-spacing: -.075em; }
  .daily-price-line em { font-size: 25px; }
  .plan-list li { font-size: 15px; }
  .faq-metrics { grid-template-columns: 1fr; }
  .faq-panel { border-radius: 28px; padding: 10px; }
  .faq-item summary { grid-template-columns: 38px 1fr; gap: 14px; padding: 18px; }
  .faq-item summary span { width: 38px; height: 38px; border-radius: 14px; }
  .faq-item summary i { display: none; }
  .faq-item p { margin: -2px 18px 22px 70px; font-size: 15.5px; line-height: 1.58; }
  .final-cta { padding-top: 58px; }
  .cta-logo { width: 142px; }
  .footer { padding: 58px 0 34px; }
  .footer-grid-rich { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand-large img { width: 138px; }
  .footer-column { gap: 10px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 420px) {
  .shell { width: min(100% - 22px, 1180px); }
  .button-large { min-height: 54px; padding-inline: 20px; }
  .message-board article { grid-template-columns: 1fr; }
  .message-board article span { margin-bottom: 2px; }
  .faq-item summary { grid-template-columns: 1fr; }
  .faq-item summary span { margin-bottom: 2px; }
  .faq-item p { margin: -4px 18px 22px; }
}

/* v11: ajuste definitivo de responsividade mobile e tamanhos condizentes */
@media (max-width: 760px) {
  :root {
    --radius-xl: 26px;
    --radius-lg: 22px;
    --radius-md: 16px;
  }

  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #030303;
  }

  .shell {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .section-small {
    padding: 20px 0 46px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .16em;
  }

  h1 {
    font-size: clamp(39px, 10.8vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.052em !important;
    max-width: 100%;
  }

  h2 {
    font-size: clamp(33px, 9.2vw, 46px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.048em !important;
    max-width: 100%;
  }

  h3 {
    font-size: clamp(21px, 6vw, 28px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.035em !important;
  }

  p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .site-header {
    background: rgba(3,3,3,.82);
    backdrop-filter: blur(18px);
  }

  .nav {
    min-height: 64px;
  }

  .brand img {
    width: 112px !important;
  }

  .nav-links {
    inset: 70px 14px auto;
    border-radius: 22px;
  }

  .nav-links a {
    padding: 13px 14px;
    font-size: 14px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .button {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 14.5px;
  }

  .button-large {
    min-height: 52px;
    width: 100%;
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 52px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-text {
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .microcopy {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .hero-stage {
    min-height: auto !important;
    display: grid;
    gap: 14px;
  }

  .main-product {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    padding: 20px;
    border-radius: 26px;
  }

  .card-header {
    font-size: 13px;
  }

  .product-title-row {
    margin: 22px 0 18px;
    align-items: center;
  }

  .product-title-row strong {
    font-size: 32px;
    letter-spacing: -.055em;
  }

  .tag, .pill {
    min-height: 29px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .timeline {
    gap: 10px;
  }

  .timeline div {
    grid-template-columns: 64px 1fr;
    padding: 13px;
    border-radius: 16px;
  }

  .timeline b {
    font-size: 14px;
  }

  .mini-card {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    margin: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .whatsapp-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 15px;
  }

  .mini-card strong {
    font-size: 17px;
  }

  .mini-card p {
    font-size: 13.5px;
  }

  .proof-grid {
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .proof-grid div {
    padding: 17px;
    border-radius: 18px;
  }

  .proof-grid strong {
    font-size: 19px;
  }

  .proof-grid span {
    margin-top: 6px;
    font-size: 13.5px;
  }

  .feature-grid {
    margin-top: 30px;
    gap: 12px;
  }

  .feature-card {
    min-height: auto !important;
    padding: 22px;
    border-radius: 24px;
  }

  .feature-card span {
    font-size: 12px;
  }

  .feature-card h3 {
    margin-top: 30px !important;
  }

  .feature-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  .whatsapp-section {
    background: #030303;
  }

  .whatsapp-layout {
    gap: 24px;
  }

  .whatsapp-copy p:not(.eyebrow),
  .section-note {
    font-size: 15.5px !important;
    line-height: 1.62;
  }

  .message-board {
    gap: 10px;
  }

  .message-board article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .message-board article span {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 10.5px;
  }

  .message-board h3 {
    font-size: 18px !important;
    margin-bottom: 5px;
  }

  .message-board p {
    font-size: 14px;
    line-height: 1.48;
  }

  .team-visual {
    min-height: auto !important;
    display: grid;
    gap: 12px;
  }

  .profile-card {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    margin: 0;
    padding: 22px;
    border-radius: 24px;
  }

  .profile-card span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
  }

  .profile-card strong {
    margin-top: 28px;
    font-size: 25px;
  }

  .profile-card p {
    font-size: 14px;
  }

  .clean-list {
    margin-top: 24px;
    gap: 12px;
  }

  .clean-list li {
    font-size: 15px;
    line-height: 1.48;
  }

  .price-wrap {
    padding: 10px;
    border-radius: 26px;
  }

  .price-copy,
  .price-card {
    padding: 20px;
    border-radius: 22px;
  }

  .price-copy p {
    font-size: 15.5px !important;
    line-height: 1.64;
  }

  .price-badge {
    font-size: 12px;
  }

  .daily-price-line {
    margin: 22px 0 8px;
    gap: 6px;
  }

  .daily-price-line span {
    font-size: 18px;
  }

  .daily-price-line strong {
    font-size: clamp(60px, 20vw, 82px) !important;
    line-height: .86;
    letter-spacing: -.07em;
  }

  .daily-price-line em {
    font-size: 20px !important;
  }

  .month-price {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .plan-list {
    gap: 12px;
    margin-top: 22px;
  }

  .plan-list li {
    font-size: 14.5px;
  }

  .faq {
    background: #030303;
  }

  .faq-grid {
    gap: 28px;
  }

  .faq-intro p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .faq-metrics {
    margin-top: 24px;
    gap: 10px;
  }

  .faq-metrics div {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .faq-metrics span {
    min-width: 30px;
    height: 30px;
    border-radius: 11px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .faq-metrics strong {
    font-size: 18px;
  }

  .faq-metrics small {
    font-size: 13.5px;
  }

  .faq-panel {
    padding: 8px;
    border-radius: 24px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-item + .faq-item {
    margin-top: 8px;
  }

  .faq-item summary {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 15px;
  }

  .faq-item summary span {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 11px;
  }

  .faq-item summary strong {
    font-size: 16px !important;
    line-height: 1.22;
  }

  .faq-item p {
    margin: -2px 15px 18px 61px;
    font-size: 14.2px;
    line-height: 1.58;
  }

  .final-cta {
    padding-top: 44px;
    padding-bottom: 54px;
  }

  .final-cta h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .cta-logo {
    width: 126px;
  }

  .footer {
    padding: 42px 0 28px;
    background: #020202 !important;
  }

  .footer-grid-rich {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand-large img {
    width: 120px;
    margin-bottom: 16px;
  }

  .footer-brand-large p {
    font-size: 14px;
    line-height: 1.58;
  }

  .footer-badge {
    min-height: 34px;
    margin-top: 18px;
    font-size: 12px;
  }

  .footer-column {
    gap: 9px;
  }

  .footer-column strong {
    font-size: 14px;
  }

  .footer-column a {
    font-size: 13.5px;
  }

  .footer-bottom {
    margin-top: 32px;
    padding-top: 20px;
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .shell {
    width: calc(100% - 24px);
  }

  .section {
    padding: 48px 0;
  }

  h1 {
    font-size: clamp(36px, 11.6vw, 47px) !important;
  }

  h2 {
    font-size: clamp(30px, 9.8vw, 40px) !important;
  }

  .hero {
    padding-top: 36px;
  }

  .message-board article {
    grid-template-columns: 34px 1fr !important;
  }

  .faq-item summary {
    grid-template-columns: 32px 1fr !important;
  }

  .faq-item p {
    margin-left: 59px !important;
  }

  .daily-price-line strong {
    font-size: clamp(56px, 22vw, 74px) !important;
  }
}

/* v12: footer mobile compacto */
@media (max-width: 760px) {
  .footer {
    padding: 30px 0 18px !important;
  }

  .footer-grid-rich {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
    align-items: start;
  }

  .footer-brand-large {
    grid-column: 1 / -1;
  }

  .footer-brand-large img {
    width: 108px !important;
    margin-bottom: 12px !important;
  }

  .footer-brand-large p {
    max-width: 420px;
    font-size: 13.2px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  .footer-badge {
    min-height: 30px !important;
    margin-top: 12px !important;
    padding: 0 11px !important;
    font-size: 11.5px !important;
  }

  .footer-column {
    gap: 7px !important;
    min-width: 0;
  }

  .footer-column strong {
    margin-bottom: 2px !important;
    font-size: 12.5px !important;
  }

  .footer-column a {
    font-size: 12.5px !important;
    line-height: 1.28;
  }

  .footer-bottom {
    margin-top: 24px !important;
    padding-top: 14px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px 16px !important;
    flex-wrap: wrap;
    font-size: 11.8px !important;
    line-height: 1.35;
  }
}

@media (max-width: 420px) {
  .footer {
    padding: 26px 0 16px !important;
  }

  .footer-grid-rich {
    gap: 18px 10px !important;
  }

  .footer-brand-large img {
    width: 102px !important;
  }

  .footer-brand-large p {
    font-size: 12.8px !important;
  }

  .footer-badge {
    margin-top: 10px !important;
    font-size: 11px !important;
  }

  .footer-column strong,
  .footer-column a {
    font-size: 12px !important;
  }
}

/* v13: ajuste desktop — mantém o mobile da v12 intacto e devolve presença no PC */
@media (min-width: 761px) {
  .shell {
    width: min(1280px, calc(100% - 56px));
  }

  .section {
    padding: 126px 0;
  }

  .section-small {
    padding: 46px 0 86px;
  }

  .nav {
    min-height: 84px;
  }

  .brand img {
    width: 164px;
  }

  .nav-links a,
  .ghost-link {
    font-size: 15px;
  }

  .button-small {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .button-large {
    min-height: 62px;
    padding-inline: 30px;
    font-size: 17px;
  }

  h1 {
    font-size: clamp(76px, 8.8vw, 128px);
    max-width: 920px;
  }

  h2 {
    font-size: clamp(54px, 6.2vw, 92px);
  }

  h3 {
    font-size: clamp(30px, 3.2vw, 46px);
  }

  p {
    font-size: 19px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .hero {
    min-height: calc(100svh - 84px);
    padding-top: 96px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 82px;
  }

  .hero-text {
    max-width: 720px;
    font-size: 22px;
  }

  .microcopy {
    font-size: 16px;
  }

  .hero-stage {
    min-height: 660px;
  }

  .main-product {
    width: min(580px, 100%);
    padding: 40px;
  }

  .product-title-row strong {
    font-size: 54px;
  }

  .timeline div {
    padding: 21px;
  }

  .mini-card {
    width: 370px;
    padding: 28px;
  }

  .proof-grid {
    gap: 14px;
    padding: 14px;
  }

  .proof-grid div {
    padding: 30px;
  }

  .proof-grid strong {
    font-size: 27px;
  }

  .feature-grid {
    gap: 22px;
    margin-top: 68px;
  }

  .feature-card {
    min-height: 370px;
    padding: 42px;
  }

  .feature-card p {
    font-size: 17px;
  }

  .whatsapp-layout {
    gap: clamp(70px, 8vw, 116px);
  }

  .message-board {
    gap: 16px;
  }

  .message-board article {
    grid-template-columns: 58px 1fr;
    padding: 28px;
    border-radius: 30px;
  }

  .message-board article span {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .message-board h3 {
    font-size: clamp(24px, 2.2vw, 31px);
  }

  .message-board p {
    font-size: 17px;
  }

  .team-visual {
    min-height: 590px;
  }

  .profile-card {
    width: 390px;
    padding: 38px;
  }

  .profile-card span {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    font-size: 28px;
  }

  .profile-card strong {
    font-size: 38px;
  }

  .profile-card p,
  .clean-list li {
    font-size: 17px;
  }

  .price-wrap {
    gap: 54px;
    padding: 30px;
  }

  .price-copy,
  .price-card {
    padding: 46px;
  }

  .price-copy p {
    font-size: 21px;
  }

  .daily-price-line strong {
    font-size: clamp(112px, 9vw, 158px);
  }

  .daily-price-line em {
    font-size: clamp(32px, 3vw, 48px);
  }

  .month-price {
    font-size: 18px;
  }

  .plan-list li {
    font-size: 16.5px;
  }

  .faq-grid {
    gap: clamp(64px, 7vw, 96px);
  }

  .faq-intro p:not(.eyebrow) {
    font-size: 19px;
  }

  .faq-metrics div {
    min-height: 132px;
    padding: 22px;
  }

  .faq-panel {
    padding: 16px;
  }

  .faq-item summary {
    padding: 30px;
  }

  .faq-item summary strong {
    font-size: clamp(20px, 2.1vw, 27px);
  }

  .faq-item p {
    font-size: 18px;
    margin: -2px 30px 34px 96px;
  }

  .final-cta {
    padding-top: 86px;
  }

  .cta-logo {
    width: 192px;
  }

  .footer {
    padding: 66px 0 42px;
  }

  .footer-grid-rich {
    grid-template-columns: minmax(340px, 1.25fr) repeat(3, minmax(160px, .55fr));
    gap: 54px;
  }

  .footer-brand-large img {
    width: 164px;
  }

  .footer-brand-large p {
    font-size: 16px;
  }

  .footer-column strong {
    font-size: 15px;
  }

  .footer-column a {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .shell {
    width: min(1360px, calc(100% - 72px));
  }

  .hero-grid {
    gap: 96px;
  }

  .main-product {
    width: 610px;
  }
}

/* v14: alinhamento refinado do footer no desktop sem alterar o mobile aprovado */
@media (min-width: 761px) {
  .footer {
    padding: 72px 0 44px !important;
    background: #020202 !important;
  }

  .footer-grid-rich,
  .footer-bottom {
    width: min(1120px, calc(100% - 56px)) !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-grid-rich {
    grid-template-columns: minmax(320px, 1.05fr) repeat(3, minmax(145px, .48fr)) !important;
    column-gap: clamp(52px, 5vw, 84px) !important;
    row-gap: 32px !important;
    align-items: start !important;
  }

  .footer-brand-large {
    align-self: start !important;
  }

  .footer-brand-large img {
    width: 154px !important;
    margin: 0 0 24px !important;
  }

  .footer-brand-large p {
    max-width: 380px !important;
    margin: 0 !important;
    font-size: 15.5px !important;
    line-height: 1.6 !important;
  }

  .footer-badge {
    margin-top: 22px !important;
  }

  .footer-column {
    padding-top: 12px !important;
    gap: 12px !important;
    align-content: start !important;
  }

  .footer-column strong {
    margin: 0 0 8px !important;
    line-height: 1.1 !important;
  }

  .footer-column a {
    line-height: 1.25 !important;
  }

  .footer-bottom {
    margin-top: 62px !important;
    padding-top: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}
