﻿/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --background: #f4f7fb;
  --foreground: #07152f;
  --ink: #07152f;
  --muted: #5c6980;
  --blue: #075fe7;
  --blue-2: #063b9b;
  --cyan: #27c6ff;
  --orange: #f47b20;
  --orange-2: #d85e0f;
  --red: #d62027;
  --line: rgba(7, 21, 47, 0.12);
  --shadow: 0 26px 70px rgba(7, 21, 47, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(7, 21, 47, 0.08);
  will-change: transform;
}
.client-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 9px max(18px, calc((100vw - 1280px) / 2));
  background: #06142e;
  color: #ffffff;
  font-size: 12px;
}
.client-strip div {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
}
.client-strip span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}
.client-strip strong {
  font-weight: 600;
}
.client-strip a {
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}
.header-main {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 26px;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
}
.brand-mark img {
  display: block;
  width: 190px;
  height: auto;
}
.header-contact {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
.contact-pill {
  display: grid;
  min-width: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
  background: #f7f9fd;
}
.contact-pill span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-pill strong {
  color: var(--ink);
  font-size: 15px;
}
.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.button-primary,
.button-orange,
.button-ghost,
.button-light,
.button-secondary,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}
.button-primary::after,
.button-orange::after,
.button-ghost::after,
.button-light::after,
.button-secondary::after,
.nav-cta::after {
  content: ">";
  font-size: 20px;
  line-height: 1;
}
.button-primary,
.nav-cta {
  background: linear-gradient(135deg, var(--blue), #16a7ff);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 95, 231, 0.24);
}
.button-orange {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(244, 123, 32, 0.28);
}
.button-ghost,
.button-secondary {
  border-color: rgba(7, 21, 47, 0.16);
  background: #ffffff;
  color: var(--ink);
}
.button-ghost.light,
.button-secondary.light {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.button-light {
  background: #ffffff;
  color: var(--ink);
}
.button-primary:hover,
.button-orange:hover,
.button-ghost:hover,
.button-light:hover,
.button-secondary:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(7, 21, 47, 0.2);
}
.icon-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #eef4fb);
}
.icon-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 72px;
  border-right: 1px solid var(--line);
  color: rgba(7, 21, 47, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.icon-nav a:last-child {
  border-right: 0;
}
.icon-nav span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #ffffff;
  font-size: 12px;
  box-shadow: 0 10px 24px rgba(7, 95, 231, 0.22);
}
.icon-nav a:hover {
  color: var(--blue);
  background: #ffffff;
}
.home-banner {
  position: relative;
  min-height: clamp(620px, 82svh, 780px);
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  color: #ffffff;
  background: #06142e;
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroScale 18s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5, 15, 35, 0.94) 0%, rgba(5, 15, 35, 0.84) 35%, rgba(5, 15, 35, 0.24) 74%),
    linear-gradient(0deg, rgba(5, 15, 35, 0.85), rgba(5, 15, 35, 0.08) 46%);
}
.hero-motion {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-motion span {
  position: absolute;
  left: -12vw;
  width: 48vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(39, 198, 255, 0.8), transparent);
  filter: drop-shadow(0 0 12px rgba(39, 198, 255, 0.9));
  transform: rotate(-12deg);
  animation: routeLine 8s linear infinite;
}
.hero-motion span:nth-child(1) {
  top: 26%;
}
.hero-motion span:nth-child(2) {
  top: 42%;
  animation-delay: 2s;
}
.hero-motion span:nth-child(3) {
  top: 58%;
  animation-delay: 4s;
}
.banner-inner {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0 92px;
}
.ship-badge {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cyan);
  font-size: 38px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}
