html.theme-transition {
  transition:
    background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.theme-transition nav,
.theme-transition .btn,
.theme-transition section,
.theme-transition .pkg,
.theme-transition .example-card,
.theme-transition .dep-card,
.theme-transition .proof-item,
.theme-transition .proof-feat,
.theme-transition .addon-item {
  transition:
    background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #16181d;
  --bg2: #1d222a;
  --surface: #252b35;
  --border: #313744;
  --border2: #3a404d;
  --text: #f3f5f7;
  --muted: #a7b0bd;
  --muted2: #8f97a3;

  --teal: #1fa39a;
  --teal-bright: #2dd4c8;
  --teal-10: rgba(31, 163, 154, 0.1);
  --teal-20: rgba(31, 163, 154, 0.2);
  --teal-30: rgba(31, 163, 154, 0.3);
  --teal-glow: rgba(31, 163, 154, 0.14);
  --teal-dim: rgba(31, 163, 154, 0.06);
  --teal-03: rgba(31, 163, 154, 0.025);

  --font-display: var(--font-display-stack, "Syne", "Segoe UI", Arial, sans-serif);
  --font-mono: var(--font-mono-stack, "DM Mono", "IBM Plex Mono", Consolas, monospace);
  --t: 0.25s ease;
  --cursor: white;
  --cursor-glow: rgba(255, 252, 252, 0.15);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-display);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition:
    background 0.5s ease,
    color 0.5s ease;
}

/* ── LIGHT MODE ──────────────────────────── */
body.light-mode,
html.light-mode body {
  --bg: #f7fafc;
  --bg2: #eef3f7;
  --surface: #ffffff;
  --border: #dbe3ec;
  --border2: #c8d3df;
  --text: #0f172a;
  --muted: #667085;
  --muted2: #475467;

  --teal: #1f9d96;
  --teal-bright: #14b8a6;
  --teal-glow: rgba(31, 157, 150, 0.15);
  --teal-dim: rgba(31, 157, 150, 0.08);
  --teal-20: rgba(31, 157, 150, 0.2);
  --teal-30: rgba(31, 157, 150, 0.3);

  --cursor: black;
  --cursor-glow: rgba(1, 1, 1, 0.15);
}

body.light-mode nav.scrolled {
  background: #f7fafc;
}

html.fx-lite nav.scrolled,
body.fx-lite nav.scrolled {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background: var(--teal);
}

/* CURSOR */
.cursor,
.cursor-ring {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}
@media (pointer: fine) {
  body {
    cursor: none;
  }
  .cursor {
    display: block;
    width: 8px;
    height: 8px;
    background: var(--cursor);
    border-radius: 50%;
    transition: transform 0.15s ease;
    z-index: 9999;
  }
  .cursor-ring {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--cursor-glow);
    border-radius: 50%;
    z-index: 9998;
    transition: border-color 0.4s ease;
  }
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid transparent;
  transition:
    background var(--t),
    border-color var(--t);
}
nav.scrolled {
  background: rgba(19, 20, 22, 0.94);
  backdrop-filter: blur(8px);
  border-color: var(--border);
}

.nav-logo-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-logo {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
}
.nav-logo span {
  color: var(--teal);
}
.logo-rosso {
  color: var(--teal);
}

.logo-labs-word {
  display: inline-block;
  margin-left: 0.18rem;
  letter-spacing: -0.03em;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav-back {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition:
    color var(--t),
    background var(--t),
    border-color var(--t);
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--border2);
  border-radius: 2px;
  background: var(--surface);
  white-space: nowrap;
}
.nav-back:hover {
  color: var(--teal);
  border-color: var(--teal);
  background: var(--teal-dim);
}

/* ── THEME TOGGLE — ícone reflete o ESTADO ATUAL ────────────────
   data-theme="auto"   → ícone auto  (padrão / primeiro acesso)
   data-theme="light"  → sol
   data-theme="dark"   → lua
   Ciclo do clique: auto → light → dark → auto → …
──────────────────────────────────────────────────────────────── */
.theme-toggle {
  background: none;
  border: 1px solid var(--border2);
  color: var(--muted2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    border-color var(--t),
    color var(--t),
    transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.theme-toggle:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: rotate(20deg);
}
.theme-toggle svg {
  position: absolute;
  transition:
    opacity 0.25s ease,
    transform 0.3s ease;
  width: 15px;
  height: 15px;
}

/* padrão sem atributo = auto */
.theme-toggle .icon-auto {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.theme-toggle .icon-moon {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}
.theme-toggle .icon-sun {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}

/* auto */
.theme-toggle[data-theme="auto"] .icon-auto {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.theme-toggle[data-theme="auto"] .icon-moon {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}
.theme-toggle[data-theme="auto"] .icon-sun {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}

/* light → sol */
.theme-toggle[data-theme="light"] .icon-sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.theme-toggle[data-theme="light"] .icon-auto {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}
.theme-toggle[data-theme="light"] .icon-moon {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}

/* dark → lua */
.theme-toggle[data-theme="dark"] .icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.theme-toggle[data-theme="dark"] .icon-auto {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}
.theme-toggle[data-theme="dark"] .icon-sun {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}

/* ══ HERO ════════════════════════════════════ */
#hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem clamp(1.25rem, 5vw, 3rem) 6rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 80vw;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 30%,
    var(--teal-10) 0%,
    var(--teal-03) 45%,
    transparent 68%
  );
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.25;
  mask-image: radial-gradient(ellipse 100% 60% at 50% 0%, black 20%, transparent 100%);
}
.hero-badge {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--teal);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.1s forwards;
}
.hero-badge::before,
.hero-badge::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--teal);
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--muted2);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
}
.hero-title {
  font-size: clamp(2.1rem, 8vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.35s forwards;
}
.hero-title .accent {
  color: var(--teal);
}
.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--border2);
}
.hero-sub {
  font-family: var(--font-mono);
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  color: var(--muted2);
  line-height: 1.9;
  max-width: 540px;
  margin: 0 auto 2.5rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.5s forwards;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.8s forwards;
}
.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 4rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.8s forwards;
}
.trust-item {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trust-item::before {
  content: "✓";
  color: var(--teal);
  font-size: 0.7rem;
}
.trust-divider {
  width: 1px;
  height: 14px;
  background: var(--border2);
}

/* BUTTONS */
.btn {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: 1px solid;
  text-decoration: none;
  transition:
    transform var(--t),
    opacity var(--t),
    background var(--t),
    color var(--t),
    border-color var(--t);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: var(--bg);
  border-color: var(--teal);
  font-weight: 700;
}
.btn-primary:hover {
  background: transparent;
  color: var(--teal);
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.btn-whatsapp:hover {
  background: #128c7e;
  border-color: #128c7e;
}
.btn-ghost {
  background: transparent;
  color: var(--muted2);
  border-color: var(--border2);
}
.btn-ghost:hover {
  color: var(--text);
  border-color: var(--text);
}
.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 0.78rem;
}

/* SECTION COMMON */
section {
  padding: 6rem clamp(1.25rem, 5vw, 3rem);
  position: relative;
}
.divider {
  border: none;
  border-top: 1px solid var(--border);
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--teal);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: attr(data-num);
  color: var(--muted);
}
.sec-title {
  font-size: clamp(2.1rem, 8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 1rem;
}
.sec-title .accent {
  color: var(--teal);
}
.sec-title .accent-dark {
  color: var(--text);
}
.sec-sub {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--muted2);
  line-height: 1.9;
  max-width: 520px;
  margin-bottom: 2.75rem;
}

.cta-inline {
  text-align: center;
  padding-block: 3.35rem;
}

.cta-inline .sec-title {
  max-width: 11ch;
  margin-inline: auto;
}

.cta-inline .sec-sub {
  max-width: 580px;
  margin: 0 auto 1.8rem;
}

.cta-inline-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.cta-inline-note {
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══ PROBLEMA ════════════════════════════════ */
#problema {
  text-align: center;
}
#problema .sec-title {
  margin-bottom: 0.75rem;
}
#problema .sec-sub {
  margin: 0 auto 3.5rem;
}
.searches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  max-width: 900px;
  margin: 0 auto 3rem;
}
.search-item {
  background: var(--bg2);
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: background var(--t);
}
.search-item:hover {
  background: var(--surface);
}
.search-icon {
  font-size: 1.75rem;
}
.search-query {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted2);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
}
.search-volume {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--teal);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--teal-20);
  padding: 0.1rem 0.5rem;
}
.problema-alert {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid var(--border2);
  border-left: 3px solid var(--teal);
  padding: 1.5rem 2rem;
  background: var(--surface);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--muted2);
  line-height: 1.8;
}
.problema-alert strong {
  color: var(--text);
}

