:root {
  --brand-blue: #19458f;
  --brand-blue-deep: #082051;
  --brand-blue-ink: #061633;
  --brand-gold: #f3c21b;
  --brand-amber: #e89a19;
  --paper: #f6f8fb;
  --section-bg: #f7f9fd;
  --line: rgba(255, 255, 255, 0.16);
  --ink: #f7fbff;
  --muted: rgba(247, 251, 255, 0.72);
  --dark-muted: #5f6d82;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(3, 16, 41, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 18%, rgba(243, 194, 27, 0.15), transparent 28%),
    linear-gradient(180deg, #061633 0%, #0b2554 100%);
  font-family: "Aptos", "Geist", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

#routeCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.site-header {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(1420px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(6, 22, 51, 0.74);
  box-shadow: 0 12px 40px rgba(3, 16, 41, 0.22);
  backdrop-filter: blur(18px);
  z-index: 8;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand img,
.brand-mark {
  position: relative;
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
  filter:
    drop-shadow(2px 2px 0 rgba(3, 18, 45, 0.7))
    drop-shadow(4px 5px 0 rgba(13, 43, 91, 0.55))
    drop-shadow(0 14px 18px rgba(0, 0, 0, 0.32))
    saturate(1.06) contrast(1.08);
  transform: perspective(600px) rotateX(4deg) rotateY(-5deg) translateZ(0);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--brand-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1);
}

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

.language-switcher {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switcher button {
  min-width: 34px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.language-switcher button:hover,
.language-switcher button.active {
  color: var(--brand-blue-ink);
  background: var(--brand-gold);
}

.language-switcher button:active,
.btn:active,
.floating-cta a:active {
  transform: translateY(1px) scale(0.98);
}

.section-shell {
  position: relative;
  width: min(1420px, calc(100% - 32px));
  margin: 0 auto;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: calc(100dvh - 94px);
  padding: clamp(70px, 8vw, 118px) 0 64px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--brand-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 5.7vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

html[lang="en"] .hero h1,
html[lang="fr"] .hero h1,
html[lang="it"] .hero h1,
html[lang="es"] .hero h1 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.06;
}

html[lang="en"] .eyebrow,
html[lang="fr"] .eyebrow,
html[lang="it"] .eyebrow,
html[lang="es"] .eyebrow {
  max-width: 700px;
  line-height: 1.35;
}

.hero-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), border-color 220ms ease, background 220ms ease;
}

.btn.primary {
  color: #061633;
  background: linear-gradient(135deg, var(--brand-gold), #f7d65a 55%, var(--brand-amber));
  box-shadow: 0 14px 34px rgba(232, 154, 25, 0.24);
}

.btn.secondary {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

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

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin-top: 38px;
}

.signal-row span {
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.signal-row strong {
  display: block;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.signal-row em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.hero-visual {
  min-width: 0;
}

.orbit-panel {
  position: relative;
  min-height: clamp(420px, 56vw, 620px);
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 58% 44%, rgba(39, 92, 162, 0.42), transparent 34%),
    linear-gradient(180deg, rgba(6,22,51,0.02), rgba(6,22,51,0.24));
}

.orbit-panel::before {
  content: "AWDLOG";
  position: absolute;
  top: 8%;
  left: 7%;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(70px, 9vw, 136px);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.28));
}

.node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 22, 51, 0.74);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(3, 16, 41, 0.28);
}

.node::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(243, 194, 27, 0.28);
  border-radius: inherit;
  animation: ping 2.4s ease-out infinite;
}

.china { left: 18%; top: 52%; }
.paris { right: 16%; top: 35%; }
.rome { right: 25%; bottom: 18%; }
.madrid { left: 37%; top: 28%; }

.panel-footer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(6, 22, 51, 0.64);
}

.panel-footer strong {
  color: #fff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.ticker {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  border-block: 1px solid rgba(8, 32, 81, 0.14);
  color: var(--brand-blue-deep);
  background: var(--paper);
}

