:root {
  --ink: #172435;
  --ink-soft: #526171;
  --navy: #050a12;
  --navy-2: #0a1628;
  --blue: #146987;
  --cyan: #27cbef;
  --cyan-dark: #079cbd;
  --cyan-soft: #e8f8fc;
  --gold: #d4a853;
  --gold-soft: #fbf4e4;
  --page: #f2f5f7;
  --surface: #ffffff;
  --line: #dce4e9;
  --shadow: 0 22px 60px rgba(17, 42, 58, 0.09);
  --max: 1280px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: "Open Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; top: 1rem; padding: 0.75rem 1rem; color: white; background: var(--blue); z-index: 100; }
.skip-link:focus { left: 1rem; }

.site-header {
  position: sticky;
  top: 0.8rem;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(var(--max), calc(100% - 2rem));
  min-height: 74px;
  margin: 0.8rem auto 0;
  padding: 0.65rem 0.8rem 0.65rem 1rem;
  border: 1px solid rgba(220, 228, 233, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(17, 42, 58, 0.08);
  backdrop-filter: blur(18px);
}

.brand-lockup { display: flex; align-items: center; gap: 0.7rem; min-width: 0; }
.brand-lockup .ase-mark { width: 48px; flex: 0 0 auto; }
.brand-name { display: grid; line-height: 1.1; }
.brand-name strong { color: var(--navy-2); font-size: 1.2rem; letter-spacing: 0.12em; }
.brand-name small { color: var(--blue); font-size: 0.62rem; font-weight: 700; white-space: nowrap; }
.brand-divider { width: 1px; height: 38px; margin-inline: 0.15rem; background: var(--line); }
.brand-lockup .esx-mark { width: 46px; border-radius: 10px; flex: 0 0 auto; }
nav { display: flex; align-items: center; gap: 1.35rem; color: #394957; font-size: 0.87rem; font-weight: 650; }
nav a { transition: color 160ms ease; }
nav a:hover, nav a:focus-visible { color: var(--cyan-dark); }
.nav-cta { padding: 0.72rem 1.15rem; border-radius: 999px; color: white; background: var(--blue); font-weight: 750; box-shadow: 0 8px 20px rgba(20, 105, 135, 0.2); }
.nav-cta:hover, .nav-cta:focus-visible { color: white; background: var(--cyan-dark); }

main { width: 100%; }
footer { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(var(--max), calc(100% - 2rem));
  min-height: 720px;
  margin: 1.2rem auto 3rem;
  padding: clamp(3rem, 7vw, 6.5rem);
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  background:
    radial-gradient(circle at 84% 14%, rgba(39, 203, 239, 0.2), transparent 18rem),
    radial-gradient(circle at 8% 92%, rgba(212, 168, 83, 0.17), transparent 17rem),
    linear-gradient(125deg, #ffffff 0 58%, #eaf7fb 100%);
  box-shadow: var(--shadow);
}
.hero::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 150px;
  height: 150px;
  opacity: 0.22;
  background-image: radial-gradient(var(--blue) 1.5px, transparent 1.5px);
  background-size: 15px 15px;
}
.hero-copy, .hero-logo { position: relative; z-index: 1; }
.hero > *, .final-cta > *, .site-header > * { min-width: 0; }
.eyebrow { margin: 0 0 0.9rem; color: var(--blue); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1 { max-width: 780px; margin-bottom: 1.5rem; color: var(--navy-2); font-size: clamp(2.7rem, 4.7vw, 4.45rem); letter-spacing: -0.05em; }
h2 { color: var(--navy-2); font-size: clamp(2rem, 3.8vw, 3.4rem); letter-spacing: -0.035em; }
h3 { color: var(--navy-2); }
.hero-lead, .section-heading > p:last-child, .final-cta > div > p:last-child { max-width: 760px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-logo {
  min-width: 0;
  padding: clamp(1.6rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 15%, rgba(39, 203, 239, 0.18), transparent 16rem),
    linear-gradient(145deg, #132238, #07111f);
  box-shadow: 0 30px 80px rgba(5, 18, 30, 0.24);
}
.ase-horizontal { position: relative; z-index: 1; width: 100%; }
.hero-orbit { position: absolute; border: 1px solid rgba(110, 231, 255, 0.2); border-radius: 50%; }
.orbit-one { width: 260px; height: 260px; right: -90px; top: -110px; }
.orbit-two { width: 180px; height: 180px; left: -80px; bottom: -100px; }
.powered-by { position: relative; z-index: 1; display: flex; justify-content: flex-end; align-items: center; gap: 0.8rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.14); color: #b7c2cd; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.powered-by img { width: 72px; border-radius: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0.75rem 1.25rem; border: 1.5px solid transparent; border-radius: 999px; font: inherit; font-weight: 750; cursor: pointer; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button.primary { color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(20, 105, 135, 0.18); }
.button.primary:hover, .button.primary:focus-visible { background: var(--cyan-dark); }
.button.secondary { border-color: #aebcc5; color: var(--blue); background: white; }
.button.secondary:hover, .button.secondary:focus-visible { border-color: var(--blue); background: var(--cyan-soft); }
.button:hover { transform: translateY(-2px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 2rem 0 0; padding: 0; color: var(--ink-soft); list-style: none; font-size: 0.86rem; }
.trust-list li { padding: 0.45rem 0.75rem; border-radius: 999px; background: var(--cyan-soft); }
.trust-list li::before { content: "✓"; margin-right: 0.45rem; color: var(--cyan-dark); font-weight: 800; }

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 2rem auto;
  padding: clamp(3.5rem, 7vw, 6rem);
  border: 1px solid rgba(220, 228, 233, 0.85);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 44px rgba(17, 42, 58, 0.055);
}
.section-heading { max-width: 870px; margin-bottom: 2.8rem; }
.section-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.feature-grid, .route-grid, .team-grid, .access-grid, .level-grid { display: grid; gap: 1rem; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.route-grid, .team-grid, .access-grid, .level-grid { grid-template-columns: repeat(3, 1fr); }
.feature-grid article, .route-grid article, .team-grid article, .access-grid article, .level-card {
  padding: 1.55rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fbfcfd;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.feature-grid article:hover, .route-grid article:hover, .team-grid article:hover, .access-grid article:hover { transform: translateY(-4px); border-color: #bfd4de; box-shadow: 0 16px 36px rgba(17, 42, 58, 0.08); }
.feature-grid span, .access-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--blue); background: var(--cyan-soft); font-weight: 800; }
.feature-grid h3, .route-grid h3, .team-grid h3, .access-grid h3 { margin: 1rem 0 0.5rem; }
.feature-grid p, .route-grid p, .team-grid p, .access-grid p, .level-card li, .level-summary { color: var(--ink-soft); }
.virtual { background: linear-gradient(135deg, #ffffff, var(--cyan-soft)); }
.routes { background: linear-gradient(135deg, var(--gold-soft), #ffffff 60%); }
.routes article, .access-grid article { border-top: 4px solid var(--cyan-dark); background: white; }
.routes article:nth-child(2), .access-grid article:nth-child(2) { border-top-color: var(--gold); }
.text-link { color: var(--blue); font-weight: 750; }
.text-link:hover, .text-link:focus-visible { color: var(--cyan-dark); }

.level-card { display: flex; flex-direction: column; background: white; }
.level-card.featured { border-color: var(--gold); transform: translateY(-0.8rem); box-shadow: 0 22px 50px rgba(104, 82, 32, 0.13); }
.plan { width: fit-content; margin-bottom: 1rem; padding: 0.4rem 0.65rem; border-radius: 999px; color: var(--blue); background: var(--cyan-soft); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.featured .plan { color: #6f541c; background: var(--gold-soft); }
.level-summary { min-height: 4.8rem; }
.level-card ul { flex: 1; padding-left: 1.2rem; }
.level-card li + li { margin-top: 0.45rem; }
.level-card .button { width: 100%; }
.credits-note { margin: 1.7rem 0 0; padding: 1.1rem 1.3rem; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; color: var(--ink-soft); background: var(--gold-soft); }

.team { background: linear-gradient(145deg, #ffffff, #f6fafb); }
.final-cta { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 2rem; color: white; background: linear-gradient(125deg, var(--navy-2), #123d50); }
.final-cta h2 { color: white; }
.final-cta .eyebrow { color: #6ee7ff; }
.final-cta > div > p:last-child { color: #c1ced7; }
.final-cta .button.secondary { border-color: rgba(255,255,255,0.5); color: white; background: transparent; }
.final-cta .button.secondary:hover { background: rgba(255,255,255,0.1); }
.access-actions { display: grid; gap: 0.8rem; }

footer { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 1.2rem; padding: 3rem 0; color: var(--ink-soft); font-size: 0.83rem; }
footer p { margin: 0; }
.footer-logos { display: flex; align-items: center; gap: 0.5rem; color: var(--gold); font-weight: 800; }
.footer-logos img { width: 46px; border-radius: 10px; }

@media (max-width: 1000px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 4.5rem; }
  .hero-logo { max-width: 700px; }
  .feature-grid, .route-grid, .team-grid, .access-grid { grid-template-columns: repeat(2, 1fr); }
  .level-grid, .final-cta { grid-template-columns: 1fr; }
  .level-card.featured { transform: none; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 6rem; }
  .site-header { top: 0.5rem; min-height: 64px; margin-top: 0.5rem; border-radius: 20px; }
  .brand-name small { display: none; }
  .brand-lockup { gap: 0.45rem; }
  .brand-lockup .ase-mark { width: 38px; }
  .brand-lockup .esx-mark, .brand-divider { display: none; }
  .nav-cta { padding-inline: 0.8rem; font-size: 0.72rem; }
  .hero { width: calc(100% - 1rem); margin-top: 0.8rem; padding: 3rem 1.25rem; border-radius: 0 0 34px 34px; }
  .hero::before { right: -2rem; }
  .hero-logo { width: 100%; padding: 1.25rem; border-radius: 24px; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.1rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .eyebrow { overflow-wrap: anywhere; }
  .hero-actions .button { width: 100%; }
  .section-actions .button { width: 100%; }
  .section { width: calc(100% - 1rem); margin: 1rem auto; padding: 3rem 1.25rem; border-radius: 24px; }
  .feature-grid, .route-grid, .team-grid, .access-grid, .level-grid { grid-template-columns: 1fr; }
  .level-summary { min-height: auto; }
  footer { width: calc(100% - 2rem); grid-template-columns: auto 1fr; }
  footer p:last-child { grid-column: 1 / -1; }
}

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