.elementor-15 .elementor-element.elementor-element-4c6c641{--display:flex;}.elementor-15 .elementor-element.elementor-element-6676ff5{--display:flex;}.elementor-15 .elementor-element.elementor-element-46cf36e{--display:flex;}.elementor-15 .elementor-element.elementor-element-46cf36e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-15 .elementor-element.elementor-element-544b461{--display:flex;}.elementor-15 .elementor-element.elementor-element-86cd8db{--display:flex;}.elementor-15 .elementor-element.elementor-element-86fc976{--display:flex;}.elementor-15 .elementor-element.elementor-element-86fc976.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-15 .elementor-element.elementor-element-43c0a37{--display:flex;}.elementor-15 .elementor-element.elementor-element-e712599{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-46cf36e{--width:559px;}.elementor-15 .elementor-element.elementor-element-86fc976{--width:384px;}}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-46cf36e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-78d1197 *//* HEADER FIXO DA LANDING */
.movia-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.movia-header-inner {
  max-width: var(--movia-max-width);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* LOGO (imagem pequena + texto) */
.movia-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* “caixinha” da logo pequena */
.movia-logo-icon {
  height: 48px;          /* tamanho pequeno da logo */
  display: flex;
  align-items: center;
}

.movia-logo-icon img {
  height: 100%;
  width: auto;
  display: block;
}

/* texto Movia / media creators */
.movia-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.movia-logo-name {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
}

.movia-logo-sub {
  font-size: 11px;
  text-transform: lowercase;
  color: var(--movia-muted);
}

/* MENU DESKTOP */
.movia-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.movia-nav a {
  text-decoration: none;
  color: var(--movia-muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.movia-nav a:hover {
  color: var(--movia-text);
  transform: translateY(-1px);
}

.movia-nav-cta {
  padding: 8px 16px;
  border-radius: var(--movia-radius-pill);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* BOTÃO MENU MOBILE */
.movia-nav-toggle {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--movia-border);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.movia-nav-toggle span {
  width: 16px;
  height: 1.6px;
  background: #111111;
  border-radius: 999px;
}

/* VERSÃO MOBILE */
@media (max-width: 768px) {
  .movia-header-inner {
    padding-inline: 16px;
  }

  .movia-nav-toggle {
    display: inline-flex;
  }

  .movia-nav {
    position: fixed;
    inset: 60px 16px auto 16px;
    background: #ffffff;
    border-radius: var(--movia-radius-lg);
    padding: 16px 14px;
    box-shadow: var(--movia-shadow-soft);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .movia-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .movia-nav-cta {
    align-self: stretch;
    text-align: center;
  }

  .movia-logo-icon {
    height: 42px; /* ainda menor no mobile */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae11fb9 *//* ---------- HERO GERAL ---------- */

.movia-hero {
  padding: 80px 20px 80px;
}

.movia-hero-inner {
  max-width: var(--movia-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

/* ---------- TÍTULO MAIS MODERNO ---------- */

.movia-hero-title {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}

.movia-hero-title .highlight {
  color: #111; /* deixa o texto escuro para contraste perfeito */
  font-weight: 800;

  background: linear-gradient(
    to bottom,
    transparent 55%,
    var(--movia-yellow) 55%
  );
  padding: 0 4px;
}


/* ---------- EYEBROW ---------- */

.movia-hero-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--movia-muted);
  margin-bottom: 14px;
}

/* ---------- SUBTÍTULO ---------- */

.movia-hero-subtitle {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--movia-muted);
  margin-bottom: 30px;
}

/* ---------- BOTÕES ---------- */

.movia-btn-large {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
}

.movia-btn-primary {
  background: #111;
  color: #fff;
  border-radius: var(--movia-radius-pill);
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}

.movia-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}

.movia-btn-secondary {
  background: var(--movia-yellow);
  color: #111;
  border-radius: var(--movia-radius-pill);
}

.movia-btn-secondary:hover {
  transform: translateY(-3px);
}

/* BOTÕES alinhados */
.movia-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

/* ---------- BADGES (REFINADOS) ---------- */

.movia-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.movia-hero-badges span {
  background: #fff;
  border: 1px solid var(--movia-border);
  padding: 8px 14px;
  border-radius: var(--movia-radius-pill);
  font-size: 13px;
  color: var(--movia-text);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.movia-hero-badges span:hover {
  transform: translateY(-3px);
}

/* ---------- CARD LATERAL ---------- */

.movia-hero-card {
  background: #ffffff;
  border-radius: var(--movia-radius-lg);
  padding: 30px 26px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.movia-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.12);
}

.movia-hero-card-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--movia-muted);
  margin-bottom: 16px;
}

/* bullets mais sofisticados */
.movia-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.movia-hero-card li {
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  color: #222;
}

.movia-hero-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--movia-yellow);
  position: absolute;
  left: 0;
  top: 6px;
  box-shadow: 0 0 6px rgba(255,222,89,0.6);
}

/* Garantir ordem no mobile */
@media (max-width: 960px) {
  .movia-hero-card {
    order: 2;
  }
}

/* ---------- RESPONSIVIDADE ---------- */

@media (max-width: 960px) {

  .movia-hero-inner {
    grid-template-columns: 1fr;
  }

  /* ❗ Agora o card vem abaixo do conteúdo */
  .movia-hero-card {
    order: 2; /* garante que fica depois */
  }

  .movia-hero-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {

  .movia-hero {
    padding-top: 60px;
  }

  .movia-hero-title {
    font-size: 30px;
  }

  .movia-btn-large {
    width: 100%;
    text-align: center;
  }

  .movia-hero-ctas {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f343cd *//* -------- SEÇÃO GERAL -------- */

.movia-about-section {
  padding: 80px 20px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

/* -------- CABEÇALHO -------- */

.movia-about-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.movia-about-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: var(--movia-muted);
}

.movia-about-header .title {
  font-size: 36px;
  line-height: 1.15;
  margin: 16px 0 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

/* linha cobrindo todo o título */
.movia-about-header .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--movia-yellow);
}

.movia-about-header .subtitle {
  color: var(--movia-muted);
  font-size: 17px;
  line-height: 1.6;
}

/* -------- GRID DOS CARDS (DESKTOP) -------- */

@media (min-width: 961px) {
  .movia-about-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }

  .movia-about-header {
    grid-column: 1 / -1;
  }

  .movia-manifesto {
    grid-column: 1 / -1;
  }

  .movia-profile {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .profile-card {
    width: 100%;
    max-width: 480px; /* card maior */
  }
}

/* -------- Layout mobile -------- */

@media (max-width: 960px) {
  .movia-about-section {
    display: block;
    padding: 60px 16px;
  }

  .movia-profile {
    margin-bottom: 32px;
  }

  .profile-card {
    max-width: 100%;
  }
}

/* -------- CARDS -------- */

.profile-card {
  padding: 24px 22px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.05);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.04);
}

/* foto circular */
.profile-avatar {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 3px solid var(--movia-yellow);
  box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.profile-role {
  font-size: 14px;
  color: var(--movia-muted);
  text-align: center;
  margin-bottom: 14px;
}

.profile-story {
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.profile-story-left {
  text-align: left;
}

.profile-list {
  list-style: none;
  margin: 6px 0 12px;
  padding: 0;
}

.profile-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}

.profile-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--movia-yellow);
  border-radius: 50%;
}

