.elementor-584 .elementor-element.elementor-element-c932976{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-584 .elementor-element.elementor-element-7468dcf{width:100%;max-width:100%;}.elementor-584 .elementor-element.elementor-element-7468dcf.elementor-element{--flex-grow:1;--flex-shrink:0;}body.elementor-page-584:not(.elementor-motion-effects-element-type-background), body.elementor-page-584 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121944;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7468dcf *//* Reset Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* Custom Scrollbar (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #60a5fa;
}

/* Custom Scrollbar (Firefox) */
* {
  scrollbar-width: thin;
  scrollbar-color: #3b82f6 transparent;
}



/* red: #ef4444 */
:root {
  /* Colors */
  --mv-bg-base: #0a1628;
  --mv-bg-surface: #0f1e36;
  --mv-bg-shape: #1a2a45;
  --mv-blue: #3b82f6;
  --mv-blue-light: #60a5fa;
  --mv-blue-glow: rgba(59, 130, 246, 0.3);
  --mv-red: #d30b0b;
  --mv-red-dark: #dc2626;
  --mv-red-glow: rgba(239, 68, 68, 0.3);
  --mv-text-primary: #fafafa;
  --mv-text-muted: #a1a1aa;

  /* Typography */
  --font-sans: "Plus Jakarta Sans", sans-serif;
/* h1: 48px (3rem) | Range: 32px - 56px */
  --fs-h1: clamp(2rem, 8vw, 3.5rem);

  /* h2: 40px (2.5rem) | Range: 28px - 48px */
  --fs-h2: clamp(1.75rem, 6.5vw, 3rem);

  /* h3: 32px (2rem) | Range: 24px - 38px */
  --fs-h3: clamp(1.5rem, 5vw, 2.375rem);

  /* h4: 28px (1.75rem) | Range: 22px - 32px */
  --fs-h4: clamp(1.375rem, 4vw, 2rem);

  /* h5: 24px (1.5rem) | Range: 20px - 28px */
  --fs-h5: clamp(1.25rem, 3.5vw, 1.75rem);

  /* h6: 18px (1.125rem) | Range: 16px - 20px */
  --fs-h6: clamp(1rem, 2.5vw, 1.25rem);

  /* body: 16px (1rem) | Fixa em 16px ou leve flutuação */
  --fs-body: 1rem; 

  /* sm: 14px (0.875rem) */
  --fs-sm: 0.875rem;


  /* Spacing */
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;

  /* UI Tokens */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
}

#metaverso-lp-root {
  background-color: var(--mv-bg-base);
  color: var(--mv-text-primary);
  font-family: var(--font-sans);
  line-height: 1.6;
  width: 100%;
}

/* Reset & Global */
#metaverso-lp-root * {
  box-sizing: border-box;
}

#metaverso-lp-root h1 { font-size: var(--fs-h1); }
#metaverso-lp-root h2 { font-size: var(--fs-h2); }
#metaverso-lp-root h3 { font-size: var(--fs-h3); }
#metaverso-lp-root h4 { font-size: var(--fs-h4); }
#metaverso-lp-root h5 { font-size: var(--fs-h5); }
#metaverso-lp-root h6 { font-size: var(--fs-h6); }



#metaverso-lp-root h1,
#metaverso-lp-root h2,
#metaverso-lp-root h3,
#metaverso-lp-root h4,
#metaverso-lp-root h5,
#metaverso-lp-root h6,
#metaverso-lp-root h7 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

#metaverso-lp-root p {
  margin: 0 0 1em;
}

#metaverso-lp-root a {
  text-decoration: none;
  color: inherit;
}

#metaverso-lp-root .text-center {
  text-align: center;
}

/* Layout Utilities */
.mv-container-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}


.mv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}

.mv-section {
  padding: var(--space-xl) 0px;
}

/* Header */
.mv-header {
  text-align: center;
  padding: 40px 20px 0 20px;
}

.mv-logo {
  width: clamp(300px, 25vw, 280px);
  height: auto;
  transition: transform 0.3s;
}
.mv-logo:hover {
  transform: scale(1.02);
}



/* Hero Section */
.mv-hero-title {
  font-size: var(--fs-h1);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.1;
  text-align: center;
}

