/* Equipo e instalaciones — rediseño */

.ft-ei-hero {
  --ft-ei-teal: #14b8ba;
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 58vh, 36rem);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(145deg, #12162e 0%, #21264a 55%, #2a3058 100%);
}

.ft-ei-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ft-ei-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.04);
  animation: ft-ei-ken 22s ease-in-out infinite alternate;
}

.ft-ei-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 16, 40, 0.96) 0%, rgba(14, 24, 52, 0.88) 42%, rgba(14, 30, 58, 0.45) 70%, rgba(14, 30, 58, 0.22) 100%),
    radial-gradient(ellipse at 20% 30%, rgba(20, 184, 186, 0.2), transparent 48%);
}

.ft-ei-hero-glow {
  position: absolute;
  inset: -15% auto auto 30%;
  width: min(36rem, 60vw);
  height: min(36rem, 60vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 186, 0.18) 0%, transparent 68%);
  pointer-events: none;
  z-index: 1;
  animation: ft-ei-glow 10s ease-in-out infinite;
}

.ft-ei-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 5.25rem 0 4rem;
}

.ft-ei-hero-copy {
  max-width: 48rem;
}

.ft-ei-hero-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ft-ei-teal);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ft-ei-hero-kicker.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-hero-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s ease 0.05s, transform 0.65s ease 0.05s;
}

.ft-ei-hero-title.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-hero-title-accent {
  color: var(--ft-ei-teal);
}

.ft-ei-hero-heart {
  display: inline-flex;
  color: var(--ft-ei-teal);
  font-size: 0.5em;
  animation: ft-ei-pulse 2.6s ease-in-out infinite;
}

.ft-ei-hero-heart-svg {
  width: 1.2em;
  height: 1.2em;
  display: block;
}

.ft-ei-hero-lead {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s ease 0.1s, transform 0.65s ease 0.1s;
}

.ft-ei-hero-lead.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-hero-accent {
  color: var(--ft-ei-teal);
  font-weight: 700;
}

.ft-ei-hero-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease 0.15s, transform 0.55s ease 0.15s;
}

.ft-ei-hero-jumps.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-hero-jumps a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ft-ei-hero-jumps a:hover {
  background: rgba(20, 184, 186, 0.22);
  border-color: var(--ft-ei-teal);
  transform: translateY(-2px);
  color: #fff;
}

.ft-ei-hero-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ft-ei-hero-features li {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--ft-ei-feat-delay, 0s);
}

.ft-ei-hero-features li.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-hero-feature-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(20, 184, 186, 0.16);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(20, 184, 186, 0.35);
  position: relative;
  z-index: 1;
}

.ft-ei-hero-feature-icon .ft-icon {
  display: grid !important;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transform: none;
  position: relative;
  z-index: 2;
}

.ft-ei-hero-feature-icon .ft-icon::before {
  display: block;
  line-height: 1;
  margin: 0;
}

.ft-ei-hero-features strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
}

.ft-ei-hero-features span {
  display: block;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.ft-ei-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  line-height: 0;
  color: #f4f7fb;
  pointer-events: none;
}

.ft-ei-hero-wave svg {
  width: 100%;
  height: 84px;
  display: block;
}

.ft-ei-hero + .ft-subnav {
  position: relative;
  z-index: 6;
  margin-top: -2.75rem;
  background: transparent;
  border: 0;
  padding: 0 1rem 0.35rem;
}

.ft-ei-hero + .ft-subnav .ft-subnav-inner {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: max-content;
  margin: 0 auto;
  padding: 0.4rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(18, 38, 72, 0.14);
}

.ft-ei-hero + .ft-subnav .ft-subnav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ft-navy);
}

.ft-ei-hero + .ft-subnav .ft-subnav-link.is-active {
  background: var(--ft-red);
  color: #fff;
}

/* Main */
.ft-ei-main {
  padding: 3rem 0 2.5rem;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(20, 184, 186, 0.08), transparent 42%),
    #f4f7fb;
}

#ft-ei-main,
#ft-ei-facilities,
#ft-ei-people,
#ft-ei-board {
  scroll-margin-top: 6rem;
}

.ft-ei-section-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-red);
}

.ft-ei-section-title {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: var(--ft-navy);
  line-height: 1.2;
}

