:root {
  --ink: #10211f;
  --muted: #5d6d69;
  --teal: #0f766e;
  --teal-dark: #093f3b;
  --aqua: #d9fff7;
  --gold: #f6d365;
  --blue: #2f6fed;
  --coral: #d95c45;
  --surface: #ffffff;
  --soft: #f3f8f6;
  --line: #d7e6e2;
  --shadow: 0 22px 70px rgba(8, 31, 29, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(18px, 5vw, 64px);
  color: #fff;
  background: rgba(7, 42, 38, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(7, 42, 38, 0.94);
  box-shadow: 0 14px 34px rgba(7, 42, 38, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 0.93rem;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
}

.text-link {
  color: rgba(255, 255, 255, 0.88);
}

.header-cta,
.primary-cta,
.secondary-cta,
.pricing-grid a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 800;
}

.header-cta,
.primary-cta {
  background: var(--gold);
  color: #1f2119;
  box-shadow: 0 12px 34px rgba(246, 200, 76, 0.28);
}

.secondary-cta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 116px clamp(20px, 7vw, 88px) 72px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-color: #06342f;
  background-image: url("./assets/home-hero-clinica.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 35, 32, 0.96) 0%, rgba(8, 52, 48, 0.84) 38%, rgba(5, 25, 24, 0.24) 72%),
    linear-gradient(0deg, rgba(2, 19, 18, 0.62), rgba(2, 19, 18, 0.12));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
  max-width: 820px;
}

.hero-copy {
  margin: 22px 0 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.17rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 42px 0 0;
  max-width: 650px;
}

.hero-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics dt {
  font-weight: 800;
  font-size: 1.18rem;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.trust-strip {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--muted);
  font-weight: 800;
  background: #fff;
}

.section {
  padding: 76px clamp(20px, 6vw, 84px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section h2,
.product-copy h2,
.final-cta h2,
.split-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.pricing-grid article,
.value-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
  box-shadow: 0 12px 36px rgba(16, 33, 31, 0.06);
}

.feature-grid h3,
.pricing-grid h3 {
  margin: 16px 0 8px;
  font-size: 1.16rem;
}

.feature-grid p,
.pricing-grid p,
.product-copy p,
.final-cta p,
.faq p,
.value-list span {
  margin: 0;
  color: var(--muted);
}

.feature-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 8px;
  background: var(--teal);
  position: relative;
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.feature-icon.package {
  background: var(--blue);
}

.feature-icon.record {
  background: var(--coral);
}

.feature-icon.finance {
  background: var(--gold);
}

.product-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 74px clamp(20px, 6vw, 84px);
  background: #10211f;
  color: #fff;
}

.product-copy p:last-child {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.product-preview {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #f8fbfa;
  color: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.preview-top {
  display: flex;
  gap: 8px;
  padding: 16px;
  background: #e7f2ef;
  border-bottom: 1px solid var(--line);
}

.preview-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--teal);
}

.preview-top span:nth-child(2) {
  background: var(--gold);
}

.preview-top span:nth-child(3) {
  background: var(--coral);
}

.preview-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.preview-kpis article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.preview-kpis small,
.preview-kpis em {
  display: block;
  color: var(--muted);
  font-style: normal;
}

.preview-kpis strong {
  display: block;
  margin: 6px 0;
  font-size: 1.45rem;
}

.preview-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 18px 18px;
}

.preview-chart {
  min-height: 210px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.preview-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--blue));
}

.preview-list {
  display: grid;
  align-content: start;
  gap: 10px;
}

.preview-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
}

