:root {
  --brand-navy: #16202A;            
  --brand-cream: #FAF9F6;           
  --bg-primary: var(--brand-cream);
  --bg-secondary: #F0EFEA;          
  --bg-tertiary: var(--brand-navy); 
  --card-bg: #FFFFFF;
  --text-primary: #16202A;
  --text-secondary: #5F6670;
  --text-neutral-light: rgba(22, 32, 42, .40);
  --text-neutral-lighter: rgba(22, 32, 42, .20);
  --border: #E4E2DA;
  --border-navy: rgba(250, 249, 246, .30);
  --border-navy-faint: rgba(250, 249, 246, .12);
  --white: #FAF9F6;
  --radius: .5rem;
  --radius-md: .75rem;
  --pill: 99rem;
  --container: 70.5rem;
  --dur: .6s;
  --ease: cubic-bezier(.25, .46, .45, .94);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: calc(0.5991091314031181rem + 0.4454342984409799vw); scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
@media screen and (max-width: 991px) { html { font-size: calc(0.44698660714285715rem + 0.8928571428571428vw); } }
@media screen and (max-width: 767px) { html { font-size: calc(0.6671006944444444rem + 0.6944444444444444vw); } }
@media screen and (max-width: 479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Geist', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-x: clip;
}
::selection { background: var(--brand-navy); color: var(--brand-cream); }
a { text-decoration: none; color: inherit; -webkit-tap-highlight-color: transparent; }
button { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
h1, h2, h3, h4 { font-weight: 400; }

.text-7xl { font-size: 4.5rem; line-height: 1.11; letter-spacing: -.02em; }
.text-6xl { font-size: 4rem; line-height: 1.12; letter-spacing: -.02em; }
.text-5xl { font-size: 3rem; line-height: 1.16; letter-spacing: -.01em; }
.text-3xl { font-size: 2.25rem; line-height: 1.11; letter-spacing: -.02em; }
.text-2xl { font-size: 1.5rem; line-height: 1.33; letter-spacing: -.015em; }
.text-xl  { font-size: 1.25rem; line-height: 1.4; letter-spacing: -.0125em; }
.text-base { font-size: 1rem; line-height: 1.5; letter-spacing: .02em; }
.text-sm { font-size: .875rem; line-height: 1.5; letter-spacing: .02em; }
.text-secondary { color: var(--text-secondary); }
.text-medium { font-weight: 500; }
@media screen and (max-width: 991px) {
  .text-7xl { font-size: 4rem; }
  .text-6xl { font-size: 3.75rem; }
  .text-5xl { font-size: 2.875rem; }
  .text-3xl { font-size: 2rem; }
}
@media screen and (max-width: 767px) {
  .text-7xl { font-size: 3rem; }
  .text-6xl { font-size: 2.75rem; }
  .text-5xl { font-size: 2.5rem; }
  .text-3xl { font-size: 1.75rem; }
}
@media screen and (max-width: 479px) {
  .text-7xl { font-size: 2.875rem; }
  .text-6xl { font-size: 2.5rem; }
  .text-5xl { font-size: 2.25rem; }
  .text-3xl { font-size: 1.5rem; }
  .text-xl { font-size: 1.15rem; }
}

.num { font-variant-numeric: lining-nums tabular-nums; font-feature-settings: 'lnum' 1, 'tnum' 1; }

.padding-global { padding-left: 2.5rem; padding-right: 2.5rem; }
.padding-section { padding-top: 6.25rem; padding-bottom: 6.25rem; }
.container { width: 100%; max-width: var(--container); margin-left: auto; margin-right: auto; }
@media screen and (max-width: 991px) { .padding-section { padding-top: 5rem; padding-bottom: 5rem; } }
@media screen and (max-width: 767px) {
  .padding-global { padding-left: 1rem; padding-right: 1rem; }
  .padding-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}

.header { display: flex; flex-flow: column; gap: 1.25rem; }
.badge { font-weight: 400; }
.badge-text { letter-spacing: .123em; text-transform: uppercase; font-size: 1rem; }
@media screen and (max-width: 767px) { .header { gap: .75rem; } }

.hero-nav-wrap { width: 100%; position: absolute; top: 0; left: 0; z-index: 50; }
.navbar { width: 100%; color: var(--white); padding: 1.5rem 0; position: relative; }
.navbar-content { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 1rem; }
@media screen and (min-width: 992px) {
  .navbar-content { display: grid; grid-template-columns: 1fr auto 1fr; }
  .navbar-logo-link { justify-self: start; }
  .navbar-content .nav-wrap { justify-self: center; }
  .navbar-content .navbar-logo { height: 2rem; }
}
.navbar-logo-link { flex: none; display: flex; align-items: center; }
.navbar-logo { height: 1.65rem; width: auto; display: block; }
.nav-wrap { display: flex; justify-content: center; align-items: center; padding: .5rem; position: relative; }
.nav-blur-bg {
  position: absolute; inset: 0;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--pill);
}
.navbar-list { display: flex; justify-content: center; align-items: center; position: relative; }
.nav-link {
  opacity: .8; color: inherit; padding: .5rem 1.5rem;
  font-size: 1rem; font-weight: 300; line-height: 1.5;
  transition: opacity .3s ease; white-space: nowrap;
}
.nav-link:hover { opacity: 1; }
.nav-link.is-current {
  opacity: 1; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 2.5rem; font-weight: 400;
}
.navbar-bottom-line {
  position: absolute; left: 50%; width: 100vw; margin-left: -50vw; bottom: 0; height: 1px;
  background-color: var(--border-navy);
  transform-origin: 50% 50%;
}
.nav-burger { display: none; flex-flow: column; justify-content: center; gap: .38rem; padding: .8rem .5rem; -webkit-tap-highlight-color: transparent; }
.nav-burger span { display: block; width: 1.6rem; height: 2px; background: var(--white); transition: transform .3s, opacity .25s; }

@media screen and (max-width: 991px) {
  .navbar { padding: 1rem 0; }
  .navbar-content { position: relative; justify-content: flex-end; }
  .navbar-logo-link { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .navbar-logo { height: 2rem; }
  .nav-burger { display: flex; }
  .nav-wrap { flex: 1; justify-content: flex-end; padding: 0; }
  .nav-blur-bg { display: none; }
  .navbar-list {
    display: none;
    position: absolute; top: calc(100% + .75rem); right: 0;
    flex-flow: column; align-items: stretch; gap: .5rem;
    min-width: 12rem; padding: 1rem; text-align: left;
    background: #fff; color: var(--text-primary);
    border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius-md);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    box-shadow: 0 18px 50px rgba(10, 16, 24, .25);
  }
  .navbar.nav-open .navbar-list { display: flex; }
  .navbar.nav-open .nav-burger span:nth-child(1) { transform: translateY(.48rem) rotate(45deg); }
  .navbar.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
  .navbar.nav-open .nav-burger span:nth-child(3) { transform: translateY(-.48rem) rotate(-45deg); }
  .nav-link { padding: .35rem .25rem; font-weight: 400; opacity: 1; }
  .nav-link.is-current { background: none; border: 0; font-weight: 600; }
}

.decorative-lines {
  display: grid;
  grid-template-rows: auto auto 5rem;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 72.5rem) minmax(1.5rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%; min-height: 100vh; min-height: 100svh;
  position: relative; overflow: hidden; overflow: clip;
}
.decorative-lines.is-inner { min-height: 0; grid-template-rows: auto auto 3.5rem; }
.decorative-lines.is-banner { min-height: 0; grid-template-rows: 5rem auto 5rem; }
.decorative-left-line, .decorative-right-line { pointer-events: none; width: 100%; position: relative; grid-row: 1 / -1; }
.decorative-left-line { grid-column: 1; }
.decorative-right-line { grid-column: 3; }
.line-left { background: var(--border-navy); width: 1px; height: 100%; position: absolute; right: max(100% - 5rem, 0px); transform-origin: 50% 0; }
.line-right { background: var(--border-navy); width: 1px; height: 100%; position: absolute; left: max(100% - 5rem, 0px); transform-origin: 50% 0; }
.decorative-top-line { grid-column: 2; grid-row: 1; pointer-events: none; border-bottom: 1px solid var(--border-navy); width: 100%; }
.decorative-bottom-line { grid-column: 2; grid-row: 3; pointer-events: none; border-top: 1px solid var(--border-navy); width: 100%; position: relative; }
.decorative-content { grid-column: 2; grid-row: 2; width: 100%; padding-left: 1rem; padding-right: 1rem; }
@media screen and (max-width: 991px) { .decorative-lines { grid-template-rows: auto auto 4rem; } .decorative-lines.is-banner { grid-template-rows: 3rem auto 3rem; } .decorative-lines.is-inner { grid-template-rows: auto auto 3rem; } }
@media screen and (max-width: 767px) {
  .decorative-lines { grid-template-rows: auto auto 3rem; grid-template-columns: minmax(.5rem, 1fr) minmax(0, 70.5rem) minmax(.5rem, 1fr); }
  .decorative-content { padding-left: .5rem; padding-right: .5rem; }
}

.section-hero { position: relative; color: var(--white); }
.hero-background {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(10, 16, 24, .48), rgba(10, 16, 24, .40)),
    radial-gradient(circle farthest-corner at 50% 50%, rgba(10, 16, 24, .05), rgba(10, 16, 24, .55)),
    url("../hero-inicio.jpg");
  background-position: 0 0, 0 0, 50% 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  will-change: transform;
}
.hero-background.img-parallax { height: 112%; inset: auto 0 0; transform-origin: 50% 100%; }

