/* === GramLikes marketing home — paleta Instagram + layout 2026 (escopo: body.rev-mkt-brand) === */
body.rev-mkt-brand {
  /* Paleta inspirada no gradiente Instagram + UI escura moderna */
  --ig-blue: #405de6;
  --ig-indigo: #5851db;
  --ig-violet: #833ab4;
  --ig-plum: #c13584;
  --ig-rose: #e1306c;
  --ig-sunset: #f77737;
  --ig-gold: #fcaf45;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Base alinhada às páginas legais (.rev-legal-prose): leitura longa mais confortável */
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.05rem);
  line-height: 1.75;
  color: #fafafa;
  background-color: #030712;
  background-image:
    radial-gradient(ellipse 130% 92% at 50% -32%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(ellipse 100% 68% at 102% 6%, rgba(168, 85, 247, 0.34), transparent 52%),
    radial-gradient(ellipse 72% 58% at -10% 38%, rgba(56, 189, 248, 0.16), transparent 50%),
    radial-gradient(ellipse 88% 70% at 86% 94%, rgba(236, 72, 153, 0.12), transparent 54%),
    radial-gradient(ellipse 120% 100% at 50% 122%, rgba(0, 0, 0, 0.52), transparent 58%),
    conic-gradient(from 215deg at 74% -6%, rgba(56, 189, 248, 0.08), rgba(129, 140, 248, 0.1), rgba(99, 102, 241, 0.11), transparent 52%),
    linear-gradient(158deg, #020617 0%, #0b1224 22%, #0f172a 46%, #0c1426 70%, #020617 100%);
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Brilho extra fixo (não bloqueia cliques) */
body.rev-mkt-brand::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(closest-side at 18% 22%, rgba(255, 255, 255, 0.06), transparent 62%),
    radial-gradient(closest-side at 88% 18%, rgba(255, 255, 255, 0.045), transparent 58%);
  mix-blend-mode: soft-light;
}

body.rev-mkt-brand h1, body.rev-mkt-brand h2, body.rev-mkt-brand h3, body.rev-mkt-brand h4 {
  color: #fff;
  letter-spacing: -0.02em;
}

body.rev-mkt-brand p {
  color: rgba(250,250,252,.9);
  line-height: 1.72;
}

body.rev-mkt-brand .card { background: transparent; }

body.rev-mkt-brand .how-it-works,
body.rev-mkt-brand .faqs .faq { background: transparent; }

body.rev-mkt-brand .footer,
body.rev-mkt-brand .copyright {
  background: rgba(6, 6, 10, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.1);
}

body.rev-mkt-brand a.white:hover,
body.rev-mkt-brand a:hover { color: #c4b5fd !important; }

/* --- Prosa: medida ideal (≈65ch), alinhamento à esquerda --- */
body.rev-mkt-brand .rev-prose {
  max-width: 62ch;
}
body.rev-mkt-brand .rev-prose--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.rev-mkt-brand .rev-prose--center p {
  text-align: center;
}

body.rev-mkt-brand .rev-lead {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.72;
}

body.rev-mkt-brand .rev-section-head {
  max-width: 48rem;
  margin: 0 auto 2rem;
}

/* --- Topo / hero: sem faixa roxa “chapada” (monoka .header = #5000ca) --- */
body.rev-mkt-brand .header {
  background: transparent !important;
  position: relative;
  overflow: hidden;
}
body.rev-mkt-brand .header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  /* Topo: luz suave + acentos ciano / violeta (referência Instagram) */
  background:
    radial-gradient(ellipse 120% 85% at 50% -35%, rgba(255, 255, 255, 0.055), transparent 58%),
    radial-gradient(ellipse 100% 75% at 50% -22%, rgba(56, 189, 248, 0.11), transparent 55%),
    radial-gradient(ellipse 90% 70% at 102% 8%, rgba(131, 58, 180, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.72) 0%, rgba(10, 10, 14, 0.2) 55%, rgba(10, 10, 14, 0) 82%);
}
body.rev-mkt-brand .header .header-content,
body.rev-mkt-brand .header .container,
body.rev-mkt-brand .header .row {
  position: relative;
  z-index: 1;
}

/* Navbar = mesmo “ar” visual do hero (fundo do body + mesma camada do .header::before) */
body.rev-mkt-brand .navbar.navbar-custom.fixed-top {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.rev-mkt-brand .navbar.navbar-custom.fixed-top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  /* Navbar alinhada ao hero */
  background:
    radial-gradient(ellipse 120% 85% at 50% -35%, rgba(255, 255, 255, 0.05), transparent 58%),
    radial-gradient(ellipse 100% 75% at 50% -22%, rgba(56, 189, 248, 0.11), transparent 55%),
    radial-gradient(ellipse 90% 70% at 102% 8%, rgba(131, 58, 180, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.72) 0%, rgba(10, 10, 14, 0.2) 55%, rgba(10, 10, 14, 0) 82%);
}
body.rev-mkt-brand .navbar.navbar-custom.fixed-top .container {
  position: relative;
  z-index: 2;
}

body.rev-mkt-brand .navbar.navbar-custom.fixed-top .navbar-nav .nav-link {
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 0.99rem);
  font-weight: 600;
}

