/*
  One page premium (HTML/CSS/JS puro)
  - Mobile-first
  - Paleta: azul (confiança), branco (limpeza), verde (WhatsApp/ação)
  - Componentes reutilizáveis via classes utilitárias
*/

:root {
  --bg: #071426;
  --surface: #0b1b31;
  --surface-2: #0e223d;
  --card: rgba(255, 255, 255, 0.06);
  --card-2: rgba(255, 255, 255, 0.08);
  /* Tema claro (padrão) */
  --text: rgba(11, 18, 32, 0.92);
  --muted: rgba(11, 18, 32, 0.72);
  --muted-2: rgba(11, 18, 32, 0.58);
  --border: rgba(11, 18, 32, 0.12);
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.32);

  --blue-1: #1b66ff;
  --blue-2: #2c8cff;
  --primary: #4f46e5;
  --primary-hover: #4338ca;
  --green: #22c55e;
  --green-2: #16a34a;

  --container: 1120px;
  --radius: 18px;
  --radius-sm: 14px;
  --ring: 0 0 0 4px rgba(44, 140, 255, 0.25);

  --header-h: 68px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  background: #ffffff;
  color: #0b1220;
  line-height: 1.55;
}

/* Home (index) com topo similar aos anexos */
body.home {
  background: #ffffff;
  color: #0b1220;
  font-family: "Work Sans", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  --header-h: 80px;
}
body.home .section-title,
body.home .card-title {
  color: #0b1220;
}
body.home .section-subtitle,
body.home .card-text,
body.home .help,
body.home .footer-muted,
body.home .footer-small {
  color: rgba(11, 18, 32, 0.72);
}
body.home .eyebrow {
  color: rgba(11, 18, 32, 0.58);
}
body.home .section-muted {
  background: #f6f8fc;
  border-top: 1px solid rgba(11, 18, 32, 0.06);
  border-bottom: 1px solid rgba(11, 18, 32, 0.06);
}
body.home .card,
body.home .feature,
body.home .step,
body.home .testimonial {
  background: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.10);
}
body.home .card-soft {
  background: #fbfcff;
}
body.home .btn {
  color: #0b1220;
}
body.home .btn:hover {
  background: rgba(79, 70, 229, 0.06);
}

/* Botões do topo (conforme anexo) */
body.home .btn.btn-primary {
  color: #ffffff !important;
}
body.home .btn.btn-ghost {
  background: #ffffff !important;
  color: var(--primary) !important;
  border-color: rgba(79, 70, 229, 0.55) !important;
}
body.home .btn.btn-ghost:hover {
  background: rgba(79, 70, 229, 0.06) !important;
}
body.home .icon-badge {
  color: #0b1220;
}
body.home .whatsapp-fixo {
  color: #071426;
}

/* Tema claro padrão (para todas as páginas) */
.section-title,
.card-title {
  color: #0b1220;
}
.section-subtitle,
.card-text,
.help,
.footer-muted,
.footer-small {
  color: rgba(11, 18, 32, 0.72);
}
.eyebrow {
  color: rgba(11, 18, 32, 0.58);
}
.section-muted {
  background: #f6f8fc;
  border-top: 1px solid rgba(11, 18, 32, 0.06);
  border-bottom: 1px solid rgba(11, 18, 32, 0.06);
}
.card,
.feature,
.step,
.testimonial {
  background: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.10);
}
.card-soft {
  background: #fbfcff;
}

/* Header branco (anexo) */
.home-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
  backdrop-filter: none;
}

/* Navbar (inspiração do template) */
body.home .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.88rem;
}
body.home .nav-toggle {
  border-color: rgba(11, 18, 32, 0.14);
  background: rgba(11, 18, 32, 0.03);
}
body.home .nav-toggle-lines,
body.home .nav-toggle-lines::before,
body.home .nav-toggle-lines::after {
  background: rgba(11, 18, 32, 0.82);
}
body.home .nav-list {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(11, 18, 32, 0.12);
}
body.home .nav-link {
  color: rgba(11, 18, 32, 0.86);
  border-bottom-color: rgba(11, 18, 32, 0.08);
}
body.home .nav-link:hover {
  background: rgba(11, 18, 32, 0.04);
}
body.home .nav-link-cta {
  background: rgba(34, 197, 94, 0.12);
  border-bottom: none;
}
.home-nav-actions {
  display: flex;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid rgba(11, 18, 32, 0.08);
}
.home-btn-small {
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  font-weight: 900;
}
.home-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  color: #0b1220;
  background: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.12);
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.06);
}
.home-brand-name {
  color: #0b1220;
}
.home-brand-city {
  color: rgba(11, 18, 32, 0.55);
}

