/* IBEROCINE — Public preview (based on landing page.pptx) */
:root {
  --navy-deep: #060D1F;
  --navy-primary: #002060;
  --blue-bright: #0070C0;
  --gold: #FFC000;
  --white-muted: #C8D8E8;
  --white-dim: #7A9BBB;
  --f-brand: 'Roboto Mono', 'Courier New', monospace;
  --f-display: 'Raleway', 'Montserrat', Arial, sans-serif;
  --f-body: 'Montserrat', Arial, sans-serif;
  --ease: cubic-bezier(.25,.7,.3,1);
  --max-w: 1200px;
  --nav-h: 72px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy-deep); color: var(--white-muted);
  font-family: var(--f-body); line-height: 1.65; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2 { font-family: var(--f-display); color: #fff; }

/* NAV */
.main-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  background: rgba(6,13,31,.75); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,192,0,.2);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; height: 100%; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.nav-logo { display: flex; align-items: center; gap: .6rem; }
.nav-logo-img { height: 38px; width: 38px; }
.nav-logo-text { font-family: var(--f-brand); font-weight: 700; letter-spacing: 1px; color: #fff; font-size: 1.05rem; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  position: relative; font-size: .78rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--white-muted); transition: color .3s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: var(--gold); transition: right .3s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { right: 0; }

/* SLIDE base (mirrors the 10x5.625in deck) */
.slide {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: calc(var(--nav-h) + 2rem) 1.5rem 2rem; overflow: hidden; text-align: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,13,31,.55), rgba(6,13,31,.93)); }

/* HERO */
.hero-topbar {
  position: absolute; z-index: 1; top: calc(var(--nav-h) + 1.2rem); left: 1.5rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: .5rem;
}
.lago-badge {
  height: 40px; width: auto; border-radius: 6px;
  background: #fff; padding: 4px 6px; box-sizing: content-box;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.6);
}
.hero-loc {
  font-family: var(--f-brand); font-size: .68rem; letter-spacing: 2px;
  text-transform: uppercase; color: #fff; padding-left: 2px;
}

