:root{
  --mv-blue-950:#07192f;
  --mv-blue-900:#0d2f57;
  --mv-blue-800:#15507d;
  --mv-blue-700:#1d719f;
  --mv-blue-600:#2f94c2;
  --mv-blue-100:#d8eff8;
  --mv-blue-050:#f2fbff;
  --mv-text:#163650;
  --mv-muted:#5b7288;
  --mv-white:#ffffff;
  --mv-border:rgba(21,80,125,0.12);
  --mv-shadow:0 22px 60px rgba(13,47,87,0.08);
  --mv-shadow-strong:0 30px 80px rgba(13,47,87,0.14);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}

body.mv-page{
  --product-page-bg:url("../imgs/FONDO_AZUL-01.png");
  color:var(--mv-text);
  font-family:Inter, "Segoe UI", Arial, sans-serif;
}

.mv-shell{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.mv-nav{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(21,80,125,0.08);
}

.mv-nav .mv-shell{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.mv-back{
  color:var(--mv-blue-800);
  text-decoration:none;
  font-weight:700;
}

.mv-logo{
  height:42px;
  width:auto;
}

.mv-hero{padding:56px 0 24px;}

.mv-hero-panel{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap:32px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg, #ffffff, #f0faff);
  border:1px solid rgba(21,80,125,0.08);
  box-shadow:var(--mv-shadow-strong);
}

.mv-kicker,
.mv-eyebrow,
.mv-section-head span{
  display:inline-block;
  color:var(--mv-blue-700);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
}

.mv-copy h1,
.mv-section-head h2,
.mv-panel h3,
.mv-feature-block h3,
.mv-cta-panel h2{
  color:var(--mv-blue-900);
}

.mv-copy h1{
  margin:16px 0 0;
  font-size:clamp(38px, 6vw, 74px);
  line-height:0.97;
  letter-spacing:-0.03em;
}

.mv-lead{
  margin:20px 0 0;
  color:#274868;
  font-size:18px;
  line-height:1.72;
  max-width:780px;
}

.mv-highlight-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:26px;
}

.mv-highlight{
  padding:18px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(21,80,125,0.08);
  box-shadow:var(--mv-shadow);
}

.mv-highlight strong{
  display:block;
  font-size:15px;
  color:var(--mv-blue-900);
}

.mv-highlight span{
  display:block;
  margin-top:8px;
  color:var(--mv-muted);
  line-height:1.6;
  font-size:14px;
}

.mv-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.mv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

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

.mv-btn-primary{
  color:var(--mv-white);
  background:linear-gradient(135deg, #17648f, #2f94c2);
  box-shadow:0 16px 40px rgba(23,100,143,0.28);
}

.mv-btn-secondary{
  color:var(--mv-blue-800);
  background:#ffffff;
  border:1px solid rgba(21,80,125,0.16);
}

.mv-media-card{
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(47,148,194,0.14), transparent 30%),
    linear-gradient(180deg, #ffffff, #f1fbff);
  border:1px solid var(--mv-border);
  box-shadow:var(--mv-shadow);
}

.mv-media-card img{
  width:100%;
  display:block;
}

.mv-model-feature{
  margin-top:26px;
  display:grid;
  grid-template-columns:minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap:24px;
  align-items:center;
  padding:26px;
  border-radius:30px;
  background:linear-gradient(135deg, #ffffff, #f2fbff);
  border:1px solid var(--mv-border);
  box-shadow:var(--mv-shadow-strong);
}

.mv-model-copy h3{
  margin:12px 0 0;
  color:var(--mv-blue-900);
  font-size:clamp(26px, 3vw, 38px);
  line-height:1.05;
}

.mv-model-copy p{
  margin:16px 0 0;
  color:var(--mv-muted);
  line-height:1.72;
  font-size:15px;
}

.mv-model-actions{
  margin-top:24px;
}

.mv-model-card{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(47,148,194,0.18), transparent 32%),
    linear-gradient(180deg, #ffffff, #eafaff);
  border:2px solid var(--mv-blue-700);
  box-shadow:0 28px 70px rgba(13,47,87,0.18);
}

.mv-feature-model{
  width:100%;
  display:block;
  height:420px;
  background:transparent;
  --poster-color:transparent;
}

.mv-model-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  border:0;
  background:linear-gradient(180deg, rgba(7,26,52,0.06), rgba(7,26,52,0.2));
  color:#ffffff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  cursor:pointer;
  transition:background-color .2s ease, opacity .2s ease;
}

.mv-model-card.is-active .mv-model-overlay{
  opacity:0;
  pointer-events:none;
}

.mv-model-play{
  width:88px;
  height:88px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.94);
  color:var(--mv-blue-800);
  box-shadow:0 16px 40px rgba(7,26,52,0.24);
  font-size:30px;
}

.mv-model-overlay-text{
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}

.mv-band{padding:18px 0 8px;}

.mv-band-grid,
.mv-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.mv-band-card,
.mv-panel,
.mv-feature-block,
.mv-kpi-card,
.mv-cta-panel{
  background:#ffffff;
  border:1px solid var(--mv-border);
  box-shadow:var(--mv-shadow);
}

.mv-band-card{
  padding:22px;
  border-radius:24px;
}

.mv-band-card span{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:var(--mv-blue-700);
  background:var(--mv-blue-050);
  font-weight:800;
}

.mv-band-card strong{
  display:block;
  margin-top:16px;
  color:var(--mv-blue-900);
  font-size:18px;
}

.mv-band-card p,
.mv-panel p,
.mv-feature-block p{
  color:var(--mv-muted);
  line-height:1.72;
  font-size:15px;
}

.mv-section{padding:34px 0;}

.mv-section-alt{
  background:linear-gradient(180deg, #f2fbff, #e8f6fb);
  border-top:1px solid rgba(21,80,125,0.05);
  border-bottom:1px solid rgba(21,80,125,0.05);
}

.mv-section-head{
  max-width:840px;
}

.mv-section-head h2{
  margin:14px 0 0;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.05;
  letter-spacing:-0.03em;
}

.mv-section-head p{
  margin:16px 0 0;
  color:var(--mv-muted);
  font-size:16px;
  line-height:1.78;
}

.mv-overview-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap:22px;
  margin-top:26px;
}

.mv-side-stack{
  display:grid;
  gap:18px;
}

.mv-grid-2{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  margin-top:26px;
}

.mv-panel,
.mv-feature-block{
  padding:26px;
  border-radius:26px;
}

.mv-panel-large{
  background:linear-gradient(180deg, #ffffff, #f5fcff);
}

.mv-panel h3,
.mv-feature-block h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
}

.mv-list{
  margin:18px 0 0;
  padding-left:18px;
}

.mv-list li{
  color:var(--mv-muted);
  margin-bottom:10px;
  line-height:1.65;
}

.mv-kpi-grid{
  margin-top:20px;
}

.mv-kpi-card{
  padding:22px;
  border-radius:24px;
}

.mv-kpi-card strong{
  display:block;
  color:var(--mv-blue-700);
  font-size:28px;
  line-height:1;
}

.mv-kpi-card span{
  display:block;
  margin-top:12px;
  color:var(--mv-muted);
  line-height:1.66;
  font-size:14px;
}

.mv-spec-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  margin-top:26px;
}