body.rev-mkt-brand .navbar.navbar-custom.top-nav-collapse::before {
  /* Scroll: fundo um pouco mais fechado */
  background:
    radial-gradient(ellipse 120% 85% at 50% -40%, rgba(255, 255, 255, 0.05), transparent 58%),
    radial-gradient(ellipse 100% 75% at 50% -28%, rgba(99, 102, 241, 0.09), transparent 55%),
    radial-gradient(ellipse 90% 70% at 105% 0%, rgba(131, 58, 180, 0.1), transparent 52%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.88) 0%, rgba(12, 10, 18, 0.42) 78%, rgba(10, 10, 14, 0.1) 100%);
}
body.rev-mkt-brand .navbar.navbar-custom.top-nav-collapse {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18) !important;
}

/* --- Hero --- */
body.rev-mkt-brand .header .header-content {
  padding-bottom: 2.5rem !important;
  padding-top: clamp(4.5rem, 3.5rem + 3vw, 6.25rem);
  background: transparent !important;
}

/* Hero: texto alinhado ao meio da coluna do login (evita bloco “colado” no topo) */
body.rev-mkt-brand .header .header-content .row.text-container {
  align-items: center !important;
}
@media (max-width: 991.98px) {
  body.rev-mkt-brand .header .header-content .row.text-container {
    align-items: flex-start !important;
  }
  /* Colunas empilhadas: afasta o cartão de login do bloco de cima */
  body.rev-mkt-brand .header .form-container.logInForm {
    margin-top: clamp(1.5rem, 1rem + 2.5vw, 2.25rem);
  }
}

body.rev-mkt-brand .header h1 {
  font-size: clamp(1.62rem, 1rem + 2vw, 2.45rem);
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

body.rev-mkt-brand .header .p-large {
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.05rem);
  line-height: 1.75;
  color: rgba(250,250,252,.9);
  margin-bottom: 0;
}

body.rev-mkt-brand .rev-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1rem;
}

