/* RETIRUM · HTML editable · 2026-09-20
   Colores en :root. Cabecera: .site-header. Pie: .site-footer y .footer-brand.
   Sin compilador ni dependencias. Edita este CSS y súbelo por FTP/administrador de archivos.
*/
:root {
  --blue:#002d72;
  --navy:#071e40;
  --orange:#f47920;
  --muted:#516072;
  --surface:#f4f7f9;
  --line:#dbe3ec;
  --white:#fff;
  --radius:16px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:112px
}

body {
  margin:0;
  color:var(--navy);
  background:white;
  font-family:Inter,Manrope,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}

h1,h2,h3,h4,p {
  margin-top:0
}

h1,h2,h3,h4 {
  line-height:1.12;
  letter-spacing:-.04em
}

h1,h2 {
  font-family:Manrope,Inter,system-ui,sans-serif
}

h1 {
  font-size:clamp(42px,4.5vw,68px);
  font-weight:800;
  line-height:1.08
}

h2 {
  font-size:clamp(30px,3.15vw,46px);
  font-weight:780;
  margin-bottom:26px
}

h3 {
  font-size:23px
}

em {
  font-style:normal;
  color:var(--orange)
}

a {
  color:inherit;
  text-decoration:none
}

a:hover {
  text-decoration:none
}

img {
  display:block;
  max-width:100%;
  height:auto
}

button {
  font:inherit
}

a:focus-visible,button:focus-visible {
  outline:3px solid var(--orange);
  outline-offset:5px;
  border-radius:6px
}

p {
  color:var(--muted)
}

.container {
  width:min(1216px,calc(100% - 64px));
  margin:auto
}

.narrow {
  max-width:830px
}

.icon {
  width:24px;
  height:24px;
  flex-shrink:0
}

.skip {
  position:absolute;
  left:16px;
  top:-100px;
  padding:10px 18px;
  background:var(--blue);
  color:white;
  z-index:200
}

.skip:focus {
  top:10px
}

.site-header {
  position:sticky;
  top:0;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  z-index:50;
  backdrop-filter:blur(12px)
}

.nav-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:88px
}

.brand img {
  width:211px;
  height:auto
}

.main-menu {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:14px;
  font-weight:650
}

.main-menu>a:not(.button):hover {
  color:var(--orange)
}

.menu-toggle {
  display:none
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:17px 24px;
  border-radius:9px;
  background:var(--blue);
  color:white;
  font-weight:700;
  font-size:14px;
  border:1px solid var(--blue);
  min-height:52px;
  transition:background .15s,transform .15s
}

.button:hover {
  background:#0a438e;
  transform:translateY(-1px)
}

.button .icon {
  width:19px;
  height:19px
}

.button-small {
  padding:10px 18px;
  min-height:42px
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  font-weight:750;
  color:var(--blue);
  padding:10px 0
}

.text-link:hover {
  color:#975016
}

.draft-notice {
  font-size:12px;
  line-height:1.6;
  padding:7px 24px;
  background:#fff3e6;
  color:#663300;
  text-align:center;
  border-bottom:1px solid #f7d6b3
}

.hero {
  padding:76px 0 86px;
  overflow:hidden
}

.hero-grid {
  display:grid;
  grid-template-columns:1.22fr 1fr;
  gap:64px;
  align-items:center
}

.eyebrow {
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  color:var(--blue);
  line-height:1.6;
  margin-bottom:24px
}

.eyebrow>span {
  display:inline-block;
  background:var(--orange);
  width:7px;
  height:7px;
  margin:0 7px 1px 0
}

.lead {
  font-size:18px;
  line-height:1.8;
  max-width:555px
}

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:16px 28px;
  align-items:center;
  margin:28px 0
}

.hero-note {
  display:flex;
  gap:16px;
  align-items:center;
  margin-top:35px
}

.hero-note p {
  font-size:12px;
  margin:0;
  line-height:1.7
}

.hero-note strong {
  color:var(--navy)
}

.note-rule {
  width:30px;
  height:2px;
  background:var(--orange)
}

.hero-visual {
  position:relative;
  padding:16px 0 18px
}

.hero-visual:before {
  content:'';
  position:absolute;
  background:#e8f1fa;
  inset:-32px -35px 48px 50px;
  border-radius:20px;
  z-index:-1
}

.hero-photo {
  height:470px;
  border-radius:18px;
  overflow:hidden;
  background:var(--surface)
}