.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-banner h1 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-banner p:not(.eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.section,
.home-topics,
.wrap-solutions,
.wrap-atuation,
.wrap-why,
.home-about,
.contact-band,
.footer-top,
.footer-grid,
.footer-locations {
  width: min(1280px, calc(100% - 36px));
  margin-inline: auto;
}
.section,
.home-topics,
.wrap-solutions,
.wrap-atuation,
.wrap-why {
  padding: 90px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.section-heading.center {
  display: block;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}
.section-heading h2,
.split-section h2,
.china-copy h2,
.about-copy h2,
.contact-card h2,
.footer-cta-card h2,
.page-hero h1,
.contact-intro h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: 0;
}
.section-heading p:not(.section-kicker),
.section-copy p,
.china-copy p,
.about-copy p,
.page-hero p,
.contact-intro p {
  color: var(--muted);
  line-height: 1.75;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}
.text-link::after {
  content: ">";
  font-size: 22px;
}
.home-topics {
  position: relative;
  margin-top: -58px;
  border-radius: 8px;
  background: #ffffff;
  padding: 42px;
  box-shadow: var(--shadow);
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.topic-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f4f8fd);
}
.topic-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 950;
}
.topic-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(7, 21, 47, 0.78);
  font-weight: 700;
  line-height: 1.55;
}
.topic-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}
.wrap-solutions {
  padding-top: 86px;
}
.solution-grid,
.service-grid.full,
.detail-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.solution-card,
.service-card,
.detail-grid article,
.why-grid article {
  position: relative;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.08);
}
.solution-card::after,
.service-card::after {
  content: "";
  position: absolute;
  inset: auto 28px 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--orange));
}
.solution-icon,
.service-card > span,
.why-grid span,
.timeline span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}
.solution-card h3,
.service-card h2,
.service-card h3,
.detail-grid h3,
.why-grid h3,
.timeline h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
}
.solution-card p,
.service-card p,
.detail-grid p,
.why-grid p,
.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.solution-card a,
.service-card a,
.footer-column a,
.footer-locations a,
.contact-details a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.solution-card a,
.service-card a {
  display: inline-flex;
  margin-top: 20px;
}
.company-photo-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto 90px;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 48px);
  background: #ffffff;
  box-shadow: var(--shadow);
}
.company-photo-section img {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
}
.company-photo-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 950;
  line-height: 1.04;
}
.company-photo-section p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.75;
}
.wrap-atuation {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(18px, calc((100vw - 1280px) / 2));
  background: linear-gradient(110deg, rgba(6, 20, 46, 0.96), rgba(6, 20, 46, 0.88)),
    url("/assets/hero-port-wega.png") center / cover;
  color: #ffffff;
}
.wrap-atuation .section-heading h2 {
  color: #ffffff;
}
.atuation-grid,
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.atuation-grid a,
.industry-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 850;
  backdrop-filter: blur(10px);
}
.industry-grid a {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}
.atuation-grid span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
}
.full-video-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  margin: 92px auto;
  overflow: hidden;
  border-radius: 8px;
  background: #06142e;
  box-shadow: var(--shadow);
}
.video-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #041027;
  isolation: isolate;
}
.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(4, 16, 39, 0.04), rgba(4, 16, 39, 0.28)),
    linear-gradient(0deg, rgba(4, 16, 39, 0.58), transparent 34%, rgba(4, 16, 39, 0.2));
  pointer-events: none;
}
.video-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 560px;
  object-fit: cover;
  transform-origin: center;
  opacity: 0;
}
.video-shot-a {
  animation: videoSceneA 18s ease-in-out infinite;
}
.video-shot-b {
  animation: videoSceneB 18s ease-in-out infinite;
}
.video-shot-c {
  animation: videoSceneC 18s ease-in-out infinite;
}
.video-scanline {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px),
    linear-gradient(115deg, transparent 0 36%, rgba(39, 198, 255, 0.24) 46%, transparent 56% 100%);
  mix-blend-mode: screen;
  opacity: 0.68;
  animation: videoSweep 5.5s linear infinite;
}
.video-map-pulse {
  position: absolute;
  z-index: 5;
  right: 34px;
  top: 32px;
  display: grid;
  gap: 10px;
}
.video-map-pulse span {
  display: block;
  width: 128px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #27c6ff, transparent);
  box-shadow: 0 0 20px rgba(39, 198, 255, 0.8);
  animation: dataPulse 2.4s ease-in-out infinite;
}
.video-map-pulse span:nth-child(2) {
  width: 92px;
  animation-delay: 0.45s;
}
.video-map-pulse span:nth-child(3) {
  width: 150px;
  animation-delay: 0.9s;
}
.video-caption {
  position: absolute;
  z-index: 6;
  left: 28px;
  bottom: 34px;
  display: grid;
  gap: 6px;
  max-width: min(380px, calc(100% - 56px));
  border-left: 3px solid #27c6ff;
  padding: 12px 16px;
  background: rgba(3, 10, 24, 0.64);
  color: #ffffff;
  backdrop-filter: blur(12px);
}
.video-caption strong {
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}
.video-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.video-progress {
  position: absolute;
  z-index: 7;
  left: 28px;
  right: 28px;
  bottom: 18px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
.video-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #27c6ff, #075fe7, #f47b20);
  transform-origin: left;
  animation: videoProgress 6s linear infinite;
}
.video-copy {
  padding: clamp(30px, 5vw, 70px);
  color: #ffffff;
}
.video-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.04;
}
.video-copy p:not(.section-kicker) {
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}
.wrap-why {
  padding-top: 10px;
}
.why-grid article {
  min-height: 230px;
}
.home-about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 82px 0 100px;
}
.about-image {
  position: relative;
}
.about-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.about-image::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: -1;
  width: 60%;
  height: 60%;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--orange));
}
.about-copy p:not(.section-kicker) {
  margin: 22px 0;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 30px;
}
.process-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
  color: rgba(7, 21, 47, 0.78);
  font-weight: 800;
}
.process-list strong {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #eef5ff;
  color: var(--blue);
}
.contact-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow);
}
.contact-card {
  min-height: 300px;
  padding: clamp(28px, 5vw, 56px);
  color: #ffffff;
}
.contact-card.dark {
  background: linear-gradient(135deg, rgba(6, 20, 46, 0.95), rgba(6, 59, 155, 0.88)),
    url("/assets/operations-wega.png") center / cover;
}
.contact-card.orange {
  background: linear-gradient(135deg, rgba(244, 123, 32, 0.96), rgba(216, 94, 15, 0.94)),
    url("/assets/hero-port-wega.png") center / cover;
}
.contact-card p {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.contact-card h2 {
  max-width: 560px;
  margin-bottom: 26px;
  color: #ffffff;
}
.site-footer {
  margin-top: 0;
  padding-top: 150px;
  background: linear-gradient(180deg, #06142e, #030914),
    radial-gradient(circle at 20% 0, rgba(39, 198, 255, 0.2), transparent 30%);
  color: #ffffff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding-bottom: 42px;
}
.footer-logo-card,
.footer-cta-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
}
.footer-logo-card img {
  display: block;
  width: 210px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #ffffff;
}
.footer-logo-card p,
.footer-cta-card p,
.footer-locations p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.trust-row span {
  border: 1px solid rgba(39, 198, 255, 0.28);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.footer-cta-card p {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
}
.footer-cta-card h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.9fr 1.2fr;
  gap: 28px;
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-column h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}
.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
  text-transform: none;
}
.footer-column a:hover,
.footer-locations a:hover {
  color: var(--cyan);
}
.footer-contact span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 950;
}
.footer-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 0 42px;
}
.footer-locations article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.footer-locations span {
  color: #ffffff;
  font-weight: 950;
  text-transform: uppercase;
}
.footer-locations a {
  color: var(--cyan);
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(18px, calc((100vw - 1280px) / 2));
  background: #020711;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(6, 20, 46, 0.96), rgba(6, 59, 155, 0.82)),
    url("/assets/hero-port-wega.png") center / cover;
  color: #ffffff;
}
.page-hero-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.3;
}
.page-hero-inner {
  position: relative;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 100px 0;
}
.page-hero h1 {
  max-width: 820px;
  color: #ffffff;
}
.page-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}
.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.section-copy {
  display: grid;
  gap: 18px;
}
.muted-section,
.legal-panel {
  border-radius: 8px;
  padding: 54px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.08);
}
.china-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  margin: 92px auto;
  border-radius: 8px;
  padding: clamp(30px, 5vw, 66px);
  background: linear-gradient(135deg, #06142e, #083b94),
    url("/assets/hero-port-wega.png") center / cover;
  color: #ffffff;
}
.china-copy h2 {
  color: #ffffff;
}
.china-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
}
.china-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.china-visual span {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 950;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 24px;
}
.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}
.contact-page {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 90px 0;
}
.contact-intro {
  border-radius: 8px;
  padding: 44px;
  background: linear-gradient(135deg, rgba(6, 20, 46, 0.94), rgba(6, 59, 155, 0.82)),
    url("/assets/operations-wega.png") center / cover;
  color: #ffffff;
}
.contact-intro h1 {
  color: #ffffff;
}
.contact-intro p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.08);
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  background: #f8fafc;
  color: var(--ink);
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7, 95, 231, 0.1);
}
.full-field {
  grid-column: 1 / -1;
}
.contact-details article {
  min-height: auto;
}
@keyframes heroScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
@keyframes heroSceneA {
  0%,
  28% {
    opacity: 1;
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  38%,
  92% {
    opacity: 0;
    transform: scale(1.1) translate3d(-1.8%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1.02) translate3d(0, 0, 0);
  }
}
@keyframes heroSceneB {
  0%,
  26%,
  68%,
  100% {
    opacity: 0;
    transform: scale(1.06) translate3d(2%, 0, 0);
  }
  36%,
  58% {
    opacity: 0.72;
    transform: scale(1.12) translate3d(-2%, -0.8%, 0);
  }
}
@keyframes heroSceneC {
  0%,
  56%,
  96%,
  100% {
    opacity: 0;
    transform: scale(1.04) translate3d(-1%, 1%, 0);
  }
  66%,
  88% {
    opacity: 0.62;
    transform: scale(1.1) translate3d(2.2%, -1.2%, 0);
  }
}
@keyframes videoSceneA {
  0%,
  30% {
    opacity: 1;
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  42%,
  100% {
    opacity: 0;
    transform: scale(1.11) translate3d(-3%, 0, 0);
  }
}
@keyframes videoSceneB {
  0%,
  28%,
  72%,
  100% {
    opacity: 0;
    transform: scale(1.04) translate3d(3%, 0, 0);
  }
  40%,
  62% {
    opacity: 1;
    transform: scale(1.12) translate3d(-2.6%, -1%, 0);
  }
}
@keyframes videoSceneC {
  0%,
  58%,
  100% {
    opacity: 0;
    transform: scale(1.04) translate3d(-1%, 0, 0);
  }
  72%,
  92% {
    opacity: 1;
    transform: scale(1.1) translate3d(2.5%, -1.5%, 0);
  }
}
@keyframes videoSweep {
  from {
    background-position: 0 0, -80vw 0;
  }
  to {
    background-position: 0 56px, 80vw 0;
  }
}
@keyframes dataPulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scaleX(0.7);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes videoProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes routeLine {
  from {
    transform: translateX(-10vw) rotate(-12deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    transform: translateX(115vw) rotate(-12deg);
    opacity: 0;
  }
}
@media (max-width: 1120px) {
  .header-main {
    grid-template-columns: 190px 1fr;
  }
  .header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  .header-actions a {
    flex: 1;
  }
  .icon-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .solution-grid,
  .service-grid.full,
  .detail-grid,
  .why-grid,
  .atuation-grid,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .full-video-section,
  .home-about,
  .china-section,
  .contact-page,
  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .video-frame,
  .video-shot {
    height: 420px;
    min-height: 420px;
  }
}
@media (max-width: 720px) {
  .client-strip,
  .client-strip div,
  .header-contact,
  .header-actions,
  .hero-actions,
  .section-heading,
  .footer-legal {
    flex-direction: column;
    align-items: stretch;
  }
  .client-strip {
    display: none;
  }
  .header-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .brand-mark img {
    width: 166px;
  }
  .contact-pill {
    min-width: 0;
  }
  .icon-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .icon-nav a {
    min-height: 64px;
    font-size: 12px;
  }
  .home-banner {
    min-height: 760px;
  }
  .home-banner h1 {
    font-size: 43px;
  }
  .home-banner p:not(.eyebrow) {
    font-size: 17px;
  }
  .button-primary,
  .button-orange,
  .button-ghost,
  .button-light,
  .button-secondary {
    width: 100%;
    min-height: 50px;
  }
  .home-topics {
    width: min(100% - 24px, 1280px);
    padding: 24px;
  }
  .topic-grid,
  .solution-grid,
  .service-grid.full,
  .detail-grid,
  .why-grid,
  .atuation-grid,
  .industry-grid,
  .timeline,
  .contact-band,
  .footer-locations,
  .china-visual,
  .contact-form,
  .process-list,
  .split-section {
    grid-template-columns: 1fr;
  }
  .section,
  .home-topics,
  .wrap-solutions,
  .wrap-atuation,
  .wrap-why {
    padding-block: 62px;
  }
  .full-video-section {
    margin-block: 64px;
  }
  .video-frame,
  .video-shot {
    height: 280px;
    min-height: 280px;
  }
  .home-about,
  .contact-page {
    padding-block: 62px;
  }
  .contact-card,
  .contact-intro,
  .contact-form,
  .muted-section,
  .legal-panel {
    padding: 24px;
  }
}
.home-topics {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 253, 0.96)),
    linear-gradient(120deg, transparent 0 38%, rgba(7, 95, 231, 0.06) 38% 44%, transparent 44% 100%);
  border: 1px solid rgba(7, 95, 231, 0.24);
}
.home-topics .section-heading h2 {
  color: #252569;
  text-transform: uppercase;
}
.topic-grid {
  position: relative;
}
.topic-grid::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  border-left: 2px dashed rgba(7, 21, 47, 0.22);
}
.topic-card {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 30px clamp(18px, 4vw, 58px);
}
.topic-card h3 {
  color: #2860ad;
  font-size: clamp(24px, 3vw, 34px);
}
.topic-card li {
  color: #1d207b;
  font-size: 17px;
  font-weight: 900;
}
.topic-card li::before {
  content: "\2713";
  top: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #4d8de1;
  border-radius: 50%;
  background: transparent;
  color: #2860ad;
  font-size: 14px;
  line-height: 1;
}
.wrap-solutions {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px max(18px, calc((100vw - 1280px) / 2));
  background: linear-gradient(105deg, rgba(5, 16, 44, 0.96), rgba(5, 16, 44, 0.89)),
    url("/assets/hero-port-wega.png") center / cover;
  color: #ffffff;
}
.wrap-solutions .section-heading {
  align-items: start;
}
.wrap-solutions .section-heading h2 {
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
}
.wrap-solutions .text-link {
  color: #75bcff;
}
.solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.solution-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  min-height: 440px;
  border: 0;
  background: #292865;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}