.mv-metric-list{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

.mv-metric-list div{
  padding:18px;
  border-radius:20px;
  background:#f6fdff;
  border:1px solid rgba(21,80,125,0.08);
}

.mv-metric-list strong{
  display:block;
  color:var(--mv-blue-700);
  font-size:22px;
}

.mv-metric-list span{
  display:block;
  margin-top:8px;
  color:var(--mv-muted);
  line-height:1.6;
  font-size:14px;
}

.mv-cta-panel{
  padding:32px;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg, #ffffff, #eef9ff);
}

.mv-cta-panel h2{
  margin:12px 0 0;
  font-size:clamp(30px, 3vw, 42px);
  line-height:1.05;
}

.mv-cta-panel p{
  color:var(--mv-muted);
  max-width:700px;
  line-height:1.7;
  font-size:16px;
}

.mv-model-modal{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  z-index:120;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
}

.mv-model-modal.is-open{
  opacity:1;
  pointer-events:auto;
}

.mv-model-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,28,46,0.76);
  backdrop-filter:blur(6px);
}

.mv-model-modal-card{
  position:relative;
  z-index:1;
  width:min(1100px, calc(100vw - 36px));
  border-radius:28px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,0.72);
  box-shadow:0 34px 80px rgba(4,25,47,0.34);
  background:linear-gradient(180deg, #f7fdff, #edf9ff);
}

.mv-modal-model{
  width:100%;
  display:block;
  max-height:calc(100vh - 48px);
  height:82vh;
  background:transparent;
  --poster-color:transparent;
}

.mv-model-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  width:42px;
  height:42px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,0.92);
  color:var(--mv-blue-900);
  font-size:16px;
  box-shadow:0 12px 30px rgba(7,26,52,0.22);
  cursor:pointer;
}

@media (max-width:960px){
  .mv-hero-panel,
  .mv-model-feature,
  .mv-band-grid,
  .mv-overview-grid,
  .mv-grid-2,
  .mv-kpi-grid,
  .mv-spec-grid,
  .mv-metric-list,
  .mv-cta-panel{
    grid-template-columns:1fr;
  }

  .mv-cta-panel{
    display:grid;
  }

  .mv-highlight-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .mv-shell{
    width:min(1180px, calc(100% - 28px));
  }

  .mv-nav .mv-shell{
    min-height:64px;
  }

  .mv-logo{
    height:36px;
  }

  .mv-hero{
    padding:30px 0 18px;
  }

  .mv-hero-panel,
  .mv-panel,
  .mv-feature-block,
  .mv-band-card,
  .mv-kpi-card,
  .mv-cta-panel{
    padding:22px;
    border-radius:22px;
  }

  .mv-copy h1{
    font-size:42px;
  }

  .mv-lead{
    font-size:17px;
  }

  .mv-section-head h2{
    font-size:32px;
  }

  .mv-feature-model{
    height:320px;
  }

  .mv-model-play{
    width:72px;
    height:72px;
    font-size:24px;
  }

  .mv-actions{
    flex-direction:column;
  }

  .mv-btn{
    width:100%;
  }

  .mv-model-modal{
    padding:10px;
  }

  .mv-model-modal-card{
    width:min(100vw - 20px, 1100px);
    border-radius:20px;
  }
}