/* ══ COMO FUNCIONA ═══════════════════════════ */
#como-funciona {
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.step {
  background: var(--bg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background var(--t);
}
.step:hover {
  background: var(--surface);
}
.step-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--border2);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 1.25rem;
  display: block;
  transition: color var(--t);
}
.step:hover .step-num {
  color: var(--teal);
}
.step-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.step-desc {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.8;
}
.step-connector {
  position: absolute;
  top: 2.5rem;
  right: -1px;
  width: 2px;
  height: 24px;
  background: rgba(31, 163, 154, 0.35);
  display: none;
}
.step:not(:last-child) .step-connector {
  display: block;
}
.steps-footer {
  margin-top: 2rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.steps-footer span {
  color: var(--teal);
}

/* ══ EXEMPLOS ════════════════════════════════ */
#exemplos {
}
.examples-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.examples-inline-cta {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}
.example-card {
  border: 1px solid var(--border);
  overflow: hidden;
  transition:
    border-color var(--t),
    transform var(--t);
  background: var(--bg);
}
.example-card:hover {
  border-color: var(--teal-30);
  transform: translateY(-3px);
}
.example-preview {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
}
.example-preview-inner {
  width: 85%;
  height: 80%;
  border: 1px solid var(--border2);
  background: var(--bg2);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mock-nav {
  height: 18px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 4px;
  flex-shrink: 0;
}
.mock-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.mock-hero {
  flex: 1;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
}
.mock-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  opacity: 0.4;
}
.mock-title {
  height: 8px;
  border-radius: 2px;
  width: 70%;
}
.mock-sub {
  height: 5px;
  border-radius: 2px;
  width: 50%;
  opacity: 0.5;
  background: var(--border2);
}
.mock-btn {
  height: 14px;
  width: 80px;
  border-radius: 2px;
  margin-top: 4px;
}
.mock-section {
  height: 30px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
  flex-shrink: 0;
}
.mock-chip {
  height: 6px;
  width: 40px;
  border-radius: 2px;
  opacity: 0.4;
  background: var(--border2);
}
.example-body {
  padding: 1.5rem;
}
.example-type {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  color: var(--teal);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.example-name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.example-desc {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.example-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.example-tag {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--muted2);
  border: 1px solid var(--border2);
  padding: 0.12rem 0.5rem;
  letter-spacing: 0.04em;
}

/* Example color themes */
.ex-dental .mock-hero::before {
  background: #2dd4c8;
}
.ex-dental .mock-title {
  background: var(--teal);
}
.ex-dental .mock-btn {
  background: var(--teal);
}
.ex-gym .mock-hero::before {
  background: #b8f04a;
}
.ex-gym .mock-title {
  background: #b8f04a;
}
.ex-gym .mock-btn {
  background: #b8f04a;
}
.ex-restaurant .mock-hero::before {
  background: #f4a261;
}
.ex-restaurant .mock-title {
  background: #f4a261;
}
.ex-restaurant .mock-btn {
  background: #f4a261;
}
.ex-clinic .mock-hero::before {
  background: #a78bfa;
}
.ex-clinic .mock-title {
  background: #a78bfa;
}
.ex-clinic .mock-btn {
  background: #a78bfa;
}
.ex-dental .mock-dot:nth-child(1) {
  background: #2dd4c8;
}
.ex-gym .mock-dot:nth-child(1) {
  background: #b8f04a;
}
.ex-restaurant .mock-dot:nth-child(1) {
  background: #f4a261;
}
.ex-clinic .mock-dot:nth-child(1) {
  background: #a78bfa;
}
.mock-dot:nth-child(2) {
  background: var(--border2);
}
.mock-dot:nth-child(3) {
  background: var(--border2);
}

/* ══ HERO CHECKLIST ══════════════════════════ */
.hero-checklist {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.5s forwards;
}
.hero-check-item {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--muted2);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  letter-spacing: 0.04em;
}
.hero-check-icon {
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ══ DEPOIMENTOS ═════════════════════════════ */
#depoimentos {
}
.dep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.dep-card {
  background: var(--bg2);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background var(--t);
}
.dep-card:hover {
  background: var(--surface);
}
.dep-stars {
  color: var(--teal);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
.dep-text {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted2);
  line-height: 1.85;
  flex: 1;
  border-left: 2px solid var(--teal-20);
  padding-left: 1rem;
}
.dep-text strong {
  color: var(--teal);
  font-style: normal;
}
.dep-author {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: auto;
}
.dep-name {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.dep-role {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#prova {
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 4rem;
}
.proof-item {
  background: var(--bg);
  padding: 2.5rem 2rem;
  transition: background var(--t);
}
.proof-item:hover {
  background: var(--surface);
}
.proof-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.proof-label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.proof-desc {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted);
  line-height: 1.7;
}
.proof-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.proof-feat {
  background: var(--bg2);
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  transition: background var(--t);
}
.proof-feat:hover {
  background: var(--surface);
}
.proof-feat-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.proof-feat-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.proof-feat-desc {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ══ PLANOS ══════════════════════════════════ */
#planos {
}
#planos .sec-sub {
  margin-bottom: 3.5rem;
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.pkg {
  background: var(--bg2);
  padding: 2.5rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pkg.featured {
  background: var(--surface);
  border: 2px solid var(--teal);
  margin: -1px;
  z-index: 1;
}
.pkg-badge {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--bg);
  background: var(--teal);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.75rem;
  width: fit-content;
  margin-bottom: 1.25rem;
}
.pkg-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.pkg-desc {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.pkg-price {
  margin-bottom: 0.5rem;
}
.pkg-price .currency {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted2);
}
.pkg-price .value {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--teal);
}
.pkg-prazo {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}
.pkg-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 1.5rem;
}
.pkg-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
  flex: 1;
}
.pkg-features li {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--muted2);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.pkg-features li::before {
  content: "→";
  color: var(--teal);
  flex-shrink: 0;
}
.pkg-features li.no {
  color: var(--muted);
}
.pkg-features li.no::before {
  content: "—";
  color: var(--border2);
}

.plans-helper {
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--border);
  background: var(--surface);
}

.plans-helper-title {
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.plans-helper-text {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted2);
  line-height: 1.8;
}

/* ══ FAQ ═════════════════════════════════════ */
#faq {
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.faq-item {
  background: var(--bg);
  overflow: hidden;
}
.faq-q {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background var(--t);
}
.faq-q:hover {
  background: var(--surface);
}
.faq-q-text {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.faq-q-icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--border2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--muted2);
  transition:
    transform var(--t),
    opacity var(--t),
    background var(--t),
    color var(--t),
    border-color var(--t);
}
.faq-item.open .faq-q-icon {
  background: var(--teal);
  color: var(--bg);
  border-color: var(--teal);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 200px;
}
.faq-a-inner {
  padding: 0 2rem 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted2);
  line-height: 1.9;
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
}

/* ══ CTA FINAL ═══════════════════════════════ */
#cta-final {
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 8rem clamp(1.25rem, 5vw, 3rem);
}
#cta-final .sec-title {
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  margin-bottom: 1.25rem;
}
#cta-final .sec-sub {
  margin: 0 auto 3rem;
  font-size: 0.85rem;
}
.cta-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-note {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

/* ══ ADDONS / MANUTENÇÃO ══════════════════════ */
#addons {
}
.addons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.addons-col-title {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.addons-col-title span {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--bg);
  background: var(--teal);
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.addon-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.addon-item {
  position: relative;
  background: var(--bg2);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  opacity: 0;
  transform: translateX(-16px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    background var(--t);
}
.addon-item.visible {
  opacity: 1;
  transform: translateX(0);
}
.addon-item:hover {
  background: var(--surface);
}
.addon-item.popular {
  border-color: var(--teal-30);
  background: var(--surface);
}
.addon-name {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.addon-desc {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.6;
}
.addon-price {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--teal);
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}
.addon-price small {
  display: block;
  font-size: 0.55rem;
  color: var(--muted);
  font-weight: 400;
}
.addon-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
  flex-shrink: 0;
}
.addon-price-monthly {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--teal);
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
.addon-price-monthly small {
  display: block;
  font-size: 0.55rem;
  color: var(--muted);
  font-weight: 400;
}
.addon-price-annual {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted2);
  white-space: nowrap;
  text-align: right;
  line-height: 1.4;
}
.addon-price-annual .annual-value {
  color: var(--text);
  font-weight: 700;
}
.annual-badge {
  display: inline-block;
  font-size: 0.5rem;
  background: var(--teal-dim);
  color: var(--teal);
  border: 1px solid var(--teal-20);
  padding: 0.1rem 0.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}
