:root {
  --bg: #f2f8f4;
  --bg-secondary: #f7fbf8;
  --surface: rgba(245, 252, 247, 0.86);
  --surface-strong: #f8fdf9;
  --text: #01261c;
  --muted: #3d6050;
  --line: rgba(1, 64, 46, 0.12);

  --brand: #2abf4f;
  --brand-deep: #1c8c43;
  --brand-dark: #01402e;
  --brand-soft: rgba(42, 191, 79, 0.12);

  --accent: #01402e;
  --accent-soft: rgba(1, 64, 46, 0.1);

  --warning: #b87413;
  --warning-soft: rgba(184, 116, 19, 0.12);

  --shadow-lg: 0 28px 72px rgba(1, 64, 46, 0.15);
  --shadow-md: 0 18px 40px rgba(1, 64, 46, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(42, 191, 79, 0.1), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(1, 64, 46, 0.08), transparent 24%),
    linear-gradient(180deg, #f1f8f4 0%, #eef6f1 52%, #f3f9f5 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 72px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(245, 252, 247, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}

.brand img {
  height: 42px;
  width: auto;
}

.topnav,
.topbar-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.topnav {
  gap: 22px;
  font-size: 0.95rem;
  color: var(--muted);
}

.topnav a {
  transition: color 140ms ease;
}

.topnav a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand) 100%);
  box-shadow: 0 14px 34px rgba(42, 191, 79, 0.28);
}

.button-secondary {
  background: rgba(245, 252, 247, 0.94);
  border-color: rgba(42, 191, 79, 0.22);
  color: var(--brand-dark);
}

.button-ghost {
  color: var(--muted);
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1.1fr);
  gap: 40px;
  align-items: center;
  padding: 70px 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.cta-banner h2 {
  margin: 14px 0 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  max-width: 12ch;
}

.hero-text,
.section-heading p,
.feature-card p,
.step-card p,
.plan-card p,
.faq-item p,
.proof-card p,
.trust-strip p,
.hero-note {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  margin: 18px 0 0;
  max-width: 60ch;
  font-size: 1.08rem;
}

.hero-note {
  margin-top: 18px;
  max-width: 54ch;
  padding-left: 16px;
  border-left: 3px solid rgba(42, 191, 79, 0.28);
}

.hero-highlights {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-highlights li {
  position: relative;
  padding-left: 30px;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand) 100%);
  box-shadow: 0 0 0 5px rgba(42, 191, 79, 0.12);
}

.dashboard-shell,
.proof-card,
.feature-card,
.step-card,
.plan-card,
.faq-item,
.trust-strip article {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.dashboard-shell {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(248, 254, 250, 0.96) 0%, rgba(240, 252, 244, 0.93) 100%);
  position: relative;
  overflow: hidden;
}

.dashboard-shell::after {
  content: "";
  position: absolute;
  inset: auto -14% -32% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 191, 79, 0.16), transparent 72%);
}

.dashboard-head,
.card-head,
.event-item,
.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-kicker,
.mini-label,
.plan-name,
.feature-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 700;
}

.dashboard-head strong,
.card-head strong {
  display: block;
  margin-top: 6px;
  font-size: 1.02rem;
}

.status-pill,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-pill {
  background: rgba(1, 64, 46, 0.07);
}

.badge.attention {
  background: var(--warning-soft);
  color: var(--warning);
}

