:root {
  --eway-blue: #075cff;
  --eway-blue-dark: #003bb8;
  --eway-cyan: #72e6ff;
  --eway-ink: #07101f;
  --eway-ink-soft: #111f35;
  --eway-paper: #f4f7fb;
  --eway-white: #ffffff;
  --eway-line: rgba(7, 16, 31, 0.12);
  --eway-radius-sm: 18px;
  --eway-radius: 30px;
  --eway-radius-lg: 48px;
  --eway-shadow: 0 30px 80px rgba(9, 31, 67, 0.12);
}

* {
  box-sizing: border-box;
}

.contents {
  display: contents;
}

html {
  scroll-padding-top: 104px;
  background: var(--eway-paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--eway-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(7, 92, 255, 0.08), transparent 26rem),
    var(--eway-paper) !important;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.eway-menu-open,
body.eway-modal-open {
  overflow: hidden;
}

::selection {
  color: #fff;
  background: var(--eway-blue);
}

a,
button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.eway-shell {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

/* Brand utility remap for legacy public templates. */
.text-rose-500,
.text-rose-600,
.text-rose-700,
.hover\:text-rose-600:hover,
.group:hover .group-hover\:text-rose-600 {
  color: var(--eway-blue) !important;
}

.text-rose-100 {
  color: rgba(7, 92, 255, 0.12) !important;
}

.bg-rose-50,
.bg-rose-50\/50,
.bg-rose-100,
.bg-rose-600\/20 {
  background-color: rgba(7, 92, 255, 0.08) !important;
}

.bg-rose-600,
.bg-rose-700,
.hover\:bg-rose-600:hover,
.hover\:bg-rose-700:hover,
.group:hover .group-hover\:bg-rose-600 {
  background-color: var(--eway-blue) !important;
}

.border-rose-100,
.border-rose-200,
.border-rose-300,
.border-rose-600,
.border-rose-600\/30,
.hover\:border-rose-300:hover,
.focus\:border-rose-600:focus {
  border-color: rgba(7, 92, 255, 0.32) !important;
}

.ring-rose-50\/50,
.ring-rose-100 {
  --tw-ring-color: rgba(7, 92, 255, 0.14) !important;
}

.shadow-rose-100,
.shadow-rose-200 {
  --tw-shadow-color: rgba(7, 92, 255, 0.18) !important;
}

.accent-rose-600 {
  accent-color: var(--eway-blue) !important;
}

.nav-link::after {
  background: var(--eway-blue) !important;
}

.nav-link.active {
  color: var(--eway-blue) !important;
}

/* Cookie notice */
.eway-cookie-bar {
  position: relative;
  z-index: 100;
  color: rgba(255, 255, 255, 0.76);
  background: var(--eway-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eway-cookie-inner {
  width: min(1380px, calc(100% - 48px));
  min-height: 42px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.eway-cookie-inner button {
  flex: 0 0 auto;
  padding: 7px 16px;
  color: #fff;
  background: var(--eway-blue);
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

/* Navigation */
.eway-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 12px 0;
  pointer-events: none;
}

.eway-nav-shell {
  width: min(1380px, calc(100% - 40px));
  height: 76px;
  margin: 0 auto;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 22px;
  box-shadow: 0 14px 50px rgba(7, 16, 31, 0.1), inset 0 0 0 1px rgba(7, 16, 31, 0.04);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  pointer-events: auto;
}

.eway-brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--eway-ink);
  text-decoration: none;
}

.eway-brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--eway-blue);
  border-radius: 15px;
  box-shadow: 0 12px 25px rgba(7, 92, 255, 0.3);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 0.45s ease;
}

.eway-brand-mark::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: -17px;
  right: -12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.eway-brand:hover .eway-brand-mark {
  transform: rotate(-8deg) scale(1.04);
  border-radius: 50%;
}

.eway-brand-mark svg {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
}

.eway-brand-copy {
  display: grid;
  gap: 3px;
}

.eway-brand-name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.eway-brand-meta {
  color: #5e6b7e;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eway-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 40px);
}

.eway-nav a {
  position: relative;
  padding: 8px 0;
  color: #3b475a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.eway-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: var(--eway-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.eway-nav a:hover {
  color: var(--eway-ink);
}

.eway-nav a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.eway-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eway-nav-cta {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: var(--eway-ink);
  border-radius: 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.3s ease, background 0.3s ease;
}

.eway-nav-cta span:last-child {
  color: var(--eway-cyan);
  font-size: 17px;
}

.eway-nav-cta:hover {
  background: var(--eway-blue);
  transform: translateY(-2px);
}

.eway-menu-button {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  color: var(--eway-ink);
  background: #edf2f8;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
}

.eway-menu-button svg {
  width: 24px;
  height: 24px;
}

.eway-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  padding: 14px;
  background: var(--eway-blue);
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: auto;
}

.eway-mobile-menu.translate-x-full {
  transform: translateX(100%);
}