.mv-hero-lead {
  font-size: var(--fs-body);
  color: var(--mv-text-muted);
  max-width: 800px;
  margin: 24px auto 0 !important;
  text-align: center !important;
  padding: 0 20px;
}

.mv-hero {
  padding: 50px 0 100px;
  position: relative;
}

.mv-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
  justify-items: center;
}

.mv-hero-char {
  position: absolute;
  width: clamp(250px, 35vw, 350px);
  left: calc(50% - 600px);
  bottom: calc(50% - 200px);
  z-index: 15;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
  display: none;
}
@media (min-width: 1024px) {
  .mv-hero-char {
    display: block;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}


.mv-partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 32px;
  margin-bottom: 40px;
  filter: grayscale(100%) brightness(1.2);
  opacity: 0.8;
}
.mv-partners:hover {
  filter: none;
  opacity: 1;
}
.mv-partners img {
  height: 35px; /* Redução de 30% */
  width: auto;
  transition: transform 0.3s;
}
.mv-partners img:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .mv-partners img {
    height: 20px; /* Redução adicional de 20% no mobile (era 25px) */
  }
}

.mv-hero-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Buttons */
.mv-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid var(--mv-blue);
  background: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-transform: uppercase;
  font-size: var(--fs-sm);
  transition: all 0.2s;
  cursor: pointer;
}
.mv-btn-primary:hover {
  background: var(--mv-blue);
  transform: translateY(-2px);
  box-shadow: 0 0 20px var(--mv-blue-glow);
}
.mv-btn-red {
  border-color: var(--mv-red);
}
.mv-btn-red:hover {
  background: var(--mv-red);
  box-shadow: 0 0 20px var(--mv-red-glow);
}


/* Section Defaults */
.mv-section-title {
  font-size: var(--fs-h2);
  margin-bottom: 15px;
}
.mv-section-subtitle {
  color: var(--mv-text-muted);
  font-size: var(--fs-body);
}

/* Features Grid (Fixed sizing) */
.mv-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

@media (max-width: 900px) {
  .mv-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mv-features-grid {
    grid-template-columns: 1fr;
  }
}

.mv-feature-card {
  background: var(--mv-bg-surface);
  
  border-radius: var(--radius-md);
  padding: 30px;
  text-align: left;
  border: 1px solid var(--mv-bg-shape);
  transition: border-color 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mv-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.mv-feature-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.mv-feature-icon-box {
  width: 44px;
  height: 44px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px; /* Box quadrada arredondada */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mv-feature-icon-box svg {
  color: var(--mv-blue);
  width: 20px;
  height: 20px;
}

.mv-feature-overline {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mv-text-muted);
  font-weight: 600;
  margin-bottom: 4px;
}

.mv-feature-card h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.mv-feature-card p {
  color: var(--mv-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}




/* Mockup */
.mv-mockup-window {
  background: var(--mv-bg-shape);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}
.mv-mockup-content {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}

.mv-mockup-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Banner */
/* Banner Inovação */
.mv-strip-banner {
  background: var(--mv-red);
  padding: 38px 0; /* Reduzido 30% (era 55px) */
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex; /* Centraliza verticalmente o conteudo */
  align-items: center;
  justify-content: center;
}

/* O texto principal */
.mv-strip-banner .mv-container {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Legibilidade */
}

/* Container do Marquee */
.mv-banner-track {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  width: 100%;
  /* overflow: hidden; - REMOVIDO: estava cortando o texto verticalmente */
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 20%,
    black 80%,
    transparent
  ); /* Fade nas bordas */
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    black 20%,
    black 80%,
    transparent
  );
}

/* Texto de Fundo (Inovação) */
.mv-banner-bg-text {
  font-size: 3.15rem; /* Reduzido 30% (era 4.5rem) */
  font-family: "Orbitron", var(--font-sans); /* Fonte NASA/espacial */
  font-weight: 900;
  line-height: 1.2; /* Aumentado para dar espaço ao stroke */
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2); /* Opacidade reduzida */
  animation: marquee 30s linear infinite;
  padding-right: 50px; /* Espaço entre os blocos de texto */
  display: inline-block;
  will-change: transform;
}

