:root {
  --refresh-surface: rgba(9, 18, 32, 0.72);
  --refresh-surface-strong: rgba(15, 27, 48, 0.9);
  --refresh-border: #d7e4f4;
  --refresh-border-strong: #75d4f1;
  --solid-page: #eef6ff;
  --solid-section: #f7fbff;
  --solid-card: #ffffff;
  --solid-card-blue: #eef8ff;
  --solid-card-warm: #fff7ed;
  --solid-text: #061326;
  --solid-muted: #42546b;
  --solid-line: #d8e5f2;
  --brand-cyan: #75d4f1;
  --brand-gold: #e5b264;
  --brand-navy: #0b1524;
}

body {
  background: var(--solid-page);
  color: var(--solid-text);
}

body::before {
  display: none;
}

.site-header {
  padding-top: 14px;
  background: rgba(238, 246, 255, 0.92);
  border-bottom-color: #dce8f5;
  box-shadow: 0 16px 42px rgba(15, 33, 56, 0.08);
}

.nav {
  max-width: 1480px;
  margin: 0 auto;
  padding: 11px 14px;
  border: 1px solid var(--solid-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(15, 33, 56, 0.08);
}

.logo,
.nav-links,
.nav-cta,
.btn,
.hero h1,
.section-heading h2,
.assistant-copy h2,
.contact-copy h2,
.proof-card h3,
.platform-card h3,
.experience-card h3,
.ops-card h3 {
  color: #08172a;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(11, 21, 36, 0.18);
}

.logo span {
  font-size: 1.16rem;
  letter-spacing: 0.01em;
}

.nav-links {
  padding: 8px;
  border: 1px solid #e1ebf6;
  border-radius: 999px;
  background: #f8fbff;
  color: #52657b;
}

.nav-links a {
  padding: 8px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  background: #e8f7fd;
  color: var(--brand-navy);
}

.nav-cta,
.btn {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: auto;
  align-items: center;
  position: relative;
  padding-top: clamp(64px, 8vw, 110px);
  padding-bottom: clamp(48px, 7vw, 90px);
}

.hero::before {
  display: none;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 1;
}

.section-heading,
.proof-card,
.visual-story-card,
.workflow-showcase {
  opacity: 1;
  transform: none;
}

.hero h1,
.section-heading h2,
.assistant-copy h2,
.contact-copy h2 {
  text-wrap: balance;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 6.8vw, 6.6rem);
}

.hero-text {
  max-width: 48ch;
  font-size: 1.08rem;
  color: var(--solid-muted);
}

.eyebrow {
  padding: 7px 11px;
  border: 1px solid #f0cf9b;
  border-radius: 999px;
  background: #fff8ed;
  color: #9b5a10;
}

.hero-board,
.platform-card,
.experience-card,
.ops-card,
.assistant-shell,
.contact-shell {
  border-color: var(--solid-line);
  background: var(--solid-card);
  box-shadow: 0 24px 64px rgba(15, 33, 56, 0.1);
}

.hero-product-shot {
  position: relative;
  border-radius: 34px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--solid-line);
  box-shadow: 0 28px 72px rgba(15, 33, 56, 0.14);
  overflow: hidden;
}

.hero-product-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.hero-image-card {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 320px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid #d8e5f2;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 23, 42, 0.14);
}

.hero-image-card span {
  display: block;
  color: #a86615;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}

.hero-image-card strong {
  display: block;
  margin-top: 6px;
  color: var(--solid-text);
  line-height: 1.15;
}

.ecosystem-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ecosystem-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 64, 101, 0.12);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 34px 100px rgba(29, 78, 216, 0.14), inset 0 1px 0 rgba(255,255,255,0.9);
  opacity: 1;
  transform: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.ecosystem-shell.visible {
  opacity: 1;
  transform: none;
}

.ecosystem-shell img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.ecosystem-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(246, 251, 255, 0.96) 0%, rgba(246, 251, 255, 0.66) 32%, transparent 66%),
    linear-gradient(180deg, transparent 55%, rgba(8, 23, 42, 0.16));
}

.ecosystem-panel {
  position: absolute;
  z-index: 1;
  left: clamp(22px, 5vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 430px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 26px 80px rgba(8, 23, 42, 0.16);
  backdrop-filter: blur(18px);
}

.ecosystem-panel h2 {
  margin: 14px 0 18px;
  color: #08172a;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.ecosystem-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecosystem-chips span,
.experience-card li,
.command-chip {
  border: 1px solid rgba(34, 211, 238, 0.16);
  background: rgba(34, 211, 238, 0.08);
  color: #0f5f78;
}

.ecosystem-chips span {
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
}

.visual-story-section {
  padding-top: 30px;
}

.visual-story-grid {
  display: grid;
  gap: 26px;
}

.visual-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(35, 64, 101, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(241,247,255,0.88));
  box-shadow: 0 30px 90px rgba(29, 78, 216, 0.12), inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.22s ease;
}

.visual-story-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.visual-story-card:hover {
  border-color: rgba(34, 211, 238, 0.34);
}

.visual-story-card.reverse {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.05fr);
}

.visual-story-card.reverse img {
  order: 2;
}

.visual-story-card.reverse .visual-story-copy {
  order: 1;
}

.visual-story-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  box-shadow: 0 22px 60px rgba(29, 78, 216, 0.14);
}

.visual-story-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(20px, 3vw, 42px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(247, 252, 255, 0.96), rgba(232, 243, 255, 0.88));
}

.visual-story-copy h2 {
  margin: 0;
  max-width: 12ch;
  color: #08172a;
  font-size: clamp(2.1rem, 3.8vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.visual-story-copy p {
  margin: 0;
  max-width: 44ch;
  color: #526781;
  font-size: 1.05rem;
  line-height: 1.62;
}

.visual-story-copy::after {
  content: "EV • Fuel • Service • Trips";
  width: max-content;
  max-width: 100%;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.08);
  color: #0f5f78;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.proof-section {
  padding-top: 10px;
}

.section-grid,
.showcase-section,
.operations-section,
.assistant-section,
.contact-section {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(233, 244, 255, 0.72));
}

.showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(680px 380px at 18% 18%, rgba(34, 211, 238, 0.17), transparent 60%),
    radial-gradient(680px 420px at 88% 26%, rgba(249, 115, 22, 0.12), transparent 58%),
    linear-gradient(180deg, #f8fcff 0%, #e8f3ff 100%);
}

.showcase-section .section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.showcase-section .section-heading h2 {
  max-width: 11ch;
  color: #061326;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.showcase-section .eyebrow {
  color: #b85b14;
  background: rgba(255, 245, 235, 0.86);
}

.workflow-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(35, 64, 101, 0.14);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 34px 100px rgba(29, 78, 216, 0.14), inset 0 1px 0 rgba(255,255,255,0.9);
}

.workflow-map-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(35, 64, 101, 0.13);
  background:
    radial-gradient(circle at 28% 30%, rgba(34, 211, 238, 0.22), transparent 18%),
    radial-gradient(circle at 75% 70%, rgba(249, 115, 22, 0.2), transparent 20%),
    linear-gradient(135deg, rgba(239, 249, 255, 0.95), rgba(202, 232, 255, 0.82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.88);
}

.workflow-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 23, 42, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 23, 42, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,0.72), transparent 78%);
}

.workflow-map-top,
.workflow-status-card {
  position: absolute;
  z-index: 2;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 48px rgba(8, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.workflow-map-top {
  left: 22px;
  right: 22px;
  top: 22px;
  display: flex;
  justify-content: space-between;
}

.workflow-map-top span,
.workflow-status-card span {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 800;
}

.workflow-map-top strong,
.workflow-status-card strong {
  display: block;
  color: #061326;
  font-size: 1.05rem;
}

.workflow-status-card {
  right: 24px;
  bottom: 24px;
}

.workflow-status-card strong {
  margin-top: 4px;
  color: #f97316;
  font-size: 2.4rem;
  line-height: 1;
}

.workflow-route {
  position: absolute;
  inset: 118px 46px 72px;
  z-index: 1;
  border: 0;
}

.workflow-route::before {
  content: "";
  position: absolute;
  inset: 14% 5% 20% 5%;
  border: solid rgba(34, 211, 238, 0.8);
  border-width: 0 0 8px 8px;
  border-radius: 42% 0 0 50%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 12px 26px rgba(34, 211, 238, 0.26));
}

.workflow-route::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 12%;
  top: 36%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #22d3ee);
  transform: rotate(24deg);
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.18);
}

.route-dot {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(8, 23, 42, 0.18);
}

.route-dot.start {
  left: 6%;
  top: 60%;
  background: #f97316;
}

.route-dot.mid {
  left: 44%;
  top: 35%;
  background: #22d3ee;
}

.route-dot.end {
  right: 8%;
  top: 62%;
  background: #0ea5e9;
}

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

.workflow-tile {
  position: relative;
  overflow: hidden;
  min-height: 206px;
  padding: 22px;
  border: 1px solid rgba(35, 64, 101, 0.13);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(239,247,255,0.9));
  box-shadow: 0 20px 60px rgba(29, 78, 216, 0.1), inset 0 1px 0 rgba(255,255,255,0.92);
}

.workflow-tile::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 145px;
  height: 145px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.18), transparent 64%);
}

.workflow-tile.fuel::after,
.workflow-tile.service::after {
  background: radial-gradient(circle, rgba(249, 115, 22, 0.18), transparent 64%);
}

.workflow-mark {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  border-radius: 22px;
  color: #061326;
  font-size: 1.15rem;
  font-weight: 950;
  background: linear-gradient(135deg, #bff6ff, #22d3ee);
  box-shadow: 0 16px 40px rgba(34, 211, 238, 0.22);
}

.workflow-tile.fuel .workflow-mark,
.workflow-tile.service .workflow-mark {
  background: linear-gradient(135deg, #fed7aa, #fb923c);
}

.workflow-tile.garage .workflow-mark {
  background: linear-gradient(135deg, #ddd6fe, #a78bfa);
}

.workflow-tile.ai .workflow-mark {
  background: linear-gradient(135deg, #bfdbfe, #60a5fa);
}

.workflow-tile h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #061326;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1;
}

.workflow-tile p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  max-width: 22ch;
  color: #475569;
  font-weight: 650;
  line-height: 1.45;
}

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

.proof-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--refresh-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,247,255,0.86));
  box-shadow: 0 26px 80px rgba(29, 78, 216, 0.12), inset 0 1px 0 rgba(255,255,255,0.8);
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.22s ease;
}

.proof-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.proof-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.16), transparent 62%);
}

.proof-card:hover {
  border-color: var(--refresh-border-strong);
}

.proof-card span {
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
  border-radius: 22px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background:
    radial-gradient(circle at 70% 20%, rgba(249, 115, 22, 0.22), transparent 38%),
    rgba(34, 211, 238, 0.09);
  color: #0f5f78;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 40px rgba(29, 78, 216, 0.12);
}

.proof-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 14ch;
  color: #08172a;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.proof-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #526781;
  line-height: 1.6;
}

.flow-node,
.mock-card,
.signal-card,
.assistant-message,
.assistant-result-card,
.stack-list div {
  border-color: rgba(35, 64, 101, 0.1);
  background: rgba(255, 255, 255, 0.64);
  color: #08172a;
}

.signal-card span,
.platform-card p,
.experience-card p,
.experience-card li,
.ops-card p,
.section-heading p,
.assistant-copy p,
.contact-copy p {
  color: #526781;
}

.section-heading h2,
.platform-card h3,
.proof-card h3,
.visual-story-copy h2,
.assistant-copy h2,
.contact-copy h2,
.ops-card h3 {
  color: #061326;
}

.section-heading p,
.platform-card p,
.proof-card p,
.visual-story-copy p,
.assistant-copy p,
.contact-copy p,
.ops-card p {
  color: #475569;
}

.assistant-window,
.assistant-result-card,
.contact-form {
  color: #08172a;
}

.assistant-window {
  border-color: rgba(35, 64, 101, 0.14);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(234,244,255,0.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86);
}

.assistant-window-top {
  color: #475569;
}

.assistant-window-top b {
  color: #0f5f78;
}

.assistant-message.user {
  color: #08172a;
  background: rgba(34, 211, 238, 0.1);
}

.assistant-message.assistant {
  color: #0f2742;
  background: rgba(255, 255, 255, 0.78);
}

.assistant-result-card strong {
  color: #061326;
}

.assistant-result-card span {
  color: #475569;
}

.platform-grid,
.experience-grid,
.ops-grid {
  gap: 18px;
}

.platform-card,
.experience-card,
.ops-card {
  position: relative;
  overflow: hidden;
}

.platform-card::after,
.experience-card::after,
.ops-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.14), transparent 62%);
}

.experience-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  height: 54px;
  border-radius: 22px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 8% 50%, rgba(249, 115, 22, 0.78) 0 5px, transparent 6px),
    radial-gradient(circle at 92% 50%, rgba(34, 211, 238, 0.78) 0 5px, transparent 6px),
    linear-gradient(100deg, transparent 0 8%, rgba(249, 115, 22, 0.28) 8% 34%, transparent 34% 40%, rgba(34, 211, 238, 0.3) 40% 92%, transparent 92%),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(34, 211, 238, 0.12);
}

.platform-card h3,
.experience-card h3,
.ops-card h3,
.platform-card p,
.experience-card p,
.ops-card p,
.experience-card ul,
.ops-icon {
  position: relative;
  z-index: 1;
}

.platform-card,
.experience-card,
.ops-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.platform-card:hover,
.experience-card:hover,
.ops-card:hover {
  transform: translateY(-4px);
  border-color: var(--refresh-border-strong);
  box-shadow: 0 30px 90px rgba(29, 78, 216, 0.16), 0 0 0 1px rgba(34, 211, 238, 0.08) inset;
}