.solution-card::after {
  display: none;
}
.solution-icon {
  width: 72px;
  height: 72px;
  margin: 10px auto 24px;
  border: 2px solid rgba(39, 198, 255, 0.45);
  border-radius: 12px;
  background: transparent;
  color: #27c6ff;
  font-size: 22px;
}
.solution-card h3 {
  color: #ffffff;
  text-align: center;
}
.solution-card p {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}
.solution-actions {
  display: grid;
  gap: 12px;
  align-self: end;
  margin-top: 28px;
}
.solution-actions a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px 1px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}
.solution-contact {
  background: linear-gradient(135deg, #78bdfb, #5367dc);
  color: #ffffff !important;
}
.solution-more {
  border: 2px solid #5e98ed;
  color: #75bcff !important;
}
@media (max-width: 1120px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-photo-section {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .topic-grid::before {
    display: none;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .company-photo-section img {
    min-height: 280px;
  }
}
.cookie-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 42px;
  padding: 6px max(18px, calc((100vw - 1400px) / 2));
  border-bottom: 1px solid rgba(7, 21, 47, 0.1);
  background: #f7f7f5;
  color: #4b5668;
  font-size: 12px;
}
.cookie-strip p {
  margin: 0;
  max-width: 1080px;
  line-height: 1.45;
}
.cookie-strip a {
  color: var(--blue-2);
  font-weight: 800;
  text-decoration: underline;
}
.cookie-strip button {
  flex: 0 0 auto;
  border: 1px solid var(--blue-2);
  border-radius: 4px;
  padding: 6px 16px;
  background: #ffffff;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.client-portal-strip {
  display: flex;
  justify-content: flex-end;
  padding: 4px max(18px, calc((100vw - 1400px) / 2));
  background: #252569;
  color: #ffffff;
}
.client-portal-strip a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
}
.client-portal-strip span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 950;
}
.site-header {
  transition: box-shadow 220ms ease,
    transform 260ms ease;
}
.site-header.is-scrolled {
  box-shadow: 0 18px 50px rgba(7, 21, 47, 0.18);
}
.site-header.is-hidden {
  transform: translateY(-105%);
}
.header-main {
  grid-template-columns: 170px 235px auto 205px;
  width: min(1400px, calc(100% - 36px));
  min-height: 92px;
  padding: 6px 0;
  transition: none;
}
.brand-mark img {
  width: 132px;
  max-height: 82px;
  object-fit: contain;
  transition: none;
}
.header-contact {
  justify-content: flex-end;
}
.contact-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 228px;
  border: 0;
  background: transparent;
  padding: 0;
}
.contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(7, 95, 231, 0.28);
  border-radius: 50%;
  background: #f3f7ff;
  color: var(--blue-2);
  font-size: 10px;
  font-weight: 950;
}
.contact-pill small {
  display: block;
  color: #252569;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact-pill strong {
  display: block;
  color: #162063;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.header-side {
  display: grid;
  gap: 8px;
  justify-items: end;
}
.header-actions .button-orange,
.header-actions .button-ghost {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
}
.social-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #252569;
  font-size: 13px;
}
.social-mini {
  display: flex;
  align-items: center;
  gap: 9px;
}
.social-mini a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #252569;
  font-weight: 950;
  line-height: 1;
  transition: transform 160ms ease,
    filter 160ms ease;
}
.social-mini a:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}
.social-mini svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.social-facebook {
  color: #1877f2 !important;
}
.social-instagram {
  border: 0;
  border-radius: 7px;
  background: radial-gradient(circle at 32% 104%, #feda75 0 18%, transparent 34%),
    radial-gradient(circle at 18% 92%, #fa7e1e 0 24%, transparent 42%),
    linear-gradient(135deg, #833ab4, #c13584 42%, #e1306c 68%, #fd1d1d);
  color: #ffffff !important;
}
.social-instagram svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.social-instagram circle:last-child {
  fill: currentColor;
  stroke: none;
}
.social-instagram::after {
  display: none;
}
.social-linkedin {
  color: #0a66c2 !important;
}
.social-youtube {
  position: relative;
  width: 30px !important;
  border-radius: 7px;
  background: #ff0000;
  color: #ffffff !important;
  font-size: 0 !important;
}
.social-youtube::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
}
.language-menu {
  position: relative;
  width: 180px;
}
.language-menu summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(7, 21, 47, 0.22);
  border-radius: 2px;
  padding: 6px 9px;
  background: #ffffff;
  color: #1a2550;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}
.language-menu summary::-webkit-details-marker {
  display: none;
}
.language-menu summary::after {
  content: "\25BE";
  color: #697386;
  font-size: 11px;
}
.language-menu div {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  display: grid;
  width: 230px;
  border: 1px solid rgba(7, 21, 47, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 21, 47, 0.16);
  overflow: hidden;
}
.language-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.language-menu a:hover {
  background: #eef5ff;
}
.language-menu a span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 24px;
  border-radius: 5px;
  background: #eef5ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}
.translate-menu {
  width: 224px;
}
.translate-select {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(7, 21, 47, 0.22);
  border-radius: 2px;
  background: #ffffff;
  color: #1a2550;
  font: inherit;
  font-size: 13px;
  outline: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.language-menu .google-translate-widget,
.language-menu .google-translate-widget div,
.language-menu .google-translate-widget span,
.language-menu .google-translate-widget iframe,
.language-menu .google-translate-widget select,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.skiptranslate iframe,
body > .skiptranslate,
.goog-te-balloon-frame {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -1 !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0 !important;
}
html,
body {
  margin-top: 0 !important;
  top: 0 !important;
}
.icon-nav {
  background: #073173;
}
.icon-nav a {
  min-height: 56px;
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
}
.icon-nav span {
  background: transparent;
  color: #72c9ff;
  box-shadow: none;
  font-size: 13px;
}
.icon-nav a:hover {
  background: #092a61;
  color: #ffffff;
}
.hero-cinema {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero-photo {
  z-index: auto;
}
.hero-photo-a,
.hero-photo-b,
.hero-photo-c {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}
.hero-photo-a {
  animation: heroSceneA 21s ease-in-out infinite;
}
.hero-photo-b {
  opacity: 0;
  animation: heroSceneB 21s ease-in-out infinite;
}
.hero-photo-c {
  opacity: 0;
  animation: heroSceneC 21s ease-in-out infinite;
}
.hero-cinema::before,
.hero-cinema::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 9vh;
  background: rgba(3, 10, 24, 0.64);
  pointer-events: none;
}
.hero-cinema::before {
  top: 0;
}
.hero-cinema::after {
  bottom: 0;
}
.cinema-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 78% 36%, rgba(39, 198, 255, 0.3), transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.5;
  animation: scanMove 6s linear infinite;
}
.trade-route {
  position: absolute;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(39, 198, 255, 0.32);
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(39, 198, 255, 0.45));
  animation: routeOrbit 16s linear infinite;
}
.route-a {
  right: 2vw;
  top: 6vh;
}
.route-b {
  right: 24vw;
  bottom: -34vw;
  border-color: rgba(244, 123, 32, 0.34);
  animation-duration: 22s;
  animation-direction: reverse;
}
.route-c {
  left: -22vw;
  bottom: -18vw;
  width: 38vw;
  height: 38vw;
  animation-duration: 28s;
}
.port-marker {
  position: absolute;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  font-weight: 950;
  background: rgba(7, 95, 231, 0.72);
  backdrop-filter: blur(10px);
  animation: markerPulse 2.8s ease-out infinite;
}
.marker-br {
  left: 10vw;
  bottom: 22vh;
}
.marker-cn {
  right: 14vw;
  top: 22vh;
  background: rgba(214, 32, 39, 0.78);
  animation-delay: 1.2s;
}
.floating-cargo {
  position: absolute;
  display: grid;
  gap: 8px;
  opacity: 0.82;
}
.floating-cargo span {
  display: block;
  width: 150px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(7, 95, 231, 0.85), rgba(39, 198, 255, 0.56));
}
.cargo-a {
  right: 11vw;
  bottom: 18vh;
  animation: cargoDrift 9s ease-in-out infinite alternate;
}
.cargo-b {
  right: 34vw;
  top: 17vh;
  animation: cargoDrift 12s ease-in-out infinite alternate-reverse;
}
.route-particles span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #27c6ff;
  box-shadow: 0 0 22px rgba(39, 198, 255, 0.88);
  animation: particleTravel 7s linear infinite;
}
.route-particles span:nth-child(1) {
  left: 9vw;
  top: 42vh;
}
.route-particles span:nth-child(2) {
  left: 22vw;
  top: 31vh;
  animation-delay: 1.7s;
}
.route-particles span:nth-child(3) {
  right: 30vw;
  top: 35vh;
  animation-delay: 3.1s;
}
.route-particles span:nth-child(4) {
  right: 16vw;
  top: 47vh;
  animation-delay: 4.5s;
}
.cinema-caption {
  position: absolute;
  right: 3vw;
  bottom: 3vh;
  display: flex;
  gap: 10px;
  opacity: 0.86;
}
.cinema-caption span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 8px 10px;
  background: rgba(6, 20, 46, 0.54);
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
  animation: captionBlink 4s ease-in-out infinite;
}
.cinema-caption span:nth-child(2) {
  animation-delay: 1.2s;
}
.ship-badge {
  width: fit-content;
  height: auto;
  min-width: 250px;
  place-items: start;
  gap: 4px;
  padding: 14px 18px;
  font-size: 15px;
}
.ship-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.ship-badge strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.portal-page,
.operation-page,
.language-page {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 90px 0;
}
.portal-page,
.operation-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: stretch;
}
.portal-copy,
.operation-hero,
.language-page {
  border-radius: 8px;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(135deg, rgba(6, 20, 46, 0.94), rgba(6, 59, 155, 0.82)),
    url("/assets/hero-port-wega.png") center / cover;
  color: #ffffff;
}
.portal-copy h1,
.operation-hero h1,
.language-page h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 950;
  line-height: 1.02;
}
.portal-copy p:not(.eyebrow),
.operation-hero p:not(.eyebrow),
.language-page p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}
.portal-status {
  display: grid;
  gap: 6px;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.portal-status span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.login-card,
.operation-form {
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 46px);
  background: #ffffff;
  box-shadow: var(--shadow);
}
.login-card img {
  width: 210px;
  margin-bottom: 8px;
}
.login-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 950;
}
.login-card label,
.operation-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.login-card input,
.operation-form input,
.operation-form select,
.operation-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  background: #f8fafc;
  color: var(--ink);
  outline: none;
}
.login-card a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.login-feedback {
  margin: 0;
  border-left: 3px solid var(--blue);
  padding: 10px 12px;
  background: #eef5ff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.operation-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@keyframes cinematicFade {
  0%,
  44%,
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
  52%,
  82% {
    opacity: 0.62;
    transform: scale(1.1);
  }
}
@keyframes scanMove {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 40px, 0 0;
  }
}
@keyframes routeOrbit {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.02);
  }
}
@keyframes markerPulse {
  from {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  }
  to {
    box-shadow: 0 0 0 24px rgba(255, 255, 255, 0);
  }
}
@keyframes cargoDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-42px, 18px, 0);
  }
}
@keyframes particleTravel {
  0% {
    transform: translate3d(-24px, 20px, 0) scale(0.65);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translate3d(38vw, -12vh, 0) scale(1.05);
    opacity: 0;
  }
}
@keyframes captionBlink {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.68);
  }
  50% {
    border-color: rgba(39, 198, 255, 0.72);
    color: #ffffff;
  }
}
@media (max-width: 1180px) {
  .header-main {
    grid-template-columns: 220px 1fr;
  }
  .header-actions,
  .header-side {
    grid-column: 1 / -1;
  }
  .header-side {
    display: flex;
    justify-content: space-between;
    justify-items: stretch;
  }
}
@media (max-width: 720px) {
  .cookie-strip,
  .client-portal-strip,
  .header-contact,
  .header-actions,
  .header-side,
  .social-line {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-strip {
    align-items: stretch;
  }
  .client-portal-strip {
    justify-content: center;
  }
  .header-main {
    min-height: auto;
  }
  .site-header.is-scrolled .brand-mark img,
  .brand-mark img {
    width: 166px;
  }
  .contact-pill {
    min-width: 0;
  }
  .language-menu {
    width: 100%;
  }
  .language-menu div {
    left: 0;
    right: auto;
    width: 100%;
  }
  .portal-page,
  .operation-page,
  .operation-form {
    grid-template-columns: 1fr;
  }
  .portal-page,
  .operation-page,
  .language-page {
    padding-block: 62px;
  }
  .floating-cargo,
  .port-marker {
    opacity: 0.45;
  }
}


/* Static hosting adjustments */
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
body > .skiptranslate,
.skiptranslate iframe {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html,
body {
  top: 0 !important;
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
}
