/* MOVIPISO · HOME V2 · 24/09/2026
   Mantiene intacto el hero aprobado y construye el sistema visual debajo. */

:root{
  --mv-navy:#071b34;
  --mv-navy-2:#0b2e58;
  --mv-blue:#2f80ff;
  --mv-blue-soft:#eaf3ff;
  --mv-accent:#d9f32f;
  --mv-paper:#f4f7fb;
  --mv-ink:#071b34;
  --mv-muted:#5e7189;
  --mv-line:#dce5ef;
  --mv-radius:28px;
  --mv-shadow:0 22px 60px rgba(7,31,63,.10);
}

main{overflow:hidden}
.section-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.section-heading{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.section-heading-left{
  margin-left:0;
  text-align:left;
}
.section-kicker{
  margin:0 0 10px;
  color:#176ddd;
  font-size:11px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.12em;
}
.section-kicker-light{color:#88beff}
.section-heading h2,
.process-copy h2,
.calculator-story h2,
.b2b-feature h2,
.piso-listo h2,
.final-cta h2{
  margin:0;
  color:var(--mv-ink);
  font-size:clamp(34px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.048em;
  font-weight:950;
}
.section-heading h2 span,
.process-copy h2 span,
.b2b-feature h2 span,
.piso-listo h2 span,
.final-cta h2 span{color:var(--mv-blue)}
.section-heading>p:last-child,
.process-copy .section-heading p:last-child{
  max-width:720px;
  margin:18px auto 0;
  color:var(--mv-muted);
  font-size:16px;
  line-height:1.62;
}
.section-heading-left>p:last-child{margin-left:0}
.visual-card-grid{display:grid;gap:16px}
.visual-card-grid-3{grid-template-columns:repeat(3,1fr)}
.visual-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  min-height:360px;
  padding:24px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(4,17,31,.04) 10%,rgba(4,17,31,.14) 42%,rgba(4,17,31,.90) 100%),
    var(--card-bg) center/cover no-repeat;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 44px rgba(7,31,63,.10);
  transform:translateZ(0);
  transition:transform .28s ease,box-shadow .28s ease;
}
.visual-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(120deg,rgba(47,128,255,.08),transparent 48%);
}
.visual-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 64px rgba(7,31,63,.18);
}
.visual-card-tall{min-height:430px}
.visual-card-tag{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  display:inline-flex;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(3,18,35,.42);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
}
.visual-card-copy{position:relative;z-index:2}
.visual-card-copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(25px,2.5vw,36px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.visual-card-copy p{
  max-width:500px;
  margin:10px 0 0;
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.5;
}
.card-link{
  display:inline-block;
  margin-top:16px;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.service-gateway{padding:92px 0 34px}
.process-section{padding:82px 0}
.process-layout{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  gap:58px;
  align-items:center;
}
.process-photo{
  position:relative;
  min-height:640px;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--mv-shadow);
}
.process-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.process-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(7,27,52,.44));
}
.process-photo-badge{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:22px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:18px;
  background:rgba(7,27,52,.70);
  backdrop-filter:blur(10px);
  color:#fff;
}
.process-photo-badge strong,
.process-photo-badge span{display:block}
.process-photo-badge strong{font-size:16px}
.process-photo-badge span{margin-top:2px;font-size:12px;color:#cfe3f8}
.process-steps{
  list-style:none;
  margin:30px 0 0;
  padding:0;
  display:grid;
  gap:10px;
}
.process-steps li{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:15px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid var(--mv-line);
}
.process-steps li>span{
  color:#8fb9ee;
  font-size:13px;
  font-weight:950;
  letter-spacing:.06em;
}
.process-steps strong{
  display:block;
  color:var(--mv-ink);
  font-size:17px;
}
.process-steps p{
  margin:5px 0 0;
  color:var(--mv-muted);
  font-size:14px;
  line-height:1.5;
}
.calculator-story{
  margin-top:26px;
  padding:46px;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,.8fr);
  gap:48px;
  align-items:center;
  border-radius:32px;
  background:
    radial-gradient(circle at 88% 10%,rgba(47,128,255,.16),transparent 26rem),
    linear-gradient(135deg,#081f3b,#0b315f);
  box-shadow:0 26px 70px rgba(7,31,63,.15);
}
.calculator-story h2{color:#fff}
.calculator-story p{
  margin:17px 0 0;
  max-width:620px;
  color:#d8e7f7;
  font-size:15px;
  line-height:1.62;
}
.calculator-story .section-kicker{color:#83bbff}
.calculator-factors{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0 24px;
}
.calculator-factors span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:#f5f9ff;
  font-size:11px;
  font-weight:800;
  background:rgba(255,255,255,.05);
}
.calculator-story-visual{
  overflow:hidden;
  padding:0;
  border:0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 50px rgba(0,0,0,.28);
}
.calculator-story-visual img{display:block;width:100%;height:auto}
.services-section{padding:104px 0 44px}
.service-mosaic{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:320px;
  gap:16px;
}
.service-card{min-height:0}
.service-card-wide{grid-column:span 2}
.price-section{padding:92px 0}
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:34px;
}
.price-card{
  min-height:210px;
  padding:26px;
  border:1px solid var(--mv-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,31,63,.04);
}
.price-card>span{
  display:inline-flex;
  margin-bottom:30px;
  color:#7fa9dd;
  font-size:11px;
  font-weight:950;
}
.price-card h3{
  margin:0;
  font-size:23px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.price-card p{
  margin:10px 0 0;
  color:var(--mv-muted);
  font-size:14px;
  line-height:1.55;
}
.price-cta{
  margin-top:14px;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-radius:22px;
  background:#edf5ff;
  border:1px solid #cfe2fb;
}
.price-cta strong,
.price-cta span{display:block}
.price-cta strong{font-size:17px}
.price-cta span{margin-top:3px;color:#58708b;font-size:13px}
.situations-section{padding:64px 0 92px}
.situation-card{min-height:390px}
.why-section{
  padding:72px 0;
  border-top:1px solid #e5ecf4;
  border-bottom:1px solid #e5ecf4;
}
.why-layout{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:72px;
  align-items:start;
}
.why-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.why-point{
  min-height:170px;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--mv-line);
}
.why-point strong{
  display:block;
  color:var(--mv-ink);
  font-size:18px;
  letter-spacing:-.02em;
}
.why-point span{
  display:block;
  margin-top:9px;
  color:var(--mv-muted);
  font-size:13.5px;
  line-height:1.55;
}
.b2b-feature{
  position:relative;
  min-height:570px;
  margin-top:100px;
  overflow:hidden;
  border-radius:32px;
  background:#061a32;
  box-shadow:0 28px 70px rgba(7,31,63,.18);
}
.b2b-feature-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,22,42,.98) 0%,rgba(5,22,42,.92) 44%,rgba(5,22,42,.30) 69%,rgba(5,22,42,.14) 100%),
    url('https://images.pexels.com/photos/7218587/pexels-photo-7218587.jpeg?auto=compress&cs=tinysrgb&w=1800') 68% center/cover no-repeat;
}
.b2b-feature-copy{
  position:relative;
  z-index:2;
  width:min(650px,62%);
  padding:74px 56px;
}
.b2b-feature h2{color:#fff}
.b2b-feature h2 span{color:#69aaff}
.b2b-feature p:not(.section-kicker){
  margin:20px 0 0;
  color:#d9e7f5;
  font-size:16px;
  line-height:1.6;
}
.b2b-mini{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:24px 0;
}
.b2b-mini span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  background:rgba(255,255,255,.06);
}
.btn-blue-light{
  background:#fff;
  color:#0b2d56;
  box-shadow:0 12px 26px rgba(0,0,0,.14);
}
.piso-listo{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:54px;
  align-items:center;
  padding:98px 0;
}
.piso-listo-photo{
  min-height:500px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--mv-shadow);
}
.piso-listo-photo img{
  width:100%;
  height:500px;
  object-fit:cover;
  display:block;
}
.piso-listo-copy>p:not(.section-kicker){
  margin:19px 0 0;
  color:var(--mv-muted);
  font-size:15px;
  line-height:1.62;
}
.piso-flow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:24px;
}
.piso-flow span{
  padding:9px 11px;
  border-radius:999px;
  background:#edf5ff;
  color:#155fc9;
  font-size:11px;
  font-weight:900;
}
.piso-flow i{color:#9bb4cf;font-style:normal}
.zones-section{
  padding:84px 0;
  border-radius:32px;
  background:linear-gradient(180deg,#f4f8fd,#eef4fb);
}
.zones-section .section-heading{padding:0 20px}
.zone-grid{
  padding:0 28px 28px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.zone-grid a,
.zone-grid>span{
  text-decoration:none;
  padding:12px 15px;
  border-radius:999px;
  border:1px solid #d3e0ef;
  background:#fff;
  color:#173a61;
  font-size:13px;
  font-weight:850;
}
.zone-grid>span{
  width:100%;
  max-width:820px;
  text-align:center;
  color:#6b7f96;
  font-weight:700;
  background:transparent;
  border-style:dashed;
}
.faq-section{padding:104px 0 68px}
.faq-list{
  max-width:900px;
  margin-top:30px;
  border-top:1px solid var(--mv-line);
}
.faq-item{
  border-bottom:1px solid var(--mv-line);
  background:#fff;
}
.faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 48px 22px 0;
  color:var(--mv-ink);
  font-size:17px;
  font-weight:850;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:4px;
  top:16px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf5ff;
  color:#176ddd;
  font-size:21px;
}
.faq-item[open] summary::after{content:"−"}
.faq-item p{
  max-width:760px;
  margin:-4px 0 22px;
  color:var(--mv-muted);
  font-size:14px;
  line-height:1.65;
}
.final-cta{
  margin-top:40px;
  margin-bottom:64px;
  padding:48px 52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at 84% 10%,rgba(47,128,255,.22),transparent 24rem),
    linear-gradient(135deg,#071b34,#0b315f);
  color:#fff;
}
.final-cta h2{max-width:760px;color:#fff}
.final-cta p:not(.section-kicker){
  margin:13px 0 0;
  color:#d7e6f5;
  font-size:14px;
}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease,transform .55s ease;
}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:980px){
  .visual-card-grid-3{grid-template-columns:1fr 1fr}
  .visual-card-grid-3>*:last-child{grid-column:1/-1}
  .process-layout,.piso-listo{grid-template-columns:1fr;gap:36px}
  .process-photo{min-height:500px}
  .calculator-story{grid-template-columns:1fr;padding:38px}
  .calculator-story-visual{max-width:560px}
  .service-mosaic{grid-template-columns:1fr 1fr}
  .service-card-wide{grid-column:span 2}
  .price-grid{grid-template-columns:1fr}
  .why-layout{grid-template-columns:1fr;gap:36px}
  .b2b-feature-copy{width:72%;padding:62px 42px}
}
@media(max-width:760px){
  .section-shell{width:calc(100% - 24px)}
  .service-gateway{padding:62px 0 22px}
  .section-heading{margin-bottom:24px;text-align:left}
  .section-heading h2,
  .process-copy h2,
  .calculator-story h2,
  .b2b-feature h2,
  .piso-listo h2,
  .final-cta h2{font-size:36px}
  .section-heading>p:last-child,
  .process-copy .section-heading p:last-child{margin-left:0;font-size:14px}
  .visual-card-grid-3{grid-template-columns:1fr}
  .visual-card-grid-3>*:last-child{grid-column:auto}
  .visual-card-tall{min-height:390px}
  .process-section{padding:58px 0}
  .process-photo{min-height:420px;border-radius:22px}
  .process-steps li{grid-template-columns:42px 1fr}
  .calculator-story{width:calc(100% - 24px);padding:26px 18px;border-radius:24px;gap:28px}
  .calculator-story .btn{width:100%}
  .services-section{padding:72px 0 28px}
  .service-mosaic{grid-template-columns:1fr;grid-auto-rows:330px}
  .service-card-wide{grid-column:auto}
  .price-section{padding:66px 0}
  .price-cta{align-items:stretch;flex-direction:column}
  .price-cta .btn{width:100%}
  .situations-section{padding:40px 0 68px}
  .situation-card{min-height:350px}
  .why-section{padding:56px 0}
  .why-points{grid-template-columns:1fr}
  .why-point{min-height:0}
  .b2b-feature{width:calc(100% - 24px);min-height:660px;margin-top:70px;border-radius:24px}
  .b2b-feature-bg{
    background:
      linear-gradient(180deg,rgba(5,22,42,.35) 0%,rgba(5,22,42,.70) 38%,rgba(5,22,42,.96) 67%,rgba(5,22,42,.99) 100%),
      url('https://images.pexels.com/photos/7218587/pexels-photo-7218587.jpeg?auto=compress&cs=tinysrgb&w=1000') center top/cover no-repeat;
  }
  .b2b-feature-copy{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    padding:30px 22px;
  }
  .b2b-feature .btn{width:100%}
  .piso-listo{padding:70px 0}
  .piso-listo-photo{min-height:360px}
  .piso-listo-photo img{height:360px}
  .piso-flow{gap:6px}
  .piso-flow i{display:none}
  .zones-section{width:calc(100% - 24px);padding:62px 0;border-radius:24px}
  .zone-grid{justify-content:flex-start;padding:0 18px 18px}
  .zone-grid a{flex:1 1 calc(50% - 8px);text-align:center}
  .faq-section{padding:72px 0 44px}
  .faq-item summary{font-size:15px}
  .final-cta{
    width:calc(100% - 24px);
    margin-bottom:32px;
    padding:30px 20px;
    display:block;
    border-radius:24px;
  }
  .final-cta .btn{width:100%;margin-top:22px}
}
@media(max-width:430px){
  .section-heading h2,
  .process-copy h2,
  .calculator-story h2,
  .b2b-feature h2,
  .piso-listo h2,
  .final-cta h2{font-size:33px}
  .visual-card{padding:20px}
  .visual-card-tall{min-height:360px}
  .service-mosaic{grid-auto-rows:310px}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .visual-card{transition:none}
}