.step-index,
.experience-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(29, 78, 216, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.experience-card {
  min-height: 230px;
  padding-bottom: 92px;
}

.experience-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.experience-card li {
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.ops-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  background:
    radial-gradient(circle at 70% 20%, rgba(34, 211, 238, 0.2), transparent 42%),
    rgba(249, 115, 22, 0.08);
  color: #9a4a09;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 16px;
  border-color: rgba(35, 64, 101, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #08172a;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(34, 211, 238, 0.48);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.1);
}

.site-footer {
  border-top-color: rgba(35, 64, 101, 0.1);
  background: rgba(255,255,255,0.64);
  color: #08172a;
}

@media (max-width: 980px) {
  .nav {
    border-radius: 20px;
  }

  .nav-links {
    border-radius: 22px;
    background: rgba(7, 17, 31, 0.96);
  }

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

  .hero h1 {
    max-width: 100%;
  }

  .hero-image-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .visual-story-card,
  .visual-story-card.reverse {
    grid-template-columns: 1fr;
  }

  .visual-story-card.reverse img,
  .visual-story-card.reverse .visual-story-copy {
    order: initial;
  }

  .visual-story-card img {
    min-height: 280px;
  }

  .workflow-showcase {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 30px;
  }

  .workflow-map-card {
    min-height: 360px;
    border-radius: 24px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-tile {
    min-height: 160px;
    padding: 20px;
  }

  .workflow-mark {
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  .ecosystem-shell {
    display: grid;
    gap: 0;
    padding: 12px;
  }

  .ecosystem-shell::after {
    display: none;
  }

  .ecosystem-shell img {
    min-height: 260px;
    border-radius: 26px;
  }

  .ecosystem-panel {
    position: static;
    transform: none;
    max-width: none;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.94);
  }

  .ecosystem-panel h2 {
    font-size: clamp(2.3rem, 14vw, 3.4rem);
  }
}

/* Final component polish: remove decorative corner blobs and standardize powerful solid components. */
.proof-card::after,
.platform-card::after,
.workflow-tile::after,
.ops-card::after,
.experience-card::before,
.experience-card::after {
  display: none;
}

.proof-card,
.platform-card,
.workflow-tile,
.ops-card,
.assistant-shell,
.contact-shell,
.visual-story-card,
.ecosystem-shell,
.hero-product-shot {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfcfe0;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 18px 36px rgba(11, 21, 36, 0.07);
}

.proof-card,
.platform-card,
.ops-card,
.workflow-tile {
  overflow: hidden;
}

.proof-card::before,
.platform-card::before,
.ops-card::before,
.workflow-tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: #e5b264;
}

.proof-card,
.platform-card,
.ops-card {
  border-radius: 24px;
}

.workflow-tile {
  border-radius: 22px;
}

.platform-card:hover,
.ops-card:hover,
.workflow-tile:hover,
.proof-card:hover {
  border-color: #9eb3ca;
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 22px 46px rgba(11, 21, 36, 0.11);
}

.proof-card span,
.platform-icon,
.ops-icon,
.workflow-mark {
  background-color: #0b1524;
  background-image: none;
  border-color: #233c5e;
  color: #e5b264;
  box-shadow: none;
}

.workflow-tile.charging,
.workflow-tile.trip,
.workflow-tile.ai,
.workflow-tile.fuel,
.workflow-tile.service,
.workflow-tile.garage {
  background-color: #ffffff;
}

.workflow-tile.fuel::before,
.workflow-tile.service::before,
.proof-card::before,
.platform-card::before,
.ops-card::before {
  background: #e5b264;
}

.workflow-tile.charging::before,
.workflow-tile.trip::before,
.workflow-tile.ai::before {
  background: #75d4f1;
}

.workflow-tile.garage::before {
  background: #9dccff;
}

.workflow-map-card,
.intelligence-board {
  border: 1px solid #203a5b;
  box-shadow: 0 20px 44px rgba(11, 21, 36, 0.16);
}

.workflow-showcase,
.assistant-shell {
  border-radius: 28px;
  padding: 16px;
}

.section-grid,
.showcase-section,
.assistant-section,
.operations-section,
.contact-section {
  background-color: #f6fbff;
  background-image: none;
}

.ecosystem-panel,
.visual-story-copy,
.assistant-window,
.contact-form {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cfddeb;
}

.ecosystem-chips span,
.command-chip,
.workflow-action-strip span {
  background-color: #f7f1e6;
  border-color: #ead1a7;
  color: #7b4b10;
}

/* Typography readability override. */
.hero h1 {
  letter-spacing: -0.04em;
  word-spacing: 0.06em;
}

.section-heading h2,
.visual-story-copy h2,
.ecosystem-panel h2,
.assistant-copy h2,
.contact-copy h2 {
  letter-spacing: -0.035em;
  word-spacing: 0.045em;
}

.proof-card h3,
.platform-card h3,
.workflow-tile h3,
.ops-card h3 {
  letter-spacing: -0.015em;
  word-spacing: 0.045em;
}

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

/* Interactive pin networks: stronger motion on every pin-led image. */
.hero-route-visual {
  pointer-events: none;
}

.hero-route-visual .route-pin {
  pointer-events: auto;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.hero-route-visual .route-pin::before {
  content: attr(data-pin-label);
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: calc(100% + 14px);
  width: max-content;
  max-width: 130px;
  padding: 8px 10px;
  border: 1px solid #38536c;
  border-radius: 10px;
  background-color: #07111f;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1.2;
  opacity: 0;
  transform: translate(-50%, 7px) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-route-visual .route-pin:hover,
.hero-route-visual .route-pin:focus-visible,
.hero-route-visual .route-pin.active {
  z-index: 6;
  background-color: #efb64d;
  box-shadow: 0 0 0 11px rgba(239, 182, 77, 0.25), 0 16px 32px rgba(7, 17, 31, 0.28);
  transform: scale(1.26);
}

.hero-route-visual .route-pin:hover::before,
.hero-route-visual .route-pin:focus-visible::before,
.hero-route-visual .route-pin.active::before {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.pin-scene {
  isolation: isolate;
}

.scene-pin-network {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.scene-route-trace {
  position: absolute;
  z-index: 1;
  opacity: 0.88;
  filter: drop-shadow(0 0 7px rgba(79, 217, 241, 0.48));
}

.scene-route-trace::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background-color: #ffffff;
  animation: traceDash 2.2s ease-in-out infinite;
}

.scene-route-signal {
  position: absolute;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #4fd9f1;
  box-shadow: 0 0 0 8px rgba(79, 217, 241, 0.2), 0 8px 18px rgba(7, 17, 31, 0.24);
  opacity: 0;
}

.scene-hotspot {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #0b6f79;
  color: #07111f;
  box-shadow: 0 0 0 8px rgba(79, 217, 241, 0.2), 0 14px 28px rgba(7, 17, 31, 0.25);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.scene-hotspot > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.scene-hotspot > i::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #4fd9f1;
  border-radius: 50%;
  animation: hotspotPulse 2.2s ease-out infinite;
}

.scene-hotspot > span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: max-content;
  max-width: 138px;
  padding: 8px 10px;
  border: 1px solid #38536c;
  border-radius: 10px;
  background-color: #07111f;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1.2;
  opacity: 0;
  transform: translate(-50%, 7px) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
}

.scene-hotspot:hover,
.scene-hotspot:focus-visible,
.scene-hotspot.active {
  z-index: 7;
  background-color: #efb64d;
  box-shadow: 0 0 0 11px rgba(239, 182, 77, 0.25), 0 18px 34px rgba(7, 17, 31, 0.3);
  transform: scale(1.22);
}

.scene-hotspot:hover > span,
.scene-hotspot:focus-visible > span,
.scene-hotspot.active > span {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.scene-hotspot.pin-2 > i::after {
  animation-delay: 0.65s;
}

.scene-hotspot.pin-3 > i::after {
  animation-delay: 1.3s;
}

.pin-scene-open-road .scene-pin-network {
  left: 47%;
}

.pin-scene-open-road .scene-route-trace {
  top: 31%;
  right: 17%;
  width: 55%;
  height: 36%;
  border-bottom: 4px solid #4fd9f1;
  border-left: 4px solid #4fd9f1;
  border-radius: 0 0 0 999px;
  transform: rotate(-8deg);
}

.pin-scene-open-road .scene-route-trace::after {
  left: 24%;
  bottom: -4px;
}

.pin-scene-open-road .pin-1 { left: 20%; top: 54%; }
.pin-scene-open-road .pin-2 { left: 52%; top: 63%; }
.pin-scene-open-road .pin-3 { left: 75%; top: 34%; }

.pin-scene-open-road.motion-visible .scene-route-signal {
  offset-path: path("M 80 330 C 210 390 330 370 470 190");
  animation: sceneSignal 5.3s ease-in-out infinite;
}

.pin-scene-ecosystem .scene-route-trace {
  top: 28%;
  left: 22%;
  width: 54%;
  height: 40%;
  border-top: 4px solid #4fd9f1;
  border-right: 4px solid #4fd9f1;
  border-radius: 0 999px 0 0;
  transform: rotate(5deg);
}

.pin-scene-ecosystem .scene-route-trace::after {
  top: -4px;
  left: 38%;
}

.pin-scene-ecosystem .pin-1 { left: 19%; top: 47%; }
.pin-scene-ecosystem .pin-2 { left: 51%; top: 27%; }
.pin-scene-ecosystem .pin-3 { left: 76%; top: 57%; }

.pin-scene-ecosystem.motion-visible .scene-route-signal {
  offset-path: path("M 210 390 C 400 100 720 90 930 470");
  animation: sceneSignal 5.8s ease-in-out infinite 0.5s;
}

.pin-scene-driver-map .scene-route-trace {
  top: 33%;
  left: 17%;
  width: 64%;
  height: 31%;
  border-bottom: 4px solid #4fd9f1;
  border-right: 4px solid #4fd9f1;
  border-radius: 0 0 999px 0;
  transform: rotate(-4deg);
}

.pin-scene-driver-map .scene-route-trace::after {
  right: 22%;
  bottom: -4px;
}

.pin-scene-driver-map .pin-1 { left: 17%; top: 43%; }
.pin-scene-driver-map .pin-2 { left: 50%; top: 62%; }
.pin-scene-driver-map .pin-3 { left: 78%; top: 38%; }

.pin-scene-driver-map.motion-visible .scene-route-signal {
  offset-path: path("M 120 250 C 300 420 560 410 760 220");
  animation: sceneSignal 5.1s ease-in-out infinite 0.85s;
}

.pin-scene-service-map .scene-route-trace {
  top: 29%;
  left: 20%;
  width: 59%;
  height: 37%;
  border-top: 4px solid #efb64d;
  border-left: 4px solid #efb64d;
  border-radius: 999px 0 0 0;
  filter: drop-shadow(0 0 7px rgba(239, 182, 77, 0.5));
  transform: rotate(6deg);
}

.pin-scene-service-map .scene-route-trace::after {
  top: -4px;
  right: 22%;
}

.pin-scene-service-map .pin-1 { left: 20%; top: 52%; }
.pin-scene-service-map .pin-2 { left: 51%; top: 30%; }
.pin-scene-service-map .pin-3 { left: 77%; top: 60%; }

.pin-scene-service-map .scene-hotspot {
  background-color: #a66c18;
  box-shadow: 0 0 0 8px rgba(239, 182, 77, 0.22), 0 14px 28px rgba(7, 17, 31, 0.25);
}

.pin-scene-service-map.motion-visible .scene-route-signal {
  background-color: #efb64d;
  box-shadow: 0 0 0 8px rgba(239, 182, 77, 0.2), 0 8px 18px rgba(7, 17, 31, 0.24);
  offset-path: path("M 130 330 C 300 100 580 110 760 390");
  animation: sceneSignal 5.5s ease-in-out infinite 1.15s;
}

.pin-scene.motion-visible .scene-route-trace {
  animation: routeTraceBreathe 3.4s ease-in-out infinite;
}

.pin-scene.is-exploring .scene-route-trace {
  filter: drop-shadow(0 0 12px rgba(79, 217, 241, 0.72));
  animation-duration: 1.9s;
}

.pin-scene.is-exploring .scene-route-signal {
  animation-duration: 3.2s;
}

@keyframes hotspotPulse {
  0% { opacity: 0.9; transform: scale(0.72); }
  100% { opacity: 0; transform: scale(1.8); }
}

@keyframes sceneSignal {
  0%, 5% { offset-distance: 0%; opacity: 0; }
  13% { opacity: 1; }
  86% { opacity: 1; }
  96%, 100% { offset-distance: 100%; opacity: 0; }
}

@keyframes routeTraceBreathe {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes traceDash {
  0%, 100% { opacity: 0.25; transform: translateX(-16px); }
  50% { opacity: 1; transform: translateX(18px); }
}

@media (max-width: 900px) {
  .pin-scene-open-road .scene-pin-network {
    left: 0;
    top: 0;
    bottom: auto;
    height: 46%;
  }

  .pin-scene-open-road .scene-route-trace {
    top: 34%;
    right: 16%;
    width: 58%;
    height: 34%;
  }

  .pin-scene-open-road .pin-1 { left: 17%; top: 55%; }
  .pin-scene-open-road .pin-2 { left: 52%; top: 66%; }
  .pin-scene-open-road .pin-3 { left: 78%; top: 31%; }
}

@media (max-width: 639px) {
  .scene-hotspot {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }

  .scene-hotspot > span {
    display: none;
  }

  .scene-hotspot.active > span,
  .scene-hotspot:focus-visible > span {
    display: block;
    max-width: 112px;
  }

  .pin-scene-ecosystem .pin-1 { left: 14%; }
  .pin-scene-ecosystem .pin-3 { left: 80%; }
}

@media (prefers-reduced-motion: reduce) {
  .scene-route-trace,
  .scene-route-trace::after,
  .scene-route-signal,
  .scene-hotspot,
  .scene-hotspot > i::after,
  .hero-route-visual .route-pin,
  .hero-route-visual .route-pin::after {
    animation: none !important;
    transition: none !important;
  }

  .scene-route-signal {
    display: none;
  }
}

/* Motion correction: one calm, logical journey per visual. */
.hero-product-shot > img,
.campaign-drive .campaign-image,
.ecosystem-shell > img,
.visual-media > img,
.hero-product-shot.motion-visible > img,
.campaign-drive.motion-visible .campaign-image,
.ecosystem-shell.motion-visible > img,
.visual-media.motion-visible > img,
.hero-product-shot.is-exploring > img,
.campaign-drive.is-exploring .campaign-image,
.ecosystem-shell.is-exploring > img,
.visual-media.is-exploring > img {
  transform: none !important;
  transition: none !important;
}

.hero-product-shot.is-exploring .hero-image-card,
.visual-media.is-exploring .visual-badge,
.ecosystem-shell.is-exploring .ecosystem-panel,
.journey-ribbon.is-exploring .ribbon-moment {
  transform: none !important;
}

.hero-route-visual::before,
.hero-product-shot.motion-visible .hero-route-visual::before,
.route-pin::after,
.hero-product-shot.motion-visible .route-pin::after,
.scene-hotspot > i::after,
.scene-route-trace,
.scene-route-trace::after,
.visual-route-panel span::after,
.journey-ribbon.motion-visible .road-dash,
.journey-car,
.pulse-ring {
  animation: none !important;
}

.hero-product-shot.motion-visible .hero-route-visual .route-pin::after,
.hero-product-shot.motion-visible .hero-route-visual .route-pin.fuel::after,
.hero-product-shot.motion-visible .hero-route-visual .route-pin.service::after {
  animation: none !important;
}

.hero-route-visual .route-pin {
  transform: none;
}

.hero-route-visual .route-pin:hover,
.hero-route-visual .route-pin:focus-visible,
.hero-route-visual .route-pin.active,
.scene-hotspot:hover,
.scene-hotspot:focus-visible,
.scene-hotspot.active {
  transform: scale(1.08);
}

.route-traveller,
.scene-route-signal {
  opacity: 0;
}

.hero-product-shot.motion-visible .route-traveller {
  animation: logicalHeroJourney 11s linear infinite !important;
}

.pin-scene-open-road.motion-visible .scene-route-signal {
  animation: logicalOpenRoadJourney 12s linear infinite !important;
}

.pin-scene-ecosystem.motion-visible .scene-route-signal {
  animation: logicalEcosystemJourney 13s linear infinite !important;
}

.pin-scene-driver-map.motion-visible .scene-route-signal {
  animation: logicalDriverJourney 11.5s linear infinite !important;
}

.pin-scene-service-map.motion-visible .scene-route-signal {
  animation: logicalServiceJourney 12.5s linear infinite !important;
}

.scene-route-trace {
  opacity: 0.72;
  filter: none;
}

.scene-hotspot {
  box-shadow: 0 0 0 5px rgba(79, 217, 241, 0.16), 0 12px 24px rgba(7, 17, 31, 0.2);
}

.pin-scene-service-map .scene-hotspot {
  box-shadow: 0 0 0 5px rgba(239, 182, 77, 0.17), 0 12px 24px rgba(7, 17, 31, 0.2);
}

@keyframes logicalHeroJourney {
  0%, 7% { left: 24%; top: 38%; opacity: 0; }
  10% { opacity: 1; }
  43% { left: 53%; top: 54%; opacity: 1; }
  76% { left: 71%; top: 29%; opacity: 1; }
  88%, 100% { left: 71%; top: 29%; opacity: 0; }
}

@keyframes logicalOpenRoadJourney {
  0%, 7% { left: 20%; top: 54%; opacity: 0; }
  10% { opacity: 1; }
  43% { left: 52%; top: 63%; opacity: 1; }
  76% { left: 75%; top: 34%; opacity: 1; }
  88%, 100% { left: 75%; top: 34%; opacity: 0; }
}

@keyframes logicalEcosystemJourney {
  0%, 7% { left: 19%; top: 47%; opacity: 0; }
  10% { opacity: 1; }
  43% { left: 51%; top: 27%; opacity: 1; }
  76% { left: 76%; top: 57%; opacity: 1; }
  88%, 100% { left: 76%; top: 57%; opacity: 0; }
}

@keyframes logicalDriverJourney {
  0%, 7% { left: 17%; top: 43%; opacity: 0; }
  10% { opacity: 1; }
  43% { left: 50%; top: 62%; opacity: 1; }
  76% { left: 78%; top: 38%; opacity: 1; }
  88%, 100% { left: 78%; top: 38%; opacity: 0; }
}

@keyframes logicalServiceJourney {
  0%, 7% { left: 20%; top: 52%; opacity: 0; }
  10% { opacity: 1; }
  43% { left: 51%; top: 30%; opacity: 1; }
  76% { left: 77%; top: 60%; opacity: 1; }
  88%, 100% { left: 77%; top: 60%; opacity: 0; }
}

@media (max-width: 900px) {
  @keyframes logicalOpenRoadJourney {
    0%, 7% { left: 17%; top: 55%; opacity: 0; }
    10% { opacity: 1; }
    43% { left: 52%; top: 66%; opacity: 1; }
    76% { left: 78%; top: 31%; opacity: 1; }
    88%, 100% { left: 78%; top: 31%; opacity: 0; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-traveller,
  .scene-route-signal {
    display: none !important;
  }
}

/* Final map motion: two endpoints and one slow pointer only. */
.scene-pin-network,
.route-traveller,
.hero-route-visual {
  display: none !important;
}

.simple-map-scene {
  position: relative;
  isolation: isolate;
}

.simple-map-motion {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.map-endpoint,
.map-pointer {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.map-endpoint {
  width: 11px;
  height: 11px;
  border: 3px solid #ffffff;
  background-color: #0b6f79;
  box-shadow: 0 3px 10px rgba(7, 17, 31, 0.28);
}

.map-endpoint.map-start {
  left: var(--map-start-x);
  top: var(--map-start-y);
}

.map-endpoint.map-finish {
  left: var(--map-finish-x);
  top: var(--map-finish-y);
  background-color: #efb64d;
}

.map-pointer {
  left: var(--map-start-x);
  top: var(--map-start-y);
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  background-color: #4fd9f1;
  box-shadow: 0 0 0 6px rgba(79, 217, 241, 0.18), 0 5px 12px rgba(7, 17, 31, 0.28);
  opacity: 0;
}

.simple-map-hero-map {
  --map-start-x: 27%;
  --map-start-y: 61%;
  --map-finish-x: 70%;
  --map-finish-y: 36%;
}

.simple-map-ecosystem-map {
  --map-start-x: 22%;
  --map-start-y: 61%;
  --map-finish-x: 72%;
  --map-finish-y: 34%;
}

.simple-map-driver-map {
  --map-start-x: 24%;
  --map-start-y: 59%;
  --map-finish-x: 72%;
  --map-finish-y: 38%;
}

.simple-map-scene.motion-visible .map-pointer {
  animation: simpleMapPointer 9s linear infinite;
}

@keyframes simpleMapPointer {
  0%, 9% {
    left: var(--map-start-x);
    top: var(--map-start-y);
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  76% {
    left: var(--map-finish-x);
    top: var(--map-finish-y);
    opacity: 1;
  }
  86%, 100% {
    left: var(--map-finish-x);
    top: var(--map-finish-y);
    opacity: 0;
  }
}

@media (max-width: 639px) {
  .map-endpoint {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .map-pointer {
    width: 11px;
    height: 11px;
    border-width: 2px;
    box-shadow: 0 0 0 4px rgba(79, 217, 241, 0.18), 0 4px 10px rgba(7, 17, 31, 0.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-map-motion {
    display: none !important;
  }
}

/* Route calibration: use the pins and curved paths already painted into each map. */
.map-endpoint {
  display: none !important;
}

.simple-map-motion .map-pointer {
  left: 0;
  top: 0;
  offset-rotate: 0deg;
  animation: none;
}

.simple-map-hero-map .simple-map-motion,
.simple-map-driver-map .simple-map-motion {
  /* The right-side phone/text overlays are intentionally excluded. */
  right: 31%;
}

.simple-map-hero-map .map-pointer,
.simple-map-driver-map .map-pointer {
  offset-path: path("M 287 180 C 286 225 349 221 400 260 C 447 297 424 332 400 340 C 446 356 512 340 566 320 C 588 312 610 309 638 306");
}

.simple-map-hero-map.motion-visible .map-pointer,
.simple-map-driver-map.motion-visible .map-pointer {
  animation: followExistingCurve 11s linear infinite;
}

.simple-map-ecosystem-map .simple-map-motion {
  /* Keep the pointer on the lower-right cyan road and outside the copy panel. */
  left: 40%;
  top: 52%;
}

.simple-map-ecosystem-map .map-pointer {
  offset-path: path("M 95 255 C 205 180 316 222 390 153 C 459 88 531 118 609 76 C 669 44 724 63 778 35");
}

.simple-map-ecosystem-map.motion-visible .map-pointer {
  animation: followExistingCurve 12s linear infinite;
}

@keyframes followExistingCurve {
  0%, 8% {
    offset-distance: 0%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  80% {
    offset-distance: 100%;
    opacity: 1;
  }
  89%, 100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .simple-map-hero-map .simple-map-motion,
  .simple-map-driver-map .simple-map-motion {
    right: 0;
  }

  .simple-map-hero-map .map-pointer,
  .simple-map-driver-map .map-pointer {
    offset-path: path("M 68 92 C 68 119 112 116 145 139 C 174 160 163 180 147 184 C 177 192 220 184 255 173 C 271 168 287 166 305 164");
  }

  .simple-map-ecosystem-map .simple-map-motion {
    left: 0;
    top: 0;
    height: 48%;
  }

  .simple-map-ecosystem-map .map-pointer {
    offset-path: path("M 52 258 C 105 211 164 224 205 176 C 247 127 286 147 323 98");
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-map-motion .map-pointer {
    animation: none !important;
  }
}

/* Responsive route lock: pointer coordinates follow the artwork, not the viewport. */
.simple-map-hero-map .simple-map-motion,
.simple-map-driver-map .simple-map-motion,
.simple-map-ecosystem-map .simple-map-motion {
  inset: 0;
  width: auto;
  height: auto;
}

.simple-map-motion .map-pointer,
.simple-map-scene.motion-visible .map-pointer,
.simple-map-hero-map.motion-visible .map-pointer,
.simple-map-driver-map.motion-visible .map-pointer,
.simple-map-ecosystem-map.motion-visible .map-pointer {
  left: calc(var(--pointer-x, 0) * 1%);
  top: calc(var(--pointer-y, 0) * 1%);
  offset-path: none;
  offset-distance: 0%;
  animation: none !important;
  transform: translate(-50%, -50%);
}

/* Co-driver identity motion: one calm wave, kept separate from map movement. */
@media (prefers-reduced-motion: no-preference) {
  .codriver-stage.motion-visible .masar-pulse img {
    animation: calmCodriverWave 4.6s ease-in-out infinite !important;
    transform-origin: 50% 74%;
  }

  .codriver-stage.motion-visible .pulse-ring.ring-one {
    animation: calmCodriverRing 3.8s ease-out infinite !important;
  }

  .codriver-stage.motion-visible .pulse-ring.ring-two {
    animation: calmCodriverRing 3.8s ease-out infinite 1.3s !important;
  }
}

@keyframes calmCodriverWave {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-4px) rotate(-2.2deg); }
  50% { transform: translateY(-7px) rotate(0deg); }
  75% { transform: translateY(-4px) rotate(2.2deg); }
}

@keyframes calmCodriverRing {
  0% { opacity: 0.62; transform: scale(0.88); }
  70% { opacity: 0.12; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .masar-pulse img,
  .pulse-ring {
    animation: none !important;
  }
}

/* Clear moments: one calm journey, revealed in the order a driver experiences it. */
@media (prefers-reduced-motion: no-preference) {
  .journey-ribbon.motion-visible .journey-car {
    right: auto;
    animation: clearMomentCar 10.5s cubic-bezier(0.45, 0, 0.55, 1) infinite !important;
  }

  .journey-ribbon.motion-visible .moment-move {
    animation: clearMomentOne 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .moment-stop {
    animation: clearMomentTwo 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .moment-care {
    animation: clearMomentThree 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .moment-move .moment-symbol,
  .journey-ribbon.motion-visible .moment-stop .moment-symbol,
  .journey-ribbon.motion-visible .moment-care .moment-symbol {
    animation: clearMomentSymbol 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .moment-stop .moment-symbol {
    animation-delay: 3.15s !important;
  }

  .journey-ribbon.motion-visible .moment-care .moment-symbol {
    animation-delay: 6.3s !important;
  }

  .journey-ribbon.motion-visible .road-dash.dash-one {
    animation: clearRoadOne 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .road-dash.dash-two {
    animation: clearRoadTwo 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .road-dash.dash-three {
    animation: clearRoadThree 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .destination-beacon {
    animation: clearDestination 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .journey-meter i:nth-child(1) {
    animation: clearMeterOne 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .journey-meter i:nth-child(2) {
    animation: clearMeterTwo 10.5s ease-in-out infinite !important;
  }

  .journey-ribbon.motion-visible .journey-meter i:nth-child(3) {
    animation: clearMeterThree 10.5s ease-in-out infinite !important;
  }
}

@keyframes clearMomentCar {
  0%, 7% { left: 12%; opacity: 0; transform: rotate(2deg); }
  11% { left: 12%; opacity: 1; transform: rotate(2deg); }
  31% { left: 31%; opacity: 1; transform: rotate(2deg); }
  58% { left: 51%; opacity: 1; transform: rotate(2deg); }
  82% { left: 72%; opacity: 1; transform: rotate(2deg); }
  90%, 100% { left: 72%; opacity: 0; transform: rotate(2deg); }
}

@keyframes clearMomentOne {
  0%, 7%, 34%, 100% { border-color: #c5dbe5; box-shadow: 0 18px 46px rgba(7, 17, 31, 0.13); }
  11%, 28% { border-color: #167f98; box-shadow: 0 0 0 4px rgba(22, 127, 152, 0.18), 0 22px 48px rgba(7, 17, 31, 0.18); }
}

@keyframes clearMomentTwo {
  0%, 31%, 61%, 100% { border-color: #d79b32; box-shadow: 0 18px 46px rgba(7, 17, 31, 0.13); }
  36%, 55% { border-color: #07111f; box-shadow: 0 0 0 4px rgba(7, 17, 31, 0.18), 0 22px 48px rgba(7, 17, 31, 0.2); }
}

@keyframes clearMomentThree {
  0%, 58%, 89%, 100% { border-color: #c5dbe5; box-shadow: 0 18px 46px rgba(7, 17, 31, 0.13); }
  64%, 82% { border-color: #167f98; box-shadow: 0 0 0 4px rgba(22, 127, 152, 0.18), 0 22px 48px rgba(7, 17, 31, 0.18); }
}

@keyframes clearMomentSymbol {
  0%, 18%, 100% { transform: scale(1); }
  7%, 12% { transform: scale(1.1); }
}

@keyframes clearRoadOne {
  0%, 7%, 34%, 100% { opacity: 0.32; }
  11%, 28% { opacity: 1; }
}

@keyframes clearRoadTwo {
  0%, 31%, 61%, 100% { opacity: 0.32; }
  36%, 55% { opacity: 1; }
}

@keyframes clearRoadThree {
  0%, 58%, 89%, 100% { opacity: 0.32; }
  64%, 82% { opacity: 1; }
}

@keyframes clearDestination {
  0%, 70%, 100% { box-shadow: 0 16px 34px rgba(7, 17, 31, 0.24); transform: scale(1); }
  78%, 86% { box-shadow: 0 0 0 8px rgba(79, 217, 241, 0.2), 0 18px 38px rgba(7, 17, 31, 0.28); transform: scale(1.06); }
}

@keyframes clearMeterOne {
  0%, 7%, 34%, 100% { background-color: #c3d3df; }
  11%, 28% { background-color: #167f98; }
}

@keyframes clearMeterTwo {
  0%, 31%, 61%, 100% { background-color: #c3d3df; }
  36%, 55% { background-color: #b97814; }
}

@keyframes clearMeterThree {
  0%, 58%, 89%, 100% { background-color: #c3d3df; }
  64%, 82% { background-color: #167f98; }
}

@media (max-width: 560px) {
  .journey-ribbon.motion-visible .journey-car {
    top: -7%;
  }

  @keyframes clearMomentCar {
    0%, 7% { left: 13%; opacity: 0; transform: rotate(2deg); }
    11% { left: 13%; opacity: 1; transform: rotate(2deg); }
    31% { left: 29%; opacity: 1; transform: rotate(2deg); }
    58% { left: 47%; opacity: 1; transform: rotate(2deg); }
    82% { left: 67%; opacity: 1; transform: rotate(2deg); }
    90%, 100% { left: 67%; opacity: 0; transform: rotate(2deg); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-ribbon .journey-car,
  .journey-ribbon .ribbon-moment,
  .journey-ribbon .moment-symbol,
  .journey-ribbon .road-dash,
  .journey-ribbon .destination-beacon,
  .journey-ribbon .journey-meter i {
    animation: none !important;
  }
}


/* Final solid visual system overrides. Keep these last so legacy gradient rules cannot win. */
.section-heading,
.hero-copy,
.hero-stage,
.proof-card,
.visual-story-card,
.workflow-showcase,
.platform-card,
.experience-card,
.ops-card,
.assistant-shell,
.contact-shell {
  opacity: 1;
  transform: none;
}

.section-grid,
.showcase-section,
.operations-section,
.assistant-section,
.contact-section {
  background: var(--solid-section);
}

.proof-card,
.platform-card,
.visual-story-card,
.visual-story-copy,
.workflow-showcase,
.workflow-tile,
.ops-card,
.assistant-shell,
.assistant-window,
.assistant-message,
.assistant-result-card,
.contact-shell,
.contact-form,
.ecosystem-panel {
  background: var(--solid-card);
  border-color: var(--solid-line);
  color: var(--solid-text);
}

.proof-card::after,
.platform-card::after,
.experience-card::after,
.ops-card::after,
.workflow-tile::after {
  background: #eef8ff;
}

.section-heading h2,
.hero h1,
.proof-card h3,
.platform-card h3,
.visual-story-copy h2,
.workflow-tile h3,
.assistant-copy h2,
.contact-copy h2,
.ops-card h3 {
  color: var(--solid-text);
}

.section-heading p,
.hero-text,
.proof-card p,
.platform-card p,
.visual-story-copy p,
.workflow-tile p,
.assistant-copy p,
.contact-copy p,
.ops-card p,
.assistant-result-card span {
  color: var(--solid-muted);
}

.proof-card span,
.step-index,
.ops-icon {
  background: #eef8ff;
  border-color: #c7e8f6;
  color: #0f5f78;
}

.workflow-map-card {
  background: #eaf6ff;
  border-color: #cbddeb;
}

.workflow-map-card::before {
  background:
    linear-gradient(#d5e6f4 1px, transparent 1px),
    linear-gradient(90deg, #d5e6f4 1px, transparent 1px);
  background-size: 48px 48px;
}

.workflow-map-top,
.workflow-status-card,
.workflow-action-strip {
  background: #ffffff;
  border-color: #d8e5f2;
  color: var(--solid-text);
  backdrop-filter: none;
}

.workflow-action-strip {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--solid-line);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(15, 33, 56, 0.11);
}

.workflow-action-strip span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef8ff;
  color: #0f5f78;
  font-size: 0.78rem;
  font-weight: 850;
}

.workflow-status-card {
  bottom: 86px;
}

.workflow-route::after,
.workflow-mark,
.workflow-tile.fuel .workflow-mark,
.workflow-tile.service .workflow-mark,
.workflow-tile.garage .workflow-mark,
.workflow-tile.ai .workflow-mark {
  background: var(--brand-cyan);
}

.workflow-tile.fuel,
.workflow-tile.service {
  background: #fffaf2;
}

.workflow-tile.charging,
.workflow-tile.trip,
.workflow-tile.ai {
  background: #f0fbff;
}

.workflow-tile.garage {
  background: #f7f4ff;
}

.workflow-tile.fuel .workflow-mark,
.workflow-tile.service .workflow-mark {
  background: var(--brand-gold);
}

.workflow-tile.garage .workflow-mark {
  background: #c8b6ff;
}

.workflow-tile.ai .workflow-mark {
  background: #9dccff;
}

.ecosystem-chips span,
.experience-card li,
.command-chip {
  background: #eef8ff;
  border-color: #c7e8f6;
  color: #0f5f78;
}

.assistant-window {
  background: #f8fbff;
}

.assistant-message.user {
  background: #eaf9ff;
}

.assistant-message.assistant,
.assistant-result-card {
  background: #ffffff;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #ffffff;
  color: var(--solid-text);
}

.site-footer {
  background: #ffffff;
}

@media (max-width: 980px) {
  .workflow-action-strip {
    left: 18px;
    bottom: 18px;
  }

  .workflow-status-card {
    bottom: 78px;
  }
}

/* Brand alignment pass: match the actual logo with navy, gold, cyan, and solid surfaces. */
body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: #edf5ff;
}

h1,
h2,
h3,
.logo,
.nav-cta,
.btn {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.site-header {
  padding: 16px 6vw 12px;
  background: rgba(237, 245, 255, 0.78);
  border-bottom: 0;
  box-shadow: none;
}

.nav {
  max-width: 1440px;
  padding: 10px 12px;
  border: 1px solid #203a5b;
  border-radius: 24px;
  background: #0b1524;
  box-shadow: 0 22px 55px rgba(11, 21, 36, 0.22);
}

.logo {
  gap: 12px;
  color: #ffffff;
}

.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.logo span {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.nav-links {
  padding: 6px;
  border: 1px solid #1a304d;
  background: #101f34;
  color: #b9c7d8;
}

.nav-links a {
  padding: 9px 13px;
}

.nav-links a:hover {
  color: #f7d8a0;
  background: #172b46;
}

.nav-cta {
  border-color: #e5b264;
  background: #e5b264;
  color: #0b1524;
  box-shadow: none;
}

.menu-toggle {
  border-color: #243e60;
  background: #13243b;
}

.menu-line {
  background: #f7d8a0;
}

.hero {
  padding-top: clamp(72px, 8vw, 120px);
}

.hero h1 {
  max-width: 10.5ch;
  color: #07111f;
  font-weight: 850;
  letter-spacing: -0.075em;
}

.section-heading h2,
.visual-story-copy h2,
.ecosystem-panel h2,
.assistant-copy h2,
.contact-copy h2 {
  font-weight: 850;
  letter-spacing: -0.065em;
}

.hero-text,
.section-heading p,
.visual-story-copy p,
.assistant-copy p,
.contact-copy p {
  color: #384b63;
  font-weight: 550;
}

.eyebrow {
  border-color: #e5b264;
  background: #fffaf0;
  color: #8c5815;
  font-weight: 850;
}

.btn.primary {
  background: #e5b264;
  color: #0b1524;
  box-shadow: 0 18px 40px rgba(229, 178, 100, 0.25);
}

.btn.ghost {
  background: #ffffff;
  border-color: #cad8e8;
  color: #0b1524;
}

.proof-card,
.platform-card,
.workflow-showcase,
.visual-story-card,
.assistant-shell,
.contact-shell,
.hero-product-shot,
.ecosystem-shell {
  border-color: #cddbea;
  box-shadow: 0 24px 60px rgba(11, 21, 36, 0.1);
}

.proof-card span,
.step-index,
.ops-icon {
  background: #f8ecd7;
  border-color: #ead1a7;
  color: #7b4b10;
}

.workflow-showcase {
  padding: 16px;
  background: #ffffff;
}

.workflow-map-card {
  background: #0b1524;
  border-color: #1d3655;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.workflow-map-card::before {
  background:
    linear-gradient(#162b46 1px, transparent 1px),
    linear-gradient(90deg, #162b46 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 1;
}

.workflow-map-top,
.workflow-status-card,
.workflow-action-strip {
  background: #ffffff;
  border-color: #d8e5f2;
  color: #0b1524;
}

.workflow-map-top span,
.workflow-status-card span {
  color: #5c6f86;
}

.workflow-map-top strong,
.workflow-status-card strong {
  color: #0b1524;
}

.workflow-status-card strong {
  color: #b8751c;
}

.workflow-route::before {
  border-color: #75d4f1;
  filter: none;
}

.workflow-route::after {
  background: #e5b264;
  box-shadow: none;
}

.route-dot {
  border-color: #ffffff;
}

.route-dot.start {
  background: #e5b264;
}

.route-dot.mid,
.route-dot.end {
  background: #75d4f1;
}

.workflow-action-strip span {
  background: #eef8ff;
  color: #0f5f78;
}

.workflow-tile {
  min-height: 214px;
  border-color: #d7e3ef;
  box-shadow: none;
}

.workflow-tile h3 {
  color: #0b1524;
  font-weight: 850;
}

.workflow-tile p {
  color: #3f526a;
  font-weight: 700;
}

.workflow-mark {
  color: #0b1524;
  box-shadow: none;
}

.workflow-tile.charging,
.workflow-tile.trip,
.workflow-tile.ai {
  background: #eef8ff;
}

.workflow-tile.fuel,
.workflow-tile.service {
  background: #fff7e8;
}

.workflow-tile.garage {
  background: #f4f0ff;
}

.workflow-tile::after,
.proof-card::after,
.platform-card::after,
.ops-card::after {
  background: #e8f3fb;
}

.showcase-section {
  background: #f6fbff;
}

.showcase-section .section-heading h2 {
  max-width: 12ch;
  color: #07111f;
  text-shadow: none;
}

.assistant-window {
  background: #ffffff;
}

@media (max-width: 980px) {
  .site-header {
    padding: 14px 20px 10px;
  }

  .nav {
    border-radius: 22px;
  }

  .nav-links {
    background: #0b1524;
    border-color: #243e60;
  }

  .nav-links a {
    color: #d8e5f2;
  }

  .hero {
    padding-top: 52px;
  }
}

/* UX cleanup pass: compact header, solid cards, visual sections, no visible numbering. */
body,
h1,
h2,
h3,
.logo,
.nav-cta,
.btn {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.site-header {
  padding: 14px 5vw 8px;
}

.nav {
  max-width: 1220px;
  min-height: 64px;
  padding: 8px 10px;
  border-radius: 20px;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.logo span {
  font-size: 1.04rem;
}

.nav-links {
  gap: 2px;
  padding: 4px;
}

.nav-links a {
  padding: 8px 11px;
  font-size: 0.9rem;
}

.nav-cta {
  padding: 10px 16px;
  font-size: 0.92rem;
}

.section {
  padding-left: max(5vw, calc((100vw - 1220px) / 2));
  padding-right: max(5vw, calc((100vw - 1220px) / 2));
}

.hero h1 {
  font-size: clamp(3rem, 6.2vw, 6rem);
  letter-spacing: -0.07em;
}

.section-heading h2 {
  font-size: clamp(2.45rem, 5.4vw, 5.8rem);
  line-height: 0.96;
}

.section-heading p {
  max-width: 46ch;
}

.proof-card,
.platform-card,
.workflow-tile,
.ops-card,
.assistant-shell,
.contact-shell,
.visual-story-card,
.ecosystem-shell,
.hero-product-shot {
  border: 1px solid #cfddeb;
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 18px 42px rgba(11, 21, 36, 0.08);
}

.proof-card::after,
.platform-card::after,
.workflow-tile::after,
.ops-card::after,
.experience-card::before,
.experience-card::after {
  background-image: none;
  background-color: #eaf4fb;
}

.platform-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-card {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 26px;
}

.platform-icon,
.ops-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  border-radius: 24px;
  border: 1px solid #dfc596;
  background: #fff4df;
  color: #0b1524;
}

.platform-icon::before,
.ops-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: 4px solid currentColor;
  border-radius: 999px;
}

.map-icon::before {
  border-radius: 999px 999px 999px 8px;
  transform: rotate(-45deg);
}

.driver-icon::before {
  width: 42px;
  height: 22px;
  border-radius: 12px 12px 8px 8px;
}

.ops-icon-card::before {
  border-radius: 8px;
  box-shadow: 14px 14px 0 -6px currentColor, -14px 14px 0 -6px currentColor;
}

.deploy-icon::before {
  width: 38px;
  height: 26px;
  border-radius: 6px;
  border-top-width: 8px;
}

.platform-card h3,
.ops-card h3 {
  font-size: 1.28rem;
}

.platform-card p,
.ops-card p {
  font-size: 0.98rem;
}

.workflow-showcase {
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  border-radius: 30px;
  padding: 14px;
}

.workflow-map-card {
  min-height: 520px;
  border-radius: 24px;
  background-color: #0b1524;
  background-image: none;
}

.workflow-map-card::before {
  background-image: none;
  background-color: transparent;
  opacity: 1;
  box-shadow:
    inset 0 0 0 1px #172b46,
    inset 48px 0 0 rgba(117, 212, 241, 0.03),
    inset 0 48px 0 rgba(117, 212, 241, 0.03);
}

.workflow-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.workflow-tile {
  min-height: 164px;
  padding: 22px;
}

.workflow-tile.charging,
.workflow-tile.trip,
.workflow-tile.ai,
.workflow-tile.fuel,
.workflow-tile.service,
.workflow-tile.garage {
  background-image: none;
}

.workflow-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.workflow-tile h3 {
  font-size: 1.32rem;
}

.workflow-tile p {
  margin-top: 8px;
  font-size: 0.94rem;
}

.assistant-shell {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  align-items: stretch;
  padding: 18px;
  border-radius: 30px;
}

.assistant-copy {
  padding: clamp(14px, 2vw, 28px);
}

.assistant-copy h2 {
  max-width: 10ch;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.assistant-command-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.command-chip {
  padding: 10px 13px;
  border-radius: 999px;
  background-color: #eef8ff;
  background-image: none;
  border-color: #cbe8f4;
  color: #0f5f78;
  font-weight: 800;
}

.intelligence-board {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #0b1524;
  background-image: none;
  border-color: #1d3655;
}

.intelligence-orbit {
  position: absolute;
  inset: 28px;
  border: 1px solid #263f60;
  border-radius: 999px;
}

.intelligence-orbit::before,
.intelligence-orbit::after {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid #1b314f;
  border-radius: 999px;
}

.intelligence-orbit::after {
  inset: 116px;
}

.orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 72px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1524;
  font-size: 0.78rem;
  font-weight: 850;
}

.orbit-node.car {
  left: 8%;
  top: 18%;
}

.orbit-node.route {
  right: 12%;
  top: 18%;
}

.orbit-node.stop {
  left: 14%;
  bottom: 18%;
}

.orbit-node.service {
  right: 8%;
  bottom: 18%;
}

.intelligence-core {
  position: absolute;
  inset: 50%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1524;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.intelligence-core img {
  width: 58px;
  height: 58px;
}

.intelligence-core strong {
  font-size: 0.98rem;
}

.intelligence-core span {
  color: #50647c;
  font-size: 0.78rem;
  font-weight: 750;
}

.intelligence-actions {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.intelligence-actions div {
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  color: #0b1524;
}

.intelligence-actions strong,
.intelligence-actions span {
  display: block;
}

.intelligence-actions strong {
  color: #50647c;
  font-size: 0.78rem;
}

.intelligence-actions span {
  margin-top: 4px;
  color: #9a621b;
  font-size: 1.7rem;
  font-weight: 850;
  line-height: 1;
}

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

.ops-card {
  min-height: 230px;
  padding: 26px;
}

.demo-icon::before {
  border-radius: 8px;
}

.trust-icon::before {
  border-radius: 999px 999px 12px 12px;
}

.scale-icon::before {
  border-radius: 8px;
  box-shadow: 14px 0 0 -7px currentColor, -14px 0 0 -7px currentColor;
}

@media (max-width: 980px) {
  .nav {
    min-height: 68px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .platform-grid,
  .ops-grid {
    grid-template-columns: 1fr;
  }

  .workflow-showcase,
  .assistant-shell {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-map-card {
    min-height: 360px;
  }

  .intelligence-board {
    min-height: 520px;
  }

  .intelligence-core {
    top: 38%;
    width: 138px;
    height: 138px;
  }

  .intelligence-actions {
    grid-template-columns: 1fr;
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .intelligence-orbit {
    inset: 22px;
    border-radius: 28px;
  }

  .intelligence-orbit::before,
  .intelligence-orbit::after {
    display: none;
  }

  .orbit-node {
    min-width: 82px;
    height: 38px;
  }

  .orbit-node.car {
    left: 18px;
    top: 18px;
  }

  .orbit-node.route {
    right: 18px;
    top: 18px;
  }

  .orbit-node.stop {
    display: none;
  }

  .orbit-node.service {
    display: none;
  }
}

/* Production finish: this layer intentionally comes last. */
.icon-sprite {
  display: none;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.logo,
.nav-links,
.nav-cta,
.btn,
.eyebrow,
.command-chip,
.route-pill,
.live-pill {
  font-family: "Inter Tight", "Inter", "Segoe UI", sans-serif;
}

.hero h1 {
  letter-spacing: -0.034em;
  word-spacing: 0.025em;
}

.section-heading h2,
.assistant-copy h2,
.contact-copy h2,
.ecosystem-panel h2 {
  letter-spacing: -0.026em;
  word-spacing: 0.018em;
}

.proof-card,
.platform-card,
.workflow-tile,
.ops-card {
  border: 1px solid #bfd0df;
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 16px 38px rgba(11, 21, 36, 0.075);
}

.proof-card::after,
.platform-card::after,
.workflow-tile::after,
.ops-card::after {
  display: none;
}

.proof-card:hover,
.platform-card:hover,
.workflow-tile:hover,
.ops-card:hover {
  border-color: #8fa6b9;
  box-shadow: 0 24px 54px rgba(11, 21, 36, 0.12);
}

.card-icon,
.proof-icon,
.platform-icon,
.ops-icon,
.workflow-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 0 18px;
  border: 1px solid #d9b66f;
  border-radius: 20px;
  background: #0b1524;
  color: #f1c66b;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
}

.workflow-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.card-icon svg,
.proof-icon svg,
.platform-icon svg,
.ops-icon svg,
.workflow-mark svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-mark svg {
  width: 29px;
  height: 29px;
}

.platform-icon::before,
.ops-icon::before,
.map-icon::before,
.driver-icon::before,
.ops-icon-card::before,
.deploy-icon::before,
.demo-icon::before,
.trust-icon::before,
.scale-icon::before {
  display: none !important;
  content: none !important;
}

.workflow-tile.fuel .workflow-mark,
.workflow-tile.service .workflow-mark,
.workflow-tile.garage .workflow-mark,
.workflow-tile.ai .workflow-mark,
.workflow-tile.charging .workflow-mark,
.workflow-tile.trip .workflow-mark {
  background: #0b1524;
  color: #f1c66b;
  border-color: #d9b66f;
}

.proof-card h3,
.platform-card h3,
.workflow-tile h3,
.ops-card h3 {
  color: #0b1524;
  font-weight: 750;
  letter-spacing: -0.018em;
}

.proof-card p,
.platform-card p,
.workflow-tile p,
.ops-card p {
  color: #526477;
  font-weight: 500;
}

.platform-card {
  align-content: start;
}

.platform-card p {
  margin-top: 8px;
}

.ops-card {
  padding: 28px;
}

.workflow-grid {
  gap: 16px;
}

.workflow-tile {
  min-height: 172px;
  padding: 24px;
}

.workflow-status-card,
.workflow-pill,
.ecosystem-chips span,
.assistant-result-card,
.intelligence-actions div {
  border-color: #b8c9d9;
  background-image: none;
}

@media (max-width: 980px) {
  .card-icon,
  .proof-icon,
  .platform-icon,
  .ops-icon,
  .workflow-mark {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .card-icon svg,
  .proof-icon svg,
  .platform-icon svg,
  .ops-icon svg,
  .workflow-mark svg {
    width: 27px;
    height: 27px;
  }
}

/* Absolute final lock: solid workflow cards and consistent icon wells. */
.proof-card .proof-icon,
.platform-card .platform-icon,
.ops-card .ops-icon,
.workflow-tile .workflow-mark {
  border: 1px solid #d9b66f;
  background: #0b1524;
  color: #f1c66b;
}

.workflow-tile.charging,
.workflow-tile.trip,
.workflow-tile.ai,
.workflow-tile.fuel,
.workflow-tile.service,
.workflow-tile.garage {
  background: #ffffff;
  border-color: #bfd0df;
}

.workflow-tile.charging::before,
.workflow-tile.trip::before,
.workflow-tile.ai::before,
.workflow-tile.fuel::before,
.workflow-tile.service::before,
.workflow-tile.garage::before {
  background: #d8a64a;
}

/* Premium system pass: reduce generic card feel, sharpen typography, and use Masar solid surfaces. */
body {
  font-family: "Inter", "Segoe UI", sans-serif;
  background: #eef6fd;
  color: #07111f;
}

h1,
h2,
h3,
.logo,
.nav-links,
.nav-cta,
.btn,
.eyebrow,
.command-chip,
.route-pill,
.live-pill {
  font-family: "Geist", "Inter", "Segoe UI", sans-serif;
}

.site-header {
  padding-top: 18px;
  background: rgba(238, 246, 253, 0.82);
  border-bottom: 0;
}

.nav {
  max-width: 1180px;
  min-height: 62px;
  padding: 9px 10px 9px 12px;
  border: 1px solid rgba(10, 27, 46, 0.08);
  border-radius: 26px;
  background: #07111f;
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.16);
}

.logo {
  gap: 10px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #0b1524;
  box-shadow: 0 0 0 1px rgba(231, 177, 82, 0.28);
}

.nav-links {
  gap: 0;
  padding: 5px;
  border: 1px solid rgba(184, 201, 217, 0.14);
  border-radius: 999px;
  background: #0d1b2e;
}

.nav-links a {
  padding: 8px 13px;
  border-radius: 999px;
  color: #d5e1ec;
  font-size: 0.88rem;
  font-weight: 550;
  letter-spacing: -0.018em;
}

.nav-links a:hover {
  background: #14263c;
  color: #ffffff;
}

.nav-cta,
.btn.primary {
  background: #e6ad4d;
  color: #07111f;
  box-shadow: 0 14px 28px rgba(152, 92, 12, 0.18);
}

.btn.ghost {
  border-color: #b6c8d7;
  background: #ffffff;
  color: #07111f;
}

.section {
  padding-left: max(6vw, calc((100vw - 1180px) / 2));
  padding-right: max(6vw, calc((100vw - 1180px) / 2));
}

.hero {
  min-height: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  gap: clamp(42px, 7vw, 92px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0ad55;
  background: #fff9ec;
  color: #9b5c08;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.hero h1 {
  max-width: 10ch;
  margin-top: 20px;
  font-size: clamp(3.3rem, 6vw, 5.95rem);
  line-height: 0.92;
  letter-spacing: -0.058em;
}

.hero-text {
  max-width: 48ch;
  color: #364d65;
  font-size: 1.12rem;
  font-weight: 620;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 28px;
}

.hero-product-shot {
  padding: 14px;
  border: 1px solid #b9cada;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 26px 65px rgba(7, 17, 31, 0.12);
}

.hero-product-shot img {
  border-radius: 24px;
}

.hero-image-card {
  right: 28px;
  bottom: 28px;
  max-width: 340px;
  border: 1px solid #d7e2ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.14);
}

.proof-section {
  padding-top: 8px;
  padding-bottom: 78px;
}

.proof-grid {
  gap: 16px;
}

.proof-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 20px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid #14263c;
  border-radius: 30px;
  background: #07111f;
  box-shadow: 0 22px 50px rgba(7, 17, 31, 0.18);
}

.proof-card::before {
  display: none;
}

.proof-card .proof-icon {
  grid-row: span 2;
  width: 70px;
  height: 70px;
  margin: 0;
  border-radius: 23px;
  background: #102139;
  color: #efbd61;
}

.proof-card h3 {
  align-self: end;
  color: #ffffff;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.proof-card p {
  align-self: start;
  margin: 6px 0 0;
  color: #b8c9d9;
  font-size: 0.98rem;
  line-height: 1.5;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.85rem, 5.2vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.section-heading p {
  margin-top: 18px;
  color: #415870;
  font-size: 1.05rem;
  font-weight: 650;
}

.platform-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.platform-card,
.ops-card {
  min-height: 238px;
  padding: 24px;
  border: 1px solid #c1d1df;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.08);
}

.platform-card::before,
.ops-card::before,
.workflow-tile::before {
  display: none;
}

.platform-card .platform-icon,
.ops-card .ops-icon,
.workflow-tile .workflow-mark {
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border: 0;
  border-radius: 22px;
  background: #07111f;
  color: #efbd61;
  box-shadow: inset 0 0 0 1px rgba(239, 189, 97, 0.35);
}

.platform-card h3,
.ops-card h3,
.workflow-tile h3 {
  color: #07111f;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.platform-card p,
.ops-card p,
.workflow-tile p {
  color: #4c6175;
  font-size: 0.98rem;
  font-weight: 560;
  line-height: 1.6;
}

.ecosystem-shell,
.visual-story-card,
.workflow-showcase,
.assistant-shell,
.contact-shell {
  border: 1px solid #bfd0df;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.09);
}

.ecosystem-panel {
  border: 1px solid #d6e2ec;
  border-radius: 28px;
  background: #ffffff;
}

.ecosystem-chips span,
.command-chip,
.workflow-action-strip span {
  border-color: #cad9e6;
  background: #eef6fd;
  color: #0a5d78;
  font-weight: 800;
}

.visual-story-copy h2,
.assistant-copy h2,
.contact-copy h2 {
  color: #07111f;
  letter-spacing: -0.055em;
}

.visual-story-copy p,
.assistant-copy p,
.contact-copy p {
  color: #455c74;
  font-weight: 560;
}

.workflow-showcase {
  grid-template-columns: minmax(420px, 1fr) minmax(390px, 0.92fr);
  gap: 18px;
  padding: 18px;
}

.workflow-map-card {
  min-height: 560px;
  border: 1px solid #102139;
  border-radius: 28px;
  background: #07111f;
}

.workflow-grid {
  gap: 14px;
}

.workflow-tile {
  min-height: 174px;
  padding: 24px;
  border: 1px solid #c1d1df;
  border-radius: 28px;
  background: #ffffff;
}

.workflow-tile .workflow-mark {
  margin-bottom: 28px;
}

.workflow-status-card {
  border: 1px solid #cdd9e4;
  border-radius: 20px;
  background: #ffffff;
}

.assistant-shell {
  grid-template-columns: minmax(320px, 0.8fr) minmax(440px, 1.2fr);
  padding: 20px;
}

.assistant-copy {
  padding: clamp(24px, 4vw, 50px);
}

.assistant-copy h2 {
  max-width: 9ch;
}

.intelligence-board {
  background: #07111f;
  border-radius: 28px;
}

.intelligence-core {
  border: 1px solid #d7e2ec;
  background: #ffffff;
}

.intelligence-actions div,
.assistant-result-card {
  border: 1px solid #cdd9e4;
  background: #ffffff;
}

.ops-grid {
  gap: 16px;
}

.contact-section {
  padding-bottom: 98px;
}

.contact-form {
  border: 1px solid #d6e2ec;
  background: #f8fbfe;
}

.contact-form input,
.contact-form select {
  border-color: #c4d4e2;
  background: #ffffff;
}

@media (max-width: 980px) {
  .site-header {
    padding: 14px 20px 8px;
  }

  .nav {
    border-radius: 22px;
  }

  .hero {
    padding-top: 54px;
    padding-bottom: 54px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero h1,
  .section-heading h2 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.6rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
  }

  .proof-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .proof-card .proof-icon {
    grid-row: auto;
  }

  .platform-grid,
  .workflow-showcase,
  .assistant-shell {
    grid-template-columns: 1fr;
  }

  .platform-card,
  .workflow-tile,
  .ops-card {
    min-height: auto;
  }

  .workflow-map-card {
    min-height: 430px;
  }
}

/* Car-first correction: keep vehicle visuals prominent and avoid image cropping. */
.hero-product-shot {
  max-width: 620px;
  justify-self: end;
}

.hero-product-shot img {
  aspect-ratio: 16 / 10.4;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #e9f3fb;
}

.visual-story-section {
  padding-top: 64px;
}

.visual-story-grid {
  gap: 20px;
}

.visual-story-card,
.visual-story-card.reverse {
  grid-template-columns: minmax(520px, 1.08fr) minmax(320px, 0.72fr);
  padding: 16px;
  border-radius: 34px;
  background: #ffffff;
}

.visual-story-card.reverse {
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.08fr);
}

.visual-story-card img {
  min-height: 500px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #eef6fd;
  border: 1px solid #d5e2ec;
  box-shadow: none;
}

.visual-story-card:first-child img {
  background: #eaf4fb;
}

.visual-story-card.reverse img {
  order: 2;
}

.visual-story-copy {
  background: #07111f;
  color: #ffffff;
}

.visual-story-copy .eyebrow {
  background: #14263c;
  color: #efbd61;
  border-color: rgba(239, 189, 97, 0.42);
}

.visual-story-copy h2 {
  color: #ffffff;
}

  .visual-story-copy p {
    color: #c5d4e2;
  }

@media (max-width: 980px) {
  .hero-product-shot {
    max-width: none;
    justify-self: stretch;
  }

  .visual-story-card,
  .visual-story-card.reverse {
    grid-template-columns: 1fr;
  }

  .visual-story-card.reverse img,
  .visual-story-card.reverse .visual-story-copy {
    order: initial;
  }

  .visual-story-card img {
    min-height: 300px;
  }
}

/* Final product-led polish: clearer car story, compact cards, richer form. */
.hero h1 {
  max-width: 9.8ch;
  font-size: clamp(3.35rem, 5.85vw, 5.85rem);
  line-height: 0.91;
}

.hero-text {
  max-width: 43ch;
}

.hero-product-shot {
  position: relative;
}

.hero-signal-stack {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.12);
  backdrop-filter: blur(16px);
}

.hero-signal-stack span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #07111f;
  color: #efbd61;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.platform-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 152px;
  gap: 22px;
  padding: 24px;
}

.platform-card .platform-icon {
  margin: 0;
  width: 68px;
  height: 68px;
}

.platform-card h3 {
  font-size: 1.42rem;
}

.platform-card p {
  margin-top: 6px;
  max-width: 30ch;
}

.visual-story-card,
.visual-story-card.reverse {
  gap: 18px;
}

.visual-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.05), transparent 34%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.1), transparent 30%);
}

.visual-route-panel {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 118px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 420px;
  padding: 9px;
  border: 1px solid rgba(214, 226, 236, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 40px rgba(7, 17, 31, 0.12);
  backdrop-filter: blur(14px);
}

.visual-route-panel span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #eef6fd;
  color: #0a5d78;
  font-size: 0.78rem;
  font-weight: 900;
}

.visual-route-panel.service-panel {
  left: auto;
  max-width: 390px;
}

.visual-story-copy {
  min-height: 530px;
}

.visual-story-copy h2 {
  font-size: clamp(2.25rem, 3.35vw, 3.65rem);
}

.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #c3d2df;
  border-radius: 17px;
  background: #f8fbfe;
  color: #07111f;
  font-weight: 650;
  resize: vertical;
  outline: none;
}

.contact-form textarea:focus {
  border-color: #e0ad55;
  box-shadow: 0 0 0 4px rgba(224, 173, 85, 0.15);
}

.contact-copy {
  min-height: 610px;
}

.contact-form {
  align-content: start;
}

@media (max-width: 980px) {
  .hero-signal-stack {
    top: 18px;
    left: 18px;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: auto;
  }

  .visual-route-panel {
    display: none;
  }

  .visual-story-copy {
    min-height: auto;
  }

  .contact-copy {
    min-height: auto;
  }
}

/* Final responsive premium layer: mobile-first behavior across phone, tablet, laptop, desktop. */
:root {
  --final-bg: #eef6fd;
  --final-ink: #07111f;
  --final-muted: #415870;
  --final-navy: #07111f;
  --final-navy-2: #0b1728;
  --final-gold: #efb64d;
  --final-line: #bfd0df;
  --final-card: #ffffff;
  --final-radius-sm: 18px;
  --final-radius-md: 24px;
  --final-radius-lg: 32px;
  --final-shadow: 0 22px 58px rgba(7, 17, 31, 0.1);
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: var(--final-bg);
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.site-header {
  padding: max(12px, env(safe-area-inset-top)) clamp(14px, 4vw, 28px) 8px;
}

.nav {
  width: min(100%, 1180px);
  min-height: 62px;
}

.section {
  width: 100%;
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
}

.hero {
  display: grid;
  min-height: auto;
  padding-top: clamp(42px, 8vw, 76px);
  padding-bottom: clamp(46px, 8vw, 86px);
}

.hero-copy {
  max-width: 680px;
}

.hero h1,
.section-heading h2,
.visual-story-copy h2,
.assistant-copy h2,
.contact-copy h2 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(3.1rem, 12vw, 5.85rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.hero-text,
.section-heading p,
.visual-story-copy p,
.assistant-copy p,
.contact-copy p {
  font-size: clamp(1rem, 2.6vw, 1.12rem);
  line-height: 1.58;
}

.btn {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.hero-product-shot,
.ecosystem-shell,
.visual-story-card,
.workflow-showcase,
.assistant-shell,
.contact-shell {
  border-radius: clamp(24px, 4vw, 36px);
}

.hero-product-shot {
  width: 100%;
}

.hero-product-shot img {
  min-height: 0;
  border-radius: clamp(18px, 3vw, 26px);
}

.proof-grid,
.ops-grid {
  display: grid;
  gap: clamp(12px, 2.5vw, 18px);
}

.proof-card,
.platform-card,
.ops-card,
.workflow-tile {
  border-radius: clamp(22px, 3vw, 30px);
}

.platform-grid {
  display: grid;
  gap: clamp(12px, 2.4vw, 18px);
}

.platform-card {
  grid-template-columns: auto 1fr;
}

.ecosystem-shell img {
  object-fit: cover;
}

.visual-story-grid {
  display: grid;
  gap: clamp(18px, 3vw, 24px);
}

.visual-media {
  min-height: clamp(310px, 48vw, 560px);
}

.visual-media img {
  min-height: clamp(310px, 48vw, 560px);
}

.visual-badge {
  max-width: min(260px, calc(100% - 36px));
}

.workflow-showcase {
  display: grid;
}

.workflow-grid {
  display: grid;
  gap: clamp(12px, 2vw, 16px);
}

.assistant-shell,
.contact-shell {
  display: grid;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 16px;
}

.site-footer {
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
}

@media (max-width: 639px) {
  .site-header {
    position: sticky;
  }

  .nav {
    min-height: 60px;
    padding: 8px 10px;
    border-radius: 22px;
  }

  .logo span {
    font-size: 1rem;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
  }

  .menu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(197, 212, 226, 0.22);
    border-radius: 999px;
    background: #102139;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 82px 14px auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(7, 17, 31, 0.96);
    box-shadow: 0 26px 70px rgba(7, 17, 31, 0.28);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    padding: 14px 16px;
    border-radius: 16px;
    background: #0d1b2e;
    font-size: 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 42px;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero h1 {
    max-width: 9ch;
    margin-top: 18px;
    font-size: clamp(3rem, 15vw, 4.15rem);
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .hero-image-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .hero-signal-stack {
    top: 16px;
    left: 16px;
    gap: 6px;
    padding: 6px;
  }

  .hero-signal-stack span {
    padding: 7px 9px;
    font-size: 0.68rem;
  }

  .proof-grid,
  .platform-grid,
  .workflow-grid,
  .ops-grid,
  .assistant-shell,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .proof-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
  }

  .proof-card .proof-icon {
    grid-row: auto;
  }

  .section-heading h2 {
    max-width: 9.8ch;
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .platform-card {
    min-height: auto;
    padding: 20px;
  }

  .ecosystem-shell {
    padding: 12px;
  }

  .ecosystem-shell img {
    min-height: 300px;
  }

  .ecosystem-panel {
    position: static;
    max-width: none;
    margin-top: 12px;
    transform: none;
  }

  .visual-story-card,
  .visual-story-card.reverse {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .visual-story-card.reverse .visual-media,
  .visual-story-card.reverse .visual-story-copy {
    order: initial;
  }

  .visual-media,
  .visual-media img {
    min-height: 340px;
  }

  .visual-media img {
    object-position: center;
  }

  .visual-badge {
    left: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .visual-badge.secondary,
  .visual-route-panel {
    display: none;
  }

  .visual-story-copy {
    min-height: auto;
    padding: 24px;
  }

  .visual-story-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  .workflow-showcase {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .workflow-map-card {
    min-height: 400px;
  }

  .workflow-tile {
    min-height: auto;
  }

  .assistant-shell {
    padding: 12px;
  }

  .assistant-copy {
    padding: 24px;
  }

  .intelligence-board {
    min-height: 430px;
  }

  .contact-shell {
    gap: 12px;
    padding: 12px;
  }

  .contact-copy {
    min-height: auto;
    padding: 24px;
  }

  .contact-copy h2 {
    max-width: 9ch;
    font-size: clamp(2.7rem, 13vw, 3.7rem);
  }

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

  .contact-form {
    padding: 22px;
  }

  .site-footer {
    display: grid;
    gap: 18px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* Premium refinement: connected journey, legible interaction states, stronger visual proof. */
.ribbon-moment {
  overflow: visible;
}

.moment-link {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 150px;
  background-color: #163852;
}

.moment-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #efb64d;
  transform: translateX(-50%);
  box-shadow: 0 0 0 5px #163852;
}

.moment-stop .moment-link {
  height: 108px;
}

.moment-care .moment-link {
  height: 126px;
}

.destination-beacon {
  position: absolute;
  right: 8%;
  top: 33%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 7px solid #10253c;
  border-radius: 25px;
  background-color: #ffffff;
  color: #07111f;
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.24);
}

.destination-beacon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #167f98;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-meter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 5px;
}

.journey-meter i {
  height: 5px;
  border-radius: 999px;
  background-color: #c3d3df;
}

.journey-meter i.done {
  background-color: #167f98;
}

.journey-meter i.active {
  background-color: #b97814;
}

.reply-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 2px;
}

.reply-proof > span {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 7px;
  align-items: center;
  min-height: 50px;
  padding: 9px 10px;
  border: 1px solid #7c5310;
  border-radius: 15px;
  background-color: #fff7e6;
  color: #07111f;
}

.reply-proof svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #167f98;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reply-proof small {
  color: #302008;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
}

.voice-scenarios button {
  border: 1px solid transparent;
  color: #dbe8f0;
}

.voice-scenarios button:hover {
  border-color: #4c6b84;
  background-color: #17334e;
  color: #ffffff;
}

.voice-scenarios button:focus-visible {
  border-color: #4fd9f1;
  outline: 3px solid rgba(79, 217, 241, 0.22);
  background-color: #17334e;
  color: #ffffff;
}

.voice-scenarios button.active,
.voice-scenarios button.active:hover,
.voice-scenarios button.active:focus-visible {
  border-color: #4fd9f1;
  background-color: #4fd9f1;
  color: #07111f;
}

.voice-scenarios button.active svg {
  stroke: #07111f;
}

.invitation-mark {
  align-content: center;
  gap: 30px;
  padding: 34px 24px;
}

.invitation-mark::before,
.invitation-mark::after {
  opacity: 0.9;
}

.invitation-orbit {
  position: absolute;
  inset: 28px;
  border: 2px solid #07111f;
  border-radius: 48%;
}

.invitation-orbit span {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid #efb64d;
  border-radius: 15px;
  background-color: #07111f;
  color: #ffffff;
}

.invitation-orbit span:nth-child(1) { left: -18px; top: 18%; }
.invitation-orbit span:nth-child(2) { right: -18px; top: 45%; }
.invitation-orbit span:nth-child(3) { left: 22%; bottom: -19px; }

.invitation-orbit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.request-preview {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 230px);
  gap: 6px;
  padding: 17px;
  border: 2px solid #07111f;
  border-radius: 20px;
  background-color: #ffffff;
}

.request-preview span {
  color: #81520d;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-preview strong {
  color: #07111f;
  font-size: 1.15rem;
  line-height: 1.15;
}

.journey-options label:hover {
  border-color: #4c6b84;
  background-color: #17334e;
}

.journey-options label:focus-within {
  border-color: #4fd9f1;
  outline: 3px solid rgba(79, 217, 241, 0.2);
  background-color: #17334e;
}

.journey-options label.selected,
.journey-options label.selected:hover,
.journey-options label.selected:focus-within {
  border-color: #efb64d;
  outline-color: rgba(239, 182, 77, 0.2);
  background-color: #efb64d;
}

.journey-options label:hover strong,
.journey-options label:focus-within strong {
  color: #ffffff;
}

.journey-options label.selected strong,
.journey-options label.selected:hover strong,
.journey-options label.selected:focus-within strong {
  color: #07111f;
}

.journey-options label.selected > span {
  background-color: #07111f;
  color: #ffffff;
}

#contact .request-details input {
  border-color: #557087;
  background-color: #ffffff;
  color: #07111f;
}

#contact .request-details input::placeholder {
  color: #536b80;
  opacity: 1;
}

#contact .request-details input:focus {
  border-color: #4fd9f1;
  background-color: #ffffff;
}

.request-details label > span,
.request-note {
  color: #c9d8e4;
}

#contact .request-details .btn {
  background-color: #efb64d;
  color: #07111f;
}

/* Production cohesion pass: one rhythm, one component language, one closing moment. */
main > .section {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1240px) / 2));
  padding-left: max(20px, calc((100vw - 1240px) / 2));
}

main > .section > :where(.proof-grid, .campaign-drive, .ecosystem-shell, .visual-story-grid, .section-heading, .journey-ribbon, .codriver-stage, .ops-grid, .launch-invitation) {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading.narrow {
  max-width: 800px !important;
}

.section-heading.narrow h2 {
  text-wrap: balance;
}

.proof-card,
.ops-card {
  border-radius: 24px;
}

.campaign-drive,
.ecosystem-shell,
.journey-ribbon,
.codriver-stage,
.launch-invitation {
  border-radius: clamp(28px, 3vw, 40px);
}

.visual-story-card,
.visual-media,
.visual-story-copy {
  border-radius: clamp(24px, 2.5vw, 34px);
}

#experience .ribbon-road {
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

/* Footer: a final Masar journey rather than a generic navigation strip. */
.site-footer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px) max(20px, calc((100vw - 1240px) / 2)) max(18px, env(safe-area-inset-bottom));
  border: 0;
  background-color: #07111f;
  color: #ffffff;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background-color: #efb64d;
}

.footer-journey {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  max-width: 1240px;
  min-height: 410px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0;
  border-bottom: 1px solid #29445d;
}

.footer-journey-copy {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.footer-journey-copy .eyebrow {
  margin: 0;
  border-color: #7f5f26;
  background-color: #17283b;
  color: #f5c15e;
}

.footer-journey-copy h2 {
  max-width: 8ch;
  margin: 0;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.footer-journey-copy > p:not(.eyebrow) {
  max-width: 40ch;
  margin: 0;
  color: #b8c9d7;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.65;
}

.site-footer .footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  margin-top: 6px;
}

.site-footer .footer-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 18px;
  border: 1px solid #3d5870;
  border-radius: 15px;
  background-color: #10253c;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 850;
}

.site-footer .footer-actions .footer-demo {
  border-color: #efb64d;
  background-color: #efb64d;
  color: #07111f;
}

.site-footer .footer-actions a:hover,
.site-footer .footer-actions a:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #07111f;
}

.footer-route-card {
  position: relative;
  display: grid;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #35516a;
  border-radius: 34px;
  background-color: #10253c;
  box-shadow: 18px 18px 0 #efb64d;
}

.footer-route-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.footer-route-logo {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  background-color: #ffffff;
}

.footer-route-logo img {
  width: 38px;
  height: 38px;
}

.footer-route-head > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.footer-route-head small,
.footer-route-answer span {
  color: #9fb3c6;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-route-head strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.footer-route-head > i {
  padding: 7px 10px;
  border-radius: 999px;
  background-color: #0b6f79;
  color: #ffffff;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-route-track {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: start;
  gap: 10px;
  padding: 22px 16px 14px;
  border-radius: 24px;
  background-color: #07111f;
}

.footer-route-track > i {
  height: 2px;
  margin-top: 22px;
  background-color: #365069;
}

.footer-route-track > i:first-of-type {
  background-color: #efb64d;
}

.route-step {
  display: grid;
  min-width: 72px;
  justify-items: center;
  gap: 8px;
  color: #71889b;
}

.route-step svg {
  width: 22px;
  height: 22px;
  padding: 10px;
  overflow: visible;
  border-radius: 14px;
  background-color: #1a344c;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.route-step small {
  color: currentColor;
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}

.route-step.is-ready {
  color: #efb64d;
}

.route-step.is-active {
  color: #ffffff;
}

.route-step.is-active svg {
  background-color: #0b6f79;
}

.footer-route-answer {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 24px;
  background-color: #ffffff;
}

.footer-route-answer span {
  color: #7b5a1c;
}

.footer-route-answer strong {
  max-width: 22ch;
  color: #07111f;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.footer-navigation {
  display: grid;
  grid-template-columns: minmax(190px, 1.2fr) minmax(140px, 0.7fr) minmax(140px, 0.7fr) minmax(240px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-self: start;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.site-footer .footer-brand img {
  width: 54px;
  height: 54px;
  border: 1px solid #38536c;
  border-radius: 17px;
  background-color: #10253c;
}

.site-footer .footer-brand > span,
.footer-availability > div {
  display: grid;
  gap: 4px;
}

.site-footer .footer-brand strong,
.footer-availability strong {
  color: #ffffff;
  font-size: 1rem;
}

.site-footer .footer-brand small,
.footer-availability small {
  color: #9fb3c6;
  font-size: 0.72rem;
}

.footer-link-group {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
}

.footer-link-group > span {
  margin-bottom: 4px;
  color: #efb64d;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-link-group a {
  color: #b8c9d7;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible {
  color: #ffffff;
}

.footer-availability {
  display: flex;
  align-self: start;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #29445d;
  border-radius: 18px;
  background-color: #10253c;
}

.availability-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 4px solid #174650;
  border-radius: 50%;
  background-color: #4fd9f1;
  box-sizing: content-box;
}

.site-footer .footer-bottom {
  display: flex;
  width: 100%;
  max-width: 1240px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 20px 0 4px;
  border-top: 1px solid #29445d;
}

.site-footer .footer-bottom p {
  margin: 0;
  color: #8299aa;
  font-size: 0.72rem;
}

.site-footer .footer-bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #d4e0e8;
  font-size: 0.75rem;
  font-weight: 800;
}

.site-footer .footer-bottom a span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background-color: #17334e;
}

@media (max-width: 920px) {
  .footer-journey {
    grid-template-columns: 1fr;
  }

  .footer-journey-copy h2 {
    max-width: 10ch;
  }

  .footer-route-card {
    max-width: 650px;
  }

  .footer-navigation {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .footer-availability {
    grid-column: 1 / -1;
  }
}

@media (max-width: 639px) {
  main > .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-heading.narrow {
    max-width: 100% !important;
  }

  .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-journey {
    min-height: 0;
    padding: 50px 0 42px;
  }

  .footer-journey-copy h2 {
    font-size: clamp(3.4rem, 17vw, 4.7rem);
  }

  .site-footer .footer-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .footer-route-card {
    padding: 16px;
    border-radius: 26px;
    box-shadow: 8px 8px 0 #efb64d;
  }

  .footer-route-track {
    gap: 4px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .route-step {
    min-width: 64px;
  }

  .route-step svg {
    width: 19px;
    height: 19px;
    padding: 9px;
  }

  .route-step small {
    font-size: 0.58rem;
  }

  .footer-navigation {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .site-footer .footer-brand,
  .footer-availability {
    grid-column: 1 / -1;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 4px;
  }
}

@media (max-width: 360px) {
  .footer-route-head > i {
    display: none;
  }

  .footer-route-head {
    grid-template-columns: auto 1fr;
  }

  .footer-route-track > i {
    min-width: 8px;
  }
}

/* Final brand alignment: one strong palette across navigation, photography, and controls. */
:root {
  --masar-ink: #07111f;
  --masar-petrol: #0b6275;
  --masar-petrol-deep: #08495a;
  --masar-amber: #efb64d;
  --masar-signal: #48cfe3;
  --masar-canvas: #f3f5f7;
  --masar-paper: #ffffff;
  --masar-line: #a9bcc9;
  --masar-muted: #40566b;
}

body {
  background-color: var(--masar-canvas);
}

.ambient-grid,
.contact-form .btn::after {
  display: none !important;
  background-image: none !important;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  background-color: rgba(7, 17, 31, 0.42);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: max(12px, env(safe-area-inset-top)) clamp(16px, 4vw, 30px) 10px;
  border: 0;
  background-color: rgba(243, 245, 247, 0.96);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header .nav {
  position: relative;
  width: min(100%, 1180px);
  min-height: 76px;
  margin: 0 auto;
  padding: 9px 10px 9px 9px;
  border: 1px solid #1d3951;
  border-radius: 25px;
  background-color: var(--masar-ink);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.16);
  transition: min-height 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled .nav {
  min-height: 68px;
  box-shadow: 0 14px 32px rgba(7, 17, 31, 0.2);
}

.site-header .logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  color: #ffffff;
}

.site-header .logo-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid #38526a;
  border-radius: 18px;
  background-color: #10253c;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.site-header .logo:hover .logo-mark,
.site-header .logo:focus-visible .logo-mark {
  border-color: var(--masar-amber);
  transform: translateY(-1px);
}

.site-header .logo-copy {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.site-header .logo-copy strong {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.site-header .logo-copy small {
  color: var(--masar-amber);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-header .nav-links {
  display: flex;
  align-items: stretch;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.site-header .nav-links > a:not(.mobile-nav-cta) {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 11px;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  color: #c8d7e2;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: color 160ms ease, background-color 160ms ease;
}

.site-header .nav-links > a:not(.mobile-nav-cta)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--masar-amber);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-header .nav-links > a:not(.mobile-nav-cta):hover,
.site-header .nav-links > a:not(.mobile-nav-cta):focus-visible,
.site-header .nav-links > a:not(.mobile-nav-cta).active {
  background-color: #10253c;
  color: #ffffff;
  outline: none;
}

.site-header .nav-links > a:not(.mobile-nav-cta).active::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.site-header .nav-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 6px 7px 6px 18px;
  border: 1px solid var(--masar-amber);
  border-radius: 17px;
  background-color: var(--masar-amber);
  color: var(--masar-ink);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.site-header .nav-cta i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background-color: var(--masar-ink);
  color: #ffffff;
  font-style: normal;
  font-size: 1rem;
}

.site-header .nav-cta:hover,
.site-header .nav-cta:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--masar-ink);
  outline: none;
  transform: translateY(-1px);
}

.site-header .menu-toggle {
  display: none;
}

/* Image surfaces use the same solid hierarchy as the product UI. */
.hero-product-shot,
.ecosystem-shell,
.visual-story-card,
.visual-media {
  background-image: none !important;
}

.hero-product-shot {
  border: 1px solid var(--masar-line);
  background-color: #ffffff;
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.13);
}

.hero-product-shot img,
.ecosystem-shell > img,
.visual-media img {
  filter: saturate(0.96) contrast(1.03);
}

.hero-image-card {
  border-color: var(--masar-ink);
  background-color: #ffffff;
  color: var(--masar-ink);
  box-shadow: 8px 8px 0 var(--masar-ink);
}

.hero-image-card span {
  color: #9a5d08;
}

.ecosystem-shell {
  border: 1px solid var(--masar-line);
  background-color: #ffffff;
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.12);
}

.ecosystem-panel {
  border: 2px solid var(--masar-ink);
  background-color: #ffffff;
  color: var(--masar-ink);
  box-shadow: 8px 8px 0 var(--masar-petrol);
}

.visual-story-card {
  border: 1px solid var(--masar-line);
  background-color: #ffffff;
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.12);
}

.visual-story-copy {
  background-color: var(--masar-ink);
}

.visual-story-card.reverse .visual-story-copy {
  background-color: var(--masar-petrol-deep);
}

.visual-story-copy::after {
  background-color: var(--masar-amber);
}

.visual-badge.primary {
  border-color: var(--masar-ink);
  background-color: var(--masar-amber);
}

.visual-badge.secondary {
  border-color: var(--masar-petrol-deep);
  background-color: var(--masar-petrol);
}

.visual-badge.secondary span,
.visual-badge.secondary strong {
  color: #ffffff;
}

.visual-route-panel {
  border-color: var(--masar-ink);
  background-color: #ffffff;
}

@media (max-width: 960px) {
  .site-header {
    padding: max(10px, env(safe-area-inset-top)) 16px 8px;
  }

  .site-header .nav {
    min-height: 66px;
    padding: 7px 8px;
    border-radius: 22px;
  }

  .site-header .logo {
    min-width: 0;
  }

  .site-header .logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .site-header .nav-cta {
    display: none;
  }

  .site-header .menu-toggle {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-content: center;
    padding: 0;
    border: 1px solid #36536c;
    border-radius: 16px;
    background-color: #10253c;
  }

  .site-header .menu-line {
    width: 19px;
    height: 2px;
    background-color: var(--masar-amber);
    transition: transform 160ms ease;
  }

  .site-header .menu-toggle[aria-expanded="true"] .menu-line:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header .menu-toggle[aria-expanded="true"] .menu-line:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-header .nav-links {
    position: fixed;
    inset: 84px 16px auto;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid #29465f;
    border-radius: 24px;
    background-color: var(--masar-ink);
    box-shadow: 0 22px 48px rgba(7, 17, 31, 0.28);
  }

  .site-header .nav-links.open {
    display: grid;
  }

  .site-header .nav-links > a:not(.mobile-nav-cta) {
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #29465f;
    background-color: #10253c;
    font-size: 0.93rem;
  }

  .site-header .nav-links > a:not(.mobile-nav-cta)::after {
    display: none;
  }

  .site-header .nav-links > a:not(.mobile-nav-cta).active {
    border-color: var(--masar-amber);
    background-color: var(--masar-petrol-deep);
  }

  .site-header .mobile-nav-cta {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 12px 10px 16px;
    border: 1px solid var(--masar-amber);
    border-radius: 16px;
    background-color: var(--masar-amber);
    color: var(--masar-ink);
    font-weight: 850;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header .logo-copy small {
    font-size: 0.57rem;
    letter-spacing: 0.1em;
  }

  .site-header .nav-links {
    inset: 80px 12px auto;
    grid-template-columns: 1fr;
  }

  .site-header .mobile-nav-cta {
    grid-column: auto;
  }

  .hero-image-card,
  .ecosystem-panel {
    box-shadow: 5px 5px 0 var(--masar-ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .nav,
  .site-header .logo-mark,
  .site-header .nav-links > a,
  .site-header .nav-cta,
  .site-header .menu-line {
    transition: none !important;
  }
}

/* Marketing-led journey portrait replaces the former product architecture diagram. */
#platform.personal-drive-section {
  display: grid;
  gap: clamp(30px, 4vw, 52px);
  background-color: #eef5f7;
}

#platform .personal-drive-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

#platform .personal-drive-heading h2 {
  max-width: 13ch;
  margin-top: 18px;
  color: var(--masar-ink);
  font-size: clamp(3.2rem, 6.2vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

#platform .personal-drive-heading > p {
  max-width: 35ch;
  margin: 0 0 8px;
  color: var(--masar-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 650;
  line-height: 1.55;
}

.drive-portrait {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid #22425a;
  border-radius: 42px;
  background-color: var(--masar-ink);
  box-shadow: 0 30px 72px rgba(7, 17, 31, 0.17);
  isolation: isolate;
}

.drive-horizon {
  position: absolute;
  inset: 0 0 44%;
  overflow: hidden;
  background-color: #d8edf3;
}

.drive-horizon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: var(--masar-signal);
}

.horizon-sun {
  position: absolute;
  top: 60px;
  right: 11%;
  width: 118px;
  height: 118px;
  border: 24px solid rgba(239, 182, 77, 0.25);
  border-radius: 50%;
  background-color: var(--masar-amber);
}

.horizon-block {
  position: absolute;
  bottom: 5px;
  width: 138px;
  border-radius: 20px 20px 0 0;
  background-color: #bddce5;
}

.horizon-block::before,
.horizon-block::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 34px 0 #ffffff, 0 68px 0 #ffffff;
}

.horizon-block::before {
  left: 28px;
}

.horizon-block::after {
  right: 28px;
}

.block-one {
  left: 9%;
  height: 160px;
}

.block-two {
  left: 28%;
  width: 105px;
  height: 215px;
  background-color: #a9d0dc;
}

.block-three {
  right: 8%;
  width: 180px;
  height: 125px;
}

.drive-context {
  position: absolute;
  z-index: 3;
  top: 36px;
  left: 36px;
  display: grid;
  gap: 14px;
  width: min(390px, calc(100% - 72px));
  padding: 25px;
  border: 1px solid #aec8d2;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 9px 9px 0 var(--masar-petrol);
}

.context-label,
.next-kicker {
  color: #875109;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drive-context > strong {
  max-width: 10ch;
  color: var(--masar-ink);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.context-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.context-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #bdd0db;
  border-radius: 12px;
  background-color: #f3f7f9;
  color: #274258;
  font-size: 0.75rem;
  font-weight: 800;
}

.context-chips svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--masar-petrol);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.personal-road {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 57%;
  overflow: hidden;
  background-color: #10253c;
}

.personal-road::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 50%;
  width: 118%;
  height: 250px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.personal-road-line {
  position: absolute;
  right: 17%;
  bottom: 70px;
  left: 17%;
  height: 5px;
  border-radius: 99px;
  background-color: var(--masar-amber);
  transform: rotate(-4deg);
}

.personal-road-line::before,
.personal-road-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: var(--masar-petrol);
  transform: translateY(-50%);
}

.personal-road-line::before {
  left: 0;
}

.personal-road-line::after {
  right: 0;
  background-color: var(--masar-amber);
}

.personal-car {
  position: absolute;
  right: 32%;
  bottom: 80px;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 24px;
  background-color: var(--masar-amber);
  color: var(--masar-ink);
  box-shadow: 0 16px 32px rgba(7, 17, 31, 0.32);
  transform: rotate(-4deg);
}

.personal-car svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-origin,
.road-arrival {
  position: absolute;
  bottom: 34px;
  color: #cbdbe5;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.road-origin {
  left: 16%;
}

.road-arrival {
  right: 15%;
}

.next-move {
  position: absolute;
  z-index: 4;
  top: 40px;
  right: 40px;
  display: grid;
  gap: 16px;
  width: min(390px, calc(100% - 80px));
  padding: 26px;
  border: 1px solid #bd8426;
  border-radius: 28px;
  background-color: var(--masar-amber);
  color: var(--masar-ink);
  box-shadow: 9px 9px 0 var(--masar-ink);
}

.next-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #694008;
}

.next-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--masar-petrol);
}

.next-move > strong {
  color: var(--masar-ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.next-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.next-details span {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-radius: 15px;
  background-color: #ffffff;
  color: var(--masar-ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.next-details small {
  color: var(--masar-petrol);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.drive-promise {
  position: absolute;
  z-index: 4;
  bottom: 36px;
  left: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 360px;
  padding: 13px 18px 13px 13px;
  border: 1px solid #33516b;
  border-radius: 20px;
  background-color: var(--masar-ink);
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.3);
}

.drive-promise img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 15px;
}

.drive-promise p {
  margin: 0;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.35;
}

/* Header refinement: brand-first proportions and calmer navigation. */
.site-header .nav {
  min-height: 72px;
  padding: 8px 9px;
  border-radius: 22px;
}

.site-header .logo-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}

.site-header .logo-copy strong {
  font-size: 1.14rem;
}

.site-header .nav-links {
  gap: 4px;
}

.site-header .nav-links > a:not(.mobile-nav-cta) {
  padding-right: 12px;
  padding-left: 12px;
}

.site-header .nav-cta {
  min-height: 48px;
  border-radius: 15px;
}

.site-header .nav-cta i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

/* Footer refinement: a final brand moment instead of a utility bar. */
.site-footer {
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
  background-color: var(--masar-ink);
  color: #ffffff;
}

.footer-main,
.footer-bottom {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(320px, 1.25fr) auto;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 58px 0 46px;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.site-footer .footer-brand img {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #38536c;
  border-radius: 18px;
  background-color: #10253c;
}

.site-footer .footer-brand span {
  display: grid;
  gap: 4px;
}

.site-footer .footer-brand strong {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 850;
}

.site-footer .footer-brand small {
  color: var(--masar-amber);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-promise {
  display: grid;
  gap: 8px;
}

.footer-promise span {
  color: var(--masar-signal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-promise strong {
  max-width: 13ch;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.footer-actions {
  display: grid;
  gap: 10px;
  min-width: 190px;
}

.site-footer .footer-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #34516a;
  border-radius: 15px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 850;
}

.site-footer .footer-actions .footer-demo {
  border-color: var(--masar-amber);
  background-color: var(--masar-amber);
  color: var(--masar-ink);
}

.site-footer .footer-actions a:hover,
.site-footer .footer-actions a:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--masar-ink);
  outline: none;
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 20px 0 max(24px, env(safe-area-inset-bottom));
  border-top: 1px solid #29445d;
}

.footer-signals {
  display: flex;
  gap: 16px;
}

.footer-signals span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b9cbd8;
  font-size: 0.7rem;
  font-weight: 800;
}

.footer-signals i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--masar-signal);
}

.footer-signals span:nth-child(2) i {
  background-color: var(--masar-amber);
}

.footer-signals span:nth-child(3) i {
  background-color: #ffffff;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.site-footer .footer-links a {
  padding: 8px 10px;
  border-radius: 10px;
  color: #c7d6e1;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  background-color: #10253c;
  color: #ffffff;
  outline: none;
}

.footer-bottom > p {
  margin: 0;
  color: #91a8b9;
  font-size: 0.72rem;
  white-space: nowrap;
}

@media (max-width: 900px) {
  #platform .personal-drive-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #platform .personal-drive-heading > p {
    margin: 0;
  }

  .drive-portrait {
    min-height: 720px;
  }

  .drive-context,
  .next-move {
    width: min(340px, calc(50% - 46px));
  }

  .personal-car {
    right: 28%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-promise {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .footer-promise strong {
    max-width: 12ch;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .footer-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start !important;
  }
}

@media (max-width: 639px) {
  #platform.personal-drive-section {
    gap: 26px;
  }

  #platform .personal-drive-heading h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.15rem);
  }

  .drive-portrait {
    min-height: 790px;
    border-radius: 30px;
  }

  .drive-horizon {
    inset: 0 0 51%;
  }

  .horizon-sun {
    top: 42px;
    right: 16px;
    width: 86px;
    height: 86px;
    border-width: 18px;
  }

  .block-one {
    left: -28px;
  }

  .block-two {
    left: 43%;
  }

  .block-three {
    display: none;
  }

  .drive-context {
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    padding: 22px;
    box-shadow: 6px 6px 0 var(--masar-petrol);
  }

  .drive-context > strong {
    font-size: 2.55rem;
  }

  .next-move {
    top: 332px;
    right: 20px;
    left: 20px;
    width: auto;
    padding: 22px;
    box-shadow: 6px 6px 0 var(--masar-ink);
  }

  .next-move > strong {
    font-size: 2.2rem;
  }

  .personal-road {
    height: 43%;
  }

  .personal-road::before {
    top: -60px;
    width: 150%;
  }

  .personal-road-line {
    right: 12%;
    bottom: 58px;
    left: 12%;
  }

  .personal-car {
    right: 20%;
    bottom: 66px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .road-origin {
    display: none;
  }

  .road-arrival {
    right: 7%;
  }

  .drive-promise {
    right: 20px;
    bottom: 138px;
    left: 20px;
    max-width: none;
  }

  .footer-main,
  .footer-bottom {
    width: min(calc(100% - 32px), 1180px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 0 34px;
  }

  .footer-promise,
  .footer-brand,
  .footer-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-promise {
    order: -1;
  }

  .footer-promise strong {
    font-size: 2.7rem;
  }

  .footer-actions {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-bottom > p,
  .footer-links {
    grid-column: auto;
  }

  .site-footer .footer-links {
    justify-content: flex-start;
  }
}

/* Campaign direction: cinematic, human, and intentionally sparse. */
#platform.personal-drive-section {
  display: block;
  padding-top: clamp(76px, 8vw, 118px);
  padding-bottom: clamp(76px, 8vw, 118px);
  background-color: #edf1f3;
}

.campaign-drive {
  position: relative;
  min-height: clamp(620px, 62vw, 760px);
  overflow: hidden;
  border: 1px solid #18354c;
  border-radius: 42px;
  background-color: var(--masar-ink);
  box-shadow: 0 30px 72px rgba(7, 17, 31, 0.2);
}

.campaign-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04) brightness(0.82);
}

.campaign-drive::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 49%;
  background-color: rgba(7, 17, 31, 0.84);
  pointer-events: none;
}

.campaign-copy {
  position: absolute;
  z-index: 3;
  top: clamp(44px, 6vw, 78px);
  left: clamp(36px, 6vw, 78px);
  display: grid;
  gap: 22px;
  width: min(490px, 38%);
}

.campaign-copy .eyebrow {
  width: max-content;
  border-color: var(--masar-amber);
  background-color: var(--masar-amber);
  color: var(--masar-ink);
}

.campaign-copy h2 {
  max-width: 9ch;
  color: #ffffff;
  font-size: clamp(3.5rem, 6.5vw, 6.7rem);
  line-height: 0.89;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.campaign-copy > p:not(.eyebrow) {
  max-width: 36ch;
  margin: 0;
  color: #d7e3ea;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 650;
  line-height: 1.52;
}

.campaign-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(230px, 100%);
  min-height: 54px;
  padding: 10px 12px 10px 18px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background-color: #ffffff;
  color: var(--masar-ink);
  font-size: 0.9rem;
  font-weight: 850;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.campaign-link span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background-color: var(--masar-amber);
}

.campaign-link:hover,
.campaign-link:focus-visible {
  border-color: var(--masar-amber);
  background-color: var(--masar-amber);
  outline: none;
}

.campaign-answer {
  position: absolute;
  z-index: 3;
  right: clamp(26px, 4vw, 54px);
  bottom: 132px;
  display: grid;
  gap: 6px;
  width: min(330px, 35%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 7px 7px 0 var(--masar-petrol);
}

.campaign-answer span {
  color: #8c570d;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.campaign-answer strong {
  color: var(--masar-ink);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.campaign-moments {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 3vw, 42px);
  bottom: 26px;
  left: clamp(20px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid #29465f;
  border-radius: 21px;
  background-color: rgba(7, 17, 31, 0.94);
}

.campaign-moments button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
  color: #d3e0e8;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.campaign-moments button > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #35536c;
  border-radius: 13px;
  background-color: #10253c;
}

.campaign-moments svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--masar-amber);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.campaign-moments strong {
  color: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.campaign-moments button:hover,
.campaign-moments button:focus-visible {
  border-color: #36566e;
  background-color: #10253c;
  color: #ffffff;
  outline: none;
}

.campaign-moments button.active {
  border-color: var(--masar-amber);
  background-color: var(--masar-amber);
  color: var(--masar-ink);
}

.campaign-moments button.active > span {
  border-color: var(--masar-ink);
  background-color: var(--masar-ink);
}

/* Header and footer become quieter campaign framing. */
.site-header .nav {
  border-radius: 19px;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.14);
}

.site-header .logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.site-header .logo-copy small {
  display: none;
}

.site-header .logo {
  min-width: 154px;
}

.site-footer .footer-main {
  grid-template-columns: minmax(180px, 0.55fr) minmax(320px, 1.25fr) auto;
  padding-top: 52px;
  padding-bottom: 38px;
}

.site-footer .footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.site-footer .footer-brand small {
  display: none;
}

.footer-promise strong {
  max-width: 11ch;
}

.footer-bottom {
  grid-template-columns: 1fr auto;
}

.footer-bottom > p {
  color: #b1c3cf;
}

.footer-bottom > p span {
  margin-left: 14px;
  color: #7f98aa;
}

@media (max-width: 900px) {
  .campaign-drive {
    min-height: 760px;
  }

  .campaign-drive::after {
    width: 60%;
  }

  .campaign-copy {
    width: min(430px, 50%);
  }

  .campaign-answer {
    bottom: 136px;
    width: min(290px, 39%);
  }
}

@media (max-width: 639px) {
  #platform.personal-drive-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .campaign-drive {
    display: grid;
    min-height: 0;
    overflow: visible;
    border-radius: 30px;
    background-color: var(--masar-ink);
  }

  .campaign-image {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 28px 28px 0 0;
    object-position: 61% center;
    filter: saturate(0.92) contrast(1.02) brightness(0.96);
  }

  .campaign-drive::after {
    display: none;
  }

  .campaign-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 30px 24px 24px;
  }

  .campaign-copy h2 {
    max-width: 8ch;
    font-size: clamp(3.25rem, 15vw, 4.2rem);
  }

  .campaign-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .campaign-answer {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 24px 24px;
    box-shadow: 5px 5px 0 var(--masar-petrol);
  }

  .campaign-moments {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    margin: 0 16px 16px;
    padding: 7px;
  }

  .campaign-moments button {
    min-height: 56px;
  }

  .site-header .logo-copy small {
    display: block;
  }

  .site-header .logo {
    min-width: 0;
  }

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

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom > p span {
    display: block;
    margin: 6px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-link,
  .campaign-moments button {
    transition: none !important;
  }
}

/* Four-card campaign controller and shared autoplay language. */
.campaign-controls {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 3vw, 42px);
  bottom: 24px;
  left: clamp(20px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  padding: 8px;
  border: 1px solid #36536b;
  border-radius: 23px;
  background-color: rgba(7, 17, 31, 0.96);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.22);
}

.campaign-controls .campaign-link {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 68px;
  padding: 8px 13px 8px 9px;
  overflow: hidden;
  border: 1px solid var(--masar-amber);
  border-radius: 16px;
  background-color: var(--masar-amber);
  color: var(--masar-ink);
}

.campaign-link-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background-color: var(--masar-ink) !important;
  color: #ffffff;
  font-size: 1rem;
}

.campaign-controls .campaign-link > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.campaign-controls .campaign-link small {
  display: none;
}

.campaign-controls .campaign-link strong {
  color: var(--masar-ink);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: normal;
}

.campaign-controls .campaign-link:hover,
.campaign-controls .campaign-link:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
}

.campaign-controls .campaign-moments {
  display: contents;
}

.campaign-controls .campaign-moments button {
  position: relative;
  min-width: 0;
  min-height: 68px;
  overflow: hidden;
  border: 1px solid #29465f;
  background-color: #0d2034;
}

.campaign-controls .campaign-link,
.campaign-controls .campaign-moments button {
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.campaign-controls .campaign-link:hover,
.campaign-controls .campaign-link:focus-visible,
.campaign-controls .campaign-moments button:hover,
.campaign-controls .campaign-moments button:focus-visible {
  transform: translateY(-2px);
}

.campaign-controls .campaign-moments button.active {
  border-color: var(--masar-amber);
  background-color: #ffffff;
  color: var(--masar-ink);
}

.campaign-controls .campaign-moments button.active > span {
  border-color: var(--masar-ink);
  background-color: var(--masar-ink);
}

.campaign-answer {
  bottom: 128px;
}

.auto-progress {
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  z-index: 8;
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.active > .auto-progress,
.selected > .auto-progress {
  opacity: 1;
}

.auto-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--masar-amber);
  transform: scaleX(0);
  transform-origin: left center;
}

.auto-running .active > .auto-progress::after,
.auto-running .selected > .auto-progress::after {
  animation: autoProgress var(--rotation-duration) linear forwards;
}

.campaign-moments button.active .auto-progress {
  background-color: rgba(7, 17, 31, 0.14);
}

.campaign-moments button.active .auto-progress::after {
  background-color: var(--masar-petrol);
}

.voice-scenarios button,
.journey-options label {
  position: relative;
  overflow: hidden;
}

.voice-scenarios .auto-progress,
.journey-options .auto-progress {
  bottom: 5px;
}

.voice-scenarios button.active .auto-progress,
.journey-options label.selected .auto-progress {
  background-color: rgba(7, 17, 31, 0.14);
}

.voice-scenarios button.active .auto-progress::after,
.journey-options label.selected .auto-progress::after {
  background-color: var(--masar-petrol);
}

.auto-stopped .journey-options .auto-progress {
  opacity: 0;
}

@keyframes autoProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  .campaign-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .campaign-controls .campaign-link {
    grid-column: 1 / -1;
    grid-template-columns: 42px 1fr;
  }

  .campaign-answer {
    bottom: 214px;
  }
}

@media (max-width: 639px) {
  .campaign-controls {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    margin: 0 16px 16px;
    padding: 7px;
  }

  .campaign-controls .campaign-link {
    min-height: 66px;
  }

  .campaign-controls .campaign-moments {
    display: contents;
  }

  .campaign-controls .campaign-moments button {
    min-height: 58px;
  }

  .campaign-answer {
    bottom: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auto-progress {
    display: none !important;
  }
}

/* Production polish: resilient layout, premium transitions, and accessible touch behavior. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 280px;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  min-height: 44px;
  padding: 11px 16px;
  border: 2px solid var(--masar-amber);
  border-radius: 12px;
  background-color: var(--masar-ink);
  color: #ffffff;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

main > section[id] {
  scroll-margin-top: 96px;
}

img {
  height: auto;
}

.hero-product-shot img,
.campaign-image,
.ecosystem-shell > img,
.visual-media img {
  background-color: #dfe9ee;
}

.campaign-answer,
.driver-voice,
.masar-reply,
.request-preview {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.campaign-answer.content-updated,
.request-preview.content-updated {
  animation: contentSettle 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.codriver-stage.content-updated .driver-voice,
.codriver-stage.content-updated .masar-reply {
  animation: contentSettle 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes contentSettle {
  0% {
    opacity: 0.72;
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

:where(a, button, input, label):focus-visible {
  outline: 3px solid var(--masar-signal);
  outline-offset: 3px;
}

.masar-reply > a,
.site-footer .footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.site-header,
.site-footer,
.campaign-drive,
.visual-story-card,
.journey-ribbon,
.codriver-stage,
.launch-invitation {
  contain: layout paint;
}

.section {
  padding-top: clamp(66px, 7vw, 108px);
  padding-bottom: clamp(66px, 7vw, 108px);
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 84px;
  }

  main > section[id] {
    scroll-margin-top: 84px;
  }

  .ribbon-road {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 639px) {
  .section {
    padding-top: clamp(58px, 15vw, 78px);
    padding-bottom: clamp(58px, 15vw, 78px);
    padding-right: clamp(16px, 5vw, 22px);
    padding-left: clamp(16px, 5vw, 22px);
  }

  .hero {
    padding-top: clamp(36px, 11vw, 54px);
  }

  .hero h1,
  .campaign-copy h2,
  .section-heading h2,
  .visual-story-copy h2,
  #contact .section-heading h2 {
    overflow-wrap: anywhere;
  }

  .hero-product-shot,
  .ecosystem-shell,
  .visual-story-card,
  .campaign-drive,
  .journey-ribbon,
  .codriver-stage,
  .launch-invitation {
    border-radius: clamp(24px, 8vw, 30px);
  }

  .hero-actions .btn,
  .campaign-controls .campaign-link,
  .campaign-controls button,
  .voice-scenarios button,
  .journey-options label,
  .request-details .btn,
  .footer-actions a {
    min-height: 52px;
  }

  .ribbon-road {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  .road-dash {
    max-width: 17%;
  }

  .site-footer .footer-links a {
    min-height: 44px;
    padding: 10px 11px;
  }
}

@media (max-width: 359px) {
  .site-header {
    padding-right: 8px;
    padding-left: 8px;
  }

  .site-header .nav {
    min-height: 62px;
  }

  .site-header .logo-mark {
    width: 42px;
    height: 42px;
  }

  .site-header .logo-copy strong {
    font-size: 1rem;
  }

  .site-header .logo-copy small {
    font-size: 0.5rem;
  }

  .site-header .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero h1,
  .campaign-copy h2 {
    font-size: clamp(2.8rem, 16vw, 3.45rem);
  }

  .campaign-copy,
  .campaign-answer {
    margin-right: 18px;
    margin-left: 18px;
  }

  .campaign-copy {
    padding-right: 0;
    padding-left: 0;
  }

  .campaign-controls {
    margin-right: 10px;
    margin-left: 10px;
  }

  .next-details,
  .reply-proof,
  .footer-actions {
    grid-template-columns: 1fr;
  }

  .footer-promise strong {
    font-size: 2.35rem;
  }
}

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

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

/* Final petrol enforcement. */
html body {
  background-color: #f3f5f7 !important;
}

.proof-grid .proof-card.tone-cyan,
.platform-grid .platform-card.tone-cyan,
#operations .ops-grid .ops-card.tone-cyan {
  border-color: #08495a !important;
  background-color: #0b6275 !important;
}

.proof-grid .proof-card.tone-cyan h3,
.platform-grid .platform-card.tone-cyan h3,
#operations .ops-grid .ops-card.tone-cyan h3 {
  color: #ffffff !important;
}

.proof-grid .proof-card.tone-cyan p,
.platform-grid .platform-card.tone-cyan p,
#operations .ops-grid .ops-card.tone-cyan p {
  color: #dcecf1 !important;
}

#mobility .visual-badge.secondary {
  border-color: #08495a !important;
  background-color: #0b6275 !important;
}

#mobility .visual-badge.secondary span,
#mobility .visual-badge.secondary strong {
  color: #ffffff !important;
}

#contact .launch-invitation.is-fleet .invitation-mark {
  background-color: #0b6275 !important;
}

#contact .launch-invitation.is-fleet .request-preview {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

#contact .launch-invitation.is-fleet .request-preview span {
  color: #08495a !important;
}

#contact .launch-invitation.is-fleet .request-preview strong {
  color: #07111f !important;
}

#contact .journey-options label[data-theme="fleet"] > span {
  border-color: #08495a !important;
  background-color: #0b6275 !important;
}

#contact .journey-options label[data-theme="fleet"] > span svg {
  stroke: #ffffff !important;
}

#contact .journey-options label[data-theme="fleet"].selected {
  border-color: #0b6275 !important;
  background-color: #0b6275 !important;
}

#contact .journey-options label[data-theme="fleet"].selected strong {
  color: #ffffff !important;
}

#contact .journey-options label[data-theme="fleet"].selected > span {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

#contact .journey-options label[data-theme="fleet"].selected > span svg {
  stroke: #07111f !important;
}

/* Petrol palette lock: keep this last so legacy trial layers cannot restore bright cyan. */
body {
  background-color: #f3f5f7;
}

.site-header {
  background-color: rgba(243, 245, 247, 0.95);
}

.proof-card.tone-cyan,
.platform-card.tone-cyan,
.ops-card.tone-cyan {
  border-color: #08495a;
  background-color: #0b6275;
  box-shadow: 0 20px 46px rgba(8, 73, 90, 0.2);
}

.proof-card.tone-cyan h3,
.platform-card.tone-cyan h3,
.ops-card.tone-cyan h3 {
  color: #ffffff;
}

.proof-card.tone-cyan p,
.platform-card.tone-cyan p,
.ops-card.tone-cyan p {
  color: #dcecf1;
}

.proof-card.tone-cyan .card-icon,
.platform-card.tone-cyan .card-icon,
.ops-card.tone-cyan .card-icon {
  border-color: #efb64d;
  background-color: #07111f;
  color: #ffffff;
}

.proof-card.tone-cyan .card-icon svg,
.platform-card.tone-cyan .card-icon svg,
.ops-card.tone-cyan .card-icon svg {
  stroke: #ffffff;
}

.visual-badge.secondary {
  border-color: #08495a;
  background-color: #0b6275;
}

.visual-badge.secondary span,
.visual-badge.secondary strong {
  color: #ffffff;
}

.voice-scenarios button.active,
.voice-scenarios button.active:hover,
.voice-scenarios button.active:focus-visible {
  border-color: #48cfe3;
  background-color: #0b6275;
  color: #ffffff;
}

.voice-scenarios button.active svg {
  stroke: #ffffff;
}

.launch-invitation.is-fleet .invitation-mark {
  background-color: #0b6275;
}

.launch-invitation.is-fleet .invitation-orbit {
  border-color: #ffffff;
}

.launch-invitation.is-fleet .request-preview {
  border-color: #ffffff;
  background-color: #ffffff;
}

.launch-invitation.is-fleet .request-preview span {
  color: #08495a;
}

.launch-invitation.is-fleet .request-preview strong {
  color: #07111f;
}

.journey-options label[data-theme="fleet"] > span {
  border-color: #08495a;
  background-color: #0b6275;
  color: #ffffff;
}

.journey-options label[data-theme="fleet"] > span svg {
  stroke: #ffffff !important;
}

.journey-options label[data-theme="fleet"].selected,
.journey-options label[data-theme="fleet"].selected:hover,
.journey-options label[data-theme="fleet"].selected:focus-within {
  border-color: #0b6275;
  background-color: #0b6275;
}

.journey-options label[data-theme="fleet"].selected strong,
.journey-options label[data-theme="fleet"].selected:hover strong,
.journey-options label[data-theme="fleet"].selected:focus-within strong {
  color: #ffffff;
}

.journey-options label[data-theme="fleet"].selected > span,
.journey-options label[data-theme="fleet"].selected:hover > span,
.journey-options label[data-theme="fleet"].selected:focus-within > span {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #07111f;
}

.journey-options label[data-theme="fleet"].selected > span svg,
.journey-options label[data-theme="fleet"].selected:hover > span svg,
.journey-options label[data-theme="fleet"].selected:focus-within > span svg {
  stroke: #07111f !important;
}

/* Launch-theme lock: selection and icon colors mirror the companion artwork. */
.journey-options label[data-theme="driver"] > span {
  border-color: #d99c33;
  background-color: #efb64d;
  color: #07111f;
}

.journey-options label[data-theme="fleet"] > span {
  border-color: #1598b5;
  background-color: #4fd9f1;
  color: #07111f;
}

.journey-options label[data-theme="partner"] > span {
  border-color: #9fb5c5;
  background-color: #ffffff;
  color: #07111f;
}

.journey-options label[data-theme] > span svg {
  stroke: #07111f !important;
}

.journey-options label[data-theme="driver"].selected,
.journey-options label[data-theme="driver"].selected:hover,
.journey-options label[data-theme="driver"].selected:focus-within {
  border-color: #efb64d;
  background-color: #efb64d;
}

.journey-options label[data-theme="fleet"].selected,
.journey-options label[data-theme="fleet"].selected:hover,
.journey-options label[data-theme="fleet"].selected:focus-within {
  border-color: #4fd9f1;
  background-color: #4fd9f1;
}

.journey-options label[data-theme="partner"].selected,
.journey-options label[data-theme="partner"].selected:hover,
.journey-options label[data-theme="partner"].selected:focus-within {
  border-color: #ffffff;
  background-color: #ffffff;
}

.journey-options label[data-theme].selected > span,
.journey-options label[data-theme].selected:hover > span,
.journey-options label[data-theme].selected:focus-within > span {
  border-color: #07111f;
  background-color: #07111f;
  color: #ffffff;
}

.journey-options label[data-theme].selected > span svg,
.journey-options label[data-theme].selected:hover > span svg,
.journey-options label[data-theme].selected:focus-within > span svg {
  stroke: #ffffff !important;
}

/* Strength pass: petrol surfaces carry weight; bright cyan is only a signal. */
:root {
  --masar-petrol: #0b6275;
  --masar-petrol-dark: #08495a;
  --masar-signal: #48cfe3;
  --masar-canvas: #f3f5f7;
}

body {
  background-color: var(--masar-canvas);
}

.ambient-grid {
  opacity: 0.18;
}

.site-header {
  background-color: rgba(243, 245, 247, 0.95);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.btn.primary:hover,
.btn.primary:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  border-color: var(--masar-signal);
  background-color: var(--masar-signal);
  color: #07111f;
}

.hero-signal-stack span:nth-child(1) {
  background-color: var(--masar-petrol);
  color: #ffffff;
}

.hero-product-shot::after {
  border-color: var(--masar-signal);
}

.proof-card.tone-cyan,
.platform-card.tone-cyan,
.ops-card.tone-cyan {
  border-color: var(--masar-petrol-dark);
  background-color: var(--masar-petrol);
  box-shadow: 0 20px 46px rgba(8, 73, 90, 0.2);
}

.proof-card.tone-cyan h3,
.platform-card.tone-cyan h3,
.ops-card.tone-cyan h3 {
  color: #ffffff;
}

.proof-card.tone-cyan p,
.platform-card.tone-cyan p,
.ops-card.tone-cyan p {
  color: #dcecf1;
}

.proof-card.tone-cyan .card-icon,
.platform-card.tone-cyan .card-icon,
.ops-card.tone-cyan .card-icon {
  border-color: #efb64d;
  background-color: #07111f;
  color: #ffffff;
}

.platform-core {
  box-shadow: 0 0 0 4px var(--masar-signal), 0 14px 30px rgba(7, 17, 31, 0.22);
}

.ecosystem-pill-grid span {
  border-color: var(--masar-petrol);
  background-color: #e6f1f4;
  color: #073f4e;
}

.visual-story-copy::after {
  background-color: var(--masar-signal);
}

.visual-badge.secondary {
  border-color: var(--masar-petrol-dark);
  background-color: var(--masar-petrol);
}

.visual-badge.secondary span,
.visual-badge.secondary strong {
  color: #ffffff;
}

.visual-route-panel span,
.ecosystem-pill-grid span:nth-child(odd) {
  color: #073f4e;
}

.voice-wave i {
  background-color: var(--masar-signal);
}

.pulse-ring {
  border-color: var(--masar-signal);
}

.reply-proof svg,
.destination-beacon svg {
  stroke: var(--masar-petrol);
}

.voice-scenarios button.active,
.voice-scenarios button.active:hover,
.voice-scenarios button.active:focus-visible {
  border-color: var(--masar-signal);
  background-color: var(--masar-petrol);
  color: #ffffff;
}

.voice-scenarios button.active svg {
  stroke: #ffffff;
}

.launch-invitation.is-fleet .invitation-mark {
  background-color: var(--masar-petrol);
}

.launch-invitation.is-fleet .invitation-orbit {
  border-color: #ffffff;
}

.launch-invitation.is-fleet .invitation-orbit span {
  border-color: var(--masar-petrol);
  background-color: #07111f;
  color: #ffffff;
}

.launch-invitation.is-fleet .request-preview {
  border-color: #ffffff;
  background-color: #ffffff;
}

.launch-invitation.is-fleet .request-preview span {
  color: var(--masar-petrol-dark);
}

.launch-invitation.is-fleet .request-preview strong {
  color: #07111f;
}

.journey-options label[data-theme="fleet"] > span {
  border-color: var(--masar-petrol-dark);
  background-color: var(--masar-petrol);
  color: #ffffff;
}

.journey-options label[data-theme="fleet"] > span svg {
  stroke: #ffffff !important;
}

.journey-options label[data-theme="fleet"].selected,
.journey-options label[data-theme="fleet"].selected:hover,
.journey-options label[data-theme="fleet"].selected:focus-within {
  border-color: var(--masar-petrol);
  background-color: var(--masar-petrol);
}

.journey-options label[data-theme="fleet"].selected strong,
.journey-options label[data-theme="fleet"].selected:hover strong,
.journey-options label[data-theme="fleet"].selected:focus-within strong {
  color: #ffffff;
}

.journey-options label[data-theme="fleet"].selected > span,
.journey-options label[data-theme="fleet"].selected:hover > span,
.journey-options label[data-theme="fleet"].selected:focus-within > span {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #07111f;
}

.journey-options label[data-theme="fleet"].selected > span svg,
.journey-options label[data-theme="fleet"].selected:hover > span svg,
.journey-options label[data-theme="fleet"].selected:focus-within > span svg {
  stroke: #07111f !important;
}

#contact .request-details input:focus {
  border-color: var(--masar-signal);
  outline-color: rgba(72, 207, 227, 0.22);
}

/* Site-wide Masar system: dark foundation, cyan guidance, amber decision. */
:root {
  --masar-ink: #07111f;
  --masar-panel: #10253c;
  --masar-cyan: #4fd9f1;
  --masar-cyan-deep: #087f99;
  --masar-amber: #efb64d;
  --masar-paper: #ffffff;
  --masar-mist: #edf6fb;
  --masar-line: #bfd3e1;
}

body {
  background-color: #edf6fb;
}

.section {
  position: relative;
}

.section-heading .eyebrow,
.hero .eyebrow,
.ecosystem-copy .eyebrow,
.visual-story-copy .eyebrow {
  border-color: #d39a34;
  background-color: #fff8e9;
  color: #8a5208;
}

.site-header {
  background-color: rgba(237, 246, 251, 0.94);
}

.nav {
  border-color: #203a54;
  background-color: #07111f;
  box-shadow: 0 16px 40px rgba(7, 17, 31, 0.18);
}

.nav-links {
  border-color: #29465f;
  background-color: #10253c;
}

.nav-links a {
  border-radius: 999px;
  color: #d9e6ee;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background-color: #4fd9f1;
  color: #07111f;
  outline: none;
}

.nav-cta,
.btn.primary {
  border-color: #efb64d;
  background-color: #efb64d;
  color: #07111f;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn.primary:hover,
.btn.primary:focus-visible {
  border-color: #4fd9f1;
  background-color: #4fd9f1;
  color: #07111f;
  outline: 3px solid rgba(79, 217, 241, 0.22);
}

.btn.ghost {
  border-color: #8aa5b8;
  background-color: #ffffff;
  color: #07111f;
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
  border-color: #07111f;
  background-color: #07111f;
  color: #ffffff;
}

.hero-product-shot {
  border-color: #9fb8c9;
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.14);
}

.hero-product-shot::after {
  border-color: #4fd9f1;
}

.hero-image-card {
  border: 2px solid #07111f;
  background-color: #ffffff;
}

.hero-signal-stack span:nth-child(1) {
  background-color: #4fd9f1;
  color: #07111f;
}

.hero-signal-stack span:nth-child(2) {
  background-color: #efb64d;
  color: #07111f;
}

.hero-signal-stack span:nth-child(3) {
  background-color: #07111f;
  color: #ffffff;
}

.proof-grid {
  gap: 14px;
}

.proof-card,
.platform-card,
.ops-card {
  background-image: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-card:hover,
.platform-card:hover,
.ops-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(7, 17, 31, 0.14);
}

.proof-card.tone-dark,
.platform-card.tone-dark,
.ops-card.tone-dark {
  border-color: #29465f;
  background-color: #07111f;
}

.proof-card.tone-dark h3,
.proof-card.tone-dark p,
.platform-card.tone-dark h3,
.platform-card.tone-dark p,
.ops-card.tone-dark h3,
.ops-card.tone-dark p {
  color: #ffffff;
}

.proof-card.tone-dark p,
.platform-card.tone-dark p,
.ops-card.tone-dark p {
  color: #cbd9e3;
}

.proof-card.tone-cyan,
.platform-card.tone-cyan,
.ops-card.tone-cyan {
  border-color: #1598b5;
  background-color: #4fd9f1;
}

.proof-card.tone-cyan h3,
.proof-card.tone-cyan p,
.platform-card.tone-cyan h3,
.platform-card.tone-cyan p,
.ops-card.tone-cyan h3,
.ops-card.tone-cyan p {
  color: #07111f;
}

.proof-card.tone-amber,
.platform-card.tone-amber,
.ops-card.tone-amber {
  border-color: #cc8f27;
  background-color: #efb64d;
}

.proof-card.tone-amber h3,
.proof-card.tone-amber p,
.platform-card.tone-amber h3,
.platform-card.tone-amber p,
.ops-card.tone-amber h3,
.ops-card.tone-amber p {
  color: #07111f;
}

.platform-card.tone-light {
  border-color: #9fb7c8;
  background-color: #ffffff;
}

.proof-card .card-icon,
.platform-card .card-icon,
.ops-card .card-icon {
  border: 1px solid #efb64d;
  background-color: #07111f;
  color: #efb64d;
}

.proof-card.tone-cyan .card-icon,
.platform-card.tone-cyan .card-icon,
.ops-card.tone-cyan .card-icon,
.proof-card.tone-amber .card-icon,
.platform-card.tone-amber .card-icon,
.ops-card.tone-amber .card-icon {
  border-color: #07111f;
  background-color: #07111f;
  color: #ffffff;
}

.platform-grid {
  border-color: #99b6c8;
  background-color: #ffffff;
}

.platform-core {
  border: 4px solid #ffffff;
  background-color: #07111f;
  box-shadow: 0 0 0 4px #4fd9f1, 0 14px 30px rgba(7, 17, 31, 0.22);
}

.ecosystem-stage {
  border-color: #9ab6c7;
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.14);
}

.ecosystem-copy {
  border: 2px solid #07111f;
  background-color: #ffffff;
}

.ecosystem-pill-grid span {
  border-color: #168ba5;
  background-color: #dff8fc;
  color: #07566a;
}

.ecosystem-pill-grid span:nth-child(even) {
  border-color: #d69a31;
  background-color: #fff3d8;
  color: #704405;
}

.visual-story-card {
  border-color: #9ab5c6;
  background-color: #ffffff;
  box-shadow: 0 24px 64px rgba(7, 17, 31, 0.11);
}

.visual-story-copy {
  background-color: #07111f;
}

.visual-story-copy h2 {
  color: #ffffff;
}

.visual-story-copy p {
  color: #cbd9e3;
}

.visual-story-copy::after {
  background-color: #4fd9f1;
}

.visual-story-card.reverse .visual-story-copy::after {
  background-color: #efb64d;
}

.visual-badge {
  border: 2px solid #07111f;
  background-color: #ffffff;
}

.visual-badge.primary {
  border-color: #07111f;
  background-color: #efb64d;
}

.visual-badge.secondary {
  border-color: #087f99;
  background-color: #4fd9f1;
}

.visual-badge span,
.visual-badge strong,
.visual-badge.primary span,
.visual-badge.primary strong,
.visual-badge.secondary span,
.visual-badge.secondary strong {
  color: #07111f;
}

.visual-route-panel {
  border: 2px solid #07111f;
  background-color: #ffffff;
}

.visual-route-panel span {
  color: #07566a;
}

#operations .section-heading {
  max-width: 760px;
}

#operations .ops-grid {
  gap: 14px;
}

#operations .ops-card {
  min-height: 250px;
  align-content: space-between;
  border-radius: 32px;
}

#operations .ops-card h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.launch-invitation.is-driver .invitation-mark {
  background-color: #efb64d;
}

.launch-invitation.is-fleet .invitation-mark {
  background-color: #4fd9f1;
}

.launch-invitation.is-partner .invitation-mark {
  background-color: #ffffff;
}

.launch-invitation.is-fleet .invitation-orbit span {
  border-color: #4fd9f1;
}

.launch-invitation.is-partner .invitation-orbit span {
  border-color: #ffffff;
}

.launch-invitation.is-fleet .request-preview {
  border-color: #087f99;
  background-color: #07111f;
}

.launch-invitation.is-fleet .request-preview span,
.launch-invitation.is-fleet .request-preview strong {
  color: #ffffff;
}

.launch-invitation.is-partner .request-preview {
  border-color: #07111f;
  background-color: #efb64d;
}

.launch-invitation.is-partner .request-preview span,
.launch-invitation.is-partner .request-preview strong {
  color: #07111f;
}

.journey-options label[data-theme="driver"] > span {
  border: 1px solid #d99c33;
  background-color: #efb64d;
  color: #07111f;
}

.journey-options label[data-theme="fleet"] > span {
  border: 1px solid #148da7;
  background-color: #4fd9f1;
  color: #07111f;
}

.journey-options label[data-theme="partner"] > span {
  border: 1px solid #7892a6;
  background-color: #ffffff;
  color: #07111f;
}

.journey-options label[data-theme="driver"].selected {
  border-color: #efb64d;
  background-color: #efb64d;
}

.journey-options label[data-theme="fleet"].selected {
  border-color: #4fd9f1;
  background-color: #4fd9f1;
}

.journey-options label[data-theme="partner"].selected {
  border-color: #ffffff;
  background-color: #ffffff;
}

.journey-options label[data-theme="driver"].selected > span,
.journey-options label[data-theme="fleet"].selected > span,
.journey-options label[data-theme="partner"].selected > span {
  border-color: #07111f;
  background-color: #07111f;
  color: #ffffff;
}

.site-footer {
  border-top: 0;
  background-color: #07111f;
  color: #ffffff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  padding: 9px;
  border-radius: 17px;
  background-color: #efb64d;
}

.site-footer strong,
.site-footer p,
.site-footer a {
  color: #ffffff;
}

.site-footer p {
  color: #c6d6e1;
}

.site-footer a {
  border-radius: 999px;
  padding: 9px 12px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  background-color: #4fd9f1;
  color: #07111f;
  outline: none;
}

@media (max-width: 820px) {
  .proof-grid,
  #operations .ops-grid {
    grid-template-columns: 1fr;
  }

  #operations .ops-card {
    min-height: 190px;
  }
}

@media (max-width: 639px) {
  .footer-brand {
    align-items: flex-start;
  }

  .site-footer {
    padding: 30px 20px;
  }
}

@media (max-width: 820px) {
  .moment-link {
    display: none;
  }

  .invitation-orbit {
    inset: 22px 12%;
  }
}

@media (max-width: 560px) {
  .destination-beacon {
    right: 41%;
    top: 4%;
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .reply-proof {
    grid-template-columns: 1fr;
  }

  .reply-proof > span {
    min-height: 46px;
  }

  .invitation-mark {
    min-height: 300px;
    gap: 22px;
  }

  .invitation-mark img {
    width: 108px;
    height: 108px;
    padding: 20px;
  }
}

/* Final trial concept: a journey scene, a voice exchange, and a launch invitation. */
#experience .journey-ribbon,
#assistant .codriver-stage,
#contact .launch-invitation {
  background-image: none !important;
}

#experience .journey-ribbon {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #b9d5e3;
  border-radius: 48px;
  background-color: #dff3fb;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.12);
  isolation: isolate;
}

.ribbon-sky {
  position: absolute;
  inset: 0 0 42%;
  overflow: hidden;
  background-color: #dff3fb;
}

.ribbon-sun {
  position: absolute;
  top: 54px;
  right: 8%;
  width: 88px;
  height: 88px;
  border: 18px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background-color: #efb64d;
}

.ribbon-city {
  position: absolute;
  bottom: 0;
  width: 88px;
  border-radius: 14px 14px 0 0;
  background-color: #b7d7e5;
  box-shadow: 30px 24px 0 #c6e0eb, 64px -18px 0 #a7ccdc, 100px 10px 0 #c6e0eb;
}

.ribbon-city::before,
.ribbon-city::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 28px 0 0 #ffffff, 0 30px 0 #ffffff, 28px 30px 0 #ffffff, 0 60px 0 #ffffff, 28px 60px 0 #ffffff;
}

.ribbon-city.city-one {
  left: 5%;
  height: 172px;
}

.ribbon-city.city-two {
  left: 36%;
  width: 72px;
  height: 122px;
  opacity: 0.72;
}

.ribbon-city.city-three {
  right: 18%;
  width: 64px;
  height: 146px;
  opacity: 0.64;
}

.ribbon-road {
  position: absolute;
  z-index: 1;
  left: -8%;
  right: -8%;
  bottom: -12%;
  height: 54%;
  overflow: hidden;
  border-top: 14px solid #ffffff;
  border-radius: 52% 52% 0 0 / 30% 30% 0 0;
  background-color: #10253c;
  transform: rotate(-2deg);
}

.road-dash {
  position: absolute;
  top: 48%;
  width: 15%;
  height: 8px;
  border-radius: 999px;
  background-color: #efb64d;
}

.road-dash.dash-one { left: 10%; }
.road-dash.dash-two { left: 42%; }
.road-dash.dash-three { right: 10%; }

.journey-car {
  position: absolute;
  left: auto;
  right: 27%;
  top: 8%;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 8px solid #10253c;
  border-radius: 32px;
  background-color: #efb64d;
  color: #07111f;
  transform: rotate(2deg);
  box-shadow: 0 18px 34px rgba(7, 17, 31, 0.22);
}

.journey-car svg,
.ribbon-moment svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ribbon-moment {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 62px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 280px;
  padding: 14px;
  border: 1px solid #c5dbe5;
  border-radius: 26px;
  background-color: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.13);
}