/* Removido: Spotlight central (causava clarão excessivo) */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .mv-banner-bg-text {
    font-size: 4rem;
  }
}

/* Pillars Section */
.mv-pillars {
  background: var(--mv-bg-base);
}

/* Pillar Card (Premium Design) */
.mv-pillar-card {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  border-radius: var(--radius-md);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  transition: all 0.3s ease;
  max-width: 1200px;
  width: 100%;
}

.mv-pillar-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-4px);
}

/* Variant Red */
.mv-pillar-card.variant-red:hover {
  border-color: rgba(239, 68, 68, 0.3);
}

.mv-pillar-card.variant-red .mv-pillar-badge {
  color: var(--mv-red);
}

.mv-pillar-card.variant-red .mv-pillar-features li svg {
  color: var(--mv-red);
}

/* Reverse (Image left, content right) */
.mv-pillar-card-reverse {
  grid-template-columns: 1fr 1fr;
}

.mv-pillar-card-reverse .mv-pillar-content {
  order: 2;
}

.mv-pillar-card-reverse .mv-pillar-image-wrapper {
  order: 1;
}

/* Content Area */
.mv-pillar-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Header (Badge + Title) */
.mv-pillar-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mv-pillar-badge {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mv-blue);
  font-weight: 600;
  width: fit-content;
}

.mv-pillar-header h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Description */
.mv-pillar-description {
  color: var(--mv-text-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Features List */
.mv-pillar-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mv-pillar-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mv-text-muted);
  font-size: 0.95rem;
}

.mv-pillar-features li svg {
  color: var(--mv-blue);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.mv-pillar-features li span {
  line-height: 1.5;
}

/* Image Wrapper (Premium Treatment) */
.mv-pillar-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.mv-pillar-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-md);
  pointer-events: none;
  z-index: 1;
}

.variant-red .mv-pillar-image-wrapper::before {
  border-color: rgba(239, 68, 68, 0.2);
}

.mv-pillar-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.mv-pillar-card:hover .mv-pillar-image-wrapper img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 968px) {
  .mv-pillar-card,
  .mv-pillar-card-reverse {
    grid-template-columns: 1fr;
    padding: 36px;
    gap: 32px;
  }

  .mv-pillar-card-reverse .mv-pillar-content {
    order: 2; /* Content sempre depois no mobile */
  }

  .mv-pillar-card-reverse .mv-pillar-image-wrapper {
    order: 1; /* Imagem sempre primeiro no mobile */
  }

  .mv-pillar-header h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .mv-pillar-card {
    padding: 24px;
  }
}

/* Devices */
.mv-devices-box {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  padding: 32px;

  border-radius: var(--radius-md);
  max-width: 800px;
  margin: 0 auto;
}
.mv-store-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.store-badge {
  background: var(--mv-bg-shape);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Artemis */
.mv-artemis-section{
  background: #0d1220;
}
.mv-artemis-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  align-items: center;
}


/* ===== PROPOSTA A: Cards em Grid ===== */
.mv-section-header {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0px;
}

.mv-section-lead {
  color: var(--mv-text-muted);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 16px;
}



/* CTA Group com ícones */

/* ===== VERTICAL TAB ACCORDION SHOWCASE ===== */
.mv-showcase-section {
  background-color: var(--mv-bg-base);
}

.mv-showcase-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.mv-showcase-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Vertical Tabs Container */
.mv-vtabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  /* Linha guia contínua e sutil */
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}

/* Tab Item */
.mv-vtab-item {
  position: relative;
  padding: 24px 0 24px 32px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: -2px; /* Alinha com a borda do container */
  border-left: 2px solid transparent; /* Reserva espaço para animação */
}

/* Removemos o ::before antigo e usamos a borda do próprio elemento ou progress */

/* Progress Bar (Animated Timer) */
.mv-vtab-progress {
  position: absolute;
  left: -2px; /* Sobrepõe a linha guia */
  top: 0;
  width: 2px; /* Espessura da linha ativa */
  height: 0;
  background: var(--mv-blue);
  /* box-shadow removido */
  transition: none;
  z-index: 2;
}

