:root {
  --bg: #010309;
  --bg-deep: #000104;
  --carbon: #050a12;
  --carbon-2: #08111b;
  --carbon-3: #0d1825;
  --glass: rgba(7, 16, 27, 0.7);
  --glass-strong: rgba(8, 18, 31, 0.9);
  --glass-soft: rgba(255, 255, 255, 0.045);
  --line: rgba(122, 214, 255, 0.2);
  --line-strong: rgba(111, 224, 255, 0.58);
  --cyan: #62e9ff;
  --cyan-soft: #a8f6ff;
  --blue: #087cff;
  --blue-deep: #031a36;
  --silver: #f1fbff;
  --platinum: #bfd0df;
  --steel: #8298ad;
  --steel-strong: #a9bdcf;
  --gold: #dccb91;
  --green: #7df4b2;
  --violet: #b89cff;
  --shadow: rgba(0, 0, 0, 0.58);
  --shadow-deep: rgba(0, 0, 0, 0.72);
  --pointer-x: 50%;
  --pointer-y: 24%;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--silver);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--silver);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 19%),
    linear-gradient(118deg, rgba(8, 124, 255, 0.12), transparent 24% 72%, rgba(98, 233, 255, 0.06)),
    linear-gradient(155deg, #02060d 0%, #050912 42%, #000104 100%);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
}

body::before {
  background:
    radial-gradient(
      ellipse at var(--pointer-x) var(--pointer-y),
      rgba(98, 233, 255, 0.13),
      rgba(8, 124, 255, 0.05) 23%,
      transparent 45%
    ),
    linear-gradient(100deg, transparent 0 19%, rgba(98, 233, 255, 0.08) 30%, transparent 47% 100%),
    linear-gradient(180deg, rgba(3, 26, 54, 0.28), transparent 42%);
  opacity: 0.78;
}

body::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 140px 140px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 62%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 62%);
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 20;
  padding: 10px 14px;
  color: #00131f;
  text-decoration: none;
  background: var(--cyan);
  border-radius: 6px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-chrome {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-chrome::before,
.site-chrome::after {
  position: absolute;
  right: -12%;
  left: -12%;
  display: block;
  pointer-events: none;
  content: "";
}

.site-chrome::before {
  top: 12%;
  height: 24%;
  background:
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.16), transparent),
    linear-gradient(180deg, transparent, rgba(8, 124, 255, 0.12), transparent);
  opacity: 0.7;
  transform: skewY(-7deg);
  filter: blur(2px);
}

.site-chrome::after {
  bottom: 8%;
  height: 18%;
  background:
    linear-gradient(90deg, transparent, rgba(220, 203, 145, 0.1), transparent),
    linear-gradient(180deg, rgba(98, 233, 255, 0.11), transparent);
  opacity: 0.48;
  transform: skewY(5deg);
}

.chrome-vignette,
.chrome-grid,
.chrome-beam,
.chrome-scanline {
  position: absolute;
  display: block;
}

.chrome-vignette {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 23% 77%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 36%, rgba(0, 0, 0, 0.84));
}

.chrome-grid {
  left: 50%;
  bottom: -34%;
  width: 158%;
  height: 62%;
  background:
    repeating-linear-gradient(90deg, rgba(98, 233, 255, 0.16) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(98, 233, 255, 0.13) 0 1px, transparent 1px 44px),
    linear-gradient(180deg, rgba(8, 124, 255, 0.17), transparent);
  opacity: 0.45;
  transform: translateX(-50%) perspective(540px) rotateX(64deg);
  transform-origin: center bottom;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%, #000 72%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 72%, transparent);
}

.chrome-beam {
  top: -28%;
  width: 2px;
  height: 142%;
  background: linear-gradient(180deg, transparent, rgba(98, 233, 255, 0.9), transparent);
  box-shadow:
    0 0 22px rgba(98, 233, 255, 0.68),
    0 0 70px rgba(8, 124, 255, 0.22);
  opacity: 0.42;
  transform: rotate(32deg);
  animation: beam-drift 9s ease-in-out infinite;
}

.chrome-beam-one {
  left: 15%;
}

.chrome-beam-two {
  right: 21%;
  height: 122%;
  opacity: 0.3;
  animation-duration: 12s;
  transform: rotate(39deg);
}

.chrome-beam-three {
  left: 63%;
  top: -18%;
  height: 106%;
  opacity: 0.22;
  animation-duration: 14s;
  transform: rotate(-34deg);
}

.chrome-scanline {
  left: 0;
  right: 0;
  top: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.56), transparent);
  opacity: 0.24;
  animation: scanline 7s linear infinite;
}

.link-hub-page {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 18px 18px 48px;
}

.hero-section {
  position: relative;
  padding: 0 0 36px;
}

.hero-section::before {
  position: absolute;
  inset: 88px -18px auto;
  height: 520px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent, rgba(98, 233, 255, 0.08), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  border-top: 1px solid rgba(98, 233, 255, 0.1);
  border-bottom: 1px solid rgba(98, 233, 255, 0.06);
  opacity: 0.75;
  transform: skewY(-3deg);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.brand-lockup {
  display: inline-flex;
  min-width: 0;
  gap: 13px;
  align-items: center;
  color: var(--silver);
  text-decoration: none;
}

.brand-emblem {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 46%, rgba(98, 233, 255, 0.06)),
    rgba(4, 12, 22, 0.84);
  border: 1px solid rgba(135, 224, 255, 0.24);
  border-radius: 8px;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.04),
    0 0 24px rgba(98, 233, 255, 0.2),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.brand-emblem::before,
.brand-emblem::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.brand-emblem::before {
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
}

.brand-emblem::after {
  inset: auto 8px 7px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.72), transparent);
  box-shadow: 0 0 16px rgba(98, 233, 255, 0.62);
}

.brand-logo-image {
  position: relative;
  z-index: 1;
  max-width: 42px;
  max-height: 42px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(98, 233, 255, 0.34))
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42));
}

.brand-logo-placeholder {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 18px;
  opacity: 0.62;
  background:
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.56), transparent),
    repeating-linear-gradient(180deg, transparent 0 5px, rgba(241, 251, 255, 0.32) 5px 6px);
  border-top: 1px solid rgba(98, 233, 255, 0.4);
  border-bottom: 1px solid rgba(98, 233, 255, 0.4);
}

.brand-emblem.has-logo .brand-logo-placeholder {
  display: none;
}

.brand-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.brand-copy strong,
.brand-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}

.brand-copy strong {
  color: var(--silver);
  font-size: 0.96rem;
  font-weight: 850;
}

.brand-copy span {
  color: var(--steel);
  font-size: 0.78rem;
}

.language-switcher {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px;
  color: var(--steel-strong);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(5, 14, 24, 0.76);
  border: 1px solid rgba(135, 224, 255, 0.16);
  border-radius: 8px;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.03),
    0 14px 32px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.language-label {
  display: none;
  padding-left: 6px;
  font-size: 0.72rem;
}