.hero-content {
  display: flex; flex-flow: column; flex: 1;
  justify-content: space-between; gap: 5rem;
  padding-top: 11rem; padding-bottom: 6.94rem;
  height: 100%;
}
.hero-header { display: flex; flex-flow: column; justify-content: center; align-items: flex-start; gap: 3rem; }
.hero-description { max-width: 44.375rem; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; }
.hero-bottom-values { display: flex; flex-flow: column; gap: .75rem; width: 100%; max-width: 10.5rem; }
.hero-bottom-values.is-centered { justify-content: center; align-items: center; text-align: center; }
.hero-bottom-values.is-align-right { justify-content: center; align-items: flex-end; text-align: right; }
.scroll-down {
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  width: 7.5rem; height: 7.5rem;
  color: var(--white); letter-spacing: .02em; white-space: nowrap;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--pill);
  display: flex; justify-content: center; align-items: center;
  margin-left: auto; margin-right: auto;
  font-size: 1rem; line-height: 1.5;
  position: absolute; inset: auto 0 1.25rem;
}
.btn-line-left { transform-origin: 100% 50%; background: var(--border-navy); width: 50vw; height: 1px; margin: auto 0; position: absolute; inset: 0 100% 0 auto; }
.btn-line-right { transform-origin: 0% 50%; background: var(--border-navy); width: 50vw; height: 1px; margin: auto 0; position: absolute; inset: 0 auto 0 100%; }
.hero-scroll-anchor { position: relative; }