/* Hero (anexo) */
.home-hero {
  position: relative;
  min-height: 520px;
  padding: 5.25rem 0 4.25rem;
  background: radial-gradient(900px 480px at 40% 0%, rgba(44, 140, 255, 0.22), transparent 55%),
    radial-gradient(720px 440px at 80% 10%, rgba(34, 197, 94, 0.16), transparent 55%),
    linear-gradient(180deg, #061227, #081a33 55%, #061227);
  color: rgba(255, 255, 255, 0.92);
  overflow: clip;
  /* Reaplica variáveis do tema escuro só dentro do hero */
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --muted-2: rgba(255, 255, 255, 0.58);
}
.home-hero-inner {
  max-width: 920px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home-pill {
  margin: 0 auto 1rem;
}
.home-hero-title {
  margin: 0.6rem 0 0.9rem;
  font-size: clamp(2rem, 4.4vw + 1rem, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.96);
}
.home-hero-accent {
  color: rgba(44, 140, 255, 0.96);
}
.home-hero-subtitle {
  margin: 0 auto 1.6rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.home-search {
  width: min(920px, 100%);
  margin: 0.2rem auto 0;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  padding: 0.65rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: center;
}
.home-search-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
.home-search-field {
  text-align: left;
  padding: 0.25rem 0.4rem;
}
.home-search-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.62);
  margin: 0 0 0.25rem;
}
.home-search-input {
  width: 100%;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.02);
  color: #0b1220;
  border-radius: 12px;
  padding: 0.75rem 0.75rem;
  font-weight: 700;
}
.home-search-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(44, 140, 255, 0.22);
}
.home-search-btn {
  height: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.95rem 1.2rem;
  font-weight: 900;
  cursor: pointer;
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 16px 38px rgba(79, 70, 229, 0.18);
}
.home-search-btn:hover {
  background: var(--primary-hover);
}
.home-search-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.22), 0 16px 38px rgba(79, 70, 229, 0.18);
}
.home-hero-hint {
  margin-top: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 650;
  font-size: 0.95rem;
}
.home-hero-bg {
  position: absolute;
  inset: -160px -120px auto -120px;
  height: 560px;
  background: radial-gradient(520px 260px at 28% 55%, rgba(44, 140, 255, 0.22), transparent 62%),
    radial-gradient(520px 260px at 72% 55%, rgba(34, 197, 94, 0.14), transparent 64%);
  filter: blur(18px);
  opacity: 0.9;
  pointer-events: none;
}

@media (min-width: 720px) {
  body.home .nav-list {
    background: transparent;
  }
  body.home .nav-link {
    border-bottom: none;
  }
  .home-nav-actions {
    padding: 0;
    border-top: none;
  }
  .home-search-grid {
    grid-template-columns: 0.9fr 1.1fr 1fr;
    gap: 0.75rem;
  }
}

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

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

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.6rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 9999;
}
.skip-link:focus {
  transform: translateY(0);
  outline: none;
  box-shadow: var(--ring);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  backdrop-filter: none;
  background: #ffffff;
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}