.language-options {
  display: inline-flex;
  gap: 4px;
}

.language-option {
  min-width: 38px;
  height: 32px;
  padding: 0 8px;
  color: var(--steel);
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.language-option:hover,
.language-option:focus-visible {
  color: var(--silver);
  border-color: rgba(98, 233, 255, 0.42);
  outline: none;
}

.language-option.is-active {
  color: #00131f;
  background: linear-gradient(135deg, var(--cyan-soft), var(--cyan) 52%, #37bfff);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow:
    0 0 20px rgba(98, 233, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-stage {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 690px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow::before {
  width: 42px;
  height: 1px;
  margin-right: 12px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), rgba(220, 203, 145, 0.55), transparent);
  box-shadow: 0 0 14px rgba(98, 233, 255, 0.7);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--silver);
  font-size: 2.36rem;
  line-height: 1.02;
  font-weight: 890;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 0 28px rgba(98, 233, 255, 0.16),
    0 18px 44px rgba(0, 0, 0, 0.48);
}

.hero-subtitle {
  width: 100%;
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--steel-strong);
  font-size: 1.02rem;
  overflow-wrap: break-word;
}

.hero-ctas {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 20px;
  overflow: hidden;
  font-weight: 840;
  text-decoration: none;
  border-radius: 8px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.cta::before,
.cta::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.cta::before {
  inset: 1px;
  z-index: -1;
  border-radius: 7px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.26), transparent 26% 72%, rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.52;
}

.cta::after {
  top: -60%;
  bottom: -60%;
  left: -35%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    opacity 180ms ease,
    transform 420ms ease;
}

.cta-primary {
  color: #00131f;
  background:
    linear-gradient(135deg, #f4fdff 0%, var(--cyan-soft) 19%, var(--cyan) 48%, #0b95ff 100%),
    var(--cyan);
  border: 1px solid rgba(222, 252, 255, 0.82);
  box-shadow:
    0 0 34px rgba(98, 233, 255, 0.36),
    0 18px 50px rgba(0, 86, 166, 0.34),
    inset 0 -12px 22px rgba(0, 48, 94, 0.18);
}

.cta-secondary {
  color: var(--silver);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 16, 29, 0.76);
  border: 1px solid rgba(143, 225, 255, 0.28);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.26);
}

.cta:hover {
  transform: translateY(-2px);
}

.cta:hover::after,
.cta:focus-visible::after {
  opacity: 0.45;
  transform: translateX(390%) skewX(-18deg);
}

.cta:active {
  transform: translateY(0);
}

.cta:focus-visible,
.brand-lockup:focus-visible,
.footer-shell a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.cta-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
}

.hero-metrics {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-metrics li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--platinum);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(135, 224, 255, 0.13);
  border-radius: 8px;
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.02);
}

.hero-metrics li::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.4), transparent);
  opacity: 0.55;
}

.hero-metrics li span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(98, 233, 255, 0.8);
}

.hero-metrics strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  order: -1;
  width: 100%;
  min-width: 0;
  min-height: 318px;
  perspective: 900px;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-visual::before {
  right: 11%;
  bottom: 10px;
  left: 11%;
  height: 92px;
  background:
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.22), transparent),
    linear-gradient(180deg, rgba(98, 233, 255, 0.18), transparent);
  opacity: 0.58;
  transform: perspective(460px) rotateX(70deg);
  transform-origin: center bottom;
  filter: blur(1px);
}

.hero-visual::after {
  inset: 5% -8% 20%;
  background:
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.08), transparent),
    linear-gradient(130deg, transparent 0 30%, rgba(220, 203, 145, 0.08), transparent 56%);
  opacity: 0.78;
  transform: skewY(-7deg);
}

.visual-shell {
  position: relative;
  isolation: isolate;
  min-height: 300px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.025) 34%, rgba(98, 233, 255, 0.08)),
    linear-gradient(180deg, rgba(4, 14, 27, 0.88), rgba(2, 7, 15, 0.92));
  border: 1px solid rgba(143, 225, 255, 0.32);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 52px rgba(98, 233, 255, 0.18),
    0 34px 92px var(--shadow);
  transform: rotateX(1.5deg) rotateY(-3deg);
  transform-style: preserve-3d;
  backdrop-filter: blur(18px);
}

.visual-shell::before,
.visual-shell::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.visual-shell::before {
  inset: 17% 7% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.88), rgba(220, 203, 145, 0.55), transparent);
  box-shadow:
    0 0 30px rgba(98, 233, 255, 0.8),
    0 34px 90px rgba(98, 233, 255, 0.24);
}

.visual-shell::after {
  inset: auto -12% -30% -12%;
  height: 48%;
  background:
    repeating-linear-gradient(90deg, rgba(98, 233, 255, 0.16) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(98, 233, 255, 0.1) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, rgba(98, 233, 255, 0.18), transparent);
  opacity: 0.55;
  transform: perspective(360px) rotateX(62deg);
  transform-origin: center bottom;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 76%);
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

.visual-header,
.visual-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--steel);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.visual-header span:first-child,
.visual-footer span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visual-header span:last-child {
  display: inline-grid;
  min-width: 38px;
  height: 30px;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(98, 233, 255, 0.36);
  border-radius: 6px;
  box-shadow:
    inset 0 0 14px rgba(98, 233, 255, 0.14),
    0 0 16px rgba(98, 233, 255, 0.12);
}

.hero-logo-vault {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 128px;
  margin: 34px 0 20px;
  place-items: center;
}

.logo-aura {
  position: absolute;
  width: 76%;
  height: 130%;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(98, 233, 255, 0.24), transparent 58%),
    linear-gradient(90deg, transparent, rgba(220, 203, 145, 0.08), transparent);
  filter: blur(10px);
  opacity: 0.82;
  animation: logo-breathe 4.8s ease-in-out infinite;
}

.hero-logo-image {
  position: relative;
  z-index: 2;
  width: min(76%, 330px);
  max-height: 150px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(98, 233, 255, 0.45))
    drop-shadow(0 24px 32px rgba(0, 0, 0, 0.54));
}

.hero-logo-placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(76%, 318px);
  height: 112px;
  place-items: center;
  overflow: hidden;
  opacity: 0.78;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.12), transparent);
  border: 1px dashed rgba(143, 225, 255, 0.36);
  border-radius: 8px;
  box-shadow:
    inset 0 0 24px rgba(98, 233, 255, 0.08),
    0 0 28px rgba(98, 233, 255, 0.14);
}

.hero-logo-placeholder::before,
.hero-logo-placeholder::after {
  position: absolute;
  right: 16%;
  left: 16%;
  content: "";
  pointer-events: none;
}

.hero-logo-placeholder::before {
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 251, 255, 0.52), transparent);
}

.hero-logo-placeholder::after {
  bottom: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.58), transparent);
}

.hero-logo-placeholder span {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.52), transparent);
}