.eway-mobile-panel {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: var(--eway-ink);
  border-radius: 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.eway-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.eway-mobile-top strong {
  font-size: 18px;
  letter-spacing: -0.04em;
}

.eway-mobile-close {
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.eway-mobile-search {
  margin: 28px 0 18px;
  padding: 8px;
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 18px;
}

.eway-mobile-search input {
  min-width: 0;
  flex: 1;
  padding: 0 12px;
  color: var(--eway-ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.eway-mobile-search button {
  padding: 13px 18px;
  color: #fff;
  background: var(--eway-blue);
  border: 0;
  border-radius: 12px;
  font-weight: 800;
}

.eway-mobile-search-error {
  min-height: 18px;
  margin: -10px 4px 4px;
  color: var(--eway-cyan);
  font-size: 11px;
  font-weight: 700;
}

.eway-mobile-nav {
  display: grid;
}

.eway-mobile-nav a {
  padding: 17px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  text-decoration: none;
  font-size: clamp(24px, 8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.eway-mobile-nav span:last-child {
  color: var(--eway-cyan);
  font-size: 18px;
}

.eway-mobile-foot {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Homepage */
.eway-home {
  margin-top: -100px;
}

.eway-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--eway-ink);
  overflow: hidden;
  isolation: isolate;
}

.eway-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.98) 0%, rgba(7, 16, 31, 0.9) 38%, rgba(7, 16, 31, 0.1) 76%),
    linear-gradient(0deg, rgba(7, 16, 31, 0.8), transparent 50%);
}

.eway-hero-media {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: -2;
  overflow: hidden;
}

.eway-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 92, 255, 0.18), transparent 46%);
  mix-blend-mode: screen;
}

.eway-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
  transform: scale(1.03);
  animation: eway-hero-drift 14s ease-in-out infinite alternate;
}

.eway-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.eway-hero-layout {
  min-height: 820px;
  padding: 190px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}

.eway-hero-copy,
.eway-track-panel {
  transform: translateY(-42px);
}

.eway-eyebrow {
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eway-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--eway-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(114, 230, 255, 0.12);
}

.eway-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(58px, 7.6vw, 118px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.09em;
}

.eway-hero h1 span {
  color: var(--eway-cyan);
}

.eway-hero-lead {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.75;
}

.eway-hero-facts {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.eway-hero-fact {
  display: grid;
  gap: 5px;
}

.eway-hero-fact strong {
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.04em;
}

.eway-hero-fact span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eway-track-panel {
  position: relative;
  padding: 28px;
  color: var(--eway-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--eway-radius);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(26px);
  overflow: hidden;
}

.eway-track-panel::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  top: -32px;
  right: 14px;
  border: 1px solid rgba(114, 230, 255, 0.6);
  border-radius: 50%;
}

.eway-track-head,
.eway-track-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6d798b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eway-track-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--eway-blue);
}

.eway-track-live::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--eway-blue);
  border-radius: 50%;
  animation: eway-pulse 1.8s ease-out infinite;
}

.eway-track-panel h2 {
  margin: 40px 0 10px;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 900;
  letter-spacing: -0.065em;
}

.eway-track-panel > p {
  margin: 0 0 26px;
  color: #687487;
  font-size: 13px;
}

.eway-track-form {
  padding: 7px;
  display: flex;
  gap: 8px;
  background: #eef3f9;
  border: 1px solid #e3eaf3;
  border-radius: 18px;
}