.ribbon-moment.moment-move {
  left: 5%;
  top: 8%;
}

.ribbon-moment.moment-stop {
  left: 34%;
  top: 30%;
  background-color: #efb64d;
  border-color: #d79b32;
}

.ribbon-moment.moment-care {
  right: 5%;
  top: 12%;
}

.moment-time {
  color: #60758a;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.moment-stop .moment-time {
  color: #67440d;
}

.moment-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  background-color: #07111f;
  color: #ffffff;
}

.moment-stop .moment-symbol {
  background-color: #ffffff;
  color: #07111f;
}

.moment-symbol svg {
  width: 26px;
  height: 26px;
}

.ribbon-moment div {
  display: grid;
  gap: 3px;
}

.ribbon-moment strong {
  color: #07111f;
  font-size: 1.05rem;
  line-height: 1.1;
}

.ribbon-moment small {
  color: #60758a;
  font-size: 0.82rem;
  font-weight: 750;
}

.moment-stop small {
  color: #67440d;
}

.ribbon-caption {
  position: absolute;
  z-index: 5;
  left: 5%;
  bottom: 6%;
  display: grid;
  max-width: 420px;
  gap: 7px;
  padding: 22px 24px;
  border-radius: 26px;
  background-color: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.15);
}

.ribbon-caption span {
  color: #b97814;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ribbon-caption strong {
  color: #07111f;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#assistant .codriver-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 180px minmax(330px, 1.2fr);
  grid-template-areas:
    "question pulse reply"
    "scenarios scenarios scenarios";
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  padding: clamp(30px, 5vw, 70px);
  overflow: hidden;
  border-radius: 48px;
  background-color: #07111f;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.16);
}