.ft-ei-section-title span {
  color: var(--ft-red);
}

.ft-ei-intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ft-ei-intro.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-intro-text {
  margin: 0.85rem auto 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ft-text-soft);
}

.ft-ei-stats {
  list-style: none;
  margin: 0 auto 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ft-ei-stats.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  padding: 1.25rem 1rem 1.15rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(33, 38, 74, 0.07);
  box-shadow: 0 12px 28px rgba(18, 38, 72, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ft-ei-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(18, 38, 72, 0.12);
}

.ft-ei-stat-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.ft-ei-stat-icon .ft-icon {
  display: grid !important;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.ft-ei-stat-icon .ft-icon::before {
  display: block;
  line-height: 1;
  margin: 0;
}

.ft-ei-stat[data-tone='teal'] .ft-ei-stat-icon { background: #d5f4f5; color: #14b8ba; }
.ft-ei-stat[data-tone='blue'] .ft-ei-stat-icon { background: #e8effc; color: #3b6bb3; }
.ft-ei-stat[data-tone='green'] .ft-ei-stat-icon { background: #e8f7ef; color: #2f9d63; }
.ft-ei-stat[data-tone='gold'] .ft-ei-stat-icon { background: #fff3d8; color: #d4a017; }

.ft-ei-stat[data-tone='teal'] strong { color: #14b8ba; }
.ft-ei-stat[data-tone='blue'] strong { color: #3b6bb3; }
.ft-ei-stat[data-tone='green'] strong { color: #2f9d63; }
.ft-ei-stat[data-tone='gold'] strong { color: #d4a017; }

.ft-ei-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.ft-ei-stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.35;
  color: var(--ft-text-soft);
}

.ft-ei-intro-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ft-ei-intro-actions.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.82rem 1.25rem;
  border-radius: 999px;
  border: 0;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ft-ei-btn:hover {
  transform: translateY(-2px);
}

.ft-ei-btn--teal {
  background: var(--ft-red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(20, 184, 186, 0.28);
}

.ft-ei-btn--teal:hover {
  background: #12a8ad;
  color: #fff;
}

.ft-ei-btn--navy {
  background: var(--ft-navy);
  color: #fff;
  box-shadow: 0 12px 26px rgba(18, 38, 72, 0.2);
}

.ft-ei-btn--navy:hover {
  background: #1a1f3d;
  color: #fff;
}

.ft-ei-btn-icon {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  transition: transform 0.25s ease;
}

.ft-ei-btn:hover .ft-ei-btn-icon {
  transform: translateX(2px);
}

/* Facilities */
.ft-ei-facilities {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ft-ei-facilities.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-facilities-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.ft-ei-facilities-lead {
  margin: 0.85rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ft-text-soft);
}

.ft-ei-facilities-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 1rem;
  margin-bottom: 1.35rem;
  align-items: stretch;
}

.ft-ei-featured {
  position: relative;
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 18px 40px rgba(18, 38, 72, 0.12);
}

.ft-ei-featured img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.ft-ei-featured:hover img {
  transform: scale(1.05);
}

.ft-ei-featured-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(33, 38, 74, 0.88);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ft-ei-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.ft-ei-gallery-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  cursor: pointer;
  background: #e8eef5;
  box-shadow: 0 12px 26px rgba(18, 38, 72, 0.08);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--ft-ei-gal-delay, 0s);
}

.ft-ei-facilities.is-visible .ft-ei-gallery-item {
  opacity: 1;
  transform: none;
}

.ft-ei-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(18, 38, 72, 0.14);
}

.ft-ei-gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.ft-ei-gallery-item:hover img {
  transform: scale(1.06);
}

.ft-ei-gallery-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.8rem;
  background: linear-gradient(transparent, rgba(8, 18, 36, 0.82));
  color: #fff;
  text-align: left;
}

.ft-ei-gallery-icon {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ft-navy);
  font-size: 0.78rem;
  flex-shrink: 0;
  line-height: 1;
}

.ft-ei-gallery-icon .ft-icon {
  display: grid !important;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.ft-ei-gallery-icon .ft-icon::before {
  display: block;
  line-height: 1;
  margin: 0;
}

.ft-ei-gallery-label {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.ft-ei-facilities > .ft-ei-btn {
  display: inline-flex;
  margin-top: 0.25rem;
}

/* People */
.ft-ei-people {
  padding: 3rem 0 2.5rem;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(20, 184, 186, 0.05), transparent 40%),
    #fff;
}

.ft-ei-people-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ft-ei-people-head.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-people-lead {
  margin: 0.85rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ft-text-soft);
}

.ft-ei-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.ft-ei-person {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(33, 38, 74, 0.07);
  box-shadow: 0 12px 28px rgba(18, 38, 72, 0.07);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--ft-ei-card-delay, 0s);
}

.ft-ei-person.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-person:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(18, 38, 72, 0.12);
}

.ft-ei-person.is-visible:hover {
  transform: translateY(-5px);
}

.ft-ei-person-media {
  position: relative;
  overflow: hidden;
  background: #e8eef5;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
}

.ft-ei-person-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.55s ease;
}

.ft-ei-person:hover .ft-ei-person-media img {
  transform: scale(1.06);
}

.ft-ei-person-fallback {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #d5f4f5;
  color: var(--ft-red);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ft-ei-person-body {
  padding: 1rem 1.05rem 1.15rem;
}

.ft-ei-person-body h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ft-navy);
  line-height: 1.25;
}