.mv-vtab-item.active .mv-vtab-progress {
  animation: progressGrow 5s linear forwards;
}

@keyframes progressGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/* Tab Header */
.mv-vtab-header h4 {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--mv-text-muted);
  margin: 0;
  transition: all 0.3s ease;
  letter-spacing: -0.01em;
}

.mv-vtab-item.active .mv-vtab-header h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem; /* Aumenta destaque */
  /* text-shadow removido */
}

.mv-vtab-item:hover .mv-vtab-header h4 {
  color: rgba(255, 255, 255, 0.9);
}

/* Accordion Description */
.mv-vtab-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  color: var(--mv-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.mv-vtab-item.active .mv-vtab-description {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
  padding-right: 20px;
}

/* Image Showcase Container */
.mv-showcase-images {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Perspectiva sutil */
  perspective: 1000px;
}

.mv-showcase-img {
  position: absolute;
  width: 100%;
  height: auto;
  border-radius: 16px;
  opacity: 0;
  transform: scale(0.96) translateY(20px); /* Começa um pouco menor e abaixo */
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); /* Bouncy suave */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  filter: grayscale(10%) contrast(90%); /* Levemente apagada */
}

.mv-showcase-img.active {
  position: relative;
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: grayscale(0%) contrast(100%);
  /* Sombra suave sem glow azul */
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/* Responsive */
/* Responsive */
@media (max-width: 968px) {
  .mv-showcase-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mv-showcase-images {
    grid-row: 1;
    min-height: 350px;
  }

  .mv-vtabs {
    grid-row: 2;
  }

  .mv-vtab-item {
    padding: 16px 0 16px 20px;
  }
}

@media (max-width: 600px) {
  .mv-showcase-header {
    margin-bottom: 40px;
  }

  .mv-showcase-images {
    min-height: 280px;
  }

  .mv-vtab-description {
    font-size: 0.85rem;
  }
}

/* Management Grid */
.mv-management-section {
  background: #0d1220;
}


/* ===== TESTIMONIALS (DEPOIMENTOS) ===== */
.mv-testimonials-section{
  background-color: #0d1220;
}

.mv-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.mv-testimonial-card {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
}

.mv-testimonial-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.1);
}

/* Responsive */
@media (max-width: 968px) {
  .mv-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mv-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* Video Wrapper */
.mv-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: var(--mv-bg-shape);
  overflow: hidden;
  cursor: pointer;
}

/* Video Thumbnail */
.mv-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv-video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mv-video-wrapper:hover .mv-video-thumbnail img {
  transform: scale(1.05);
}

/* Play Button Premium */
.mv-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
  transition: all 0.3s ease;
}

.mv-play-icon {
  width: 72px;
  height: 72px;
  background: rgba(59, 130, 246, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
  position: relative;
}

.mv-play-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(59, 130, 246, 0.5);
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

.mv-play-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
  margin-left: 4px;
}

.mv-video-wrapper:hover .mv-play-icon {
  background: var(--mv-blue-light);
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.6);
}

.mv-play-button span {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* VIDEO MODAL / LIGHTBOX */
.mv-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mv-video-modal.active {
  display: flex;
  opacity: 1;
}

.mv-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.mv-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 2;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalSlideIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mv-modal-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}

.mv-modal-close:hover {
  background: rgba(239, 68, 68, 0.9);
  border-color: rgba(239, 68, 68, 1);
  transform: rotate(90deg);
}

.mv-modal-close svg {
  width: 32px;
  height: 32px;
}

.mv-modal-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.mv-modal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .mv-modal-content {
    width: 95%;
  }

  .mv-modal-close {
    top: -55px;
    width: 48px;
    height: 48px;
  }

  .mv-play-icon {
    width: 60px;
    height: 60px;
  }

  .mv-play-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Testimonial Content */
.mv-testimonial-content {
  padding: 24px;
}

.mv-testimonial-quote {
  position: relative;
  margin-bottom: 20px;
}

.mv-testimonial-quote svg {
  width: 32px;
  height: 32px;
  color: var(--mv-blue);
  opacity: 0.3;
  margin-bottom: 12px;
}

.mv-testimonial-quote p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--mv-text-muted);
  font-style: italic;
  margin: 0;
}