.driver-voice {
  grid-area: question;
  position: relative;
  display: grid;
  min-height: 250px;
  align-content: center;
  gap: 18px;
  padding: 30px;
  border-radius: 44px 44px 12px 44px;
  background-color: #ffffff;
}

.driver-voice::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.voice-label,
.masar-reply > span {
  color: #b97814;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.driver-voice p {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.voice-wave {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 5px;
}

.voice-wave i {
  display: block;
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background-color: #4fd9f1;
}

.voice-wave i:nth-child(2),
.voice-wave i:nth-child(4) { height: 28px; }
.voice-wave i:nth-child(3) { height: 36px; }

.masar-pulse {
  grid-area: pulse;
  position: relative;
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
}

.masar-pulse img {
  position: relative;
  z-index: 2;
  width: 104px;
  height: 104px;
  padding: 20px;
  border-radius: 34px;
  background-color: #efb64d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.pulse-ring {
  position: absolute;
  border: 2px solid #4fd9f1;
  border-radius: 50%;
}

.pulse-ring.ring-one { inset: 11px; opacity: 0.65; }
.pulse-ring.ring-two { inset: -13px; opacity: 0.24; }

.masar-reply {
  grid-area: reply;
  position: relative;
  display: grid;
  min-height: 310px;
  align-content: center;
  gap: 12px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 44px 44px 44px 12px;
  background-color: #efb64d;
}