.hero-logo-placeholder span:nth-child(1) {
  width: 72%;
  transform: translateY(-13px);
}

.hero-logo-placeholder span:nth-child(2) {
  width: 48%;
}

.hero-logo-placeholder span:nth-child(3) {
  width: 64%;
  transform: translateY(13px);
}

.hero-logo-vault.has-logo .hero-logo-placeholder {
  display: none;
}

.hero-logo-vault.has-logo {
  min-height: 286px;
  margin: 12px 0 0;
}

.hero-logo-vault.has-logo .logo-aura {
  width: 92%;
  height: 112%;
  opacity: 0.92;
}

.hero-logo-vault.has-logo .hero-logo-image {
  width: min(96%, 500px);
  max-height: 310px;
}

.hero-logo-vault.has-logo + .vehicle-line {
  height: 24px;
  margin-bottom: 14px;
  opacity: 0.14;
}

.vehicle-line {
  position: relative;
  z-index: 2;
  width: min(100%, 380px);
  height: 78px;
  margin: 0 auto 28px;
}

.vehicle-roof,
.vehicle-body,
.vehicle-wheel {
  position: absolute;
  display: block;
}

.vehicle-roof {
  left: 21%;
  top: 10px;
  width: 49%;
  height: 34px;
  border-top: 2px solid rgba(241, 251, 255, 0.92);
  border-left: 2px solid rgba(98, 233, 255, 0.42);
  border-radius: 52% 48% 0 0;
  filter: drop-shadow(0 0 12px rgba(98, 233, 255, 0.72));
  transform: skewX(-13deg);
}

.vehicle-body {
  left: 5%;
  right: 5%;
  bottom: 20px;
  height: 21px;
  background:
    linear-gradient(90deg, transparent, rgba(241, 251, 255, 0.86) 11%, rgba(98, 233, 255, 0.95) 49%, rgba(220, 203, 145, 0.68) 74%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 54% 48% 12px 12px;
  box-shadow:
    0 0 22px rgba(98, 233, 255, 0.72),
    0 12px 24px rgba(0, 0, 0, 0.62);
}

.vehicle-wheel {
  bottom: 2px;
  width: 31px;
  height: 31px;
  border: 2px solid rgba(241, 251, 255, 0.76);
  border-radius: 50%;
  box-shadow:
    inset 0 0 10px rgba(98, 233, 255, 0.28),
    0 0 18px rgba(98, 233, 255, 0.52);
}

.vehicle-wheel::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(98, 233, 255, 0.5);
  border-radius: 50%;
}

.vehicle-wheel-left {
  left: 18%;
}

.vehicle-wheel-right {
  right: 18%;
}

.visual-footer {
  color: var(--platinum);
}

.signal-bars {
  display: inline-flex;
  gap: 4px;
  align-items: end;
  height: 24px;
}

.signal-bars i {
  display: block;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan-soft), var(--cyan));
  box-shadow: 0 0 11px rgba(98, 233, 255, 0.72);
}

.signal-bars i:nth-child(1) {
  height: 10px;
}

.signal-bars i:nth-child(2) {
  height: 16px;
}

.signal-bars i:nth-child(3) {
  height: 22px;
}

.reflection-deck {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 86px;
  transform: perspective(460px) rotateX(68deg);
  transform-origin: center bottom;
}

.reflection-deck span {
  position: absolute;
  inset: 0;
  display: block;
  border: 1px solid rgba(98, 233, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 24px rgba(98, 233, 255, 0.2),
    0 0 26px rgba(98, 233, 255, 0.24);
}

.reflection-deck span:nth-child(2) {
  inset: 18px 12%;
  opacity: 0.72;
}

.reflection-deck span:nth-child(3) {
  inset: 34px 24%;
  opacity: 0.5;
}

.actions-section,
.trust-section,
.payments-section {
  position: relative;
  margin-top: 34px;
}

.actions-section::before,
.payments-section::before {
  position: absolute;
  top: -18px;
  left: 0;
  width: 170px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(98, 233, 255, 0.72), rgba(220, 203, 145, 0.3), transparent);
  box-shadow: 0 0 18px rgba(98, 233, 255, 0.26);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 0;
  color: var(--silver);
  font-size: 1.46rem;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p,
.payments-section p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--steel);
  font-size: 0.98rem;
}

.quick-actions {
  display: grid;
  gap: 13px;
}

.action-link {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  overflow: hidden;
  color: var(--silver);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025) 42%, rgba(98, 233, 255, 0.06)),
    rgba(5, 13, 23, 0.82);
  border: 1px solid rgba(135, 224, 255, 0.18);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 19px 44px rgba(0, 0, 0, 0.24);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.action-link::before,
.action-link::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.action-link::before {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(98, 233, 255, 0.13), transparent 18% 82%, rgba(220, 203, 145, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0.34;
}

.action-link::after {
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.66), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.action-sheen {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.18), transparent 24% 72%, rgba(98, 233, 255, 0.12)),
    radial-gradient(ellipse at 12% 0%, rgba(98, 233, 255, 0.18), transparent 38%);
  opacity: 0.42;
}

.action-link > .icon,
.payment-icon,
.trust-item .icon {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--cyan);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(98, 233, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(3, 10, 18, 0.76);
  border: 1px solid rgba(98, 233, 255, 0.24);
  border-radius: 8px;
  box-shadow:
    inset 0 0 14px rgba(255, 255, 255, 0.035),
    0 0 20px rgba(98, 233, 255, 0.2);
}

.action-link > .icon::before,
.payment-icon::before,
.trust-item .icon::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.12), transparent);
  opacity: 0.7;
}

.action-link > .icon svg,
.payment-icon svg,
.trust-item .icon svg {
  position: relative;
  z-index: 1;
}

.action-link > .icon {
  width: 50px;
  height: 50px;
  font-size: 1.46rem;
}

.action-copy,
.payment-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 2px;
}

.action-copy strong,
.payment-copy strong {
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 830;
  overflow-wrap: anywhere;
}