/* Author Info */
.mv-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--mv-bg-shape);
}

.mv-testimonial-author h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--mv-text-primary);
  margin: 0 0 4px;
}

.mv-testimonial-author p {
  font-size: 0.85rem;
  color: var(--mv-text-muted);
  margin: 0;
}

/* ===== INVESTMENT SECTION ===== */
.mv-investment {
  background-color: #0d1220;
  font-family: var(--font-sans);
}

/* Investment Grid - 3 Cards */
.mv-investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}

.mv-investment-card {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  border-radius: var(--radius-md);
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.mv-investment-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.1);
}

.mv-investment-card-icon {
  width: 64px;
  height: 64px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.mv-investment-card-icon svg {
  width: 32px;
  height: 32px;
  color: var(--mv-blue);
}

.mv-investment-card h6 {
  color: var(--mv-text-primary);
}

.mv-investment-highlight {
  font-size: 2rem;
  font-weight: 800;
  color: var(--mv-blue);
  margin-bottom: 8px;
}

.mv-investment-highlight span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--mv-text-muted);
  margin: 0 8px;
}

.mv-investment-unit {
  font-size: 0.9rem;
  color: var(--mv-text-muted);
  margin-bottom: 20px;
}

.mv-investment-subtitle {
  font-size: 0.9rem;
  color: var(--mv-blue);
  font-weight: 600;
  margin-bottom: 16px;
}

.mv-investment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.mv-investment-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--mv-text-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--mv-bg-shape);
}

.mv-investment-list li:last-child {
  border-bottom: none;
}

.mv-investment-list li svg {
  width: 16px;
  height: 16px;
  color: #10b981;
  flex-shrink: 0;
}

/* Investment Options (Tempo de Contrato) */
.mv-investment-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv-investment-options li {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: var(--mv-bg-shape);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.mv-investment-options li:last-child {
  margin-bottom: 0;
}

.mv-option-duration {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--mv-text-primary);
}

.mv-option-benefit {
  font-size: 0.85rem;
  color: var(--mv-text-muted);
  margin-top: 4px;
}

/* Calculator */
.mv-calculator {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  border-radius: var(--radius-md);
  padding: 40px;
  margin-top: 40px;
}

.mv-calculator-header {
  text-align: center;
  margin-bottom: 40px;
}

.mv-calculator-icon {
  width: 56px;
  height: 56px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.mv-calculator-icon svg {
  width: 28px;
  height: 28px;
  color: var(--mv-blue);
}

.mv-calculator-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--mv-text-primary);
  margin-bottom: 8px;
}

.mv-calculator-header p {
  font-size: 1rem;
  color: var(--mv-text-muted);
}

.mv-calculator-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

/* Calculator Inputs */
.mv-calculator-inputs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mv-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mv-input-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mv-text-primary);
}

.mv-input-wrapper {
  position: relative;
}

.mv-input-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--mv-text-muted);
}

.mv-input-wrapper input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  background: var(--mv-bg-shape);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--mv-text-primary);
  font-family: var(--font-sans);
  transition: all 0.3s ease;
}

.mv-input-wrapper input:focus {
  outline: none;
  border-color: var(--mv-blue);
  background: var(--mv-bg-surface);
}

.mv-input-hint {
  font-size: 0.8rem;
  color: var(--mv-text-muted);
}

/* Radio Group */
.mv-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mv-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
  background: var(--mv-bg-shape);
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.mv-radio:hover {
  background: var(--mv-bg);
}

.mv-radio input {
  display: none;
}

.mv-radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid var(--mv-text-muted);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.mv-radio input:checked + .mv-radio-mark {
  border-color: var(--mv-blue);
}

.mv-radio input:checked + .mv-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--mv-blue);
  border-radius: 50%;
}

.mv-radio input:checked ~ .mv-radio-label {
  color: var(--mv-text-primary);
}

.mv-radio-label {
  font-size: 0.95rem;
  color: var(--mv-text-muted);
  transition: all 0.3s ease;
}

.mv-radio-label small {
  color: var(--mv-text-muted);
  opacity: 0.7;
}

