/* ============================================================
   AURA EXPERT — Landing (estrutura Prontuário Verde, tom premium)
   Complementa site-aura.css (tokens, hero, footer, testimonials)
   ============================================================ */

:root {
  --accent: #E3DACC;          /* acento (antes teal #421D24) */
  --accent-deep: #4FB8AD;
  --accent-bg: #E6F6F4;
}

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink);
  color: #fff;
  font-size: 13.5px; font-weight: 500;
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  padding: 11px 24px;
  text-align: center;
}
.announce .tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent);
}
.announce .tag i {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 3px rgba(125,213,204,0.25);
}
.announce a {
  color: #fff; font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 1px; white-space: nowrap;
  transition: border-color .2s;
}
.announce a:hover { border-color: #fff; }
@media (max-width: 640px) {
  .announce { font-size: 12px; gap: 8px; }
  .announce .sep-txt { display: none; }
}

/* ---------- Hero copy overrides (premium clinic) ---------- */
.hero-specialties {
  display: inline-flex; align-items: center; gap: 10px;
  flex-wrap: wrap; justify-content: center;
  margin-top: 22px;
}
.hero-specialties .st {
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-2);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 15px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: #14110F;
  background: #E3DACC;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 28px;
}

/* ---------- Quick jump chips ---------- */
.qjump {
  background: var(--bg-soft);
  padding: 44px 0 40px;
}
.qjump .lead {
  text-align: center;
  font-size: 14px; font-weight: 600; color: var(--fg-3);
  margin: 0 0 22px;
}
.qjump-chips {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; max-width: 900px; margin: 0 auto;
}
.qjump-chips a {
  font-size: 13.5px; font-weight: 700; color: var(--navy);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 16px;
  transition: transform .15s var(--ease), border-color .15s, color .15s, box-shadow .15s;
}
.qjump-chips a:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent-deep);
  box-shadow: 0 6px 16px -8px rgba(20,17,15,0.14);
}

/* ---------- Stats band ---------- */
.stats {
  background: var(--ink);
  color: #fff;
  padding: 110px 0;
  position: relative; overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 45% 40% at 12% 8%, rgba(125,213,204,0.16) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 90% 95%, rgba(36,71,232,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.stats .wrap { position: relative; z-index: 1; }
.stats-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.stats-head .eyebrow { color: var(--accent); justify-content: center; }
.stats-head .eyebrow .dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(125,213,204,0.18); }
.stats-head h2 { color: #fff; margin-top: 14px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
@media (max-width: 820px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; } }
@media (max-width: 520px) { .stats-grid { grid-template-columns: 1fr; } }
.stat .v {
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  color: #fff;
  display: flex; align-items: baseline; gap: 2px;
}
.stat .v .suf { color: var(--accent); font-size: 0.5em; font-weight: 800; margin-left: 2px; }
.stat h3 {
  font-size: 16px; font-weight: 700; color: #fff;
  margin: 16px 0 8px;
  letter-spacing: -0.01em;
}
.stat p {
  font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.62);
  margin: 0; max-width: 300px;
}

/* ---------- Recursos (alternating big feature rows) ---------- */
.recursos { padding: 130px 0 90px; }
.recursos .rhead { text-align: center; max-width: 720px; margin: 0 auto 80px; }
.recursos .rhead .eyebrow { justify-content: center; }
.recursos .rhead h2 { margin: 14px auto 16px; }

.rec-row {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);
  gap: 72px; align-items: center;
  padding: 60px 0;
}
.rec-row + .rec-row { border-top: 1px solid var(--divider); }
.rec-row.flip .rec-copy { order: 2; }
.rec-row.flip .rec-visual { order: 1; }
@media (max-width: 940px) {
  .rec-row { grid-template-columns: 1fr; gap: 40px; padding: 48px 0; }
  .rec-row.flip .rec-copy { order: 1; }
  .rec-row.flip .rec-visual { order: 2; }
}

.rec-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.rec-kicker .ic {
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--accent-bg); color: var(--accent-deep);
  display: inline-flex; align-items: center; justify-content: center;
}
.rec-copy h3 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  color: var(--navy); margin: 0 0 16px;
  text-wrap: balance;
}
.rec-copy > p {
  font-size: 16.5px; line-height: 1.6; color: var(--fg-2);
  margin: 0 0 26px; max-width: 520px;
}
.rec-bullets {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px;
}
@media (max-width: 560px) { .rec-bullets { grid-template-columns: 1fr; } }
.rec-bullets li { display: flex; flex-direction: column; gap: 4px; }
.rec-bullets .bt {
  display: flex; align-items: center; gap: 8px;
  font-size: 14.5px; font-weight: 700; color: var(--navy);
}
.rec-bullets .bt .chk {
  width: 18px; height: 18px; border-radius: 50%; flex: none;
  background: var(--accent-bg); color: var(--accent-deep);
  display: inline-flex; align-items: center; justify-content: center;
}
.rec-bullets .bd { font-size: 13px; line-height: 1.5; color: var(--fg-3); padding-left: 26px; }

/* Recursos visual — branded app panel */
.rec-visual {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}
.rec-visual .bar {
  display: flex; align-items: center; gap: 6px;
  padding: 14px 16px; border-bottom: 1px solid var(--divider);
  background: var(--bg-soft);
}
.rec-visual .bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--border-2); }
.rec-visual .bar .t {
  margin-left: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3);
}
.rec-canvas {
  aspect-ratio: 16/11;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 25% 20%, rgba(125,213,204,0.16) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 85% 88%, rgba(36,71,232,0.10) 0%, transparent 62%),
    var(--bg-soft);
  padding: 28px;
}
.rec-glyph {
  width: 108px; height: 108px; border-radius: 28px;
  background: #fff; border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-deep);
}
.rec-glyph svg { width: 52px; height: 52px; }