body.rev-mkt-brand .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.35rem 0 1.5rem;
}
body.rev-mkt-brand .hero-cta-group .btn-solid-lg,
body.rev-mkt-brand .hero-cta-group .btn-outline-sm {
  margin: 0;
  border-radius: 999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  min-height: 2.85rem;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Outline no hero/catálogo: contraste no fundo roxo (evita #5000ca “sumindo”) */
body.rev-mkt-brand .hero-cta-group .btn-outline-sm,
body.rev-mkt-brand #precos-destaque .btn-outline-sm.page-scroll {
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  min-height: 2.85rem;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
body.rev-mkt-brand .hero-cta-group .btn-outline-sm:hover,
body.rev-mkt-brand #precos-destaque .btn-outline-sm.page-scroll:hover {
  background: rgba(225, 48, 108, 0.28) !important;
  border-color: rgba(255, 255, 255, 1) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

body.rev-mkt-brand ul.trust-strip {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem 0.75rem;
}
body.rev-mkt-brand ul.trust-strip li {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(250,250,252,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
}

/* Cartão login */
body.rev-mkt-brand .form-container.logInForm {
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  padding: 1.25rem 1.35rem 1.5rem;
}
body.rev-mkt-brand .form-container.logInForm .form-control {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.15);
  color: #fff;
}
body.rev-mkt-brand .form-container.logInForm .form-control::placeholder {
  color: rgba(255,255,255,.55);
}

body.rev-mkt-brand .form-control-submit-button {
  border-radius: 12px !important;
}

body.rev-mkt-brand .header .btn-solid-lg {
  border-radius: 999px;
}

/* CTAs — gradiente inspirado no Instagram */
body.rev-mkt-brand .header .hero-cta-group .btn-solid-lg,
body.rev-mkt-brand .header .form-container.logInForm .btn-solid-lg {
  border: none !important;
  background: linear-gradient(115deg, #5851db, #833ab4, #c13584, #e1306c, #f77737) !important;
  background-size: 200% 200%;
  color: #fff !important;
  box-shadow: 0 12px 36px rgba(225, 48, 108, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.35s ease;
}
body.rev-mkt-brand .header .hero-cta-group .btn-solid-lg:hover,
body.rev-mkt-brand .header .form-container.logInForm .btn-solid-lg:hover {
  background-position: 100% 50% !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 44px rgba(131, 58, 180, 0.38);
}
body.rev-mkt-brand .subscriber .form-control-submit-button.btn-submit {
  border: none !important;
  border-radius: 14px !important;
  width: 100%;
  max-width: 22rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(115deg, #5851db, #833ab4, #c13584, #e1306c, #f77737) !important;
  background-size: 200% 200%;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(225, 48, 108, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.35s ease;
}
body.rev-mkt-brand .subscriber .form-control-submit-button.btn-submit:hover {
  background-position: 100% 50% !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(131, 58, 180, 0.28);
}
body.rev-mkt-brand .navbar .rev-mkt-nav-signup.btn-outline-sm {
  background: linear-gradient(115deg, #5851db, #833ab4, #e1306c) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 26px rgba(225, 48, 108, 0.28);
  border-radius: 999px !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  min-height: 2.85rem;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  text-transform: none;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
}
body.rev-mkt-brand .navbar .rev-mkt-nav-signup.btn-outline-sm:hover {
  filter: brightness(1.06);
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(131, 58, 180, 0.35);
}

/* Logo do header público (/services): mesmo tamanho da homepage (general_page.css usa 50px) */
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar-brand img.site-logo,
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar-brand.logo-image img {
  height: 40px !important;
  width: auto !important;
  max-width: min(220px, 70vw) !important;
  object-fit: contain;
  display: block;
}

/* --- Faixa de números --- */
body.rev-mkt-brand .trust-numbers {
  padding: 2rem 0 2.25rem;
  background: transparent;
}
body.rev-mkt-brand .trust-numbers .container {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  padding: 1.35rem 1rem;
}
body.rev-mkt-brand .trust-numbers .stat strong {
  display: block;
  font-size: clamp(1.18rem, 0.95rem + 0.85vw, 1.48rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
body.rev-mkt-brand .trust-numbers .stat span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(250,250,252,.85);
}

/* --- Seções: ritmo vertical --- */
body.rev-mkt-brand .social-icon {
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}

body.rev-mkt-brand #como-funciona.rev-steps,
body.rev-mkt-brand #precos-destaque,
body.rev-mkt-brand #diferenciais,
body.rev-mkt-brand #sobre,
body.rev-mkt-brand #faq,
body.rev-mkt-brand .subscriber {
  padding-top: clamp(2.75rem, 2rem + 3vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 2rem + 3vw, 4.5rem);
}

body.rev-mkt-brand #como-funciona.rev-steps {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent);
}

body.rev-mkt-brand #precos-destaque {
  background: rgba(0,0,0,.12);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

body.rev-mkt-brand #diferenciais {
  background: transparent;
}

body.rev-mkt-brand #sobre {
  border-top: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 42%, rgba(0,0,0,.08));
}

body.rev-mkt-brand #sobre .rev-about-panel {
  position: relative;
  background: rgba(255,255,255,.09);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  padding: clamp(1.35rem, 1rem + 1.5vw, 2rem);
  box-shadow: 0 26px 70px rgba(0,0,0,.26);
  overflow: hidden;
}
body.rev-mkt-brand #sobre .rev-about-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f58529, #e1306c, #833ab4, #5851db);
  opacity: 0.95;
}
body.rev-mkt-brand #sobre .rev-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0.85rem;
  padding: 0.3rem 0.75rem;
  width: fit-content;
  max-width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
}
body.rev-mkt-brand #sobre .rev-about-title {
  margin: 0 0 1rem;
  font-size: clamp(1.22rem, 0.98rem + 1.05vw, 1.72rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
body.rev-mkt-brand #sobre .rev-about-prose p {
  line-height: 1.68;
  margin: 0 0 1rem;
  max-width: 62ch;
  color: rgba(250,250,252,.9);
}
body.rev-mkt-brand #sobre .rev-about-prose p:last-child {
  margin-bottom: 0;
}
body.rev-mkt-brand #sobre .rev-about-facts {
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
}
body.rev-mkt-brand #sobre .rev-about-facts li {
  margin: 0;
  list-style: none;
  padding: 0.75rem 0.85rem;
  line-height: 1.45;
  font-size: 0.9375rem;
  color: rgba(250,250,252,.92);
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  border-bottom: none;
}
body.rev-mkt-brand #sobre .rev-about-facts li strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,.72);
  margin-bottom: 0.25rem;
  font-weight: 700;
}

body.rev-mkt-brand #sobre .rev-about-visual {
  border-radius: 22px;
  padding: 0.65rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
body.rev-mkt-brand #sobre .rev-about-visual img {
  border-radius: 16px;
}

body.rev-mkt-brand #faq {
  border-top: 1px solid rgba(255,255,255,.06);
}

/* Passos */
body.rev-mkt-brand .rev-steps ol.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
body.rev-mkt-brand .rev-steps ol.steps > li {
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 40px rgba(0,0,0,.14);
}
body.rev-mkt-brand .rev-steps ol.steps h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
body.rev-mkt-brand .rev-steps ol.steps p {
  margin: 0;
  max-width: 72ch;
  line-height: 1.72;
  color: rgba(250,250,252,.88);
}