.masar-reply::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-color: #efb64d;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.masar-reply > span {
  color: #60400c;
}

.masar-reply strong {
  color: #07111f;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.masar-reply p {
  max-width: 520px;
  margin: 4px 0 0;
  color: #402a0a;
  font-weight: 780;
  line-height: 1.55;
}

.masar-reply a {
  width: fit-content;
  margin-top: 8px;
  color: #07111f;
  font-weight: 950;
  text-decoration: none;
}

.voice-scenarios {
  grid-area: scenarios;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid #1d3b56;
  border-radius: 28px;
  background-color: #10253c;
}

.voice-scenarios button {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border: 0;
  border-radius: 19px;
  background-color: transparent;
  color: #c5d2df;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.voice-scenarios button:hover,
.voice-scenarios button:focus-visible,
.voice-scenarios button.active {
  outline: none;
  background-color: #ffffff;
  color: #07111f;
}

.voice-scenarios svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#contact .launch-invitation {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  min-height: 510px;
  overflow: hidden;
  border: 1px solid #172b40;
  border-radius: 48px;
  background-color: #07111f;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.16);
}

.invitation-mark {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #efb64d;
}

.invitation-mark::before,
.invitation-mark::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 32px solid #07111f;
  border-radius: 50%;
}

.invitation-mark::before {
  left: -145px;
  top: -80px;
}