.action-copy span,
.payment-copy span {
  color: var(--steel);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.action-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: rgba(241, 251, 255, 0.84);
  opacity: 0.74;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.action-arrow svg {
  width: 22px;
  height: 22px;
}

.action-link:hover,
.action-link:focus-visible {
  border-color: rgba(98, 233, 255, 0.6);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 32px rgba(98, 233, 255, 0.22),
    0 24px 58px rgba(0, 0, 0, 0.38);
  transform: translateY(-2px);
}

.action-link:hover::after,
.action-link:focus-visible::after {
  opacity: 1;
}

.action-link:hover .action-arrow,
.action-link:focus-visible .action-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.action-link:active {
  transform: translateY(0);
}

.action-bookNow {
  border-color: rgba(98, 233, 255, 0.44);
  background:
    linear-gradient(145deg, rgba(98, 233, 255, 0.24), rgba(255, 255, 255, 0.052) 40%, rgba(2, 50, 92, 0.58)),
    rgba(5, 13, 23, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 34px rgba(98, 233, 255, 0.18),
    0 22px 52px rgba(0, 0, 0, 0.34);
}

.action-bookNow > .icon {
  color: #00131f;
  background: linear-gradient(135deg, #f4fdff, var(--cyan-soft) 28%, var(--cyan));
  border-color: rgba(255, 255, 255, 0.52);
}

.action-instagram > .icon {
  color: #ffd7f4;
  border-color: rgba(255, 139, 216, 0.28);
  box-shadow: 0 0 20px rgba(255, 139, 216, 0.14);
}

.action-facebook > .icon,
.action-officialWebsite > .icon {
  color: #a8ddff;
}

.action-googleReviews > .icon {
  color: var(--gold);
  border-color: rgba(220, 203, 145, 0.28);
  box-shadow: 0 0 20px rgba(220, 203, 145, 0.12);
}

.action-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.action-link.is-disabled:hover,
.action-link.is-disabled:focus-visible {
  border-color: rgba(135, 224, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 19px 44px rgba(0, 0, 0, 0.24);
  transform: none;
}

.trust-section {
  padding: 20px 0 4px;
}

.trust-section h2 {
  margin-bottom: 15px;
}

.trust-strip {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-item {
  position: relative;
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 56px;
  padding: 12px;
  overflow: hidden;
  color: var(--platinum);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(5, 14, 24, 0.58);
  border: 1px solid rgba(135, 224, 255, 0.14);
  border-radius: 8px;
}

.trust-item::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.34), transparent);
}

.trust-item .icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.trust-item span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  font-weight: 760;
}

.payment-methods {
  display: grid;
  gap: 12px;
}

.payment-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018)),
    rgba(4, 13, 22, 0.72);
  border: 1px solid rgba(135, 224, 255, 0.16);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.2);
}

.payment-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  opacity: 0.5;
  transform: translateX(-70%);
}

.payment-icon {
  width: 48px;
  height: 48px;
  font-size: 1.35rem;
}

.payment-zelle .payment-icon {
  color: var(--violet);
  border-color: rgba(184, 156, 255, 0.3);
  box-shadow: 0 0 20px rgba(184, 156, 255, 0.14);
}

.payment-cashApp .payment-icon {
  color: var(--green);
  border-color: rgba(125, 244, 178, 0.28);
  box-shadow: 0 0 20px rgba(125, 244, 178, 0.13);
}

.payment-venmo .payment-icon {
  color: #86cfff;
}

.payment-status {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 5px 9px;
  color: var(--steel);
  font-size: 0.76rem;
  font-weight: 770;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.payment-card.is-ready .payment-status {
  color: #001b10;
  background: var(--green);
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding: 0 18px 30px;
}

.footer-inner {
  display: grid;
  width: min(100%, 1180px);
  gap: 14px;
  align-items: center;
  margin: 0 auto;
  padding-top: 24px;
  color: var(--steel);
  border-top: 1px solid rgba(135, 224, 255, 0.14);
}

.footer-inner p {
  margin: 0;
  font-size: 0.86rem;
}

.footer-shell a {
  width: fit-content;
  color: var(--platinum);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-shell a:hover {
  color: var(--cyan);
}

.footer-language {
  width: fit-content;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

body.is-loaded .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

body.is-loaded .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 560px) {
  .link-hub-page {
    padding: 24px 28px 58px;
  }

  .hero-ctas {
    grid-template-columns: max-content max-content;
  }

  .hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .language-label {
    display: inline;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }

  .payment-status {
    grid-column: auto;
  }
}

@media (min-width: 760px) {
  .topbar {
    margin-bottom: 44px;
  }

  h1 {
    font-size: 3.34rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 1.76rem;
  }

  .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .action-bookNow {
    grid-column: span 2;
  }

  .payment-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .payment-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .payment-status {
    grid-column: 1 / -1;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}

@media (min-width: 980px) {
  .link-hub-page {
    padding-top: 28px;
  }

  .hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(384px, 0.84fr);
    gap: 58px;
  }

  .hero-visual {
    order: 0;
    min-height: 390px;
  }

  .hero-section {
    padding-bottom: 44px;
  }

  h1 {
    font-size: 4.08rem;
  }

  .hero-subtitle {
    max-width: 570px;
  }

  .visual-shell {
    min-height: 386px;
    padding: 24px;
  }

  .hero-logo-vault {
    min-height: 154px;
    margin: 52px 0 26px;
  }

  .hero-logo-placeholder {
    height: 132px;
  }

  .trust-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .trust-item {
    align-items: flex-start;
    min-height: 108px;
    flex-direction: column;
  }
}

@media (min-width: 1120px) {
  h1 {
    font-size: 4.38rem;
  }

  .hero-stage {
    gap: 66px;
  }

  .visual-shell {
    min-height: 408px;
  }
}

@media (max-width: 520px) {
  .link-hub-page {
    width: calc(100% - 36px);
    padding-right: 0;
    padding-left: 0;
  }

  .topbar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 24px;
  }

  .brand-lockup {
    width: 100%;
    max-width: 100%;
  }

  .brand-emblem {
    width: 52px;
    height: 52px;
  }

  .language-switcher {
    position: static;
    margin-top: 8px;
    margin-left: 64px;
  }

  .brand-copy strong {
    max-width: 160px;
  }

  .brand-copy span {
    max-width: 160px;
  }

  .hero-section {
    padding-bottom: 28px;
  }

  .hero-visual {
    max-width: min(22rem, calc(100vw - 36px));
    min-height: 250px;
  }

  .visual-shell {
    min-height: 238px;
    padding: 16px;
  }

  .hero-logo-vault {
    min-height: 86px;
    margin: 22px 0 10px;
  }

  .hero-logo-placeholder {
    height: 76px;
  }

  .hero-logo-vault.has-logo {
    min-height: 206px;
    margin: 18px 0 0;
  }

  .hero-logo-vault.has-logo .hero-logo-image {
    width: min(92%, 312px);
    max-height: 218px;
  }

  .hero-logo-vault.has-logo + .vehicle-line {
    height: 22px;
    margin-bottom: 12px;
    opacity: 0.12;
  }

  .hero-copy {
    max-width: min(22rem, calc(100vw - 36px));
  }

  .hero-subtitle,
  .hero-ctas {
    max-width: min(22rem, calc(100vw - 36px));
  }

  .hero-ctas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta {
    min-height: 56px;
    padding: 13px 12px;
    font-size: 0.94rem;
  }

  .cta {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .brand-copy strong {
    max-width: 128px;
  }

  .brand-copy span {
    max-width: 128px;
  }

  h1 {
    font-size: 2.1rem;
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .visual-header,
  .visual-footer {
    font-size: 0.7rem;
  }

  .vehicle-line {
    height: 60px;
    margin-bottom: 18px;
  }

  .action-link {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 11px;
    padding: 12px;
  }

  .action-link > .icon {
    width: 46px;
    height: 46px;
  }
}

/* Premium video-led hero redesign */
.hero-section {
  padding-bottom: 48px;
}

.hero-section::before {
  inset: 74px -18px auto;
  height: 680px;
  background:
    linear-gradient(116deg, transparent 0 8%, rgba(98, 233, 255, 0.11), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 58%),
    linear-gradient(90deg, rgba(220, 203, 145, 0.06), transparent 28% 72%, rgba(98, 233, 255, 0.08));
  opacity: 0.9;
}

.topbar {
  margin-bottom: 26px;
}

.hero-stage {
  grid-template-columns: 1fr;
  gap: 32px;
}

.hero-visual {
  order: -1;
  width: min(100%, 1030px);
  min-height: 0;
  margin: 0 auto;
  perspective: 1200px;
}

.hero-visual::before {
  right: 6%;
  bottom: -38px;
  left: 6%;
  height: 126px;
  opacity: 0.74;
}

.hero-visual::after {
  inset: -8% -7% 14%;
  opacity: 0.72;
}

.visual-shell {
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
}

.visual-shell::before,
.visual-shell::after {
  display: none;
}

.hero-video-frame {
  position: relative;
  isolation: isolate;
  aspect-ratio: 21 / 9;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.025) 35%, rgba(98, 233, 255, 0.08)),
    linear-gradient(180deg, rgba(4, 15, 28, 0.98), rgba(1, 4, 10, 0.98));
  border: 1px solid rgba(151, 232, 255, 0.36);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.055) inset,
    0 0 58px rgba(98, 233, 255, 0.2),
    0 42px 105px rgba(0, 0, 0, 0.64);
  transform: translateZ(0);
}