.hero-photo img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:56% center
}

.hero-caption {
  position:absolute;
  left:-26px;
  right:35px;
  bottom:0;
  padding:26px 29px;
  background:white;
  box-shadow:0 20px 50px #102e4b16;
  border-radius:13px;
  border:1px solid var(--line)
}

.small-label {
  font-size:8px;
  letter-spacing:.1em;
  font-weight:800;
  color:var(--muted)
}

.hero-caption p {
  font-size:20px;
  line-height:1.45;
  margin:12px 0 0;
  color:var(--navy)
}

.hero-caption strong {
  color:var(--blue)
}

.floating-stat {
  position:absolute;
  right:-20px;
  top:44px;
  background:var(--blue);
  color:white;
  padding:18px 24px;
  border-radius:13px;
  display:flex;
  gap:14px;
  align-items:center;
  box-shadow:0 8px 26px #002d721c
}

.floating-stat strong {
  font-size:40px;
  line-height:1
}

.floating-stat span {
  font-size:10px;
  line-height:1.6;
  letter-spacing:.03em
}

.section {
  padding:92px 0
}

.markets {
  background:var(--surface);
  border-block:1px solid #edf0f4
}

.section-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:end;
  margin-bottom:46px
}

.section-heading .eyebrow {
  margin-bottom:16px
}

.section-heading h2 {
  margin-bottom:0
}

.section-heading>p {
  font-size:16px;
  line-height:1.9;
  margin:0;
  max-width:520px
}

.markets-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}

.market-card {
  padding:26px 25px;
  background:white;
  border:1px solid var(--line);
  border-radius:13px;
  transition:border-color .15s,transform .15s
}

.market-card:hover {
  border-color:var(--orange);
  transform:translateY(-3px)
}

.market-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:34px;
  color:var(--blue)
}

.country-code {
  font-weight:800;
  font-size:12px;
  letter-spacing:.05em;
  display:grid;
  place-items:center;
  width:42px;
  height:36px;
  background:#eef4fb;
  border-radius:6px
}

.market-top .icon {
  width:18px
}

.market-card h3 {
  font-size:24px;
  letter-spacing:-.03em;
  margin-bottom:10px
}

.market-card p {
  font-size:12px;
  min-height:42px;
  margin-bottom:18px
}

.market-label {
  font-size:10px;
  letter-spacing:.04em;
  font-weight:800;
  color:var(--blue)
}

.fineprint {
  font-size:11px;
  line-height:1.8;
  margin:23px 0 0;
  max-width:900px
}

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

.eco-card {
  padding:28px;
  border:1px solid var(--line);
  border-radius:13px
}

.eco-number {
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  color:#a24708;
  background:#fff2e7;
  padding:6px 10px;
  border-radius:5px;
  margin-bottom:25px
}

.eco-card h3 {
  margin-bottom:9px
}

.eco-card h4 {
  font-size:12px;
  font-weight:750;
  letter-spacing:0;
  color:var(--blue);
  margin-bottom:14px
}

.eco-card p {
  font-size:14px;
  line-height:1.9;
  margin:0
}

.academy-section {
  background:var(--blue);
  color:white
}

.academy-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}

.academy-copy .eyebrow {
  color:#ffbd84
}

.academy-copy h2 {
  font-size:48px
}

.academy-copy>p {
  color:#d9e4f4;
  line-height:1.85;
  max-width:475px
}

.button-light {
  background:white;
  color:var(--blue);
  border-color:white
}

.button-light:hover {
  background:#eaf2fb
}

.academy-note {
  font-size:11px;
  margin:24px 0 0;
  max-width:370px!important
}

.academy-module {
  display:flex;
  gap:21px;
  padding:27px 0;
  border-bottom:1px solid #ffffff27
}

.academy-module:first-child {
  padding-top:0
}

.academy-module:last-child {
  border-bottom:0;
  padding-bottom:0
}

.icon-box {
  width:47px;
  height:47px;
  background:#ffffff14;
  color:#ffb779;
  border-radius:10px;
  display:grid;
  place-items:center;
  flex-shrink:0
}

.academy-module h3 {
  font-size:21px;
  margin:0 0 9px;
  color:white
}

.academy-module p {
  font-size:14px;
  color:#d5e1f0;
  margin:0;
  line-height:1.8
}

.audience-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px
}

