:root{
  --red:#E92226;
  --navy:#081B39;
  --navy2:#0B2448;
  --slate:#3E4258;
  --bg:#F8FAFC;
  --text:#111827;
  --muted:#6B7280;
  --radius:16px;
  --shadow: 0 14px 40px rgba(0,0,0,.08);
}

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text);line-height:1.55}
.container{width:92%;max-width:1200px;margin:0 auto}

/* Header */
.header{
  background:#fff;
  border-bottom:1px solid #eef2f7;
  position:sticky; top:0; z-index:50;
}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0; gap:18px}
.brand{display:flex;align-items:center}

/* LOGO: más grande y legible */
.logo{
  height:95px; width:auto;
  display:block;
}
@media (max-width:900px){
  .logo{height:95px}
}

.nav{display:flex;align-items:center;gap:18px}
.nav a{text-decoration:none;color:var(--text);font-weight:600;opacity:.9}
.nav a:hover{opacity:.75}
.nav-cta{
  background:var(--red); color:#fff !important;
  padding:10px 16px; border-radius:10px;
}

/* Hero */
.hero{
  padding:72px 0;
  background: radial-gradient(900px 420px at 15% 15%, rgba(233,34,38,.22), transparent 60%),
              linear-gradient(135deg, var(--navy), var(--navy2));
  color:#fff;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:40px;
  align-items:center;
}
.badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-weight:600;
  font-size:13px;
  margin-bottom:14px;
}
h1{font-size:44px;line-height:1.05;letter-spacing:-.02em;margin-bottom:16px}
.lead{font-size:16px;opacity:.92;max-width:56ch;margin-bottom:22px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.btn{
  appearance:none;border:0;cursor:pointer;
  padding:12px 18px;border-radius:12px;
  font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;
}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{filter:brightness(1.05)}
.btn-ghost{
  background:transparent;color:#fff;
  border:1px solid rgba(255,255,255,.28);
}
.btn-ghost:hover{background:rgba(255,255,255,.07)}

.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;font-weight:700;
}

/* Hero visual */
.hero-visual{display:flex;justify-content:flex-end}
.map-card{
  width:min(520px,100%);
  background:rgba(10,30,60,.55);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
}
.map-title{font-weight:900;letter-spacing:.02em;margin-bottom:14px}
.map-grid{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap:14px;
  align-items:start;
}
.map-col{display:flex;flex-direction:column;gap:10px}
.map-h{
  font-weight:900;
  opacity:.9;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.map-arrow{
  align-self:center;
  font-size:22px;
  opacity:.8;
  padding:10px 8px;
}
.map-item{
  display:flex;gap:10px;align-items:flex-start;
  padding:10px 10px;border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.map-item.good{
  background:rgba(233,34,38,.10);
  border:1px solid rgba(233,34,38,.28);
}
.dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--red);
  margin-top:5px;
  flex:0 0 10px;
}
.map-k{font-weight:900;font-size:13px}
.map-v{opacity:.86;font-size:12px;line-height:1.35}
.map-foot{
  margin-top:12px;
  opacity:.86;
  font-size:12px;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:12px;
}

/* Sections */
.section{padding:64px 0}
.section.dark{background:var(--navy);color:#fff}
h2{font-size:34px;letter-spacing:-.02em;margin-bottom:8px}
.sub{color:var(--muted);margin-bottom:26px;max-width:70ch}
.section.dark .sub{color:rgba(255,255,255,.75)}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.mt{margin-top:18px}

.card{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius: var(--radius);
  padding:22px;
  box-shadow: var(--shadow);
}
.section.dark .card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:none;
}
.card h3{font-size:18px;margin-bottom:8px;font-weight:900}
.card p{color:var(--muted)}
.section.dark .card p{color:rgba(255,255,255,.78)}

.bullets{margin-top:10px;padding-left:18px}
.bullets li{margin:6px 0;color:var(--muted)}
.section.dark .bullets li{color:rgba(255,255,255,.78)}

.steps{display:flex;flex-direction:column;gap:14px}
.step{
  display:flex;gap:14px;align-items:flex-start;
  padding:16px 18px;border-radius:18px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.n{
  width:36px;height:36px;border-radius:999px;
  background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;flex:0 0 36px;
}
.step h3{font-size:18px;margin-bottom:4px;font-weight:900}
.step p{color:rgba(255,255,255,.78)}

.risk-note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:14px;
  border:1px dashed rgba(62,66,88,.5);
  color:var(--muted);
}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:28px;
  align-items:start;
}
.mini-proof{
  display:flex;flex-direction:column;gap:8px;
  opacity:.9;
  margin-top:14px;
}
.form label{display:block;font-size:13px;font-weight:800;margin-bottom:12px}
.form input,.form textarea{
  width:100%;
  margin-top:6px;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:#fff;
  outline:none;
}
.form input:focus,.form textarea:focus{border-color: rgba(233,34,38,.6)}
.note{opacity:.7;font-size:12px;margin-top:10px}

/* Footer */
.footer{background:#0a1224;color:rgba(255,255,255,.72);padding:26px 0}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.footer-left{display:flex;align-items:center;gap:12px}
.logo-sm{height:36px;width:auto}
.top{text-decoration:none;color:rgba(255,255,255,.72);font-weight:900}

/* Modal */
.modal{
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:0;
  width:min(620px,92vw);
  background: var(--navy2);
  color:#fff;
}
.modal::backdrop{background:rgba(0,0,0,.55)}
.modal-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.modal .x{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}
.checklist{list-style:none;padding:16px 18px;display:grid;gap:10px}
.checklist li{padding-left:18px;position:relative;opacity:.92}
.checklist li::before{
  content:""; width:10px;height:10px;border-radius:50%;
  background:var(--red);position:absolute;left:0;top:.45em
}
.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:0 18px 18px}

/* Reveal */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}
.reveal.in{opacity:1;transform:translateY(0)}
#transformacion,#riesgo,#contacto{scroll-margin-top:92px}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-visual{justify-content:flex-start}
  h1{font-size:34px}
  .grid-3{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .nav{gap:12px}
}
.icon-card{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.icon{
  width:54px;
  height:54px;
}

.card-arrow{
  margin-top:6px;
  font-size:13px;
  font-weight:600;
  color:#E92226;
}
.map-image-wrap{
  width: min(560px, 100%);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,30,60,.55);
}
.map-image{
  width: 100%;
  height: auto;
  display: block;
}
.footer {
  background: #071c36;
  color: #fff;
  padding: 40px 20px;
}

.footer-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.footer-logo {
  height: 90px;
  width: auto;
  margin-bottom: 12px;
}

.footer-tagline {
  margin-bottom: 18px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

.footer-contact p {
  margin: 4px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ff4b4b;
}

.footer-copy {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