@media screen and (max-width: 991px) {
  .hero-content { gap: 8rem; padding-top: 8rem; padding-bottom: 5.5rem; }
  .hero-header { gap: 2.5rem; }
  .scroll-down { width: 6rem; height: 6rem; font-size: .75rem; bottom: 1rem; }
}
@media screen and (max-width: 767px) {
  .hero-content { gap: 5rem; padding-top: 7.5rem; padding-bottom: 7rem; }
  .hero-header { gap: 2rem; text-align: center; justify-content: center; align-items: center; }
  .hero-header .header { align-items: center; text-align: center; }
  .scroll-down { width: 5.5rem; height: 5.5rem; bottom: .5rem; }
}
@media screen and (max-width: 479px) {
  .hero-content { gap: 2rem; padding-top: 7rem; padding-bottom: 5.5rem; }
  .hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; text-align: center; width: 100%; }
  .hero-bottom-values, .hero-bottom-values.is-align-right { justify-content: center; align-items: center; max-width: none; text-align: center; }
  .scroll-down { width: 5rem; height: 5rem; font-size: .65rem; }
}

.section-hero.is-inner {
  background:
    radial-gradient(80rem 42rem at 72% -12%, rgba(250, 249, 246, .07), transparent 62%),
    var(--bg-tertiary);
}
.hero-link { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); }
.hero-link .link-text-wrap .link-underline { transform: translateX(0); }
.hero-link:hover .link-underline { transform: translateX(-110%); }

.inner-hero-content { display: flex; flex-flow: column; gap: 2.5rem; padding-top: 10.5rem; padding-bottom: 5rem; }
.inner-hero-content .hero-title { max-width: 56rem; }
.inner-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2.5rem; flex-wrap: wrap; }
.inner-hero-bottom p { max-width: 38rem; }
.inner-hero-meta { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(250, 249, 246, .65); white-space: nowrap; }
@media screen and (max-width: 767px) {
  .inner-hero-content { padding-top: 8.5rem; padding-bottom: 3.5rem; gap: 2rem; }
  .inner-hero-content .hero-title { max-width: none; }
  .inner-hero-bottom { flex-flow: column; justify-content: flex-start; align-items: flex-start; gap: 1.5rem; }
}