body.rev-mkt-brand .h2-heading {
  font-size: clamp(1.22rem, 1rem + 0.95vw, 1.68rem);
  line-height: 1.22;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

/* Catálogo / tabela */
body.rev-mkt-brand .rev-table-wrap {
  margin-top: 1.25rem;
  padding: 0.6rem;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
body.rev-mkt-brand .services-preview {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
  margin: 0;
}
body.rev-mkt-brand .services-preview caption {
  caption-side: bottom;
  text-align: left;
  padding: 0.75rem 0.35rem 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(250,250,252,.78);
}
body.rev-mkt-brand .services-preview thead th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: rgba(250,250,252,.88);
  background: rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.14);
  padding: 0.65rem 0.75rem;
}
body.rev-mkt-brand .services-preview tbody td {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0.7rem 0.75rem;
  vertical-align: top;
  line-height: 1.45;
}
body.rev-mkt-brand .services-preview tbody tr:nth-child(even) td {
  background: rgba(255,255,255,.03);
}
body.rev-mkt-brand .services-preview th:first-child,
body.rev-mkt-brand .services-preview td:first-child { border-left: none; }
body.rev-mkt-brand .services-preview th:last-child,
body.rev-mkt-brand .services-preview td:last-child { border-right: none; }

/* Diferenciais */
body.rev-mkt-brand .rev-features article {
  margin-bottom: 1.35rem;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
body.rev-mkt-brand .rev-features article h3 {
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
}
body.rev-mkt-brand .rev-features article p {
  margin: 0;
  line-height: 1.72;
  color: rgba(250,250,252,.88);
}

/* FAQ */
body.rev-mkt-brand .home-faq-details .header-desc {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.72;
  color: rgba(250,250,252,.86);
}
body.rev-mkt-brand .home-faq-details details {
  border-radius: 14px;
  margin-bottom: 0.65rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  padding: 0.35rem 1rem;
}
body.rev-mkt-brand .home-faq-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}
body.rev-mkt-brand .home-faq-details summary::-webkit-details-marker { display: none; }
body.rev-mkt-brand .home-faq-details summary:focus-visible { outline: 2px solid rgba(255,255,255,.65); outline-offset: 3px; border-radius: 12px; }

body.rev-mkt-brand .home-faq-details summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
body.rev-mkt-brand .home-faq-details details[open] summary::after { content: "−"; }
body.rev-mkt-brand .home-faq-details .rev-faq-q {
  font-size: clamp(0.98rem, 0.94rem + 0.18vw, 1.05rem);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-align: left;
}
body.rev-mkt-brand .home-faq-details .faq-block__body-description {
  padding: 0 0 0.85rem 0;
  border-radius: 5px;
}
body.rev-mkt-brand .home-faq-details .faq-block__body-description p {
  margin: 0;
  line-height: 1.72;
  max-width: 72ch;
  color: rgba(250, 250, 252, .88);
  padding: 5px;
}

body.rev-mkt-brand .bgdark {
  background: rgba(0,0,0,.18) !important;
  border-radius: 10px;
  padding: 0.75rem 0.25rem;
}

/* Newsletter — sobrescreve margens largas do monoka.css em .subscriber h2 / form */
body.rev-mkt-brand .subscriber .text-container.rev-nl-card {
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  max-width: min(52rem, calc(100vw - 2rem));
  margin: 0 auto !important;
  padding: clamp(1.6rem, 1.15rem + 2vw, 2.5rem) clamp(1.1rem, 0.7rem + 1.6vw, 2rem) !important;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background:
    radial-gradient(680px 220px at 10% 0%, rgba(99, 102, 241, 0.09), transparent 58%),
    radial-gradient(520px 200px at 94% 8%, rgba(131, 58, 180, 0.1), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 52%, #f4f3f7 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  isolation: isolate;
}
body.rev-mkt-brand .subscriber .text-container.rev-nl-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #f58529, #e1306c, #833ab4, #5851db);
  z-index: 1;
}
body.rev-mkt-brand .subscriber .rev-nl-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0.85rem;
  padding: 0.35rem 0.9rem;
  width: fit-content;
  max-width: 100%;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #833ab4;
  background: rgba(131, 58, 180, 0.08);
  border: 1px solid rgba(131, 58, 180, 0.16);
  border-radius: 999px;
  text-align: center;
}
body.rev-mkt-brand .subscriber h2.rev-nl-title,
body.rev-mkt-brand .subscriber .rev-nl-title {
  color: #0f0f12 !important;
  margin: 0 auto 0.85rem !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(1.28rem, 1rem + 1.4vw, 1.95rem);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}
