/* =========================================================
   Já Reservou — Landing page
   Paleta e tipografia da identidade visual
   ========================================================= */
:root {
  --wine: #7A0E0E;
  --wine-dark: #4B0A0A;
  --green: #0E1F1A;
  --gold: #C8925B;
  --gold-soft: #E6C39C;
  --gold-ink: #8A5A2B;   /* dourado para texto sobre fundo claro (AA) */
  --cream: #F8F4EE;
  --off: #FFFDF8;
  --ink: #2E2E2E;
  --ink-soft: #5E5752;
  --line: #E6DDD1;
  --ok: #276B48;
  --danger: #B3261E;

  /* Tons claros das telas ilustrativas */
  --wine-tint: #F3E3E3;
  --gold-tint: #F4EADF;
  --green-tint: #E2ECE8;
  --ok-tint: #EAF4EE;
  --chat-bg: #EFE7DB;
  --chat-out: #DCF3D9;
  --muted: #756B62;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 50px -20px rgba(46, 20, 12, .35);
  --shadow-sm: 0 6px 20px -10px rgba(46, 20, 12, .3);
  --container: 1180px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--off);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: var(--wine); }
svg { flex-shrink: 0; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--wine); color: var(--off); }
html { accent-color: var(--wine); caret-color: var(--wine); scrollbar-color: #C9B8A6 var(--cream); }
a { text-underline-offset: .18em; text-decoration-thickness: 1px; }
.section-dark :focus-visible, .section-wine :focus-visible, .final :focus-visible, .site-footer :focus-visible { outline-color: var(--gold); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .container { padding: 0 16px; } }

.skip { position: absolute; left: -999px; top: 8px; background: var(--wine); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Tipografia ---------- */
.eyebrow {
  font-size: 12.5px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 18px;
}
.eyebrow i { font-style: normal; color: var(--wine); margin: 0 .4em; }
.eyebrow-gold { color: var(--gold); }
.eyebrow-gold i { color: var(--gold); }
.section-wine .eyebrow-gold, .section-wine .eyebrow-gold i, .section-wine .display-light em { color: var(--gold-soft); }

.display {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; letter-spacing: -.02em;
  color: var(--green); text-wrap: balance;
}
.display em { font-style: normal; color: var(--wine); }
.display-light { color: var(--off); }
.display-light em { color: var(--gold); font-style: normal; }

.lead { font-size: clamp(17px, 1.5vw, 19px); font-weight: 300; color: var(--ink-soft); max-width: 60ch; }
.lead-light { color: rgba(255, 253, 248, .82); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s, color .2s;
}
.btn svg { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--wine); color: var(--off); box-shadow: 0 10px 24px -12px rgba(122, 14, 14, .8); }
.btn-primary:hover { background: var(--wine-dark); transform: translateY(-1px); }
.btn-ghost { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn-ghost:hover { background: var(--wine); color: var(--off); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 15px; }
.btn-block { width: 100%; }

/* ---------- Marca ---------- */
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--wine); }
.brand-icon { width: 52px; height: 34px; color: var(--wine); }
.brand-word { font-family: var(--sans); font-weight: 800; font-size: 23px; letter-spacing: -.03em; color: var(--wine); line-height: 1; }
.brand-word b { color: var(--green); font-weight: 800; }
.brand-light .brand-icon, .brand-light .brand-word { color: var(--off); }
.brand-light { --logo-check: var(--green); }
.brand-light .brand-word b { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(255, 253, 248, .88); backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -22px rgba(46, 20, 12, .5); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--ink); text-decoration: none; font-size: 15.5px; font-weight: 500; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--wine); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.nav-login { color: var(--wine) !important; }
.nav-cta { display: none !important; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 11px 10px; flex-direction: column; justify-content: space-between; }
.menu-toggle span { display: block; height: 2px; background: var(--green); border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--off); border-bottom: 1px solid var(--line); padding: 8px 16px 20px;
    transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .25s;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { display: inline-flex !important; color: var(--off); border-bottom: 0; margin-top: 16px; padding: 0 26px; }
}
@media (max-width: 520px) {
  .header-cta .btn { display: none; }
  .brand-word { font-size: 20px; }
  .brand-icon { width: 44px; height: 29px; }
}