/* Override forte para a home: topo branco sólido */
body.home .site-header.home-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(11, 18, 32, 0.08) !important;
  backdrop-filter: none !important;
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, rgba(44, 140, 255, 0.8), rgba(34, 197, 94, 0.55));
  box-shadow: 0 10px 28px rgba(27, 102, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-text {
  display: grid;
  line-height: 1.2;
}
.brand-name {
  font-weight: 700;
  font-size: 0.98rem;
}
.brand-city {
  font-size: 0.86rem;
  color: var(--muted-2);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  background: rgba(11, 18, 32, 0.03);
  color: #0b1220;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.nav-toggle:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}
.nav-toggle-lines {
  width: 18px;
  height: 12px;
  position: relative;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after,
.nav-toggle-lines {
  display: block;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
}
.nav-toggle-lines::before {
  top: 0;
}
.nav-toggle-lines::after {
  bottom: 0;
}
.nav-toggle-lines {
  background: rgba(11, 18, 32, 0.82);
  height: 2px;
  margin-top: 5px;
  border-radius: 999px;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  background: rgba(11, 18, 32, 0.82);
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: calc(var(--header-h) - 6px);
  right: 1rem;
  width: min(92vw, 360px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 18, 32, 0.12);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nav-list.is-open {
  display: grid;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1rem;
  color: rgba(11, 18, 32, 0.86);
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}
.nav-link:hover {
  background: rgba(11, 18, 32, 0.04);
}
.nav-link:focus-visible {
  outline: none;
  box-shadow: inset var(--ring);
}
.nav-link-cta {
  background: rgba(79, 70, 229, 0.10);
  border-bottom: none;
}

/* Sections */
.section {
  padding: 4.25rem 0;
  scroll-margin-top: calc(var(--header-h) + 18px);
}
.section-muted {
  background: #f6f8fc;
  border-top: 1px solid rgba(11, 18, 32, 0.06);
  border-bottom: 1px solid rgba(11, 18, 32, 0.06);
}

.section-head {
  max-width: 720px;
}
.eyebrow {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.section-title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.55rem, 2.4vw + 1rem, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

/* Hero */
.hero {
  position: relative;
  padding-top: 3.25rem;
  overflow: clip;
}
.hero {
  color: #0b1220;
}

/* Se você voltar a usar o bloco .hero em fundo escuro no futuro,
   basta criar uma classe específica (ex.: .hero-dark) para sobrescrever cores. */
.hero-bg {
  position: absolute;
  inset: -120px -60px auto -60px;
  height: 520px;
  background: radial-gradient(500px 260px at 25% 50%, rgba(44, 140, 255, 0.18), transparent 60%),
    radial-gradient(460px 260px at 75% 55%, rgba(34, 197, 94, 0.10), transparent 62%);
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.95;
}

.hero-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.03);
  color: rgba(11, 18, 32, 0.78);
  font-weight: 600;
  font-size: 0.92rem;
}

/* No hero escuro da home, a pill precisa ser clara */
.home-hero .pill {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
}
.pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.hero-title {
  margin: 1rem 0 0.75rem;
  font-size: clamp(2rem, 4.2vw + 1rem, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.text-gradient {
  background: linear-gradient(135deg, #ffffff, rgba(44, 140, 255, 0.92), rgba(34, 197, 94, 0.92));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-subtitle {
  margin: 0 0 1.25rem;
  color: rgba(11, 18, 32, 0.72);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hero-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(11, 18, 32, 0.86);
  font-weight: 600;
}
.hero-trust li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.03);
  color: #0b1220;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease,
    border-color 140ms ease;
  cursor: pointer;
  user-select: none;
}
.btn:hover {
  transform: translateY(-1px);
  background: rgba(79, 70, 229, 0.06);
  border-color: rgba(79, 70, 229, 0.22);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.btn-primary {
  border-color: rgba(79, 70, 229, 0.25);
  background: var(--primary);
  color: #ffffff;
}
.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.18);
}
.btn-ghost {
  background: #ffffff;
  border-color: rgba(79, 70, 229, 0.35);
  color: var(--primary);
}
.btn-lg {
  padding: 1.05rem 1.2rem;
  border-radius: 18px;
}

.btn-whatsapp {
  border-color: rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.12);
}
.wa-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.microcopy {
  margin: 0.8rem 0 0;
  color: rgba(11, 18, 32, 0.62);
  font-size: 0.92rem;
}
.microcopy-invert {
  color: rgba(0, 0, 0, 0.68);
}

/* Alerts (querystring feedback) */
.alert {
  margin: 0 0 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.alert-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
}
.alert-title {
  font-weight: 900;
}
.alert-text {
  color: rgba(11, 18, 32, 0.78);
  font-weight: 650;
}
.alert-close {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.03);
  color: rgba(11, 18, 32, 0.86);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}
.alert-close:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}
.alert-success {
  border-color: rgba(34, 197, 94, 0.25);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.10), rgba(255, 255, 255, 1));
}
.alert-error {
  border-color: rgba(79, 70, 229, 0.18);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(255, 255, 255, 1));
}

/* Forms */
.form {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.85rem;
}
.field {
  display: grid;
  gap: 0.35rem;
}
.label {
  color: rgba(11, 18, 32, 0.82);
  font-weight: 800;
  font-size: 0.92rem;
}
.input,
.textarea,
.select {
  width: 100%;
  padding: 0.95rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  background: rgba(11, 18, 32, 0.02);
  color: rgba(11, 18, 32, 0.92);
  font-weight: 650;
}
.textarea {
  min-height: 120px;
  resize: vertical;
}
.input:focus-visible,
.textarea:focus-visible,
.select:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}
.help {
  margin: 0;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 600;
  font-size: 0.92rem;
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.segmented label {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.02);
  cursor: pointer;
  font-weight: 800;
}
.segmented input {
  accent-color: var(--green);
}