.value-list strong {
  color: var(--teal);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-grid article {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-grid strong {
  font-size: 1.28rem;
}

.pricing-grid a {
  margin-top: auto;
  border: 1px solid var(--line);
  color: var(--teal-dark);
  background: var(--soft);
}

.pricing-grid .highlight {
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 18px 54px rgba(15, 118, 110, 0.14);
}

.pricing-grid .highlight a {
  background: var(--teal);
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin-top: 10px;
}

.final-cta {
  margin: 0 clamp(20px, 6vw, 84px) 70px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: clamp(26px, 5vw, 50px);
  background: #0f766e;
  color: #fff;
  box-shadow: var(--shadow);
}

.final-cta p:last-child {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding: 56px clamp(20px, 6vw, 84px) 28px;
  background: #0f2b28;
  color: rgba(255, 255, 255, 0.75);
  border-top: 0;
  font-weight: 600;
}

.footer-col { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.footer-brand { font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.3rem; color: #fff; }
.footer-brand-col p { margin: 0; max-width: 300px; }
.footer-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(246, 200, 76, 0.14); color: var(--gold); font-size: 0.78rem; font-weight: 800; }
.site-footer h4 { color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 4px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 20px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.5); }
@media (max-width: 760px) { .site-footer { grid-template-columns: 1fr; gap: 24px; } }

.site-footer a {
  color: var(--teal);
}

/* ===================== Design v4 — tipografia, aurora, motion ===================== */
body {
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
}

h1, h2, h3,
.brand span,
.price-value,
.wa-calc-total strong {
  font-family: "Sora", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

h1, .section h2, .product-copy h2, .final-cta h2, .split-section h2, .wa-band h2 {
  letter-spacing: -0.025em;
  font-weight: 800;
}

::selection { background: rgba(15, 118, 110, 0.22); }

/* Hero: aurora + badge + gradiente no destaque */
.hero-shade {
  background:
    radial-gradient(52% 68% at 82% 18%, rgba(246, 200, 76, 0.16) 0%, rgba(246, 200, 76, 0) 60%),
    radial-gradient(60% 80% at 70% 90%, rgba(31, 174, 90, 0.2) 0%, rgba(31, 174, 90, 0) 55%),
    linear-gradient(90deg, rgba(4, 32, 29, 0.97) 0%, rgba(7, 48, 44, 0.88) 42%, rgba(5, 25, 24, 0.35) 78%),
    linear-gradient(0deg, rgba(2, 19, 18, 0.66), rgba(2, 19, 18, 0.14));
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(246, 200, 76, 0.4);
  background: rgba(246, 200, 76, 0.12);
  color: #ffe9ad;
  font-weight: 800;
  font-size: 0.84rem;
  backdrop-filter: blur(6px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(246, 200, 76, 0.7);
  animation: pulseDot 2.2s ease-out infinite;
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(246, 200, 76, 0.65); }
  70% { box-shadow: 0 0 0 9px rgba(246, 200, 76, 0); }
  100% { box-shadow: 0 0 0 0 rgba(246, 200, 76, 0); }
}

.grad-text {
  background: linear-gradient(92deg, #ffd970 8%, #7cf0c8 55%, #4fd1b5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-metrics div {
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.hero-metrics div:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
}

.hero-metrics dt { color: var(--gold); }

/* Cards flutuantes do hero */
.hero-float {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 6vw, 96px);
  top: 50%;
  transform: translateY(-52%);
  display: grid;
  gap: 18px;
  width: 330px;
}

.float-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  padding: 18px;
  box-shadow: 0 30px 80px rgba(2, 25, 22, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: floaty 7s ease-in-out infinite;
}

.float-kpi { animation-delay: 1.6s; width: 78%; justify-self: end; }

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

.chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
}

.chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), #14a08f);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.chat-head strong { display: block; font-size: 0.92rem; }
.chat-head small { color: var(--muted); font-weight: 700; font-size: 0.72rem; }

.chat-online {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1fae5a;
  margin-left: auto;
}

.chat-bubble {
  margin: 0 0 8px;
  padding: 10px 13px;
  border-radius: 4px 14px 14px 14px;
  background: #e8f7ef;
  border: 1px solid #cdeeda;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
}

.chat-bubble.chat-in {
  border-radius: 14px 4px 14px 14px;
  background: var(--soft);
  border-color: var(--line);
  margin-left: 34px;
}

.chat-time {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: right;
}

.float-kpi small { color: var(--muted); font-weight: 800; display: block; }
.float-kpi strong { font-size: 1.35rem; color: var(--teal-dark); display: block; margin: 4px 0 2px; font-family: "Sora", sans-serif; }
.float-kpi em { color: var(--muted); font-style: normal; font-size: 0.76rem; font-weight: 600; }

/* Botões com brilho */
.header-cta, .primary-cta {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  background: linear-gradient(120deg, #ffd664, var(--gold) 55%, #f0b83a);
}

.header-cta:hover, .primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(246, 200, 76, 0.45);
}

.header-cta::after, .primary-cta::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 44px;
  left: -70px;
  transform: skewX(-22deg);
  background: rgba(255, 255, 255, 0.5);
  filter: blur(2px);
  transition: left 0.5s ease;
}