/* -------- CONTEÚDO EXTRA ESCONDIDO -------- */

.profile-extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.24s ease;
}

.profile-card.is-open .profile-extra {
  max-height: 1400px;
  opacity: 1;
}

/* -------- BOTÃO VER MAIS / VER MENOS -------- */

.movia-toggle {
  display: block;
  margin: 10px auto 4px;
  border-radius: 999px;
  border: 1px solid var(--movia-border);
  background: #ffffff;
  padding: 6px 22px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.movia-toggle:hover {
  background: var(--movia-yellow);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* -------- MANIFESTO -------- */

.movia-manifesto {
  text-align: center;
  margin-top: 60px;
}

.manifesto-tag {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--movia-muted);
  margin-bottom: 10px;
}

.manifesto-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 18px;
}

.manifesto-text span {
  display: block;
}

.manifesto-logo img {
  height: 40px;
  opacity: 0.95;
}

/* -------- AJUSTES MOBILE FINOS -------- */

@media (max-width: 768px) {
  .profile-avatar {
    width: 100px;
    height: 100px;
  }

  .manifesto-text {
    font-size: 18px;
  }
}

/* -------- AJUSTE DAS LINHAS DO MANIFESTO NO MOBILE -------- */

@media (max-width: 480px) {
  .manifesto-text {
    max-width: 320px;
    margin: 0 auto 18px;
    line-height: 1.6;
    text-wrap: balance;
  }

  .manifesto-text span {
    display: block;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcb61d9 *//* =========================================
   SEÇÃO DE AUTORIDADE — MOVIA SOCIAL PROOF
   ========================================= */

/* -------- SEÇÃO GERAL -------- */

.movia-social-proof {
  padding: 90px 20px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
  background: #ffffff; /* fundo branco, clean */
}

/* -------- CABEÇALHO -------- */

.movia-social-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.movia-social-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #555555;
  font-weight: 600;
}

.movia-social-header .title {
  font-size: 34px;
  line-height: 1.15;
  margin: 14px 0 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
}

.movia-social-header .title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 4px;
  background: var(--movia-yellow);
  border-radius: 999px;
}