.hero-video-frame::before,
.hero-video-frame::after {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  content: "";
}

.hero-video-frame::before {
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  box-shadow:
    inset 0 0 44px rgba(255, 255, 255, 0.035),
    inset 0 -64px 110px rgba(0, 0, 0, 0.64);
}

.hero-video-frame::after {
  inset: 10px;
  border: 1px solid rgba(98, 233, 255, 0.16);
  border-radius: 6px;
  opacity: 0.9;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--bg-deep);
}

.hero-video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 40px);
  padding: 14px 20px 14px 14px;
  color: var(--platinum);
  font: inherit;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(2, 8, 15, 0.8);
  border: 1px solid rgba(151, 232, 255, 0.26);
  border-radius: 999px;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 18px rgba(255, 255, 255, 0.06),
    0 0 28px rgba(98, 233, 255, 0.18);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.hero-video-play-overlay[hidden] {
  display: none;
}

.hero-video-play-overlay:hover,
.hero-video-play-overlay:focus-visible {
  border-color: rgba(151, 232, 255, 0.46);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.46),
    inset 0 0 18px rgba(255, 255, 255, 0.08),
    0 0 34px rgba(98, 233, 255, 0.24);
  transform: translate(-50%, -50%) scale(1.02);
}

.hero-video-play-overlay:focus-visible {
  outline: 2px solid rgba(241, 251, 255, 0.42);
  outline-offset: 3px;
}

.hero-video-play-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #00131f;
  background: linear-gradient(135deg, var(--cyan-soft), var(--cyan) 52%, #36bfff);
  border-radius: 50%;
  box-shadow:
    0 0 24px rgba(98, 233, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.hero-video-play-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transform: translateX(1px);
}

.hero-video-play-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.hero-video-play-copy strong {
  color: var(--platinum);
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-video-play-copy span {
  color: rgba(241, 251, 255, 0.74);
  font-size: 0.78rem;
}

.video-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 28%, rgba(98, 233, 255, 0.28), transparent 36%),
    linear-gradient(118deg, transparent 0 16%, rgba(98, 233, 255, 0.1), transparent 42%),
    linear-gradient(180deg, #06111d 0%, #02050b 58%, #000104 100%);
  transition: opacity 220ms ease;
}

.hero-video-frame.has-video .video-fallback {
  opacity: 0;
}

.video-fallback::before,
.video-fallback::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.video-fallback::before {
  inset: 15% -14% auto;
  height: 38%;
  background:
    repeating-linear-gradient(90deg, rgba(98, 233, 255, 0.18) 0 1px, transparent 1px 74px),
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.32), rgba(220, 203, 145, 0.14), transparent);
  opacity: 0.56;
  transform: skewY(-5deg);
  filter: blur(1px);
}

.video-fallback::after {
  right: -10%;
  bottom: -30%;
  left: -10%;
  height: 52%;
  background:
    repeating-linear-gradient(90deg, rgba(98, 233, 255, 0.18) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(98, 233, 255, 0.13) 0 1px, transparent 1px 32px),
    linear-gradient(180deg, rgba(98, 233, 255, 0.2), transparent);
  opacity: 0.62;
  transform: perspective(460px) rotateX(63deg);
  transform-origin: center bottom;
}

.video-fallback-light,
.video-fallback-road,
.video-fallback-car,
.video-fallback-car i,
.video-vignette,
.video-scan {
  position: absolute;
  display: block;
  pointer-events: none;
}

.video-fallback-light {
  left: 8%;
  right: 8%;
  top: 43%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(241, 251, 255, 0.94), rgba(98, 233, 255, 0.88), transparent);
  box-shadow:
    0 0 22px rgba(98, 233, 255, 0.9),
    0 0 70px rgba(8, 124, 255, 0.36);
}

.video-fallback-road {
  right: 16%;
  bottom: 19%;
  left: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 203, 145, 0.78), rgba(98, 233, 255, 0.9), transparent);
  box-shadow: 0 0 22px rgba(98, 233, 255, 0.58);
}

.video-fallback-car {
  left: 50%;
  top: 48%;
  width: min(520px, 70%);
  height: 92px;
  border-top: 2px solid rgba(241, 251, 255, 0.92);
  border-bottom: 8px solid rgba(98, 233, 255, 0.74);
  border-radius: 64% 48% 16px 16px;
  box-shadow:
    0 0 34px rgba(98, 233, 255, 0.62),
    0 28px 48px rgba(0, 0, 0, 0.58);
  transform: translateX(-50%) skewX(-9deg);
}

.video-fallback-car i {
  bottom: -32px;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(241, 251, 255, 0.68);
  border-radius: 50%;
  box-shadow:
    inset 0 0 18px rgba(98, 233, 255, 0.28),
    0 0 24px rgba(98, 233, 255, 0.52);
}

.video-fallback-car i:first-child {
  left: 18%;
}

.video-fallback-car i:last-child {
  right: 18%;
}

.video-vignette {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 18% 82%, rgba(0, 0, 0, 0.7)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 38%, rgba(0, 0, 0, 0.78));
}

.video-scan {
  z-index: 3;
  left: -14%;
  right: -14%;
  top: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.72), transparent);
  opacity: 0.42;
  animation: video-scan 6.8s linear infinite;
}

