
:root{
  --bg:#030303;
  --panel:#080808;
  --panel2:#0d0d0d;
  --text:#f6f2e9;
  --muted:#bbb4a8;
  --gold:#dcae32;
  --gold2:#f5cd61;
  --line:rgba(220,174,50,.38);
  --line2:rgba(255,255,255,.08);
  --green:#16d26c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  background:#030303;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
img{display:block;max-width:100%}
.page{width:100%;overflow:hidden}
.hero-exact{
  position:relative;
  width:100%;
  background:#000;
}
.hero-exact img{
  width:100%;
  height:auto;
}
.hotspot{
  position:absolute;
  display:block;
  border:0;
  background:transparent;
  color:transparent;
  overflow:hidden;
  text-indent:-9999px;
}
.nav-sistema{left:16.3%;top:2.0%;width:4.3%;height:4.5%}
.nav-soluciones{left:22.2%;top:2.0%;width:7.4%;height:4.5%}
.nav-nosotros{left:31.1%;top:2.0%;width:5.4%;height:4.5%}
.nav-planes{left:37.4%;top:2.0%;width:4.0%;height:4.5%}
.nav-casos{left:42.2%;top:2.0%;width:6.7%;height:4.5%}
.nav-contacto{left:50.0%;top:2.0%;width:5.2%;height:4.5%}
.nav-diagnostico{right:2.8%;top:1.0%;width:13.7%;height:5.8%}
.hero-diagnostico{left:5.7%;top:65.0%;width:14.8%;height:6.1%}
.hero-propuesta{left:21.2%;top:65.0%;width:14.4%;height:6.1%}

.sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;
  margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}

.section{
  width:min(1440px,92vw);
  margin:0 auto;
  padding:72px 0 0;
}
.section-head{text-align:center;margin-bottom:30px}
.section-kicker{
  color:var(--gold2);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:10px
}
.section-title{
  margin:0 0 10px;
  font-family:"Bodoni 72","Bodoni MT",Didot,Georgia,serif;
  font-size:clamp(34px,4vw,58px);
  font-weight:700;
  letter-spacing:-.02em;
}
.section-sub{
  margin:0 auto;
  color:var(--muted);
  max-width:800px;
  line-height:1.6;
}

.launch-grid{
  display:grid;
  grid-template-columns:1fr 1.12fr 1fr;
  gap:16px;
}
.card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px;
  background:linear-gradient(145deg,#0c0c0c,#070707);
}
.card h2,.card h3{
  font-family:"Bodoni 72","Bodoni MT",Didot,Georgia,serif;
  margin:0 0 12px;
}
.card h2{font-size:31px}
.card p{margin:0;color:#d0cabf;line-height:1.6}
.pilot-strip{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid var(--gold);
  border-radius:12px;
  padding:16px;
}
.pilot-count{
  width:70px;height:70px;border-radius:50%;
  border:1px solid var(--gold);
  display:grid;place-items:center;
  color:var(--gold2);font-weight:900;
}
.checks{display:grid;gap:10px;margin-top:16px}
.checks div:before{content:"✓";color:var(--gold2);margin-right:10px}

.pilot-prices{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.pilot-card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:24px;
  background:#080808;
}
.pilot-card h3{font-size:25px;margin:0 0 12px}
.pilot-card strong{font-size:30px;color:var(--gold2)}
.pilot-card p{color:var(--muted);line-height:1.55}
.pilot-card .small{font-size:13px;color:#aaa}

.plans{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.plan{
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px;
  background:linear-gradient(145deg,#0c0c0c,#070707);
}
.plan h3{
  margin:0 0 12px;
  font-family:"Bodoni 72","Bodoni MT",Didot,Georgia,serif;
  font-size:34px;
}
.plan .price{line-height:1.65;margin-bottom:18px}
.plan .price b{color:var(--gold2);font-size:24px}
.plan ul{list-style:none;margin:0;padding:0;display:grid;gap:11px;color:#d5d0c6}
.plan li:before{content:"✓";color:var(--gold2);margin-right:10px}
.super{
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:14px;
  color:var(--gold2);
}

.payment{
  border:1px solid var(--line);
  border-radius:18px;
  padding:30px;
  display:grid;
  grid-template-columns:.85fr 1.35fr .55fr;
  gap:28px;
  background:linear-gradient(145deg,#0c0c0c,#070707);
}
.payment h2{
  margin:0 0 12px;
  font-family:"Bodoni 72","Bodoni MT",Didot,Georgia,serif;
  font-size:36px;
}
.payment p{color:var(--muted);line-height:1.55}
.choices{display:grid;gap:12px;margin-top:20px}
.choice{
  border:1px solid var(--line2);
  border-radius:10px;
  padding:14px;
}
.choice.active{border-color:var(--gold);color:var(--gold2)}
.form{display:grid;gap:12px}
.form label{font-size:13px;color:#c9c3b8}
.form input,.form select{
  width:100%;
  margin-top:6px;
  padding:13px 14px;
  color:#fff;
  background:#090909;
  border:1px solid var(--line2);
  border-radius:8px;
}
.amounts{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.paybtn{
  border:0;
  border-radius:8px;
  padding:14px;
  font-weight:900;
  background:linear-gradient(135deg,#d8a72e,#ffd96d);
  color:#080808;
}
.secure{
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  align-self:center;
  color:var(--gold2);
  font-size:52px;
  box-shadow:0 0 50px rgba(220,174,50,.12);
}

.contact{
  border-top:1px solid var(--line);
  margin-top:72px;
  padding:54px 0 32px;
}
.contact-grid{
  width:min(1440px,92vw);
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  gap:30px;
  align-items:center;
}
.contact h2{
  margin:0 0 12px;
  font-family:"Bodoni 72","Bodoni MT",Didot,Georgia,serif;
  font-size:42px;
}
.contact p{color:var(--muted);line-height:1.55}
.contact-list{display:grid;gap:10px}
.contact-list span{display:flex;align-items:center;gap:10px}
.contact-list b{color:var(--gold2)}
.brand-bottom{font-size:45px;letter-spacing:.08em;text-align:right}
.brand-bottom b{color:var(--gold)}
.legal{
  border-top:1px solid rgba(255,255,255,.05);
  width:min(1440px,92vw);
  margin:auto;
  padding:20px 0 32px;
  color:#777;
  font-size:12px;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap
}

@media(max-width:1050px){
  .launch-grid,.pilot-prices,.plans,.payment,.contact-grid{grid-template-columns:1fr}
  .brand-bottom{text-align:left}
  .secure{max-width:220px;margin:auto}
}
@media(max-width:700px){
  .section{padding-top:48px}
  .amounts{grid-template-columns:1fr}
}