.button {
  -webkit-user-select: none; user-select: none;
  display: flex; justify-content: center; align-items: center; gap: .62rem;
  background-color: var(--brand-cream);
  min-height: 3rem;
  color: var(--text-primary); text-align: center;
  border-radius: var(--pill);
  padding: .5rem 1.5rem;
  font-size: 1rem; font-weight: 400; line-height: 1.5;
  transition: transform .3s;
}
.button:hover { transform: scale(.975); }
.button.is-tertiary { background-color: var(--bg-tertiary); color: var(--white); transition: color .3s, background-color .3s, transform .3s; }
.button.is-tertiary:hover { background-color: #0D141B; color: var(--white); }
.button.is-outline { background: transparent; border: 1px solid var(--brand-navy); color: var(--text-primary); transition: color .3s, background-color .3s, transform .3s; }
.button.is-outline:hover { background-color: var(--bg-tertiary); color: var(--white); }

.button.is-primary { align-items: stretch; padding: .25rem .325rem .25rem 1.5rem; gap: 1rem; overflow: hidden; overflow: clip; }
.button.is-primary:hover { transform: scale(1); }
.button-text-wrap { position: relative; display: flex; align-items: center; overflow: hidden; overflow: clip; }
.button-text { display: flex; justify-content: center; align-items: center; transition: transform .45s var(--ease); }
.button-text.is-second { position: absolute; inset: 0; transform: translateY(130%); }
.button.is-primary:hover .button-text.is-first { transform: translateY(-130%); }
.button.is-primary:hover .button-text.is-second { transform: translateY(0); }
.button-inner-circle {
  aspect-ratio: 1; height: 2.5rem;
  background-color: var(--bg-tertiary); color: var(--white);
  border-radius: var(--pill);
  display: flex; justify-content: center; align-items: center;
  position: relative; overflow: hidden; overflow: clip; flex: none; align-self: center;
}
.button-circle-icon { width: 1rem; height: 1rem; position: absolute; margin: auto; inset: 0; transition: transform .45s var(--ease); }
.button-circle-icon.is-second { transform: translate(-180%, 180%); }
.button-inner-circle svg { display: block; width: 100%; height: 100%; }
.button.is-primary:hover .button-circle-icon.is-first { transform: translate(180%, -180%); }
.button.is-primary:hover .button-circle-icon.is-second { transform: translate(0, 0); }

.button-circle { width: 8.75rem; height: 8.75rem; color: var(--white); border-radius: var(--pill); display: flex; justify-content: center; align-items: center; flex: none; }
.button-circle-wrapper {
  aspect-ratio: 1; width: 100%;
  background-color: var(--bg-tertiary);
  border-radius: var(--pill);
  display: flex; justify-content: center; align-items: center;
  text-align: center; padding: 1rem;
  transition: transform .3s;
  font-size: 1rem;
}
.button-circle:hover .button-circle-wrapper { transform: scale(1.12); }
.button-circle.is-light .button-circle-wrapper { background-color: var(--brand-cream); color: var(--text-primary); }
@media screen and (max-width: 991px) { .button-circle { width: 7.5rem; height: 7.5rem; } }
@media screen and (max-width: 479px) { .button-circle { width: 7rem; height: 7rem; } }

.link-text-wrap { position: relative; display: inline-flex; overflow: hidden; overflow: clip; padding-bottom: 2px; }
.link-underline { background-color: currentColor; height: 1px; position: absolute; inset: auto 0 0; transform: translateX(-110%); transition: transform .45s var(--ease); }
a:hover .link-underline, .card-link:hover .link-underline { transform: translateX(0); }
.icon-arrow { flex: none; width: 1rem; height: 1rem; display: flex; align-items: center; justify-content: center; transition: transform .35s var(--ease); }
a:hover .icon-arrow, .card-link:hover .icon-arrow { transform: translate(2px, -2px); }
.icon-arrow svg { width: 100%; height: 100%; display: block; }

.section-alt { background-color: var(--bg-secondary); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.cards-grid.is-4 { grid-template-columns: repeat(4, 1fr); }
.cards-grid.is-2 { grid-template-columns: repeat(2, 1fr); }
@media screen and (max-width: 991px) { .cards-grid { gap: 1rem; } }
@media screen and (max-width: 767px) { .cards-grid, .cards-grid.is-4 { grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 479px) { .cards-grid, .cards-grid.is-4, .cards-grid.is-2 { grid-template-columns: 1fr; } }

.card {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-radius: var(--radius);
  position: relative; overflow: hidden; overflow: clip; isolation: isolate;
  height: 100%;
}
.card-wrap {
  display: flex; flex-flow: column; justify-content: space-between;
  gap: 5rem; height: 100%; padding: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220' fill='none'%3E%3Ccircle cx='165' cy='55' r='40' stroke='%23E4E2DA' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='75' stroke='%23E4E2DA' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='110' stroke='%23E4E2DA' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='145' stroke='%23E4E2DA' stroke-width='1'/%3E%3C/svg%3E");
  background-position: 100% 0; background-repeat: no-repeat;
}
.card.is-navy { background-color: var(--bg-tertiary); color: var(--white); }
.card.is-navy .card-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220' fill='none'%3E%3Ccircle cx='165' cy='55' r='40' stroke='%23FAF9F6' stroke-opacity='.18' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='75' stroke='%23FAF9F6' stroke-opacity='.18' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='110' stroke='%23FAF9F6' stroke-opacity='.18' stroke-width='1'/%3E%3Ccircle cx='165' cy='55' r='145' stroke='%23FAF9F6' stroke-opacity='.18' stroke-width='1'/%3E%3C/svg%3E");
}
.card.is-navy .text-secondary { color: #C9CDD2; }
.card-header { display: flex; align-items: center; gap: 1.25rem; }
.card-icon-wrap {
  background-color: var(--bg-tertiary); color: var(--white);
  border-radius: .375rem; flex: none;
  width: 2.65rem; height: 2.65rem;
  display: flex; justify-content: center; align-items: center;
  font-size: 1rem;
}
.card.is-navy .card-icon-wrap { background-color: var(--brand-cream); color: var(--text-primary); }
.card-content { display: flex; flex-flow: column; gap: 2rem; }
.card-content .text-secondary { min-height: 0; }
.card-link { display: flex; align-items: center; gap: .75rem; align-self: flex-start; overflow: hidden; overflow: clip; }
@media screen and (max-width: 991px) { .card-wrap { gap: 4.5rem; } }
@media screen and (max-width: 479px) { .card-wrap { gap: 3.5rem; } }

.metrics-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; }
.metrics-header { display: flex; flex-flow: column; gap: 2.5rem; width: 100%; max-width: 52.5rem; }
.metrics-title { max-width: 32rem; }
.metrics-card {
  background-color: var(--card-bg);
  border-radius: var(--radius);
  display: flex; flex-flow: column; justify-content: flex-start; align-items: flex-start;
  gap: 1.25rem; padding: 1.25rem; height: 100%;
}
.metrics-card-value {
  background-color: var(--bg-tertiary); color: var(--white);
  min-width: 5rem; height: 5rem; padding: 0 1rem;
  border-radius: var(--radius);
  display: flex; justify-content: center; align-items: center;
}
.metrics-card-value.is-soft { background-color: var(--bg-secondary); color: var(--text-primary); }
.metrics-card-content { display: flex; flex-flow: column; gap: .9rem; }
@media screen and (max-width: 991px) { .metrics-top { flex-flow: column; gap: 1rem; } .metrics-card { padding: 1rem; gap: 1rem; } }
@media screen and (max-width: 767px) { .metrics-card { align-items: flex-start; padding: 1.25rem; } }

.showcase-wrap { display: flex; flex-flow: column; gap: 4.5rem; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.75rem 1.5rem; }
.showcase-card { display: flex; flex-flow: column; gap: 1.25rem; color: inherit; }
.showcase-card-title-wrap {
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.25rem 0;
}
.showcase-year-wrap { display: flex; align-items: center; gap: .75rem; flex: none; }
.showcase-dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--brand-navy); flex: none; }
.showcase-card-visual { border-radius: var(--radius); width: 100%; padding-top: 72%; position: relative; overflow: hidden; overflow: clip; }
.showcase-card-visual.is-tall { padding-top: 103%; }
.showcase-card-visual img { position: absolute; inset: auto 0 0; width: 100%; height: 112%; object-fit: cover; transform-origin: 50% 100%; }
.showcase-card-bottom { border: 1px solid var(--border); border-radius: var(--radius); display: grid; grid-template-columns: 1fr 1fr 1fr; }
.showcase-stat { padding: 1.25rem; display: flex; flex-flow: column; gap: .5rem; }
.showcase-stat + .showcase-stat { border-left: 1px solid var(--border); }
.showcase-stat-label { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-secondary); }
@media screen and (max-width: 991px) { .showcase-grid { gap: 3rem 1rem; } }
@media screen and (max-width: 767px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card-visual { padding-top: 60%; }
  .showcase-card-visual.is-tall { padding-top: 72%; }
  .showcase-stat { padding: 1rem; }
}

