:root{
  --navy:#071b34;
  --navy-2:#0c2a4d;
  --blue:#2f80ff;
  --blue-2:#1267df;
  --accent:#daf32f;
  --accent-2:#c8eb17;
  --paper:#f7f9fc;
  --white:#fff;
  --ink:#0a1f3b;
  --muted:#607089;
  --line:#dbe4ef;
  --wa:#22c76a;
  --shadow:0 20px 50px rgba(9,30,66,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#eef3f8}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit}
[hidden]{display:none!important}
.site-header{position:sticky;top:0;z-index:50;width:min(1220px,calc(100% - 32px));margin:20px auto 0;min-height:72px;padding:0 18px 0 22px;border-radius:26px 26px 0 0;display:flex;align-items:center;gap:28px;background:linear-gradient(90deg,#061b33 0%,#08213f 70%,#0b2a4c 100%);color:#fff;box-shadow:0 10px 30px rgba(6,27,51,.18)}
.brand{text-decoration:none;display:flex;align-items:center;gap:10px;flex-shrink:0}
.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:var(--navy);font-weight:900}
.brand-word{font-weight:900;letter-spacing:-.04em;font-size:22px}
.brand-word span{color:#30a1ff}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:24px}
.desktop-nav a{text-decoration:none;font-size:14px;font-weight:650;color:#f0f5fb}
.desktop-nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:12px}
.header-contact{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:white;border-radius:999px;min-height:42px;padding:0 16px;display:flex;align-items:center;gap:8px;font-weight:750}
.header-contact span:first-child{color:var(--accent)}
.btn{border:0;border-radius:999px;min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:850;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,.menu-toggle:focus-visible,.modal-close:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(47,128,255,.28);outline-offset:2px}
.btn-accent{background:linear-gradient(180deg,#e4fa42,#d4ef25);color:#102000;box-shadow:0 10px 20px rgba(207,235,23,.2)}
.btn-accent:hover{box-shadow:0 12px 24px rgba(207,235,23,.28)}
.btn-small{min-height:44px;padding:0 20px;font-size:14px}
.btn-whatsapp{border:1.5px solid var(--wa);background:#fff;color:var(--navy)}
.btn-business{flex:0 0 100%;max-width:535px;min-height:56px;background:var(--navy);color:#fff;border:1px solid var(--navy);box-shadow:0 10px 24px rgba(7,27,52,.14)}
.btn-business:hover{background:#0c2a4d;box-shadow:0 12px 28px rgba(7,27,52,.2)}
.wa-dot{color:var(--wa)}
.btn-ghost{border:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:none}
.btn-full{width:100%}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}
.mobile-menu{position:fixed;z-index:49;top:88px;left:16px;right:16px;background:var(--navy);color:#fff;border-radius:18px;padding:14px;box-shadow:var(--shadow)}
.mobile-menu a{display:block;text-decoration:none;padding:13px 10px;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-menu a:last-child{border-bottom:0}
.hero{position:relative;width:min(1220px,calc(100% - 32px));min-height:690px;margin:0 auto;overflow:hidden;border-radius:0 0 28px 28px;background:radial-gradient(circle at 18% 18%,rgba(47,128,255,.08),transparent 28%),linear-gradient(90deg,#fff 0%,#fff 47%,rgba(255,255,255,.85) 54%,rgba(255,255,255,.03) 72%)}
.hero-photo{position:absolute;inset:0 0 0 42%;background-image:url("https://images.unsplash.com/photo-1783473007464-1dbf2ff30dec?auto=format&fit=crop&fm=jpg&q=84&w=2200");background-size:cover;background-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 37%,rgba(255,255,255,.78) 49%,rgba(255,255,255,.08) 68%,rgba(3,18,35,.05) 100%)}
.hero-copy{position:relative;z-index:3;width:54%;padding:84px 20px 48px 46px}
.eyebrow{margin:0 0 22px;color:var(--blue-2);font-size:13px;font-weight:850;letter-spacing:.025em}
.hero h1{max-width:650px;margin:0;font-size:clamp(50px,5.1vw,78px);line-height:.98;letter-spacing:-.055em;font-weight:950;color:#071a34}
.hero h1 span{color:var(--blue)}
.hero-lead{max-width:590px;margin:26px 0 0;font-size:18px;line-height:1.5;color:#263d5b}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;max-width:535px}
.calc-teaser{position:absolute;z-index:4;right:54px;bottom:52px;width:390px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f5f7f2,#e7ece8);border:1px solid rgba(7,27,52,.12);box-shadow:0 24px 50px rgba(7,27,52,.22)}
.calc-teaser-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.calc-teaser-head strong{font-size:17px}
.calc-teaser-head span{font-size:11px;color:#617168;display:flex;gap:5px;align-items:center}
.calc-teaser-head i{width:7px;height:7px;border-radius:50%;background:#91cf2c;display:inline-block}
.lcd{background:linear-gradient(180deg,#d9e1b7,#c6d09d);border:3px solid #98a27f;border-radius:11px;padding:12px 14px;box-shadow:inset 0 3px 10px rgba(28,45,37,.16);font-family:"SFMono-Regular",Consolas,monospace}
.lcd-row+.lcd-row{border-top:1px solid rgba(25,49,37,.16);margin-top:9px;padding-top:9px}
.lcd-row span{display:block;font-size:10px;letter-spacing:.08em;color:#41523e}
.lcd-row strong{display:block;margin-top:3px;font-size:15px;color:#27362a}
.calc-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0}
.calc-keys span{height:36px;border-radius:8px;background:#163453;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:inset 0 -3px 0 rgba(0,0,0,.18)}
.calc-keys .key-c{background:#b95035}
.calc-start{width:100%;min-height:46px}
.calc-teaser small{display:block;text-align:center;margin-top:9px;color:#5d6978;font-size:10px}
.trust-strip{width:min(1120px,calc(100% - 48px));margin:18px auto 0;display:grid;grid-template-columns:repeat(4,1fr);background:#f8fbff;border:1px solid #e1eaf4;border-radius:22px;padding:24px 28px}
.trust-strip>div{display:flex;align-items:center;gap:12px;padding:0 20px;border-right:1px solid #dfe8f2}
.trust-strip>div:last-child{border-right:0}
.trust-strip span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#156ce0;border:2px solid #a9cdfb;font-weight:900}
.trust-strip p{margin:0;font-size:13px;line-height:1.4;color:#3e536e}
.trust-strip strong{color:#163453}
.modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(3,15,30,.68);backdrop-filter:blur(8px)}
.calculator-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;overflow:auto}
.calculator-shell{width:min(680px,100%);max-height:min(880px,calc(100vh - 48px));overflow:auto;background:#f8fafc;border-radius:26px;box-shadow:0 30px 100px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.3)}
.calculator-topbar{position:sticky;top:0;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;padding:24px 26px 18px;background:linear-gradient(180deg,#0a2546,#061b33);color:#fff}
.calculator-kicker{margin:0 0 5px;font-size:11px;font-weight:850;letter-spacing:.1em;color:#8cc2ff}
.calculator-topbar h2{margin:0;font-size:28px;letter-spacing:-.03em}
.modal-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);color:#fff;font-size:28px;line-height:1}
.progress-wrap{padding:18px 26px 0}
.progress-meta{display:flex;justify-content:space-between;font-size:12px;font-weight:750;color:#63748a}
.progress-track{height:8px;background:#e5ebf1;border-radius:999px;overflow:hidden;margin-top:9px}
.progress-track span{display:block;width:20%;height:100%;background:linear-gradient(90deg,var(--blue),var(--accent));transition:width .3s ease}
form{padding:8px 26px 26px}
.step{display:none;border:0;padding:18px 0 4px;margin:0}
.step.is-active{display:block;animation:stepIn .25s ease both}
@keyframes stepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step legend{display:block;padding:0;margin:0;font-size:25px;line-height:1.15;letter-spacing:-.03em;font-weight:900;color:#0a203d}
.step-intro{margin:10px 0 20px;color:#607089;line-height:1.5;font-size:14px}
.step label{display:block;margin:0 0 16px;font-size:13px;font-weight:800;color:#233c5d}
input[type="text"],input[type="tel"],input[type="email"],input[type="date"],select{width:100%;margin-top:7px;min-height:50px;border:1px solid #ced9e6;border-radius:13px;background:#fff;padding:0 14px;color:#0a203d}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.choice{margin:0!important;cursor:pointer}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice span{min-height:58px;padding:10px;border-radius:14px;border:1px solid #ced9e6;background:#fff;display:grid;place-items:center;text-align:center;font-weight:800;font-size:13px;transition:.2s ease}
.choice input:checked+span{border-color:#2f80ff;background:#edf5ff;box-shadow:inset 0 0 0 1px #2f80ff;color:#0f63d2}
.room-grid{grid-template-columns:repeat(3,1fr);margin-bottom:18px}
.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.access-card{background:#fff;border:1px solid #d7e2ee;border-radius:16px;padding:16px}
.access-card h3{margin:0 0 14px;font-size:16px}
.toggle-row{display:flex!important;align-items:center;gap:10px!important;margin:8px 0!important;padding:12px 13px;border:1px solid #d7e2ee;border-radius:13px;background:#fff;font-size:13px!important;font-weight:750!important}
.toggle-row input{width:18px;height:18px;accent-color:#2378ed;flex:0 0 auto}
.field-label{display:block;font-size:13px;font-weight:850;color:#233c5d;margin:18px 0 8px}
.demo-note{padding:14px 15px;border-radius:14px;background:#fff8d8;border:1px solid #f0df73;font-size:12px;line-height:1.5;color:#62581e}
.calculator-actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}
.calculator-actions .btn{min-width:140px}
.calculator-actions .btn[disabled]{opacity:.4;cursor:not-allowed;transform:none}
.result-step{text-align:center}
.result-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff0a8;color:#5e4b00;font-size:10px;font-weight:900;letter-spacing:.08em}
.result-kicker{margin:18px 0 0;color:#61748d;font-size:13px;font-weight:800}
.result-price{font-size:56px;font-weight:950;letter-spacing:-.06em;color:#0a203d;margin:4px 0}
.result-copy{max-width:520px;margin:0 auto;color:#64748b;font-size:13px;line-height:1.5}
.result-summary{margin:20px 0;text-align:left;background:#fff;border:1px solid #dce6f0;border-radius:16px;padding:14px 16px;font-size:13px;line-height:1.7;color:#334862}
.result-next{text-align:left;background:#edf5ff;border:1px solid #bcd6fa;border-radius:16px;padding:15px 16px;margin-bottom:14px}
.result-next strong{font-size:14px}
.result-next p{margin:5px 0 0;font-size:13px;line-height:1.5;color:#45617e}
.toast{position:fixed;z-index:120;left:50%;bottom:24px;transform:translate(-50%,20px);background:#071b34;color:#fff;padding:12px 18px;border-radius:999px;font-size:13px;font-weight:750;opacity:0;pointer-events:none;transition:.25s ease;box-shadow:var(--shadow)}
.toast.is-visible{opacity:1;transform:translate(-50%,0)}
body.modal-open{overflow:hidden}
@media (max-width:1050px){
  .desktop-nav{display:none}
  .site-header{justify-content:space-between}
  .header-actions{margin-left:auto}
  .menu-toggle{display:block}
  .hero-copy{width:58%;padding-left:34px}
  .calc-teaser{right:28px;width:340px}
}
@media (max-width:760px){
  body{background:#fff}
  .site-header{width:100%;margin:0;border-radius:0;min-height:66px;padding:0 16px;gap:10px}
  .brand-mark{width:30px;height:30px}
  .brand-word{font-size:19px}
  .header-contact,.header-actions>.btn-small{display:none}
  .menu-toggle{display:block}
  .mobile-menu{top:74px}
  .hero{width:100%;min-height:960px;border-radius:0;background:#0a1b2d}
  .hero-photo{inset:0;background-position:58% center;background-size:cover}
  .hero-shade{background:linear-gradient(180deg,rgba(5,20,37,.22) 0%,rgba(5,20,37,.54) 26%,rgba(5,20,37,.78) 58%,rgba(5,20,37,.9) 100%),linear-gradient(90deg,rgba(5,20,37,.44),rgba(5,20,37,.08))}
  .hero-copy{width:100%;padding:54px 20px 350px;min-height:900px;color:#fff}
  .eyebrow{color:#7db8ff;font-size:11px;line-height:1.4;margin-bottom:18px}
  .hero h1{font-size:47px;color:#fff;max-width:500px}
  .hero h1 span{color:#61a6ff}
  .hero-lead{font-size:16px;color:#f3f7fb;margin-top:18px;max-width:520px}
  .hero-ctas{display:grid;grid-template-columns:1fr;margin-top:22px}
  .hero-ctas .btn{width:100%}
  .btn-whatsapp{background:rgba(6,23,42,.52);color:#fff}
  .calc-teaser{right:16px;left:16px;bottom:20px;width:auto;padding:15px;border-radius:18px}
  .calc-teaser-head strong{font-size:15px}
  .lcd{padding:10px 12px}
  .calc-keys{display:none}
  .calc-teaser small{font-size:9px}
  .trust-strip{width:calc(100% - 24px);margin:12px auto 0;padding:8px 12px;grid-template-columns:1fr 1fr;border-radius:18px}
  .trust-strip>div{padding:12px 8px;border-right:0;border-bottom:1px solid #e3ebf4}
  .trust-strip>div:nth-child(3),.trust-strip>div:nth-child(4){border-bottom:0}
  .trust-strip span{width:32px;height:32px;font-size:12px}
  .trust-strip p{font-size:11px}
  .calculator-modal{padding:0;align-items:end}
  .calculator-shell{width:100%;max-height:94vh;border-radius:24px 24px 0 0}
  .calculator-topbar{padding:18px 18px 15px}
  .calculator-topbar h2{font-size:24px}
  .progress-wrap{padding:15px 18px 0}
  form{padding:6px 18px 22px}
  .step{padding-top:16px}
  .step legend{font-size:23px}
  .choice-grid,.room-grid{grid-template-columns:1fr 1fr}
  .access-grid{grid-template-columns:1fr}
  .result-price{font-size:48px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ===== BLOQUE 0/1 DEFINITIVO · HERO + CALCULADORA + CONFIANZA ===== */
.hero{
  position:relative !important;
  width:min(1220px,calc(100% - 32px)) !important;
  min-height:700px !important;
  margin:0 auto !important;
  overflow:hidden !important;
  border-radius:0 0 28px 28px !important;
  background:#fff !important;
}
.hero-photo{
  position:absolute !important;
  inset:0 !important;
  overflow:hidden !important;
  background:none !important;
}
.hero-photo-desktop-single,
.hero-photo-mobile-single{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.hero-photo-desktop-single{display:block !important;object-position:center center !important}
.hero-photo-mobile-single{display:none !important}
.hero-shade{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 30%,rgba(255,255,255,.78) 43%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 72%) !important;
}
.hero-copy{
  position:relative !important;
  z-index:3 !important;
  width:54% !important;
  padding:88px 24px 70px 48px !important;
}
.eyebrow{
  margin:0 0 18px !important;
  color:var(--blue-2) !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
}
.hero h1{
  max-width:680px !important;
  margin:0 !important;
  font-size:clamp(48px,4.65vw,70px) !important;
  line-height:1.01 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
  color:#071a34 !important;
}
.hero h1 span{color:var(--blue) !important}
.hero-lead{
  max-width:600px !important;
  margin:24px 0 0 !important;
  font-size:18px !important;
  line-height:1.55 !important;
  color:#2f4561 !important;
}
.hero-ctas{
  display:flex !important;
  margin-top:28px !important;
  max-width:360px !important;
}
.hero-ctas .btn{min-width:245px !important}
.calc-banner{
  position:absolute;
  z-index:4;
  right:32px;
  bottom:30px;
  width:min(425px,38vw);
  padding:0;
  border:0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 24px 56px rgba(7,27,52,.22);
  transition:transform .2s ease,box-shadow .2s ease;
}
.calc-banner:hover{transform:translateY(-3px);box-shadow:0 30px 68px rgba(7,27,52,.27)}
.calc-banner img{display:block;width:100%;height:auto}

.trust-strip{
  width:min(1120px,calc(100% - 48px)) !important;
  margin:24px auto 0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:14px !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.trust-strip .trust-item{
  min-height:142px !important;
  padding:20px 16px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  text-align:center !important;
  background:#fff !important;
  border:1px solid #e3ebf4 !important;
  border-radius:20px !important;
  box-shadow:0 10px 28px rgba(12,43,82,.06) !important;
}
.trust-strip .trust-item img{
  width:72px !important;
  height:72px !important;
  flex:0 0 72px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 9px 12px rgba(31,91,165,.11)) !important;
}
.trust-strip .trust-item p{
  margin:0 !important;
  color:#5a6c82 !important;
  font-size:12.5px !important;
  line-height:1.35 !important;
}
.trust-strip .trust-item strong{
  color:#0b294b !important;
  font-size:14.5px !important;
  font-weight:900 !important;
}

.b2b-band{
  width:min(1120px,calc(100% - 48px)) !important;
  margin:30px auto 0 !important;
  padding:28px 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,#08213f,#0d3260) !important;
  color:#fff !important;
  box-shadow:0 18px 38px rgba(7,27,52,.12) !important;
}
.b2b-band span{display:block;margin-bottom:7px;font-size:11px;font-weight:900;letter-spacing:.08em;color:#7fb8ff}
.b2b-band strong{display:block;font-size:21px;line-height:1.2}
.b2b-band p{margin:7px 0 0;max-width:650px;color:#dbe9f7;font-size:13px;line-height:1.5}
.btn-business{flex:0 0 auto;min-height:50px;padding:0 24px;border:1px solid rgba(255,255,255,.20);background:linear-gradient(135deg,#2f80ff,#155fc9);color:#fff;box-shadow:0 10px 22px rgba(0,0,0,.16)}

@media (max-width:1050px){
  .hero-copy{width:58% !important;padding-left:34px !important}
  .calc-banner{right:24px;width:min(360px,39vw)}
}
@media (max-width:760px){
  body{background:#fff}
  .site-header{width:100%;margin:0;border-radius:0;min-height:66px;padding:0 16px;gap:10px}
  .brand-mark{width:30px;height:30px}
  .brand-word{font-size:19px}
  .header-contact{display:none}
  .menu-toggle{display:block}
  .mobile-menu{top:74px}

  .hero{
    width:100% !important;
    min-height:900px !important;
    border-radius:0 !important;
    background:#0a1b2d !important;
  }
  .hero-photo-desktop-single{display:none !important}
  .hero-photo-mobile-single{
    display:block !important;
    object-fit:cover !important;
    object-position:center 38% !important;
  }
  .hero-shade{
    background:
      linear-gradient(180deg,rgba(5,20,37,.30) 0%,rgba(5,20,37,.44) 28%,rgba(5,20,37,.68) 60%,rgba(5,20,37,.88) 100%) !important;
  }
  .hero-copy{
    width:100% !important;
    padding:44px 20px 320px !important;
    color:#fff !important;
  }
  .eyebrow{color:#91c7ff !important;font-size:11px !important;margin-bottom:14px !important}
  .hero h1{font-size:43px !important;line-height:1.01 !important;color:#fff !important;max-width:520px !important}
  .hero h1 span{color:#68aaff !important}
  .hero-lead{font-size:16px !important;line-height:1.5 !important;color:#f3f7fb !important;margin-top:18px !important;max-width:520px !important}
  .hero-ctas{display:block !important;max-width:none !important;margin-top:20px !important}
  .hero-ctas .btn{width:100% !important;min-width:0 !important}
  .btn-whatsapp{background:rgba(6,23,42,.62);color:#fff}

  .calc-banner{
    left:16px;
    right:16px;
    bottom:18px;
    width:auto;
    border-radius:20px;
    box-shadow:0 18px 42px rgba(0,0,0,.28);
  }

  .trust-strip{
    width:calc(100% - 24px) !important;
    margin-top:14px !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  .trust-strip .trust-item{
    min-height:132px !important;
    padding:14px 8px !important;
    gap:7px !important;
  }
  .trust-strip .trust-item img{
    width:62px !important;
    height:62px !important;
    flex-basis:62px !important;
  }
  .trust-strip .trust-item p{font-size:11.5px !important}
  .trust-strip .trust-item strong{font-size:13px !important}

  .b2b-band{
    width:calc(100% - 24px) !important;
    margin-top:26px !important;
    padding:23px 18px !important;
    display:block !important;
  }
  .b2b-band .btn{width:100%;margin-top:18px}
}