/* ---------- Seções ---------- */
.section { padding: clamp(72px, 10vw, 120px) 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--green); color: var(--off); }
.section-wine { background: linear-gradient(160deg, var(--wine) 0%, var(--wine-dark) 100%); color: var(--off); }
.section-head { text-align: center; max-width: 820px; margin: 0 auto clamp(40px, 6vw, 64px); display: grid; justify-items: center; gap: 18px; }
.section-head .eyebrow { margin: 0; }
.section-head-left { text-align: left; justify-items: start; margin: 0; }
.section-head-light .display { color: var(--off); }

/* ---------- Hero ---------- */
.hero { background: var(--cream); padding: clamp(40px, 6vw, 80px) 0 0; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; right: -10%; top: -20%; width: 55%; height: 120%;
  background: radial-gradient(closest-side, rgba(200, 146, 91, .18), transparent 70%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; }
.hero .display { font-size: clamp(40px, 5.2vw, 64px); }
.hero .display em { display: block; }
.hero .lead { margin-top: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-size: 14.5px; color: var(--ink-soft); }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks svg { width: 18px; height: 18px; color: var(--wine); }

.hero-visual { position: relative; min-height: 540px; }
.hero-photo {
  position: absolute; right: 0; top: 0; width: 62%; height: 100%;
  border-radius: 200px 200px var(--radius-lg) var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14, 31, 26, .35)); }

.mock { position: absolute; background: var(--off); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(230, 221, 209, .8); }
.mock-panel { left: 0; top: 40px; width: 56%; padding: 18px; z-index: 2; }
.mock-head { gap: 8px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mock-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; font-size: 14px; color: var(--green); }
.pill { white-space: nowrap; font-size: 11.5px; font-weight: 600; padding: 3px 10px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; }
.pill-live { background: var(--ok-tint); color: var(--ok); }
.pill-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: pulse 1.6s 3; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

.res-list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); }
.res-list div { flex: 1; min-width: 0; line-height: 1.25; }
.res-list b { font-size: 14px; font-weight: 600; display: block; }
.res-list small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12.5px; color: var(--ink-soft); }
.avatar {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: var(--wine-tint); color: var(--wine); font-size: 12px; font-weight: 700;
}
.av2 { background: var(--gold-tint); color: var(--gold-ink); }
.av3 { background: var(--green-tint); color: var(--green); }
.av-lg { width: 48px; height: 48px; font-size: 15px; }
.tag { font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
.tag-ok { background: var(--ok-tint); color: var(--ok); }
.tag-wait { background: var(--gold-tint); color: var(--gold-ink); }
.tag-new { background: var(--wine-tint); color: var(--wine); }
.cap { margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.cap-row { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-soft); margin-bottom: 7px; }
.cap-row b { color: var(--green); }
.cap-bar { height: 7px; border-radius: 99px; background: var(--cream); overflow: hidden; }
.cap-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--wine), var(--gold)); border-radius: inherit; }