body.rev-mkt-brand .subscriber .rev-nl-title .rev-nl-title-line1 {
  display: block;
}
body.rev-mkt-brand .subscriber .rev-nl-title .rev-nl-title-line2 {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.94em;
  font-weight: 700;
  color: rgba(15, 15, 18, 0.55);
  letter-spacing: -0.01em;
}
body.rev-mkt-brand .subscriber .rev-nl-desc {
  margin: 0 auto 1.35rem;
  max-width: 52rem;
  line-height: 1.65;
  font-size: clamp(0.98rem, 0.92rem + 0.25vw, 1.06rem);
  color: rgba(15, 15, 18, 0.68);
  text-align: center;
}
body.rev-mkt-brand .subscriber .rev-nl-card form {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
body.rev-mkt-brand .subscriber .form-control-input {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
body.rev-mkt-brand .rev-nl-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  line-height: 1.55;
  font-size: 0.9rem;
  color: rgba(15, 15, 18, 0.72);
  margin-top: 0.35rem;
  text-align: left;
}
body.rev-mkt-brand .rev-nl-consent-input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
}
body.rev-mkt-brand .rev-nl-consent a {
  color: #833ab4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.rev-mkt-brand .rev-nl-consent a:hover {
  color: #e1306c !important;
}

/* util */
body.rev-mkt-brand .footer .footer-col h4 {
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: clamp(0.82rem, 0.78rem + 0.14vw, 0.9rem) !important;
  line-height: 1.25 !important;
}
body.rev-mkt-brand .footer .p-small {
  font-size: clamp(0.86rem, 0.82rem + 0.14vw, 0.93rem) !important;
  line-height: 1.55 !important;
  color: rgba(250,250,252,.88);
}