.header-cta:hover::after, .primary-cta:hover::after { left: 130%; }

.secondary-cta {
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: transform 0.22s ease, background 0.22s ease;
}

.secondary-cta:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.18); }

/* Trust strip como chips com check */
.trust-strip { gap: 14px; padding-top: 22px; padding-bottom: 22px; }

.trust-strip span {
  border-radius: 999px;
  padding: 10px 18px 10px 14px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-color: rgba(15, 118, 110, 0.22);
  background: rgba(15, 118, 110, 0.05);
  color: var(--teal-dark);
}

.trust-strip span::before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

/* Cards de feature premium */
.feature-grid article, .pricing-grid article, .value-list article {
  border-radius: 18px;
  padding: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--teal), #4fd1b5);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-grid article:hover, .value-list article:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(16, 33, 31, 0.14);
  border-color: rgba(15, 118, 110, 0.3);
}

.feature-grid article:hover::before { opacity: 1; }

.f-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(2, 25, 22, 0.5);
}

.f-icon svg { width: 24px; height: 24px; }

.f-teal { background: linear-gradient(135deg, #0f766e, #14a08f); }
.f-green { background: linear-gradient(135deg, #1fae5a, #26c968); }
.f-blue { background: linear-gradient(135deg, #2f6fed, #5b8ef5); }
.f-coral { background: linear-gradient(135deg, #d95c45, #e97b62); }
.f-gold { background: linear-gradient(135deg, #e9b93a, #f6c84c); }
.f-dark { background: linear-gradient(135deg, #093f3b, #0f766e); }

/* Celular WhatsApp na faixa */
.wa-band-card { display: grid; gap: 18px; }

.wa-phone {
  border-radius: 22px;
  background: #ece5dd;
  border: 6px solid #0c211e;
  box-shadow: 0 30px 70px rgba(2, 25, 22, 0.45);
  padding: 0 0 14px;
  overflow: hidden;
}

.wa-phone-head {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #075e54;
  color: #fff;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.wa-phone-head strong { display: block; font-size: 0.9rem; }
.wa-phone-head small { color: rgba(255, 255, 255, 0.75); font-size: 0.7rem; font-weight: 700; }

.wa-msg {
  position: relative;
  margin: 0 44px 8px 14px;
  padding: 9px 12px 18px;
  border-radius: 2px 10px 10px 10px;
  background: #fff;
  color: #1d2b28;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.wa-msg.wa-msg-in {
  margin: 0 14px 8px 44px;
  border-radius: 10px 2px 10px 10px;
  background: #dcf8c6;
}

.wa-msg-time {
  position: absolute;
  right: 9px;
  bottom: 4px;
  font-size: 0.62rem;
  color: #6c7a76;
  font-weight: 700;
}

/* Comparativo com respiro */
.compare-wrap { border-radius: 16px; }
.compare-table thead th { padding: 16px; }
.compare-table tbody tr { transition: background 0.18s ease; }
.compare-table tbody tr:hover { background: rgba(15, 118, 110, 0.035); }

/* Planos premium */
.pricing-grid { align-items: stretch; }

.pricing-grid .highlight {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--teal), #4fd1b5 60%, var(--gold)) border-box;
  box-shadow: 0 30px 70px rgba(15, 118, 110, 0.22);
}

@media (min-width: 981px) {
  .pricing-grid .highlight { transform: scale(1.035); }
  .pricing-grid .highlight:hover { transform: scale(1.05); }
}

.pricing-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(16, 33, 31, 0.14);
}

.pricing-grid a { border-radius: 12px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.pricing-grid a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22); }

/* FAQ */
.faq details {
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq details[open] {
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 14px 36px rgba(15, 118, 110, 0.1);
}

.faq summary { position: relative; padding-right: 34px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--teal);
  font-weight: 800;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq details[open] summary::after {
  content: "−";
  background: var(--teal);
  color: #fff;
}

/* CTA final com orbes */
.final-cta {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(120deg, #093f3b, #0f766e 60%, #14a08f);
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.final-cta::before {
  width: 300px;
  height: 300px;
  right: -90px;
  top: -140px;
  background: radial-gradient(circle, rgba(246, 200, 76, 0.28), transparent 70%);
}

.final-cta::after {
  width: 240px;
  height: 240px;
  left: -70px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(124, 240, 200, 0.2), transparent 70%);
}

.final-cta > div { position: relative; z-index: 1; }
.final-cta .primary-cta { position: relative; z-index: 1; }

/* Reveal ao rolar */
.will-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s ease var(--reveal-delay, 0ms), transform 0.42s cubic-bezier(0.22, 0.8, 0.3, 1) var(--reveal-delay, 0ms);
}

.will-reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .hero-float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .float-card, .badge-dot { animation: none; }
  .will-reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== Venda: novos blocos (v3) ===================== */
.hero-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 0.92rem;
}

.section-sub {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 720px;
  font-size: 1.05rem;
}

.feature-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-icon.whatsapp {
  background: #1fae5a;
}

.feature-icon.whatsapp::after {
  border-radius: 999px;
}

.feature-icon.team {
  background: var(--teal-dark);
}

/* Faixa WhatsApp (diferencial) */
.wa-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 40px;
  align-items: center;
  padding: 76px clamp(20px, 6vw, 84px);
  background: linear-gradient(135deg, #06342f 0%, #0b4f47 60%, #0f766e 100%);
  color: #fff;
}

.wa-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
}

.wa-band-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
}

.wa-band-copy strong {
  color: var(--gold);
}

.wa-checks {
  list-style: none;
  margin: 22px 0 26px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.wa-checks li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.wa-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: var(--gold);
  color: #143d38;
  font-size: 0.8rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.wa-band-card .wa-calc {
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.wa-calc-title {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 1.05rem;
}

.wa-calc-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.wa-calc-row strong {
  color: var(--coral);
  font-size: 1.05rem;
  white-space: nowrap;
}

.wa-calc-row strong.good {
  color: var(--teal);
}

.wa-calc-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 16px 0 4px;
  font-weight: 800;
}

.wa-calc-total strong {
  font-size: 1.7rem;
  color: var(--teal);
}

.wa-calc-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* Tabela comparativa */
.compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 33, 31, 0.08);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  font-size: 0.95rem;
}

.compare-table th,
.compare-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.compare-table thead th {
  background: #0f2b28;
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.compare-table thead th.col-us {
  background: var(--teal);
  color: #fff;
}

.compare-table tbody th[scope="row"] {
  font-weight: 800;
  color: var(--ink);
  max-width: 240px;
}

.compare-table td {
  color: var(--muted);
}

.compare-table td.col-us {
  background: rgba(15, 118, 110, 0.06);
  color: var(--ink);
  font-weight: 700;
  border-left: 2px solid rgba(15, 118, 110, 0.35);
  border-right: 2px solid rgba(15, 118, 110, 0.35);
}

.compare-table tbody tr:last-child td,
.compare-table tbody tr:last-child th {
  border-bottom: none;
}

.compare-table .yes {
  color: var(--teal);
  font-weight: 800;
}

.compare-table .no {
  color: var(--coral);
  font-weight: 800;
}

.compare-note {
  margin: 14px 4px 0;
  color: var(--muted);
  font-size: 0.8rem;
  max-width: 860px;
}

.compare-cta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

/* Preços */
.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 2px 0 6px;
}

.price-currency {
  font-weight: 800;
  color: var(--teal-dark);
  font-size: 1.1rem;
}

.price-value {
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1;
  color: var(--teal-dark);
  letter-spacing: -0.02em;
}

.price-value.price-custom {
  font-size: 1.7rem;
}

.price-period {
  color: var(--muted);
  font-weight: 800;
}

.plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-weight: 600;
}

.plan-list li {
  position: relative;
  padding-left: 24px;
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 800;
}

.pricing-grid article {
  position: relative;
}

.plan-badge {
  position: absolute;
  top: -13px;
  left: 22px;
  background: var(--gold);
  color: #1f2119;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(246, 200, 76, 0.4);
}

.pricing-footnote {
  margin: 18px 4px 0;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.footer-disclaimer {
  font-weight: 600;
  font-size: 0.78rem;
  max-width: 480px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .feature-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-band,
  .split-section,
  .final-cta,
  .wa-band {
    grid-template-columns: 1fr;
  }

  .product-band {
    padding-top: 56px;
  }

  .feature-grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px;
    padding: 0 14px;
    gap: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .text-link {
    display: inline-flex;
    font-size: 0.82rem;
    padding: 8px 6px;
  }

  .header-cta {
    white-space: nowrap;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 84vh;
    padding: 92px 18px 46px;
  }

  .hero-bg {
    background-position: 63% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 35, 32, 0.94), rgba(5, 35, 32, 0.66)),
      linear-gradient(0deg, rgba(2, 19, 18, 0.65), rgba(2, 19, 18, 0.14));
  }

  .hero-metrics,
  .feature-grid,
  .feature-grid-6,
  .pricing-grid,
  .preview-kpis,
  .preview-row {
    grid-template-columns: 1fr;
  }

  .section,
  .product-band,
  .wa-band {
    padding: 52px 18px;
  }

  .compare-table {
    font-size: 0.88rem;
  }

  .pricing-grid {
    row-gap: 26px;
  }

  .value-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .final-cta {
    margin: 0 18px 48px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 18px 24px;
  }
}


/* ============ Design Lift v3 — landing ============ */
#recursos, #whatsapp, #gestao, #comparativo, #migracao, #planos, #duvidas, #contato { scroll-margin-top: 96px; }
.eyebrow { letter-spacing: 0.1em; font-size: 0.75rem; }
.section-sub { font-size: 1.08rem; }
#recursos, #migracao { background: #fff; }
.site-footer .footer-col a { color: rgba(255, 255, 255, 0.75); font-weight: 600; }
.site-footer .footer-col a:hover { color: var(--gold); }
.site-nav a { position: relative; padding-bottom: 4px; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; border-radius: 2px; background: var(--gold); transition: width 0.22s ease; }
.site-nav a:hover::after { width: 100%; }
.wa-calc-row strong, .wa-calc-total strong { font-variant-numeric: tabular-nums; }


/* ============ Ajustes finos v3 (auditoria) ============ */
.eyebrow { color: var(--teal-dark); }
.hero .eyebrow, .wa-band .eyebrow, .product-band .eyebrow, .final-cta .eyebrow, .site-footer .eyebrow { color: var(--gold); }
.compare-table .no { color: #c0392b; }
.pricing-grid h3 { margin: 0; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.header-cta, .primary-cta { min-height: 44px; }