.mini-stats,
.trust-strip,
.proof-grid,
.feature-grid,
.steps,
.plan-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.mini-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.mini-stat {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.mini-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.mini-stat small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.soft-warning {
  background: rgba(255, 247, 235, 0.92);
}

.soft-success {
  background: rgba(237, 252, 242, 0.92);
}

.dashboard-card {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(1, 64, 46, 0.08);
}

.event-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.event-item {
  padding: 14px 0;
  border-top: 1px solid rgba(1, 64, 46, 0.08);
  align-items: flex-start;
}

.event-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.event-item strong {
  display: block;
  font-size: 0.98rem;
}

.event-item p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.event-item span {
  flex-shrink: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.event-marker {
  width: 11px;
  height: 11px;
  margin-top: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.event-marker.warning {
  background: var(--warning);
  box-shadow: 0 0 0 5px rgba(184, 116, 19, 0.11);
}

.event-marker.success {
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(42, 191, 79, 0.14);
}

.event-marker.brand {
  background: var(--brand-deep);
  box-shadow: 0 0 0 5px rgba(28, 140, 67, 0.14);
}

.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.trust-strip article,
.proof-card,
.feature-card,
.step-card,
.plan-card,
.faq-item {
  padding: 22px;
}

.section {
  padding: 88px 0 0;
}

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

.section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.proof-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 800;
}

.proof-card h3,
.feature-card h3,
.step-card h3,
.plan-card strong,
.faq-item h3 {
  margin: 16px 0 10px;
  font-size: 1.08rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.feature-tag {
  color: var(--brand-deep);
}

.feature-card:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(245, 253, 248, 0.97), rgba(234, 249, 239, 0.94));
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.step-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--brand-deep);
  font-weight: 800;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.plan-card.featured {
  background: linear-gradient(180deg, rgba(42, 191, 79, 0.1), rgba(42, 191, 79, 0.04));
  border-color: rgba(42, 191, 79, 0.2);
}

.faq-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.cta-banner {
  margin-top: 88px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(42, 191, 79, 0.16);
  background: linear-gradient(135deg, rgba(237, 252, 242, 0.97), rgba(243, 252, 246, 0.97));
  box-shadow: var(--shadow-lg);
}

.cta-banner h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 14ch;
}

@media (max-width: 1080px) {
  .hero,
  .trust-strip,
  .proof-grid,
  .feature-grid,
  .steps,
  .plan-grid,
  .faq-list,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .topbar {
    position: static;
    flex-wrap: wrap;
    padding: 16px;
  }

  .topnav {
    width: 100%;
    justify-content: space-between;
    gap: 12px 18px;
  }

  .topbar-actions {
    width: 100%;
  }

  .topbar-actions .button {
    flex: 1 1 0;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-head,
  .card-head,
  .event-item,
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .button,
  .topbar-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .dashboard-shell,
  .trust-strip article,
  .proof-card,
  .feature-card,
  .step-card,
  .plan-card,
  .faq-item,
  .cta-banner {
    padding: 20px;
  }
}

/* ═══════════════════════════════════════════════════════
   TOUR DO SISTEMA
═══════════════════════════════════════════════════════ */

.tour-wrap {
  margin-top: 36px;
}

.tour-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tour-tab {
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 0.88rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.tour-tab:hover {
  color: var(--text);
  border-color: rgba(42, 191, 79, 0.24);
}

.tour-tab.is-active {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(42, 191, 79, 0.28);
}

.tour-descs {
  min-height: 26px;
  margin: 14px 0 14px;
}

.tour-desc {
  display: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.tour-desc.is-active {
  display: block;
}

/* Frame principal */
.tour-frame {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 510px;
  background: #fff;
}

/* Sidebar */
.mock-sidebar {
  width: 172px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mock-sidebar-brand {
  padding: 0 6px;
}

.mock-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mock-nav-item {
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  cursor: default;
  transition: background 100ms, color 100ms;
  white-space: nowrap;
}

.mock-nav-item.is-active {
  background: rgba(42, 191, 79, 0.18);
  color: var(--text);
  font-weight: 700;
}

/* Panes */
.mock-panes {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.mock-pane {
  display: none;
  flex-direction: column;
  height: 100%;
}

.mock-pane.is-active {
  display: flex;
}

/* Topbar do mock */
.mock-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  flex-shrink: 0;
}

.mock-page-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text);
}

.mock-page-sub {
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 2px;
}

.mock-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 800;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Conteúdo scrollável */
.mock-content {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  background: #f0f7f2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mock-content::-webkit-scrollbar {
  width: 4px;
}
.mock-content::-webkit-scrollbar-track { background: transparent; }
.mock-content::-webkit-scrollbar-thumb {
  background: rgba(1, 64, 46, 0.14);
  border-radius: 4px;
}

/* Stats */
.mock-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mock-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 13px;
}

.mock-stat-label {
  font-size: 0.67rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.mock-stat-val {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-top: 5px;
  color: var(--text);
}

.mock-stat-sub {
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 3px;
}

.mock-stat.is-warn {
  background: rgba(255, 247, 235, 0.9);
}
.mock-stat.is-warn .mock-stat-val {
  color: var(--warning);
}
.mock-stat.is-success {
  background: rgba(237, 252, 242, 0.9);
}
.mock-stat.is-success .mock-stat-val {
  color: var(--brand-deep);
}

/* Two col */
.mock-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
  min-height: 0;
}

/* Cards */
.mock-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px;
  overflow: hidden;
}