.mock-phone {
  right: 3%; bottom: -40px; width: 196px; padding: 26px 18px 18px; border-radius: 30px; z-index: 3;
  background: var(--off); border: 6px solid var(--green); text-align: center;
}
.phone-notch { position: absolute; top: 8px; left: 50%; width: 56px; height: 6px; margin-left: -28px; background: var(--green); border-radius: 99px; }
.phone-kicker { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-ink); font-weight: 600; }
.phone-name { font-family: var(--serif); font-size: 21px; color: var(--green); margin-top: 4px; }
.phone-text { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; margin-top: 4px; }
.qr { width: 118px; margin: 14px auto 10px; padding: 8px; background: #fff; border-radius: 10px; border: 1px solid var(--line); color: var(--green); }
.phone-foot { font-size: 11.5px; font-weight: 600; color: var(--wine); }

.mock-toast { left: 8%; bottom: 40px; display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; z-index: 4; border-radius: 999px; animation: toast-in .8s cubic-bezier(.16, 1, .3, 1) 1s both; }
.mock-toast b { font-size: 14px; display: block; line-height: 1.2; }
.mock-toast small { font-size: 12px; color: var(--ink-soft); }
.toast-ic { width: 36px; height: 36px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; }
.toast-ic svg { width: 18px; height: 18px; }
@keyframes toast-in { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }

.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: clamp(60px, 8vw, 96px);
  border-top: 1px solid var(--line); position: relative;
}
.facts li { padding: 28px 24px 36px; border-left: 1px solid var(--line); }
.facts li:first-child { border-left: 0; padding-left: 0; }
.facts b { display: block; font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--wine); line-height: 1.15; margin-bottom: 6px; }
.facts span { font-size: 14.5px; color: var(--ink-soft); line-height: 1.45; display: block; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 500px; max-width: 560px; width: 100%; margin: 0 auto; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts li:nth-child(3) { border-left: 0; padding-left: 0; }
  .facts li:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  /* Painel em cima, celular embaixo à direita: só o canto dele cobre o painel */
  .hero-visual { min-height: 590px; }
  .hero-photo { width: 70%; height: 88%; }
  .mock-panel { width: 86%; top: 0; padding: 14px; }
  .mock-phone { width: 162px; right: 0; bottom: 0; padding: 22px 12px 14px; }
  .phone-name { font-size: 19px; }
  .qr { width: 88px; margin: 10px auto 8px; }
  .mock-toast { left: 0; bottom: 36px; }
  .facts { grid-template-columns: 1fr; }
  .facts li, .facts li:nth-child(3) { border-left: 0; padding: 22px 0; }
  .facts li + li { border-top: 1px solid var(--line); }
}
@media (max-width: 440px) {
  .mock-toast { display: none; } /* sem espaço ao lado do celular */
  .mock-title { font-size: 13px; }
}

/* ---------- Dor ---------- */
.pain { padding: clamp(72px, 10vw, 120px) 0; }
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.pain-copy p { color: rgba(255, 253, 248, .8); font-weight: 300; font-size: 18px; }
.pain-copy p + p { margin-top: 18px; }
.pain-copy strong { color: var(--gold); font-weight: 500; }
.pain-scatter { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; }
.pain-scatter span {
  font-size: 13.5px; padding: 8px 14px; border-radius: 999px; border: 1px dashed rgba(255, 253, 248, .3);
  color: rgba(255, 253, 248, .6); text-decoration: line-through; text-decoration-color: rgba(200, 146, 91, .7);
}
.pain-scatter .pain-one {
  text-decoration: none; border: 0; background: var(--gold); color: var(--green); font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px;
}
.pain-one svg { width: 28px; height: 18px; --logo-check: var(--gold); }
.pain-arrow { width: 22px; height: 22px; color: var(--gold); }
@media (max-width: 860px) { .pain-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Como funciona ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; }
.step {
  display: flex; align-items: center; gap: 14px; text-align: left; cursor: pointer;
  padding: 18px 20px; min-height: 64px; border-radius: var(--radius);
  border: 1.5px solid var(--line); background: var(--off); color: var(--ink); transition: .2s;
}
.step:hover { border-color: var(--gold); }
.step-n { font-family: var(--serif); font-size: 26px; color: var(--gold-ink); line-height: 1; }
.step-t { font-weight: 600; font-size: 16.5px; }
.step.is-active { background: var(--wine); border-color: var(--wine); color: var(--off); box-shadow: var(--shadow-sm); }
.step.is-active .step-n { color: var(--gold-soft); }