.ft-ei-person-body p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--ft-text-soft);
  font-weight: 600;
  line-height: 1.4;
}

/* Board */
.ft-ei-board {
  padding: 2.5rem 0 3.5rem;
  background:
    radial-gradient(ellipse at 8% 20%, rgba(33, 38, 74, 0.04), transparent 45%),
    #f0f3f8;
}

.ft-ei-board-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ft-ei-board-head.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-board-lead {
  margin: 0.85rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ft-text-soft);
}

.ft-ei-board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.ft-ei-board-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(33, 38, 74, 0.07);
  border-radius: 1.25rem;
  padding: 1.45rem 1.3rem 1.35rem;
  box-shadow: 0 12px 28px rgba(18, 38, 72, 0.07);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.3s ease;
  transition-delay: var(--ft-ei-card-delay, 0s);
}

.ft-ei-board-card.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-board-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(18, 38, 72, 0.12);
}

.ft-ei-board-card.is-visible:hover {
  transform: translateY(-5px);
}

.ft-ei-board-index {
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(33, 38, 74, 0.28);
}

.ft-ei-board-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ft-navy);
  line-height: 1.25;
  padding-right: 2rem;
}

.ft-ei-board-body p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--ft-text-soft);
  font-weight: 600;
  line-height: 1.45;
}

.ft-ei-board-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ft-red);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ft-ei-board-phone:hover {
  color: #12a8ad;
  transform: translateY(-1px);
}

.ft-ei-board-phone .ft-icon {
  display: grid !important;
  place-items: center;
  width: 1.1em;
  height: 1.1em;
  line-height: 1;
}

/* CTA */
.ft-ei-cta {
  padding: 0 0 3.75rem;
  background: #f4f7fb;
}

.ft-ei-cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: stretch;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 90% at 88% 20%, rgba(255, 255, 255, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 55% 70% at 70% 100%, rgba(15, 40, 80, 0.22) 0%, transparent 60%),
    linear-gradient(115deg, #0d9ea3 0%, #14b8ba 38%, #1ac4c6 62%, #0e8f95 100%);
  box-shadow:
    0 22px 48px rgba(20, 184, 186, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ft-ei-cta-banner.is-visible {
  opacity: 1;
  transform: none;
}

.ft-ei-cta-media {
  position: relative;
  margin: 0;
  min-height: 14rem;
  isolation: isolate;
}

.ft-ei-cta-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 42%,
      rgba(20, 184, 186, 0.18) 62%,
      rgba(14, 143, 149, 0.72) 82%,
      #0e8f95 100%
    ),
    linear-gradient(
      180deg,
      rgba(13, 40, 70, 0.12) 0%,
      transparent 35%,
      transparent 70%,
      rgba(13, 40, 70, 0.18) 100%
    );
}

.ft-ei-cta-media img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transition: transform 0.8s ease;
}

.ft-ei-cta-banner.is-visible:hover .ft-ei-cta-media img {
  transform: scale(1.04);
}