.visual-header,
.visual-footer,
.media-brand-chip {
  position: absolute;
  z-index: 5;
}

.visual-header {
  top: 20px;
  right: 20px;
  left: 20px;
  padding: 0;
  color: rgba(241, 251, 255, 0.78);
}

.visual-header span:first-child {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  color: var(--platinum);
  background: rgba(2, 8, 15, 0.58);
  border: 1px solid rgba(151, 232, 255, 0.2);
  border-radius: 7px;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.visual-header span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 34px;
  padding: 8px 14px;
  color: #00131f;
  font-weight: 850;
  background: linear-gradient(135deg, var(--cyan-soft), var(--cyan) 52%, #36bfff);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow:
    0 0 24px rgba(98, 233, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  white-space: nowrap;
}

.media-brand-chip {
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  min-width: 0;
  max-width: min(42%, 330px);
  min-height: 60px;
  align-items: center;
  padding: 10px 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(2, 8, 15, 0.68);
  border: 1px solid rgba(151, 232, 255, 0.24);
  border-radius: 8px;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.04),
    0 18px 48px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.media-brand-chip::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.64), transparent);
}

.media-logo-image {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 12px rgba(98, 233, 255, 0.34))
    drop-shadow(0 14px 18px rgba(0, 0, 0, 0.52));
}

.media-logo-placeholder {
  width: 128px;
  height: 36px;
  opacity: 0.7;
  background:
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.56), transparent),
    repeating-linear-gradient(180deg, transparent 0 7px, rgba(241, 251, 255, 0.32) 7px 8px);
  border-top: 1px solid rgba(98, 233, 255, 0.42);
  border-bottom: 1px solid rgba(98, 233, 255, 0.42);
}

.media-brand-chip.has-logo .media-logo-placeholder {
  display: none;
}

.visual-footer {
  right: 22px;
  bottom: 22px;
  left: auto;
  width: min(45%, 330px);
  justify-content: flex-end;
  padding: 10px 12px;
  color: var(--platinum);
  background: rgba(2, 8, 15, 0.5);
  border: 1px solid rgba(151, 232, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.visual-footer span:first-child {
  text-align: right;
}

.reflection-deck {
  right: 5%;
  bottom: -48px;
  left: 5%;
  height: 118px;
  opacity: 0.72;
}

.hero-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  justify-content: center;
  margin-bottom: 18px;
  color: var(--cyan-soft);
}

h1 {
  max-width: 910px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: 2.42rem;
  line-height: 1.03;
}

.hero-subtitle {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: var(--platinum);
}

.hero-ctas {
  width: min(100%, 820px);
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  grid-template-columns: 1fr;
}

.cta {
  min-height: 60px;
  border-radius: 8px;
}

.cta-primary {
  color: #00131f;
  background:
    linear-gradient(120deg, #ffffff 0%, #dffbff 14%, var(--cyan-soft) 30%, var(--cyan) 58%, #087cff 100%),
    var(--cyan);
  box-shadow:
    0 0 38px rgba(98, 233, 255, 0.42),
    0 22px 62px rgba(0, 100, 190, 0.34),
    inset 0 -16px 24px rgba(0, 48, 94, 0.2);
}

.cta-secondary {
  border-color: rgba(143, 225, 255, 0.28);
}

.cta-tertiary {
  color: var(--platinum);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(3, 11, 20, 0.62);
  border: 1px solid rgba(220, 203, 145, 0.2);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.025),
    0 16px 40px rgba(0, 0, 0, 0.22);
}

.cta.is-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  filter: saturate(0.82);
}

.cta.is-disabled:hover,
.cta.is-disabled:focus-visible {
  transform: none;
}

.hero-metrics {
  justify-content: center;
}

.hero-metrics li {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(4, 13, 22, 0.58);
}