.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero-logo { width: 110px; height: 110px; margin: 0 auto 1.2rem; }
.hero-welcome {
  display: block; font-family: var(--f-display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem;
}
.hero-brand {
  font-family: var(--f-brand); font-weight: 700; letter-spacing: 2px;
  font-size: clamp(2.4rem, 7.5vw, 4rem); color: #fff; margin-bottom: .7rem;
}
.hero-city {
  display: block; font-family: var(--f-body); font-weight: 700; font-size: .8rem;
  letter-spacing: 2px; text-transform: uppercase; color: var(--white-muted); margin-bottom: 1.4rem;
}
.hero-subtitle {
  font-family: var(--f-display); font-weight: 700; font-style: italic;
  font-size: 1.05rem; color: var(--gold); max-width: 640px; margin: 0 auto 1.6rem;
}
.hero-quote {
  font-family: var(--f-display); font-style: italic; font-size: 1.05rem; color: #fff;
  max-width: 620px; margin: 0 auto; line-height: 1.6;
}

.hero-footbar {
  position: relative; z-index: 1; width: 100%; max-width: var(--max-w);
  display: flex; align-items: center; justify-content: center; gap: 1.5rem;
  flex-wrap: wrap; margin-top: 2.5rem;
  font-size: .72rem; color: var(--white-dim);
}
.hero-tag {
  border: 1px solid rgba(255,192,0,.35); color: var(--gold);
  padding: .3rem .9rem; border-radius: 100px; letter-spacing: .5px;
}

/* MARKETS — full-bleed map, labels placed at their real position (as in the deck) */
.markets { background: var(--navy-deep); padding: calc(var(--nav-h) + 1.5rem) 1rem 1.5rem; }
.map-stage {
  position: relative; width: 100%; max-width: 1300px; margin: 0 auto;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 25px 60px -15px rgba(0,0,0,.5), 0 0 0 1px rgba(255,192,0,.12);
}
.map-bg { width: 100%; height: auto; display: block; }
.map-arrows { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.route-line { fill: none; stroke: #C00000; stroke-width: .5; opacity: .9; }
.route-arc { fill: none; stroke: #31538F; stroke-width: .45; opacity: .65; }

.map-title {
  position: absolute; top: 3%; right: 3%; margin: 0;
  font-size: clamp(1.1rem, 2.6vw, 1.9rem); color: var(--navy-primary);
  font-weight: 700; letter-spacing: .5px;
}
.map-corner {
  position: absolute; font-family: var(--f-body); font-weight: 700; font-size: clamp(.55rem, 1vw, .72rem);
  letter-spacing: 1px; text-transform: uppercase; color: var(--navy-primary);
  background: rgba(255,255,255,.82); padding: .25rem .6rem; border-radius: 100px;
}
.map-corner-tl { top: 3%; left: 2.5%; }
.map-corner-br { bottom: 3%; right: 2.5%; }

.geo-continent {
  position: absolute; transform: translate(-50%, -50%);
  font-family: var(--f-body); font-weight: 700; font-size: clamp(.68rem, 1.5vw, 1rem);
  letter-spacing: 1px; text-transform: uppercase; color: #06210f;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 10px rgba(255,255,255,.8);
  white-space: nowrap; pointer-events: none;
}
.geo-city {
  position: absolute; transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: .3em;
  font-family: var(--f-body); font-weight: 500; font-size: clamp(.5rem, 1vw, .68rem);
  letter-spacing: .3px; color: var(--navy-primary);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  white-space: nowrap; pointer-events: none;
}
.geo-city::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #C00000; box-shadow: 0 0 0 2px rgba(255,255,255,.9); flex-shrink: 0;
}

/* Geo label coordinates (percent of .map-stage, taken from the source deck) */
.geo-america    { left: 11.11%; top: 32.82%; }
.geo-europe     { left: 48.15%; top: 22.13%; }
.geo-asia       { left: 61.31%; top: 27.20%; }
.geo-oceania    { left: 67.42%; top: 66.68%; }

.geo-houston         { left: 12.46%; top: 39.02%; }
.geo-la              { left: 6.29%;  top: 27.61%; }
.geo-mexico          { left: 12.30%; top: 44.63%; }
.geo-centralamerica  { left: 2.62%;  top: 43.01%; transform: translate(0, -50%); }
.geo-panama          { left: 17.14%; top: 52.47%; }
.geo-colombia        { left: 23.78%; top: 52.39%; }
.geo-honduras        { left: 13.85%; top: 49.25%; }
.geo-miami           { left: 24.44%; top: 42.39%; }
.geo-argentina       { left: 25.09%; top: 73.65%; }
.geo-brasil          { left: 31.60%; top: 61.85%; }
.geo-madrid          { left: 35.07%; top: 29.60%; }
.geo-france          { left: 43.45%; top: 30.81%; }
.geo-germany         { left: 42.87%; top: 26.25%; }

/* COMING SOON */
.soon-content { position: relative; z-index: 1; }
.soon-logo { width: 100px; height: 100px; margin: 0 auto 1.2rem; }
.soon-brand { font-family: var(--f-brand); font-weight: 700; letter-spacing: 2px; font-size: clamp(1.8rem, 5.5vw, 2.8rem); color: #fff; margin-bottom: 1.4rem; }
.soon-note {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.3rem, 3.6vw, 2rem);
  color: var(--gold); margin-bottom: .5rem; letter-spacing: .5px;
}
.soon-big {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  color: var(--gold); letter-spacing: 1px;
}

/* FOOTER */
.footer { text-align: center; padding: 1.6rem 1.5rem; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.06); }
.footer p { font-size: .72rem; color: var(--white-dim); }

/* SCROLL REVEAL */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 640px) {
  .hero-topbar { top: calc(var(--nav-h) + .8rem); left: 1rem; }
  .nav-links { gap: 1.2rem; }
}