.mock-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mock-card-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
}

.mock-pill {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(1, 64, 46, 0.07);
  color: var(--muted);
  white-space: nowrap;
}
.mock-pill.warn    { background: var(--warning-soft); color: var(--warning); }
.mock-pill.success { background: var(--brand-soft);   color: var(--brand-deep); }

/* List */
.mock-list {
  display: flex;
  flex-direction: column;
}

.mock-list-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.mock-list-row:first-child {
  border-top: none;
  padding-top: 0;
}

.mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mock-dot.warn    { background: var(--warning);    box-shadow: 0 0 0 4px rgba(184,116,19,0.12); }
.mock-dot.brand   { background: var(--brand-deep); box-shadow: 0 0 0 4px rgba(28,140,67,0.14); }
.mock-dot.success { background: var(--brand);      box-shadow: 0 0 0 4px rgba(42,191,79,0.14); }

.mock-list-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.mock-list-info strong {
  font-size: 0.77rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-list-info span {
  font-size: 0.68rem;
  color: var(--muted);
}

.mock-tag {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(1, 64, 46, 0.07);
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}
.mock-tag.warn    { background: var(--warning-soft); color: var(--warning); }
.mock-tag.success { background: var(--brand-soft);   color: var(--brand-deep); }

/* Summary row (Aluguéis) */
.mock-summary-row {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  flex-shrink: 0;
}

.mock-summary-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 16px 0 0;
  margin-right: 16px;
  border-right: 1px solid var(--line);
}
.mock-summary-item:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.mock-summary-item span {
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mock-summary-item strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.mock-summary-item.is-success strong { color: var(--brand-deep); }
.mock-summary-item.is-warn strong    { color: var(--warning); }

.mock-filters {
  display: flex;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

.mock-filter-chip {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: default;
}
.mock-filter-chip.is-active {
  background: var(--brand-soft);
  color: var(--brand-deep);
  border-color: rgba(42, 191, 79, 0.22);
}

/* Tabela */
.mock-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  flex: 1;
}

.mock-th-row,
.mock-tr {
  display: grid;
  grid-template-columns: 2fr 0.7fr 0.7fr 1fr 1.3fr;
  padding: 0 14px;
  align-items: center;
}

.mock-th-row {
  border-bottom: 1px solid var(--line);
  background: #f8fbf8;
}
.mock-th-row span {
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  padding: 9px 0;
}

.mock-tr {
  border-bottom: 1px solid var(--line);
  min-height: 48px;
}
.mock-tr:last-child { border-bottom: none; }

.mock-td-main {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 8px 0;
}
.mock-td-main strong { font-size: 0.8rem; color: var(--text); }
.mock-td-main span   { font-size: 0.7rem; color: var(--muted); }

.mock-td {
  font-size: 0.78rem;
  color: var(--muted);
  padding: 8px 0;
}

/* Tabela de contratos */
.mock-table--contracts .mock-th-row,
.mock-table--contracts .mock-tr {
  grid-template-columns: 0.5fr 1.8fr 1.3fr 0.9fr 1.1fr;
}

.mock-contract-num {
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
}

/* Status pills */
.mock-status {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}
.mock-status.warn    { background: var(--warning-soft); color: var(--warning); }
.mock-status.pending { background: var(--accent-soft);  color: var(--brand-dark); }
.mock-status.paid    { background: var(--brand-soft);   color: var(--brand-deep); }
.mock-status.active  { background: var(--brand-soft);   color: var(--brand-deep); }
.mock-status.ended   { background: rgba(1,64,46,0.06);  color: var(--muted); }

/* Botão Mercado Pago */
.mock-btn-mp {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 700;
  background: #009ee3;
  color: #fff;
  cursor: default;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.mock-btn-ghost {
  font-size: 0.72rem;
  color: var(--muted);
  cursor: default;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Régua de cobrança */
.mock-regua {
  display: flex;
  flex-direction: column;
}

.mock-regua-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.mock-regua-item:first-child {
  border-top: none;
  padding-top: 0;
}

.mock-regua-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(1, 64, 46, 0.15);
}
.mock-regua-dot.is-done    { background: var(--brand); }
.mock-regua-dot.is-current { background: var(--brand-deep); box-shadow: 0 0 0 4px rgba(28,140,67,0.18); }

.mock-regua-item div {
  flex: 1;
  min-width: 0;
}
.mock-regua-item div strong {
  display: block;
  font-size: 0.8rem;
}
.mock-regua-item div span {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
}

.mock-regua-tag {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.mock-regua-tag.success { background: var(--brand-soft);  color: var(--brand-deep); }
.mock-regua-tag.brand   { background: var(--accent-soft); color: var(--brand-dark); }
.mock-regua-tag.muted   { background: rgba(1,64,46,0.06); color: var(--muted); }

/* WhatsApp mockup */
.mock-wpp {
  margin-top: 4px;
}

.mock-wpp-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  background: #01402e;
  border-radius: 10px 10px 0 0;
}

.mock-wpp-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1c8c43;
  color: #fff;
  font-weight: 800;
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mock-wpp-header strong {
  display: block;
  color: #fff;
  font-size: 0.8rem;
}
.mock-wpp-header span {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.66rem;
}

.mock-wpp-bubble {
  background: #e3f5e9;
  padding: 10px 12px;
  border-radius: 0 0 10px 10px;
  font-size: 0.77rem;
  line-height: 1.55;
  color: #01261c;
}
.mock-wpp-bubble p {
  margin: 3px 0;
}
.mock-wpp-bubble p:first-child { margin-top: 0; }

.mock-wpp-link {
  margin-top: 8px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 0.72rem;
  color: #01402e;
  font-weight: 700;
  word-break: break-all;
}

.mock-wpp-note {
  font-size: 0.67rem;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
  line-height: 1.4;
}

/* Inventário */
.mock-inv-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  flex-shrink: 0;
}

.mock-inv-room-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 13px;
  border-bottom: 1px solid var(--line);
  background: #f8fbf8;
  font-size: 0.8rem;
  font-weight: 700;
}
.mock-inv-room-head span:last-child {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.72rem;
}