.action-googleReviews {
  border-color: rgba(220, 203, 145, 0.44);
  background:
    linear-gradient(145deg, rgba(220, 203, 145, 0.2), rgba(255, 255, 255, 0.052) 38%, rgba(98, 233, 255, 0.08)),
    rgba(5, 13, 23, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 32px rgba(220, 203, 145, 0.12),
    0 22px 52px rgba(0, 0, 0, 0.34);
}

.action-googleReviews > .icon {
  color: #00131f;
  background: linear-gradient(135deg, #fffaf0, #f4e6ad 34%, var(--gold));
  border-color: rgba(255, 255, 255, 0.52);
}

.action-bookNow {
  border-color: rgba(98, 233, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(98, 233, 255, 0.14), rgba(255, 255, 255, 0.04) 42%, rgba(2, 50, 92, 0.32)),
    rgba(5, 13, 23, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.24);
}

.action-bookNow > .icon {
  color: var(--cyan);
  background:
    linear-gradient(145deg, rgba(98, 233, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(3, 10, 18, 0.76);
  border-color: rgba(98, 233, 255, 0.24);
}

@media (min-width: 560px) {
  .hero-ctas {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 720px) {
  .hero-ctas {
    grid-template-columns: minmax(220px, 1fr) minmax(170px, 0.78fr) minmax(180px, 0.78fr);
  }

  .cta-primary {
    min-height: 64px;
  }

  h1 {
    font-size: 3.48rem;
  }
}

@media (min-width: 760px) {
  .action-googleReviews {
    grid-column: span 2;
  }

  .action-bookNow {
    grid-column: auto;
  }
}

@media (min-width: 980px) {
  .link-hub-page {
    padding-top: 28px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-visual {
    order: -1;
    min-height: 0;
  }

  .hero-video-frame {
    min-height: 440px;
  }

  .visual-shell {
    min-height: 0;
    padding: 0;
  }

  h1 {
    font-size: 4.12rem;
  }
}

@media (min-width: 1120px) {
  h1 {
    font-size: 4.42rem;
  }

  .hero-video-frame {
    min-height: 460px;
  }
}

@media (max-width: 520px) {
  .link-hub-page {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .topbar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
  }

  .brand-lockup {
    flex: 1 1 220px;
  }

  .brand-copy strong,
  .brand-copy span {
    max-width: calc(100vw - 112px);
  }

  .language-switcher {
    margin-top: 0;
    margin-left: auto;
  }

  .hero-stage {
    gap: 26px;
  }

  .hero-visual,
  .hero-copy,
  .hero-subtitle,
  .hero-ctas {
    max-width: 100%;
  }

  .hero-video-frame {
    aspect-ratio: 1 / 1;
    min-height: 320px;
  }

  .visual-header {
    top: 14px;
    right: 14px;
    left: 14px;
    font-size: 0.68rem;
  }

  .visual-header span:first-child {
    max-width: calc(100% - 92px);
  }

  .media-brand-chip {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
    min-height: 58px;
  }

  .media-logo-image {
    max-height: 50px;
  }

  .visual-footer {
    display: none;
  }

  .reflection-deck {
    bottom: -36px;
    height: 92px;
  }

  .eyebrow {
    justify-content: flex-start;
    font-size: 0.76rem;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 2.34rem;
    text-align: left;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-subtitle {
    margin-bottom: 24px;
  }

  .hero-ctas {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .cta {
    min-height: 58px;
    justify-content: center;
    padding: 14px 16px;
  }

  .hero-metrics {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero-video-frame {
    min-height: 300px;
  }

  .brand-copy strong,
  .brand-copy span {
    max-width: calc(100vw - 108px);
  }

  .visual-header span:first-child {
    max-width: calc(100% - 84px);
  }

  h1 {
    font-size: 2.08rem;
  }

  .video-fallback-car {
    width: 82%;
    height: 76px;
  }

  .video-fallback-car i {
    width: 42px;
    height: 42px;
  }
}

/* Cinematic hero elevation */
.link-hub-page {
  width: min(100%, 1320px);
  padding-top: 18px;
}

.hero-section {
  min-height: min(1060px, calc(100vh + 220px));
  padding-bottom: 78px;
}

.hero-section::after {
  position: absolute;
  right: -18px;
  bottom: 2%;
  left: -18px;
  z-index: -1;
  height: 48%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 50% 8%, rgba(98, 233, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(5, 18, 31, 0.72), rgba(0, 1, 4, 0));
  opacity: 0.92;
}

.topbar {
  width: min(100%, 1160px);
  margin: 0 auto 18px;
}

.brand-lockup {
  gap: 15px;
}

.brand-emblem {
  width: 64px;
  height: 64px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.025) 44%, rgba(98, 233, 255, 0.1)),
    rgba(3, 10, 18, 0.86);
  border-color: rgba(164, 234, 255, 0.34);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.045),
    0 0 34px rgba(98, 233, 255, 0.24),
    0 22px 54px rgba(0, 0, 0, 0.38);
}

.brand-logo-image {
  max-width: 50px;
  max-height: 50px;
}

.brand-copy strong {
  font-size: 1.04rem;
}

.brand-copy span {
  color: var(--platinum);
}

.hero-stage {
  gap: 0;
}

.hero-visual {
  width: min(100%, 1220px);
}

.hero-visual::before {
  right: 1%;
  bottom: -62px;
  left: 1%;
  height: 180px;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(98, 233, 255, 0.28), transparent 58%),
    linear-gradient(90deg, transparent, rgba(98, 233, 255, 0.24), transparent);
  opacity: 0.9;
  filter: blur(2px);
}

.hero-visual::after {
  inset: -12% -10% 7%;
  background:
    linear-gradient(96deg, transparent 0 13%, rgba(98, 233, 255, 0.11), transparent 45%),
    linear-gradient(132deg, transparent 0 38%, rgba(220, 203, 145, 0.1), transparent 64%);
  opacity: 0.82;
}

.hero-video-frame {
  height: clamp(520px, 68vh, 720px);
  min-height: 0;
  aspect-ratio: auto;
  border-color: rgba(176, 239, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03) 35%, rgba(98, 233, 255, 0.1)),
    linear-gradient(180deg, rgba(5, 19, 32, 0.98), rgba(0, 2, 7, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.075) inset,
    0 0 90px rgba(98, 233, 255, 0.24),
    0 54px 140px rgba(0, 0, 0, 0.76);
}

.hero-video-frame::before {
  box-shadow:
    inset 0 0 56px rgba(255, 255, 255, 0.038),
    inset 0 -150px 170px rgba(0, 0, 0, 0.78),
    inset 0 110px 150px rgba(0, 0, 0, 0.3);
}

.hero-video-frame::after {
  inset: 12px;
  border-color: rgba(98, 233, 255, 0.22);
}

.video-fallback {
  background:
    radial-gradient(ellipse at 50% 23%, rgba(98, 233, 255, 0.34), transparent 35%),
    linear-gradient(115deg, transparent 0 13%, rgba(98, 233, 255, 0.13), transparent 43%),
    linear-gradient(180deg, #071522 0%, #02060d 55%, #000104 100%);
}

.video-fallback::before {
  top: 10%;
  height: 44%;
  opacity: 0.68;
}

.video-fallback-car {
  top: 45%;
  width: min(760px, 72%);
  height: 132px;
  border-bottom-width: 10px;
  box-shadow:
    0 0 48px rgba(98, 233, 255, 0.7),
    0 34px 66px rgba(0, 0, 0, 0.68);
}

.video-fallback-car i {
  bottom: -42px;
  width: 72px;
  height: 72px;
}

.video-fallback-light {
  top: 38%;
}

.video-vignette {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 15% 85%, rgba(0, 0, 0, 0.76)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 36%, rgba(0, 0, 0, 0.86));
}

.visual-header {
  top: 26px;
  right: 28px;
  left: 28px;
}

.visual-header span:first-child {
  min-height: 38px;
  padding: 9px 14px;
  background: rgba(1, 6, 12, 0.62);
  border-color: rgba(176, 239, 255, 0.24);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.04),
    0 14px 34px rgba(0, 0, 0, 0.22);
}

.visual-header span:last-child {
  min-width: 92px;
  height: 38px;
}

.media-brand-chip {
  left: clamp(24px, 3vw, 42px);
  bottom: clamp(24px, 3vw, 42px);
  max-width: min(36%, 420px);
  min-height: 88px;
  padding: 14px 18px;
  justify-content: center;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.045) 45%, rgba(98, 233, 255, 0.11)),
    rgba(1, 6, 12, 0.72);
  border-color: rgba(176, 239, 255, 0.34);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.045),
    0 0 34px rgba(98, 233, 255, 0.16),
    0 26px 68px rgba(0, 0, 0, 0.46);
}

.media-brand-chip::before {
  position: absolute;
  top: 50%;
  right: -96px;
  width: 96px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(98, 233, 255, 0.64), transparent);
  box-shadow: 0 0 18px rgba(98, 233, 255, 0.38);
}

.media-logo-image {
  max-height: 78px;
}

.media-logo-placeholder {
  width: 178px;
  height: 48px;
}

.visual-footer {
  right: clamp(24px, 3vw, 42px);
  bottom: clamp(24px, 3vw, 42px);
  width: min(34%, 360px);
  min-height: 56px;
  background: rgba(1, 6, 12, 0.64);
  border-color: rgba(176, 239, 255, 0.24);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.035),
    0 18px 44px rgba(0, 0, 0, 0.34);
}

.reflection-deck {
  bottom: -78px;
  height: 150px;
}

.hero-copy {
  z-index: 5;
  max-width: 1010px;
  margin-top: clamp(-250px, -23vh, -178px);
  padding: 0 18px 20px;
}

.hero-copy::before {
  position: absolute;
  inset: -90px -8% -26px;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 50% 12%, rgba(1, 3, 8, 0.86), transparent 65%),
    linear-gradient(180deg, rgba(0, 1, 4, 0), rgba(0, 1, 4, 0.78) 38%, rgba(0, 1, 4, 0.96));
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--cyan-soft);
  text-shadow: 0 0 16px rgba(98, 233, 255, 0.48);
}

