:root {
  --paper: #fafaf6;
  --surface: #fff;
  --mist: #e7e1d6;
  --ink: #14151a;
  --ink-soft: #6b6157;
  --whisper: #b97a1f;
  --whisper-soft: #f1e8d8;
  --sage: #2f7562;
  --sage-soft: #eaf4f1;
  --ember: #b45309;
  --ember-soft: #fbf1e4;
  --ember-strong: #873e07;
}
* { box-sizing: border-box; }
body, h1, h2, h3, p, ul, ol, figure { margin: 0; }
body { background: var(--paper); color: var(--ink); font: 16px/1.5 Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
h1, h2, h3 { font-weight: 600; line-height: 1.04; letter-spacing: -.025em; }
h2 { font-size: clamp(30px, 4.2vw, 46px); }
h3 { font-size: 26px; }
p { color: var(--ink-soft); }
a { color: inherit; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
svg { flex-shrink: 0; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--whisper); outline-offset: 4px; }
.wrap { width: 100%; max-width: 1160px; margin-inline: auto; padding-inline: 24px; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 18px; background: var(--surface); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 16px; border: 1px solid transparent; border-radius: 100px; font-size: 13.5px; font-weight: 500; text-align: center; text-decoration: none; transition: background .18s ease; }
.btn-primary { background: var(--whisper); color: white; }
.btn-primary:hover { background: #a66e1c; }
.btn-ghost { border-color: var(--mist); background: var(--surface); }
.btn-ghost:hover { background: var(--paper); }
.hero .btn, .final .btn { min-height: 48px; padding-inline: 24px; font-size: 15px; }
.brand-mark { width: 18px; height: 18px; color: var(--whisper); }
.nav { position: sticky; top: 0; z-index: 20; background: rgb(255 255 255 / 90%); backdrop-filter: blur(8px); border-bottom: 1px solid var(--mist); }
.nav-in { display: flex; align-items: center; gap: 32px; min-height: 70px; }
.logo { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 600; letter-spacing: -.025em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 15px; font-weight: 500; }
.nav-links a, .entrar { color: var(--ink-soft); text-decoration: none; }
.nav-links a:hover, .entrar:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.entrar { font-size: 15px; font-weight: 500; }
.menu-toggle { display: none; border: 1px solid var(--mist); background: var(--surface); border-radius: 8px; padding: 8px 12px; min-height: 44px; cursor: pointer; }
.hero { position: relative; overflow: hidden; padding-top: 72px; text-align: center; }
.hero::before { content: ''; position: absolute; top: -380px; left: 50%; transform: translateX(-50%); width: 1100px; height: 820px; background: radial-gradient(circle, rgb(185 122 31 / 13%) 0%, transparent 62%); pointer-events: none; }
.hero-txt { position: relative; max-width: 860px; margin-inline: auto; }
.hero h1 { font-size: clamp(38px, 5.6vw, 66px); }
.hero-sub { max-width: 56ch; margin: 20px auto 30px; font-size: 19px; line-height: 1.625; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 22px; }
.selos { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 0; margin-bottom: 52px; list-style: none; }
.selo { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 100px; background: var(--sage-soft); color: var(--sage); font-size: 13.5px; }
.palco { position: relative; margin-top: 16px; }
.call { border-radius: 20px; padding: 16px; background: var(--ink); box-shadow: 0 40px 90px -40px rgb(20 21 26 / 55%); }
.call-bar { display: flex; gap: 6px; padding: 0 4px 14px; }
.call-bar i { width: 10px; height: 10px; border-radius: 50%; background: #3a3d44; }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tile { position: relative; display: grid; place-items: center; aspect-ratio: 16/9; border-radius: 16px; background: #2a2d33; }
.tile.falando { outline: 2px solid var(--whisper); outline-offset: -2px; }
.tile-av { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; color: white; font-size: 24px; font-weight: 600; }
.avatar-you { background: #3f4550; }
.avatar-client { background: var(--whisper); }
.tile-nome { position: absolute; bottom: 12px; left: 14px; color: #c9c5be; font-size: 13px; }
.flutuante { position: relative; width: 100%; max-width: 390px; margin: -36px 0 0 auto; border: 1px solid var(--mist); border-radius: 16px; padding: 18px; background: var(--surface); text-align: left; box-shadow: 0 30px 60px -22px rgb(20 21 26 / 40%); }
.fl-top { display: flex; align-items: center; gap: 8px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--mist); }
.fl-nome { font-size: 15px; font-weight: 600; }
.aovivo { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 4px 10px; border-radius: 100px; color: var(--ember-strong); background: var(--ember-soft); font-size: 12px; font-weight: 600; }
.pulso { width: 6px; height: 6px; border-radius: 50%; background: var(--ember); animation: breathe 2.4s ease-in-out infinite; }
.fala { margin-bottom: 14px; font-size: 14px; line-height: 1.625; }
.fala b { color: var(--ink); font-weight: 600; }
.sug { padding: 14px 16px; border-left: 3px solid var(--whisper); border-radius: 0 12px 12px 0; background: var(--whisper-soft); }
.sug-tag { display: block; margin-bottom: 6px; font-size: 11.5px; font-weight: 600; color: var(--ember-strong); }
.sug-txt { font-size: 14.5px; color: var(--ink); }
.fonte { display: inline-flex; margin-top: 10px; padding: 4px 10px; border-radius: 6px; background: rgb(255 255 255 / 70%); color: var(--ink-soft); font-size: 12px; }
.fl-input { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 10px 14px; border: 1px solid var(--mist); border-radius: 10px; font-size: 13.5px; color: var(--ink-soft); }
.fl-input span { margin-left: auto; padding: 4px 10px; border-radius: 6px; background: var(--whisper); color: white; font-size: 12px; font-weight: 600; }
.sec, .versus, .final { padding-block: 96px; }
.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-head p { margin-top: 12px; font-size: 18px; }
.bloco { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: 64px; margin-bottom: 110px; }
.bloco:last-child { margin-bottom: 0; }
.bloco.inverso .bloco-txt { order: 2; }
.bloco h3 { margin-bottom: 12px; }
.bloco-txt p { font-size: 17.5px; line-height: 1.625; }
.tempo { display: inline-block; padding: 4px 14px; margin-bottom: 18px; border-radius: 100px; background: var(--whisper); color: white; font-size: 13px; font-weight: 600; }
.app { overflow: hidden; border: 1px solid var(--mist); border-radius: 18px; background: var(--surface); box-shadow: 0 34px 70px -34px rgb(20 21 26 / 34%); }
.chrome { display: flex; align-items: center; gap: 6px; padding: 12px 16px; background: #f2efe9; border-bottom: 1px solid var(--mist); }
.chrome i { flex-shrink: 0; width: 10px; height: 10px; border-radius: 50%; background: #d6d0c5; }
.url { min-width: 0; overflow-wrap: anywhere; margin-left: 14px; padding: 4px 14px; border: 1px solid var(--mist); border-radius: 6px; background: white; color: #9a9188; font-size: 12px; }
.live-capture { width: 100%; max-width: 420px; margin-inline: auto; }
.live-capture img { border-radius: 18px; box-shadow: 0 34px 70px -34px rgb(20 21 26 / 34%); }
.screens-stack { display: grid; gap: 20px; }
.sec:has(.passos) { padding-top: 0; }
.passos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--mist); border-radius: 18px; padding: 0; background: var(--surface); list-style: none; }
.passo { padding: 28px; border-right: 1px solid var(--mist); }
.passo:last-child { border-right: 0; }
.passo-n { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 16px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 600; }
.passo h3 { margin-bottom: 6px; font-size: 17px; line-height: 1.5; letter-spacing: normal; }
.passo p { font-size: 14.5px; line-height: 1.625; }
.versus { background: var(--ink); color: var(--paper); }
.versus .sec-head p { color: rgb(250 250 246 / 62%); }
.versus-grid, .fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.col, .fit { border-radius: 20px; padding: 32px; }
.col-com { background: var(--paper); color: var(--ink); }
.col-sem { border: 1px solid rgb(255 255 255 / 20%); }
.col-titulo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 20px; line-height: 1.5; letter-spacing: normal; }
.comparison-list { padding: 0; list-style: none; }
.item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; font-size: 15.5px; line-height: 1.375; }
.item + .item { border-top: 1px solid var(--mist); }
.item svg { margin-top: 2px; }
.col-sem .item { border-color: rgb(255 255 255 / 16%); color: rgb(250 250 246 / 72%); }
.fit { border: 1px solid var(--mist); background: var(--surface); color: var(--ink-soft); }
.fit-sim { border-color: rgb(47 117 98 / 20%); background: var(--sage-soft); }
.fit-sim .col-titulo { color: var(--sage); }
.fit-sim .item { border-color: rgb(47 117 98 / 14%); }
.fit .col-titulo { font-size: 18px; }
#planos { border-block: 1px solid var(--mist); background: var(--surface); }
.planos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.plano { position: relative; display: flex; flex-direction: column; border: 1px solid var(--mist); border-radius: 20px; padding: 32px; background: var(--surface); }
.plano-destaque { border-color: var(--whisper); box-shadow: 0 20px 44px -26px rgb(185 122 31 / 50%); }
.plano-badge { position: absolute; top: -13px; left: 32px; padding: 6px 14px; border-radius: 100px; background: var(--whisper); color: white; font-size: 12px; font-weight: 600; }
.plano-nome { margin-bottom: 6px; font-size: 19px; line-height: 1.5; letter-spacing: normal; }
.plano > p { font-size: 15px; }
.plano .plano-preco { margin-block: 14px; font-size: 42px; font-weight: 600; line-height: 1.1; letter-spacing: -.03em; color: var(--ink); }
.plano-preco small { font-size: 15px; font-weight: 400; letter-spacing: normal; color: var(--ink-soft); }
.plano ul { flex: 1; padding: 0; margin-block: 20px; list-style: none; }
.plano li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.375; color: var(--ink-soft); }
.plano li + li { margin-top: 6px; }
.plano li svg { margin-top: 2px; }
.plano .btn { width: 100%; }
.faq-lista { border-top: 1px solid var(--mist); }
details { border-bottom: 1px solid var(--mist); }
summary { display: flex; align-items: center; gap: 16px; padding-block: 22px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 500; letter-spacing: -.01em; }
summary::-webkit-details-marker { display: none; }
.sinal { margin-left: auto; color: var(--whisper); transition: transform .2s ease; }
details[open] .sinal { transform: rotate(45deg); }
details p { max-width: 68ch; padding: 0 40px 24px 0; font-size: 16px; line-height: 1.625; }
.final { text-align: center; background: var(--whisper-soft); }
.final h2 { max-width: 16ch; margin-inline: auto; }
.final p { max-width: 46ch; margin: 18px auto 32px; font-size: 19px; }
.final p:last-child { margin: 16px auto 0; font-size: 14px; }
.rodape { padding: 32px 24px; text-align: center; font-size: 12px; color: var(--ink-soft); }
.rodape p:first-child { display: flex; align-items: center; justify-content: center; gap: 6px; }
.rodape .brand-mark { width: 14px; height: 14px; }
.rodape p + p { margin-top: 8px; }
.zap { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--sage); box-shadow: 0 10px 26px -8px rgb(47 117 98 / 60%); }
@keyframes breathe { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
@media (max-width: 980px) {
  .nav-in { flex-wrap: wrap; gap: 12px; padding-block: 12px; }
  .nav-cta { margin-left: auto; }
  .nav-links { order: 3; justify-content: center; flex-wrap: wrap; width: 100%; gap: 12px 24px; }
  .menu-toggle:not([hidden]) { display: block; margin-left: auto; }
  .nav-in:has(.menu-toggle:not([hidden])) .nav-cta { margin-left: 0; }
  .nav-links[data-collapsed] { display: none; }
  .bloco { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-bottom: 76px; }
  .bloco.inverso .bloco-txt { order: 0; }
  .flutuante { position: static; max-width: none; margin-top: 16px; }
  .versus-grid, .fit-grid, .planos, .passos { grid-template-columns: minmax(0, 1fr); }
  .passo { border-right: 0; border-bottom: 1px solid var(--mist); }
  .passo:last-child { border-bottom: 0; }
}
@media (max-width: 639px) {
  .wrap { padding-inline: 16px; }
  .tiles { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
  .entrar { display: none; }
  .nav-in { gap: 8px; }
  .logo { font-size: 20px; }
  .nav-cta .btn { max-width: 150px; padding-inline: 10px; }
  .menu-toggle { font-size: 13px; padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