.mock-inv-table {
  padding: 0 13px;
}

.mock-inv-th,
.mock-inv-tr {
  display: grid;
  grid-template-columns: 2.2fr 0.9fr 0.4fr 0.9fr;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.mock-inv-tr:last-child { border-bottom: none; }

.mock-inv-th span {
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.mock-inv-tr span { font-size: 0.76rem; color: var(--text); }

/* Disclaimer */
.tour-disclaimer {
  text-align: center;
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 14px;
}

/* ─── Responsividade do tour ─── */
@media (max-width: 1080px) {
  .mock-sidebar {
    display: none;
  }
  .mock-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .mock-two-col {
    grid-template-columns: 1fr;
  }
  .tour-frame {
    height: auto;
    min-height: 380px;
    max-height: 560px;
  }
}

@media (max-width: 860px) {
  .tour-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .tour-tab {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .mock-summary-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mock-filters {
    display: none;
  }
  .mock-th-row,
  .mock-tr {
    grid-template-columns: 2fr 0.7fr 0.7fr 1fr;
  }
  .mock-th-row span:last-child,
  .mock-tr > *:last-child {
    display: none;
  }
  .mock-table--contracts .mock-th-row,
  .mock-table--contracts .mock-tr {
    grid-template-columns: 0.5fr 1.8fr 1.1fr 1.1fr;
  }
}

/* ═══════════════════════════════════════════════════════
   DISPOSITIVOS HERO — LAPTOP + SMARTPHONE
═══════════════════════════════════════════════════════ */

.hero-devices {
  position: relative;
  padding-bottom: 58px; /* espaço para a base do laptop */
}

/* ── Laptop frame (uiverse Spacious74) ── */
.laptop {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.screen {
  width: 100%;
  height: 340px;
  border-radius: 10px 10px 0 0;
  border: 5px solid #333;
  background-image: none;
  background-color: #fff;
  animation: open 1.8s ease-in-out forwards;
  overflow: hidden;
}

@keyframes open {
  0%   { height: 0; }
  100% { height: 340px; }
}

.keyboard {
  background-color: #333;
  width: 110%;
  height: 30px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.keyboard::after {
  content: "";
  width: 30%;
  height: 8px;
  background-color: #222;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
}

/* ── Conteúdo do app dentro do laptop ── */
.happ {
  display: flex;
  height: 100%;
  font-family: "DM Sans", sans-serif;
}

.happ-sidebar {
  width: 148px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.happ-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.happ-item {
  padding: 7px 9px;
  border-radius: 7px;
  font-size: 0.74rem;
  font-weight: 500;
  color: var(--muted);
}

.happ-item--active {
  background: rgba(42, 191, 79, 0.18);
  color: var(--text);
  font-weight: 700;
}

.happ-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.happ-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  flex-shrink: 0;
}

.happ-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}

.happ-sub {
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 2px;
}

.happ-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 800;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.happ-content {
  flex: 1;
  overflow: hidden;
  padding: 13px 14px;
  background: #f0f7f2;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.happ-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.happ-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 11px;
}

.happ-stat-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
}

.happ-stat-val {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-top: 5px;
  color: var(--text);
}

.happ-stat-sub {
  font-size: 0.62rem;
  color: var(--muted);
  margin-top: 3px;
}

.happ-stat.is-warn { background: rgba(255, 247, 235, 0.9); }
.happ-stat.is-warn .happ-stat-val { color: var(--warning); }
.happ-stat.is-success { background: rgba(237, 252, 242, 0.9); }
.happ-stat.is-success .happ-stat-val { color: var(--brand-deep); }

.happ-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 11px;
  flex: 1;
  overflow: hidden;
}

.happ-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
}

.happ-badge {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(1, 64, 46, 0.07);
  color: var(--muted);
}
.happ-badge.warn { background: var(--warning-soft); color: var(--warning); }

.happ-rows { display: flex; flex-direction: column; }

.happ-row {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 0;
  border-top: 1px solid var(--line);
}
.happ-row:first-child { border-top: none; padding-top: 0; }

.happ-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.happ-dot.warn    { background: var(--warning);    box-shadow: 0 0 0 3px rgba(184,116,19,0.12); }
.happ-dot.brand   { background: var(--brand-deep); box-shadow: 0 0 0 3px rgba(28,140,67,0.14); }
.happ-dot.success { background: var(--brand);      box-shadow: 0 0 0 3px rgba(42,191,79,0.14); }

.happ-row-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.happ-row-info strong {
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.happ-row-info span { font-size: 0.62rem; color: var(--muted); }

.happ-tag {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(1,64,46,0.06);
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}
.happ-tag.warn    { background: var(--warning-soft); color: var(--warning); }
.happ-tag.success { background: var(--brand-soft);   color: var(--brand-deep); }

/* ── Smartphone frame (uiverse Rodrypaladin) ── */
.phone-card {
  position: absolute;
  bottom: -8px;
  right: -28px;
  z-index: 4;
  width: 190px;
  height: 370px;
  background: black;
  border-radius: 35px;
  border: 2px solid rgb(40, 40, 40);
  padding: 7px;
  transform: perspective(900px) rotateY(-3deg);
  box-shadow: 0 22px 56px rgba(1, 38, 28, 0.4);
}

.phone-card-int {
  background: #f0f7f2;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.phone-card > .p-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 18px;
  background: black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.phone-card > .p-speaker {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 3px;
  background: rgb(50, 50, 50);
  border-radius: 10px;
  z-index: 3;
}

.phone-card > .p-camera {
  position: absolute;
  top: 6px;
  right: 28%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(20, 20, 20);
  z-index: 3;
}

.phone-card > .p-btn1 {
  position: absolute;
  right: -4px;
  top: 70px;
  width: 4px;
  height: 45px;
  background: rgb(40, 40, 40);
  border-radius: 10px;
}

.phone-card > .p-btn2 {
  position: absolute;
  left: -4px;
  top: 70px;
  width: 4px;
  height: 30px;
  background: rgb(40, 40, 40);
  border-radius: 10px;
}

.phone-card > .p-btn3 {
  position: absolute;
  left: -4px;
  top: 110px;
  width: 4px;
  height: 30px;
  background: rgb(40, 40, 40);
  border-radius: 10px;
}

/* ── Conteúdo do smartphone ── */
.phone-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 11px 8px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text);
}

.phone-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 800;
  font-size: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.phone-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.phone-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 7px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.phone-stat span {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.phone-stat strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.phone-stat.is-warn { background: rgba(255,247,235,0.9); }
.phone-stat.is-warn strong { color: var(--warning); }
.phone-stat.is-success { background: rgba(237,252,242,0.9); }
.phone-stat.is-success strong { color: var(--brand-deep); }

.phone-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
}

.phone-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 0;
  border-top: 1px solid var(--line);
}
.phone-item:first-child { border-top: none; padding-top: 0; }