/* Slider */
.mv-slider-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mv-slider-min,
.mv-slider-max {
  font-size: 0.85rem;
  color: var(--mv-text-muted);
  white-space: nowrap;
}

.mv-slider-container input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: var(--mv-bg-shape);
  border-radius: 4px;
  outline: none;
}

.mv-slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: var(--mv-blue);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  transition: all 0.2s ease;
}

.mv-slider-container input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.mv-slider-value {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--mv-blue);
  margin-top: 12px;
}

/* Calculator Result */
.mv-calculator-result {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(59, 130, 246, 0.05) 100%
  );
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-md);
  padding: 32px;
}

.mv-result-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.mv-result-header svg {
  width: 24px;
  height: 24px;
  color: var(--mv-blue);
}

.mv-result-header span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--mv-text-primary);
}

.mv-result-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.mv-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv-result-label {
  font-size: 0.9rem;
  color: var(--mv-text-muted);
}

.mv-result-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--mv-text-primary);
}

.mv-result-total {
  background: var(--mv-bg-shape);
  padding: 16px;
  border-radius: var(--radius-sm);
  margin: 8px 0;
}

.mv-result-total .mv-result-value {
  font-size: 1.5rem;
  color: var(--mv-blue);
}

.mv-btn-full {
  width: 100%;
  justify-content: center;
}

/* Responsive Investment */
@media (max-width: 1024px) {
  .mv-investment-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mv-calculator-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .mv-calculator {
    padding: 24px;
  }

  .mv-investment-card {
    padding: 24px;
  }

  .mv-investment-highlight {
    font-size: 1.5rem;
  }
}

/* ===== STATS SECTION ===== */
.mv-stats {
  background: var(--mv-bg-surface);
  padding: 60px 0;
  font-family: var(--font-sans);
  border-top: 1px solid var(--mv-bg-shape);
  border-bottom: 1px solid var(--mv-bg-shape);
}

.mv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.mv-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.mv-stat-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-stat-icon svg {
  width: 24px;
  height: 24px;
  color: var(--mv-blue);
  stroke-width: 1.5;
}

.mv-stat-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.mv-stat-number {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--mv-text-primary);
  line-height: 1;
}

.mv-stat-label {
  font-size: 1rem;
  color: var(--mv-text-primary);
  font-weight: 400;
}

.mv-stat-description {
  font-size: 0.875rem;
  color: var(--mv-text-muted);
  line-height: 1.5;
  max-width: 220px;
}

/* Responsive Stats */
@media (max-width: 1024px) {
  .mv-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .mv-stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mv-stat-item {
    align-items: center;
    text-align: center;
  }

  .mv-stat-description {
    max-width: none;
  }
}

.mv-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .mv-contact-form {
    grid-template-columns: 1fr;
  }
}

.mv-form-group {
  display: flex;
  flex-direction: column;
}
.mv-form-group.mv-form-full {
  grid-column: 1 / -1;
}
.mv-form-group input,
.mv-form-group textarea {
  background: var(--mv-bg-shape);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 16px;
  border-radius: var(--radius-md);
  color: #fff;
  width: 100%;
}

/* Footer */
.mv-footer-section{
  padding: 40px 0;
}

.mv-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
}

/* Mobile-Specific Tweaks */
@media (max-width: 768px) {
  .mv-hero-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .mv-btn-primary {
    width: 100%;
    text-align: center;
  }

}

/* Reveal Animation */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.reveal-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal Section */
.mv-legal-section {
  background-color: var(--mv-bg-base); /* Um azul bem escuro, quase preto */
  padding: 80px 0;
}

.mv-legal-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* Coluna Esquerda */
.mv-legal-intro {
  position: sticky;
  top: 40px;
}

.mv-legal-image-box {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
}

.mv-legal-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Coluna Direita */

/* Cards da Lista */
.mv-legal-card {
  background: var(--mv-bg-surface);
  border: 1px solid var(--mv-bg-shape);
  transition: all 0.3s ease;
  border-radius: var(--radius-md);
  padding: 30px;
  margin-bottom: 20px;
}

.mv-legal-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--mv-bg-surface);
  transform: translateX(10px);
}