.audience-card {
  padding:32px;
  background:var(--surface);
  border-radius:14px;
  display:flex;
  flex-direction:column
}

.audience-card>.icon {
  color:#bd560c;
  width:29px;
  height:29px;
  margin-bottom:30px
}

.audience-card h3 {
  font-size:22px
}

.audience-card p {
  font-size:14px;
  line-height:1.85
}

.audience-card>a {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:800;
  color:var(--blue);
  margin-top:auto;
  padding-top:14px
}

.audience-card>a .icon {
  width:17px
}

.partners {
  background:#f5f8fa
}

.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center
}

.partner-photo {
  height:455px;
  border-radius:16px;
  overflow:hidden
}

.partner-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}

.body-large {
  font-size:18px;
  line-height:1.85
}

.split p:not(.eyebrow) {
  line-height:1.9
}

.vision-grid {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:90px;
  align-items:start
}

.vision-grid h2 {
  font-size:49px
}

.vision-grid h2 span {
  color:var(--blue)
}

.certification-note {
  display:flex;
  gap:20px;
  border-top:1px solid var(--line);
  padding-top:24px;
  margin-top:28px
}

.certification-note>.icon {
  color:#bd560c
}

.certification-note h3 {
  font-size:17px;
  letter-spacing:-.02em
}

.certification-note p {
  font-size:13px;
  line-height:1.9;
  margin-bottom:0
}

.journey {
  margin-top:55px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  border-top:1px solid var(--line);
  padding-top:26px
}

.journey span {
  font-size:12px;
  font-weight:700;
  color:var(--blue);
  display:flex;
  align-items:center;
  gap:10px
}

.journey span:before {
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  flex-shrink:0
}

.contact-band {
  background:var(--blue);
  color:white;
  padding:78px 0
}

.contact-grid {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:110px;
  align-items:center
}

.contact-grid .eyebrow {
  color:#ffc493;
  font-size:10px
}

.contact-grid h2 {
  font-size:49px
}

.contact-grid p {
  color:#d8e4f3;
  max-width:510px
}

.contact-box {
  background:white;
  border-radius:17px;
  color:var(--blue);
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.contact-box>.icon {
  color:#bc550b;
  margin-bottom:16px
}

.contact-box>span {
  font-size:9px;
  letter-spacing:.09em;
  font-weight:800
}

.contact-email {
  font-size:clamp(20px,2.2vw,30px);
  font-weight:780;
  letter-spacing:-.025em;
  margin:11px 0 23px;
  overflow-wrap:anywhere
}

.contact-box .button {
  width:100%;
  justify-content:space-between
}

.contact-box p {
  font-size:10px;
  color:var(--muted);
  line-height:1.8;
  margin:16px 0 0
}

.site-footer {
  background:#e9eff3;
  padding:65px 0 24px
}

.footer-grid {
  display:grid;
  grid-template-columns:1.65fr 1fr .8fr 1fr;
  gap:55px
}

.footer-brand img {
  width:200px;
  height:auto;
  background:transparent;
  border-radius:0;
  margin-bottom:23px
}

.footer-brand p {
  font-size:12px;
  line-height:1.9;
  max-width:270px
}

.email {
  font-size:13px;
  color:var(--blue);
  font-weight:750;
  overflow-wrap:anywhere
}

.footer-grid nav {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px
}

.footer-grid nav h2 {
  font-size:11px;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--blue);
  margin:5px 0 14px
}

.footer-grid nav a {
  font-size:12px;
  color:var(--muted)
}

.footer-grid nav a:hover {
  color:var(--blue);
  text-decoration:underline
}

.footer-bottom {
  border-top:1px solid #ced9e3;
  margin-top:45px;
  padding-top:25px;
  display:flex;
  gap:35px;
  font-size:10px;
  align-items:start;
  color:var(--muted)
}

.footer-bottom span,.footer-bottom>a {
  white-space:nowrap
}

.footer-bottom p {
  margin:0;
  max-width:690px
}

.footer-bottom>a {
  margin-left:auto;
  color:var(--blue)
}

.page-hero h1,.legal-page h1 {
  font-size:clamp(38px,5vw,64px)
}

.page-hero .button {
  margin:15px 0 38px
}

.page-hero .callout {
  margin:35px 0
}

.callout {
  background:var(--surface);
  padding:25px 30px;
  border-left:3px solid var(--orange);
  border-radius:0 10px 10px 0
}

