/* ===== Reset e base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #0a0a0f;
  color: #e8e8ec;
  overflow-x: hidden;
}

/* ===== Navegação entre páginas (oculta — scroll fluido) ===== */
.nav-pages {
  display: none;
}
.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.nav-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}
.nav-dots {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nav-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.nav-dots .dot.active {
  background: #00d4aa;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .nav-pages {
    bottom: 1rem;
    top: auto;
    right: 50%;
    transform: translate(50%, 0);
    flex-direction: row;
  }
  .nav-dots { flex-direction: row; }
}

/* ===== Estrutura de páginas (scroll fluido) ===== */
.presentation {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.page {
  min-height: 80vh;
  min-height: 80dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.5rem 4.5rem;
  position: relative;
  scroll-margin-top: 0;
}

.page-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* ===== PÁGINA 1 - CAPA ===== */
.page-cover {
  text-align: center;
  padding: 3rem 1.5rem;
}
.cover-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(0, 212, 170, 0.12) 0%, transparent 50%),
              radial-gradient(ellipse 60% 40% at 80% 80%, rgba(100, 80, 220, 0.1) 0%, transparent 45%);
  pointer-events: none;
}
.cover-content { position: relative; z-index: 1; }
.cover-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: rgba(0, 212, 170, 0.15);
  color: #00d4aa;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.page-cover h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.page-cover .highlight {
  color: #00d4aa;
}
.cover-sub {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(232, 232, 236, 0.85);
  margin: 0 0 0.5rem;
}
.cover-region {
  font-size: 1rem;
  color: rgba(232, 232, 236, 0.7);
}
.cover-region strong { color: #00d4aa; }
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ===== Títulos de seção ===== */
h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-align: center;
}
.page-intro {
  text-align: center;
  color: rgba(232, 232, 236, 0.8);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.5;
}