.rows { border-top: 1px solid var(--border); }
.row-item { display: flex; gap: 2.25rem; padding: 2rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.row-num {
  flex: none; width: 3rem; height: 3rem; border-radius: var(--radius);
  background: var(--bg-tertiary); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.row-num.is-soft { background: var(--bg-secondary); color: var(--text-primary); }
.row-body { display: flex; flex-flow: column; gap: .5rem; }
@media screen and (max-width: 767px) { .row-item { gap: 1.25rem; padding: 1.5rem 0; } }

.method-row {
  display: grid; grid-template-columns: 6rem 1fr 1.1fr; gap: 3rem;
  padding: 3.25rem 0; border-bottom: 1px solid var(--border); align-items: start;
}
.method-num { color: var(--text-neutral-light); }
.method-items { border-left: 1px solid var(--border); padding-left: 3rem; display: flex; flex-flow: column; gap: .35rem; }
.method-item { display: flex; gap: 1rem; padding: .5rem 0; align-items: flex-start; }
.method-item-dot { flex: none; width: .45rem; height: .45rem; border-radius: 50%; background: var(--brand-navy); opacity: .35; margin-top: .55rem; }
@media screen and (max-width: 991px) {
  .method-row { grid-template-columns: 4rem 1fr; }
  .method-items { grid-column: 2; border-left: 0; padding-left: 0; border-top: 1px solid var(--border); padding-top: 1.25rem; margin-top: .5rem; }
}
@media screen and (max-width: 767px) {
  .method-row { grid-template-columns: 1fr; gap: 1.25rem; padding: 2.25rem 0; }
  .method-items { grid-column: 1; }
}

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6rem; align-items: center; }
.split.is-start { align-items: start; }
.split.is-form { grid-template-columns: 1.25fr .75fr; gap: 4.5rem; }
.split.is-steps { grid-template-columns: 1fr 1.2fr; }
.split.is-founder { grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.split-media { border-radius: var(--radius); overflow: hidden; overflow: clip; position: relative; }
.split-media img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 991px) { .split, .split.is-form, .split.is-founder { gap: 3rem; } }
@media screen and (max-width: 767px) { .split, .split.is-form, .split.is-steps, .split.is-founder { grid-template-columns: 1fr; gap: 2.5rem; } }

.events-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; }
@media screen and (max-width: 767px) { .events-top { flex-flow: column; align-items: flex-start; } }