.invitation-mark::after {
  right: -155px;
  bottom: -90px;
}

.invitation-mark img {
  position: relative;
  z-index: 2;
  width: 132px;
  height: 132px;
  padding: 25px;
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: 0 24px 50px rgba(80, 50, 5, 0.2);
}

#contact .journey-request {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 64px);
  border: 0;
  border-radius: 0;
  background-color: #07111f !important;
  box-shadow: none;
}

.journey-request fieldset {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
}

.journey-request legend {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.journey-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.journey-options label {
  position: relative;
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #28465f;
  border-radius: 28px;
  background-color: #10253c;
  cursor: pointer;
}

.journey-options label:hover,
.journey-options label:focus-within,
.journey-options label.selected {
  border-color: #efb64d;
  background-color: #ffffff;
}

.journey-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.journey-options label > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 20px;
  background-color: #efb64d;
  color: #07111f;
}

.journey-options svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-options strong {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}

.journey-options label.selected strong,
.journey-options label:focus-within strong,
.journey-options label:hover strong {
  color: #07111f;
}

.request-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.request-details label {
  display: grid;
  gap: 8px;
}

.request-details label > span {
  color: #aebfce;
  font-size: 0.78rem;
  font-weight: 900;
}

#contact .request-details input {
  width: 100%;
  min-height: 58px;
  border: 1px solid #28465f;
  border-radius: 18px;
  background-color: #10253c;
  color: #ffffff;
}

#contact .request-details input::placeholder {
  color: #8298aa;
}

#contact .request-details input:focus {
  border-color: #4fd9f1;
  outline: 3px solid rgba(79, 217, 241, 0.15);
}

#contact .request-details .btn {
  min-height: 58px;
  white-space: nowrap;
}

.request-note {
  margin: 0;
  color: #8fa5b7;
  font-size: 0.86rem;
  font-weight: 700;
}

@media (max-width: 1080px) {
  #assistant .codriver-stage {
    grid-template-columns: minmax(0, 0.9fr) 120px minmax(0, 1.1fr);
    padding-inline: 34px;
  }

  .masar-pulse {
    width: 120px;
    height: 120px;
  }

  .masar-pulse img {
    width: 84px;
    height: 84px;
    padding: 17px;
  }

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

  #contact .request-details .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  #experience .journey-ribbon {
    min-height: 760px;
  }

  .ribbon-moment.moment-move { left: 5%; top: 6%; }
  .ribbon-moment.moment-stop { left: auto; right: 5%; top: 28%; }
  .ribbon-moment.moment-care { left: 8%; right: auto; top: 50%; }

  .ribbon-road {
    height: 40%;
  }

  .ribbon-caption {
    left: auto;
    right: 5%;
    bottom: 5%;
    max-width: 360px;
  }

  #assistant .codriver-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "question"
      "pulse"
      "reply"
      "scenarios";
  }

  .driver-voice,
  .masar-reply {
    min-height: auto;
  }

  .driver-voice::after,
  .masar-reply::before {
    display: none;
  }

  .voice-scenarios {
    grid-template-columns: 1fr;
  }

  #contact .launch-invitation {
    grid-template-columns: 1fr;
  }

  .invitation-mark {
    min-height: 230px;
  }
}

@media (max-width: 560px) {
  #experience .journey-ribbon,
  #assistant .codriver-stage,
  #contact .launch-invitation {
    border-radius: 30px;
  }

  #experience .journey-ribbon {
    min-height: 760px;
  }

  .ribbon-sun {
    top: 24px;
    right: 8%;
    width: 62px;
    height: 62px;
    border-width: 12px;
  }

  .ribbon-city.city-two,
  .ribbon-city.city-three {
    display: none;
  }

  .ribbon-moment {
    left: 18px !important;
    right: 18px !important;
    min-width: 0;
  }

  .ribbon-moment.moment-move { top: 52px; }
  .ribbon-moment.moment-stop { top: 190px; }
  .ribbon-moment.moment-care { top: 328px; }

  .ribbon-road {
    left: -28%;
    right: -28%;
    bottom: -5%;
    height: 33%;
  }

  .journey-car {
    left: auto;
    right: 24%;
    top: -7%;
    width: 76px;
    height: 76px;
    border-radius: 26px;
  }

  .ribbon-caption {
    left: 18px;
    right: 18px;
    bottom: 26px;
    padding: 18px;
  }

  #assistant .codriver-stage {
    padding: 18px;
  }

  .driver-voice,
  .masar-reply {
    padding: 24px;
    border-radius: 28px;
  }

  .journey-options,
  .request-details {
    grid-template-columns: 1fr;
  }

  .journey-options label {
    grid-template-columns: 56px 1fr;
    min-height: 82px;
    justify-items: start;
    border-radius: 22px;
  }

  .journey-options strong {
    text-align: left;
  }

  #contact .journey-request {
    padding: 24px 18px 28px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .journey-car {
    animation: masar-road-idle 4.8s ease-in-out infinite;
  }

  .pulse-ring.ring-one {
    animation: masar-pulse-soft 2.8s ease-out infinite;
  }
}

@keyframes masar-road-idle {
  0%, 100% { transform: translateX(-6px) rotate(2deg); }
  50% { transform: translateX(8px) rotate(2deg); }
}