.movia-social-header .subtitle {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}

/* -------- KPIs (Números gerais) -------- */

.movia-social-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 40px auto 50px;
}

.kpi-card {
  min-width: 165px;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255,202,44,0.4);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;      /* centraliza horizontal */
  justify-content: center;  /* centraliza vertical */
  text-align: center;
}

.kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #7a7a7a;
}

.kpi-value {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
}

/* -------- MARCAS (LOGOS SOLTAS) -------- */

.movia-social-brands {
  text-align: center;
  margin-bottom: 50px;
}

.brands-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.brands-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 58px;
  flex-wrap: nowrap;       /* ➜ SEM quebra no desktop */
}

/* mobile: empilha vertical */
@media (max-width: 640px) {
  .brands-row {
    flex-direction: column;  /* ➜ vira coluna no mobile */
    flex-wrap: nowrap;
    gap: 38px;
  }
}


/* tamanho padrão (Real Seguros) */
.brand-logo img {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Trusted — maior */
.brand-large img {
  max-width: 150px;
}

/* Worldpackers — médio */
.brand-medium img {
  max-width: 130px;
}

.brand-logo img:hover {
  opacity: 1;
  transform: translateY(-2px);
}


/* -------- GRID CASES DE CLIENTES -------- */

.movia-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-bottom: 50px;
}

.case-card {
  border-radius: 20px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(0,0,0,0.05);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.case-header {
  margin-bottom: 8px;
}

.case-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--movia-yellow);
  font-weight: 600;
}

.case-title {
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0 6px;
}

.case-description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.case-metrics {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 13px;
  color: #222;
}

.case-metrics li {
  margin-bottom: 4px;
}

/* BOTÃO DENTRO DOS CARDS — "Ver reel no Instagram" */

.case-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);
  background: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #111111;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.case-link::after {
  content: "↗";
  font-size: 11px;
}

.case-link:hover {
  background: var(--movia-yellow);
  color: #111111;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

/* -------- BLOCO AUTORAL -------- */

.movia-social-author {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.author-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 26px;
}

.author-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #555555;
  font-weight: 600;
}

.author-title {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0 8px;
}

.author-subtitle {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* GRID AUTORAL */

.author-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.author-card {
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: #ffffff;
  border: 1px solid rgba(255,202,44,0.4);
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.author-label {
  font-size: 14px;
  font-weight: 700;
}

.author-metric {
  font-size: 15px;
  font-weight: 700;
  margin: 6px 0 8px;
  color: #1a1a1a;
}

.author-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  color: #222;
}

.author-list li {
  margin-bottom: 4px;
}

/* BOTÃO FINAL — "Ver mais vídeos no Instagram" */

.author-cta {
  text-align: center;
  margin-top: 32px;          /* mais afastado dos cards */
}

.author-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 24px;
  background: var(--movia-yellow);
  color: #111111;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: none;
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.author-btn::after {
  content: "↗";
  font-size: 11px;
}

.author-btn:hover {
  background: #ffe676;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
}

/* -------- RESPONSIVO -------- */

@media (max-width: 768px) {
  .movia-social-proof {
    padding: 60px 16px;
  }

  .movia-social-header .title {
    font-size: 28px;
  }

  .author-title {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc69324 *//* -------- BLOCO DE CONVERSÃO (DO VIRAL À VENDA) -------- */

.movia-social-conversion {
  max-width: 820px;
  margin: 60px auto 10px;
  padding: 26px 24px 24px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
  text-align: center;
  position: relative;
}

/* pequena barra amarela no topo esquerdo */
.movia-social-conversion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: var(--movia-yellow);
}

.conversion-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #777;
  margin-bottom: 10px;
}

.conversion-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #222;
  font-weight: 700;
}

.conversion-subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

/* BOTÃO DIFERENTÃO: outline que preenche no hover */

.conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 22px;
  border-radius: 999px;
  border: 1px solid #111111;
  background: transparent;
  color: #111111;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

/* “onda” amarela que entra por trás no hover */
.conversion-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--movia-yellow);
  transform: translateY(100%);
  transition: transform 0.2s ease;
  z-index: -1;
}