.mv-legal-card-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.mv-legal-number {
  font-size: 2rem;
  font-weight: 900;
  color: var(--mv-blue);
  font-family: var(--font-sans);
  opacity: 0.5;
}

.mv-legal-card h4 {
  margin: 0;
  font-size: var(--fs-h4);
  color: #fff;
  line-height: 1.4;
}

.mv-legal-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv-legal-card-body li {
  font-size: 0.95rem;
  color: var(--mv-text-muted);
  margin-bottom: 12px;
  padding-left: 16px;
}

@media (max-width: 900px) {
  .mv-legal-grid {
    grid-template-columns: 1fr;
  }
  .mv-legal-intro {
    position: static;
  }
}


/* Learning Section Styles */
.mv-learning-section {
  background: var(--mv-bg-base);
  overflow: visible;
}

.mv-learning-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.mv-learning-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.mv-tag {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.mv-tag:hover {
  background: var(--mv-blue);
  border-color: var(--mv-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.mv-tag svg {
  width: 16px;
  height: 16px;
}

.mv-learning-footer {
  background: var(--mv-bg-shape);
  border: 1px solid rgba(255, 255, 255, 0.05); /* Padrão mv-feature-card */
  border-radius: var(--radius-md);
  padding: 24px 24px 18px 24px;
  border-left: 4px solid var(--mv-blue); /* Mantendo apenas o detalhe lateral */
}

.mv-learning-footer p {
  color: var(--mv-text-primary); /* Padrão de texto */
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
}

.mv-learning-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(59, 130, 246, 0.2));
  animation: float 6s ease-in-out infinite;
}

@media (max-width: 900px) {
  .mv-learning-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mv-learning-tags {
    justify-content: center;
  }
  .mv-learning-image {
    order: -1;
    max-width: 400px;
    margin: 0 auto;
  }
}
/* Notoriedade Section */
.mv-news-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: var(--mv-bg-base);
}

.mv-news-bg-text {
  font-family: 'Orbitron', var(--font-sans);
  font-size: 18vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}

.mv-news-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 30px;
}

.mv-news-logo {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0.4;
  transition: opacity 0.3s;
  cursor: default;
}
.mv-news-logo:hover { opacity: 1; }

.mv-news-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 20px 40px 20px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}
.mv-news-carousel::-webkit-scrollbar { display: none; }

.mv-news-card {
  min-width: 380px;
  max-width: 380px;
  height: auto;
  background: rgba(15, 30, 54, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.mv-news-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mv-news-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: var(--mv-bg-shape);
  display: flex;
}

.mv-news-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mv-news-card:hover .mv-news-image-wrapper img {
  transform: scale(1.1);
}

.mv-news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background: rgba(15, 30, 54, 0.8);
}

.mv-news-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 12px;
}

.mv-news-source {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 0.8rem;
  color: var(--mv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mv-news-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--mv-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(59, 130, 246, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}

.mv-news-relative-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.mv-news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(15, 30, 54, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.mv-news-nav:hover {
  background: var(--mv-blue);
  border-color: var(--mv-blue-light);
  box-shadow: 0 0 30px var(--mv-blue-glow);
  transform: translateY(-50%) scale(1.1);
  color: #fff;
}

.mv-news-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.mv-news-nav.prev {
  left: -28px;
}

.mv-news-nav.next {
  right: -28px;
}

.mv-news-nav i {
  width: 24px;
  height: 24px;
}

@media (max-width: 1300px) {
  .mv-news-nav.prev { left: 0px; }
  .mv-news-nav.next { right: 0px; }
}

@media (max-width: 768px) {
  .mv-news-nav {
    display: none; /* Melhores UX via touch no mobile */
  }
}

.mv-news-headline {
  font-family: 'Merriweather', serif;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}

.mv-news-summary {
  font-size: 0.95rem;
  color: var(--mv-text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .mv-news-logos {
    gap: 20px;
  }
  .mv-news-logo {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS */html, body{
    overflow-x: hidden;
}

/* Para navegadores baseados em WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 05px;
}

::-webkit-scrollbar-thumb {
  background: #9bdffc;
  border-radius: 05px;
  border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: #9bdffc;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #9bdffc transparent;
}/* End custom CSS */