@keyframes masar-pulse-soft {
  0%, 100% { transform: scale(0.94); opacity: 0.38; }
  55% { transform: scale(1.04); opacity: 0.72; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-car,
  .pulse-ring {
    animation: none !important;
  }
}

@media (min-width: 640px) and (max-width: 979px) {
  .hero,
  .visual-story-card,
  .visual-story-card.reverse,
  .assistant-shell,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .platform-grid,
  .workflow-grid,
  .ops-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid .proof-card:first-child {
    grid-column: 1 / -1;
  }

  .hero-product-shot {
    max-width: 760px;
    justify-self: center;
  }

  .hero h1 {
    max-width: 8.6ch;
    font-size: clamp(4.4rem, 11vw, 5.6rem);
    line-height: 0.92;
  }

  .hero-text {
    max-width: 44ch;
  }

  .visual-story-card.reverse .visual-media,
  .visual-story-card.reverse .visual-story-copy {
    order: initial;
  }

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

@media (min-width: 980px) and (max-width: 1199px) {
  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(4rem, 6.4vw, 5.25rem);
  }

  .visual-story-card,
  .visual-story-card.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  }

  .visual-story-card.reverse {
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
  }

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

@media (min-width: 1200px) {
  .section {
    padding-left: max(6vw, calc((100vw - 1180px) / 2));
    padding-right: max(6vw, calc((100vw - 1180px) / 2));
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  }

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

/* Visual product story + premium contact form. */
.visual-story-card,
.visual-story-card.reverse {
  grid-template-columns: minmax(560px, 1.18fr) minmax(300px, 0.64fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  background: #ffffff;
}

.visual-story-card.reverse {
  grid-template-columns: minmax(300px, 0.64fr) minmax(560px, 1.18fr);
}

.visual-media {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid #c8d8e5;
  border-radius: 28px;
  background: #eaf4fb;
}

.visual-media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.visual-story-card:first-child .visual-media img {
  object-position: center 54%;
}

.visual-story-card.reverse .visual-media {
  order: 2;
}

.visual-story-card.reverse .visual-story-copy {
  order: 1;
}

.visual-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px 18px;
  border: 1px solid rgba(214, 226, 236, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 45px rgba(7, 17, 31, 0.14);
  backdrop-filter: blur(14px);
}

.visual-badge.primary {
  left: 22px;
  bottom: 22px;
}

.visual-badge.secondary {
  right: 22px;
  top: 22px;
}

.visual-badge span {
  color: #9b5c08;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-badge strong {
  color: #07111f;
  font-size: 1rem;
  line-height: 1.22;
}

.visual-story-copy {
  align-content: center;
  padding: clamp(26px, 3.4vw, 44px);
  border: 1px solid #13253b;
  background: #07111f;
}

.visual-story-copy h2 {
  max-width: 11.8ch;
  font-size: clamp(2.3rem, 3.65vw, 4rem);
  line-height: 0.94;
}

.visual-story-copy p {
  max-width: 35ch;
  font-size: 1.02rem;
}

.contact-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: 18px;
  padding: 18px;
  border-radius: 36px;
  background: #07111f;
  border-color: #13253b;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.18);
}

.contact-copy {
  display: grid;
  align-content: space-between;
  min-height: 520px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(239, 189, 97, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(239, 189, 97, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(239, 189, 97, 0.07) 1px, transparent 1px),
    #0a1627;
  background-size: 44px 44px;
}

.contact-copy .eyebrow {
  background: #14263c;
  color: #efbd61;
  border-color: rgba(239, 189, 97, 0.44);
}

.contact-copy h2 {
  max-width: 9.6ch;
  color: #ffffff;
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  line-height: 0.9;
}

.contact-copy p {
  max-width: 38ch;
  color: #c5d4e2;
  font-size: 1.05rem;
}

.contact-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.contact-proof div {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(197, 212, 226, 0.16);
  border-radius: 22px;
  background: #07111f;
}

.contact-proof span {
  color: #efbd61;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-proof strong {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.contact-form {
  align-self: stretch;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #d8e4ee;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: none;
}

.form-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e8f0;
}

.form-heading span {
  color: #9b5c08;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-heading strong {
  color: #07111f;
  font-size: 1.35rem;
  line-height: 1.15;
}

.contact-form label {
  gap: 9px;
  color: #263b51;
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form label > span {
  padding-left: 2px;
}

.contact-form input,
.contact-form select {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #c3d2df;
  border-radius: 17px;
  background: #f8fbfe;
  color: #07111f;
  font-weight: 650;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: #e0ad55;
  box-shadow: 0 0 0 4px rgba(224, 173, 85, 0.15);
}

.contact-form .btn {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  margin-top: 4px;
}

.contact-shell .form-note {
  margin: 0;
  color: #667b8f;
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 980px) {
  .visual-story-card,
  .visual-story-card.reverse,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .visual-story-card.reverse .visual-media,
  .visual-story-card.reverse .visual-story-copy {
    order: initial;
  }

  .visual-media,
  .visual-media img {
    min-height: 320px;
  }

  .visual-badge {
    min-width: 0;
    max-width: calc(100% - 36px);
    padding: 13px 14px;
  }

  .visual-badge.secondary {
    display: none;
  }

  .contact-copy {
    min-height: auto;
  }

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

/* Local UX visualization trial: route motion, system map, and driver decision surface. */
.hero-product-shot {
  isolation: isolate;
}

.hero-route-visual {
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
  border-radius: 24px;
  overflow: hidden;
}

.hero-route-visual::before {
  content: "";
  position: absolute;
  left: 19%;
  top: 34%;
  width: 58%;
  height: 38%;
  border: 4px solid transparent;
  border-left-color: rgba(79, 217, 241, 0.88);
  border-bottom-color: rgba(79, 217, 241, 0.88);
  border-radius: 999px 0 999px 999px;
  filter: drop-shadow(0 0 14px rgba(79, 217, 241, 0.42));
  transform: rotate(-7deg);
  animation: masarRouteGlow 4.8s ease-in-out infinite;
}

.route-pin {
  position: absolute;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #efb64d;
  box-shadow: 0 0 0 8px rgba(239, 182, 77, 0.22), 0 14px 28px rgba(7, 17, 31, 0.18);
}

.route-pin::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid currentColor;
  border-radius: inherit;
  color: rgba(239, 182, 77, 0.45);
  animation: masarPulse 2.4s ease-out infinite;
}

.route-pin.ev {
  left: 24%;
  top: 38%;
}

.route-pin.fuel {
  left: 53%;
  top: 54%;
  background: #4fd9f1;
  box-shadow: 0 0 0 8px rgba(79, 217, 241, 0.2), 0 14px 28px rgba(7, 17, 31, 0.18);
}

.route-pin.service {
  left: 71%;
  top: 29%;
}

@keyframes masarPulse {
  from {
    opacity: 0.9;
    transform: scale(0.72);
  }
  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes masarRouteGlow {
  0%,
  100% {
    opacity: 0.68;
    filter: drop-shadow(0 0 8px rgba(79, 217, 241, 0.28));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(79, 217, 241, 0.48));
  }
}

.platform-grid {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid #bfd0df;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.09);
}

.platform-grid::before,
.platform-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #d8e6f0;
}

.platform-grid::before {
  left: 50%;
  top: 34px;
  bottom: 34px;
  width: 1px;
}

.platform-grid::after {
  left: 34px;
  right: 34px;
  top: 50%;
  height: 1px;
}

.platform-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(239, 182, 77, 0.36);
  border-radius: 28px;
  background: #07111f;
  box-shadow: 0 24px 50px rgba(7, 17, 31, 0.18);
  transform: translate(-50%, -50%);
}

.platform-core img {
  width: 34px;
  height: 34px;
}

.platform-core span {
  color: #ffffff;
  font-family: "Geist", "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.platform-card {
  position: relative;
  z-index: 1;
  min-height: 184px;
  background: #f8fbfe;
}

.workflow-showcase {
  position: relative;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
  padding-bottom: 104px;
}

.workflow-map-card {
  min-height: 620px;
  border-radius: 34px;
}

.driver-choice-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 112px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 330px;
  padding: 18px 20px;
  border: 1px solid #d8e4ee;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(7, 17, 31, 0.16);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.driver-choice-card.choice-updated {
  animation: choiceLift 0.34s ease both;
}

.driver-choice-card span,
.driver-choice-card small {
  color: #60758a;
  font-size: 0.82rem;
  font-weight: 850;
}

.driver-choice-card strong {
  color: #07111f;
  font-size: 1.2rem;
  line-height: 1.2;
}

@keyframes choiceLift {
  0% {
    transform: translateY(6px) scale(0.985);
    border-color: #efb64d;
  }
  100% {
    transform: translateY(0) scale(1);
    border-color: #d8e4ee;
  }
}

.workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  align-items: start;
}

.workflow-tile {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  outline: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.workflow-tile.active,
.workflow-tile:focus-visible {
  border-color: #efb64d;
  background: #fff8ea;
  box-shadow: 0 18px 38px rgba(239, 182, 77, 0.16);
  transform: translateY(-3px);
}

.workflow-tile.active .workflow-mark,
.workflow-tile:focus-visible .workflow-mark {
  background: #07111f;
  color: #ffffff;
  transform: scale(1.04);
}

.workflow-tile .workflow-mark {
  flex: 0 0 auto;
  margin: 0;
}

.workflow-tile p {
  display: none;
}

.workflow-dock {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid #c7d7e4;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(7, 17, 31, 0.12);
  backdrop-filter: blur(14px);
}

.workflow-dock span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: #07111f;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 0.22s ease, background 0.22s ease;
}

.workflow-dock span:hover {
  background: #10253c;
  transform: translateY(-2px);
}

.workflow-dock svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intelligence-orbit {
  animation: assistantFloat 7s ease-in-out infinite;
}

.orbit-node {
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.intelligence-board:hover .orbit-node {
  background: #efb64d;
  color: #07111f;
  transform: translateY(-2px);
}

.intelligence-core {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.intelligence-board:hover .intelligence-core {
  transform: translate(-50%, -50%) scale(1.035);
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.18);
}

@keyframes assistantFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.contact-shell {
  position: relative;
  overflow: hidden;
}

.contact-shell::after {
  content: "";
  position: absolute;
  left: 42%;
  top: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(239, 182, 77, 0.28);
  border-radius: 999px;
  pointer-events: none;
}

.contact-journey-card {
  display: grid;
  gap: 10px;
  max-width: 360px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(239, 182, 77, 0.32);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(7, 17, 31, 0.12);
}

.contact-journey-card span,
.contact-journey-card small {
  color: #65788c;
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-journey-card strong {
  color: #07111f;
  font-size: 1.08rem;
}

.contact-route-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: 30px;
}

.contact-route-line::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: #dbe8f1;
  transform: translateY(-50%);
}

.contact-route-line i {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #efb64d;
  box-shadow: 0 0 0 5px rgba(239, 182, 77, 0.18);
}

.contact-route-line i:nth-child(2) {
  justify-self: center;
  background: #4fd9f1;
  box-shadow: 0 0 0 5px rgba(79, 217, 241, 0.18);
  animation: contactStopPulse 2.6s ease-in-out infinite;
}

.contact-route-line i:nth-child(3) {
  justify-self: end;
}

@keyframes contactStopPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.16);
  }
}

.contact-form {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contact-form:hover {
  border-color: rgba(239, 182, 77, 0.48);
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.15);
  transform: translateY(-2px);
}

.contact-form .btn {
  position: relative;
  overflow: hidden;
}

.contact-form .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}

.contact-form .btn:hover::after {
  transform: translateX(120%);
}

@media (max-width: 639px) {
  .hero-route-visual {
    display: none;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid::before,
  .platform-grid::after,
  .platform-core {
    display: none;
  }

  .workflow-showcase {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
  }

  .workflow-map-card {
    min-height: 470px;
  }

  .driver-choice-card {
    left: 18px;
    right: 18px;
    bottom: 94px;
  }

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

  .workflow-dock {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }

  .contact-journey-card {
    max-width: none;
  }
}

@media (min-width: 640px) and (max-width: 979px) {
  .platform-core {
    width: 98px;
    height: 98px;
    border-radius: 28px;
  }

  .workflow-showcase {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-route-visual::before,
  .route-pin::after,
  .driver-choice-card.choice-updated,
  .intelligence-orbit,
  .contact-route-line i:nth-child(2) {
    animation: none !important;
  }
}

/* Trial redesign: stronger product sections for experience, companion, and contact. */
#experience.showcase-section,
#assistant.assistant-section,
#contact.contact-section {
  position: relative;
}

#experience .section-heading,
#assistant .assistant-copy,
#contact .contact-copy {
  max-width: 720px;
}

#experience .section-heading h2,
#assistant .assistant-copy h2,
#contact .contact-copy h2 {
  max-width: 11ch;
  letter-spacing: -0.06em;
}

#assistant .assistant-copy h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  line-height: 0.96;
}

#contact .contact-copy h2 {
  max-width: 10ch;
  color: #07111f;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  line-height: 0.96;
}

#contact .contact-copy p {
  color: #40566b;
}

#experience .workflow-showcase {
  align-items: stretch;
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid #c8d8e5;
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 12%, rgba(239, 182, 77, 0.14), transparent 28%),
    #ffffff;
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.11);
}

#experience .workflow-map-card {
  min-height: 640px;
  padding: 26px;
  border: 10px solid #07111f;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 252, 0.94)),
    url("assets/masar-cars-routing.webp") center / cover;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), 0 26px 70px rgba(7, 17, 31, 0.24);
}

#experience .workflow-map-card::before {
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 17, 31, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.phone-status {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #07111f;
  font-size: 0.78rem;
  font-weight: 900;
}

.phone-status span,
.phone-status i {
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: #07111f;
  opacity: 0.14;
}

#experience .workflow-map-top,
#experience .workflow-status-card,
#experience .driver-choice-card,
.route-weather-card {
  border: 1px solid rgba(194, 211, 225, 0.96);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.14);
  backdrop-filter: blur(16px);
}

#experience .workflow-map-top {
  left: 26px;
  right: 26px;
  top: 58px;
  border-radius: 24px;
}

#experience .workflow-route {
  inset: 162px 40px 210px 40px;
}

#experience .workflow-route::before {
  border-color: #efb64d;
  border-right-color: transparent;
  border-top-color: transparent;
  filter: drop-shadow(0 0 18px rgba(239, 182, 77, 0.32));
}

#experience .workflow-route::after {
  background: #07111f;
  box-shadow: 0 0 0 10px rgba(7, 17, 31, 0.12);
  animation: routeCarMove 4.8s ease-in-out infinite;
}

@keyframes routeCarMove {
  0%,
  100% {
    transform: translate(0, 0) rotate(-10deg);
  }
  50% {
    transform: translate(58px, -18px) rotate(8deg);
  }
}

.route-weather-card {
  position: absolute;
  right: 26px;
  top: 176px;
  z-index: 3;
  display: grid;
  gap: 3px;
  max-width: 210px;
  padding: 15px 16px;
  border-radius: 20px;
}

.route-weather-card span {
  color: #63778b;
  font-size: 0.76rem;
  font-weight: 850;
}

.route-weather-card strong {
  color: #07111f;
  font-size: 0.98rem;
  line-height: 1.15;
}

#experience .workflow-status-card {
  left: 26px;
  bottom: 200px;
  border-radius: 20px;
}

#experience .driver-choice-card {
  left: 26px;
  right: 26px;
  bottom: 78px;
  max-width: none;
  padding: 22px;
  border-radius: 26px;
}

#experience .driver-choice-card strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

#experience .workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#experience .workflow-tile {
  min-height: 152px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #d3e0eb;
  border-radius: 28px;
  background: #f8fbfe;
}

#experience .workflow-tile p {
  display: block;
  margin: 0;
  color: #64778b;
  font-size: 0.88rem;
  line-height: 1.35;
}

#experience .workflow-tile h3 {
  margin: 0;
  font-size: 1.12rem;
}

#experience .workflow-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

#experience .workflow-dock {
  display: none;
}

#assistant .assistant-shell {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  gap: clamp(24px, 4vw, 58px);
  border: 1px solid #172b40;
  background: #07111f;
  color: #ffffff;
  overflow: hidden;
}

#assistant .assistant-shell::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(239, 182, 77, 0.22);
  border-radius: 999px;
}

#assistant .assistant-copy h2,
#assistant .assistant-copy p {
  color: #ffffff;
}

#assistant .assistant-copy p {
  color: #c4d2de;
}

#assistant .command-chip {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#assistant .assistant-window {
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 46%, rgba(239, 182, 77, 0.2), transparent 24%),
    #0e2033;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.assistant-phone-top {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.assistant-phone-top span {
  color: #9fb3c6;
  font-size: 0.78rem;
  font-weight: 850;
}

#assistant .intelligence-core {
  width: 180px;
  height: 180px;
  border-radius: 42px;
  background: #ffffff;
}

#assistant .intelligence-core strong {
  color: #07111f;
}

#assistant .intelligence-core span {
  color: #61778b;
}

#assistant .orbit-node {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #132b43;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

#assistant .intelligence-actions {
  left: 24px;
  right: 24px;
  bottom: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#assistant .intelligence-actions div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

#assistant .intelligence-actions strong {
  color: #ffffff;
}

#assistant .intelligence-actions span {
  color: #efb64d;
}

#contact .contact-shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: clamp(22px, 4vw, 54px);
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid #c8d8e5;
  border-radius: 42px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7fbfe 100%);
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.1);
}

#contact .contact-copy {
  padding: 0;
  background: transparent;
}

#contact .contact-copy .eyebrow {
  background: #07111f;
  color: #efb64d;
  border-color: rgba(239, 182, 77, 0.42);
}

#contact .contact-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

#contact .contact-proof div {
  min-height: 126px;
  border-radius: 26px;
  background: #07111f;
}

#contact .contact-proof span {
  color: #efb64d;
}

#contact .contact-proof strong {
  color: #ffffff;
}

#contact .contact-journey-card {
  max-width: none;
  margin-top: 18px;
  padding: 24px;
  border-color: #d3e0eb;
  border-radius: 30px;
}

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

.launch-stack div {
  display: grid;
  gap: 7px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid #d4e1eb;
  border-radius: 22px;
  background: #ffffff;
}

.launch-stack span {
  color: #efb64d;
  font-size: 0.76rem;
  font-weight: 950;
}

.launch-stack strong {
  color: #07111f;
  font-size: 0.9rem;
}

#contact .contact-form {
  border-radius: 34px;
  background: #07111f;
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.2);
}

#contact .form-heading span,
#contact .contact-form label > span,
#contact .form-note {
  color: #9fb3c6;
}

#contact .form-heading strong {
  color: #ffffff;
}

#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#contact .contact-form input::placeholder,
#contact .contact-form textarea::placeholder {
  color: #7890a5;
}

@media (max-width: 979px) {
  #experience .workflow-showcase,
  #assistant .assistant-shell,
  #contact .contact-shell {
    grid-template-columns: 1fr;
  }

  #experience .workflow-map-card {
    min-height: 560px;
  }

  #assistant .assistant-shell {
    padding: 28px;
  }

  #contact .contact-proof,
  .launch-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  #experience .section-heading h2,
  #assistant .assistant-copy h2,
  #contact .contact-copy h2 {
    max-width: none;
    font-size: clamp(2.45rem, 13vw, 3.5rem);
    line-height: 0.98;
  }

  #experience .workflow-showcase,
  #assistant .assistant-shell,
  #contact .contact-shell {
    border-radius: 30px;
    padding: 16px;
  }

  #experience .workflow-map-card {
    min-height: 520px;
    border-width: 7px;
    border-radius: 34px;
  }

  .route-weather-card {
    left: 22px;
    right: auto;
    top: 158px;
  }

  #experience .workflow-grid {
    grid-template-columns: 1fr;
  }

  #assistant .assistant-window {
    min-height: 500px;
    border-radius: 30px;
  }

  #assistant .orbit-node {
    width: 68px;
    height: 68px;
    font-size: 0.76rem;
  }

  #assistant .intelligence-core {
    width: 150px;
    height: 150px;
  }

  #assistant .intelligence-actions {
    grid-template-columns: 1fr;
  }
}

/* Out-of-the-box trial: journey tickets, concierge board, boarding-pass contact. */
#experience .journey-lab,
#assistant .concierge-section,
#contact .boarding-pass {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

#experience .journey-lab {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: end;
}

.journey-editorial h2,
.concierge-copy h2,
.boarding-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #07111f;
  font-size: clamp(2.9rem, 5.1vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.journey-editorial p:not(.eyebrow),
.concierge-copy p,
.boarding-copy p {
  max-width: 560px;
  color: #40566b;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 750;
  line-height: 1.7;
}

.journey-ticket-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 14px;
}

.journey-ticket {
  position: relative;
  display: grid;
  min-height: 280px;
  align-content: space-between;
  padding: 24px;
  border: 1px solid #cbd9e4;
  border-radius: 34px;
  background-color: #ffffff;
  box-shadow: 0 20px 54px rgba(7, 17, 31, 0.08);
}

.journey-ticket.current {
  background-color: #07111f;
}

.journey-ticket.current h3,
.journey-ticket.current p {
  color: #ffffff;
}

.ticket-code {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background-color: #fff8ea;
  color: #9b610e;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.ticket-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 22px;
  background-color: #07111f;
  color: #ffffff;
}

.journey-ticket.current .ticket-icon {
  background-color: #efb64d;
  color: #07111f;
}

.ticket-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-ticket h3 {
  margin: 0;
  color: #07111f;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.journey-ticket p {
  max-width: 260px;
  margin: 0;
  color: #60758a;
  font-weight: 750;
  line-height: 1.55;
}

.journey-image-card {
  position: relative;
  grid-column: 1 / -1;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cbd9e4;
  border-radius: 38px;
  background-color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}

.journey-image-card img {
  display: block;
  width: 100%;
  height: clamp(320px, 36vw, 520px);
  object-fit: cover;
}

.journey-image-card figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background-color: #ffffff;
}

.journey-image-card span {
  color: #60758a;
  font-size: 0.82rem;
  font-weight: 900;
}

.journey-image-card strong {
  color: #07111f;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

#assistant .concierge-section {
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  align-items: stretch;
  padding: clamp(24px, 4vw, 56px);
  border-radius: 44px;
  background-color: #07111f;
}

.concierge-copy h2,
.concierge-copy p {
  color: #ffffff;
}

.concierge-copy p {
  color: #c5d2df;
}

.concierge-board {
  display: grid;
  gap: 14px;
  align-content: start;
}

.concierge-question,
.concierge-answer,
.concierge-signals {
  border-radius: 30px;
  background-color: #ffffff;
}

.concierge-question {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.concierge-question span,
.concierge-answer span {
  color: #60758a;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concierge-question strong {
  color: #07111f;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.concierge-answer {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  padding: 24px;
  background-color: #efb64d;
}

.concierge-answer img {
  width: 62px;
  height: 62px;
  padding: 12px;
  border-radius: 22px;
  background-color: #07111f;
}

.concierge-answer strong {
  display: block;
  margin-top: 6px;
  color: #07111f;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.concierge-answer p {
  max-width: 520px;
  margin: 12px 0 0;
  color: #30200b;
  font-weight: 800;
  line-height: 1.55;
}

.concierge-signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background-color: #10253c;
}

.concierge-signals span {
  display: grid;
  min-height: 86px;
  place-items: center;
  gap: 8px;
  border-radius: 22px;
  background-color: #ffffff;
  color: #07111f;
  font-weight: 950;
}

.concierge-signals svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#contact .boarding-pass {
  grid-template-columns: minmax(300px, 0.92fr) minmax(410px, 1.08fr);
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #cbd9e4;
  border-radius: 44px;
  background-color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}

.boarding-copy {
  padding: clamp(20px, 3.5vw, 46px);
  border-right: 1px dashed #cbd9e4;
}

.boarding-copy h2 {
  max-width: 680px;
}

.pass-route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid #d7e3ec;
  border-radius: 999px;
  background-color: #f7fbfe;
}

.pass-route span {
  color: #07111f;
  font-size: 0.82rem;
  font-weight: 950;
}

.pass-route i {
  height: 2px;
  border-radius: 999px;
  background-color: #efb64d;
}

#contact .boarding-form {
  border-radius: 34px;
  box-shadow: none;
}

@media (max-width: 979px) {
  #experience .journey-lab,
  #assistant .concierge-section,
  #contact .boarding-pass {
    grid-template-columns: 1fr;
  }

  .boarding-copy {
    border-right: 0;
    border-bottom: 1px dashed #cbd9e4;
  }
}

@media (max-width: 639px) {
  .journey-ticket-board,
  .concierge-signals {
    grid-template-columns: 1fr;
  }

  .journey-image-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .concierge-answer {
    grid-template-columns: 1fr;
  }

  .pass-route {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .pass-route i {
    display: none;
  }
}

/* Organization pass: align the three trial sections with the site system. */
#experience.showcase-section,
#assistant.assistant-section,
#contact.contact-section {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

#experience > .section-heading,
#assistant > .section-heading,
#contact > .section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

#experience > .section-heading h2,
#assistant > .section-heading h2,
#contact > .section-heading h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #07111f;
  font-size: clamp(2.75rem, 4.8vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

#experience > .section-heading p:not(.eyebrow),
#assistant > .section-heading p:not(.eyebrow),
#contact > .section-heading p:not(.eyebrow) {
  max-width: 560px;
  margin-inline: auto;
  color: #40566b;
}

#experience .journey-lab {
  grid-template-columns: 1fr;
  gap: 18px;
}

#experience .journey-ticket-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#experience .journey-ticket {
  min-height: 230px;
  border-radius: 30px;
}

#experience .journey-ticket h3 {
  font-size: clamp(1.75rem, 2.4vw, 2.45rem);
}

#experience .journey-image-card {
  border-radius: 34px;
}

#experience .journey-image-card img {
  height: clamp(300px, 34vw, 460px);
}

#assistant .concierge-section {
  grid-template-columns: 1fr;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #172b40;
  border-radius: 38px;
}

#assistant .concierge-board {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

#assistant .concierge-question {
  align-content: center;
  min-height: 280px;
}

#assistant .concierge-answer {
  grid-row: span 2;
  align-content: center;
}

#assistant .concierge-signals {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#contact .boarding-pass {
  grid-template-columns: minmax(260px, 0.52fr) minmax(420px, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 38px;
}

#contact .boarding-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(20px, 3vw, 36px);
  border-right: 1px dashed #cbd9e4;
}

#contact .pass-route {
  margin-top: 6px;
}

.launch-brief {
  display: grid;
  gap: 10px;
}

.launch-brief article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #d7e3ec;
  border-radius: 24px;
  background-color: #ffffff;
}

.launch-brief article:nth-child(2) {
  background-color: #fff8ea;
  border-color: #efcf95;
}

.launch-brief span {
  color: #9b610e;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.launch-brief strong {
  color: #07111f;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.25;
}

#contact .boarding-form {
  border-radius: 30px;
}

@media (max-width: 979px) {
  #experience .journey-ticket-board,
  #assistant .concierge-board,
  #contact .boarding-pass {
    grid-template-columns: 1fr;
  }

  #assistant .concierge-answer {
    grid-row: auto;
  }

  #contact .boarding-copy {
    border-right: 0;
    border-bottom: 1px dashed #cbd9e4;
  }
}

@media (max-width: 639px) {
  #experience > .section-heading,
  #assistant > .section-heading,
  #contact > .section-heading {
    text-align: left;
  }

  #experience > .section-heading h2,
  #assistant > .section-heading h2,
  #contact > .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.02;
  }

  #experience .journey-ticket,
  #assistant .concierge-question,
  #assistant .concierge-answer,
  #contact .boarding-pass {
    border-radius: 28px;
  }

  #assistant .concierge-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Experience layout fix: one cohesive journey board. */
#experience .journey-lab {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid #cbd9e4;
  border-radius: 38px;
  background-color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.09);
}

#experience .journey-image-card {
  grid-column: auto;
  min-height: 100%;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
}

#experience .journey-image-card img {
  height: 100%;
  min-height: 520px;
}

#experience .journey-image-card figcaption {
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid #d8e4ee;
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.1);
}

#experience .journey-ticket-board {
  grid-column: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#experience .journey-ticket {
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-areas:
    "icon code"
    "icon title"
    "icon copy";
  min-height: 0;
  align-content: center;
  column-gap: 16px;
  padding: 22px;
  border-radius: 28px;
}

#experience .ticket-code {
  grid-area: code;
}

#experience .ticket-icon {
  grid-area: icon;
  align-self: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
}

#experience .journey-ticket h3 {
  grid-area: title;
  margin-top: 8px;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
}

#experience .journey-ticket p {
  grid-area: copy;
  max-width: 320px;
  margin-top: 6px;
}

@media (max-width: 979px) {
  #experience .journey-lab {
    grid-template-columns: 1fr;
  }

  #experience .journey-image-card img {
    min-height: 420px;
  }
}

@media (max-width: 639px) {
  #experience .journey-lab {
    padding: 12px;
    border-radius: 30px;
  }

  #experience .journey-image-card img {
    min-height: 330px;
  }

  #experience .journey-image-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  #experience .journey-ticket {
    grid-template-columns: 54px 1fr;
    padding: 18px;
  }

  #experience .ticket-icon {
    width: 50px;
    height: 50px;
  }
}

/* Focused polish for liked sections: better image crop, co-driver board, and compact form. */
#experience .journey-image-card img {
  object-position: 32% center;
}

#experience .journey-image-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  pointer-events: none;
}

#assistant .concierge-board {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

#assistant .concierge-question {
  min-height: 220px;
}