/* ===== PÁGINAS 2-5 - SECTION COMPLETA POR CARD (O QUE OFERECEMOS) ===== */
.page-feature { padding: 3rem 1.5rem 4rem; }
.feature-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.feature-icon {
  width: 88px;
  height: 88px;
  border-radius: 1.25rem;
  background: rgba(0, 212, 170, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.feature-icon img {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.page-feature h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  margin: 0 0 1rem;
  color: #fff;
}
.page-feature .feature-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(232, 232, 236, 0.85);
  margin: 0;
}

/* Seção que encerra a análise — escrita próxima do card de cima, sem ícone */
.page-analysis-end {
  padding-top: 1.25rem;
  padding-bottom: 3rem;
  min-height: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-analysis-end .feature-inner {
  width: 100%;
}
.page-analysis-end h2 {
  margin-top: 0;
}
.analysis-map-wrap {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1a24;
}
.analysis-map-canvas {
  width: 100%;
  height: 400px;
  min-height: 320px;
}
.analysis-map-legend {
  margin: 0;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  color: rgba(232, 232, 236, 0.7);
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.analysis-map-caption {
  margin-top: 1.5rem;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.analysis-map-caption-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem;
}
.analysis-map-caption-desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(232, 232, 236, 0.85);
  margin: 0;
}
@media (max-width: 768px) {
  .analysis-map-canvas { height: 320px; min-height: 280px; }
  .analysis-map-caption { margin-top: 1.25rem; padding: 0 0.5rem; }
}

/* ===== PÁGINA 2 - LAYOUT WHATSAPP (CHAT ESQUERDA, CONTEÚDO DIREITA) ===== */
.page-whatsapp .page-inner {
  max-width: 1100px;
}
.whatsapp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  text-align: left;
}
.page-whatsapp .feature-content.feature-right {
  max-width: 420px;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Gráfico "Transforme conversas em estatísticas" */
.wa-stats-chart {
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
  margin-bottom: 2rem;
}
.wa-stats-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #00d4aa;
  margin: 0 0 1.15rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.wa-chart-header {
  margin-bottom: 1.15rem;
}
.wa-conversion-stats {
  width: 100%;
}
.wa-conversion-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(232, 232, 236, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.65rem;
}
.wa-conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.85rem;
}
.wa-conversion-item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.wa-conversion-value {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #00d4aa;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(10px);
}
.page-whatsapp.wa-play .wa-conversion-value {
  animation: wa-number-in 0.5s ease forwards;
  animation-delay: calc(0.15s + var(--i, 0) * 0.12s);
}
.wa-conversion-item span {
  font-size: 0.7rem;
  color: rgba(232, 232, 236, 0.7);
  line-height: 1.2;
}
@keyframes wa-number-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wa-chart-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
  height: 56px;
}
.wa-bar {
  width: 20px;
  min-width: 20px;
  height: calc(56px * var(--h, 50) / 100);
  min-height: 8px;
  background: linear-gradient(180deg, #00d4aa 0%, rgba(0, 212, 170, 0.5) 100%);
  border-radius: 4px 4px 0 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
.page-whatsapp.wa-play .wa-bar {
  animation: wa-bar-grow 0.7s ease-out forwards,
             wa-bar-pulse 2.2s ease-in-out 1s infinite;
  animation-delay: calc(0.2s + var(--i, 0) * 0.1s), 1s;
}
.wa-bar:nth-child(1) { --i: 0; }
.wa-bar:nth-child(2) { --i: 1; }
.wa-bar:nth-child(3) { --i: 2; }
.wa-bar:nth-child(4) { --i: 3; }
.wa-bar:nth-child(5) { --i: 4; }
.wa-bar:nth-child(6) { --i: 5; }
@keyframes wa-bar-grow {
  to { transform: scaleY(1); }
}
@keyframes wa-bar-pulse {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.9; filter: brightness(1.08); }
}
.page-whatsapp .feature-text-block {
  margin-top: 0.5rem;
}
.feature-text-block-mobile {
  display: none;
}
.feature-text-block-desktop {
  display: block;
}
.page-whatsapp .feature-content .feature-icon {
  margin: 0 0 1.25rem;
}
.page-whatsapp .feature-content h2 {
  margin-bottom: 0.85rem;
  margin-top: 0;
  text-align: left;
  line-height: 1.25;
}
.page-whatsapp .feature-content .feature-desc {
  margin: 0;
  text-align: left;
  line-height: 1.65;
}

/* Mock do app WhatsApp — layout realista */
.whatsapp-mock {
  background: #1f2c34;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.06);
  max-width: 340px;
  margin: 0 auto;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.wa-header {
  background: #075e54;
  padding: 0.5rem 0 0;
}
.wa-header-back {
  height: 28px;
  background: #075e54;
}
.wa-header-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 0.75rem;
}
.wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0d9488;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}
.wa-header-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.wa-contact {
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wa-status {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
}
.wa-header-actions {
  display: flex;
  gap: 0.5rem;
}
.wa-action {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.wa-chat-bg {
  flex: 1;
  background: #0b141a;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' fill='%231f2c34' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-color: #0b141a;
  padding: 0.75rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.wa-chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0.25rem;
}
.wa-msg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 85%;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
}
.page-whatsapp.wa-play .wa-msg {
  animation: wa-msg-in 0.35s ease forwards;
  animation-delay: calc(0.4s + var(--i, 0) * 0.5s);
}
.wa-msg-out {
  align-self: flex-end;
  align-items: flex-end;
}
.wa-bubble {
  padding: 0.5rem 0.6rem 0.35rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.45;
  position: relative;
  word-wrap: break-word;
  text-align: left;
  word-break: break-word;
}
.wa-msg-in .wa-bubble {
  background: #1f2c34;
  color: #e9edef;
  border-top-left-radius: 0.1rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.wa-msg-out .wa-bubble {
  background: #005c4b;
  color: #e9edef;
  border-top-right-radius: 0.1rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.wa-time {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.45);
  margin-top: 0.15rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.wa-msg-out .wa-time { color: rgba(255,255,255,0.5); }
.wa-check { color: #53bdeb; font-size: 0.7rem; }
.wa-input-area {
  margin-top: auto;
  padding: 0.5rem 0.5rem 0.75rem;
  background: #1f2c34;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.wa-input-area .wa-input-placeholder {
  flex: 1;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  text-align: left;
  padding-left: 0.25rem;
}
.wa-send-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: #00a884;
  border: none;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.wa-send-arrow {
  width: 20px;
  height: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: -2px;
}
@keyframes wa-msg-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .whatsapp-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .feature-text-block-mobile {
    display: block;
    order: -2;
    text-align: center;
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
  }
  .feature-text-block-mobile h2,
  .feature-text-block-mobile .feature-desc {
    text-align: center;
  }
  .feature-text-block-desktop {
    display: none;
  }
  .page-whatsapp .feature-content.feature-right {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    order: 0;
  }
  .whatsapp-mock {
    order: -1;
    max-width: 300px;
    min-height: 380px;
    margin: 0 auto;
  }
  .page-whatsapp .feature-content .wa-stats-chart {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-whatsapp .feature-content .feature-icon {
    margin: 0 auto 1.25rem;
  }
  .wa-chat-bg { min-height: 280px; }
}

/* Cards (mantido para uso eventual em outros blocos) */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.tech-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  padding: 1.75rem;
  transition: border-color .2s, transform .2s;
}
.tech-card:hover {
  border-color: rgba(0, 212, 170, 0.3);
  transform: translateY(-2px);
}
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(0, 212, 170, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.card-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.tech-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.tech-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(232, 232, 236, 0.8);
}

/* ===== PÁGINA 3 - CRM CAPTAÇÃO DE LEADS ===== */
.page-crm { padding: 3rem 1.5rem 1.5rem; }
.crm-inner { max-width: 1000px; margin: 0 auto; }
.crm-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.crm-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.75rem;
}
.crm-desc {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(232, 232, 236, 0.85);
  line-height: 1.55;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.crm-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  align-items: stretch;
}
.crm-chart-wrap {
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.75rem;
  padding: 1rem;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.crm-chart-wrap.crm-chart-line {
  grid-column: 1;
  grid-row: 1;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.crm-chart-wrap.crm-chart-doughnut {
  grid-column: 2;
  grid-row: 1;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.crm-chart-wrap.crm-chart-bar { grid-column: 1 / -1; grid-row: 2; }
.crm-card-side {
  flex: 0 0 auto;
  width: 42%;
  min-width: 0;
}
.crm-card-side-left { text-align: left; }
.crm-card-side-right { text-align: right; }
.crm-chart-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #00d4aa;
  margin: 0 0 0.4rem;
  flex-shrink: 0;
}
.crm-card-side .crm-chart-title { margin-bottom: 0.35rem; }
.crm-card-desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(232, 232, 236, 0.75);
  margin: 0;
}
.crm-chart-wrap.crm-chart-bar .crm-chart-title {
  text-align: center;
  margin-bottom: 0.75rem;
}
.crm-chart-size {
  position: relative;
  flex: 0 0 55%;
  width: 55%;
  height: 160px;
  min-width: 0;
}
.crm-chart-size-doughnut {
  height: 160px;
  flex: 0 0 55%;
  width: 55%;
}
.crm-chart-wrap.crm-chart-bar .crm-chart-size-bar {
  flex: 1;
  width: 100%;
  height: 140px;
  min-height: 140px;
}
.crm-chart-wrap canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .crm-dashboard {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .crm-chart-wrap.crm-chart-line,
  .crm-chart-wrap.crm-chart-doughnut {
    flex-direction: column;
    align-items: stretch;
  }
  .crm-card-side {
    width: 100%;
    text-align: left;
  }
  .crm-card-side-right { text-align: left; }
  .crm-chart-size,
  .crm-chart-size-doughnut {
    width: 100%;
    flex: 0 0 auto;
    height: 180px;
  }
  .crm-chart-wrap.crm-chart-line,
  .crm-chart-wrap.crm-chart-doughnut,
  .crm-chart-wrap.crm-chart-bar {
    grid-column: 1;
    grid-row: auto;
  }
  .crm-chart-wrap.crm-chart-bar .crm-chart-size-bar { height: 160px; min-height: 160px; }
}

/* ===== PÁGINA 6 - DASHBOARD MOCK ===== */
.page-dashboard { padding: 3rem 1.5rem 4rem; }
.dashboard-mock {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(20, 20, 28, 0.8);
  max-width: 900px;
  margin: 0 auto 1rem;
}
.mock-header {
  height: 40px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 1rem;
}
.mock-header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.mock-body {
  display: flex;
  min-height: 320px;
}
.mock-sidebar {
  width: 180px;
  background: rgba(0,0,0,0.2);
}
.mock-main {
  flex: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mock-chart {
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 212, 170, 0.1) 0%, transparent 100%);
  border-radius: 8px;
  border: 1px dashed rgba(0, 212, 170, 0.25);
}
.mock-cards {
  display: flex;
  gap: 1rem;
}
.mock-card {
  flex: 1;
  height: 80px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
}
.mock-caption {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(232, 232, 236, 0.5);
  margin: 0;
}

/* ===== PÁGINA 4 - MAPA ===== */
.page-map { padding: 2rem 1.5rem 3rem; align-items: flex-start; padding-top: 4rem; }
.map-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.map-container-anychart {
  max-width: 1000px;
  background: #E1E1E1;
  border-radius: 8px;
  overflow: hidden;
}
.map-canvas-anychart {
  min-height: 420px;
  height: 420px;
  margin: 0 auto 1rem;
  background: #E1E1E1;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  aspect-ratio: 16/10;
  min-height: 320px;
}
.map-canvas {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.map-legend {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(10, 10, 15, 0.85);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.8rem;
  color: rgba(232, 232, 236, 0.9);
}
.legend-title { display: block; margin-bottom: 0.25rem; font-weight: 600; }
.legend-scale {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(232, 232, 236, 0.6);
}
.map-caption {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(232, 232, 236, 0.5);
  margin: 0;
}

/* ===== PÁGINA 5 - SOB MEDIDA ===== */
.page-custom { padding: 3rem 1.5rem 4rem; }
.custom-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.feature-item {
  padding: 1.5rem;
  border-left: 3px solid #00d4aa;
  background: rgba(255,255,255,0.03);
  border-radius: 0 12px 12px 0;
}
.feature-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 212, 170, 0.4);
  display: block;
  margin-bottom: 0.5rem;
}
.feature-item h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.feature-item p {
  margin: 0;
  color: rgba(232, 232, 236, 0.8);
  line-height: 1.5;
}

/* ===== PÁGINA 6 - CTA ===== */
.page-cta {
  text-align: center;
  padding: 3rem 1.5rem;
}
.page-cta h2 { margin-bottom: 1rem; }
.page-cta .page-inner > p {
  max-width: 500px;
  margin: 0 auto 2rem;
  color: rgba(232, 232, 236, 0.85);
  line-height: 1.5;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.btn {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.btn-primary {
  background: #00d4aa;
  color: #0a0a0f;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 170, 0.35);
}
.btn-secondary {
  background: transparent;
  color: #00d4aa;
  border: 2px solid #00d4aa;
}
.btn-secondary:hover {
  background: rgba(0, 212, 170, 0.1);
  transform: translateY(-2px);
}
.cta-note {
  font-size: 0.85rem;
  color: rgba(232, 232, 236, 0.5);
  margin: 0;
}

/* ===== Responsivo geral ===== */
@media (max-width: 600px) {
  .page { padding: 1.5rem 1rem 3rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .mock-body { flex-direction: column; }
  .mock-sidebar { width: 100%; height: 60px; }
  .map-container { min-height: 280px; aspect-ratio: 4/3; }
}