@media (max-width: 991px) {
  body.rev-mkt-brand ul.trust-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  body.rev-mkt-brand * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/* --- Páginas de auth (sign-up-form): cartão + tipografia no mesmo “mundo” da home --- */
body.rev-mkt-brand .sign-up-form {
  min-height: 100vh;
  box-sizing: border-box;
  padding: clamp(4.25rem, 3rem + 4vw, 5.75rem) 0 clamp(2rem, 1rem + 2vw, 3rem);
  background: transparent;
}
body.rev-mkt-brand .sign-up-form h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
body.rev-mkt-brand .sign-up-form > .container > .row > .col-lg-12 > p {
  color: rgba(250, 250, 252, 0.88);
  text-align: center;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
body.rev-mkt-brand .sign-up-form .form-container {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
}
body.rev-mkt-brand .sign-up-form .form-container .form-control-input,
body.rev-mkt-brand .sign-up-form .form-container .form-control-select,
body.rev-mkt-brand .sign-up-form .form-container select.form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(0, 0, 0, 0.15) !important;
  color: #fff !important;
}
body.rev-mkt-brand .sign-up-form .form-container .label-control {
  color: rgba(255, 255, 255, 0.78);
}
body.rev-mkt-brand .sign-up-form .text-muted {
  color: rgba(250, 250, 252, 0.55) !important;
}
body.rev-mkt-brand .sign-up-form .text-muted a,
body.rev-mkt-brand .sign-up-form a {
  color: #c4b5fd !important;
  font-weight: 600;
}
body.rev-mkt-brand .sign-up-form .text-muted a:hover,
body.rev-mkt-brand .sign-up-form a:hover {
  color: #fff !important;
}
body.rev-mkt-brand .sign-up-form .custom-control-label {
  color: rgba(250, 250, 252, 0.9);
}
body.rev-mkt-brand .sign-up-form .custom-control-label a {
  color: #c4b5fd !important;
}
body.rev-mkt-brand .sign-up-form .form-control-submit-button.btn-submit {
  border: none !important;
  border-radius: 14px !important;
  height: auto !important;
  min-height: 3rem;
  padding: 0.95rem 1rem !important;
  background: linear-gradient(115deg, #5851db, #833ab4, #c13584, #e1306c, #f77737) !important;
  background-size: 200% 200%;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(225, 48, 108, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.35s ease;
}
body.rev-mkt-brand .sign-up-form .form-control-submit-button.btn-submit:hover {
  background-position: 100% 50% !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(131, 58, 180, 0.28);
}
body.rev-mkt-brand .sign-up-form .form-footer {
  text-align: center;
  margin-top: 1.25rem;
}
body.rev-mkt-brand .sign-up-form .form-footer .btn {
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  border: none;
  background: linear-gradient(115deg, #5851db, #833ab4, #e1306c) !important;
  color: #fff !important;
}

/* --- general_page (services, FAQ, termos): mesmo “mundo” visual da home (fundo + vidro) --- */
body.rev-mkt-brand.rev-mkt-public-wrap .page,
body.rev-mkt-brand.rev-mkt-public-wrap .page-main {
  background: transparent !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .page-main .container {
  position: relative;
  z-index: 1;
}

/* Header (layout general_page): igual à home — transparente, sem “faixa” */
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav.header {
  background: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Monoka .header { background: #5000ca } — neutraliza no nav fixo */
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav.header .navbar {
  background: transparent !important;
}

body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar .navbar-nav .nav-link:hover,
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar .navbar-nav .active > .nav-link {
  color: #ffffff !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .navbar .navbar-toggler {
  color: #fff !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-login {
  font-weight: 600;
  text-transform: none;
  color: rgba(255, 255, 255, 0.95) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-login:hover {
  color: #c4b5fd !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-outline-primary.sign-up,
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-outline-primary.btn-statistics {
  border: none !important;
  background: linear-gradient(115deg, #5851db, #833ab4, #e1306c) !important;
  color: #fff !important;
  box-shadow: 0 8px 26px rgba(225, 48, 108, 0.28);
}
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-outline-primary.sign-up:hover,
body.rev-mkt-brand.rev-mkt-public-wrap #headerNav .btn-outline-primary.btn-statistics:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

/* Título / filtros do catálogo */
body.rev-mkt-brand.rev-mkt-public-wrap section.page-title h1.page-title,
body.rev-mkt-brand.rev-mkt-public-wrap section.page-title .page-title {
  color: #fff !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap section.page-title .fe {
  color: rgba(255, 255, 255, 0.85);
}
body.rev-mkt-brand.rev-mkt-public-wrap .btn-list .btn.round.btn-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: rgba(250, 250, 252, 0.95) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .form-control {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .form-control:focus {
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 0 0 0.15rem rgba(131, 58, 180, 0.25);
}

/* Cards + tabelas (catálogo services) */
body.rev-mkt-brand.rev-mkt-public-wrap .card {
  background: rgba(255, 255, 255, 0.07) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  margin-bottom: 1.25rem;
}
body.rev-mkt-brand.rev-mkt-public-wrap .card-header {
  background: rgba(0, 0, 0, 0.14) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .card-title {
  color: #fff !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .card-options a {
  color: rgba(255, 255, 255, 0.75) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table-responsive {
  border-radius: 0 0 14px 14px;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table {
  color: rgba(250, 250, 252, 0.92) !important;
  background: transparent !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table thead th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: rgba(250, 250, 252, 0.92) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table tbody td {
  border-color: rgba(255, 255, 255, 0.08) !important;
  vertical-align: middle;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table .text-muted {
  color: rgba(250, 250, 252, 0.62) !important;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table .title {
  color: rgba(250, 250, 252, 0.96);
}

/* Botões “View” / links dentro da tabela */
body.rev-mkt-brand.rev-mkt-public-wrap .table a.btn,
body.rev-mkt-brand.rev-mkt-public-wrap .table .btn {
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(115deg, #5851db, #833ab4, #e1306c) !important;
  color: #fff !important;
  font-weight: 700;
}
body.rev-mkt-brand.rev-mkt-public-wrap .table a.btn:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

/* FAQ / termos / texto corrido em general_page */
body.rev-mkt-brand.rev-mkt-public-wrap .card-body,
body.rev-mkt-brand.rev-mkt-public-wrap .card-body p,
body.rev-mkt-brand.rev-mkt-public-wrap .card-body li {
  color: rgba(250, 250, 252, 0.9);
}
body.rev-mkt-brand.rev-mkt-public-wrap .card-body a {
  color: #c4b5fd !important;
}

/* Rodapé: hovers iguais à home */
body.rev-mkt-brand.rev-mkt-public-wrap .footer a.white:hover,
body.rev-mkt-brand.rev-mkt-public-wrap .copyright a:hover {
  color: #c4b5fd !important;
}


body.rev-mkt-brand.rev-mkt-public-wrap .data-empty .title {
  color: rgba(250, 250, 252, 0.92);
}
body.rev-mkt-brand.rev-mkt-public-wrap .data-empty .content img {
  opacity: 0.92;
}


/* =============================================================================
   Rodapé marketing (revenda_footer_marketing): UX + boas práticas Google
   - Um <footer> semântico, <nav> por bloco, <address> para contato
   - Links legais repetidos na faixa inferior (crawl + clareza)
   - Contraste, foco visível, alvos de toque nas redes
   ============================================================================= */
body.rev-mkt-brand footer.footer.rev-mkt-site-footer {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: clamp(1.5rem, 0.75rem + 2vw, 2.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse 120% 90% at 50% 0%, rgba(99, 102, 241, 0.09), transparent 55%),
    radial-gradient(ellipse 90% 70% at 100% 20%, rgba(131, 58, 180, 0.12), transparent 52%),
    rgba(6, 6, 10, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.35);
  /* Base do rodapé: alinhado às páginas legais (leitura compacta) */
  font-size: clamp(0.88rem, 0.84rem + 0.16vw, 0.95rem);
  line-height: 1.55;
}

/* Monoka define h4 grande (1.375rem): neutraliza só dentro do footer marketing */
body.rev-mkt-brand footer.footer.rev-mkt-site-footer h4 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(0.82rem, 0.78rem + 0.14vw, 0.9rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

body.rev-mkt-brand footer.footer.rev-mkt-site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #5851db, #833ab4, #c13584, #e1306c, #f77737);
  opacity: 0.95;
  pointer-events: none;
}

body.rev-mkt-brand .rev-mkt-site-footer__inner {
  padding-top: clamp(2.25rem, 1.75rem + 1.5vw, 3.25rem);
  padding-bottom: clamp(1.25rem, 0.75rem + 1vw, 2rem);
}

body.rev-mkt-brand .rev-mkt-site-footer__cols {
  row-gap: clamp(1.35rem, 1rem + 1.2vw, 2.25rem);
}

body.rev-mkt-brand .rev-mkt-footer-col {
  height: 100%;
}

body.rev-mkt-brand .rev-mkt-footer-heading {
  margin-top: 0.1rem;
  margin-bottom: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(0.82rem, 0.78rem + 0.14vw, 0.9rem);
  color: #fff;
}

body.rev-mkt-brand .rev-mkt-footer-heading::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  border-radius: 999px;
  margin-top: 0.65rem;
  background: linear-gradient(90deg, #5851db, #833ab4, #e1306c, #f77737);
  opacity: 0.95;
}

body.rev-mkt-brand .rev-mkt-footer-lead {
  margin: 0 0 0.85rem;
  max-width: 34rem;
}

body.rev-mkt-brand .rev-mkt-footer-company-meta {
  margin: 0 0 0.65rem;
  max-width: 34rem;
  color: rgba(250, 250, 252, 0.9);
  line-height: 1.55;
  font-size: clamp(0.82rem, 0.78rem + 0.14vw, 0.9rem);
}

body.rev-mkt-brand .rev-mkt-footer-disclaimer {
  margin: 0 0 0.35rem;
  max-width: 36rem;
  color: rgba(250, 250, 252, 0.72);
  line-height: 1.5;
  font-size: clamp(0.78rem, 0.74rem + 0.12vw, 0.86rem);
}

body.rev-mkt-brand .rev-mkt-footer-brand-title {
  text-decoration: none !important;
  color: #fff !important;
}

body.rev-mkt-brand .rev-mkt-footer-brand-title:hover {
  color: #c4b5fd !important;
}

body.rev-mkt-brand .rev-mkt-footer-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

body.rev-mkt-brand a.rev-mkt-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.35rem 0.55rem;
  margin-left: -0.55rem;
  border-radius: 12px;
  text-decoration: none !important;
  color: rgba(250, 250, 252, 0.92) !important;
  font-size: clamp(0.86rem, 0.82rem + 0.14vw, 0.93rem);
  font-weight: 600;
  line-height: 1.4;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.rev-mkt-brand a.rev-mkt-footer-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
}

body.rev-mkt-brand a.rev-mkt-footer-link:focus-visible {
  outline: 2px solid rgba(252, 184, 156, 0.95);
  outline-offset: 2px;
}

body.rev-mkt-brand a.rev-mkt-footer-link--tight {
  padding: 0.15rem 0.35rem;
  margin-left: -0.35rem;
}

body.rev-mkt-brand .rev-mkt-footer-address {
  margin: 0;
  font-style: normal;
}

body.rev-mkt-brand .rev-mkt-footer-contact {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

body.rev-mkt-brand .rev-mkt-footer-contact__item {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  column-gap: 0.75rem;
  align-items: start;
}

body.rev-mkt-brand .rev-mkt-footer-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.12rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
}

body.rev-mkt-brand .rev-mkt-footer-contact__body {
  min-width: 0;
}

body.rev-mkt-brand .rev-mkt-footer-contact__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(250, 250, 252, 0.55);
  margin-bottom: 0.2rem;
}

body.rev-mkt-brand .rev-mkt-footer-contact__text {
  margin: 0;
  color: rgba(250, 250, 252, 0.9);
  line-height: 1.55;
  font-size: clamp(0.86rem, 0.82rem + 0.14vw, 0.93rem);
}

body.rev-mkt-brand .copyright.rev-mkt-site-footer__bottom {
  padding-top: clamp(1rem, 0.75rem + 0.75vw, 1.35rem);
  padding-bottom: clamp(1.25rem, 1rem + 0.75vw, 2rem);
  margin-top: 0;
  background: rgba(3, 3, 6, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: inherit;
}

body.rev-mkt-brand .rev-mkt-site-footer__bottom-row {
  row-gap: 0.75rem;
}

body.rev-mkt-brand .rev-mkt-footer-meta {
  margin: 0;
  color: rgba(250, 250, 252, 0.92);
  line-height: 1.5;
  font-size: clamp(0.8rem, 0.76rem + 0.12vw, 0.86rem);
}

body.rev-mkt-brand footer.footer.rev-mkt-site-footer p.rev-mkt-footer-meta.small {
  font-size: clamp(0.8rem, 0.76rem + 0.12vw, 0.86rem) !important;
}

body.rev-mkt-brand .rev-mkt-footer-copy {
  font-weight: 600;
}

body.rev-mkt-brand .rev-mkt-footer-dot {
  opacity: 0.55;
  padding: 0 0.15rem;
}

body.rev-mkt-brand .rev-mkt-footer-legal-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: clamp(0.8rem, 0.76rem + 0.12vw, 0.86rem);
  line-height: 1.45;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.rev-mkt-brand .rev-mkt-footer-bottom-copy {
  max-width: 52rem;
}

@media (min-width: 992px) {
  body.rev-mkt-brand .rev-mkt-footer-bottom-copy {
    margin-right: auto;
  }
}

body.rev-mkt-brand .rev-mkt-footer-legal-mini a.white {
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.15rem 0.35rem;
}

body.rev-mkt-brand .rev-mkt-footer-legal-mini a.white:hover {
  color: #c4b5fd !important;
}

body.rev-mkt-brand .rev-mkt-footer-legal-mini a.white:focus-visible {
  outline: 2px solid rgba(252, 184, 156, 0.95);
  outline-offset: 2px;
}

@media (min-width: 992px) {
  body.rev-mkt-brand .rev-mkt-footer-legal-mini {
    justify-content: flex-start;
  }
}


body.rev-mkt-brand .rev-mkt-footer-social.list-unstyled {
  margin: 0;
  padding: 0;
}
body.rev-mkt-brand .rev-mkt-footer-social .social-icon {
  display: inline-flex;
}
body.rev-mkt-brand .rev-mkt-footer-social {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

body.rev-mkt-brand .rev-mkt-footer-social .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 14px;
  text-decoration: none !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, filter 0.18s ease;
}

body.rev-mkt-brand .rev-mkt-footer-social .social-icon a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  filter: brightness(1.05);
}

body.rev-mkt-brand .rev-mkt-footer-social .social-icon a:focus-visible {
  outline: 2px solid rgba(252, 184, 156, 0.95);
  outline-offset: 3px;
}

body.rev-mkt-brand .rev-mkt-footer-social .social-icon i {
  font-size: 1.05rem;
  line-height: 1;
}


/* --- Termos / Privacidade (página pública /terms) --- */
body.rev-mkt-brand .rev-legal-prose {
  max-width: 52rem;
  margin: 0 auto;
  color: rgba(250, 250, 252, 0.92);
  line-height: 1.75;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.05rem);
}
body.rev-mkt-brand .rev-legal-prose h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem);
  color: #fff;
}
body.rev-mkt-brand .rev-legal-prose p,
body.rev-mkt-brand .rev-legal-prose li {
  color: rgba(250, 250, 252, 0.9);
}
body.rev-mkt-brand .rev-legal-prose ul {
  padding-left: 1.15rem;
}
body.rev-mkt-brand .rev-legal-prose a {
  color: #c4b5fd !important;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.rev-mkt-brand .rev-legal-prose a:hover {
  color: #fff !important;
}
body.rev-mkt-brand .rev-legal-kicker {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid rgba(225, 48, 108, 0.85);
}


/* --- Legal pages: shell, hero, card, tables --- */
body.rev-mkt-brand .rev-legal-page {
  padding-top: 0.35rem;
  padding-bottom: 2.75rem;
}

body.rev-mkt-brand .rev-legal-shell {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

body.rev-mkt-brand .rev-legal-hero h1 {
  margin-bottom: 0.35rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(1.45rem, 1.15rem + 1.1vw, 2rem);
  color: #fff;
}

body.rev-mkt-brand .rev-legal-hero__rule {
  position: relative;
  width: min(300px, 100%);
  height: 5px;
  border-radius: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  overflow: visible;
}

body.rev-mkt-brand .rev-legal-hero__knob {
  position: absolute;
  left: 0;
  top: -2.7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8952fa;
  animation: revLegalKnobX 6s linear infinite alternate;
}

@keyframes revLegalKnobX {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 10px);
  }
}

body.rev-mkt-brand .rev-legal-hero--cookies .rev-legal-hero__rule {
  width: min(175px, 100%);
  background: linear-gradient(45deg, #eca28d, #f98c6b);
}

body.rev-mkt-brand .rev-legal-hero--cookies .rev-legal-hero__knob {
  background: #fa6d7e;
  animation-duration: 4s;
}

body.rev-mkt-brand .rev-legal-card {
  border-radius: 18px;
  padding: clamp(1rem, 1.1rem + 1vw, 1.85rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

body.rev-mkt-brand .rev-legal-body {
  padding-top: 0.1rem;
}

body.rev-mkt-brand .rev-legal-prose--dense {
  line-height: 1.66;
}

body.rev-mkt-brand .rev-legal-tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.85rem 0 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

body.rev-mkt-brand .rev-legal-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

body.rev-mkt-brand .rev-legal-table th,
body.rev-mkt-brand .rev-legal-table td {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

body.rev-mkt-brand .rev-legal-table th {
  text-align: left;
  color: #fff;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.28);
}

body.rev-mkt-brand .rev-legal-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 576px) {
  body.rev-mkt-brand .rev-legal-table {
    min-width: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.rev-mkt-brand .rev-legal-hero__knob {
    animation: none;
    left: 0;
  }
}