#assistant .concierge-answer {
  grid-row: span 3;
}

.concierge-context {
  display: grid;
  gap: 10px;
}

.concierge-context article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  border-radius: 20px;
  background-color: #10253c;
}

.concierge-context span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 15px;
  background-color: #ffffff;
}

.concierge-context svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.concierge-context strong {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.2;
}

#assistant .concierge-signals {
  display: none;
}

#contact .boarding-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 16px;
}

#contact .boarding-form .form-heading,
#contact .boarding-form .message-field,
#contact .boarding-form .btn,
#contact .boarding-form .form-note {
  grid-column: 1 / -1;
}

#contact .boarding-form label {
  gap: 8px;
}

#contact .boarding-form input,
#contact .boarding-form select {
  min-height: 56px;
}

#contact .boarding-form textarea {
  min-height: 112px;
}

@media (max-width: 979px) {
  .concierge-context {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .concierge-context article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .concierge-context,
  #contact .boarding-form {
    grid-template-columns: 1fr;
  }
}

/* Co-driver balance fix. */
#assistant .concierge-question {
  min-height: 260px;
}

#assistant .concierge-answer {
  min-height: 100%;
}

#assistant .concierge-answer strong {
  max-width: 560px;
}

.concierge-context {
  align-content: stretch;
}

.concierge-context article {
  min-height: 86px;
}

/* Replace repeated photo with abstract route board and improve co-driver presentation. */
#experience .journey-image-card {
  min-height: 520px;
  background-color: #07111f;
}

#experience .journey-image-card > img {
  display: none;
}

.journey-abstract-map {
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background-color: #10253c;
  overflow: hidden;
}

.journey-abstract-map::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 50%;
  height: 8px;
  border-radius: 999px;
  background-color: #efb64d;
  transform: rotate(-12deg);
}

.journey-abstract-map::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 35%;
  height: 8px;
  border-radius: 999px;
  background-color: #4fd9f1;
  transform: rotate(16deg);
}

.abstract-stop {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 8px solid #10253c;
  border-radius: 28px;
  background-color: #ffffff;
  color: #07111f;
}

.abstract-stop svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.abstract-stop.start {
  left: 12%;
  bottom: 18%;
}

.abstract-stop.charge {
  left: 30%;
  top: 18%;
}

.abstract-stop.fuel {
  right: 28%;
  bottom: 23%;
}

.abstract-stop.care {
  right: 12%;
  top: 22%;
}

#experience .journey-image-card figcaption {
  background-color: #ffffff;
}

#assistant .concierge-board {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

#assistant .concierge-question {
  min-height: 180px;
}

.driver-cockpit {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 30px;
  background-color: #efb64d;
}

.cockpit-dial {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 38px;
  background-color: #07111f;
}

.cockpit-dial span {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 950;
  line-height: 0.8;
}

.cockpit-dial strong {
  color: #efb64d;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cockpit-copy {
  display: grid;
  gap: 6px;
}

.cockpit-copy span {
  color: #60400c;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cockpit-copy strong {
  color: #07111f;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

#assistant .concierge-answer {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-content: center;
  min-height: 100%;
  background-color: #ffffff;
}

#assistant .concierge-answer strong {
  color: #07111f;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

#assistant .concierge-answer p {
  color: #40566b;
}

#assistant .concierge-context {
  grid-template-columns: 1fr;
}

#assistant .concierge-context article {
  background-color: #10253c;
}

@media (max-width: 979px) {
  #assistant .concierge-board {
    grid-template-columns: 1fr;
  }

  #assistant .concierge-context {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  #experience .journey-image-card {
    min-height: 360px;
  }

  .abstract-stop {
    width: 58px;
    height: 58px;
    border-width: 6px;
    border-radius: 21px;
  }

  .abstract-stop svg {
    width: 24px;
    height: 24px;
  }

  .driver-cockpit,
  #assistant .concierge-answer {
    grid-template-columns: 1fr;
  }

  #assistant .concierge-context {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #experience .workflow-route::after {
    animation: none !important;
  }
}

/* Trial refinement: calmer premium hierarchy and tighter product storytelling. */
#experience .section-heading h2,
#assistant .assistant-copy h2,
#contact .contact-copy h2 {
  letter-spacing: -0.052em;
  text-wrap: balance;
}

#experience .section-heading h2 {
  max-width: 12ch;
  font-size: clamp(3.15rem, 5.8vw, 5.9rem);
  line-height: 0.95;
}

#experience .section-heading p:not(.eyebrow) {
  max-width: 610px;
}

#experience .workflow-showcase {
  gap: clamp(24px, 3.2vw, 42px);
  padding: clamp(20px, 2.6vw, 32px);
  border-radius: 46px;
  box-shadow: 0 38px 100px rgba(7, 17, 31, 0.1);
}

#experience .workflow-map-card {
  min-height: 610px;
  border-width: 8px;
  border-radius: 42px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 30px 74px rgba(7, 17, 31, 0.2);
}

#experience .workflow-route {
  inset: 158px 42px 204px 42px;
}

#experience .workflow-status-card {
  bottom: 188px;
}

#experience .driver-choice-card {
  bottom: 64px;
}

#experience .workflow-tile {
  min-height: 146px;
  border-radius: 30px;
  background: #ffffff;
}

#experience .workflow-tile::before {
  opacity: 0;
}

#experience .workflow-tile.active,
#experience .workflow-tile:focus-visible {
  background: #fff9ec;
  box-shadow: 0 20px 44px rgba(239, 182, 77, 0.13);
}

#assistant .assistant-shell {
  grid-template-columns: minmax(430px, 0.98fr) minmax(430px, 1.02fr);
  border-radius: 42px;
}

#assistant .assistant-copy h2 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 4.45vw, 4.45rem);
  line-height: 0.99;
}

#assistant .assistant-copy p {
  max-width: 460px;
}

#assistant .assistant-window {
  min-height: 535px;
  border-radius: 42px;
}

#assistant .intelligence-core {
  width: 168px;
  height: 168px;
  border-radius: 40px;
}

#assistant .orbit-node {
  width: 78px;
  height: 78px;
}

#contact .contact-shell {
  grid-template-columns: minmax(0, 0.95fr) minmax(410px, 1.05fr);
  gap: clamp(26px, 4.5vw, 66px);
  border-radius: 46px;
  box-shadow: 0 38px 100px rgba(7, 17, 31, 0.1);
}

#contact .contact-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 4.9vw, 4.9rem);
  line-height: 0.99;
}

#contact .contact-copy p {
  max-width: 520px;
}

#contact .contact-proof {
  gap: 10px;
  margin-top: 26px;
}

#contact .contact-proof div {
  min-height: 112px;
  border-radius: 24px;
}

#contact .contact-journey-card {
  padding: 22px;
  border-radius: 28px;
}

.launch-stack {
  display: none;
}

#contact .contact-form {
  padding: clamp(22px, 3vw, 38px);
  border-radius: 38px;
}

@media (max-width: 979px) {
  #experience .workflow-map-card {
    min-height: 540px;
  }

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

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

@media (max-width: 639px) {
  #experience .section-heading h2,
  #assistant .assistant-copy h2,
  #contact .contact-copy h2 {
    max-width: none;
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    line-height: 1;
  }

  #experience .workflow-map-card {
    min-height: 500px;
  }

  #assistant .assistant-window {
    min-height: 470px;
  }
}

/* Trial cleanup: solid colors, no component overlap, no decorative motion. */
#experience .workflow-showcase,
#experience .workflow-map-card,
#assistant .assistant-shell,
#assistant .assistant-window,
#contact .contact-shell,
#contact .contact-form,
#contact .contact-form .btn::after {
  background-image: none !important;
}

#experience .workflow-route::after,
#experience .hero-route-visual::before,
.hero-route-visual::before,
.route-pin::after,
.driver-choice-card.choice-updated,
.intelligence-orbit,
.contact-route-line i:nth-child(2),
#contact .contact-form .btn::after {
  animation: none !important;
}

#experience .workflow-showcase {
  background-color: #ffffff !important;
}

#experience .workflow-map-card {
  background-color: #f6fafc !important;
}

#assistant .assistant-shell {
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  background-color: #07111f !important;
}

#assistant .assistant-window {
  display: grid;
  min-height: auto;
  padding: 24px;
  align-content: start;
  gap: 18px;
  background-color: #0e2033 !important;
}

#assistant .assistant-phone-top {
  position: static;
  order: 1;
}

.guidance-flow {
  position: relative;
  z-index: 3;
  order: 2;
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.guidance-flow div {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-areas:
    "icon title"
    "icon meta";
  column-gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background-color: #142a42;
}

.guidance-flow div:nth-child(2) {
  background-color: #19334e;
}

.guidance-flow div:nth-child(3) {
  background-color: #1d3a55;
}

.guidance-icon {
  grid-area: icon;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background-color: #ffffff;
  color: #07111f;
}

.guidance-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #efb64d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guidance-flow strong {
  grid-area: title;
  color: #ffffff;
  font-size: 1.05rem;
}

.guidance-flow small {
  grid-area: meta;
  color: #b8c8d6;
  font-size: 0.9rem;
  font-weight: 800;
}

#assistant .intelligence-orbit,
#assistant .intelligence-core {
  display: none !important;
}

#assistant .intelligence-actions {
  position: static;
  order: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

#assistant .intelligence-actions div {
  min-height: 106px;
  border-radius: 24px;
  background-color: #ffffff;
}

#assistant .intelligence-actions strong {
  color: #07111f;
}

#assistant .intelligence-actions span {
  color: #b97814;
}

#contact .contact-shell {
  background-color: #ffffff !important;
}

#contact .contact-form {
  background-color: #07111f !important;
}

#contact .contact-form .btn::after {
  display: none;
}

@media (max-width: 979px) {
  #assistant .assistant-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  #assistant .assistant-window {
    min-height: auto;
    padding: 16px;
  }

  .guidance-flow div {
    min-height: 78px;
    border-radius: 20px;
  }

  #assistant .intelligence-actions {
    grid-template-columns: 1fr;
  }
}

/* Trial replacement pass: simpler sellable sections, solid-color only. */
#experience .section-heading,
#assistant .assistant-copy,
#contact .contact-copy {
  max-width: 860px;
}

#experience .section-heading h2,
#assistant .assistant-copy h2,
#contact .contact-copy h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

#experience .section-heading p:not(.eyebrow),
#assistant .assistant-copy p,
#contact .contact-copy p {
  max-width: 600px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

#experience .workflow-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
}

#experience .workflow-map-card {
  min-height: 560px;
  border: 1px solid #cbd9e4;
  border-radius: 38px;
  background-color: #ffffff !important;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}

#experience .workflow-map-card::before,
#experience .phone-status,
#experience .workflow-route,
#experience .route-weather-card,
#experience .workflow-action-strip {
  display: none !important;
}

#experience .workflow-map-top {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  padding: 18px 20px;
  border-radius: 24px;
  background-color: #07111f;
  box-shadow: none;
}

#experience .workflow-map-top span {
  color: #9fb3c6;
}

#experience .workflow-map-top strong {
  color: #ffffff;
}

#experience .workflow-status-card {
  left: 28px;
  right: 28px;
  top: 124px;
  bottom: auto;
  max-width: none;
  padding: 24px;
  border-radius: 28px;
  background-color: #f7fbfe;
  box-shadow: none;
}

#experience .workflow-status-card strong {
  color: #b97814;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

#experience .driver-choice-card {
  left: 28px;
  right: 28px;
  top: 286px;
  bottom: auto;
  padding: 26px;
  border-radius: 30px;
  background-color: #07111f;
  box-shadow: none;
}

#experience .driver-choice-card span,
#experience .driver-choice-card small {
  color: #aebfce;
}

#experience .driver-choice-card strong {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

#experience .workflow-map-card::after {
  content: "Route · Stop · Continue";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  min-height: 78px;
  place-items: center;
  border: 1px solid #d8e4ee;
  border-radius: 24px;
  background-color: #fff8ea;
  color: #8f5b0e;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#experience .workflow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#experience .workflow-tile {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-areas:
    "icon title"
    "icon copy";
  min-height: 92px;
  padding: 16px;
  align-items: center;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: none;
}

#experience .workflow-tile .workflow-mark {
  grid-area: icon;
  width: 52px;
  height: 52px;
  margin: 0;
}

#experience .workflow-tile h3 {
  grid-area: title;
}

#experience .workflow-tile p {
  grid-area: copy;
  display: block;
}

#experience .workflow-tile.active,
#experience .workflow-tile:focus-visible {
  border-color: #efb64d;
  background-color: #fff8ea;
  transform: none;
}

#assistant .assistant-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 54px);
  border-radius: 42px;
  background-color: #07111f !important;
}

#assistant .assistant-shell::before {
  display: none;
}

#assistant .assistant-copy h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(2.8rem, 4.7vw, 5rem);
}

#assistant .assistant-copy p {
  color: #c5d2df;
}

#assistant .assistant-window {
  padding: 0;
  gap: 12px;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
}

#assistant .assistant-phone-top {
  padding: 18px 20px;
  border-radius: 24px;
  background-color: #ffffff;
}

#assistant .assistant-phone-top span {
  color: #60758a;
}

#assistant .assistant-phone-top strong {
  color: #07111f;
}

.guidance-flow {
  gap: 12px;
}

.guidance-flow div {
  min-height: 104px;
  border: 1px solid #264762;
  border-radius: 28px;
  background-color: #10253c;
}

.guidance-flow div:nth-child(2),
.guidance-flow div:nth-child(3) {
  background-color: #10253c;
}

#assistant .intelligence-actions {
  gap: 12px;
}

#assistant .intelligence-actions div {
  min-height: 118px;
  border: 0;
  border-radius: 28px;
  background-color: #efb64d;
}

#assistant .intelligence-actions span {
  color: #07111f;
}

#contact .contact-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid #cbd9e4;
  border-radius: 42px;
  background-color: #ffffff !important;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}

#contact .contact-copy h2 {
  max-width: 620px;
  font-size: clamp(2.7rem, 4.6vw, 4.9rem);
}

#contact .contact-proof {
  grid-template-columns: 1fr;
  gap: 10px;
}

#contact .contact-proof div {
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
}

#contact .contact-proof strong {
  text-align: right;
}

#contact .contact-journey-card {
  border-radius: 24px;
  background-color: #f7fbfe;
  box-shadow: none;
}

#contact .contact-form {
  border-radius: 34px;
  box-shadow: none;
}

@media (max-width: 979px) {
  #experience .workflow-showcase,
  #assistant .assistant-shell,
  #contact .contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  #experience .section-heading h2,
  #assistant .assistant-copy h2,
  #contact .contact-copy h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.05rem);
    line-height: 1.02;
  }

  #experience .workflow-map-card {
    min-height: 520px;
    border-radius: 30px;
  }

  #experience .workflow-map-top,
  #experience .workflow-status-card,
  #experience .driver-choice-card,
  #experience .workflow-map-card::after {
    left: 18px;
    right: 18px;
  }

  #experience .workflow-tile,
  .guidance-flow div {
    grid-template-columns: 52px 1fr;
  }

  #assistant .assistant-shell,
  #contact .contact-shell {
    border-radius: 30px;
  }

  #assistant .intelligence-actions,
  #contact .contact-proof {
    grid-template-columns: 1fr;
  }

  #contact .contact-proof div {
    align-items: flex-start;
    flex-direction: column;
  }

  #contact .contact-proof strong {
    text-align: left;
  }
}

/* Contrast lock: final source-order overrides for every interactive foreground. */
.voice-scenarios button {
  border: 1px solid transparent;
  background-color: transparent;
  color: #dbe8f0;
}

.voice-scenarios button:hover,
.voice-scenarios button:focus-visible {
  border-color: #4fd9f1;
  background-color: #17334e;
  color: #ffffff;
}

.voice-scenarios button.active,
.voice-scenarios button.active:hover,
.voice-scenarios button.active:focus-visible {
  border-color: #4fd9f1;
  background-color: #4fd9f1;
  color: #07111f;
}

.voice-scenarios button.active svg {
  stroke: #07111f;
}

.journey-options label:hover,
.journey-options label:focus-within {
  border-color: #4fd9f1;
  background-color: #17334e;
}

.journey-options label:hover strong,
.journey-options label:focus-within strong {
  color: #ffffff;
}

.journey-options label.selected,
.journey-options label.selected:hover,
.journey-options label.selected:focus-within {
  border-color: #efb64d;
  background-color: #efb64d;
}

.journey-options label.selected strong,
.journey-options label.selected:hover strong,
.journey-options label.selected:focus-within strong {
  color: #07111f;
}

.journey-options label.selected > span {
  background-color: #07111f;
  color: #ffffff;
}

@media (hover: none) {
  .voice-scenarios button:not(.active):hover,
  .journey-options label:not(.selected):hover {
    border-color: #28465f;
    background-color: #10253c;
    color: #dbe8f0;
  }

  .journey-options label:not(.selected):hover strong {
    color: #ffffff;
  }
}

#contact .request-details input {
  border-color: #688297;
  background-color: #ffffff;
  color: #07111f;
}

#contact .request-details input::placeholder {
  color: #536b80;
  opacity: 1;
}

#contact .request-details input:focus {
  border-color: #4fd9f1;
  background-color: #ffffff;
}

.request-details label > span,
.request-note {
  color: #d5e1e9;
}

#contact .request-details .btn {
  background-color: #efb64d;
  color: #07111f;
}

/* Compact footer restoration: stronger finish without additional components. */
.site-footer {
  position: relative;
  display: block;
  padding: 0 max(20px, calc((100vw - 1240px) / 2)) max(18px, env(safe-area-inset-bottom));
  border: 0;
  background-color: #07111f;
  color: #ffffff;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efb64d;
}

.site-footer .footer-main {
  display: grid;
  width: 100%;
  max-width: 1240px;
  grid-template-columns: minmax(190px, 0.62fr) minmax(320px, 1.15fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) 0 clamp(36px, 5vw, 54px);
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.site-footer .footer-brand img {
  width: 58px;
  height: 58px;
  border: 1px solid #38536c;
  border-radius: 18px;
  background-color: #10253c;
  transition: border-color 180ms ease, transform 180ms ease;
}

.site-footer .footer-brand:hover img,
.site-footer .footer-brand:focus-visible img {
  border-color: #efb64d;
  transform: translateY(-2px);
}

.site-footer .footer-brand > span {
  display: grid;
  gap: 4px;
}

.site-footer .footer-brand strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.site-footer .footer-brand small {
  color: #efb64d;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer .footer-promise {
  display: grid;
  gap: 9px;
}

.site-footer .footer-promise span {
  color: #4fd9f1;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer .footer-promise strong {
  max-width: 12ch;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.site-footer .footer-actions {
  display: grid;
  min-width: 190px;
  gap: 10px;
  margin: 0;
}

.site-footer .footer-actions a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border: 1px solid #34516a;
  border-radius: 14px;
  background-color: #10253c;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 850;
}

.site-footer .footer-actions .footer-demo {
  border-color: #efb64d;
  background-color: #efb64d;
  color: #07111f;
}

.site-footer .footer-actions a:hover,
.site-footer .footer-actions a:focus-visible {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #07111f;
  transform: translateY(-2px);
}

.site-footer .footer-bottom {
  display: grid;
  width: 100%;
  max-width: 1240px;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding: 18px 0 4px;
  border-top: 1px solid #29445d;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  order: initial;
}

.site-footer .footer-links a {
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 10px;
  color: #c3d2dd;
  font-size: 0.76rem;
  font-weight: 750;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  background-color: #10253c;
  color: #ffffff;
}

.site-footer .footer-bottom > p {
  margin: 0;
  color: #8fa6b7;
  font-size: 0.7rem;
  white-space: nowrap;
}

.site-footer .footer-bottom > p span {
  margin-left: 8px;
  color: #c3d2dd;
}

/* Existing images and route visuals now respond as a connected journey. */
.hero-product-shot,
.campaign-drive,
.ecosystem-shell,
.visual-media,
.journey-ribbon {
  --motion-x: 0;
  --motion-y: 0;
}

.hero-product-shot > img,
.campaign-image,
.ecosystem-shell > img,
.visual-media > img {
  will-change: transform;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 450ms ease;
}

.hero-product-shot.motion-visible > img,
.campaign-drive.motion-visible .campaign-image,
.ecosystem-shell.motion-visible > img,
.visual-media.motion-visible > img {
  transform: scale(1.025) translate(calc(var(--motion-x) * -7px), calc(var(--motion-y) * -5px));
}

.hero-product-shot.is-exploring > img,
.campaign-drive.is-exploring .campaign-image,
.ecosystem-shell.is-exploring > img,
.visual-media.is-exploring > img {
  transform: scale(1.055) translate(calc(var(--motion-x) * -13px), calc(var(--motion-y) * -9px));
  filter: saturate(1.03) contrast(1.03);
}

.hero-image-card,
.visual-badge,
.ecosystem-panel {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.hero-product-shot.is-exploring .hero-image-card,
.visual-media.is-exploring .visual-badge.primary,
.ecosystem-shell.is-exploring .ecosystem-panel {
  transform: translate(calc(var(--motion-x) * 8px), calc(var(--motion-y) * 6px - 4px));
}

.visual-media.is-exploring .visual-badge.secondary {
  transform: translate(calc(var(--motion-x) * -7px), calc(var(--motion-y) * -5px));
}

.hero-route-visual::before,
.route-pin::after {
  animation-play-state: paused !important;
}

.hero-product-shot.motion-visible .hero-route-visual::before {
  animation: masarRouteGlow 3.2s ease-in-out infinite !important;
  animation-play-state: running !important;
}

.hero-product-shot.motion-visible .route-pin::after {
  animation: masarPulse 2.1s ease-out infinite !important;
  animation-play-state: running !important;
}

.hero-product-shot.motion-visible .route-pin.fuel::after {
  animation-delay: 0.7s !important;
}

.hero-product-shot.motion-visible .route-pin.service::after {
  animation-delay: 1.4s !important;
}

.route-traveller {
  position: absolute;
  z-index: 3;
  left: 20%;
  top: 58%;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #efb64d;
  box-shadow: 0 0 0 7px rgba(239, 182, 77, 0.18);
  opacity: 0;
}

.hero-product-shot.motion-visible .route-traveller {
  animation: routeTraveller 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.visual-route-panel span {
  position: relative;
  overflow: hidden;
}

.visual-route-panel span::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background-color: #efb64d;
  transform: scaleX(0);
  transform-origin: left;
}

.visual-media.motion-visible .visual-route-panel span::after {
  animation: routeStepSignal 4.5s ease-in-out infinite;
}

.visual-media.motion-visible .visual-route-panel span:nth-child(2)::after {
  animation-delay: 1.5s;
}

.visual-media.motion-visible .visual-route-panel span:nth-child(3)::after {
  animation-delay: 3s;
}

.journey-ribbon.motion-visible .road-dash {
  animation: roadSignal 2.8s linear infinite;
}

.journey-ribbon.motion-visible .road-dash.dash-two {
  animation-delay: 0.35s;
}

.journey-ribbon.motion-visible .road-dash.dash-three {
  animation-delay: 0.7s;
}

.journey-ribbon.is-exploring .journey-car {
  animation-duration: 2.5s;
}

.journey-ribbon.is-exploring .ribbon-moment {
  transform: translateY(-4px);
}

.ribbon-moment {
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ribbon-moment:hover {
  z-index: 7;
  transform: translateY(-7px) scale(1.02) !important;
  box-shadow: 0 20px 38px rgba(7, 17, 31, 0.18);
}

@keyframes routeTraveller {
  0% { left: 20%; top: 58%; opacity: 0; }
  10% { opacity: 1; }
  42% { left: 48%; top: 65%; opacity: 1; }
  72% { left: 68%; top: 42%; opacity: 1; }
  90%, 100% { left: 74%; top: 35%; opacity: 0; }
}

@keyframes routeStepSignal {
  0%, 12% { transform: scaleX(0); opacity: 0; }
  20%, 50% { transform: scaleX(1); opacity: 1; }
  62%, 100% { transform: scaleX(1); opacity: 0; }
}

@keyframes roadSignal {
  0% { opacity: 0.38; transform: translateX(-12px); }
  50% { opacity: 1; }
  100% { opacity: 0.38; transform: translateX(12px); }
}

@media (max-width: 900px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .footer-promise {
    grid-column: 1 / -1;
    grid-row: 1;
  }

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

  .site-footer .footer-bottom > p {
    white-space: normal;
  }
}

@media (max-width: 639px) {
  .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 48px;
  }

  .site-footer .footer-promise,
  .site-footer .footer-brand,
  .site-footer .footer-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer .footer-promise {
    order: -1;
  }

  .site-footer .footer-promise strong {
    max-width: 10ch;
    font-size: clamp(2.7rem, 13vw, 3.7rem);
  }

  .site-footer .footer-actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .site-footer .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .footer-bottom > p span {
    display: block;
    margin: 4px 0 0;
  }

  .site-footer .footer-bottom > p {
    order: 2;
  }

  .hero-product-shot.motion-visible > img,
  .campaign-drive.motion-visible .campaign-image,
  .ecosystem-shell.motion-visible > img,
  .visual-media.motion-visible > img {
    transform: scale(1.018);
  }
}

@media (max-width: 360px) {
  .site-footer .footer-actions,
  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Extreme viewport safeguards: narrow foldables and short landscape phones. */
@media (max-width: 960px) {
  .site-header {
    contain: none;
  }

  .site-header .nav-links {
    z-index: 60;
  }
}

@media (max-width: 639px) {
  .visual-story-card,
  .visual-story-card.reverse {
    padding: 12px;
  }

  .visual-story-card > *,
  .visual-media,
  .visual-media > img,
  .visual-story-copy {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 960px) and (max-height: 500px) {
  .site-header .nav-links {
    inset: 76px 16px auto;
    height: auto;
    max-height: calc(100dvh - 84px);
    overflow-y: auto;
    overscroll-behavior: contain;
    gap: 6px;
    padding: 8px;
  }

  .site-header .nav-links > a:not(.mobile-nav-cta),
  .site-header .mobile-nav-cta {
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-shot > img,
  .campaign-image,
  .ecosystem-shell > img,
  .visual-media > img,
  .hero-route-visual::before,
  .route-pin::after,
  .route-traveller,
  .visual-route-panel span::after,
  .road-dash {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