.callout h2 {
  font-size:22px
}

.callout p {
  font-size:14px;
  line-height:1.9
}

.callout p:last-child {
  margin-bottom:0
}

.callout a,.legal-page a {
  color:var(--blue);
  text-decoration:underline
}

.legal-page h2 {
  font-size:23px;
  letter-spacing:-.025em;
  margin:40px 0 17px
}

.legal-page p {
  font-size:16px;
  line-height:1.95
}

.legal-date {
  font-size:12px!important;
  color:var(--muted);
  border-bottom:1px solid var(--line);
  padding-bottom:28px
}

.legal-details {
  display:grid;
  grid-template-columns:210px 1fr;
  gap:14px;
  padding:24px;
  background:var(--surface);
  border-radius:12px;
  font-size:14px;
  overflow-wrap:anywhere
}

.legal-details dt {
  font-weight:750;
  color:var(--blue)
}

.legal-details dd {
  margin:0
}

.legal-page {
  padding-top:65px
}

@media(min-width:1500px) {
  .hero {
    padding-top:94px;
    padding-bottom:100px
  }
}

@media(max-width:1000px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-wrap {
    min-height:78px;
    flex-wrap:wrap;
    gap:0
  }
  .brand img {
    width:177px
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    background:white;
    border:1px solid var(--line);
    border-radius:7px;
    padding:8px 12px;
    min-height:42px;
    color:var(--blue);
    font-size:13px;
    font-weight:750
  }
  .main-menu {
    width:100%;
    gap:15px;
    padding:16px 0;
    flex-wrap:wrap
  }
  .js .main-menu {
    display:none
  }
  .js .main-menu.is-open {
    display:flex
  }
  .hero {
    padding:55px 0 65px
  }
  .hero-grid {
    gap:40px;
    grid-template-columns:1.15fr 1fr
  }
  h1 {
    font-size:47px
  }
  .hero-photo {
    height:430px
  }
  .hero-caption {
    left:-15px;
    right:10px;
    padding:20px
  }
  .hero-caption p {
    font-size:17px
  }
  .floating-stat {
    right:-7px;
    top:27px;
    padding:15px
  }
  .lead {
    font-size:16px
  }
  .hero .actions {
    gap:12px;
    flex-direction:column;
    align-items:flex-start
  }
  .section {
    padding:65px 0
  }
  .section-heading {
    gap:45px
  }
  .markets-grid {
    gap:10px
  }
  .market-card {
    padding:20px 15px
  }
  .market-card h3 {
    font-size:21px
  }
  .academy-grid {
    gap:40px
  }
  .academy-copy h2 {
    font-size:40px
  }
  .audience-card {
    padding:24px
  }
  .audience-grid {
    gap:16px
  }
  .split {
    gap:38px
  }
  .vision-grid {
    gap:40px
  }
  .vision-grid h2 {
    font-size:40px
  }
  .contact-grid {
    gap:45px
  }
  .contact-grid h2 {
    font-size:41px
  }
  .footer-grid {
    gap:25px;
    grid-template-columns:1.4fr 1fr .8fr 1fr
  }
  .eco-card {
    padding:24px
  }
}

