:root {
  --navy-950: #030a18;
  --navy-900: #061127;
  --navy-800: #0a1b38;
  --blue: #1677ff;
  --cyan: #35e5ff;
  --white: #f7fbff;
  --muted: #91a5bd;
  --line: rgba(143, 190, 235, 0.17);
  --panel: rgba(9, 28, 57, 0.78);
  --module-radius: 34px;
  --shell: min(1440px, calc(100vw - 64px));
  --header: 184px;
}

* { box-sizing: border-box; }
html { margin: 0; padding: 0; scroll-behavior: smooth; background: var(--navy-950); }
body {
  margin: 0;
  padding: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 8%, rgba(22,119,255,.13), transparent 24rem),
    var(--navy-950);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; padding: 12px 18px; background: var(--cyan); color: #00102c; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute; z-index: 100; top: 0; right: 0; left: 0; margin: 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}
.header-shell { width: var(--shell); height: var(--header); margin: auto; display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; min-width: 390px; }
.brand img { width: 600px; height: auto; max-height: 176px; object-fit: contain; object-position: left center; }
.is-home-page .brand { transform: translateY(2cm); }
.is-inner-page .brand { min-width: 130px; }
.is-inner-page .brand img { width: 200px; max-height: 59px; }
.brand span { display: grid; line-height: 1; }
.brand b { font-size: 18px; letter-spacing: .13em; }
.brand small { margin-top: 7px; color: #7891ad; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav { display: flex; flex: 1; align-self: stretch; justify-content: center; }
.nav-button {
  position: relative; padding: 0 11px; border: 0; background: transparent;
  color: #c9d4e1; font-size: 15px; font-weight: 500; cursor: pointer; white-space: nowrap;
}
.nav-direct, .nav-label { display: inline-flex; align-items: center; align-self: stretch; }
.nav-label { cursor: default; }
.nav-button::after { content: ""; position: absolute; inset: auto 12px 0; height: 2px; transform: scaleX(0); background: var(--cyan); transition: .2s; }
.nav-button:hover, .nav-button[aria-expanded="true"] { color: #fff; }
.nav-button[aria-expanded="true"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switcher { position: relative; display: block; }
.lang-switcher select {
  min-width: 68px;
  padding: 9px 28px 9px 12px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 0;
  background: rgba(7,26,61,.22);
  color: #ffffff;
  font-size: 11px;
  cursor: pointer;
}
.lang-switcher option { background: #071a3d; color: #ffffff; }
.header-cta { padding: 11px 16px; border: 1px solid rgba(53,229,255,.42); color: #d9fbff; font-size: 12px; letter-spacing: .02em; transition: .2s; }
.header-cta:hover { background: rgba(53,229,255,.1); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; }
.mega-menu {
  position: absolute; inset: var(--header) 0 auto; visibility: hidden; opacity: 0; transform: translateY(-8px);
  border-bottom: 1px solid var(--line); background: rgba(4,14,31,.98); transition: .18s ease;
}
.mega-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mega-inner { width: var(--shell); margin: auto; padding: 30px 0 36px; display: grid; grid-template-columns: .75fr 2.25fr; gap: 60px; }
.mega-intro { padding-right: 36px; border-right: 1px solid var(--line); }
.mega-kicker, .eyebrow { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.mega-intro h2 { margin: 12px 0; font-size: 27px; font-weight: 500; }
.mega-intro p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.mega-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 30px; }
.mega-link { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mega-link b { display: block; font-size: 14px; }
.mega-link small { display: block; margin-top: 6px; color: #758ba4; line-height: 1.45; }
.mega-link:hover b { color: var(--cyan); }

main { min-height: 80vh; }
.hero {
  position: relative; min-height: 760px; height: 100svh; display: flex; align-items: flex-end; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero video, .hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,24,.96) 0%, rgba(3,10,24,.68) 54%, rgba(3,10,24,.32)), linear-gradient(0deg, #030a18 0%, transparent 35%); }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right,black,transparent 75%); }
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; padding: 150px 0 72px; }
.hero-content h1 { max-width: 1030px; margin: 20px 0 24px; font-size: clamp(46px, 6vw, 92px); font-weight: 470; line-height: .98; letter-spacing: -.055em; }
.hero-content--minimal {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding-top: calc(var(--header) + 60px);
  padding-bottom: 70px;
}
.hero-content--minimal h1 {
  max-width: 1500px;
  margin: 0;
  font-size: clamp(48px, 4.7vw, 76px);
  line-height: 1.03;
  text-wrap: balance;
}
@media (min-width: 761px) {
  .hero-content.hero-content--minimal h1 { font-size: clamp(28px, 4vw, 64px); text-wrap: initial; }

}
.hero-content p { max-width: 710px; margin: 0; color: #b9c9da; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--line); background: transparent; cursor: pointer; color: #fff; font-size: 13px; }
.button::after { content: "↗"; color: var(--cyan); }
.button--primary { border-color: var(--blue); background: var(--blue); }
.button--primary::after { color: #fff; }
.button:hover { border-color: var(--cyan); }
.hero-meta { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1440px)/2)); bottom: 72px; display: grid; grid-template-columns: repeat(2, 150px); border: 1px solid var(--line); background: rgba(3,10,24,.55); backdrop-filter: blur(12px); }
.hero-meta div { padding: 17px; border-right: 1px solid var(--line); }
.hero-meta div:last-child { border: 0; }
.hero-meta b { display: block; color: var(--cyan); font-size: 22px; }
.hero-meta span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 110px 0; border-bottom: 1px solid var(--line); }
.section--compact { padding: 72px 0; }
.section--blue { background: linear-gradient(135deg, #0a2f70, #071b3e 60%, #051228); }
.section--pale { background: #eef5fa; color: #07152c; }
.shell { width: var(--shell); margin: auto; }
.section-head { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 900px; margin: 0; font-size: clamp(34px, 4vw, 58px); font-weight: 480; line-height: 1.05; letter-spacing: -.04em; }
.section-head p { max-width: 620px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.section--pale .section-head p, .section--pale .card p { color: #556b83; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 36px; }
.section-title-row h2 { margin: 8px 0 0; font-size: clamp(32px,3.5vw,52px); font-weight: 480; letter-spacing: -.04em; }
.text-link { color: var(--cyan); font-size: 13px; white-space: nowrap; }
.section--pale .text-link { color: #075dcc; }

.cards { display: grid; gap: 16px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; min-height: 260px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--module-radius); background: rgba(8,24,50,.68); }
.card:hover { border-color: rgba(53,229,255,.55); }
.card-number { color: #63809f; font-size: 11px; letter-spacing: .12em; }
.card-icon { width: 46px; height: 46px; margin-bottom: 40px; display: grid; place-items: center; border: 1px solid rgba(53,229,255,.28); color: var(--cyan); font-size: 20px; }
.card h3 { margin: 20px 0 12px; font-size: 22px; font-weight: 500; line-height: 1.18; }
.card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.card-link { position: absolute; inset: auto 25px 24px; color: var(--cyan); font-size: 12px; }
.media-card { min-height: 440px; display: flex; flex-direction: column; padding: 0; }
.media-card__image { position: relative; height: 230px; overflow: hidden; background: #0d2343; }
.media-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.media-card:hover img { transform: scale(1.035); }
.media-card__image::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg,rgba(3,10,24,.55),transparent); }
.media-card__body { padding: 24px 24px 55px; }
.tag { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(53,229,255,.3); color: var(--cyan); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.solution-card { min-height: 310px; }
.solution-card .card-number { display: flex; justify-content: space-between; }
.solution-card .card-number::after { content: "+"; color: var(--cyan); font-size: 18px; }
.metrics { display: grid; grid-template-columns: repeat(5,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--module-radius); }
.metric { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric small { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.metric b { display: block; margin: 32px 0 8px; font-size: clamp(32px,4vw,55px); font-weight: 450; }
.metric b.placeholder { color: #72859b; }
.metric span { color: var(--muted); font-size: 12px; }
.logos { display: grid; grid-template-columns: repeat(7,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--module-radius); }
.logo-cell { min-height: 118px; padding: 22px; display: grid; place-items: center; border-right: 1px solid var(--line); background: #fff; }
.logo-cell:last-child { border: 0; }
.logo-cell img { max-width: 112px; max-height: 56px; object-fit: contain; filter: grayscale(1); opacity: .7; transition: .2s; }
.logo-cell:hover img { filter: none; opacity: 1; }

.page-hero { padding: 170px 0 80px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%,rgba(22,119,255,.2),transparent 28rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; color: #7087a1; font-size: 11px; }
.breadcrumbs a:hover { color: var(--cyan); }
.page-hero h1 { max-width: 1050px; margin: 14px 0 20px; font-size: clamp(46px,6vw,82px); font-weight: 460; line-height: 1; letter-spacing: -.05em; }
.page-hero p { max-width: 760px; margin: 0; color: #aabed2; font-size: 18px; line-height: 1.65; }
.page-tabs { position: sticky; z-index: 30; top: 0; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(3,10,24,.94); }
.page-tabs .shell { display: flex; min-width: max-content; }
.page-tabs a { padding: 18px 22px 16px 0; margin-right: 28px; color: #8ba0b7; font-size: 12px; }
.page-tabs a:hover { color: var(--cyan); }
.content-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; }
.prose h2 { margin: 0 0 24px; font-size: 38px; font-weight: 480; letter-spacing: -.03em; }
.prose h3 { margin: 36px 0 14px; font-size: 23px; font-weight: 520; }
.prose p, .prose li { color: #9db0c4; line-height: 1.78; }
.prose ul { padding-left: 18px; }
.info-panel { align-self: start; padding: 26px; border: 1px solid var(--line); border-radius: var(--module-radius); background: var(--panel); }
.info-panel h2 { margin: 0 0 20px; font-size: 18px; }
.info-row { padding: 15px 0; border-top: 1px solid var(--line); }
.info-row small { display: block; color: #6d829a; text-transform: uppercase; letter-spacing: .1em; }
.info-row b { display: block; margin-top: 7px; font-weight: 500; }
.filter-bar { margin-bottom: 28px; padding: 18px; display: flex; flex-wrap: wrap; gap: 10px; border: 1px solid var(--line); border-radius: var(--module-radius); background: rgba(8,24,50,.55); }
.filter-bar button { padding: 10px 14px; border: 1px solid var(--line); background: transparent; color: #9db0c4; cursor: pointer; font-size: 12px; }
.filter-bar button.is-active { border-color: var(--blue); background: var(--blue); color: #fff; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #b7cae0; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.status::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: #ffb547; box-shadow: 0 0 12px #ffb547; }

.cta-band { padding: 60px 0; background: var(--blue); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 740px; margin: 0; font-size: clamp(30px,4vw,52px); font-weight: 460; letter-spacing: -.04em; }
.cta-options { display: flex; flex-wrap: wrap; gap: 8px; max-width: 580px; }
.cta-options a { padding: 12px 15px; border: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.cta-options a:hover { background: #fff; color: #083477; }

.form-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.form-intro h2 { margin: 0; font-size: 44px; font-weight: 470; letter-spacing: -.04em; }
.form-intro p { color: var(--muted); line-height: 1.7; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1/-1; }
.field label { color: #96aac0; font-size: 11px; }
.field input, .field textarea, .field select { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 0; background: rgba(6,19,40,.85); color: #fff; outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--cyan); }
.form-note { grid-column: 1/-1; color: #6f849c; font-size: 11px; line-height: 1.6; }
.form-message { grid-column: 1/-1; display: none; padding: 14px; border: 1px solid rgba(255,181,71,.3); color: #ffd99f; font-size: 12px; }
.form-message.is-visible { display: block; }
.section-links { display: flex; flex-wrap: wrap; gap: 24px; }

.scenario-hub { background: #eef3f8 !important; }
.scenario-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.scenario-heading h2 {
  max-width: 770px;
  margin: 0;
  color: #071a3d;
  font-size: clamp(36px,4vw,58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.04em;
  text-align: right;
}
.scenario-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.scenario-column { min-width: 0; }
.scenario-title {
  min-height: 104px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #071a3d;
}
.scenario-title span {
  padding-top: 5px;
  color: #006dff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}
.scenario-title h3 {
  margin: 0;
  font-size: clamp(24px,2vw,34px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.scenario-image {
  position: relative;
  display: block;
  aspect-ratio: 1.48/1;
  overflow: hidden;
  border-radius: var(--module-radius);
  background: #d9e3ed;
}
.scenario-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(7,26,61,.12),transparent 55%);
}
.scenario-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.scenario-column:hover .scenario-image img { transform: scale(1.025); }
.scenario-column nav { margin-top: 32px; display: grid; align-content: start; }
.scenario-column nav a {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 17px;
  border-bottom: 1px dashed #9babbc;
  color: #65778c;
  font-size: 14px;
  line-height: 1.45;
  transition: color .2s,border-color .2s;
}
.scenario-column nav a:hover { border-color: #006dff; color: #006dff; }

.centers-carousel {
  display: flex;
  gap: 18px;
  padding: 0 0 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #006dff #dbe4ee;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.centers-carousel::-webkit-scrollbar { height: 5px; }
.centers-carousel::-webkit-scrollbar-track { background: #dbe4ee; }
.centers-carousel::-webkit-scrollbar-thumb { background: #006dff; }
.centers-carousel .media-card {
  flex: 0 0 clamp(360px,31vw,470px);
  scroll-snap-align: start;
}

.ai-assistant { position: fixed; z-index: 120; right: 26px; bottom: 24px; }
.ai-trigger {
  min-width: 148px;
  height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: #071a3d;
  color: #ffffff;
  box-shadow: 0 18px 55px rgba(7,26,61,.28);
  cursor: pointer;
}
.ai-trigger b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #006dff;
  font-size: 10px;
  letter-spacing: .05em;
}
.ai-trigger>span:last-child { font-size: 12px; font-weight: 600; }
.ai-pulse { position: absolute; left: 17px; width: 30px; height: 30px; border: 1px solid rgba(45,226,230,.45); border-radius: 50%; animation: assistantPulse 2.4s infinite; }
.ai-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(390px,calc(100vw - 32px));
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px) scale(.98);
  border: 1px solid rgba(255,255,255,.13);
  background: #071a3d;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(7,26,61,.34);
  transition: .2s ease;
}
.ai-panel.is-open { visibility: visible; opacity: 1; transform: none; }
.ai-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.ai-panel__head span { color: #2de2e6; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.ai-panel h2 { margin: 7px 0 0; font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.ai-close { border: 0; background: none; color: rgba(255,255,255,.62); font-size: 27px; cursor: pointer; line-height: 1; }
.ai-panel>p { margin: 20px 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }
.ai-options { display: grid; border-top: 1px solid rgba(255,255,255,.12); }
.ai-options a { padding: 13px 2px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.ai-options a span { color: #2de2e6; }
.ai-options a:hover { color: #6eb0ff; }
.ai-panel>small { display: block; margin-top: 18px; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.5; }
@keyframes assistantPulse {
  0%,100% { transform: scale(1); opacity: .25; }
  50% { transform: scale(1.45); opacity: 0; }
}

.team-intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  margin-bottom: 48px;
  align-items: end;
}
.team-intro h2 {
  max-width: 900px;
  margin: 12px 0 0;
  font-size: clamp(34px,4vw,56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.team-intro>p { margin: 0; color: #64748b; line-height: 1.7; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e8f0;
  border-radius: var(--module-radius);
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(7,26,61,.07);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.team-card:focus-visible { outline: 3px solid rgba(0,109,255,.58); outline-offset: 4px; }
.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,109,255,.4);
  box-shadow: 0 24px 60px rgba(7,26,61,.12);
}
.team-photo { height: 410px; overflow: hidden; background: radial-gradient(circle at 50% 28%,#164c82 0%,#0a2e59 48%,#061a38 100%); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.92); transition: transform .45s; }
.team-card:hover .team-photo img { transform: scale(1.025); }
.team-copy { position: relative; min-height: 220px; padding: 25px; }
.team-index { position: absolute; right: 24px; top: 27px; color: #9aabbd; font-size: 10px; letter-spacing: .12em; }
.team-copy h2 { max-width: 82%; margin: 0 0 10px; color: #071a3d; font-size: 24px; font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.team-copy strong { display: block; max-width: 90%; min-height: 38px; color: #006dff; font-size: 12px; font-weight: 600; line-height: 1.5; }
.team-copy p { margin: 22px 0 0; color: #64748b; font-size: 13px; line-height: 1.65; }
.team-details {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  padding: clamp(26px,3.1vw,44px);
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background: linear-gradient(180deg,rgba(3,13,31,.92),rgba(4,25,56,.985));
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
}
.team-card:hover .team-details,
.team-card:focus .team-details,
.team-card.is-open .team-details { opacity: 1; visibility: visible; transform: translateY(0); }
.team-details__hint { margin-bottom: auto; color: #35e5ff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.team-details h3 { margin: 0 0 10px; color: #ffffff; font-size: clamp(27px,2.5vw,38px); line-height: 1.05; letter-spacing: -.035em; }
.team-details strong { display: block; margin-bottom: 22px; color: #72b8ff; font-size: 13px; line-height: 1.45; }
.team-details p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.65; }
.team-details__email { margin-top: 22px; color: #35e5ff; font-size: 13px; font-weight: 600; }
.team-details__close { margin-top: 20px; color: rgba(255,255,255,.48); font-size: 11px; }

.footer { padding: 70px max(32px,calc((100vw - 1440px)/2)) 24px; border-top: 1px solid var(--line); background: #020712; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.footer-brand img { width: 54px; }
.footer-brand p { max-width: 390px; color: #70859e; font-size: 13px; line-height: 1.7; }
.footer-status { margin-top: 24px; color: #8ba1ba; font-size: 11px; }
.footer-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.footer h2 { margin: 0 0 18px; color: #6f849c; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer a, .footer>div>div>p { display: block; margin: 11px 0; color: #a6b6c7; font-size: 12px; }
.footer a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 56px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #53667c; font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }

.mobile-menu, .menu-backdrop { display: none; }
.reveal { animation: rise .55s ease both; }
@keyframes rise { from { opacity:0; transform:translateY(14px); } }

@media (max-width: 1280px) {
  :root { --shell: calc(100vw - 40px); --header: 136px; }
  .brand { min-width: 260px; }
  .brand img { width: 380px; max-height: 116px; }
.is-inner-page .brand { min-width: 87px; }
  .is-inner-page .brand img { width: 127px; max-height: 39px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .mega-menu { display: none; }
  .mobile-menu { display: block; position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(460px,100%); padding: 24px; visibility: hidden; transform: translateX(100%); background: #051127; transition: .25s; overflow: auto; }
  .mobile-menu.is-open { visibility: visible; transform: none; }
  .mobile-menu__top { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; color:#7890aa; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
  .mobile-close { border:0; background:none; font-size:32px; cursor:pointer; }
  .mobile-home-link { display:flex; align-items:center; min-height:61px; border-top:1px solid var(--line); font-size:17px; }
  .mobile-section { border-top:1px solid var(--line); }
  .mobile-section-static, .mobile-section-direct { display:flex; align-items:center; min-height:61px; font-size:17px; }
  .mobile-section>button { width:100%; padding:18px 0; display:flex; justify-content:space-between; border:0; background:none; text-align:left; font-size:17px; }
  .mobile-sub { display:none; padding:0 0 16px 12px; }
  .mobile-section.is-open .mobile-sub { display:grid; }
  .mobile-sub a { padding:10px 0; color:#91a6bc; font-size:13px; }
  .mobile-action { width:100%; margin-top:26px; }
  .menu-backdrop { position:fixed; z-index:140; inset:0; background:rgba(0,0,0,.6); }
  .menu-backdrop.is-open { display:block; }
  .cards--4 { grid-template-columns:repeat(2,1fr); }
  .metrics { grid-template-columns:repeat(3,1fr); }
  .metric:nth-child(3) { border-right:0; }
  .metric:nth-child(n+4) { border-top:1px solid var(--line); }
  .logos { grid-template-columns:repeat(4,1fr); }
  .logo-cell:nth-child(4) { border-right:0; }
  .hero-meta { display:none; }
  .hero-content--minimal h1 { max-width: 1080px; font-size: clamp(46px,6.2vw,68px); }
}
@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); --header:124px; --module-radius:24px; }
  .header-shell { gap:12px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand img { width: 380px; max-height: 116px; }
  .is-inner-page .brand img { width: 127px; max-height: 39px; }
  .lang-switcher select { min-width: 58px; padding: 7px 22px 7px 8px; }
  .brand small { display:none; }
  .hero { min-height:700px; height:100svh; }
  .hero-content { padding:130px 0 46px; }
  .hero-content h1 { font-size:clamp(42px,13vw,64px); }
  .hero-content--minimal {
    min-height: 100%;
    padding-top: calc(var(--header) + 56px);
    padding-bottom: 48px;
    align-items: center;
  }
  .hero-content--minimal h1 {
    font-size: clamp(40px,11vw,60px);
    line-height: 1.02;
    letter-spacing: -.05em;
  }
  .hero-title-break { display: none; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .button { width:100%; }
  .section { padding:76px 0; }
  .section-head { grid-template-columns:1fr; gap:18px; }
  .section-head h2 { font-size:38px; }
  .section-title-row { align-items:flex-start; flex-direction:column; }
  .cards--4,.cards--3,.cards--2 { grid-template-columns:1fr; }
  .media-card { min-height:420px; }
  .metrics { grid-template-columns:1fr 1fr; }
  .metric { min-height:150px; }
  .metric:nth-child(2n) { border-right:0; }
  .metric:nth-child(n+3) { border-top:1px solid var(--line); }
  .metric b { margin-top:22px; }
  .logos { grid-template-columns:repeat(2,1fr); }
  .logo-cell:nth-child(2n) { border-right:0; }
  .page-hero { padding:130px 0 60px; }
  .page-hero h1 { font-size:46px; }
  .page-tabs { top:0; }
  .content-grid,.form-layout { grid-template-columns:1fr; gap:42px; }
  .form-grid { grid-template-columns:1fr; }
  .field--full { grid-column:auto; }
  .cta-band .shell { align-items:flex-start; flex-direction:column; }
  .footer { padding:55px 16px 22px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:14px; }
}
@media (max-width: 400px) {
  :root { --header: 112px; }
  .brand img { width: 210px; max-height: 96px; }
  .is-inner-page .brand img { width: 70px; max-height: 32px; }
  .lang-switcher select { min-width: 52px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .metrics { grid-template-columns:1fr; }
  .metric { border-right:0; border-top:1px solid var(--line); }
  .hero-content--minimal h1 { font-size: clamp(36px,10.5vw,46px); }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; transition-duration:.01ms!important; }
  .hero video { display:none; }
  .hero { background:linear-gradient(135deg,#082455,#030a18); }
}

/* Visual alignment with the current IFTC site:
   bright editorial surfaces + deep navy technology sections. */
:root {
  --navy-950: #071a3d;
  --navy-900: #082659;
  --navy-800: #0a3274;
  --blue: #006dff;
  --cyan: #2de2e6;
  --white: #ffffff;
  --muted: #64748b;
  --line: rgba(7, 26, 61, 0.12);
  --panel: #ffffff;
}

html { background: #ffffff; }
body {
  color: #071a3d;
  background:
    radial-gradient(circle at 82% 2%, rgba(0,109,255,.08), transparent 28rem),
    #ffffff;
}

h1, h2, h3, h4, h5, h6,
.brand, .nav-button, .button {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.hero-content h1,
.page-hero h1,
.section-head h2,
.section-title-row h2,
.cta-band h2,
.form-intro h2 {
  font-weight: 600;
  letter-spacing: -.045em;
}
.hero-content p,
.page-hero p {
  letter-spacing: -.012em;
}
.card h3 { font-weight: 600; letter-spacing: -.022em; }

.site-header {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
}
.mega-menu {
  border-bottom-color: rgba(255,255,255,.12);
  background: rgba(7,26,61,.985);
  color: #ffffff;
  box-shadow: 0 30px 70px rgba(7,26,61,.22);
}
.mega-intro { border-right-color: rgba(255,255,255,.12); }
.mega-intro p, .mega-link small { color: rgba(255,255,255,.58); }
.mega-link { border-bottom-color: rgba(255,255,255,.1); }

.hero { border-bottom: 0; }
.hero::after {
  background:
    linear-gradient(90deg, rgba(7,26,61,.94) 0%, rgba(7,26,61,.63) 54%, rgba(7,26,61,.18)),
    linear-gradient(0deg, rgba(7,26,61,.55) 0%, transparent 42%);
}
.hero-content { color: #ffffff; }
.hero-content p { color: rgba(255,255,255,.82); }
.hero-meta { border-color: rgba(255,255,255,.2); background: rgba(7,26,61,.55); color: #fff; }
.hero-meta div { border-right-color: rgba(255,255,255,.15); }
.hero-meta span { color: rgba(255,255,255,.58); }

.section {
  border-bottom-color: #e7edf5;
  background: #ffffff;
}
.section:nth-of-type(odd):not(.section--blue):not(.section--pale) {
  background: #f5f7fa;
}
.section--compact { background: #ffffff !important; }
.section--pale { background: #f5f7fa; color: #071a3d; }
.section--blue {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(45,226,230,.13), transparent 25rem),
    linear-gradient(135deg, #071a3d, #082659 60%, #071a3d);
}
.section-head p,
.section--pale .section-head p,
.section--pale .card p { color: #64748b; }
.section--blue .section-head p { color: rgba(255,255,255,.64); }
.eyebrow { color: #006dff; }
.section--blue .eyebrow,
.hero .eyebrow,
.mega-menu .eyebrow,
.mega-kicker { color: #2de2e6; }
.text-link { color: #006dff; }
.section--blue .text-link { color: #6eb0ff; }

.card {
  border-color: #e1e8f0;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(7,26,61,.07);
}
.card:hover {
  border-color: rgba(0,109,255,.42);
  box-shadow: 0 22px 58px rgba(7,26,61,.12);
}
.card-number { color: #8da0b4; }
.card-icon {
  border-color: rgba(0,109,255,.18);
  color: #006dff;
  background: #f4f8ff;
}
.card h3 { color: #071a3d; }
.card p { color: #64748b; }
.card-link { color: #006dff; }
.media-card__image::after { background: linear-gradient(0deg,rgba(7,26,61,.26),transparent); }
.tag {
  border-color: rgba(0,109,255,.2);
  color: #006dff;
  background: rgba(0,109,255,.05);
}

.section--blue .card {
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 55px rgba(0,0,0,.12);
}
.section--blue .card:hover { border-color: rgba(45,226,230,.52); }
.section--blue .card h3 { color: #ffffff; }
.section--blue .card p { color: rgba(255,255,255,.62); }
.section--blue .card-number { color: rgba(255,255,255,.46); }
.section--blue .tag {
  border-color: rgba(45,226,230,.32);
  color: #2de2e6;
  background: rgba(45,226,230,.06);
}
.section--blue .card-link { color: #6eb0ff; }

.metrics {
  border-color: #dfe7f0;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(7,26,61,.08);
}
.metric { border-right-color: #dfe7f0; }
.metric small, .metric span { color: #64748b; }
.metric b { color: #006dff; }
.metric b.placeholder { color: #94a3b8; }
.logos { border-color: #dfe7f0; box-shadow: 0 14px 45px rgba(7,26,61,.06); }
.logo-cell { border-right-color: #dfe7f0; }

.page-hero {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,.1);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 82% 38%,rgba(0,109,255,.28),transparent 30rem),
    linear-gradient(120deg,#071a3d 0%,#082659 62%,#071a3d 100%);
  background-size: 74px 74px, 74px 74px, auto, auto;
}
.page-hero p { color: rgba(255,255,255,.68); }
.page-hero .eyebrow { color: #2de2e6; }
.breadcrumbs { color: rgba(255,255,255,.44); }
.breadcrumbs a { color: rgba(255,255,255,.58); }
.breadcrumbs a:hover { color: #2de2e6; }
.page-tabs {
  border-bottom-color: #dfe7f0;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 24px rgba(7,26,61,.05);
}
.page-tabs a { color: #64748b; }
.page-tabs a:hover { color: #006dff; }
.prose p, .prose li { color: #64748b; }
.info-panel {
  border-color: #dfe7f0;
  background: #f5f7fa;
  box-shadow: 0 18px 50px rgba(7,26,61,.07);
}
.info-row { border-top-color: #dfe7f0; }
.info-row small { color: #7c8fa5; }
.filter-bar {
  border-color: #dfe7f0;
  background: #f5f7fa;
}
.filter-bar button { border-color: #d9e3ee; color: #52687f; background: #ffffff; }
.filter-bar button.is-active { border-color: #006dff; background: #006dff; color: #ffffff; }

.cta-band { color: #ffffff; background: linear-gradient(110deg,#006dff,#0753c7); }
.form-intro p { color: rgba(255,255,255,.7); }
.field label { color: rgba(255,255,255,.72); }
.field input, .field textarea, .field select {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  color: #ffffff;
}
.form-note { color: rgba(255,255,255,.65); }

.footer { color: #ffffff; background: #071a3d; }
.footer h2 { color: rgba(255,255,255,.45); }
.footer a, .footer>div>div>p { color: rgba(255,255,255,.66); }
.footer-brand p, .footer-status { color: rgba(255,255,255,.5); }
.footer-bottom { border-top-color: rgba(255,255,255,.1); color: rgba(255,255,255,.34); }

@media (max-width: 1280px) {
  .mobile-menu { color: #ffffff; background: #071a3d; }
  .mobile-section { border-top-color: rgba(255,255,255,.12); }
  .mobile-sub a { color: rgba(255,255,255,.64); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .scenario-grid { grid-template-columns: repeat(2,1fr); gap: 58px 28px; }
  .scenario-title { min-height: 86px; }
}

@media (max-width: 760px) {
  .team-intro { grid-template-columns: 1fr; gap: 22px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { height: 390px; }
  .scenario-heading { margin-bottom: 36px; align-items: flex-start; flex-direction: column; }
  .scenario-heading h2 { text-align: left; font-size: 38px; }
  .scenario-grid { grid-template-columns: 1fr; gap: 52px; }
  .scenario-title { min-height: 0; margin-bottom: 20px; }
  .scenario-title h3 { font-size: 30px; }
  .scenario-column nav { margin-top: 24px; }
  .centers-carousel {
    width: calc(100vw - 16px);
    margin-right: -16px;
    gap: 14px;
    padding-right: 16px;
  }
  .centers-carousel .media-card { flex-basis: min(86vw,390px); }
  .section-links { gap: 14px; }
  .ai-assistant { right: 16px; bottom: 16px; }
  .ai-trigger { min-width: 54px; width: 54px; padding: 0; justify-content: center; }
  .ai-trigger>span:last-child { display: none; }
  .ai-pulse { left: 11px; }
}