.ticker div {
  display: flex;
  min-width: max-content;
  animation: marquee 24s linear infinite;
}

.ticker span {
  display: block;
  padding: 18px 32px;
  color: var(--brand-blue-deep);
  font-weight: 900;
  text-transform: uppercase;
}

.services,
.markets,
.process,
.quote {
  color: var(--brand-blue-ink);
  padding: clamp(56px, 7vw, 96px) clamp(18px, 3vw, 38px);
  scroll-margin-top: 116px;
}

.section-deck {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 194, 27, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(6, 22, 51, 0.98), rgba(8, 32, 81, 0.96));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.section-deck::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.markets,
.process,
.quote {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,253,0.98)),
    var(--section-bg);
  border-top: 1px solid rgba(8, 32, 81, 0.08);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.quote h2 {
  margin: 0;
  color: var(--brand-blue-ink);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
}

.section-deck .section-heading h2 {
  color: #fff;
}

.section-deck .section-heading p {
  color: rgba(247, 251, 255, 0.72);
}

.section-heading p,
.quote-copy p {
  margin: 0;
  color: var(--dark-muted);
  line-height: 1.78;
  font-size: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 1fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 14px;
}

.service-card,
.market-card,
.lead-form,
.quote-copy {
  border: 1px solid rgba(8, 32, 81, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(8, 32, 81, 0.08);
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  color: var(--brand-blue-ink);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% 35%;
  height: 90%;
  background: linear-gradient(135deg, transparent, rgba(243, 194, 27, 0.2));
  transform: skewX(-18deg);
}

.service-card.tall {
  grid-row: span 2;
  background:
    linear-gradient(160deg, rgba(25,69,143,0.9), rgba(6,22,51,0.98));
  color: #fff;
}

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

.service-code {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 34px;
  border-radius: 4px;
  color: var(--brand-blue-ink);
  background: var(--brand-gold);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
}

.service-card h3,
.market-card h3 {
  position: relative;
  margin: 30px 0 12px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.1;
}

.service-card p,
.market-card p {
  position: relative;
  margin: 0;
  color: var(--dark-muted);
  line-height: 1.72;
}

.service-card.tall p {
  color: rgba(255, 255, 255, 0.72);
}

.market-rail {
  display: grid;
  grid-template-columns: 1.2fr 0.92fr 1fr;
  gap: 14px;
}

.market-card {
  min-height: 320px;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.82)),
    repeating-linear-gradient(90deg, rgba(25,69,143,0.09) 0 1px, transparent 1px 28px);
}

.market-card span {
  display: inline-block;
  padding: 6px 10px;
  border-left: 4px solid var(--brand-gold);
  color: var(--brand-blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-weight: 900;
}

.process {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,246,252,0.98)),
    var(--section-bg);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(9, minmax(130px, 1fr));
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  border: 1px solid rgba(8, 32, 81, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.timeline li {
  position: relative;
  min-height: 150px;
  padding: 46px 16px 20px;
  border-right: 1px solid rgba(8, 32, 81, 0.1);
  color: var(--brand-blue-ink);
  font-weight: 800;
  line-height: 1.42;
}

.timeline li::before {
  content: counter(list-item, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--brand-gold);
  font-family: "SFMono-Regular", Consolas, monospace;
}

.timeline li:last-child {
  border-right: 0;
}

.quote {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 150px;
}

.quote-copy,
.lead-form {
  padding: clamp(24px, 3.2vw, 38px);
}

.quote-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background: var(--brand-blue-deep);
  min-height: 100%;
}

.quote-copy h2 {
  font-size: clamp(34px, 4.4vw, 58px);
}

.quote-copy h2 {
  color: #fff;
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-strip a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: var(--radius);
  color: var(--brand-blue-ink);
  background: var(--brand-gold);
  font-weight: 900;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--brand-blue-ink);
  font-weight: 850;
}