.addon-popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  border: 1px solid var(--teal-20);
  background: var(--teal-dim);
  padding: 0.18rem 0.55rem;
  margin-bottom: 0.35rem;
  width: fit-content;
}
.addon-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.55rem;
}
.addon-tag {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--muted2);
  border: 1px solid var(--border2);
  padding: 0.12rem 0.45rem;
  letter-spacing: 0.04em;
}
.addon-item.popular .addon-tag {
  border-color: var(--teal-20);
}
.maint-tagline {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted2);
  line-height: 1.7;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border);
  border-top: 2px solid var(--teal);
  background: var(--bg2);
  margin-top: 1rem;
}
.maint-tagline strong {
  color: var(--text);
  font-weight: 700;
}
/* ══ PROJETO REAL ════════════════════════════ */
#projeto-real {
}
.projeto-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.projeto-badge {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted2);
  border: 1px solid var(--border2);
  display: inline-block;
  padding: 0.3rem 0.75rem;
  margin-bottom: 1.25rem;
  background: var(--surface);
}
.projeto-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  color: var(--text);
}
.projeto-title .accent-dark {
  color: var(--teal);
}
.projeto-desc {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted2);
  line-height: 1.9;
  max-width: 44ch;
  margin-bottom: 1.5rem;
}
.projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
.projeto-tag {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--muted2);
  border: 1px solid var(--border2);
  padding: 0.2rem 0.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.projeto-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Browser mockup */
.browser-frame {
  border: 1px solid var(--border2);
  border-radius: 6px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.browser-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.45);
}
.browser-bar {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.browser-dots {
  display: flex;
  gap: 0.35rem;
}
.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border2);
}
.browser-dot:nth-child(1) {
  background: #ff5f57;
}
.browser-dot:nth-child(2) {
  background: #ffbd2e;
}
.browser-dot:nth-child(3) {
  background: #28c840;
}
.browser-url {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  flex: 1;
  letter-spacing: 0.03em;
}
.browser-viewport {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.browser-viewport iframe {
  width: 100%;
  height: 600px;
  border: none;
  transform: scale(0.65);
  transform-origin: top left;
  width: 153.8%;
  pointer-events: none;
}
.browser-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.browser-overlay a {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--teal);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--t);
}
.browser-overlay a:hover {
  color: var(--teal-bright);
}

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.4rem;
  border: none;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.35);
  transition:
    transform var(--t),
    opacity var(--t),
    background var(--t),
    color var(--t),
    border-color var(--t);
  opacity: 0;
  animation: fadeUp 1s ease 1.2s forwards;
}
.wa-float:hover {
  background: #128c7e;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
}
.wa-float svg {
  flex-shrink: 0;
}