/* ---------- Teleconsulta — live call window ---------- */
.tele-canvas { padding: 22px; }
.tele-call {
  position: relative;
  width: 100%; max-width: 460px;
  aspect-ratio: 4/3;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 70% at 50% 30%, #2A3374 0%, transparent 70%),
    linear-gradient(160deg, #1A2152 0%, #14110F 100%);
  box-shadow: 0 24px 50px -20px rgba(20,17,15,0.55), inset 0 0 0 1px rgba(255,255,255,0.05);
}
/* Patient tile fills the frame */
.tele-main { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tele-avatar {
  width: 92px; height: 92px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 800; letter-spacing: 0.02em; color: #14110F;
  background: linear-gradient(150deg, #421D24, #421D24);
  box-shadow: 0 0 0 6px rgba(168,220,196,0.14), 0 0 0 12px rgba(168,220,196,0.07);
}
.tele-name {
  position: absolute; left: 16px; bottom: 16px;
  font-size: 14px; font-weight: 700; color: #fff; line-height: 1.15;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.tele-name small { display: block; font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.6); margin-top: 2px; }
/* Live badge */
.tele-live {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(20,17,15,0.5); backdrop-filter: blur(6px);
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
}
.tele-live i { width: 7px; height: 7px; border-radius: 50%; background: #FF5A5A; box-shadow: 0 0 0 0 rgba(255,90,90,0.6); animation: teleLive 1.6s ease-out infinite; }
.tele-live b { font-variant-numeric: tabular-nums; font-weight: 800; }
@keyframes teleLive { 0% { box-shadow: 0 0 0 0 rgba(255,90,90,0.55); } 70%,100% { box-shadow: 0 0 0 7px rgba(255,90,90,0); } }
/* audio wave under avatar */
.tele-wave { position: absolute; top: calc(50% + 62px); display: flex; align-items: flex-end; gap: 3px; height: 16px; }
.tele-wave b { width: 3px; border-radius: 2px; background: rgba(168,220,196,0.85); animation: teleWave 1s ease-in-out infinite; }
.tele-wave b:nth-child(1) { height: 6px; animation-delay: 0s; }
.tele-wave b:nth-child(2) { height: 12px; animation-delay: .12s; }
.tele-wave b:nth-child(3) { height: 16px; animation-delay: .24s; }
.tele-wave b:nth-child(4) { height: 9px; animation-delay: .36s; }
.tele-wave b:nth-child(5) { height: 14px; animation-delay: .48s; }
.tele-wave b:nth-child(6) { height: 7px; animation-delay: .6s; }
.tele-wave b:nth-child(7) { height: 11px; animation-delay: .72s; }
@keyframes teleWave { 0%,100% { transform: scaleY(0.4); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
/* Doctor picture-in-picture */
.tele-pip {
  position: absolute; top: 14px; right: 14px;
  width: 92px; height: 68px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #2A3374, #14110F);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.5);
}
.tele-pip-av {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #14110F;
  background: linear-gradient(150deg, #F5D4A8, #F4C0D4);
}
.tele-pip-tag { position: absolute; bottom: 5px; right: 7px; font-size: 9.5px; font-weight: 700; color: rgba(255,255,255,0.75); }
/* Controls */
.tele-controls {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  display: flex; gap: 10px; padding: 7px; border-radius: 999px;
  background: rgba(20,17,15,0.5); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
}
.tele-ctl {
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.14); color: #fff;
  transition: background .2s;
}
.tele-ctl:hover { background: rgba(255,255,255,0.24); }
.tele-ctl.end { background: #FF5A5A; }
.tele-ctl.end svg { transform: rotate(135deg); }
.tele-ctl.end:hover { background: #ff4141; }
/* Integration chips slide in */
.tele-chip {
  position: absolute; left: 14px; bottom: 62px;
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 12px;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(4px);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.5);
  opacity: 0; transform: translateY(10px) scale(0.96);
  pointer-events: none;
}
.tele-chip-ic {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  display: flex; align-items: center; justify-content: center;
}
.tele-chip-ic.ok { background: #E4F4F1; color: #421D24; }
.tele-chip-ic.pen { background: #EEEBFA; color: #6B62C4; }
.tele-chip-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; line-height: 1.2; }
.tele-chip-tx small { display: block; font-size: 10.5px; color: var(--fg-3); margin-top: 1px; }
.tele-canvas.is-live .tele-chip-1 { animation: teleChip 9s ease-in-out infinite; }
.tele-canvas.is-live .tele-chip-2 { animation: teleChip 9s ease-in-out infinite; animation-delay: 4.5s; }
@keyframes teleChip {
  0%, 4%   { opacity: 0; transform: translateY(10px) scale(0.96); }
  10%, 40% { opacity: 1; transform: translateY(0) scale(1); }
  48%, 100% { opacity: 0; transform: translateY(10px) scale(0.96); }
}
@media (prefers-reduced-motion: reduce) {
  .tele-live i, .tele-wave b { animation: none; }
  .tele-canvas.is-live .tele-chip-1 { animation: none; opacity: 1; transform: none; }
  .tele-canvas.is-live .tele-chip-2 { display: none; }
}

/* ---------- CRM · Kanban pipeline ---------- */
.crm-canvas { padding: 18px 16px; }

/* Kanban board — colunas estáticas, card viaja pelo funil */
.crm-board {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 16px;
  min-height: 268px;
  border-radius: 16px;
  background: #FBF8F3;
  border: 1px solid rgba(20,17,15,.06);
  overflow: hidden;
}
.crm-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex; flex-direction: column; gap: 9px;
  padding: 11px 10px;
  border-radius: 12px;
  background: rgba(20,17,15,.025);
  border: 1px solid rgba(20,17,15,.05);
  transition: background .5s, border-color .5s, box-shadow .5s;
}
.crm-col.is-active {
  background: #fff;
  border-color: rgba(20,17,15,.12);
  box-shadow: 0 12px 28px -16px rgba(20,17,15,.3);
}
.crm-col-head {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .01em;
  color: color-mix(in srgb, var(--navy) 52%, #FBF8F3);
  transition: color .4s;
}
.crm-col.is-active .crm-col-head { color: var(--navy); }
.crm-col-head em {
  font-style: normal; font-weight: 700; font-size: 9px;
  color: color-mix(in srgb, var(--navy) 52%, #FBF8F3);
  background: rgba(20,17,15,.06);
  border-radius: 20px; padding: 1px 6px; min-width: 15px; text-align: center;
  margin-left: auto;
}
.crm-pdot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.crm-col[data-s="0"] .crm-pdot { background: #45B7AC; }
.crm-col[data-s="1"] .crm-pdot { background: #E0A25A; }
.crm-col[data-s="2"] .crm-pdot { background: #8C7FE0; }
.crm-col[data-s="3"] .crm-pdot { background: #3FA37A; }
.crm-col-body { display: flex; flex-direction: column; gap: 8px; }
.crm-mini {
  display: block; height: 40px; border-radius: 9px;
  background: rgba(20,17,15,.045);
  border: 1px solid rgba(20,17,15,.04);
}

/* traveling card — moves through the columns */
.crm-travel {
  position: absolute; top: 46px; left: 0;
  width: 176px; z-index: 6; pointer-events: none;
  transition: transform .85s cubic-bezier(.65,.02,.25,1);
  will-change: transform;
}
.crm-travel.pop .crm-real { animation: crmPop .5s var(--ease); }
@keyframes crmPop {
  0% { transform: scale(.97); }
  55% { transform: scale(1.025); }
  100% { transform: scale(1); }
}
.crm-real {
  background: #fff; color: var(--navy);
  border-radius: 12px; border: 1px solid rgba(20,17,15,.08);
  padding: 12px;
  display: flex; flex-direction: column; gap: 11px;
  box-shadow: 0 22px 44px -14px rgba(20,17,15,.4), 0 6px 16px -8px rgba(20,17,15,.24);
  transition: border-color .4s, box-shadow .4s;
}
.crm-card-top { display: flex; align-items: center; gap: 10px; }
.crm-av {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #421D24, #2F7F97);
  color: #14110F; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; letter-spacing: .02em;
}
.crm-meta { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; overflow: hidden; }
.crm-meta b { font-size: 13.5px; color: var(--navy); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crm-meta small { font-size: 10px; color: color-mix(in srgb, var(--navy) 55%, #fff); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crm-card-foot { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.crm-val { font-size: 16px; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.crm-chip {
  font-size: 9.5px; font-weight: 700; letter-spacing: .01em;
  padding: 3px 9px; border-radius: 20px; white-space: nowrap;
  background: color-mix(in srgb, #45B7AC 18%, #fff); color: #1c6d63;
  transition: background .4s, color .4s;
}
.crm-travel[data-s="1"] .crm-chip { background: color-mix(in srgb, #E0A25A 24%, #fff); color: #8a5a1c; }
.crm-travel[data-s="2"] .crm-chip { background: color-mix(in srgb, #8C7FE0 24%, #fff); color: #4c3fa0; }
.crm-travel[data-s="3"] .crm-chip { background: color-mix(in srgb, #3FA37A 22%, #fff); color: #1f6b4c; }
.crm-travel.won .crm-real {
  border-color: color-mix(in srgb, #3FA37A 45%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, #3FA37A 22%, transparent), 0 22px 44px -14px rgba(63,163,122,.5);
}

.crm-toast {
  position: absolute; left: 50%; bottom: 12px; transform: translate(-50%, 12px);
  display: flex; align-items: center; gap: 6px;
  background: var(--navy); color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 7px 13px; border-radius: 30px;
  box-shadow: 0 12px 28px -8px rgba(20,17,15,.5);
  opacity: 0; pointer-events: none; z-index: 8;
  transition: opacity .4s, transform .4s;
}
.crm-toast.show { opacity: 1; transform: translate(-50%, 0); }
.crm-toast-ic { display: flex; color: #421D24; }

@media (prefers-reduced-motion: reduce) {
  .crm-travel { transition: none; }
  .crm-travel.pop .crm-real { animation: none; }
  .crm-toast { display: none; }
}

/* ---------- Pricing ---------- */
.pricing { padding: 120px 0; }
.pricing .phead { text-align: center; max-width: 680px; margin: 0 auto 30px; }
.pricing .phead .eyebrow { justify-content: center; }
.pricing .phead h2 { margin-top: 14px; }
.promo-note {
  max-width: 720px; margin: 0 auto 48px;
  text-align: center;
  background: var(--accent-bg);
  border: 1px solid rgba(79,184,173,0.28);
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  font-size: 14.5px; line-height: 1.55; color: var(--navy);
}
.promo-note b { color: var(--accent-deep); }
.promo-note a { color: var(--accent-deep); font-weight: 700; border-bottom: 1px solid currentColor; }

.plans {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  align-items: stretch;
}
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.plan {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex; flex-direction: column;
  position: relative;
}
.plan.featured {
  border-color: var(--ink);
  box-shadow: 0 24px 60px -28px rgba(20,17,15,0.30);
}
.plan .badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  white-space: nowrap;
}
.plan .tier { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-deep); }
.plan .price { margin: 14px 0 4px; font-size: 34px; font-weight: 800; letter-spacing: -0.03em; color: var(--navy); }
.plan .price small { font-size: 15px; font-weight: 600; color: var(--fg-3); }
.plan .price-note { font-size: 12.5px; color: var(--fg-3); font-weight: 600; margin-bottom: 16px; }
.plan .desc { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0 0 20px; }
.plan .meta { font-size: 13px; color: var(--fg-3); font-weight: 600; margin-bottom: 4px; }
.plan .cta { margin: 20px 0 24px; }
.plan .cta .btn { width: 100%; }
.plan ul { list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid var(--divider); display: flex; flex-direction: column; gap: 12px; }
.plan ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--fg); line-height: 1.4; }
.plan ul li .chk {
  width: 18px; height: 18px; border-radius: 50%; flex: none; margin-top: 1px;
  background: var(--accent-bg); color: var(--accent-deep);
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---------- Comparison ---------- */
.compare { padding: 30px 0 120px; }
.compare-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.compare-head h2 { font-size: clamp(26px,3vw,40px); font-weight: 700; letter-spacing: -0.025em; color: var(--navy); margin: 0 0 12px; }
.compare-head p { font-size: 16px; color: var(--fg-2); margin: 0; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin: 0 auto; }
@media (max-width: 720px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-col {
  border-radius: var(--radius-xl); padding: 32px;
  border: 1px solid var(--border);
}
.compare-col.aura { background: var(--ink); color: #fff; border-color: var(--ink); }
.compare-col.aura .ch { color: #fff; }
.compare-col .ch {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy);
  margin-bottom: 22px;
}
.compare-col .ch img { height: 22px; width: auto; }
.compare-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.compare-col li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.4; }
.compare-col.aura li { color: rgba(255,255,255,0.9); }
.compare-col.other li { color: var(--fg-2); }
.compare-col .mk { width: 20px; height: 20px; border-radius: 50%; flex: none; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.compare-col.aura .mk { background: rgba(125,213,204,0.2); color: var(--accent); }
.compare-col.other .mk { background: #F1E4E8; color: #D06A86; }

/* ---------- About + values ---------- */
.about2 { background: var(--bg-soft); padding: 120px 0; }
/* Sobre: acento bege (sem verde) */
.about2 { --primary: #E3DBCC; --primary-50: #F3EEE6; --accent-deep: #B9A57C; --accent-bg: #E3DBCC; }
.about2 .eyebrow { color: #14110F; }
.about2 .eyebrow .dot { background: #E3DBCC; box-shadow: 0 0 0 4px #F3EEE6; }
.about2 .a2-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.about2 .a2-head .eyebrow { justify-content: center; }
.about2 .a2-head h2 { margin: 14px 0 20px; }
.about2 .a2-head p { font-size: 17px; line-height: 1.6; color: var(--fg-2); margin: 0 auto 14px; max-width: 660px; }
.about2 .a2-head p b { color: var(--navy); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 820px) { .values { grid-template-columns: 1fr; max-width: 520px; margin: 40px auto 0; } }
.value {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px;
}
.value .ic {
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 18px;
  background: var(--accent-bg); color: var(--accent-deep);
  display: flex; align-items: center; justify-content: center;
}
.value h4 { font-size: 18px; font-weight: 700; color: var(--navy); margin: 0 0 10px; letter-spacing: -0.015em; }
.value p { font-size: 14px; line-height: 1.6; color: var(--fg-2); margin: 0; }

/* ---------- FAQ ---------- */
.faq { padding: 120px 0; }
.faq { --primary: #E3DBCC; --primary-50: #F3EEE6; }
.faq-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.faq-head .eyebrow { justify-content: center; color: #14110F; }
.faq-head .eyebrow .dot { background: #E3DBCC; box-shadow: 0 0 0 4px #F3EEE6; }
.faq-head h2 {
  margin-top: 14px;
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(30px, 3.8vw, 50px);
  letter-spacing: -0.03em; line-height: 1.05;
  text-wrap: balance;
}
.faq-head h2 .accent { color: #C7B48E; }
.faq-list {
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--divider); }
.faq-item:last-child { border-bottom: none; }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px;
  cursor: pointer; list-style: none;
  transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--bg-soft); }
.faq-item summary h3 {
  margin: 0;
  font-size: 19px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--navy);
}
.faq-ic { position: relative; width: 16px; height: 16px; flex: none; }
.faq-ic::before, .faq-ic::after {
  content: ""; position: absolute; background: var(--navy); border-radius: 2px;
  transition: transform .25s var(--ease);
}
.faq-ic::before { left: 0; top: 7px; width: 16px; height: 2px; }
.faq-ic::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item[open] .faq-ic::after { transform: scaleY(0); }
.faq-item[open] summary h3 { color: var(--ink); }
.faq-a { background: #E3DBCC; padding: 22px 26px 26px; }
.faq-a p {
  margin: 0; max-width: 860px;
  font-size: 17.5px; line-height: 1.65; color: #141413;
}
@media (max-width: 600px) {
  .faq-item summary { padding: 18px 18px; }
  .faq-a { padding: 18px 18px 22px; }
}

/* ---------- Big final CTA (premium) ---------- */
.bigcta {
  --accent-deep: #C7B48E;
  padding: 150px 0;
  text-align: center;
  background:
    radial-gradient(ellipse 55% 45% at 20% 22%, rgba(227, 219, 204, 0.55) 0%, transparent 60%),
    radial-gradient(ellipse 50% 42% at 84% 26%, rgba(36, 71, 232, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 58% 48% at 78% 86%, rgba(227, 219, 204, 0.45) 0%, transparent 62%),
    var(--bg-soft);
}
.bigcta h2 {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 700; letter-spacing: -0.035em; line-height: 1.03;
  color: var(--navy); margin: 0 auto 22px; max-width: 900px;
  text-wrap: balance;
}
.bigcta h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent-deep); }
.bigcta p { font-size: 18px; color: var(--fg-2); max-width: 560px; margin: 0 auto 36px; line-height: 1.55; }
.bigcta .row { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ---------- Section title helper reuse ---------- */
.recursos .rhead h2, .pricing .phead h2,
.about2 .a2-head h2, .stats-head h2 {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(30px, 3.8vw, 50px);
  letter-spacing: -0.03em; line-height: 1.05;
  text-wrap: balance;
}
.recursos .rhead h2 .accent,
.pricing .phead h2 .accent, .about2 .a2-head h2 .accent,
.bigcta h2 .accent { color: var(--accent-deep); }

/* small lead reuse */
.sub-lead { font-size: 17px; line-height: 1.6; color: var(--fg-2); }

/* ---------- Aura AI: waveform de voz (fundo preto, barras off-white) ---------- */
.voice-canvas {
  padding: 0; align-items: stretch;
  position: relative;
  background: #14110F;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 22px;
  overflow: hidden;
}
.voice-canvas::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 55% at 50% 45%, rgba(255,255,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.voice-wave {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  gap: 5px; height: 120px;
}
.voice-wave span {
  width: 5px; border-radius: 999px;
  background: #FAF8F1;
  height: 14px;
  animation: voiceBar 1.3s ease-in-out infinite;
}
@keyframes voiceBar {
  0%, 100% { height: 12px; opacity: .5; }
  50%      { height: var(--h, 60px); opacity: 1; }
}
/* per-bar heights + delays for an organic, center-weighted wave */
.voice-wave span:nth-child(1){--h:26px;animation-delay:-.10s}
.voice-wave span:nth-child(2){--h:44px;animation-delay:-.45s}
.voice-wave span:nth-child(3){--h:62px;animation-delay:-.20s}
.voice-wave span:nth-child(4){--h:38px;animation-delay:-.75s}
.voice-wave span:nth-child(5){--h:80px;animation-delay:-.30s}
.voice-wave span:nth-child(6){--h:52px;animation-delay:-.60s}
.voice-wave span:nth-child(7){--h:96px;animation-delay:-.15s}
.voice-wave span:nth-child(8){--h:64px;animation-delay:-.50s}
.voice-wave span:nth-child(9){--h:108px;animation-delay:-.05s}
.voice-wave span:nth-child(10){--h:72px;animation-delay:-.65s}
.voice-wave span:nth-child(11){--h:110px;animation-delay:-.25s}
.voice-wave span:nth-child(12){--h:58px;animation-delay:-.85s}
.voice-wave span:nth-child(13){--h:100px;animation-delay:-.35s}
.voice-wave span:nth-child(14){--h:120px;animation-delay:-.55s}
.voice-wave span:nth-child(15){--h:100px;animation-delay:-.12s}
.voice-wave span:nth-child(16){--h:58px;animation-delay:-.70s}
.voice-wave span:nth-child(17){--h:110px;animation-delay:-.28s}
.voice-wave span:nth-child(18){--h:72px;animation-delay:-.48s}
.voice-wave span:nth-child(19){--h:108px;animation-delay:-.08s}
.voice-wave span:nth-child(20){--h:64px;animation-delay:-.62s}
.voice-wave span:nth-child(21){--h:96px;animation-delay:-.18s}
.voice-wave span:nth-child(22){--h:52px;animation-delay:-.58s}
.voice-wave span:nth-child(23){--h:80px;animation-delay:-.33s}
.voice-wave span:nth-child(24){--h:38px;animation-delay:-.78s}
.voice-wave span:nth-child(25){--h:62px;animation-delay:-.22s}
.voice-wave span:nth-child(26){--h:44px;animation-delay:-.42s}
.voice-wave span:nth-child(27){--h:26px;animation-delay:-.13s}
.voice-wave span:nth-child(28){--h:20px;animation-delay:-.52s}
.voice-cap {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  color: rgba(250,248,241,0.72);
}
.voice-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #FAF8F1;
  animation: voicePulse 1.3s ease-in-out infinite;
}
@keyframes voicePulse {
  0%, 100% { opacity: .4; transform: scale(.85); }
  50%      { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .voice-wave span, .voice-dot { animation: none; }
  .voice-wave span { height: var(--h, 60px); opacity: .9; }
}

/* ---------- App section (Aura Companion) ---------- */
.app-section { padding: clamp(56px, 7vw, 110px) 0 0; background: #fff; }
.app-card {
  position: relative;
  background: var(--ink);
  border-radius: 30px;
  overflow: hidden;
  display: flex; align-items: center;
  min-height: clamp(440px, 44vw, 620px);
  padding: clamp(40px, 6vw, 90px) clamp(28px, 6vw, 100px);
}
.app-card::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 78% 30%, rgba(199, 180, 142, 0.16) 0%, rgba(199, 180, 142, 0) 70%);
  pointer-events: none;
}
.app-copy { position: relative; z-index: 1; max-width: 500px; }
.app-copy .eyebrow { color: rgba(250, 248, 241, 0.78); }
.app-copy .eyebrow .dot { background: #C7B48E; box-shadow: 0 0 0 4px rgba(199, 180, 142, 0.18); }
.app-copy h2 {
  margin: 16px 0 16px;
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 48px);
  letter-spacing: -0.03em; line-height: 1.06;
  color: #fff;
}
.app-copy h2 .accent { color: #C7B48E; }
.app-copy p {
  margin: 0 0 30px; max-width: 440px;
  font-size: 17px; line-height: 1.6;
  color: rgba(250, 248, 241, 0.7);
}
.app-copy .app-badges { margin: 0; }
.app-phone {
  position: absolute; z-index: 1;
  right: clamp(24px, 9vw, 130px);
  top: clamp(48px, 6vw, 84px);
  width: clamp(230px, 22vw, 320px);
}
.app-phone-frame {
  background: #2B2724;
  border-radius: clamp(38px, 4vw, 52px);
  padding: clamp(9px, 0.9vw, 12px);
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.app-phone-frame img {
  width: 100%; height: auto; display: block;
  border-radius: clamp(30px, 3.2vw, 42px);
}
@media (max-width: 860px) {
  .app-card { flex-direction: column; align-items: flex-start; padding-bottom: 0; }
  .app-copy { max-width: none; }
  .app-phone {
    position: relative; right: auto; top: auto;
    width: min(260px, 70%);
    margin: 40px auto -90px;
  }
}

/* ---------- Depoimentos: acento bege (sem azul) ---------- */
.tlist { --primary: #E3DACC; --primary-50: #F3EEE6; }
.tlist .eyebrow { color: #14110F; }
.tlist .eyebrow .dot { background: #E3DACC; box-shadow: 0 0 0 4px #F3EEE6; }
.tlist .section-title .accent { color: #C7B48E; }
.tlist .tcard blockquote::before { color: #D8C7A6; }

/* ---------- Recursos: acento bege (sem azul/teal) ---------- */
.recursos { --primary: #E3DACC; --primary-50: #F3EEE6; --accent-deep: #B9A57C; --accent-bg: #F3EEE6; }
.recursos .eyebrow { color: #14110F; }
.recursos .eyebrow .dot { background: #E3DACC; box-shadow: 0 0 0 4px #F3EEE6; }
.recursos .rhead h2 .accent { color: #C7B48E; }

/* ---------- Prontuário: slash-command editor (Notion style) — animado ---------- */
.slash-canvas { padding: 0; align-items: stretch; overflow: hidden; }
.slash-editor {
  position: relative;
  width: 100%; align-self: stretch;
  background: #fff;
  padding: 24px 22px 0;
  overflow: hidden;
  text-align: left;
}
/* the "/" line */
.se-line { display: flex; align-items: center; height: 30px; }
.se-typed { font-size: 21px; font-weight: 600; color: #9A9691; opacity: 0; }
.slash-editor.is-typed .se-typed { opacity: 1; }
.se-caret { width: 2px; height: 23px; background: var(--navy); margin-left: 2px; animation: se-blink 1.05s steps(1) infinite; }
.slash-editor.is-selected .se-line { display: none; }
@keyframes se-blink { 0%,50% { opacity: 1; } 50.01%,100% { opacity: 0; } }

/* the popover menu */
.se-menu {
  position: absolute; left: 18px; right: 18px; top: 62px;
  background: #fff; border: 1px solid #ECE7DF;
  border-radius: 16px;
  box-shadow: 0 26px 52px -20px rgba(20,17,15,0.30), 0 6px 16px -8px rgba(20,17,15,0.12);
  padding: 8px;
  opacity: 0; transform: translateY(10px) scale(0.985); transform-origin: top left;
  transition: opacity .32s var(--ease), transform .32s var(--ease);
  pointer-events: none;
}
.slash-editor.is-open .se-menu { opacity: 1; transform: none; }
.slash-editor.is-selected .se-menu { opacity: 0; transform: translateY(6px) scale(0.985); }

.se-item { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: 11px; transition: background .18s var(--ease); }
.se-item.on { background: #EFEEFB; }
.se-ic { width: 34px; height: 34px; border-radius: 9px; flex: none; display: flex; align-items: center; justify-content: center; }
.se-ic svg { width: 18px; height: 18px; }
.se-tt { display: block; font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.2; letter-spacing: -0.01em; }
.se-ds { display: block; font-size: 12.5px; color: var(--fg-3); margin-top: 3px; line-height: 1.2; }
/* per-item icon tints (echo the print) */
.i-teal  .se-ic { background: #E4F4F1; color: #3FA79B; }
.i-amber .se-ic { background: #FBF1E1; color: #C98A2E; }
.i-navy  .se-ic { background: #EAECF6; color: #3A4E8C; }
.i-blue  .se-ic { background: #E7EDFB; color: #3E6BE0; }
.i-pink  .se-ic { background: #FBE6F1; color: #D14E9A; }
.i-red   .se-ic { background: #FBE3E7; color: #D0405E; }

/* filled block after selecting */
.se-filled {
  position: absolute; left: 0; right: 0; top: 0; padding: 24px 22px;
  opacity: 0; transform: translateY(8px);
  transition: opacity .42s var(--ease) .12s, transform .42s var(--ease) .12s;
}
.slash-editor.is-selected .se-filled { opacity: 1; transform: none; }
.se-fh { display: flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; color: var(--navy); letter-spacing: -0.015em; }
.se-fh .se-ic { width: 30px; height: 30px; border-radius: 8px; }
.se-fh .se-ic svg { width: 16px; height: 16px; }
.se-fp { margin-top: 14px; font-size: 14.5px; line-height: 1.7; color: var(--fg-2); min-height: 74px; }
.se-fp::after { content: ""; display: inline-block; width: 2px; height: 16px; background: var(--navy); vertical-align: -3px; margin-left: 1px; animation: se-blink 1.05s steps(1) infinite; }
@media (prefers-reduced-motion: reduce) {
  .se-caret, .se-fp::after { animation: none; }
}

/* ---------- Agenda mockup (rec-visual) — animado ---------- */
.agenda-canvas { padding: 0; align-items: stretch; }
.agenda-mock {
  --agdur: 6s;
  width: 100%; align-self: stretch;
  background: #fff;
  font-family: var(--sans);
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ag-row { display: grid; grid-template-columns: 92px 1fr; min-height: 92px; }
.ag-row.now { min-height: 148px; }
.ag-row + .ag-row { border-top: 1px solid #F0E7DF; }
.ag-time {
  position: relative;
  padding: 14px 0 0 20px;
  font-size: 17px; font-weight: 800; color: var(--navy);
  letter-spacing: -0.01em;
  background: #FBF4EE;
  border-right: 1px solid #F0E7DF;
}
.ag-slot { position: relative; }

/* --- sweeping red "now" timeline: 15:00 -> 17:00 --- */
.ag-sweep {
  position: absolute; left: 92px; right: 0; top: 0; height: 2px; z-index: 6;
  background: #E5396B;
  box-shadow: 0 0 12px rgba(229,57,107,0.55);
  animation: agSweep var(--agdur) cubic-bezier(.45,0,.2,1) infinite;
}
.ag-sweep-dot {
  position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);
  width: 11px; height: 11px; border-radius: 50%; background: #E5396B;
  box-shadow: 0 0 0 4px rgba(229,57,107,0.18);
}
.ag-sweep-tag {
  position: absolute; left: -46px; top: 50%; transform: translateY(-50%);
  font-size: 11px; font-weight: 800; color: #E5396B; letter-spacing: 0.04em;
}
@keyframes agSweep {
  0%   { top: 0;     opacity: 0; }
  5%   { opacity: 1; }
  64%  { top: 320px; opacity: 1; }
  73%  { top: 320px; opacity: 0; }
  100% { top: 320px; opacity: 0; }
}

/* --- event card (amber "Agendado" -> green "Confirmado") --- */
.ag-event {
  position: absolute; left: 8px; right: 12px; top: 6px; bottom: 6px;
  background: #FDF3E7;
  border-radius: 10px;
  padding: 12px 14px 12px 20px;
  overflow: hidden;
  animation: agEventConfirm var(--agdur) ease infinite;
}
@keyframes agEventConfirm {
  0%, 44%   { background: #FDF3E7; }
  55%, 100% { background: #E3F0E6; }
}
.ag-event .ag-accent {
  position: absolute; left: 8px; top: 12px; bottom: 12px;
  width: 4px; border-radius: 4px; background: #E28B3E;
  animation: agAccent var(--agdur) ease infinite;
}
@keyframes agAccent {
  0%, 44%   { background: #E28B3E; }
  55%, 100% { background: #421D24; }
}
.ag-name { font-size: 15px; font-weight: 700; color: #1F2937; letter-spacing: -0.01em; }
.ag-when { font-size: 12.5px; color: #6B7280; margin-top: 4px; font-weight: 500; }

.ag-status-wrap { position: relative; margin-top: 8px; height: 17px; }
.ag-status {
  position: absolute; left: 0; top: 0;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; white-space: nowrap;
}
.ag-status.booked { color: #D97A34; animation: agBooked var(--agdur) ease infinite; }
.ag-status.confirmed { color: #421D24; opacity: 0; animation: agConfirmed var(--agdur) ease infinite; }
.ag-status .d { width: 7px; height: 7px; border-radius: 50%; background: #E28B3E; }
.ag-status.confirmed .ck {
  width: 15px; height: 15px; border-radius: 50%; background: #421D24; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
@keyframes agBooked    { 0%, 42% { opacity: 1; } 52%, 100% { opacity: 0; } }
@keyframes agConfirmed { 0%, 44% { opacity: 0; } 55%, 100% { opacity: 1; } }

.ag-tag {
  display: inline-block; margin-top: 6px;
  font-size: 11.5px; font-weight: 600; color: #6FA981;
  background: rgba(111,169,129,0.16);
  padding: 3px 10px; border-radius: 999px;
}

/* --- confirmation toast --- */
.ag-toast {
  position: absolute; right: 14px; bottom: 14px; z-index: 7;
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid #E1F1E8; border-radius: 12px;
  padding: 9px 14px 9px 10px;
  box-shadow: 0 14px 30px -12px rgba(66, 29, 36,0.45);
  opacity: 0; transform: translateY(12px) scale(.96);
  animation: agToast var(--agdur) cubic-bezier(.16,1,.3,1) infinite;
}
.ag-toast-ic {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: #421D24; color: #fff;
  display: flex; align-items: center; justify-content: center;
  animation: agPop var(--agdur) ease infinite;
}
.ag-toast-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.ag-toast-tx small { font-size: 11px; color: #6B7280; font-weight: 500; }
@keyframes agToast {
  0%, 50%   { opacity: 0; transform: translateY(12px) scale(.96); }
  60%, 86%  { opacity: 1; transform: translateY(0) scale(1); }
  96%, 100% { opacity: 0; transform: translateY(6px) scale(.98); }
}
@keyframes agPop {
  0%, 54% { transform: scale(0); }
  63%     { transform: scale(1.18); }
  70%, 100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .ag-sweep { display: none; }
  .ag-event, .ag-accent, .ag-status.booked, .ag-status.confirmed,
  .ag-toast, .ag-toast-ic { animation: none !important; }
  .ag-event { background: #E3F0E6; }
  .ag-accent { background: #421D24; }
  .ag-status.booked { opacity: 0; }
  .ag-status.confirmed { opacity: 1; }
  .ag-toast { opacity: 1; transform: none; }
}
@media (max-width: 400px) { .ag-row { grid-template-columns: 74px 1fr; } .ag-time { font-size: 15px; padding-left: 14px; } .ag-sweep { left: 74px; } }

/* ---------- Financeiro mockup (rec-visual) — animado ---------- */
.fin-canvas { padding: 0; align-items: stretch; }
.fin-mock {
  position: relative; width: 100%;
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  padding: 20px 22px 62px;
}
.fin-saldo {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 12px 16px; box-shadow: 0 1px 2px rgba(26,33,82,0.05);
}
.fin-saldo-lb { display: flex; flex-direction: column; gap: 3px; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.fin-saldo-lb small { display: flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: var(--fg-2); }
.fin-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(66, 29, 36,0.15); }
.fin-saldo-v { display: flex; align-items: baseline; gap: 3px; font-variant-numeric: tabular-nums; color: var(--navy); transition: color .35s ease; }
.fin-saldo-v em { font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--fg-2); transition: color .35s ease; }
.fin-saldo-v b { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.fin-saldo-v .cents { font-size: 12px; font-weight: 700; color: var(--fg-2); transition: color .35s ease; }
.fin-mock.is-up .fin-saldo-v,
.fin-mock.is-up .fin-saldo-v em,
.fin-mock.is-up .fin-saldo-v .cents { color: var(--green); }

/* --- prompt que recebe o código de barras --- */
.fin-prompt {
  position: relative; display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1.5px solid var(--border); border-radius: 12px;
  padding: 10px 13px; min-height: 42px; overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.fin-mock.is-typing .fin-prompt { border-color: #2447E8; box-shadow: 0 0 0 3px rgba(36,71,232,0.10); }
.fin-mock.is-scanned .fin-prompt { border-color: var(--border); box-shadow: none; }
.fin-pr-ic { flex: none; display: inline-flex; color: var(--fg-2); }
.fin-typed-wrap {
  flex: 1; min-width: 0; display: flex; align-items: center; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent);
          mask-image: linear-gradient(90deg, #000 82%, transparent);
}
.fin-typed { font-size: 11.5px; font-weight: 650; color: var(--navy); white-space: nowrap; font-variant-numeric: tabular-nums; letter-spacing: 0.01em; }
.fin-caret { flex: none; width: 2px; height: 15px; margin-left: 2px; border-radius: 1px; background: #2447E8; opacity: 0; }
.fin-mock.is-typing .fin-caret { opacity: 1; animation: finBlink 1s steps(1) infinite; }
.fin-mock.is-scanned .fin-caret { opacity: 0; animation: none; }
@keyframes finBlink { 50% { opacity: 0.15; } }
.fin-pr-chip {
  position: absolute; right: 9px; top: 50%; transform: translateY(-50%) scale(.85);
  display: inline-flex; align-items: center; gap: 5px;
  background: #E8EDFE; color: #2447E8;
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.01em;
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 0 0 5px #fff; opacity: 0;
  transition: opacity .3s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
}
.fin-mock.is-scanned .fin-pr-chip { opacity: 1; transform: translateY(-50%) scale(1); }

/* --- card conta a pagar --- */
.fin-bill {
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 13px 16px 14px; box-shadow: 0 10px 26px rgba(26,33,82,0.08);
  opacity: 0; transform: translateY(12px) scale(.98);
  transition: opacity .45s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.fin-mock.is-bill .fin-bill { opacity: 1; transform: none; }
.fin-bill-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.fin-bill-tt { font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); }
.fin-bill-status {
  font-size: 10.5px; font-weight: 800; color: #D97A34; background: #FBF1E7;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
  opacity: 0; transform: scale(.85);
  transition: opacity .3s ease .55s, transform .3s cubic-bezier(.34,1.56,.64,1) .55s;
}
.fin-mock.is-bill .fin-bill-status { opacity: 1; transform: scale(1); }
.fin-bill-rows { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 18px; }
.fin-brow {
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; transform: translateY(7px);
  transition: opacity .35s ease, transform .4s cubic-bezier(.16,1,.3,1);
}
.fin-brow small { font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-3); }
.fin-brow b { font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; white-space: nowrap; }
.fin-mock.is-bill .fin-brow { opacity: 1; transform: none; }
.fin-mock.is-bill .b1 { transition-delay: .12s; }
.fin-mock.is-bill .b2 { transition-delay: .24s; }
.fin-mock.is-bill .b3 { transition-delay: .36s; }

/* --- toast PIX recebido --- */
.fin-toast {
  position: absolute; right: 14px; bottom: 14px; z-index: 7;
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: 13px;
  padding: 10px 14px; box-shadow: 0 14px 34px rgba(26,33,82,0.16);
  opacity: 0; transform: translateY(12px) scale(.96);
  transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.fin-mock.is-pix .fin-toast { opacity: 1; transform: none; }
.fin-toast-ic {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: var(--green); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.fin-toast-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.fin-toast-tx small { font-size: 11px; color: #6B7280; font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  .fin-caret { animation: none !important; }
  .fin-prompt, .fin-pr-chip, .fin-bill, .fin-bill-status, .fin-brow, .fin-toast, .fin-saldo-v { transition: none !important; }
}
@media (max-width: 400px) { .fin-mock { padding: 16px 14px 58px; } .fin-brow b { font-size: 11.5px; } }

/* ---------- Assinatura digital (rec-visual) — animado ---------- */
.sig-canvas { padding: 0; align-items: stretch; }
.sig-mock {
  position: relative; width: 100%;
  display: flex; align-items: center; gap: 18px;
  padding: 26px 24px 64px;
}
.sig-doc {
  flex: 1; min-width: 0;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 14px 16px 12px; box-shadow: 0 10px 26px rgba(26,33,82,0.08);
}
.sig-doc-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.sig-doc-tt { font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); }
.sig-doc-pg { font-size: 10px; font-weight: 700; color: var(--fg-3); }
.sig-lines { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.sig-lines i { height: 5px; border-radius: 3px; background: var(--divider); }
.sig-lines i.short { width: 62%; }
.sig-area { position: relative; border-top: 1.5px dashed var(--border-2); padding-top: 8px; }
.sig-svg { display: block; width: 100%; max-width: 220px; height: auto; transition: opacity .7s ease, filter .7s ease, transform .7s ease; }
.sig-path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.sig-mock.is-sign .sig-path { stroke-dashoffset: 0; transition: stroke-dashoffset 1.9s cubic-bezier(.45,.05,.55,.95); }
.sig-mock.is-bits .sig-svg { opacity: 0; filter: blur(3px); transform: translateX(16px) scale(.96); }
.sig-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-3); margin-top: 2px; }

/* --- bits que fluem da assinatura até o cadeado --- */
.sig-flow { position: absolute; left: 0; top: 0; width: 0; height: 0; z-index: 5; pointer-events: none; }
.sig-bit {
  position: absolute; left: 0;
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #2447E8; opacity: 0;
}
.sig-mock.is-bits .sig-bit {
  animation: sigBit .95s cubic-bezier(.4,.1,.45,1) forwards;
  animation-delay: calc(var(--i) * 42ms);
}
@keyframes sigBit {
  0%   { opacity: 0; transform: translate(0, 0) scale(.8); }
  14%  { opacity: 1; transform: translate(22px, calc(var(--y, 0px) * 0.4)) scale(1); }
  72%  { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--sigdx, 150px), var(--y, 0px)) scale(.7); }
}

/* --- cadeado --- */
.sig-lock { flex: none; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sig-lock-badge {
  width: 58px; height: 58px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.lk-shackle { transform: translateY(-4px); transition: transform .3s cubic-bezier(.34,1.56,.64,1), stroke .35s ease; }
.lk-body, .lk-dot { transition: stroke .35s ease, fill .35s ease; }
.sig-mock.is-lock .sig-lock-badge {
  border-color: #421D24; background: #E3F5EE;
  box-shadow: 0 0 0 6px rgba(66, 29, 36,0.12);
  animation: sigLockPulse .8s ease .1s;
}
.sig-mock.is-lock .lk-shackle { transform: translateY(0); stroke: #421D24; }
.sig-mock.is-lock .lk-body { stroke: #421D24; }
.sig-mock.is-lock .lk-dot { fill: #421D24; }
@keyframes sigLockPulse {
  0% { box-shadow: 0 0 0 0 rgba(66, 29, 36,0.35); }
  100% { box-shadow: 0 0 0 14px rgba(66, 29, 36,0); }
}
.sig-lock-tag {
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-2); background: var(--divider);
  padding: 3px 8px; border-radius: 999px; white-space: nowrap;
  transition: color .35s ease, background .35s ease;
}
.sig-mock.is-lock .sig-lock-tag { color: #421D24; background: #E3F5EE; }

/* --- toast assinado --- */
.sig-toast {
  position: absolute; right: 14px; bottom: 14px; z-index: 7;
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: 13px;
  padding: 10px 14px; box-shadow: 0 14px 34px rgba(26,33,82,0.16);
  opacity: 0; transform: translateY(12px) scale(.96);
  transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.sig-mock.is-done .sig-toast { opacity: 1; transform: none; }
.sig-toast-ic {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: #421D24; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.sig-toast-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.sig-toast-tx small { font-size: 11px; color: #6B7280; font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  .sig-path { transition: none !important; }
  .sig-svg, .sig-lock-badge, .lk-shackle, .lk-body, .lk-dot, .sig-lock-tag, .sig-toast { transition: none !important; animation: none !important; }
  .sig-bit { display: none; }
}
@media (max-width: 400px) { .sig-mock { padding: 18px 14px 60px; gap: 12px; } }

/* ---------- Estoque OCR (rec-visual) — animado ---------- */
.stk-canvas { padding: 0; align-items: stretch; }
.stk-mock {
  position: relative; width: 100%;
  display: flex; flex-direction: column; justify-content: center; gap: 11px;
  padding: 20px 22px 62px;
}
.stk-item {
  display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 11px 14px; box-shadow: 0 1px 2px rgba(26,33,82,0.05);
}
.stk-item-ic { flex: none; width: 32px; height: 32px; border-radius: 9px; background: var(--divider); color: var(--fg-2); display: inline-flex; align-items: center; justify-content: center; }
.stk-item-tx { flex: 1; min-width: 0; }
.stk-item-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stk-item-tx small { font-size: 10.5px; font-weight: 600; color: var(--fg-2); }
.stk-qty {
  flex: none; display: flex; align-items: baseline; gap: 3px;
  background: var(--divider); border-radius: 999px; padding: 4px 11px;
  transition: background .35s ease;
}
.stk-qty b { font-size: 14px; font-weight: 800; color: var(--navy); font-variant-numeric: tabular-nums; transition: color .35s ease; }
.stk-qty small { font-size: 10px; font-weight: 700; color: var(--fg-2); }
.stk-mock.is-down .stk-qty { background: #E3F5EE; animation: stkQtyPop .45s cubic-bezier(.34,1.56,.64,1); }
.stk-mock.is-down .stk-qty b { color: #421D24; }
@keyframes stkQtyPop { 0% { transform: scale(1); } 40% { transform: scale(1.14); } 100% { transform: scale(1); } }

/* --- câmera / OCR --- */
.stk-cam {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  min-height: 128px; padding: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(26,33,82,0.08);
}
.stk-frame { position: relative; display: flex; align-items: center; justify-content: center; padding: 14px; }
.stk-corner { position: absolute; width: 14px; height: 14px; border: 2.5px solid var(--border-2); opacity: .9; transition: border-color .35s ease; }
.stk-corner.c1 { top: 0; left: 0; border-right: 0; border-bottom: 0; border-top-left-radius: 6px; }
.stk-corner.c2 { top: 0; right: 0; border-left: 0; border-bottom: 0; border-top-right-radius: 6px; }
.stk-corner.c3 { bottom: 0; left: 0; border-right: 0; border-top: 0; border-bottom-left-radius: 6px; }
.stk-corner.c4 { bottom: 0; right: 0; border-left: 0; border-top: 0; border-bottom-right-radius: 6px; }
.stk-mock.is-scan .stk-corner { border-color: #2447E8; }
.stk-mock.is-ocr .stk-corner { border-color: #421D24; }
.stk-part { height: 84px; width: 84px; opacity: .92; image-rendering: pixelated; }
.stk-scanline {
  position: absolute; left: -6px; right: -6px; top: 4%; height: 2px; z-index: 4;
  background: linear-gradient(90deg, transparent, #2447E8 18%, #2447E8 82%, transparent);
  box-shadow: 0 0 12px rgba(36,71,232,0.45);
  opacity: 0;
}
.stk-mock.is-scan:not(.is-ocr) .stk-scanline { opacity: 1; animation: stkScan 1.9s ease-in-out infinite; }
@keyframes stkScan { 0% { top: 4%; } 50% { top: 94%; } 100% { top: 4%; } }
.stk-cam-cap {
  position: absolute; left: 14px; bottom: 12px; z-index: 5;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-3);
  opacity: 0; transition: opacity .3s ease;
}
.stk-mock.is-scan .stk-cam-cap { opacity: 1; }
.stk-mock.is-ocr .stk-cam-cap { opacity: 0; }
.stk-cam-dot { width: 6px; height: 6px; border-radius: 50%; background: #2447E8; animation: stkBlink 1s steps(1) infinite; }
@keyframes stkBlink { 50% { opacity: .2; } }
.stk-chips { position: absolute; right: 12px; top: 12px; z-index: 5; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.stk-chip {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.01em; white-space: nowrap;
  background: #E8EDFE; color: #2447E8;
  padding: 4px 10px; border-radius: 999px;
  opacity: 0; transform: translateX(10px) scale(.85);
  transition: opacity .3s ease, transform .35s cubic-bezier(.34,1.56,.64,1);
}
.stk-mock.is-ocr .stk-chip { opacity: 1; transform: none; }
.stk-mock.is-ocr .ch1 { transition-delay: 0s; }
.stk-mock.is-ocr .ch2 { transition-delay: .14s; }
.stk-mock.is-ocr .ch3 { transition-delay: .28s; }

/* --- vínculo com atendimento --- */
.stk-link {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border); border-radius: 13px;
  padding: 10px 13px;
  opacity: 0; transform: translateY(10px);
  transition: opacity .4s ease, transform .45s cubic-bezier(.16,1,.3,1);
}
.stk-mock.is-link .stk-link { opacity: 1; transform: none; }
.stk-link-ic { flex: none; width: 28px; height: 28px; border-radius: 8px; background: #E8EDFE; color: #2447E8; display: inline-flex; align-items: center; justify-content: center; }
.stk-link-tx { flex: 1; min-width: 0; }
.stk-link-tx b { display: block; font-size: 12px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.stk-link-tx small { font-size: 10.5px; font-weight: 600; color: var(--fg-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.stk-link-chk {
  flex: none; width: 20px; height: 20px; border-radius: 50%;
  background: #421D24; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.6);
  transition: opacity .3s ease .35s, transform .3s cubic-bezier(.34,1.56,.64,1) .35s;
}
.stk-mock.is-link .stk-link-chk { opacity: 1; transform: scale(1); }

/* --- toast baixa de estoque --- */
.stk-toast {
  position: absolute; right: 14px; bottom: 14px; z-index: 7;
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: 13px;
  padding: 10px 14px; box-shadow: 0 14px 34px rgba(26,33,82,0.16);
  opacity: 0; transform: translateY(12px) scale(.96);
  transition: opacity .4s ease, transform .5s cubic-bezier(.16,1,.3,1);
}
.stk-mock.is-down .stk-toast { opacity: 1; transform: none; }
.stk-toast-ic {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: #421D24; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.stk-toast-tx b { display: block; font-size: 12.5px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.stk-toast-tx small { font-size: 11px; color: #6B7280; font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  .stk-scanline, .stk-cam-dot { animation: none !important; opacity: 0 !important; }
  .stk-chip, .stk-link, .stk-link-chk, .stk-toast, .stk-qty, .stk-qty b { transition: none !important; animation: none !important; }
}
@media (max-width: 400px) { .stk-mock { padding: 16px 14px 58px; } }

/* ---------- App store badges (footer) ---------- */
.app-badges { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 24px; }
.app-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px 9px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  transition: background .2s, border-color .2s, transform .15s;
}
.app-badge:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); transform: translateY(-2px); }
.app-badge .ic { width: 22px; height: 22px; flex: none; }
.app-badge .tx { display: flex; flex-direction: column; line-height: 1.1; }
.app-badge .tx small { font-size: 9.5px; font-weight: 600; letter-spacing: 0.04em; opacity: 0.7; text-transform: uppercase; }
.app-badge .tx b { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }

/* ---------- Modal: agendar demonstração ---------- */
.demo-overlay[hidden] { display: none !important; }
.demo-overlay {
  position: fixed; inset: 0; z-index: 100;
  overscroll-behavior: contain;
  background: rgba(10, 8, 7, 0.72);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; transition: opacity .22s var(--ease);
  overflow-y: auto;
}
.demo-overlay.in { opacity: 1; }
.demo-modal {
  position: relative;
  width: 100%; max-width: 480px;
  background: #14110F;
  border: 1px solid rgba(250, 248, 241, 0.1);
  border-radius: 24px;
  box-shadow: 0 40px 90px -20px rgba(0, 0, 0, 0.7);
  transform: translateY(14px) scale(.98);
  transition: transform .25s var(--ease-out);
  margin: auto;
}
.demo-overlay.in .demo-modal { transform: none; }
.demo-close {
  position: absolute; top: 16px; right: 16px; z-index: 1;
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(250, 248, 241, 0.08); border: none;
  color: rgba(250, 248, 241, 0.75);
  transition: background .2s, color .2s;
}
.demo-close:hover { background: rgba(250, 248, 241, 0.16); color: #fff; }
.demo-body { padding: 36px 34px 34px; }
.demo-body .eyebrow { color: rgba(250, 248, 241, 0.75); }
.demo-body .eyebrow .dot { background: #C7B48E; box-shadow: 0 0 0 4px rgba(199, 180, 142, 0.18); }
.demo-body h3 {
  margin: 14px 0 10px;
  font-size: clamp(22px, 3vw, 27px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.15; color: #fff;
}
.demo-body h3 .accent { color: #C7B48E; }
.demo-sub { margin: 0 0 24px; font-size: 14.5px; line-height: 1.55; color: rgba(250, 248, 241, 0.62); }
.demo-field { display: block; margin-bottom: 14px; }
.demo-field span {
  display: block; margin-bottom: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: rgba(250, 248, 241, 0.55);
}
.demo-field input, .demo-field select {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px;
  font-family: inherit; font-size: 15px; color: #fff;
  background: rgba(250, 248, 241, 0.06);
  border: 1px solid rgba(250, 248, 241, 0.14);
  border-radius: 12px;
  outline: none;
  transition: border-color .2s, background .2s;
}
.demo-field input::placeholder { color: rgba(250, 248, 241, 0.32); }
.demo-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23C7B48E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; cursor: pointer; }
.demo-field select:invalid { color: rgba(250, 248, 241, 0.32); }
.demo-field select option { color: #14110F; background: #fff; }
.demo-field input:focus, .demo-field select:focus {
  border-color: #C7B48E;
  background: rgba(250, 248, 241, 0.09);
}
.demo-error { margin: 0 0 12px; font-size: 13.5px; color: #F0A9A9; }
.demo-submit {
  width: 100%; margin-top: 6px;
  padding: 14px 20px; border: none; border-radius: 999px;
  font-family: inherit; font-size: 15.5px; font-weight: 700;
  background: #FAF8F1; color: #14110F;
  transition: transform .15s, opacity .2s;
}
.demo-submit:hover { transform: translateY(-1px); }
.demo-submit:disabled { opacity: .6; transform: none; cursor: default; }
.demo-success { text-align: center; padding: 18px 0 6px; }
.demo-check {
  width: 58px; height: 58px; margin: 0 auto 16px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(199, 180, 142, 0.16); color: #C7B48E;
}
.demo-success h4 { margin: 0 0 8px; font-size: 21px; font-weight: 700; color: #fff; }
.demo-success p { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(250, 248, 241, 0.65); }
@media (max-width: 480px) {
  .demo-body { padding: 30px 22px 26px; }
}

/* ---------- CTA compacto das features (Recursos) ---------- */
.rec-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 24px;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em;
  transition: transform .18s var(--ease), box-shadow .2s;
}
.rec-cta svg { transition: transform .18s var(--ease); }
.rec-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.rec-cta:hover svg { transform: translateX(3px); }