.section-banner { position: relative; color: var(--white); }
.banner-background {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(10, 16, 24, .62), rgba(10, 16, 24, .62)),
    radial-gradient(circle, rgba(10, 16, 24, 0), rgba(10, 16, 24, .35)),
    url("../hero-inicio.jpg");
  background-position: 0 0, 0 0, 50% 68%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  will-change: transform;
}
.banner-background.img-parallax { height: 116%; inset: auto 0 0; transform-origin: 50% 100%; }
.banner-content { display: flex; flex-flow: column; gap: 3rem; max-width: 52.25rem; padding-top: 4.94rem; padding-bottom: 4.94rem; }
@media screen and (max-width: 991px) { .banner-content { padding-top: 4rem; padding-bottom: 4rem; } }
@media screen and (max-width: 767px) {
  .banner-content { gap: 2rem; text-align: center; justify-content: center; align-items: center; padding-top: 3rem; padding-bottom: 3rem; margin: 0 auto; }
  .banner-content .header { align-items: center; }
}

.faq-wrap { display: flex; gap: 2.5rem; width: 100%; }
.faq-header { flex: 0 0 38%; }
.faq-content { display: flex; flex-flow: column; gap: 1.5rem; max-width: 37.31rem; flex: 1; }
.accordion { border-bottom: 1px solid var(--border); cursor: pointer; width: 100%; height: fit-content; padding-bottom: 1.5rem; -webkit-tap-highlight-color: transparent; }
.accordion-toggle { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; width: 100%; text-align: left; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; user-select: none; }
.accordion-icon {
  background-color: var(--bg-tertiary); color: #fff;
  border-radius: var(--radius-md); flex: none;
  width: 3rem; height: 3rem;
  display: grid; place-items: center; position: relative;
}
.accordion-icon svg { width: 1.25rem; height: 1.25rem; grid-area: 1 / 1; display: block; }
.accordion-icon .icon-vertical { transition: transform .4s var(--ease); }
.accordion.open .accordion-icon .icon-vertical { transform: rotate(90deg); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease); }
.accordion-content-inner { overflow: hidden; overflow: clip; min-height: 0; }
.accordion.open .accordion-content { grid-template-rows: 1fr; }
.accordion-text { padding-top: 1rem; max-width: 92%; opacity: 0; transform: translateY(.75rem); transition: opacity .45s ease .08s, transform .45s var(--ease) .08s; }
.accordion.open .accordion-text { opacity: 1; transform: translateY(0); }
@media screen and (max-width: 991px) { .faq-wrap { gap: 1.5rem; } }
@media screen and (max-width: 767px) { .faq-wrap { flex-flow: column; gap: 2.5rem; } .faq-header { flex: auto; } .faq-content { max-width: none; } }
@media screen and (max-width: 479px) { .accordion-icon { width: 2.5rem; height: 2.5rem; border-radius: .5rem; } .accordion-toggle { gap: 1rem; } }