/* FOOTER */
footer {
  border-top: 1px solid var(--border);
  padding: 1.75rem clamp(1.25rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer-copy {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.07em;
}
.footer-note {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-dot {
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

/* INK CANVAS */
#inkCanvas {
  position: fixed;
  inset: 0;
  z-index: 8999;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* KEYFRAMES */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
@media (max-width: 768px) {
  .hero-glow,
  .hero-grid,
  .cursor,
  .cursor-ring,
  #inkCanvas {
    display: none !important;
  }

  .reveal {
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }

  .browser-frame:hover,
  .wa-float:hover,
  .example-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }
}
/* MOBILE */
/* ── TABLET (769px – 1024px) ─────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
  nav {
    padding: 1.1rem 2rem;
  }
  #hero {
    padding: 7rem 2rem 5.5rem;
  }
  .hero-title {
    font-size: clamp(2.7rem, 10vw, 4.6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  section {
    padding: 5.5rem 2rem;
  }
  .searches-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .examples-grid {
    grid-template-columns: 1fr;
  }
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .packages-grid {
    grid-template-columns: 1fr;
  }
  .pkg.featured {
    margin: 0;
  }
  .projeto-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .browser-viewport {
    height: 300px;
  }
  .addons-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer {
    padding: 1.75rem 2rem;
  }
  #cta-final {
    padding: 6rem 2rem;
  }
  .dep-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── MOBILE (≤ 768px) ─────────────────────────────────── */
@media (max-width: 768px) {
  nav {
    padding: 1rem 1.25rem;
  }
  .nav-logo {
    font-size: 0.78rem;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-rosso {
    display: block;
  }
  .nav-back {
    font-size: 0.6rem;
    padding: 0.28rem 0.5rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .nav-right {
    gap: 0.65rem;
  }
  #hero {
    padding: 6.5rem 1.25rem 4.5rem;
  }
  .hero-title {
    font-size: clamp(2.7rem, 10vw, 4.6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  .hero-eyebrow {
    font-size: 0.62rem;
  }
  .hero-badge {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }
  .hero-check-item {
    font-size: 0.72rem;
    text-align: left;
  }
  .hero-checklist {
    align-items: flex-start;
  }
  .hero-cta {
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
  }
  .hero-cta .btn {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .cta-inline {
    padding-block: 2.7rem;
  }
  .cta-inline-actions {
    flex-direction: column;
  }
  .cta-inline-actions .btn {
    width: 100%;
  }
  .hero-trust {
    gap: 0.85rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.niche-page #hero {
    min-height: 92svh;
    justify-content: center;
    padding: 6.2rem 1.25rem 4.2rem;
  }
  body.niche-page .hero-badge {
    margin-bottom: 1.1rem;
  }
  body.niche-page .hero-eyebrow {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  body.niche-page .hero-title {
    font-size: clamp(2.6rem, 10.8vw, 4.1rem);
    line-height: 0.9;
    margin-bottom: 1.35rem;
  }
  body.niche-page .hero-checklist {
    gap: 0.62rem;
    margin-bottom: 1.9rem;
  }
  body.niche-page .hero-check-item {
    font-size: 0.72rem;
    line-height: 1.55;
  }
  body.niche-page .hero-cta {
    gap: 0.72rem;
  }
  body.niche-page .hero-cta .btn {
    padding: 1.05rem 1.15rem;
    font-size: 0.76rem;
  }
  body.niche-page .hero-trust {
    margin-top: 1.6rem;
    gap: 0.65rem;
  }
  body.niche-page .trust-item {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }
  .trust-divider {
    display: none;
  }
  section {
    padding: 4rem 1.25rem;
  }
  .sec-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
  .sec-sub {
    font-size: 0.72rem;
    margin-bottom: 2.5rem;
  }
  .searches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .problema-alert {
    padding: 1.25rem;
    font-size: 0.72rem;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step {
    padding: 2rem 1.25rem;
  }
  .step-num {
    font-size: 2.5rem;
  }
  .examples-grid {
    grid-template-columns: 1fr;
  }
  .example-body {
    padding: 1.25rem;
  }
  .dep-grid {
    grid-template-columns: 1fr;
  }
  .projeto-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .browser-viewport {
    height: 240px;
  }
  .projeto-desc {
    max-width: 100%;
  }
  .projeto-links {
    flex-direction: column;
    gap: 0.6rem;
  }
  .projeto-links .btn {
    justify-content: center;
    text-align: center;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-features {
    grid-template-columns: 1fr;
  }
  .proof-item {
    padding: 2rem 1.25rem;
  }
  .proof-feat {
    padding: 1.25rem 1rem;
  }
  .packages-grid {
    grid-template-columns: 1fr;
  }
  .pkg {
    padding: 2rem 1.25rem;
  }
  .pkg.featured {
    margin: 0;
  }
  .pkg-price .value {
    font-size: 2rem;
  }
  .addons-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .addon-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .addon-price-wrap {
    align-items: flex-start;
  }
  .faq-q {
    padding: 1.25rem;
  }
  .faq-q-text {
    font-size: 0.82rem;
  }
  .faq-a-inner {
    padding: 0 1.25rem 1.25rem;
    padding-top: 1rem;
  }
  #cta-final {
    padding: 4.5rem 1.25rem;
  }
  #cta-final .sec-title {
    font-size: clamp(2rem, 9vw, 3.5rem);
  }
  .cta-ctas {
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
  }
  .cta-ctas .btn {
    justify-content: center;
    text-align: center;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .wa-float {
    bottom: 1.25rem;
    right: 1.25rem;
    padding: 0.75rem 1.1rem;
  }
  .wa-float .wa-label {
    display: none;
  }
}

/* ── MOBILE PEQUENO (≤ 480px) ─────────────────────────── */
@media (max-width: 480px) {
  nav {
    padding: 0.9rem 1rem;
  }
  .nav-back span.material-symbols-outlined {
    display: none;
  }
  #hero {
    padding: 6rem 1rem 4rem;
  }
  .hero-title {
    font-size: clamp(2.7rem, 10vw, 4.6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  body.niche-page nav {
    padding: 0.85rem 1rem;
    align-items: flex-start;
  }
  body.niche-page .nav-right {
    gap: 0.5rem;
    flex-shrink: 0;
  }
  body.niche-page .nav-logo {
    max-width: 7rem;
  }
  body.niche-page .nav-back {
    font-size: 0.55rem;
    padding: 0.26rem 0.42rem;
  }
  body.niche-page #hero {
    min-height: 88svh;
    padding: 5.4rem 1rem 3rem;
  }
  body.niche-page .hero-badge {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
    gap: 0.55rem;
  }
  body.niche-page .hero-badge::before,
  body.niche-page .hero-badge::after {
    width: 18px;
  }
  body.niche-page .hero-eyebrow {
    font-size: 0.56rem;
    margin-bottom: 0.95rem;
  }
  body.niche-page .hero-title {
    font-size: clamp(2.05rem, 9vw, 2.95rem);
    line-height: 0.92;
    margin-bottom: 1rem;
  }
  body.niche-page .hero-checklist {
    gap: 0.42rem;
    margin-bottom: 1.2rem;
  }
  body.niche-page .hero-check-item {
    font-size: 0.63rem;
    gap: 0.5rem;
  }
  body.niche-page .hero-cta .btn {
    font-size: 0.7rem;
    padding: 0.92rem 0.95rem;
  }
  body.niche-page .btn {
    white-space: normal;
    line-height: 1.45;
  }
  body.niche-page .pkg {
    min-width: 0;
    padding-inline: 1rem;
  }
  body.niche-page .pkg-desc,
  body.niche-page .pkg-prazo,
  body.niche-page .pkg-features li,
  body.niche-page .sec-sub {
    overflow-wrap: anywhere;
  }
  body.niche-page .pkg-price .value {
    font-size: clamp(1.9rem, 10vw, 2.2rem);
  }
  body.niche-page .packages-grid .btn,
  body.niche-page .cta-ctas .btn,
  body.niche-page .projeto-links .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  body.niche-page .hero-trust {
    display: none;
  }
  section {
    padding: 3.5rem 1rem;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .step-connector {
    display: none !important;
  }
  .faq-q {
    padding: 1rem;
  }
  .faq-a-inner {
    padding: 0 1rem 1rem;
    padding-top: 0.85rem;
  }
  .addon-item {
    padding: 1rem;
  }
  #cta-final {
    padding: 3.5rem 1rem;
  }
  footer {
    padding: 1rem;
  }
}

@media (max-width: 390px) {
  body.niche-page #hero {
    min-height: 80svh;
    padding-top: 4.85rem;
    padding-bottom: 2.35rem;
  }
  body.niche-page .nav-logo {
    max-width: 6.35rem;
  }
  body.niche-page .nav-back {
    font-size: 0.52rem;
    letter-spacing: 0.03em;
  }
  body.niche-page .theme-toggle {
    width: 30px;
    height: 30px;
  }
  body.niche-page .hero-badge {
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
  body.niche-page .hero-title {
    font-size: clamp(1.82rem, 8vw, 2.55rem);
  }
  body.niche-page .proof-feat {
    padding: 0.92rem 0.88rem;
  }
  body.niche-page .pkg {
    padding: 1.15rem 0.92rem;
  }
  body.niche-page .pkg-name {
    font-size: 1.12rem;
  }
  body.niche-page .pkg-price .value {
    font-size: clamp(1.72rem, 9vw, 1.95rem);
  }
  body.niche-page .faq-q {
    gap: 0.75rem;
  }
  body.niche-page .hero-check-item {
    font-size: 0.59rem;
    line-height: 1.4;
  }
  body.niche-page .packages-grid {
    margin-inline: -1px;
  }
  body.niche-page #cta-final .sec-title {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
  }
  body.niche-page #cta-final .sec-sub {
    max-width: 30ch;
  }
}
/* ══════════════════════════════════════════════════════════════
         SEÇÕES COLORIDAS — alternância accent / dark
      ══════════════════════════════════════════════════════════════ */

/* --- BASE ACCENT (fundo teal/navy vibrante) --- */
section.sec-accent {
  background: var(--teal);
  position: relative;
  overflow: hidden;
}
section.sec-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

/* --- TEXTOS GERAIS NA ACCENT --- */
section.sec-accent .eyebrow {
  color: rgba(19, 20, 22, 0.52);
}
section.sec-accent .eyebrow::before {
  color: rgba(19, 20, 22, 0.32);
}
section.sec-accent .sec-title {
  color: var(--bg);
}
section.sec-accent .sec-sub {
  color: rgba(19, 20, 22, 0.65);
}

/* --- SEARCH / BUSCAS --- */
section.sec-accent .searches-grid {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .search-item {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .search-item:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .search-query {
  color: rgba(19, 20, 22, 0.72);
}
section.sec-accent .search-volume {
  color: var(--bg);
  border-color: rgba(0, 0, 0, 0.22);
}

/* --- ALERTA --- */
section.sec-accent .problema-alert {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
  border-left-color: var(--bg);
  color: rgba(19, 20, 22, 0.7);
}
section.sec-accent .problema-alert strong {
  color: var(--bg);
}

/* --- STEPS (como funciona) --- */
section.sec-accent .steps-grid {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .step {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .step:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .step-num {
  color: rgba(0, 0, 0, 0.18);
}
section.sec-accent .step:hover .step-num {
  color: var(--bg);
}
section.sec-accent .step-title {
  color: var(--bg);
}
section.sec-accent .step-desc {
  color: rgba(19, 20, 22, 0.62);
}
section.sec-accent .steps-footer {
  color: rgba(19, 20, 22, 0.5);
}
section.sec-accent .steps-footer span {
  color: var(--bg);
}

/* --- EXEMPLOS --- */
section.sec-accent .examples-grid {
}
section.sec-accent .example-card {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.12);
}
section.sec-accent .example-card:hover {
  background: rgba(0, 0, 0, 0.13);
  border-color: rgba(0, 0, 0, 0.26);
}
section.sec-accent .example-type {
  color: rgba(19, 20, 22, 0.55);
}
section.sec-accent .example-name {
  color: var(--bg);
}
section.sec-accent .example-desc {
  color: rgba(19, 20, 22, 0.6);
}
section.sec-accent .example-tag {
  color: rgba(19, 20, 22, 0.65);
  border-color: rgba(0, 0, 0, 0.18);
}

/* --- DEPOIMENTOS --- */
section.sec-accent .dep-grid {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .dep-card {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .dep-card:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .dep-stars {
  color: var(--bg);
}
section.sec-accent .dep-text {
  color: rgba(19, 20, 22, 0.68);
  border-left-color: rgba(0, 0, 0, 0.2);
}
section.sec-accent .dep-text strong {
  color: var(--bg);
}
section.sec-accent .dep-name {
  color: var(--bg);
}
section.sec-accent .dep-role {
  color: rgba(19, 20, 22, 0.5);
}

/* --- PROJETO REAL --- */
section.sec-accent .projeto-badge {
  border-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.08);
  color: var(--bg);
}
section.sec-accent .projeto-title {
  color: var(--bg);
}
section.sec-accent .projeto-title .accent {
  color: rgba(19, 20, 22, 0.5);
}
section.sec-accent .projeto-desc {
  color: rgba(19, 20, 22, 0.65);
}
section.sec-accent .projeto-tag {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(19, 20, 22, 0.65);
}
section.sec-accent .browser-frame {
  border-color: rgba(0, 0, 0, 0.2);
}
section.sec-accent .browser-bar {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}
section.sec-accent .browser-url {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(19, 20, 22, 0.6);
}
section.sec-accent .browser-overlay {
  background: rgba(0, 0, 0, 0.12);
}
section.sec-accent .browser-overlay a {
  color: var(--bg);
}

/* --- PROVA SOCIAL --- */
section.sec-accent .proof-grid {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .proof-item {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .proof-item:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .proof-num {
  color: var(--bg);
}
section.sec-accent .proof-label {
  color: var(--bg);
}
section.sec-accent .proof-desc {
  color: rgba(19, 20, 22, 0.6);
}
section.sec-accent .proof-features {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .proof-feat {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .proof-feat:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .proof-feat-title {
  color: var(--bg);
}
section.sec-accent .proof-feat-desc {
  color: rgba(19, 20, 22, 0.6);
}

/* --- PLANOS --- */
section.sec-accent .packages-grid {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .pkg {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .pkg.featured {
  background: rgba(0, 0, 0, 0.15);
  border-color: var(--bg);
}
section.sec-accent .pkg-badge {
  background: var(--bg);
  color: var(--teal);
}
section.sec-accent .pkg-name {
  color: var(--bg);
}
section.sec-accent .pkg-desc {
  color: rgba(19, 20, 22, 0.6);
}
section.sec-accent .pkg-price .value {
  color: var(--bg);
}
section.sec-accent .pkg-price .currency {
  color: rgba(19, 20, 22, 0.5);
}
section.sec-accent .pkg-prazo {
  color: rgba(19, 20, 22, 0.5);
}
section.sec-accent .pkg-divider {
  border-color: rgba(0, 0, 0, 0.14);
}
section.sec-accent .pkg-features li {
  color: rgba(19, 20, 22, 0.7);
}
section.sec-accent .pkg-features li::before {
  color: var(--bg);
}
section.sec-accent .pkg-features li.no {
  color: rgba(19, 20, 22, 0.38);
}
section.sec-accent .pkg-features li.no::before {
  color: rgba(0, 0, 0, 0.22);
}

/* --- ADDONS --- */
section.sec-accent .addons-col-title {
  color: var(--bg);
}
section.sec-accent .addons-col-title span {
  background: var(--bg);
  color: var(--teal);
}
section.sec-accent .addon-list {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .addon-item {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .addon-item:hover {
  background: rgba(0, 0, 0, 0.14);
}
section.sec-accent .addon-item.popular {
  background: rgba(0, 0, 0, 0.12);
}
section.sec-accent .addon-name {
  color: var(--bg);
}
section.sec-accent .addon-desc {
  color: rgba(19, 20, 22, 0.6);
}
section.sec-accent .addon-price-monthly {
  color: var(--bg);
}
section.sec-accent .addon-price-annual {
  color: rgba(19, 20, 22, 0.55);
}
section.sec-accent .addon-price-annual .annual-value {
  color: var(--bg);
}
section.sec-accent .annual-badge {
  background: rgba(0, 0, 0, 0.08);
  color: var(--bg);
  border-color: rgba(0, 0, 0, 0.18);
}
section.sec-accent .addon-popular-badge {
  background: rgba(0, 0, 0, 0.08);
  color: var(--bg);
  border-color: rgba(0, 0, 0, 0.18);
}
section.sec-accent .addon-tag {
  color: rgba(19, 20, 22, 0.65);
  border-color: rgba(0, 0, 0, 0.18);
}
section.sec-accent .maint-tagline {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--bg);
  color: rgba(19, 20, 22, 0.65);
}
section.sec-accent .maint-tagline strong {
  color: var(--bg);
}

/* --- FAQ --- */
section.sec-accent .faq-list {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
section.sec-accent .faq-item {
  background: rgba(0, 0, 0, 0.05);
}
section.sec-accent .faq-q:hover {
  background: rgba(0, 0, 0, 0.12);
}
section.sec-accent .faq-q-text {
  color: var(--bg);
}
section.sec-accent .faq-q-icon {
  border-color: rgba(0, 0, 0, 0.22);
  color: rgba(19, 20, 22, 0.55);
}
section.sec-accent .faq-item.open .faq-q-icon {
  background: var(--bg);
  color: var(--teal);
  border-color: var(--bg);
}
section.sec-accent .faq-a-inner {
  color: rgba(19, 20, 22, 0.65);
  border-top-color: rgba(0, 0, 0, 0.12);
}

/* --- CTA FINAL --- */
section.sec-accent .cta-note {
  color: rgba(19, 20, 22, 0.5);
}

/* --- BOTÕES INVERTIDOS DENTRO DA ACCENT --- */
section.sec-accent .btn-ghost {
  color: var(--bg);
  border-color: rgba(0, 0, 0, 0.3);
}
section.sec-accent .btn-ghost:hover {
  color: var(--bg);
  border-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.07);
}
section.sec-accent .btn-primary {
  background: var(--bg);
  color: var(--teal);
  border-color: var(--bg);
}
section.sec-accent .btn-primary:hover {
  background: transparent;
  color: var(--bg);
  border-color: var(--bg);
}

/* --- NICHE PAGES IN DARK MODE: accent com texto claro para evitar baixo contraste --- */
body.niche-page:not(.light-mode) section.sec-accent .eyebrow {
  color: rgba(243, 245, 247, 0.68);
}
body.niche-page:not(.light-mode) section.sec-accent .eyebrow::before {
  color: rgba(243, 245, 247, 0.42);
}
body.niche-page:not(.light-mode) section.sec-accent .sec-title,
body.niche-page:not(.light-mode) section.sec-accent .step-title,
body.niche-page:not(.light-mode) section.sec-accent .example-name,
body.niche-page:not(.light-mode) section.sec-accent .dep-name,
body.niche-page:not(.light-mode) section.sec-accent .proof-label,
body.niche-page:not(.light-mode) section.sec-accent .proof-feat-title,
body.niche-page:not(.light-mode) section.sec-accent .addons-col-title,
body.niche-page:not(.light-mode) section.sec-accent .faq-q-text {
  color: var(--text);
}
body.niche-page:not(.light-mode) section.sec-accent .sec-sub,
body.niche-page:not(.light-mode) section.sec-accent .search-query,
body.niche-page:not(.light-mode) section.sec-accent .problema-alert,
body.niche-page:not(.light-mode) section.sec-accent .step-desc,
body.niche-page:not(.light-mode) section.sec-accent .steps-footer,
body.niche-page:not(.light-mode) section.sec-accent .example-desc,
body.niche-page:not(.light-mode) section.sec-accent .dep-text,
body.niche-page:not(.light-mode) section.sec-accent .proof-desc,
body.niche-page:not(.light-mode) section.sec-accent .proof-feat-desc,
body.niche-page:not(.light-mode) section.sec-accent .pkg-desc,
body.niche-page:not(.light-mode) section.sec-accent .pkg-features li,
body.niche-page:not(.light-mode) section.sec-accent .faq-a-inner,
body.niche-page:not(.light-mode) section.sec-accent .cta-note {
  color: rgba(243, 245, 247, 0.74);
}
body.niche-page:not(.light-mode) section.sec-accent .searches-grid,
body.niche-page:not(.light-mode) section.sec-accent .steps-grid,
body.niche-page:not(.light-mode) section.sec-accent .dep-grid,
body.niche-page:not(.light-mode) section.sec-accent .proof-grid,
body.niche-page:not(.light-mode) section.sec-accent .proof-features,
body.niche-page:not(.light-mode) section.sec-accent .packages-grid,
body.niche-page:not(.light-mode) section.sec-accent .faq-list {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
body.niche-page:not(.light-mode) section.sec-accent .search-item,
body.niche-page:not(.light-mode) section.sec-accent .step,
body.niche-page:not(.light-mode) section.sec-accent .dep-card,
body.niche-page:not(.light-mode) section.sec-accent .proof-item,
body.niche-page:not(.light-mode) section.sec-accent .proof-feat,
body.niche-page:not(.light-mode) section.sec-accent .pkg,
body.niche-page:not(.light-mode) section.sec-accent .faq-item {
  background: rgba(10, 14, 20, 0.14);
}
body.niche-page:not(.light-mode) section.sec-accent .search-item:hover,
body.niche-page:not(.light-mode) section.sec-accent .step:hover,
body.niche-page:not(.light-mode) section.sec-accent .dep-card:hover,
body.niche-page:not(.light-mode) section.sec-accent .proof-item:hover,
body.niche-page:not(.light-mode) section.sec-accent .proof-feat:hover,
body.niche-page:not(.light-mode) section.sec-accent .faq-q:hover {
  background: rgba(10, 14, 20, 0.2);
}
body.niche-page:not(.light-mode) section.sec-accent .btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.24);
}
body.niche-page:not(.light-mode) section.sec-accent .btn-ghost:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

/* ─── LIGHT MODE: accent usa navy (#1a4fa0), textos brancos ─── */
html.light-mode section.sec-accent .sec-title,
html.light-mode section.sec-accent .step-title,
html.light-mode section.sec-accent .example-name,
html.light-mode section.sec-accent .dep-name,
html.light-mode section.sec-accent .dep-stars,
html.light-mode section.sec-accent .dep-text strong,
html.light-mode section.sec-accent .proof-num,
html.light-mode section.sec-accent .proof-label,
html.light-mode section.sec-accent .proof-feat-title,
html.light-mode section.sec-accent .pkg-name,
html.light-mode section.sec-accent .pkg-price .value,
html.light-mode section.sec-accent .addon-name,
html.light-mode section.sec-accent .addons-col-title,
html.light-mode section.sec-accent .faq-q-text,
html.light-mode section.sec-accent .projeto-title,
html.light-mode section.sec-accent .problema-alert strong {
  color: #fff;
}

html.light-mode section.sec-accent .sec-sub,
html.light-mode section.sec-accent .step-desc,
html.light-mode section.sec-accent .steps-footer,
html.light-mode section.sec-accent .example-desc,
html.light-mode section.sec-accent .dep-text,
html.light-mode section.sec-accent .dep-role,
html.light-mode section.sec-accent .proof-desc,
html.light-mode section.sec-accent .proof-feat-desc,
html.light-mode section.sec-accent .pkg-desc,
html.light-mode section.sec-accent .pkg-features li,
html.light-mode section.sec-accent .pkg-prazo,
html.light-mode section.sec-accent .addon-desc,
html.light-mode section.sec-accent .faq-a-inner,
html.light-mode section.sec-accent .projeto-desc,
html.light-mode section.sec-accent .problema-alert {
  color: rgba(255, 255, 255, 0.68);
}

html.light-mode section.sec-accent .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}
html.light-mode section.sec-accent .step-num {
  color: rgba(255, 255, 255, 0.18);
}
html.light-mode section.sec-accent .step:hover .step-num,
html.light-mode section.sec-accent .steps-footer span {
  color: #fff;
}
html.light-mode section.sec-accent .pkg-features li::before {
  color: #fff;
}
html.light-mode section.sec-accent .pkg-features li.no {
  color: rgba(255, 255, 255, 0.35);
}
html.light-mode section.sec-accent .pkg-features li.no::before {
  color: rgba(255, 255, 255, 0.25);
}
html.light-mode section.sec-accent .pkg-badge {
  background: #fff;
  color: var(--teal);
}
html.light-mode section.sec-accent .addons-col-title span {
  background: #fff;
  color: var(--teal);
}
html.light-mode section.sec-accent .addon-price-monthly {
  color: #fff;
}
html.light-mode section.sec-accent .addon-price-annual .annual-value {
  color: #fff;
}
html.light-mode section.sec-accent .annual-badge,
html.light-mode section.sec-accent .addon-popular-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
html.light-mode section.sec-accent .addon-tag {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.2);
}
html.light-mode section.sec-accent .maint-tagline {
  color: rgba(255, 255, 255, 0.65);
  border-top-color: #fff;
}
html.light-mode section.sec-accent .maint-tagline strong {
  color: #fff;
}
html.light-mode section.sec-accent .faq-q-icon {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.55);
}
html.light-mode section.sec-accent .faq-item.open .faq-q-icon {
  background: #fff;
  color: var(--teal);
  border-color: #fff;
}
html.light-mode section.sec-accent .faq-a-inner {
  border-top-color: rgba(255, 255, 255, 0.15);
}
html.light-mode section.sec-accent .cta-note {
  color: rgba(255, 255, 255, 0.52);
}
html.light-mode section.sec-accent .btn-ghost {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.32);
}
html.light-mode section.sec-accent .btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
html.light-mode section.sec-accent .btn-primary {
  background: #fff;
  color: var(--teal);
  border-color: #fff;
}
html.light-mode section.sec-accent .btn-primary:hover {
  background: transparent;
  color: #fff;
}
html.light-mode section.sec-accent .browser-overlay {
  background: rgba(255, 255, 255, 0.1);
}
html.light-mode section.sec-accent .browser-overlay a {
  color: #fff;
}
html.light-mode section.sec-accent .projeto-badge {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
html.light-mode section.sec-accent .projeto-tag {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.2);
}
html.light-mode section.sec-accent .search-query {
  color: rgba(255, 255, 255, 0.72);
}
html.light-mode section.sec-accent .search-volume {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
html.light-mode section.sec-accent .problema-alert {
  border-left-color: #fff;
}

/* --- DIVISOR ENTRE ACCENT E DARK --- */
hr.divider-accent {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html.light-mode hr.divider-accent {
  border-color: rgba(255, 255, 255, 0.18);
}

/* --- SEÇÃO DARK (alternada) --- */
section.sec-dark {
  background: var(--bg2);
}
@media (max-width: 768px) {
  .hero-glow,
  .hero-grid {
    display: none;
  }

  .reveal {
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }
}
.hero-title,
.hero-cta,
.btn,
.reveal,
.example-card,
.pkg,
.dep-card {
  will-change: transform, opacity;
  transform: translateZ(0);
}

/* Uncodixfy for sitePara* pages: calmer, cleaner, less decorative */
body.niche-page .nav-back {
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
}

body.niche-page .nav-back:hover {
  background: var(--surface);
}

body.niche-page .theme-toggle {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease;
}

body.niche-page .theme-toggle:hover {
  transform: none;
}

body.niche-page #hero {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

body.niche-page .hero-glow {
  opacity: 0.45;
}

body.niche-page .hero-grid {
  opacity: 0.14;
}

body.niche-page .hero-badge,
body.niche-page .hero-eyebrow,
body.niche-page .eyebrow,
body.niche-page .pkg-badge,
body.niche-page .addon-popular-badge,
body.niche-page .annual-badge,
body.niche-page .projeto-badge,
body.niche-page .cta-note,
body.niche-page .steps-footer,
body.niche-page .trust-item,
body.niche-page .search-volume {
  letter-spacing: 0.02em;
  text-transform: none;
}

body.niche-page .hero-badge {
  gap: 0;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
}

body.niche-page .hero-badge::before,
body.niche-page .hero-badge::after,
body.niche-page .eyebrow::before {
  display: none;
}

body.niche-page .hero-eyebrow,
body.niche-page .eyebrow {
  font-size: 0.74rem;
  gap: 0.45rem;
}

body.niche-page .hero-title,
body.niche-page .sec-title,
body.niche-page #cta-final .sec-title {
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.niche-page .hero-sub,
body.niche-page .sec-sub,
body.niche-page .problema-alert,
body.niche-page .step-desc,
body.niche-page .pkg-desc,
body.niche-page .pkg-features li,
body.niche-page .faq-a-inner,
body.niche-page .addon-desc,
body.niche-page .maint-tagline,
body.niche-page .projeto-desc {
  font-family: var(--font-display);
  font-size: 0.96rem;
  line-height: 1.65;
  letter-spacing: 0;
}

body.niche-page .btn {
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.95rem 1.3rem;
  border-radius: 10px;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    opacity 0.18s ease;
}

body.niche-page .btn-primary:hover,
body.niche-page .btn-ghost:hover,
body.niche-page .btn-whatsapp:hover {
  transform: none;
}

body.niche-page .hero-checklist,
body.niche-page .hero-trust,
body.niche-page .searches-grid,
body.niche-page .steps-grid,
body.niche-page .addon-list,
body.niche-page .faq-list,
body.niche-page .packages-grid {
  background: transparent;
  gap: 1rem;
}

body.niche-page .hero-check-item,
body.niche-page .search-item,
body.niche-page .step,
body.niche-page .example-card,
body.niche-page .pkg,
body.niche-page .faq-item,
body.niche-page .addon-item,
body.niche-page .maint-tagline {
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: none;
}

body.niche-page .hero-check-item,
body.niche-page .search-item,
body.niche-page .step,
body.niche-page .pkg,
body.niche-page .faq-item,
body.niche-page .addon-item {
  background: var(--bg2);
}

body.niche-page .hero-check-item:hover,
body.niche-page .search-item:hover,
body.niche-page .step:hover,
body.niche-page .example-card:hover,
body.niche-page .addon-item:hover {
  transform: none;
  background: var(--surface);
}

body.niche-page .trust-item {
  font-size: 0.76rem;
}

body.niche-page .trust-divider,
body.niche-page .step-connector {
  display: none;
}

body.niche-page .searches-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: none;
  max-width: 980px;
}

body.niche-page .search-item {
  padding: 1.35rem 1rem;
}

body.niche-page .search-query {
  font-size: 0.8rem;
  letter-spacing: 0;
}

body.niche-page .search-volume {
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  border-color: var(--border2);
}

body.niche-page .problema-alert {
  border-left-width: 1px;
  border-left-color: var(--border2);
  border-radius: 10px;
  background: var(--bg2);
}

body.niche-page .steps-grid,
body.niche-page .packages-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: none;
}

body.niche-page .step,
body.niche-page .pkg {
  padding: 1.6rem;
}

body.niche-page .step-num {
  font-size: 2.6rem;
}

body.niche-page .step:hover .step-num {
  color: var(--text);
}

body.niche-page .examples-grid,
body.niche-page .projeto-inner,
body.niche-page .addons-grid {
  gap: 1.5rem;
}

body.niche-page #projeto-real {
  overflow: hidden;
}

body.niche-page .projeto-inner {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

body.niche-page .projeto-inner > .reveal {
  min-width: 0;
}

body.niche-page .projeto-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--surface);
  color: var(--text);
  border-color: var(--border);
}

body.niche-page .projeto-title {
  max-width: 13ch;
  line-height: 1;
  margin-bottom: 1rem;
}

body.niche-page .projeto-desc {
  max-width: 48ch;
  margin-bottom: 1.25rem;
}

body.niche-page .projeto-tags {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

body.niche-page .projeto-tag {
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.38rem 0.62rem;
  border-radius: 8px;
  border-color: var(--border);
  background: var(--bg2);
}

body.niche-page .projeto-links {
  gap: 0.85rem;
}

body.niche-page .browser-frame {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

body.niche-page .browser-frame:hover {
  transform: none;
  border-color: var(--border2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

body.niche-page .browser-bar {
  padding: 0.72rem 0.85rem;
  gap: 0.6rem;
}

body.niche-page .browser-dot {
  width: 8px;
  height: 8px;
}

body.niche-page .browser-url {
  font-size: 0.72rem;
  border-radius: 8px;
  padding: 0.38rem 0.7rem;
  letter-spacing: 0;
}

body.niche-page .browser-viewport {
  height: 410px;
  background: var(--bg);
}

body.niche-page .browser-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 58%, rgba(15, 23, 42, 0.28) 100%);
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 1rem 1rem;
}

body.niche-page .browser-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  max-width: calc(100% - 0.5rem);
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  background: rgba(18, 24, 29, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3f5f7;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

body.niche-page .browser-overlay a:hover {
  color: #f3f5f7;
  border-color: rgba(255, 255, 255, 0.2);
}

body.niche-page .example-card {
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease;
}

body.niche-page .pkg.featured {
  margin: 0;
  border-width: 1px;
}

body.niche-page .pkg-badge,
body.niche-page .addon-popular-badge,
body.niche-page .annual-badge,
body.niche-page .projeto-badge {
  border-radius: 8px;
  padding: 0.24rem 0.55rem;
}

body.niche-page .pkg-name,
body.niche-page .addon-name,
body.niche-page .projeto-title {
  letter-spacing: -0.03em;
}

body.niche-page .pkg-price .value {
  font-size: 2.2rem;
}

body.niche-page .pkg-features li::before {
  content: "•";
}

body.niche-page .pkg-features li.no::before {
  content: "—";
}

body.niche-page .faq-list,
body.niche-page .addon-list {
  border: none;
}

body.niche-page .faq-q {
  padding: 1.15rem 1.25rem;
}

body.niche-page .faq-q:hover {
  background: var(--surface);
}

body.niche-page .faq-q-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

body.niche-page .faq-a-inner {
  padding: 1rem 1.25rem 1.25rem;
  border-top-color: var(--border);
}

body.niche-page .addon-item {
  padding: 1.05rem 1.15rem;
  opacity: 1;
  transform: none;
}

body.niche-page .addon-tag {
  border-radius: 8px;
  letter-spacing: 0;
}

body.niche-page .maint-tagline {
  border-top-width: 1px;
  margin-top: 1rem;
}

body.niche-page #cta-final {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body.niche-page .cta-note {
  font-size: 0.72rem;
}

@media (max-width: 960px) {
  body.niche-page .searches-grid,
  body.niche-page .steps-grid,
  body.niche-page .packages-grid,
  body.niche-page .addons-grid,
  body.niche-page .examples-grid,
  body.niche-page .projeto-inner {
    grid-template-columns: 1fr;
  }

  body.niche-page .projeto-title,
  body.niche-page .projeto-desc {
    max-width: none;
  }

  body.niche-page .browser-viewport {
    height: 340px;
  }
}

@media (max-width: 768px) {
  body.niche-page #hero {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }

  body.niche-page .hero-cta,
  body.niche-page .cta-ctas,
  body.niche-page .cta-inline-actions {
    gap: 0.75rem;
  }

  body.niche-page .btn {
    width: 100%;
    justify-content: center;
  }

  body.niche-page .hero-trust {
    gap: 0.75rem;
    margin-top: 2rem;
  }

  body.niche-page .proof-features {
    gap: 0.85rem;
  }

  body.niche-page .proof-feat {
    padding: 1rem 0.95rem;
    gap: 0.75rem;
    align-items: flex-start;
  }

  body.niche-page .proof-feat-title {
    line-height: 1.2;
  }

  body.niche-page .browser-viewport {
    height: 260px;
  }

  body.niche-page .browser-overlay {
    justify-content: center;
    padding: 0 0.85rem 0.85rem;
  }

  body.niche-page .browser-overlay a {
    width: 100%;
  }

  body.niche-page .pkg {
    padding: 1.3rem 1rem;
  }

  body.niche-page .pkg-badge {
    margin-bottom: 0.85rem;
  }

  body.niche-page .pkg-desc {
    margin-bottom: 1rem;
    line-height: 1.58;
  }

  body.niche-page .pkg-prazo {
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
  }

  body.niche-page .pkg-divider {
    margin-bottom: 1rem;
  }

  body.niche-page .pkg-features {
    gap: 0.5rem;
    margin-bottom: 1.35rem;
  }

  body.niche-page .pkg-features li {
    line-height: 1.45;
  }

  body.niche-page .faq-q {
    padding: 1rem 1rem 0.95rem;
    align-items: flex-start;
  }

  body.niche-page .faq-q-text {
    line-height: 1.32;
  }

  body.niche-page .faq-a-inner {
    padding: 0 1rem 1rem;
    padding-top: 0.9rem;
    line-height: 1.72;
  }

  body.niche-page #cta-final {
    padding-top: 4.5rem;
    padding-bottom: 4.75rem;
  }

  body.niche-page #cta-final .sec-title {
    max-width: 11ch;
    margin-inline: auto;
  }

  body.niche-page #cta-final .sec-sub {
    max-width: 34ch;
    margin-bottom: 2rem;
  }

  body.niche-page .cta-note {
    letter-spacing: 0.06em;
    line-height: 1.45;
  }
}

/* Contrast pass for sitePara* pages */
body.niche-page .hero-sub,
body.niche-page .sec-sub,
body.niche-page .hero-check-item,
body.niche-page .trust-item,
body.niche-page .search-query,
body.niche-page .problema-alert,
body.niche-page .step-desc,
body.niche-page .example-desc,
body.niche-page .dep-text,
body.niche-page .dep-role,
body.niche-page .proof-desc,
body.niche-page .proof-feat-desc,
body.niche-page .pkg-desc,
body.niche-page .pkg-prazo,
body.niche-page .pkg-features li,
body.niche-page .faq-a-inner,
body.niche-page .addon-desc,
body.niche-page .addon-price-annual,
body.niche-page .maint-tagline,
body.niche-page .projeto-desc,
body.niche-page .browser-url,
body.niche-page .cta-note,
body.niche-page .footer-copy,
body.niche-page .footer-note {
  color: #c9d1dc;
}

body.niche-page.light-mode .hero-sub,
body.niche-page.light-mode .sec-sub,
body.niche-page.light-mode .hero-check-item,
body.niche-page.light-mode .trust-item,
body.niche-page.light-mode .search-query,
body.niche-page.light-mode .problema-alert,
body.niche-page.light-mode .step-desc,
body.niche-page.light-mode .example-desc,
body.niche-page.light-mode .dep-text,
body.niche-page.light-mode .dep-role,
body.niche-page.light-mode .proof-desc,
body.niche-page.light-mode .proof-feat-desc,
body.niche-page.light-mode .pkg-desc,
body.niche-page.light-mode .pkg-prazo,
body.niche-page.light-mode .pkg-features li,
body.niche-page.light-mode .faq-a-inner,
body.niche-page.light-mode .addon-desc,
body.niche-page.light-mode .addon-price-annual,
body.niche-page.light-mode .maint-tagline,
body.niche-page.light-mode .projeto-desc,
body.niche-page.light-mode .browser-url,
body.niche-page.light-mode .cta-note,
body.niche-page.light-mode .footer-copy,
body.niche-page.light-mode .footer-note,
html.light-mode body.niche-page .hero-sub,
html.light-mode body.niche-page .sec-sub,
html.light-mode body.niche-page .hero-check-item,
html.light-mode body.niche-page .trust-item,
html.light-mode body.niche-page .search-query,
html.light-mode body.niche-page .problema-alert,
html.light-mode body.niche-page .step-desc,
html.light-mode body.niche-page .example-desc,
html.light-mode body.niche-page .dep-text,
html.light-mode body.niche-page .dep-role,
html.light-mode body.niche-page .proof-desc,
html.light-mode body.niche-page .proof-feat-desc,
html.light-mode body.niche-page .pkg-desc,
html.light-mode body.niche-page .pkg-prazo,
html.light-mode body.niche-page .pkg-features li,
html.light-mode body.niche-page .faq-a-inner,
html.light-mode body.niche-page .addon-desc,
html.light-mode body.niche-page .addon-price-annual,
html.light-mode body.niche-page .maint-tagline,
html.light-mode body.niche-page .projeto-desc,
html.light-mode body.niche-page .browser-url,
html.light-mode body.niche-page .cta-note,
html.light-mode body.niche-page .footer-copy,
html.light-mode body.niche-page .footer-note {
  color: #334155;
}

body.niche-page:not(.light-mode) section.sec-accent .sec-sub,
body.niche-page:not(.light-mode) section.sec-accent .search-query,
body.niche-page:not(.light-mode) section.sec-accent .problema-alert,
body.niche-page:not(.light-mode) section.sec-accent .step-desc,
body.niche-page:not(.light-mode) section.sec-accent .steps-footer,
body.niche-page:not(.light-mode) section.sec-accent .example-desc,
body.niche-page:not(.light-mode) section.sec-accent .dep-text,
body.niche-page:not(.light-mode) section.sec-accent .dep-role,
body.niche-page:not(.light-mode) section.sec-accent .proof-desc,
body.niche-page:not(.light-mode) section.sec-accent .proof-feat-desc,
body.niche-page:not(.light-mode) section.sec-accent .pkg-desc,
body.niche-page:not(.light-mode) section.sec-accent .pkg-features li,
body.niche-page:not(.light-mode) section.sec-accent .faq-a-inner,
body.niche-page:not(.light-mode) section.sec-accent .cta-note,
body.niche-page:not(.light-mode) section.sec-accent .projeto-desc,
body.niche-page:not(.light-mode) section.sec-accent .projeto-tag,
body.niche-page:not(.light-mode) section.sec-accent .addon-desc,
body.niche-page:not(.light-mode) section.sec-accent .addon-price-annual,
body.niche-page:not(.light-mode) section.sec-accent .addon-tag,
body.niche-page:not(.light-mode) section.sec-accent .maint-tagline {
  color: rgba(243, 245, 247, 0.9);
}

body.niche-page:not(.light-mode) section.sec-accent .eyebrow,
body.niche-page:not(.light-mode) section.sec-accent .search-volume,
body.niche-page:not(.light-mode) section.sec-accent .pkg-prazo,
body.niche-page:not(.light-mode) section.sec-accent .dep-role {
  color: rgba(243, 245, 247, 0.8);
}

html.light-mode body.niche-page section.sec-accent .sec-sub,
html.light-mode body.niche-page section.sec-accent .step-desc,
html.light-mode body.niche-page section.sec-accent .steps-footer,
html.light-mode body.niche-page section.sec-accent .example-desc,
html.light-mode body.niche-page section.sec-accent .dep-text,
html.light-mode body.niche-page section.sec-accent .dep-role,
html.light-mode body.niche-page section.sec-accent .proof-desc,
html.light-mode body.niche-page section.sec-accent .proof-feat-desc,
html.light-mode body.niche-page section.sec-accent .pkg-desc,
html.light-mode body.niche-page section.sec-accent .pkg-features li,
html.light-mode body.niche-page section.sec-accent .pkg-prazo,
html.light-mode body.niche-page section.sec-accent .addon-desc,
html.light-mode body.niche-page section.sec-accent .faq-a-inner,
html.light-mode body.niche-page section.sec-accent .projeto-desc,
html.light-mode body.niche-page section.sec-accent .projeto-tag,
html.light-mode body.niche-page section.sec-accent .maint-tagline,
html.light-mode body.niche-page section.sec-accent .search-query,
html.light-mode body.niche-page section.sec-accent .problema-alert {
  color: rgba(255, 255, 255, 0.88);
}

html.light-mode body.niche-page section.sec-accent .eyebrow,
html.light-mode body.niche-page section.sec-accent .projeto-badge,
html.light-mode body.niche-page section.sec-accent .search-volume,
html.light-mode body.niche-page section.sec-accent .addon-tag {
  color: rgba(255, 255, 255, 0.94);
}

/* ── NICHE PAGES / LIGHT MODE: cards claros dentro da accent precisam de texto escuro ── */
html.light-mode body.niche-page section.sec-accent .search-item .search-query,
html.light-mode body.niche-page section.sec-accent .search-item .search-volume,
html.light-mode body.niche-page section.sec-accent .problema-alert,
html.light-mode body.niche-page section.sec-accent .problema-alert strong,
html.light-mode body.niche-page section.sec-accent .step .step-title,
html.light-mode body.niche-page section.sec-accent .step .step-desc,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-name,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-desc,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-price .value,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-price .currency,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-prazo,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-features li,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-name,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-desc,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-price-monthly,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-price-annual,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-price-annual .annual-value,
html.light-mode body.niche-page section.sec-accent .maint-tagline,
html.light-mode body.niche-page section.sec-accent .maint-tagline strong,
html.light-mode body.niche-page section.sec-accent .faq-item .faq-q-text,
html.light-mode body.niche-page section.sec-accent .faq-item .faq-a-inner {
  color: var(--text);
}

html.light-mode body.niche-page section.sec-accent .search-item .search-volume,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-price .currency,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-prazo,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-price-annual,
html.light-mode body.niche-page section.sec-accent .maint-tagline {
  color: var(--muted2);
}

html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-desc,
html.light-mode body.niche-page section.sec-accent .pkg:not(.featured) .pkg-features li,
html.light-mode body.niche-page section.sec-accent .addon-item .addon-desc,
html.light-mode body.niche-page section.sec-accent .faq-item .faq-a-inner,
html.light-mode body.niche-page section.sec-accent .problema-alert {
  color: var(--muted);
}

html.light-mode body.niche-page section.sec-accent .problema-alert {
  border-left-color: var(--border2);
}

html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-name,
html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-price .value {
  color: #fff;
}

html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-desc,
html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-price .currency,
html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-prazo,
html.light-mode body.niche-page section.sec-accent .pkg.featured .pkg-features li {
  color: rgba(255, 255, 255, 0.88);
}