/* Card system */
.card {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1.15rem;
}
.card-soft {
  background: rgba(255, 255, 255, 0.03);
}
.card-title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}
.card-text {
  margin: 0 0 0.85rem;
  color: var(--muted);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.8rem;
}

.mini-list {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
}
.mini-list li {
  margin: 0.35rem 0;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.84);
}
.checklist li {
  display: flex;
  gap: 0.55rem;
}
.icon-badge {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.26);
  flex: 0 0 auto;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
}

.note {
  margin-top: 1rem;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(44, 140, 255, 0.2);
  background: linear-gradient(135deg, rgba(44, 140, 255, 0.12), rgba(34, 197, 94, 0.08));
}
.note-title {
  margin: 0 0 0.25rem;
  font-weight: 800;
}
.note-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

/* Layout utilities */
.grid-2 {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}
.cards-3 {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

/* Hero card */
.hero-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card-top {
  padding: 1.2rem 1.15rem;
}
.hero-card-kicker {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hero-card-title {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.hero-card-text {
  margin: 0;
  color: var(--muted);
}
.hero-card-bottom {
  padding: 1.05rem 1.15rem 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.12);
}
.contact-mini {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.contact-mini-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.contact-mini-label {
  color: var(--muted-2);
  font-weight: 600;
  font-size: 0.92rem;
}
.contact-mini-value {
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Features */
.features {
  margin-top: 1.35rem;
  display: grid;
  gap: 1rem;
}
.feature {
  padding: 1.1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.75rem;
}
.feature-title {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.feature-text {
  margin: 0;
  color: var(--muted);
}

/* Steps */
.steps {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.9rem;
  padding: 1.05rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #071426;
  background: linear-gradient(135deg, rgba(44, 140, 255, 0.95), rgba(34, 197, 94, 0.9));
}
.step-title {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.step-text {
  margin: 0;
  color: var(--muted);
}

/* Testimonials */
.testimonials {
  margin-top: 1.35rem;
  display: grid;
  gap: 1rem;
}
.testimonial {
  margin: 0;
  padding: 1.1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.testimonial-quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.testimonial-meta {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.testimonial-name {
  font-weight: 900;
}
.testimonial-detail {
  color: var(--muted-2);
  font-weight: 600;
  font-size: 0.92rem;
}

/* CTA */
.cta {
  padding: 3.25rem 0;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95), rgba(44, 140, 255, 0.95));
  color: #071426;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.cta-inner {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.cta-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.7rem, 2.8vw + 1rem, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.cta-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.74);
  font-weight: 600;
}
.cta-actions {
  display: grid;
  justify-items: start;
}

/* Footer */
.footer {
  padding: 2.5rem 0 1.65rem;
  background: linear-gradient(180deg, #081a33, #061227);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.footer-inner {
  display: grid;
  gap: 1.25rem;
}
.footer-brand {
  margin: 0 0 0.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.footer-title {
  margin: 0 0 0.35rem;
  font-weight: 900;
}
.footer-muted {
  margin: 0.15rem 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: grid;
  gap: 0.35rem;
}
.footer-small {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
  font-size: 0.9rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-brand,
.footer-title {
  color: rgba(255, 255, 255, 0.92);
}

/* WhatsApp floating button */
.whatsapp-fixo {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 0.95rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.95);
  color: #071426;
  font-weight: 900;
  letter-spacing: -0.01em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.2);
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.whatsapp-fixo:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 54px rgba(34, 197, 94, 0.26);
  filter: brightness(1.02);
}
.whatsapp-fixo:focus-visible {
  outline: none;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.35), 0 22px 54px rgba(34, 197, 94, 0.26);
}
.whatsapp-fixo-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  display: grid;
  place-items: center;
}
.whatsapp-fixo-text {
  display: none;
}

/* Responsive */
@media (min-width: 720px) {
  .nav-toggle {
    display: none;
  }
  .nav-list {
    position: static;
    display: flex;
    width: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    gap: 0.3rem;
  }
  .nav-link {
    border-bottom: none;
    border-radius: 14px;
    padding: 0.65rem 0.85rem;
    color: rgba(255, 255, 255, 0.86);
  }
  .nav-link:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .nav-link-cta {
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.22);
  }
  .nav-link-cta:hover {
    background: rgba(34, 197, 94, 0.18);
  }

  .hero-grid {
    grid-template-columns: 1.25fr 0.9fr;
    gap: 1.25rem;
    align-items: stretch;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
  }
  .footer-inner {
    grid-template-columns: 1.1fr 1fr 1fr;
    align-items: start;
  }
  .whatsapp-fixo-text {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .whatsapp-fixo {
    transition: none;
  }
}
