
:root{
  --navy:#061521;
  --navy-2:#0b2234;
  --card:#10293a;
  --aqua:#40c4d8;
  --white:#f7fbfd;
  --muted:#c3d1d9;
  --line:rgba(255,255,255,.16);
  --shadow:0 18px 55px rgba(0,0,0,.30);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:var(--navy);
  color:var(--white);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,92%);margin:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(4,16,26,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo-link{display:block;flex:0 0 auto}
.logo-link img{
  width:72px;
  height:72px;
  object-fit:contain;
  border-radius:50%;
}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  font-size:.95rem;
}
.nav a{opacity:.82;transition:.2s}
.nav a:hover,.nav a.active{opacity:1;color:var(--aqua)}
.menu-btn{
  display:none;
  background:none;
  border:1px solid var(--line);
  color:#fff;
  padding:8px 11px;
  border-radius:8px;
}

.hero{
  padding:34px 0 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(20,82,112,.24), transparent 42%),
    var(--navy);
}
.hero-map-wrap{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#03101a;
}
.hero-map{
  width:100%;
  height:auto;
  object-fit:contain;
}
.hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:5.2% 27% 0 27%;
  background:none;
  text-align:center;
  pointer-events:none;
}
.hero-copy{
  width:min(470px,100%);
  padding:13px 18px 15px;
  border-radius:14px;
  background:rgba(3,16,26,.72);
  backdrop-filter:blur(5px);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 10px 26px rgba(0,0,0,.24);
  pointer-events:auto;
}
.eyebrow{
  color:var(--aqua);
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-size:.78rem;
}
h1{
  font-size:clamp(2.7rem,6vw,5.5rem);
  line-height:.98;
  margin:14px 0 18px;
  letter-spacing:-.045em;
}
.hero-copy h1{
  font-size:clamp(1.35rem,1.75vw,2.05rem);
  line-height:1.04;
  margin:6px 0 9px;
  letter-spacing:-.02em;
}
.hero-copy p{
  font-size:clamp(.72rem,.82vw,.9rem);
  line-height:1.38;
  color:#e1ebef;
  margin:0;
}
.actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:28px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  font-weight:800;
  border:1px solid transparent;
}
.btn-primary{background:var(--aqua);color:#03131f}
.btn-secondary{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.07)}

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  margin-top:28px;
}
.stat{padding:26px;background:#0a2030;text-align:center}
.stat strong{display:block;font-size:1.8rem;color:var(--aqua)}
.stat span{font-size:.9rem;color:var(--muted)}

.section{padding:90px 0}
.section.alt{background:#081c2a}
.section-title{max-width:790px;margin-bottom:42px}
.section-title h2{
  font-size:clamp(2.1rem,4vw,3.7rem);
  line-height:1.08;
  margin:10px 0 14px;
}
.section-title p{color:var(--muted);font-size:1.06rem}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.card{
  background:linear-gradient(180deg,#102a3b,#0b2130);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.card-image-wrap{
  background:#061521;
  padding:10px;
  border-bottom:1px solid var(--line);
}
.card-image{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  border-radius:12px;
}
.card-body{padding:24px}
.card h3{margin:0 0 10px;font-size:1.35rem}
.card p{margin:0;color:var(--muted)}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.full-image-frame{
  padding:12px;
  background:#061521;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}
.full-image-frame img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:14px;
}
.quote{
  font-size:clamp(1.5rem,3vw,2.5rem);
  line-height:1.25;
  font-weight:750;
}
.map-full{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:24px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.cta{
  padding:60px;
  border-radius:26px;
  background:linear-gradient(135deg,#0b4f6c,#0c6f82);
  box-shadow:var(--shadow);
}
.cta h2{margin-top:0;font-size:clamp(2rem,4vw,3.4rem)}

.page-hero{
  padding:96px 0 64px;
  background:linear-gradient(135deg,#071926,#0b344b);
}
.page-hero h1{font-size:clamp(2.8rem,6vw,5.2rem)}
.content{max-width:880px}
.content h2{margin-top:2.1em;font-size:2rem}
.content p{color:#c4d2da}

.timeline{position:relative;padding-left:28px}
.timeline::before{
  content:"";
  position:absolute;
  left:6px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(64,196,216,.45);
}
.timeline-item{position:relative;margin:0 0 28px;padding-left:18px}
.timeline-item::before{
  content:"";
  position:absolute;
  left:-28px;
  top:7px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--aqua);
  box-shadow:0 0 0 5px rgba(64,196,216,.12);
}

.form-control{
  width:100%;
  padding:12px;
  margin:7px 0 16px;
  border-radius:8px;
  border:1px solid var(--line);
  background:#081722;
  color:white;
}
.footer{
  padding:42px 0;
  border-top:1px solid var(--line);
  color:var(--muted);
}
.footer-wrap{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}
.small{font-size:.88rem}

@media(max-width:1050px){
  .hero-overlay{
    padding:3.5% 20% 0 20%;
  }
  .hero-copy{
    width:min(500px,100%);
    padding:14px 18px 16px;
  }
}
@media(max-width:900px){
  .hero-overlay{
    position:relative;
    background:none;
    padding:26px 0 0;
  }
  .hero-copy{
    width:100%;
    background:#0a2030;
    border:1px solid var(--line);
    padding:24px;
  }
  .hero-copy h1{
    font-size:clamp(2rem,7vw,3.3rem);
  }
  .hero-copy p{
    font-size:1rem;
  }
  .hero-map-wrap{overflow:visible;border:none;box-shadow:none}
  .hero-map{border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}
}
@media(max-width:820px){
  .nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:86px;
    background:#071925;
    padding:20px 5%;
    flex-direction:column;
    align-items:flex-start;
  }
  .nav.open{display:flex}
  .menu-btn{display:block}
  .stats{grid-template-columns:repeat(2,1fr)}
  .grid-3,.split{grid-template-columns:1fr}
}
@media(max-width:520px){
  .stats{grid-template-columns:1fr}
  .cta{padding:34px 24px}
  .logo-link img{width:62px;height:62px}
}

.hero-copy .eyebrow{
  font-size:.66rem;
  letter-spacing:.13em;
}
.hero-copy .actions{
  margin-top:13px;
  gap:10px;
}
.hero-copy .btn{
  padding:8px 14px;
  font-size:.78rem;
}
.card-image{
  aspect-ratio:16/9;
  object-fit:cover;
}

@media(max-width:1050px){
  .hero-overlay{
    padding:4.2% 23% 0 23%;
  }
  .hero-copy{
    width:min(430px,100%);
  }
}
@media(max-width:900px){
  .hero-overlay{
    position:relative;
    padding:24px 0 0;
  }
  .hero-copy{
    width:100%;
    padding:22px;
  }
  .hero-copy h1{
    font-size:clamp(1.9rem,7vw,3rem);
  }
  .hero-copy p{
    font-size:1rem;
  }
  .hero-copy .eyebrow{
    font-size:.72rem;
  }
}


/* =========================================================
   PORTADA V5 — BLOQUE COMPACTO DENTRO DEL GOLFO
   ========================================================= */

.hero{
  padding:0 0 52px;
  background:var(--navy);
}

.hero .container{
  width:100%;
  max-width:none;
}

.hero-map-wrap{
  position:relative;
  width:100%;
  border-radius:0;
  overflow:hidden;
  border:0;
  box-shadow:none;
  background:#03101a;
}

.hero-map{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

.hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:1.2% 0 0;
  background:none;
  text-align:center;
  pointer-events:none;
}

.hero-copy{
  width:min(530px,32vw);
  padding:11px 18px 12px;
  border-radius:0;
  background:rgba(4,20,35,.86);
  backdrop-filter:blur(3px);
  border:0;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  pointer-events:auto;
}

.hero-copy .eyebrow{
  font-size:clamp(.55rem,.70vw,.76rem);
  letter-spacing:.12em;
  margin-bottom:2px;
}

.hero-copy h1{
  font-size:clamp(1.28rem,1.65vw,2rem);
  line-height:1.02;
  margin:4px 0 8px;
  letter-spacing:-.025em;
}

.hero-copy p{
  max-width:480px;
  margin:0 auto;
  font-size:clamp(.69rem,.78vw,.88rem);
  line-height:1.31;
}

.hero-copy .actions{
  margin-top:10px;
  gap:9px;
}

.hero-copy .btn{
  min-width:138px;
  padding:8px 15px;
  font-size:clamp(.70rem,.75vw,.84rem);
}

.hero + .container{
  width:min(1180px,92%);
}

@media(max-width:1100px){
  .hero-copy{
    width:min(500px,38vw);
    padding:10px 14px 11px;
  }
}

@media(max-width:900px){
  .hero{
    padding:24px 0 52px;
  }

  .hero .container{
    width:min(1180px,92%);
  }

  .hero-map-wrap{
    border-radius:18px;
    border:1px solid var(--line);
    overflow:visible;
  }

  .hero-overlay{
    position:relative;
    padding:22px 0 0;
  }

  .hero-copy{
    width:100%;
    border-radius:16px;
    padding:22px;
    background:#0a2030;
    border:1px solid var(--line);
  }

  .hero-copy h1{
    font-size:clamp(1.85rem,7vw,3rem);
  }

  .hero-copy p{
    font-size:1rem;
    line-height:1.5;
  }

  .hero-copy .eyebrow{
    font-size:.72rem;
  }

  .hero-copy .btn{
    min-width:0;
    padding:11px 18px;
    font-size:.9rem;
  }
}


/* V8 — Hero orientado a la primera de futuras expediciones */
.hero-copy{
  width:min(545px,34vw);
  padding:14px 20px 16px;
}
.hero-copy h1{
  font-size:clamp(1.25rem,1.55vw,1.9rem);
  line-height:1.08;
  margin:5px 0 7px;
}
.hero-copy .hero-route{
  color:var(--aqua);
  font-weight:800;
  margin:0 auto 7px;
  font-size:clamp(.74rem,.84vw,.94rem);
}
.hero-copy p:not(.hero-route){
  font-size:clamp(.67rem,.75vw,.85rem);
  line-height:1.35;
}
.kickstarter-panel{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);
  gap:40px;
  align-items:center;
  padding:46px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(135deg,#0b2638,#0d4355);
  box-shadow:var(--shadow);
}
.kickstarter-panel h2{
  margin:8px 0 12px;
  font-size:clamp(2rem,3.5vw,3.2rem);
  line-height:1.08;
}
.kickstarter-panel p{
  color:var(--muted);
  margin:0;
}
.kickstarter-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
}
.status-badge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(64,196,216,.4);
  background:rgba(64,196,216,.10);
  color:var(--aqua);
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
@media(max-width:900px){
  .hero-copy{
    width:100%;
  }
  .hero-copy h1{
    font-size:clamp(1.85rem,7vw,3rem);
  }
  .hero-copy .hero-route{
    font-size:1.05rem;
    margin-bottom:10px;
  }
  .hero-copy p:not(.hero-route){
    font-size:1rem;
  }
  .kickstarter-panel{
    grid-template-columns:1fr;
    padding:30px 24px;
  }
}


/* V9 — Ajuste fino del Hero sin modificar el mapa */
@media(min-width:901px){
  .hero-overlay{
    justify-content:flex-start;
    padding:0;
  }

  .hero-copy{
    position:absolute;
    top:2.2%;
    left:47.5%;
    transform:none;
    width:min(470px,29vw);
    padding:11px 16px 13px;
  }

  .hero-copy .eyebrow{
    font-size:clamp(.52rem,.60vw,.68rem);
    margin-bottom:1px;
  }

  .hero-copy h1{
    font-size:clamp(1.08rem,1.30vw,1.58rem);
    line-height:1.05;
    margin:4px 0 6px;
  }

  .hero-copy .hero-route{
    font-size:clamp(.66rem,.72vw,.80rem);
    line-height:1.25;
    margin-bottom:6px;
  }

  .hero-copy p:not(.hero-route){
    font-size:clamp(.60rem,.67vw,.76rem);
    line-height:1.28;
  }

  .hero-copy .actions{
    margin-top:10px;
    gap:8px;
    flex-wrap:nowrap;
  }

  .hero-copy .btn{
    min-width:0;
    padding:7px 12px;
    font-size:clamp(.65rem,.69vw,.76rem);
    white-space:nowrap;
  }
}

@media(min-width:1400px){
  .hero-copy{
    top:1.8%;
    left:48.5%;
    width:min(500px,30vw);
  }
}


/* V12 — Usa la imagen final del mapa proporcionada por el usuario */
@media(min-width:901px){
  .hero-copy::before{
    content:none !important;
    display:none !important;
  }
}