.step-panel { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; background: var(--cream); border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 56px); }
.step-panel[hidden] { display: none; }
.step-panel.is-active { animation: fadeUp .45s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.sp-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; color: var(--green); }
.sp-copy p { margin-top: 16px; color: var(--ink-soft); }
.ticks { margin-top: 22px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; font-size: 15.5px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--wine) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4L18 8' fill='none' stroke='%23FFFDF8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.sp-visual { display: flex; justify-content: center; }
.mini-card { width: 100%; max-width: 360px; background: var(--off); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); display: grid; gap: 10px; }
.mini-k { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink); font-weight: 600; margin-bottom: 4px; }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 6px; }
.slots span { text-align: center; padding: 9px 0; border-radius: 10px; border: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.slots .on { background: var(--wine); color: var(--off); border-color: var(--wine); }
.slots .off { color: var(--muted); text-decoration: line-through; background: var(--cream); }
.mini-row { display: flex; justify-content: space-between; font-size: 14.5px; padding: 8px 0; border-top: 1px solid var(--line); }
.mini-row span { color: var(--ink-soft); }
.mini-row b { color: var(--green); font-weight: 600; }
.mini-card .btn { margin-top: 6px; pointer-events: none; }
.guests { display: grid; gap: 2px; }
.guests li { display: flex; align-items: center; gap: 10px; font-size: 15px; padding: 7px 0; }
.guests em { font-style: normal; font-size: 12px; color: var(--ink-soft); }
.guests .need { background: var(--gold-tint); color: var(--gold-ink); padding: 2px 8px; border-radius: 99px; font-weight: 600; }
.dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #CFC5B9; }
.dot.ok { background: var(--ok); border-color: var(--ok); }
.contact { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.contact:first-of-type { border-top: 0; }
.contact div { flex: 1; line-height: 1.3; }
.contact b { font-size: 15px; font-weight: 600; display: block; }
.contact small { font-size: 12.5px; color: var(--ink-soft); }
.score { font-weight: 700; font-size: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 2.5px solid var(--gold); color: var(--gold-ink); }
.s-hi { border-color: var(--ok); color: var(--ok); }
.s-lo { border-color: #C9A3A3; color: var(--wine); }

.chat { display: flex; flex-direction: column; gap: 8px; }
.chat-sm { width: 100%; max-width: 380px; background: var(--chat-bg); padding: 20px; border-radius: var(--radius); box-shadow: var(--shadow); }
.bubble { min-width: 96px; max-width: 86%; padding: 9px 13px 18px; border-radius: 12px; font-size: 14.5px; line-height: 1.45; position: relative; box-shadow: 0 1px 1px rgba(0, 0, 0, .06); }
.bubble.in { background: #fff; align-self: flex-start; border-top-left-radius: 4px; }
.bubble.out { background: var(--chat-out); align-self: flex-end; border-top-right-radius: 4px; }
.bubble u { color: #1F6FB2; text-decoration: none; }
.bubble .time { position: absolute; right: 10px; bottom: 4px; font-size: 10.5px; color: #8C8C8C; }
.chat-sm .bubble { padding-bottom: 9px; }

@media (max-width: 860px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-panel { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 420px) {
  .step { flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px 14px; gap: 4px; min-width: 0; }
  .step-t { font-size: 14.5px; hyphens: auto; overflow-wrap: anywhere; }
  .step-n { font-size: 22px; }
}

/* ---------- Benefícios (faixa verde) ---------- */
.benefits { padding: 56px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { padding: 8px 32px; border-left: 1px solid rgba(200, 146, 91, .5); display: grid; grid-template-columns: auto 1fr; column-gap: 16px; align-items: start; }
.benefit:first-child { border-left: 0; padding-left: 0; }
.benefit svg { width: 44px; height: 44px; color: var(--gold); grid-row: span 2; }
.benefit h3 { font-size: 19px; font-weight: 600; color: var(--gold); }
.benefit p { font-size: 15.5px; color: rgba(255, 253, 248, .85); font-weight: 300; line-height: 1.4; margin-top: 4px; }
@media (max-width: 980px) {
  .benefits-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .benefit:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 560px) {
  .benefits-grid { grid-template-columns: 1fr; row-gap: 24px; }
  .benefit { border-left: 0; padding: 0; }
}

/* ---------- Recursos ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature {
  padding: 26px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--gold-soft); }
.feature svg { width: 34px; height: 34px; color: var(--wine); margin-bottom: 18px; }
.feature h3 { font-size: 20px; line-height: 1.3; font-weight: 600; color: var(--green); margin-bottom: 6px; }
.feature p { font-size: 15px; color: var(--ink-soft); line-height: 1.5; }
.feature-lg { grid-column: span 2; background: var(--wine); border-color: var(--wine); color: var(--off); }
.feature-lg svg { color: var(--gold); width: 40px; height: 40px; }
.feature-lg h3 { color: var(--off); font-family: var(--serif); font-weight: 500; font-size: 26px; }
.feature-lg p { color: rgba(255, 253, 248, .82); font-size: 16px; max-width: 46ch; }
.feature-lg + .feature-lg { background: var(--green); border-color: var(--green); }
@media (max-width: 980px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .feature-lg { grid-column: auto; }
}

/* ---------- WhatsApp ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-copy { display: grid; gap: 20px; }
.split-copy .eyebrow { margin: 0; }
.auto-list { display: grid; margin-top: 8px; border-top: 1px solid var(--line); }
.auto-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.auto-list li em { font-style: normal; font-size: 13.5px; font-weight: 600; color: var(--wine); background: var(--wine-tint); padding: 3px 10px; border-radius: 99px; white-space: nowrap; }
.small-note { font-size: 14px; color: var(--ink-soft); }

.split-visual { display: flex; justify-content: center; }
.wa { width: 100%; max-width: 420px; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); border: 8px solid var(--green); background: var(--chat-bg); }
.wa-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--green); color: var(--off); }
.wa-head b { display: block; font-size: 15.5px; line-height: 1.2; }
.wa-head small { font-size: 12px; opacity: .7; }
.wa-av { width: 40px; height: 40px; border-radius: 50%; background: var(--off); display: grid; place-items: center; }
.wa-av svg { width: 28px; height: 19px; color: var(--wine); }
.wa-body { padding: 18px 14px 22px; display: flex; flex-direction: column; gap: 8px; min-height: 380px;
  background-image: radial-gradient(rgba(14, 31, 26, .06) 1px, transparent 1px); background-size: 16px 16px; }
.wa-body .bubble { opacity: 0; transform: translateY(8px); transition: opacity .45s, transform .45s; }
.wa-body.is-visible .bubble { opacity: 1; transform: none; }
.wa-body.is-visible .bubble:nth-child(2) { transition-delay: .6s; }
.wa-body.is-visible .bubble:nth-child(3) { transition-delay: 1.2s; }
.wa-body.is-visible .bubble:nth-child(4) { transition-delay: 1.8s; }
.wa-sys { align-self: center; margin-top: 6px; font-size: 12px; font-weight: 600; background: #FFF5D6; color: #6C5A1E; padding: 5px 12px; border-radius: 8px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 44px; } }

/* ---------- CRM ---------- */
.compare-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
.ccard { border-radius: var(--radius-lg); padding: 28px; background: var(--off); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.ccard header { display: flex; align-items: center; gap: 14px; }
.ccard header div { flex: 1; line-height: 1.3; }
.ccard header b { font-size: 18px; font-weight: 600; display: block; }
.ccard header small { font-size: 13.5px; color: var(--ink-soft); }
.level { font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 99px; background: var(--gold); color: var(--green); }
.level-new { background: var(--green-tint); color: var(--green); }
.ccard dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.ccard dl div { background: var(--cream); border-radius: 12px; padding: 14px; }
.ccard dt { font-size: 12.5px; color: var(--ink-soft); }
.ccard dd { margin: 2px 0 0; font-family: var(--serif); font-size: 28px; color: var(--green); line-height: 1.1; }
.ccard-note { display: flex; gap: 10px; font-size: 15px; color: var(--ink-soft); }
.ccard-note svg { width: 22px; height: 22px; color: var(--wine); margin-top: 1px; }
.ccard-loyal { border: 2px solid var(--gold); }
@media (max-width: 760px) { .compare-cards { grid-template-columns: 1fr; } }
@media (max-width: 400px) { .ccard dd { font-size: 22px; } .ccard { padding: 20px; } }

/* ---------- Comparativo ---------- */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
.vs-col { border-radius: var(--radius-lg); padding: 32px; }
.vs-col h3 { font-size: 20px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.vs-col h3 svg { width: 40px; height: 26px; }
.vs-col ul { display: grid; gap: 14px; }
.vs-col li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; }
.vs-col li svg { width: 22px; height: 22px; margin-top: 1px; }
.vs-old { border: 1px solid rgba(255, 253, 248, .2); color: rgba(255, 253, 248, .72); }
.vs-old li svg { color: rgba(255, 253, 248, .45); }
.vs-new { background: var(--off); color: var(--ink); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
.vs-new h3 { color: var(--wine); }
.vs-new li svg { color: var(--ok); }
@media (max-width: 760px) { .vs { grid-template-columns: 1fr; } .vs-col { padding: 24px; } }

/* ---------- Para quem ---------- */
/* Colunas separadas por fio, no mesmo idioma da faixa de fatos e dos benefícios */
.roles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.role { padding: 32px 28px 8px; border-left: 1px solid var(--line); }
.role:first-child { border-left: 0; padding-left: 0; }
.role h3 { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--green); margin-bottom: 10px; }
.role h3 svg { width: 26px; height: 26px; color: var(--wine); }
.role p { font-size: 15.5px; color: var(--ink-soft); max-width: 30ch; }
.trust { display: flex; gap: 18px; align-items: flex-start; margin-top: 40px; padding: 24px 28px; border-radius: var(--radius); background: var(--green); color: rgba(255, 253, 248, .82); }
.trust svg { width: 36px; height: 36px; color: var(--gold); }
.trust b { color: var(--off); font-weight: 600; }
.trust p { font-size: 15.5px; font-weight: 300; }
@media (max-width: 980px) {
  .roles { grid-template-columns: 1fr 1fr; }
  .role:nth-child(3) { border-left: 0; padding-left: 0; }
  .role:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .roles { grid-template-columns: 1fr; }
  .role, .role:nth-child(3) { border-left: 0; padding: 24px 0 20px; }
  .role + .role { border-top: 1px solid var(--line); }
  .trust { flex-direction: column; }
}

/* ---------- Planos ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 34px 28px 28px; background: var(--off); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.plan h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; color: var(--green); }
.plan-for { font-size: 15px; color: var(--ink-soft); margin-top: 6px; min-height: 3em; }
.plan-price { margin: 20px 0 4px; font-size: 22px; font-weight: 700; color: var(--wine); padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.plan .ticks { margin: 20px 0 28px; flex: 1; }
.plan-featured { background: var(--wine); border-color: var(--wine); color: var(--off); box-shadow: var(--shadow); transform: translateY(-10px); }
.plan-featured h3 { color: var(--off); }
.plan-featured .plan-for { color: rgba(255, 253, 248, .75); }
.plan-featured .plan-price { color: var(--gold-soft); border-color: rgba(255, 253, 248, .2); }
.plan-featured .ticks li::before { background-color: var(--gold); }
.plan-featured .btn-primary { background: var(--off); color: var(--wine); box-shadow: none; }
.plan-featured .btn-primary:hover { background: var(--gold); color: var(--green); }
.plan-badge { position: absolute; top: -13px; left: 28px; background: var(--gold); color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; }
@media (max-width: 900px) {
  .plans { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .plan-featured { transform: none; }
  .plan-for { min-height: 0; }
}

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 32px); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; min-height: 44px; font-size: 18px; font-weight: 500; color: var(--green);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--wine);
  background: linear-gradient(var(--wine), var(--wine)) center / 12px 1.8px no-repeat,
              linear-gradient(var(--wine), var(--wine)) center / 1.8px 12px no-repeat;
  transition: transform .25s, background-color .25s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 44px 24px 0; color: var(--ink-soft); }
@media (max-width: 860px) {
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-grid .section-head { position: static; }
  .faq summary { font-size: 17px; }
  .faq details p { padding-right: 0; }
}

/* ---------- CTA final ---------- */
.final { position: relative; padding: clamp(80px, 11vw, 130px) 0; color: var(--off); overflow: hidden; background: var(--wine-dark); }
.final-bg { position: absolute; inset: 0; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1); }
.final-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(75, 10, 10, .96) 0%, rgba(75, 10, 10, .88) 45%, rgba(14, 31, 26, .7) 100%); }
.final-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.final-copy { display: grid; gap: 20px; }
.final-copy .eyebrow { margin: 0; }

.demo-form { background: var(--off); color: var(--ink); border-radius: var(--radius-lg); padding: 32px; display: grid; gap: 14px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); }
.demo-form h3 { font-family: var(--serif); font-weight: 500; font-size: 28px; color: var(--green); margin-bottom: 4px; }
.demo-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.demo-form input, .demo-form select {
  font: inherit; font-size: 16px; color: var(--ink); min-height: 50px; padding: 0 16px;
  border-radius: 12px; border: 1.5px solid var(--line); background: #fff; transition: border-color .2s;
}
.demo-form input:focus, .demo-form select:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(122, 14, 14, .12); }
.demo-form input[aria-invalid="true"] { border-color: var(--danger); border-width: 2px; }
.demo-form .req { color: var(--wine); margin-left: 2px; }
.field-err { display: none; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 500; color: var(--danger); }
.field-err::before {
  content: "!"; width: 16px; height: 16px; border-radius: 50%; background: var(--danger); color: #fff;
  font-size: 11px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0;
}
.field-err.is-shown { display: flex; }
.form-hint { font-size: 13px; color: var(--ink-soft); margin-top: -6px; }
.demo-form .btn { margin-top: 6px; }
.form-msg { font-size: 14px; font-weight: 500; min-height: 1em; }
.form-msg.err { color: var(--danger); }
.form-msg.ok { color: var(--ok); }
.form-legal { font-size: 12.5px; color: var(--ink-soft); text-align: center; }
.form-legal a { color: var(--wine); }
@media (max-width: 900px) { .final-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 420px) { .demo-form { padding: 22px; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--green); color: rgba(255, 253, 248, .7); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: grid; gap: 16px; align-content: start; }
.footer-brand .eyebrow { margin: 0; font-size: 11px; }
.footer-brand p:last-child { font-family: var(--serif); font-size: 20px; color: var(--off); }
.site-footer nav { display: grid; gap: 6px; align-content: start; }
.site-footer h4 { color: var(--gold); font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.site-footer nav a { color: rgba(255, 253, 248, .72); text-decoration: none; font-size: 15px; padding: 4px 0; }
.site-footer nav a:hover { color: var(--off); }
.footer-bottom { margin-top: 56px; padding: 24px 24px 28px; border-top: 1px solid rgba(255, 253, 248, .12); font-size: 13.5px; }
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer nav { gap: 0; }
  .site-footer nav a { display: flex; align-items: center; min-height: 44px; padding: 0; }
}
@media (max-width: 600px) { .footer-bottom { padding: 24px 16px 96px; } }

/* ---------- Botão flutuante ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%;
  background: var(--wine); color: var(--off); display: grid; place-items: center;
  box-shadow: 0 14px 30px -10px rgba(122, 14, 14, .8);
  transition: transform .2s, opacity .3s, visibility 0s linear .3s;
  opacity: 0; visibility: hidden; /* invisível também para teclado e leitor de tela */
}
.wa-float.is-visible { opacity: 1; visibility: visible; transition: transform .2s, opacity .3s, visibility 0s; }
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 28px; height: 28px; }

/* ---------- Animação de entrada ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal, .wa-body .bubble { opacity: 1; transform: none; }
}