.lead-form label:nth-of-type(3),
.lead-form label:nth-of-type(4),
.lead-form button,
.form-status {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(8, 32, 81, 0.18);
  border-radius: var(--radius);
  color: var(--brand-blue-ink);
  background: #fff;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(25, 69, 143, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--brand-blue);
  line-height: 1.5;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  z-index: 7;
}

.floating-cta a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--brand-blue-ink);
  background: var(--brand-gold);
  box-shadow: 0 16px 40px rgba(8, 32, 81, 0.22);
  font-weight: 900;
  opacity: 0.92;
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-cta a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.console-page {
  min-height: 100dvh;
  background:
    radial-gradient(circle at 80% 12%, rgba(243, 194, 27, 0.16), transparent 28%),
    linear-gradient(180deg, #061633 0%, #082051 100%);
}

.console-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 74px) 0;
}

.console-header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.console-header h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.stat-panel {
  min-height: 260px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
    rgba(8, 32, 81, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.stat-panel span {
  display: block;
  color: var(--brand-gold);
  font-size: 18px;
  font-weight: 900;
}

.stat-panel strong {
  display: block;
  margin-top: 42px;
  color: #fff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(66px, 10vw, 132px);
  line-height: 0.88;
}

.console-note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.contact-settings {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
    rgba(8, 32, 81, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.contact-settings h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.contact-settings p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.contact-settings-form {
  display: grid;
  gap: 14px;
}

.contact-settings-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.contact-settings-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(6, 22, 51, 0.62);
  outline: none;
}

.contact-settings-form input:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 4px rgba(243, 194, 27, 0.14);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms cubic-bezier(.16, 1, .3, 1), transform 720ms cubic-bezier(.16, 1, .3, 1);
}

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

@keyframes ping {
  0% { opacity: 0.8; transform: scale(0.82); }
  100% { opacity: 0; transform: scale(1.45); }
}

@keyframes globeFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(-1deg); }
  50% { transform: translate(-50%, -53%) rotate(1deg); }
}

@keyframes flyAround {
  0% { transform: translate3d(-96px, 84px, 0) rotate(-24deg) scale(0.78); opacity: 0; }
  12% { opacity: 1; }
  55% { opacity: 1; transform: translate3d(38px, -16px, 0) rotate(-24deg) scale(1); }
  100% { transform: translate3d(154px, -88px, 0) rotate(-24deg) scale(0.8); opacity: 0; }
}

@keyframes sailAround {
  0% { transform: translate3d(-72px, 42px, 0) rotate(-7deg); opacity: 0; }
  12% { opacity: 1; }
  72% { opacity: 1; }
  100% { transform: translate3d(138px, -12px, 0) rotate(-7deg); opacity: 0; }
}

@keyframes marquee {
  to { transform: translateX(-100%); }
}

@media (max-width: 980px) {
  body {
    background:
      radial-gradient(circle at 80% 10%, rgba(243, 194, 27, 0.14), transparent 30%),
      linear-gradient(180deg, #061633 0%, #0b2554 100%);
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .brand img {
    max-width: 170px;
  }

  .nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .language-switcher {
    width: min(100%, 360px);
  }

  .hero,
  .section-heading,
  .quote,
  .console-header,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .service-grid,
  .market-rail {
    grid-template-columns: 1fr;
  }

  .service-card.tall,
  .service-card.wide {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-header {
    width: min(100% - 24px, 1420px);
  }

  .hero h1 {
    font-size: 38px;
  }

  html[lang="en"] .hero h1,
  html[lang="fr"] .hero h1,
  html[lang="it"] .hero h1,
  html[lang="es"] .hero h1 {
    font-size: 32px;
  }

  .hero-actions,
  .signal-row,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .signal-row span {
    padding-inline: 0;
  }

  .orbit-panel {
    min-height: 380px;
  }

  .lead-form label,
  .lead-form label:nth-of-type(3),
  .lead-form label:nth-of-type(4),
  .lead-form button,
  .form-status {
    grid-column: auto;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  #routeCanvas {
    display: none;
  }
}