.eway-track-form input {
  min-width: 0;
  flex: 1;
  padding: 0 12px;
  color: var(--eway-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}

.eway-track-form input::placeholder {
  color: #9aa5b5;
}

.eway-track-form button {
  min-height: 54px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: var(--eway-blue);
  border: 0;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.eway-track-form button:hover {
  background: var(--eway-blue-dark);
  transform: translateX(2px);
}

.eway-track-foot {
  margin-top: 18px;
}

.eway-track-foot span:last-child {
  color: #a0a9b7;
  letter-spacing: 0.04em;
  text-transform: none;
}

.eway-track-error {
  min-height: 16px;
  margin: 7px 4px 0;
  color: #c92a2a;
  font-size: 10px;
  font-weight: 750;
}

.eway-hero-scroll {
  position: absolute;
  right: 22px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.eway-hero-scroll::before {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.eway-results {
  padding: 54px 0;
  background: #f4f7fb;
}

.eway-results-inner {
  width: min(1000px, calc(100% - 48px));
  margin: auto;
}

.eway-section {
  position: relative;
  padding: clamp(96px, 10vw, 160px) 0;
}

.eway-section-kicker {
  margin-bottom: 18px;
  color: var(--eway-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eway-section-heading {
  margin: 0;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.eway-section-copy {
  max-width: 500px;
  margin: 0;
  color: #647084;
  font-size: 15px;
  line-height: 1.8;
}

.eway-section-head {
  margin-bottom: clamp(52px, 7vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 60px;
}

.eway-services {
  background: var(--eway-paper);
}

.eway-service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.eway-service-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  color: var(--eway-ink);
  background: #fff;
  border: 1px solid rgba(7, 16, 31, 0.08);
  border-radius: var(--eway-radius);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease, color 0.4s ease;
}

.eway-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--eway-blue);
  transform: translateY(101%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.eway-service-card > * {
  position: relative;
  z-index: 1;
}

.eway-service-card:hover,
.eway-service-card.is-active {
  color: #fff;
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(7, 92, 255, 0.2);
}

.eway-service-card:hover::before,
.eway-service-card.is-active::before {
  transform: translateY(0);
}

.eway-service-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9aa5b3;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.eway-service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--eway-blue);
  background: rgba(7, 92, 255, 0.08);
  border-radius: 14px;
  transition: background 0.4s ease, color 0.4s ease;
}

.eway-service-card:hover .eway-service-icon,
.eway-service-card.is-active .eway-service-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.eway-service-icon svg {
  width: 24px;
  height: 24px;
}

.eway-service-card h3 {
  max-width: 290px;
  margin: auto 0 18px;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.eway-service-card p {
  margin: 0;
  color: #6d7888;
  font-size: 14px;
  line-height: 1.75;
  transition: color 0.4s ease;
}

.eway-service-card:hover p,
.eway-service-card:hover .eway-service-number,
.eway-service-card.is-active p,
.eway-service-card.is-active .eway-service-number {
  color: rgba(255, 255, 255, 0.7);
}

.eway-stats {
  position: relative;
  color: #fff;
  background: var(--eway-ink);
  overflow: hidden;
}

.eway-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: url('/tuda-assets/img/map.webp') center / cover no-repeat;
  filter: grayscale(1) contrast(1.2);
}

.eway-stats::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  top: -24vw;
  right: -10vw;
  background: var(--eway-blue);
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.26;
}

.eway-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.eway-stat {
  min-height: 310px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.eway-stat-label {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eway-stat strong {
  font-size: clamp(58px, 6vw, 96px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.085em;
}

.eway-stat strong span {
  color: var(--eway-cyan);
  font-size: 0.34em;
  letter-spacing: 0;
}

.eway-story {
  background: #fff;
}

.eway-story-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.eway-story-media {
  position: relative;
  min-height: 670px;
  border-radius: var(--eway-radius-lg);
  overflow: hidden;
  box-shadow: var(--eway-shadow);
}

.eway-story-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.06);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.eway-story-media:hover img,
.eway-story-media.is-active img {
  transform: scale(1.035);
}

.eway-story-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(220px, calc(100% - 48px));
  min-height: 126px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--eway-blue), #0042c8);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 26px;
  box-shadow: 0 24px 54px rgba(0, 46, 153, 0.28);
}

.eway-story-badge span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eway-story-badge strong {
  font-size: 42px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.eway-story-badge small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eway-story-copy h2 {
  margin: 0 0 30px;
  font-size: clamp(44px, 5.5vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.eway-story-copy h2 span {
  color: var(--eway-blue);
}

.eway-story-copy > p {
  margin: 0 0 40px;
  color: #647084;
  font-size: 16px;
  line-height: 1.85;
}

.eway-story-list {
  display: grid;
}

.eway-story-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--eway-line);
  font-size: 14px;
  font-weight: 750;
}

.eway-story-item:last-child {
  border-bottom: 1px solid var(--eway-line);
}

.eway-story-item span:first-child {
  color: var(--eway-blue);
  font-size: 11px;
  font-weight: 900;
}

.eway-network {
  position: relative;
  color: #fff;
  background: var(--eway-blue);
  overflow: hidden;
}

.eway-network::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: -260px;
  bottom: -420px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.025), 0 0 0 200px rgba(255, 255, 255, 0.02);
}

.eway-network .eway-section-kicker {
  color: var(--eway-cyan);
}

.eway-network .eway-section-copy {
  color: rgba(255, 255, 255, 0.68);
}

.eway-network-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 70px;
}

.eway-infrastructure-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  box-shadow: 0 40px 100px rgba(0, 31, 94, 0.28);
  overflow: hidden;
}

.eway-infrastructure-panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -230px;
  right: -120px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.025), 0 0 0 128px rgba(255, 255, 255, 0.018);
}

.eway-infrastructure-panel > * {
  position: relative;
  z-index: 1;
}

.eway-network-visual {
  min-width: 0;
  min-height: 660px;
  padding: clamp(26px, 3.2vw, 46px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 50% 47%, rgba(114, 230, 255, 0.16), transparent 35%),
    rgba(1, 34, 105, 0.44);
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  isolation: isolate;
}

.eway-network-visual::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(255, 255, 255, 0.018), 0 0 0 144px rgba(255, 255, 255, 0.012);
  z-index: -1;
}

.eway-network-visual-head {
  display: grid;
  gap: 12px;
}