.phone-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(1,64,46,0.2);
}
.phone-dot.warn    { background: var(--warning); }
.phone-dot.brand   { background: var(--brand-deep); }
.phone-dot.success { background: var(--brand); }

.phone-item div { flex: 1; min-width: 0; }
.phone-item strong {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-item span {
  font-size: 0.56rem;
  color: var(--muted);
}

.phone-mp {
  background: #fff;
  border: 1px solid rgba(0,158,227,0.22);
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 0.6rem;
  font-weight: 700;
  color: #007ab5;
  text-align: center;
}

/* ── Ajustes responsivos dos dispositivos ── */
@media (max-width: 1080px) {
  .hero-devices {
    padding-bottom: 44px;
  }
  .phone-card {
    right: -8px;
    width: 162px;
    height: 318px;
  }
}

@media (max-width: 860px) {
  .laptop {
    max-width: 560px;
    margin: 0 auto;
  }
  .phone-card {
    width: 148px;
    height: 290px;
    right: 0;
  }
  .hero-devices {
    padding-bottom: 36px;
  }
}

@media (max-width: 560px) {
  .phone-card {
    display: none;
  }
  .happ-sidebar {
    width: 112px;
  }
}

/* ═══════════════════════════════════════════════════════
   MELHORIAS DE DESIGN GERAL
═══════════════════════════════════════════════════════ */

/* Hover nos cards */
.proof-card,
.feature-card,
.step-card,
.plan-card,
.faq-item {
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.proof-card:hover,
.feature-card:hover,
.step-card:hover,
.plan-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* Botão primary mais expressivo no hover */
.button-primary:hover {
  box-shadow: 0 18px 42px rgba(42, 191, 79, 0.36);
}

/* Trust strip com ícone visual */
.trust-strip article strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.trust-strip article strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
}

/* Divisor visual entre seções */
.section + .section {
  position: relative;
}

/* Section headings com margem inferior melhorada */
.section-heading {
  max-width: 760px;
  margin-bottom: 4px;
}

/* Melhor leitura do eyebrow */
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 2px;
}

/* Plano em destaque com badge */
.plan-card.featured {
  position: relative;
}

.plan-card.featured::before {
  content: "Mais popular";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* CTA banner com borda superior colorida */
.cta-banner {
  border-top: 3px solid var(--brand);
}

/* Hero copy com espaçamento mais elegante */
.hero-copy {
  padding-right: 16px;
}

/* FAQ com hover sutil */
.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