.explore-content { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.explore-card {
  color: var(--white); border-radius: var(--radius);
  display: flex; flex-flow: column; justify-content: center; align-items: center; gap: 4.5rem;
  padding: 24.5% 1.5rem; position: relative; overflow: hidden; overflow: clip; text-align: center;
}
.explore-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10, 16, 24, .45), rgba(10, 16, 24, .55)); z-index: 1; }
.explore-card > img { position: absolute; inset: auto 0 0; width: 100%; height: 112%; object-fit: cover; transform-origin: 50% 100%; z-index: 0; }
.explore-card-header { display: flex; flex-flow: column; justify-content: center; align-items: center; gap: .75rem; position: relative; z-index: 2; }
.explore-card-title { max-width: 24rem; }
.explore-card .button-wrapper { position: relative; z-index: 2; }
@media screen and (max-width: 767px) { .explore-content { grid-template-columns: 1fr; } .explore-card { padding: 14% 1.5rem; gap: 2.5rem; } }

.section-footer { background-color: var(--bg-tertiary); color: var(--white); position: relative; overflow: hidden; overflow: clip; }
.footer-pad { padding-top: 6.25rem; padding-bottom: 0; }
.footer-wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; position: relative; }
.footer-left { display: flex; flex-flow: column; gap: 3rem; max-width: 26.6875rem; }
.footer-logo { display: flex; justify-content: flex-start; align-items: center; }
.footer-logo .logo-wordmark { height: 2.625rem; width: auto; }
.footer-description { color: rgba(250, 249, 246, .8); letter-spacing: .02em; }
.footer-right { display: flex; justify-content: space-between; gap: 2rem; flex: 1; max-width: 34.5rem; }
.footer-links { display: flex; flex-flow: column; gap: .5rem; align-items: flex-start; }
.footer-links-title { margin-bottom: .5rem; font-weight: 500; }
.footer-link { display: flex; align-items: center; gap: .5rem; opacity: .8; padding: 2px 0; position: relative; overflow: hidden; overflow: clip; transition: opacity .3s; }
.footer-link:hover { opacity: 1; }
.footer-address { opacity: .8; line-height: 1.9; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  margin-top: 4rem; padding: 1.75rem 0 2rem;
  border-top: 1px solid var(--border-navy-faint);
  font-size: .85rem; color: rgba(250, 249, 246, .55);
}
.footer-bottom-links { display: flex; gap: 2rem; }
.footer-bottom-links a { transition: color .3s; }
.footer-bottom-links a:hover { color: var(--white); }
.footer-watermark { pointer-events: none; width: min(52rem, 82%); margin: 3.5rem auto 0; opacity: .05; }
.footer-watermark img { width: 100%; height: auto; }
@media screen and (max-width: 991px) { .footer-pad { padding-top: 4rem; } .footer-left { gap: 2rem; max-width: 20rem; } }
@media screen and (max-width: 767px) { .footer-wrap { flex-flow: column; align-items: stretch; gap: 2.5rem; } .footer-right { max-width: none; } }
@media screen and (max-width: 479px) { .footer-right { flex-flow: wrap; gap: 2rem 2.5rem; } }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { display: flex; flex-flow: column; gap: .55rem; }
.form-field.is-full { grid-column: 1 / -1; }
.form-label { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-secondary); }
.form-input {
  width: 100%; min-height: 3.1rem;
  background: var(--card-bg);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: .75rem 1.1rem;
  font: inherit; color: var(--text-primary);
  transition: border-color .25s, box-shadow .25s;
  appearance: none;
}
textarea.form-input { min-height: 9rem; resize: vertical; line-height: 1.6; }
.form-input:focus { outline: none; border-color: var(--brand-navy); box-shadow: 0 0 0 3px rgba(22, 32, 42, .08); }
.form-input::placeholder { color: #A9AEB5; }
select.form-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2316202A' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.1rem center;
  padding-right: 2.6rem; cursor: pointer;
}
.form-check { display: flex; gap: .9rem; align-items: flex-start; cursor: pointer; }
.form-check input { margin-top: .2rem; width: 1rem; height: 1rem; flex: none; accent-color: var(--brand-navy); }
.form-error { color: #9B4B3F; font-size: .85rem; }
.form-success { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card-bg); padding: 3.5rem 2.5rem; text-align: center; display: flex; flex-flow: column; gap: 1rem; align-items: center; }
@media screen and (max-width: 767px) { .form-grid { grid-template-columns: 1fr; } }