.eway-network-visual-head span,
.eway-network-date,
.eway-network-metric > span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eway-network-visual-head strong {
  max-width: 360px;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.eway-globe-stage {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  margin: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.eway-globe-core {
  position: absolute;
  inset: 14%;
  width: 72%;
  height: 72%;
  object-fit: cover;
  mix-blend-mode: screen;
  filter: grayscale(1) brightness(1.24) contrast(1.18);
  transform: scale(1.08);
  -webkit-mask-image: radial-gradient(circle, #000 48%, rgba(0, 0, 0, 0.88) 58%, transparent 73%);
  mask-image: radial-gradient(circle, #000 48%, rgba(0, 0, 0, 0.88) 58%, transparent 73%);
}

.eway-globe-orbit {
  position: absolute;
  inset: 2%;
  width: 96%;
  height: 96%;
  object-fit: contain;
  opacity: 0.62;
  filter: brightness(1.4) saturate(0.7);
  animation: eway-orbit-spin 34s linear infinite;
  pointer-events: none;
}

.eway-warehouse-strip {
  padding: 19px 0 6px;
  display: grid;
  grid-template-columns: auto auto 1px auto auto;
  align-items: baseline;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.eway-warehouse-strip > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
}

.eway-warehouse-strip strong {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.eway-warehouse-strip small {
  margin-left: 4px;
  color: var(--eway-cyan);
  font-size: 10px;
  letter-spacing: 0;
}

.eway-warehouse-strip i {
  width: 1px;
  height: 24px;
  align-self: center;
  background: rgba(255, 255, 255, 0.14);
}

.eway-network-date {
  margin: 12px 0 0;
  letter-spacing: 0.08em;
  text-transform: none;
}

.eway-network-metrics {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}

.eway-network-metric {
  min-width: 0;
  min-height: 218px;
  padding: clamp(22px, 2.7vw, 38px);
  display: flex;
  flex-direction: column;
  background: rgba(3, 49, 139, 0.66);
  transition: background 0.35s ease, transform 0.35s ease;
}

.eway-network-metric:hover,
.eway-network-metric.is-active {
  background: rgba(2, 41, 122, 0.86);
}

.eway-network-metric strong {
  margin-top: auto;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.eway-network-metric strong small {
  margin-left: 5px;
  color: var(--eway-cyan);
  font-size: 11px;
  letter-spacing: 0;
}

.eway-network-metric p {
  min-height: 34px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.55;
}

.eway-network-metric em {
  width: fit-content;
  margin-top: 12px;
  padding: 5px 8px;
  color: var(--eway-cyan);
  background: rgba(114, 230, 255, 0.08);
  border: 1px solid rgba(114, 230, 255, 0.22);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eway-orbit {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.eway-orbit img:first-child {
  width: min(520px, 90%);
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.25));
}

.eway-orbit img:last-child {
  position: absolute;
  width: min(570px, 100%);
  animation: eway-orbit-spin 28s linear infinite;
}

.eway-network-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.eway-network-card {
  min-height: 180px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(2, 34, 99, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(14px);
}

.eway-network-card.wide {
  grid-column: span 2;
}

.eway-network-card span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eway-network-card strong {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.eway-network-card strong small {
  font-size: 13px;
  letter-spacing: 0;
}

.eway-notices {
  background: var(--eway-paper);
}

.eway-notice-list {
  border-top: 1px solid var(--eway-line);
}

.eway-notice-card {
  min-height: 150px;
  padding: 28px 4px;
  display: grid;
  grid-template-columns: 70px 1fr auto 48px;
  align-items: center;
  gap: 28px;
  color: var(--eway-ink);
  border-bottom: 1px solid var(--eway-line);
  text-decoration: none;
  transition: padding 0.35s ease, background 0.35s ease;
}

.eway-notice-card:hover,
.eway-notice-card:focus-visible,
.eway-notice-card.is-active {
  padding-inline: 24px;
  background: #fff;
}

.eway-notice-index {
  color: #9aa4b1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.eway-notice-copy h3 {
  margin: 0 0 9px;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.eway-notice-copy p {
  max-width: 760px;
  margin: 0;
  color: #6a7687;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eway-notice-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  color: #7a8595;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.eway-notice-meta span:first-child {
  color: var(--eway-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eway-notice-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--eway-ink);
  border: 1px solid var(--eway-line);
  border-radius: 50%;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.eway-notice-card:hover .eway-notice-arrow,
.eway-notice-card:focus-visible .eway-notice-arrow,
.eway-notice-card.is-active .eway-notice-arrow {
  color: #fff;
  background: var(--eway-blue);
  border-color: var(--eway-blue);
  transform: rotate(-35deg);
}

.eway-empty {
  padding: 60px;
  color: #788494;
  background: #fff;
  border: 1px dashed var(--eway-line);
  border-radius: var(--eway-radius);
  text-align: center;
}

.eway-contact {
  color: #fff;
  background: var(--eway-ink);
}

.eway-contact .eway-section-kicker {
  color: var(--eway-cyan);
}

.eway-contact .eway-section-heading {
  max-width: 900px;
}

.eway-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.eway-contact-form {
  padding: clamp(28px, 4vw, 54px);
  background: #101c2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--eway-radius-lg);
}

.eway-form-head {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.eway-form-head h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.eway-form-head span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eway-contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.eway-contact-form input,
.eway-contact-form textarea {
  width: 100%;
  padding: 18px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  outline: 0;
  transition: border 0.25s ease, background 0.25s ease;
}

.eway-contact-form input:focus,
.eway-contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--eway-cyan);
}

.eway-contact-form input::placeholder,
.eway-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.eway-contact-form textarea,
.eway-contact-form button {
  grid-column: 1 / -1;
}

.eway-contact-form button {
  min-height: 62px;
  color: #fff;
  background: var(--eway-blue);
  border: 0;
  border-radius: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.eway-contact-form button:hover {
  background: #176bff;
  transform: translateY(-2px);
}

.eway-contact-status {
  min-height: 18px;
  margin: 0 2px;
  grid-column: 1 / -1;
  color: var(--eway-cyan);
  font-size: 12px;
  line-height: 1.5;
}

.eway-clearance-mobile-title {
  display: none;
}

.eway-contact-cards {
  display: grid;
  gap: 14px;
}

.eway-contact-card {
  min-height: 156px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--eway-ink);
  background: #fff;
  border-radius: 26px;
}

.eway-contact-card small {
  color: #7c8796;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eway-contact-card strong,
.eway-contact-card a {
  color: var(--eway-ink);
  text-decoration: none;
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.eway-contact-card a:hover {
  color: var(--eway-blue);
}

/* Shared inner pages */
body > main:not(.eway-home) {
  position: relative;
  background:
    linear-gradient(rgba(7, 16, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 31, 0.035) 1px, transparent 1px),
    var(--eway-paper) !important;
  background-size: 72px 72px !important;
}

body > main:not(.eway-home) > div > h1,
body > main:not(.eway-home) > div > div:first-child > h1 {
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
}

body > main:not(.eway-home) .prose,
body > main:not(.eway-home) .bg-white {
  border-color: rgba(7, 16, 31, 0.08) !important;
  box-shadow: 0 24px 70px rgba(12, 35, 72, 0.08) !important;
}

body > main:not(.eway-home) .prose {
  border-radius: 32px !important;
}

/* Editorial announcement page */
body > main.eway-article-page {
  padding: 46px 0 110px;
  background: #fff !important;
  background-size: auto !important;
}

.eway-article-shell {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.eway-article-back {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #657287;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.eway-article-back:hover {
  color: var(--eway-blue);
  transform: translateX(-3px);
}

.eway-article-back:focus-visible {
  outline: 3px solid rgba(7, 92, 255, 0.24);
  outline-offset: 4px;
  border-radius: 8px;
}

.eway-article {
  max-width: 780px;
  margin: 48px auto 0;
}

.eway-article-header {
  position: relative;
  padding: 0 0 36px;
  border-bottom: 1px solid var(--eway-line);
}

.eway-article-header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 56px;
  height: 3px;
  background: var(--eway-blue);
  transform: translateX(-50%);
}

.eway-article-meta {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8490a1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eway-article-meta span:first-child {
  color: var(--eway-blue);
  padding: 5px 9px;
  background: rgba(7, 92, 255, 0.07);
  border-radius: 999px;
}

.eway-article-header h1 {
  max-width: 720px;
  margin: 0 auto;
  color: var(--eway-ink);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: -0.035em;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.eway-article-summary {
  max-width: 66ch;
  margin: 22px auto 0;
  color: #4f5e72;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
  text-align: center;
}

.eway-article-body {
  max-width: 720px;
  margin: 46px auto 0;
  color: #263448;
  font-size: 17.5px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.eway-article-body > p {
  margin: 0 0 20px;
  text-indent: 2em;
}

.eway-article-body > p:first-child {
  color: var(--eway-ink);
  font-size: inherit;
  font-weight: 700;
  text-indent: 0;
}

.eway-article-footer {
  max-width: 720px;
  margin: 50px auto 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
}

.eway-article-footer strong {
  color: var(--eway-ink);
  font-size: 16px;
  text-align: right;
}

.eway-article-footer time {
  color: #748196;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

/* Announcement overlay */
.announcement-header,
.announcement-minimized {
  background: var(--eway-ink) !important;
}

.announcement-header h3::before,
.announcement-minimized::before,
.history-title::before {
  background: var(--eway-blue) !important;
}

.read-more,
.history-read-more {
  color: var(--eway-blue) !important;
}

.announcement-window,
.announcement-history {
  border: 1px solid rgba(7, 92, 255, 0.12);
  box-shadow: 0 28px 80px rgba(7, 16, 31, 0.22) !important;
}

/* Compact tracking surfaces */
.wx-search-btn {
  background: var(--eway-blue) !important;
}

.wx-input:focus {
  border-color: var(--eway-blue) !important;
}

.eway-track-page {
  padding-top: 34px !important;
}

.eway-track-summary {
  margin-bottom: 28px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  background: #fff;
  border: 1px solid rgba(7, 92, 255, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(9, 31, 67, 0.09);
}

.eway-track-summary-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.eway-track-summary-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--eway-blue);
  background: rgba(7, 92, 255, 0.08);
  border: 1px solid rgba(7, 92, 255, 0.1);
  border-radius: 18px;
}

.eway-track-summary-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.7;
}

.eway-track-summary-copy {
  min-width: 0;
}

.eway-track-summary-copy p {
  margin: 0 0 6px;
  color: #77869e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eway-track-summary-copy p span {
  color: #9ba8ba;
}

.eway-track-summary-copy h1 {
  margin: 0;
  color: var(--eway-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.eway-track-back {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--eway-blue);
  border-radius: 15px;
  box-shadow: 0 13px 28px rgba(7, 92, 255, 0.22);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease;
}

.eway-track-back:hover {
  color: #fff;
  background: var(--eway-blue-dark);
  transform: translateY(-2px);
}

.eway-track-actions {
  display: flex;
  gap: 10px;
}

.eway-track-actions button,
.eway-track-actions a {
  min-height: 44px;
  padding: 0 15px;
  color: #526075;
  background: #fff;
  border: 1px solid rgba(7, 92, 255, 0.13);
  border-radius: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.eway-track-actions button:hover,
.eway-track-actions a:hover {
  color: var(--eway-blue);
  background: rgba(7, 92, 255, 0.04);
  border-color: rgba(7, 92, 255, 0.32);
}

.eway-track-actions .eway-track-download {
  color: #fff;
  background: var(--eway-blue);
  border-color: var(--eway-blue);
  box-shadow: 0 10px 24px rgba(7, 92, 255, 0.18);
}

.eway-track-actions .eway-track-download:hover {
  color: #fff;
  background: var(--eway-blue-dark);
  border-color: var(--eway-blue-dark);
}

.eway-track-actions button:active,
.eway-track-actions a:active,
.eway-track-form button:active,
.eway-nav-cta:active,
.eway-contact-form button:active,
.eway-track-back:active {
  transform: translateY(1px) scale(0.985);
}

.eway-track-actions button:focus-visible,
.eway-track-actions a:focus-visible,
.eway-track-form button:focus-visible,
.eway-nav-cta:focus-visible,
.eway-contact-form button:focus-visible,
.eway-track-back:focus-visible,
.eway-notice-card:focus-visible {
  outline: 3px solid rgba(7, 92, 255, 0.28);
  outline-offset: 3px;
}

.eway-track-copy-status {
  min-height: 18px;
  color: var(--eway-blue);
  font-size: 11px;
  font-weight: 750;
}

.eway-inline-action {
  min-height: 44px;
  align-items: center;
}

/* Footer */
.eway-footer {
  padding: 76px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #030914;
}

.eway-footer-main {
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
}

.eway-footer-title {
  max-width: 660px;
  margin: 30px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.eway-footer-title span {
  color: var(--eway-cyan);
}

.eway-footer-links {
  display: grid;
  align-content: end;
  gap: 14px;
}

.eway-footer-links a {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.eway-footer-links a:hover {
  color: #fff;
}

.eway-footer-bottom {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eway-footer-legal {
  display: flex;
  gap: 20px;
}

.eway-footer-legal a {
  color: inherit;
  text-decoration: none;
}

.eway-top-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--eway-blue);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(7, 92, 255, 0.32);
  cursor: pointer;
}

.eway-top-button svg {
  width: 20px;
  height: 20px;
}

@keyframes eway-hero-drift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes eway-pulse {
  0% { box-shadow: 0 0 0 0 rgba(7, 92, 255, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(7, 92, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(7, 92, 255, 0); }
}

@keyframes eway-orbit-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .eway-nav {
    display: none;
  }

  .eway-menu-button {
    display: grid;
  }

  .eway-nav-cta {
    display: none;
  }

  .eway-hero-layout {
    grid-template-columns: 1fr;
    align-content: end;
  }

  .eway-hero-copy {
    max-width: 850px;
    transform: none;
  }

  .eway-track-panel {
    max-width: 620px;
    transform: none;
  }

  .eway-service-card {
    grid-column: span 6;
  }

  .eway-service-card:last-child {
    grid-column: span 12;
    min-height: 300px;
  }

  .eway-story-grid,
  .eway-network-grid {
    grid-template-columns: 1fr;
  }

  .eway-infrastructure-panel {
    grid-template-columns: 1fr;
  }

  .eway-network-visual {
    min-height: 580px;
    border-radius: 40px 40px 0 0;
  }

  .eway-network-metrics {
    border-radius: 0 0 40px 40px;
  }

  .eway-orbit {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .eway-shell {
    width: min(100% - 32px, 1380px);
  }

  .eway-cookie-inner {
    width: calc(100% - 28px);
    min-height: 58px;
    padding: 7px 0;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    line-height: 1.45;
  }

  .eway-cookie-inner button {
    min-width: 58px;
    min-height: 44px;
    padding: 0 14px;
  }

  .eway-header {
    padding: 8px 0;
  }

  .eway-nav-shell {
    width: calc(100% - 16px);
    height: 66px;
    padding: 0 9px 0 12px;
    border-radius: 18px;
  }

  .eway-brand {
    gap: 10px;
  }

  .eway-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .eway-brand-name {
    font-size: 17px;
  }

  .eway-brand-meta {
    max-width: 150px;
    overflow: hidden;
    font-size: 7px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .eway-menu-button {
    width: 44px;
    height: 44px;
  }

  .eway-mobile-menu {
    padding: 8px;
  }

  .eway-mobile-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .eway-mobile-top {
    padding-bottom: 16px;
  }

  .eway-mobile-search {
    margin: 18px 0 14px;
  }

  .eway-mobile-nav a {
    min-height: 58px;
    padding: 12px 2px;
    font-size: clamp(24px, 7vw, 31px);
  }

  .eway-mobile-foot {
    padding-top: 18px;
  }

  .eway-home {
    margin-top: -82px;
  }

  .eway-hero,
  .eway-hero-layout {
    min-height: 100svh;
  }

  .eway-hero-media {
    inset: 0;
  }

  .eway-hero::after {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.42), rgba(7, 16, 31, 0.94) 48%, var(--eway-ink) 100%),
      linear-gradient(90deg, rgba(7, 92, 255, 0.18), transparent);
  }

  .eway-hero-grid {
    background-size: 54px 54px;
    mask-image: linear-gradient(#000, transparent 78%);
  }

  .eway-hero-layout {
    padding: 94px 0 14px;
    align-content: center;
    gap: 36px;
  }

  .eway-cookie-bar:not(.hidden) ~ .eway-home .eway-hero,
  .eway-cookie-bar:not(.hidden) ~ .eway-home .eway-hero-layout {
    min-height: calc(100svh - 58px);
  }

  .eway-cookie-bar:not(.hidden) ~ .eway-home .eway-hero-layout {
    padding-top: 80px;
    gap: 28px;
  }

  .eway-eyebrow {
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: 0.13em;
  }

  .eway-hero h1 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 0.9;
  }

  .eway-hero-lead {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.48;
  }

  .eway-hero-facts,
  .eway-hero-scroll {
    display: none;
  }

  .eway-track-panel {
    padding: 15px 16px;
    border-radius: 22px;
  }

  .eway-track-panel::before {
    width: 72px;
    height: 72px;
    top: -24px;
    right: 13px;
  }

  .eway-track-head,
  .eway-track-foot {
    gap: 8px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .eway-track-panel h2 {
    margin: 16px 0 5px;
    font-size: 26px;
  }

  .eway-track-panel > p {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 1.45;
  }

  .eway-track-form {
    padding: 5px;
    flex-direction: row;
    gap: 5px;
    border-radius: 15px;
  }

  .eway-track-form input {
    min-height: 48px;
    padding: 0 8px;
    font-size: 16px;
  }

  .eway-track-form button {
    min-height: 48px;
    padding: 0 13px;
    justify-content: center;
    gap: 8px;
    border-radius: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .eway-track-error {
    min-height: 13px;
    margin-top: 4px;
    font-size: 9px;
  }

  .eway-track-foot {
    margin-top: 6px;
  }

  .eway-section {
    padding: 68px 0;
  }

  .eway-section-head {
    margin-bottom: 34px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .eway-section-heading {
    font-size: clamp(39px, 11vw, 52px);
  }

  .eway-service-card,
  .eway-service-card:last-child {
    min-height: 260px;
    padding: 24px;
    grid-column: span 12;
  }

  .eway-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eway-stat {
    min-height: 168px;
    padding: 18px;
  }

  .eway-stat strong {
    font-size: clamp(40px, 12vw, 56px);
  }

  .eway-story-grid {
    gap: 52px;
  }

  .eway-story-media {
    min-height: 380px;
    border-radius: 30px;
  }

  .eway-story-badge {
    width: min(190px, calc(100% - 32px));
    min-height: 108px;
    right: 16px;
    bottom: 16px;
    padding: 17px 19px;
    border-radius: 22px;
  }

  .eway-story-badge strong {
    font-size: 34px;
  }

  .eway-story-copy h2 {
    font-size: clamp(43px, 12vw, 62px);
  }

  .eway-orbit {
    min-height: 350px;
  }

  .eway-infrastructure-panel {
    border-radius: 28px;
  }

  .eway-network-visual {
    min-height: 470px;
    padding: 21px;
    border-radius: 27px 27px 0 0;
  }

  .eway-network-visual-head strong {
    font-size: 27px;
  }

  .eway-globe-stage {
    width: min(286px, 100%);
  }

  .eway-warehouse-strip {
    grid-template-columns: auto 1fr auto 1fr;
    gap: 7px;
  }

  .eway-warehouse-strip i {
    display: none;
  }

  .eway-warehouse-strip strong {
    font-size: 25px;
  }

  .eway-network-metrics {
    border-radius: 0 0 27px 27px;
  }

  .eway-network-metric {
    min-height: 158px;
    padding: 16px;
  }

  .eway-network-metric strong {
    font-size: clamp(35px, 10vw, 50px);
  }

  .eway-network-metric p {
    min-height: 42px;
    margin-top: 10px;
    font-size: 9px;
  }

  .eway-track-page {
    padding-top: 20px !important;
  }

  .eway-track-summary {
    padding: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    border-radius: 24px;
  }

  .eway-track-summary-main {
    gap: 12px;
  }

  .eway-track-summary-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .eway-track-summary-copy p {
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .eway-track-back {
    width: 46px;
    min-height: 46px;
    padding: 0;
  }

  .eway-track-back span:last-child {
    display: none;
  }

  .eway-network-data {
    grid-template-columns: 1fr;
  }

  .eway-network-card.wide {
    grid-column: span 1;
  }

  .eway-notice-card {
    min-height: 120px;
    padding: 20px 0;
    grid-template-columns: 36px 1fr 40px;
    gap: 14px;
  }

  .eway-notice-card:hover,
  .eway-notice-card:focus-visible,
  .eway-notice-card.is-active {
    padding-inline: 12px;
  }

  .eway-notice-meta {
    display: none;
  }

  .eway-notice-copy p {
    -webkit-line-clamp: 1;
  }

  .eway-contact-grid {
    grid-template-columns: 1fr;
  }

  .eway-contact-form {
    padding: 24px;
    border-radius: 30px;
  }

  .eway-contact-form form {
    grid-template-columns: 1fr;
  }

  .eway-contact-form input,
  .eway-contact-form textarea,
  .eway-contact-form button {
    grid-column: 1;
  }

  .eway-contact-form input,
  .eway-contact-form textarea,
  .eway-mobile-search input {
    font-size: 16px;
  }

  .eway-contact-card {
    min-height: 126px;
    padding: 22px;
  }

  .eway-contact-card a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .eway-footer {
    padding-top: 62px;
  }

  .eway-footer-main {
    padding-bottom: 42px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .eway-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .eway-footer-legal {
    flex-wrap: wrap;
  }

  .eway-footer-legal a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .eway-top-button {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  body > main.py-16,
  body > main.py-12 {
    padding-top: 32px !important;
    padding-bottom: 56px !important;
  }

  body > main.eway-article-page {
    padding: 18px 0 72px;
  }

  .eway-article-shell {
    width: min(calc(100% - 32px), 780px);
  }

  .eway-article {
    margin-top: 24px;
  }

  .eway-article-header {
    padding-bottom: 26px;
  }

  .eway-article-meta {
    margin-bottom: 16px;
    gap: 8px;
  }

  .eway-article-header h1 {
    font-size: clamp(28px, 9.2vw, 36px);
    line-height: 1.36;
    letter-spacing: -0.03em;
    text-wrap: pretty;
  }

  .eway-article-summary {
    margin-top: 20px;
    font-size: 17px;
  }

  .eway-article-body {
    margin-top: 32px;
    max-width: none;
    font-size: 16px;
    line-height: 1.95;
  }

  .eway-article-body > p {
    margin-bottom: 18px;
  }

  .eway-article-body > p:first-child {
    font-size: 17px;
  }

  .eway-article-footer {
    margin-top: 40px;
    align-items: flex-end;
    gap: 6px;
  }

  body > main:not(.eway-home) .prose {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  body > main.py-16 .bg-white,
  body > main.py-12 article .p-8 {
    padding: 24px !important;
  }

  .eway-clearance-grid {
    padding-top: 32px !important;
    padding-bottom: 52px !important;
    gap: 38px !important;
  }

  .eway-clearance-form-wrap {
    order: 1;
  }

  .eway-clearance-copy {
    order: 2;
  }

  .eway-clearance-copy > h1 {
    display: none;
  }

  .eway-clearance-mobile-title {
    margin-bottom: 20px;
    display: block;
  }

  .eway-clearance-mobile-title span {
    color: var(--eway-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .eway-clearance-mobile-title h1 {
    margin: 12px 0 10px;
    color: var(--eway-ink);
    font-size: 38px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.065em;
  }

  .eway-clearance-mobile-title h1 strong {
    color: var(--eway-blue);
  }

  .eway-clearance-mobile-title p {
    margin: 0;
    color: #687487;
    font-size: 13px;
  }

  .eway-clearance-card {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .eway-clearance-copy > p {
    margin-bottom: 28px !important;
    font-size: 15px !important;
    line-height: 1.75;
    text-align: left !important;
  }

  .eway-track-empty {
    padding: 40px 18px !important;
  }

  .eway-track-empty-icon {
    margin-bottom: 20px !important;
    font-size: 58px !important;
  }

  .eway-track-empty h2 {
    font-size: 25px !important;
    line-height: 1.2;
  }

  .eway-track-empty p {
    margin-bottom: 28px !important;
    font-size: 14px !important;
  }

  .eway-track-meta {
    margin-top: 26px !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .eway-track-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eway-track-actions button,
  .eway-track-actions a {
    min-width: 0;
    padding: 0 10px;
    font-size: 11px;
  }

  .eway-service-card.is-active {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(7, 92, 255, 0.18);
  }

  .announcement-container,
  .announcement-minimized {
    bottom: 10px !important;
  }
}

@media (max-width: 420px) {
  .eway-network-metric {
    min-height: 168px;
    padding: 14px;
  }

  .eway-warehouse-strip {
    grid-template-columns: 1fr auto;
  }

  .eway-warehouse-strip > span:nth-of-type(2) {
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