@media(max-width:700px) {
  html {
    scroll-padding-top:95px
  }
  .container {
    width:calc(100% - 36px)
  }
  .hero-grid,.academy-grid,.split,.vision-grid,.contact-grid {
    grid-template-columns:1fr
  }
  .hero {
    padding-top:36px
  }
  h1 {
    font-size:45px
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:.1em;
    margin-bottom:20px
  }
  .hero-copy .lead {
    max-width:100%
  }
  .hero .actions {
    flex-direction:row;
    gap:14px;
    align-items:center
  }
  .button {
    padding:15px 19px;
    gap:12px;
    font-size:12px
  }
  .text-link {
    font-size:12px;
    gap:9px
  }
  .hero-note {
    margin-top:23px
  }
  .hero-visual {
    max-width:500px;
    width:100%;
    margin:auto;
    padding:0 10px 38px
  }
  .hero-photo {
    height:340px
  }
  .hero-caption {
    left:0;
    right:30px;
    bottom:0;
    padding:20px
  }
  .floating-stat {
    right:0;
    top:25px
  }
  .floating-stat strong {
    font-size:32px
  }
  .hero-visual:before {
    inset:-10px 0 60px 55px
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:30px
  }
  .section-heading h2 br {
    display:none
  }
  .section-heading>p {
    font-size:15px
  }
  .markets-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .market-card {
    padding:21px 18px
  }
  .market-top {
    margin-bottom:24px
  }
  .market-card p {
    font-size:12px;
    min-height:46px
  }
  .ecosystem-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .eco-card {
    padding:21px 17px
  }
  .eco-card h3 {
    font-size:20px
  }
  .eco-card h4 {
    font-size:11px
  }
  .eco-card p {
    font-size:12px;
    line-height:1.85
  }
  .eco-number {
    margin-bottom:22px
  }
  .academy-copy h2 {
    font-size:40px
  }
  .academy-grid {
    gap:42px
  }
  .academy-note {
    max-width:100%!important
  }
  .audience-grid {
    grid-template-columns:1fr
  }
  .audience-card {
    padding:28px
  }
  .audience-card>.icon {
    margin-bottom:20px
  }
  .audience-card p {
    max-width:500px
  }
  .partner-photo {
    height:310px
  }
  .split {
    gap:34px
  }
  .vision-grid {
    gap:15px
  }
  .vision-grid h2 {
    font-size:44px
  }
  .journey {
    grid-template-columns:1fr 1fr;
    gap:19px;
    margin-top:35px
  }
  .journey span {
    font-size:11px
  }
  .contact-band {
    padding:55px 0
  }
  .contact-grid {
    gap:30px
  }
  .contact-grid h2 {
    font-size:43px
  }
  .contact-box {
    padding:26px
  }
  .contact-email {
    font-size:27px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:33px 24px
  }
  .footer-brand {
    grid-column:1/-1
  }
  .footer-brand p {
    max-width:360px
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:15px;
    margin-top:35px
  }
  .footer-bottom p {
    order:3;
    width:100%
  }
  .footer-bottom>a {
    margin-left:auto
  }
  .main-menu {
    flex-direction:column;
    align-items:stretch
  }
  .main-menu>a {
    padding:10px
  }
  .main-menu .button {
    align-self:flex-start
  }
  .page-hero h1,.legal-page h1 {
    font-size:40px;
    overflow-wrap:anywhere
  }
  .legal-page h2 {
    font-size:22px
  }
  .legal-page p {
    font-size:14px
  }
  .legal-details {
    grid-template-columns:1fr;
    gap:8px
  }
  .legal-details dd {
    margin-bottom:13px
  }
  .draft-notice {
    font-size:10px;
    padding:8px 18px
  }
}

@media(max-width:370px) {
  h1 {
    font-size:40px
  }
  .hero .actions {
    flex-direction:column;
    align-items:flex-start
  }
  .country-code {
    width:35px
  }
  .market-card {
    padding:18px 14px
  }
  .eco-card h3 {
    font-size:18px
  }
  .brand img {
    width:158px
  }
  .contact-email {
    font-size:24px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}

@media print {
  .site-header,.draft-notice,.site-footer,.actions {
    display:none
  }
  body {
    font-size:12pt;
    color:#000
  }
  .section {
    padding:15px 0
  }
  .container {
    width:100%;
    max-width:none
  }
  a {
    color:#000
  }
  .hero-grid,.split,.academy-grid {
    display:block
  }
  .hero-visual {
    display:none
  }
  .academy-section,.contact-band {
    background:white;
    color:black
  }
  h1 {
    font-size:30pt
  }
  h2 {
    font-size:20pt
  }
  .legal-page h2 {
    break-after:avoid
  }
  .legal-page p {
    orphans:3;
    widows:3
  }
}

.market-overview-links {
  margin-top:20px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 20px;
  font-size:12px;
  color:var(--muted)
}

.market-overview-links a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--blue)
}

.breadcrumbs {
  padding-top:22px;
  margin-bottom:-36px;
  position:relative;
  z-index:1
}

.breadcrumbs ol {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  padding:0;
  margin:0;
  color:var(--muted);
  font-size:12px
}

.breadcrumbs li {
  display:flex;
  align-items:center;
  gap:12px
}

.breadcrumbs li+li:before {
  content:'/';
  color:#8797a8
}

.breadcrumbs a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--blue)
}

@media(max-width:700px) {
  .breadcrumbs {
    margin-bottom:-25px;
    padding-top:20px
  }
}

@media print {
  .breadcrumbs {
    display:none
  }
}