.info-card { background: var(--card-bg); border-radius: var(--radius); padding: 1.75rem; display: flex; flex-flow: column; gap: .6rem; }
.info-card + .info-card { margin-top: 1.25rem; }
.info-label { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-secondary); }
.map-card { border-radius: var(--radius); overflow: hidden; overflow: clip; position: relative; border: 1px solid var(--border); display: block; }
.map-card iframe { width: 100%; height: 24rem; border: 0; display: block; filter: grayscale(1) contrast(1.05); }
.map-card .map-cta {
  position: absolute; left: 1rem; bottom: 1rem; pointer-events: none;
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--brand-cream); color: var(--text-primary);
  border-radius: var(--pill); padding: .65rem 1.2rem;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.stats-band {
  background: var(--bg-tertiary); color: var(--white);
  border-radius: var(--radius);
  padding: 3.25rem 3rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem;
}
@media screen and (max-width: 767px) {
  .stats-band { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 1rem; padding: 2rem 1.5rem; text-align: center; }
  .stats-band .hero-bottom-values, .stats-band .hero-bottom-values.is-align-right { align-items: center; text-align: center; max-width: none; }
}

.tag-label { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-secondary); }
.card.is-navy .tag-label { color: rgba(250, 249, 246, .6); }
.points { border-top: 1px solid var(--border); margin-top: auto; padding-top: 1.25rem; display: flex; flex-flow: column; gap: .2rem; }
.card.is-navy .points { border-top-color: var(--border-navy-faint); }
.point { display: flex; gap: .9rem; padding: .4rem 0; align-items: flex-start; }
.point-dot { flex: none; width: .45rem; height: .45rem; border-radius: 50%; background: currentColor; opacity: .4; margin-top: .55rem; }

.section-flow { display: flex; flex-flow: column; gap: 3.75rem; }
.section-flow.is-loose { gap: 4.5rem; }
.quote {
  font-size: 1.5rem; line-height: 1.5; letter-spacing: -.01em;
  border-left: 2px solid var(--brand-navy); padding-left: 1.75rem;
}
.avatar-strip { display: flex; }
.avatar-strip .avatar { width: 3.9rem; height: 3.9rem; border-radius: 50%; border: 2px solid var(--brand-cream); overflow: hidden; overflow: clip; background: var(--bg-secondary); margin-right: -1.2rem; position: relative; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.graded-title .g1 { color: var(--text-neutral-lighter); }
.graded-title .g2 { color: var(--text-neutral-light); }
.founder-photo {
  aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; overflow: clip;
  background: repeating-linear-gradient(45deg, #ECE9E2 0 22px, #E4E0D6 22px 44px);
  display: flex; align-items: center; justify-content: center;
}
.founder-photo span { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: #9AA1AB; }
.founder-photo.is-mobile { display: none; }
@media screen and (max-width: 767px) {
  .split.is-founder > .founder-photo:not(.is-mobile) { display: none; }
  .founder-photo.is-mobile { display: flex; width: 100%; }
}
.social-row { display: flex; gap: .9rem; }
.social-btn {
  width: 2.9rem; height: 2.9rem; border: 1px solid rgba(22, 32, 42, .25); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  transition: background-color .3s, border-color .3s, color .3s;
  color: var(--text-primary);
}
.social-btn svg { width: 1.1rem; height: 1.1rem; display: block; }
.social-btn:hover { background: var(--bg-tertiary); border-color: var(--bg-tertiary); color: var(--white); }
.note { font-size: .85rem; color: #9AA1AB; line-height: 1.7; }

html.js [data-reveal] { opacity: 0; transform: translateY(2.5rem); transition: opacity .7s ease, transform .7s var(--ease); will-change: opacity, transform; }
html.js [data-reveal].is-inview { opacity: 1; transform: translateY(0); }

html.js [data-line] { transform: scaleY(0); transition: transform 1.1s var(--ease); }
html.js [data-line="x"] { transform: scaleX(0); transition: transform 1.1s var(--ease); }
html.js [data-line].is-inview { transform: scale(1); }

html.js [data-media] img { filter: blur(20px); transition: filter .9s ease, transform 1.2s var(--ease); }
html.js [data-media].is-zoom img { transform: scale(1.35); }
html.js [data-media].is-inview img { filter: blur(0); }
html.js [data-media].is-zoom.is-inview img { transform: scale(1); }
html.js img[data-media-self] { filter: blur(20px); transition: filter .9s ease; }
html.js img[data-media-self].is-inview { filter: blur(0); }

html.js .hero-background { opacity: 0; transition: opacity 1s ease; }
html.js .hero-background.is-inview { opacity: 1; }