.conversion-btn:hover::before {
  transform: translateY(0);
}

.conversion-btn:hover {
  color: #111111;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

/* responsivo */
@media (max-width: 640px) {
  .movia-social-conversion {
    margin-top: 40px;
    padding: 22px 18px 20px;
  }

  .conversion-title {
    font-size: 19px;
  }

  .conversion-subtitle {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7471222 *//* ================================
   SEÇÃO DE SERVIÇOS — MOVIA
   ================================ */

.movia-services-section {
  padding: 90px 20px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

/* CABEÇALHO */

.movia-services-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.movia-services-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #555555;
}

.movia-services-header .title {
  font-size: 32px;
  line-height: 1.2;
  margin: 14px 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.movia-services-header .subtitle {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID DE SERVIÇOS */

.movia-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* CARD BASE */

.service-card {
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  padding: 20px 20px 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}

.service-tag {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #777777;
  margin-bottom: 8px;
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-text {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  color: #222222;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--movia-yellow);
}

.service-footnote {
  margin-top: auto;
  font-size: 12px;
  color: #777777;
}

/* CARD EM DESTAQUE (GESTÃO COMPLETA) */

.service-highlight {
  position: relative;
  overflow: hidden;
}

/* barra amarela lateral “disruptiva” */
.service-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(0,0,0,0.03);
  background: radial-gradient(circle at top left, rgba(255,222,89,0.22), transparent 55%);
  pointer-events: none;
}

/* conteúdo fica acima da camada de fundo */
.service-highlight > * {
  position: relative;
  z-index: 1;
}

/* FLUXO — COMO FUNCIONA */

.movia-services-flow {
  margin-top: 40px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 26px;
}

.flow-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #777777;
  margin-bottom: 14px;
  text-align: left;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.flow-number {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.flow-content h4 {
  font-size: 14px;
  margin: 0 0 4px;
}

.flow-content p {
  font-size: 13px;
  color: #555555;
  margin: 0;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .movia-services-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .service-highlight {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .movia-services-section {
    padding: 70px 16px;
  }

  .movia-services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-steps {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .flow-steps {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9953829 *//* ================================
   SEÇÃO DE PLANOS / PACOTES
   ================================ */

.movia-pricing-section {
  padding: 90px 20px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

/* CABEÇALHO */

.movia-pricing-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.movia-pricing-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #555555;
}

.movia-pricing-header .title {
  font-size: 32px;
  line-height: 1.2;
  margin: 14px 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.movia-pricing-header .subtitle {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID DE PLANOS */

.movia-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* CARD BASE */

.pricing-card {
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  padding: 20px 20px 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #777777;
  margin-bottom: 8px;
}

.pricing-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.pricing-description {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* PREÇO */

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}

.pricing-currency {
  font-size: 14px;
  color: #444444;
}

.pricing-amount {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pricing-period {
  font-size: 13px;
  color: #777777;
}

.pricing-note {
  font-size: 12px;
  color: #777777;
  margin-bottom: 12px;
}

/* LISTA DE ITENS */

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 13px;
  color: #222222;
}

.pricing-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--movia-yellow);
}

/* BOTÕES DOS PLANOS */

.pricing-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.16);
  background: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #111111;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.pricing-btn:hover {
  background: var(--movia-yellow);
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
  transform: translateY(-1px);
}

/* PLANO EM DESTAQUE */

.pricing-featured {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 22px 40px rgba(0,0,0,0.08);
}

.pricing-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,222,89,0.6);
  pointer-events: none;
}

.pricing-badge {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--movia-yellow);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.pricing-btn-featured {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.pricing-btn-featured:hover {
  background: #262626;
  box-shadow: 0 16px 34px rgba(0,0,0,0.38);
}

/* RODAPÉ DA SEÇÃO (OBS / CTA EXTRA) */

.movia-pricing-footer {
  margin-top: 32px;
  text-align: center;
}

.movia-pricing-footer .footer-text {
  font-size: 14px;
  color: #555555;
  margin-bottom: 8px;
}

.movia-pricing-footer .footer-text span {
  display: block;
}

.movia-pricing-footer .footer-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  color: #111111;
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .movia-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-featured {
    order: -1; /* destaca no topo em telas menores */
  }
}

@media (max-width: 768px) {
  .movia-pricing-section {
    padding: 70px 16px;
  }

  .movia-pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b3f6af *//* ================================
   SEÇÃO FAQ — MOVIA
   ================================ */

.movia-faq-section {
  padding: 90px 20px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

/* CABEÇALHO */

.movia-faq-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.movia-faq-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #555555;
}

.movia-faq-header .title {
  font-size: 32px;
  line-height: 1.2;
  margin: 14px 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.movia-faq-header .subtitle {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}

/* GRID / COLUNAS */

.movia-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  align-items: flex-start;
}

.movia-faq-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ITENS FAQ */

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

/* remove o triângulo padrão */
.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* CABEÇALHO DA PERGUNTA */

.faq-item summary {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* ícone + / - à esquerda */

.faq-item summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.18);
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* quando aberto, vira - */

.faq-item[open] summary::before {
  content: "–";
}

.faq-item summary {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

/* CORPO DA RESPOSTA */

.faq-body {
  margin-top: 8px;
  padding-left: 28px;
}

.faq-body p {
  font-size: 13px;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 6px;
}

/* RESPONSIVO */

@media (max-width: 768px) {
  .movia-faq-section {
    padding: 70px 16px;
  }

  .movia-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c63ba35 *//* ================================
   SEÇÃO CTA FINAL — MOVIA
   ================================ */

.movia-cta-final {
  padding: 90px 20px 80px;
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

.movia-cta-inner {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
  box-shadow: 0 22px 40px rgba(0,0,0,0.06);
  padding: 32px 26px 26px;
  text-align: center;
}

/* faixa amarela discreta no topo, estilo Movia */
.movia-cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--movia-yellow);
}

.movia-cta-inner .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #555555;
  margin-bottom: 10px;
}

.cta-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #222222;
}

.cta-subtitle {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 22px;
}

/* BOTÕES */

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease,
              box-shadow 0.18s ease, transform 0.18s ease;
}

/* principal: preto cheio */
.cta-btn-primary {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

.cta-btn-primary:hover {
  background: #262626;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  transform: translateY(-1px);
}

/* secundário: outline que preenche no hover */
.cta-btn-outline {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(0,0,0,0.18);
}

.cta-btn-outline:hover {
  background: var(--movia-yellow);
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
  transform: translateY(-1px);
}

/* NOTA FINAL */

.cta-note {
  font-size: 12px;
  color: #777777;
  max-width: 520px;
  margin: 0 auto;
}

/* RESPONSIVO */

@media (max-width: 768px) {
  .movia-cta-final {
    padding: 70px 16px 60px;
  }

  .movia-cta-inner {
    padding: 24px 18px 22px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS */:root {
  --movia-bg: #ffffff;
  --movia-bg-alt: #f7f7f7;
  --movia-text: #111111;
  --movia-muted: #555555;
  --movia-border: #e5e5e5;
  --movia-yellow: #ffde59;
  --movia-radius-lg: 24px;
  --movia-radius-md: 16px;
  --movia-radius-pill: 999px;
  --movia-shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.06);
  --movia-max-width: 1120px;
  --movia-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Reset simples / base */
body {
  margin: 0;
  padding: 0;
  font-family: var(--movia-font);
  color: var(--movia-text);
  background: var(--movia-bg);
}

/* Seções padrão da landing */
.movia-section {
  padding: 80px 20px;
}

.movia-section-alt {
  background: var(--movia-bg-alt);
}

.movia-section-inner {
  max-width: var(--movia-max-width);
  margin: 0 auto;
}

/* Cabeçalhos de seção (título + parágrafo) */
.movia-section-header {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.movia-section-header h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.movia-section-header p {
  color: var(--movia-muted);
}

/* Botões padrão da landing */
.movia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: var(--movia-radius-pill);
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.movia-btn-primary {
  background: #111111;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.movia-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.movia-btn-secondary {
  background: var(--movia-yellow);
  color: #111111;
}

.movia-btn-secondary:hover {
  transform: translateY(-1px);
}

.movia-btn-ghost {
  background: transparent;
  color: var(--movia-text);
  border: 1px solid var(--movia-border);
}

/* Utilitários de grid e colunas */
.movia-two-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.movia-grid {
  display: grid;
  gap: 24px;
}

.movia-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Listas com bullets personalizados */
.movia-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.movia-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--movia-muted);
}

.movia-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: -1px;
  color: var(--movia-yellow);
  font-size: 18px;
}

/* Cartões genéricos */
.movia-card {
  background: #ffffff;
  border-radius: var(--movia-radius-md);
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* Responsivo base */
@media (max-width: 960px) {
  .movia-two-cols {
    grid-template-columns: minmax(0, 1fr);
  }

  .movia-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .movia-section {
    padding: 64px 16px;
  }
}/* End custom CSS */