h1 {
  max-width: 1010px;
  margin-bottom: 16px;
  font-size: 3.82rem;
  text-shadow:
    0 0 34px rgba(98, 233, 255, 0.18),
    0 22px 58px rgba(0, 0, 0, 0.72);
}

.hero-subtitle {
  max-width: 700px;
  margin-bottom: 28px;
  color: #d7e7f2;
  font-size: 1.08rem;
}

.hero-ctas {
  width: min(100%, 900px);
  gap: 12px;
}

.cta {
  min-height: 66px;
  padding: 16px 22px;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.035),
    0 20px 52px rgba(0, 0, 0, 0.34);
}

.cta-primary {
  min-height: 72px;
  color: #00131f;
  background:
    linear-gradient(112deg, #ffffff 0%, #dceff3 17%, var(--cyan-soft) 34%, #62dff9 58%, #087cff 100%),
    var(--cyan);
  border-color: rgba(245, 253, 255, 0.88);
  box-shadow:
    0 0 46px rgba(98, 233, 255, 0.46),
    0 30px 82px rgba(0, 100, 190, 0.38),
    inset 0 -18px 26px rgba(0, 48, 94, 0.2);
}

.cta-primary.is-disabled {
  opacity: 1;
  filter: none;
}

.cta-secondary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(8, 18, 31, 0.82);
  border-color: rgba(176, 239, 255, 0.34);
}

.cta-tertiary {
  border-color: rgba(220, 203, 145, 0.27);
}

.hero-metrics {
  margin-top: 4px;
}

.hero-metrics li {
  min-height: 40px;
  padding: 8px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(3, 11, 20, 0.7);
  border-color: rgba(176, 239, 255, 0.18);
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.025),
    0 12px 30px rgba(0, 0, 0, 0.22);
}

.actions-section {
  margin-top: 92px;
}

@media (min-width: 720px) {
  .hero-ctas {
    grid-template-columns: minmax(260px, 1.05fr) minmax(190px, 0.8fr) minmax(190px, 0.76fr);
  }
}

@media (min-width: 1120px) {
  .hero-video-frame {
    height: clamp(560px, 70vh, 760px);
  }

  h1 {
    font-size: 4.38rem;
  }
}

@media (max-width: 760px) {
  .hero-section {
    min-height: auto;
  }

  h1 {
    font-size: 3.02rem;
  }
}

@media (max-width: 520px) {
  .link-hub-page {
    padding: 12px 12px 48px;
  }

  .hero-section {
    padding-bottom: 64px;
  }

  .hero-section::before {
    inset: 58px -12px auto;
    height: 610px;
  }

  .topbar {
    min-height: 58px;
    gap: 10px;
    margin-bottom: 12px;
    padding: 6px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
      rgba(2, 8, 15, 0.58);
    border: 1px solid rgba(176, 239, 255, 0.14);
    border-radius: 8px;
    box-shadow:
      inset 0 0 18px rgba(255, 255, 255, 0.025),
      0 18px 44px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
  }

  .brand-lockup {
    flex: 1 1 auto;
    gap: 10px;
  }

  .brand-emblem {
    width: 46px;
    height: 46px;
  }

  .brand-logo-image {
    max-width: 36px;
    max-height: 36px;
  }

  .brand-copy strong {
    max-width: calc(100vw - 176px);
    font-size: 0.86rem;
  }

  .brand-copy span {
    max-width: calc(100vw - 176px);
    font-size: 0.7rem;
  }

  .language-switcher {
    flex: 0 0 auto;
    padding: 5px;
  }

  .language-option {
    min-width: 34px;
    height: 30px;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-video-frame {
    width: calc(100vw - 24px);
    height: clamp(410px, 58vh, 520px);
    min-height: 0;
    margin-left: 50%;
    border-color: rgba(176, 239, 255, 0.38);
    transform: translateX(-50%);
  }

  .hero-video-frame::after {
    inset: 8px;
  }

  .video-fallback-car {
    top: 45%;
    width: 84%;
    height: 88px;
    border-bottom-width: 7px;
  }

  .video-fallback-car i {
    bottom: -30px;
    width: 46px;
    height: 46px;
  }

  .visual-header {
    top: 12px;
    right: 12px;
    left: 12px;
  }

  .visual-header span:first-child {
    min-height: 32px;
    padding: 7px 9px;
  }

  .visual-header span:last-child {
    min-width: 72px;
    height: 32px;
  }

  .media-brand-chip {
    top: 56px;
    right: auto;
    bottom: auto;
    left: 16px;
    width: 96px;
    max-width: none;
    min-height: 66px;
    padding: 9px;
  }

  .media-brand-chip::before {
    right: -58px;
    width: 58px;
  }

  .media-logo-image {
    max-height: 52px;
  }

  .media-logo-placeholder {
    width: 64px;
    height: 36px;
  }

  .reflection-deck {
    right: 0;
    bottom: -46px;
    left: 0;
    height: 104px;
  }

  .hero-copy {
    margin-top: -112px;
    padding: 0 2px 8px;
    text-align: left;
  }

  .hero-copy::before {
    inset: -58px -18px -18px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(1, 3, 8, 0.86), transparent 68%),
      linear-gradient(180deg, rgba(0, 1, 4, 0), rgba(0, 1, 4, 0.88) 36%, rgba(0, 1, 4, 0.98));
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.7rem;
  }

  .eyebrow::before {
    width: 34px;
    margin-right: 9px;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 14px;
    font-size: 2.26rem;
    line-height: 1.04;
  }

  .hero-subtitle {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .hero-ctas {
    gap: 10px;
    margin-bottom: 18px;
  }

  .cta {
    min-height: 60px;
    padding: 14px 16px;
  }

  .cta-primary {
    min-height: 64px;
  }

  .hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }

  .hero-metrics li {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .actions-section {
    margin-top: 54px;
  }
}

@media (max-width: 420px) {
  .hero-video-frame {
    height: clamp(390px, 56vh, 480px);
  }

  h1 {
    max-width: 332px;
    font-size: 2.04rem;
  }

  .hero-subtitle {
    max-width: 330px;
  }

  .media-brand-chip {
    width: 92px;
  }
}

@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;
  }
}

@keyframes beam-drift {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0) rotate(32deg);
  }

  50% {
    opacity: 0.58;
    transform: translate3d(22px, 0, 0) rotate(32deg);
  }
}

@keyframes logo-breathe {
  0%,
  100% {
    opacity: 0.58;
    transform: scaleX(0.98);
  }

  50% {
    opacity: 0.9;
    transform: scaleX(1.04);
  }
}

@keyframes scanline {
  0% {
    transform: translateY(-18vh);
  }

  100% {
    transform: translateY(118vh);
  }
}

@keyframes video-scan {
  0% {
    transform: translateY(-28vh);
  }

  100% {
    transform: translateY(92vh);
  }
}