.ft-ei-cta-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.6rem, 4vw, 2.6rem) clamp(1.4rem, 3.5vw, 2.4rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(
      105deg,
      rgba(14, 143, 149, 0.55) 0%,
      rgba(20, 184, 186, 0.12) 28%,
      transparent 55%
    );
}

.ft-ei-cta-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 1px 12px rgba(8, 60, 70, 0.18);
}

.ft-ei-cta-title span {
  color: #eafdff;
}

.ft-ei-cta-copy p {
  margin: 0 0 1.35rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  max-width: 32rem;
}

.ft-ei-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.ft-ei-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.82rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-ei-cta-btn:hover {
  transform: translateY(-2px);
}

.ft-ei-cta-btn--white {
  background: #fff;
  color: #0f8f93;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.ft-ei-cta-btn--white:hover {
  color: #0c7478;
}

.ft-ei-cta-btn--navy {
  background: #21264a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ft-ei-cta-btn--navy:hover {
  color: #fff;
}

/* Lightbox */
.ft-ei-lightbox {
  border: 0;
  padding: 0;
  max-width: min(64rem, calc(100vw - 1.5rem));
  background: transparent;
}

.ft-ei-lightbox::backdrop {
  background: rgba(8, 16, 32, 0.78);
  backdrop-filter: blur(6px);
}

.ft-ei-lightbox-panel {
  position: relative;
  background: #0f1b33;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.ft-ei-lightbox-media {
  margin: 0;
}

.ft-ei-lightbox-media img {
  width: 100%;
  max-height: min(75vh, 40rem);
  object-fit: contain;
  display: block;
  background: #0b1528;
}

.ft-ei-lightbox-media figcaption {
  padding: 0.85rem 1.1rem 1rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.ft-ei-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ft-navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ft-ei-lightbox-close:hover {
  transform: scale(1.05);
  background: #fff;
}

.ft-ei-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ft-navy);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ft-ei-lightbox-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.ft-ei-lightbox-nav--prev { left: 0.75rem; }
.ft-ei-lightbox-nav--next { right: 0.75rem; }

body.ft-ei-lightbox-open {
  overflow: hidden;
}

@keyframes ft-ei-ken {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@keyframes ft-ei-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@keyframes ft-ei-glow {
  0%, 100% { opacity: 0.7; transform: translate(0, 0); }
  50% { opacity: 1; transform: translate(4%, 3%); }
}

@media (max-width: 1100px) {
  .ft-ei-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-ei-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-ei-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ft-ei-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-ei-facilities-layout {
    grid-template-columns: 1fr;
  }

  .ft-ei-featured img {
    min-height: 16rem;
  }

  .ft-ei-cta-banner {
    grid-template-columns: 1fr;
  }

  .ft-ei-cta-media::after {
    background:
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 45%,
        rgba(20, 184, 186, 0.35) 72%,
        #0e8f95 100%
      );
  }

  .ft-ei-cta-copy {
    background:
      linear-gradient(
        180deg,
        rgba(14, 143, 149, 0.45) 0%,
        transparent 40%
      );
  }
}

@media (max-width: 900px) {
  .ft-ei-hero-features {
    grid-template-columns: 1fr;
  }

  .ft-ei-hero + .ft-subnav .ft-subnav-inner {
    border-radius: 1.25rem;
    max-width: 100%;
  }

  .ft-ei-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ft-ei-hero-features,
  .ft-ei-stats,
  .ft-ei-people-grid,
  .ft-ei-board-grid,
  .ft-ei-gallery {
    grid-template-columns: 1fr;
  }

  .ft-ei-featured img {
    min-height: 14rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-ei-hero-bg img,
  .ft-ei-hero-heart,
  .ft-ei-hero-glow,
  .ft-ei-hero-kicker,
  .ft-ei-hero-title,
  .ft-ei-hero-lead,
  .ft-ei-hero-jumps,
  .ft-ei-hero-features li,
  .ft-ei-intro,
  .ft-ei-stats,
  .ft-ei-intro-actions,
  .ft-ei-facilities,
  .ft-ei-gallery-item,
  .ft-ei-people-head,
  .ft-ei-person,
  .ft-ei-board-head,
  .ft-ei-board-card,
  .ft-ei-cta-banner,
  .ft-ei-featured img,
  .ft-ei-person-media img,
  .ft-ei-cta-media img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .ft-ei-facilities.is-visible .ft-ei-gallery-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
