:root {
  --moovu-primary: #1f74c9;
  --moovu-primary-hover: #244f9e;
  --moovu-primary-soft: #eaf3ff;
  --moovu-sky: #b0e0f0;
  --moovu-aqua: #c0f0e0;
  --moovu-bg: #f6fafc;
  --moovu-bg-soft: #f1f4f8;
  --moovu-text: #050505;
  --moovu-text-soft: #5b6776;
  --moovu-border: #d7e2ea;
  --moovu-success: #16a34a;
  --moovu-dark: #07111f;
  --shadow-sm: 0 10px 26px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 18px 48px rgba(31, 116, 201, 0.12);
  --shadow-lg: 0 30px 86px rgba(15, 23, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(176, 224, 240, 0.44), transparent 24rem),
    linear-gradient(180deg, #fbfdff 0%, #f6fafc 45%, #eef6fa 100%);
  color: var(--moovu-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content-wrap {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}

.section-band {
  padding: clamp(64px, 9vw, 112px) 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(215, 226, 234, 0.78);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--moovu-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

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

.brand-name {
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.brand-meta {
  color: var(--moovu-text-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.primary-nav a {
  border-radius: 999px;
  padding: 11px 14px;
  color: #334155;
  font-size: 14px;
  font-weight: 850;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: var(--moovu-primary-soft);
  color: var(--moovu-primary-hover);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--moovu-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 116, 201, 0.23);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--moovu-primary-hover);
}

.button-secondary {
  border-color: var(--moovu-border);
  background: #fff;
  color: var(--moovu-text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #cfe4ff;
  background: #f8fbff;
  box-shadow: 0 12px 24px rgba(31, 116, 201, 0.08);
}

.button-dark {
  background: var(--moovu-dark);
  color: #fff;
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.2);
}

.button-large {
  min-height: 54px;
  padding: 0 23px;
  font-size: 15px;
}

.button-full {
  width: 100%;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--moovu-border);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: var(--moovu-text);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(58px, 7vw, 94px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 7vw, 86px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--moovu-primary-hover);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.18;
}

p {
  color: var(--moovu-text-soft);
  line-height: 1.68;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: #26384d;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 650;
  overflow-wrap: break-word;
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #44566b;
  font-size: 14px;
  font-weight: 850;
  max-width: 100%;
  overflow-wrap: break-word;
}

.trust-line span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--moovu-success);
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.map-panel {
  position: absolute;
  inset: 38px 0 0 36px;
  overflow: hidden;
  border: 1px solid rgba(203, 216, 229, 0.9);
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(192, 240, 224, 0.78), transparent 13rem),
    linear-gradient(135deg, #dff1fb 0%, #f7fbff 52%, #e9fff8 100%);
  background-size: 58px 58px, 58px 58px, auto, auto;
  box-shadow: var(--shadow-lg);
}

.map-road {
  position: absolute;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(215, 226, 234, 0.8);
}

.road-one {
  top: 47%;
  left: -8%;
  width: 92%;
  transform: rotate(-17deg);
}

.road-two {
  right: -10%;
  bottom: 27%;
  width: 82%;
  transform: rotate(29deg);
}

.map-pin,
.driver-badge {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.map-pin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--moovu-dark);
  font-size: 12px;
  font-weight: 950;
}

.map-pin::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--moovu-primary);
}

.dropoff-pin::before {
  border-radius: 3px;
  background: var(--moovu-dark);
}

.pickup-pin {
  top: 19%;
  left: 15%;
}

.dropoff-pin {
  right: 10%;
  bottom: 19%;
}

.driver-badge {
  right: 8%;
  top: 13%;
  border-radius: 24px;
  padding: 16px 18px;
}

.driver-badge strong,
.driver-badge span {
  display: block;
}

.driver-badge strong {
  color: var(--moovu-text);
  font-size: 30px;
  line-height: 1;
}

.driver-badge span {
  margin-top: 5px;
  color: var(--moovu-text-soft);
  font-size: 12px;
  font-weight: 850;
}

.phone-frame {
  position: absolute;
  right: 30px;
  top: 0;
  width: min(360px, 82vw);
  min-height: 600px;
  border: 10px solid #101820;
  border-radius: 42px;
  background: #f8fbff;
  padding: 18px;
  box-shadow: 0 32px 80px rgba(7, 17, 31, 0.34);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.phone-top img {
  width: 142px;
  height: auto;
}

.phone-top span {
  border-radius: 999px;
  background: var(--moovu-primary-soft);
  padding: 8px 10px;
  color: var(--moovu-primary-hover);
  font-size: 11px;
  font-weight: 950;
}

.phone-card,
.estimate-card,
.feature-card,
.safety-card,
.app-preview-card {
  border: 1px solid var(--moovu-border);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.phone-card {
  border-radius: 28px;
  padding: 18px;
}

.phone-card p {
  margin-bottom: 18px;
  color: var(--moovu-text);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.route-row {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  gap: 11px;
  color: #182434;
  font-size: 13px;
}

.route-dot,
.route-square {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--moovu-primary);
}

.route-square {
  border-radius: 3px;
  background: var(--moovu-dark);
}

.route-line {
  width: 2px;
  height: 22px;
  margin: 4px 0 4px 5px;
  background: var(--moovu-border);
}

.ride-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}

.ride-options div {
  border: 1px solid var(--moovu-border);
  border-radius: 22px;
  background: #fff;
  padding: 14px;
}

.ride-options strong,
.ride-options span {
  display: block;
}

.ride-options strong {
  color: var(--moovu-text);
  font-size: 14px;
}

.ride-options span {
  margin-top: 6px;
  color: var(--moovu-text-soft);
  font-size: 11px;
  font-weight: 800;
}

.phone-button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--moovu-primary);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(31, 116, 201, 0.24);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.58fr);
  align-items: start;
  gap: clamp(28px, 6vw, 76px);
}

.booking-section {
  background: rgba(255, 255, 255, 0.62);
}

.estimate-card {
  display: grid;
  gap: 15px;
  border-radius: 30px;
  padding: clamp(20px, 4vw, 30px);
}

.estimate-card label span,
.estimate-card legend {
  display: block;
  margin-bottom: 8px;
  color: #344255;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.estimate-card input[type="text"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--moovu-border);
  border-radius: 18px;
  background: #fff;
  padding: 0 16px;
  color: var(--moovu-text);
  outline: none;
}

.estimate-card input[type="text"]:focus {
  border-color: var(--moovu-primary);
  box-shadow: 0 0 0 4px rgba(31, 116, 201, 0.12);
}

.estimate-card fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.vehicle-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  border: 1px solid var(--moovu-border);
  border-radius: 20px;
  padding: 12px 14px;
  cursor: pointer;
}

.vehicle-option:has(input:checked) {
  border-color: #cfe4ff;
  background: var(--moovu-primary-soft);
}

.vehicle-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--moovu-primary);
}

.vehicle-option span,
.vehicle-option small {
  display: block;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}

.vehicle-option small {
  margin-top: 3px;
  color: var(--moovu-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.estimate-result {
  min-height: 24px;
  margin: 0;
  color: var(--moovu-primary-hover);
  font-size: 13px;
  font-weight: 850;
}

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

.feature-grid,
.safety-grid,
.app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.safety-card,
.app-preview-card {
  min-height: 230px;
  border-radius: 28px;
  padding: 24px;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--moovu-primary), #2bb5a0);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.split-section {
  background: linear-gradient(135deg, #f8fbff 0%, #eaf3ff 54%, #e9fff8 100%);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.split-copy,
.driver-panel,
.launch-panel {
  border: 1px solid rgba(203, 216, 229, 0.9);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 46px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

.driver-panel {
  background:
    radial-gradient(circle at 90% 10%, rgba(192, 240, 224, 0.46), transparent 12rem),
    #fff;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26384d;
  font-weight: 850;
}

.check-list li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--moovu-success);
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.1);
}

.safety-section {
  background: var(--moovu-dark);
  color: #fff;
}

.safety-section .eyebrow,
.safety-section p {
  color: #b6c7d7;
}

.safety-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.safety-card h3 {
  color: #fff;
}

.launch-panel {
  display: grid;
  grid-template-columns: 1fr 0.66fr;
  align-items: end;
  gap: 36px;
}

.launch-panel p:last-child {
  margin-bottom: 0;
}

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

.app-preview-card {
  min-height: 260px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%),
    #fff;
}

.app-preview-card span {
  display: inline-flex;
  margin-bottom: 54px;
  border-radius: 999px;
  background: var(--moovu-primary-soft);
  padding: 8px 12px;
  color: var(--moovu-primary-hover);
  font-size: 12px;
  font-weight: 950;
}

.app-preview-dark {
  border-color: transparent;
  background:
    radial-gradient(circle at 85% 12%, rgba(176, 224, 240, 0.22), transparent 12rem),
    var(--moovu-dark);
  color: #fff;
}

.app-preview-dark span {
  background: rgba(255, 255, 255, 0.12);
  color: #dcecff;
}

.app-preview-dark p {
  color: #b6c7d7;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  border: 1px solid var(--moovu-border);
  border-radius: 28px;
  background: #fff;
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}

.coming-soon p {
  margin: 0;
  font-weight: 850;
}

.site-footer {
  background: #06101d;
  color: #fff;
  padding: 44px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) 1fr;
  gap: 34px;
}

.footer-brand img {
  width: 170px;
  height: auto;
}

.site-footer p {
  max-width: 420px;
  margin: 20px 0 0;
  color: #afc0d1;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.site-footer nav a {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #bfd0df;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copyright {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8fa3b7;
  font-size: 12px;
  font-weight: 750;
}

.download-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 28%, rgba(176, 224, 240, 0.48), transparent 18rem),
    radial-gradient(circle at 50% 96%, rgba(31, 116, 201, 0.16), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6ff 100%);
}

.download-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.download-back {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--moovu-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0 15px;
  color: var(--moovu-primary-hover);
  font-size: 13px;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.download-card {
  width: min(1040px, 100%);
  padding: clamp(26px, 5vw, 48px) clamp(20px, 5vw, 58px) clamp(26px, 4vw, 38px);
  text-align: center;
}

.supplied-poster {
  width: min(760px, 100%);
  margin: 0 auto 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 76px rgba(7, 17, 31, 0.16);
}

.supplied-poster img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.download-copy h1 {
  max-width: 920px;
  margin: 0 auto 20px;
  color: #07111f;
  font-size: clamp(3.2rem, 7vw, 6.05rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.99;
}

.download-copy h1 span,
.download-tagline span {
  color: #0b58d2;
  font-weight: 950;
}

.download-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 34px);
  margin: 0 auto 18px;
  color: #07111f;
  text-transform: uppercase;
}

.download-divider span {
  width: min(120px, 22vw);
  height: 4px;
  border-radius: 999px;
  background: #0b58d2;
}

.download-divider strong {
  font-size: clamp(1.2rem, 4vw, 2.05rem);
  letter-spacing: 0.06em;
}

.download-lead {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #344255;
  font-size: 16px;
  font-weight: 750;
}

.download-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(280px, 0.68fr);
  align-items: end;
  gap: clamp(20px, 6vw, 56px);
  width: min(850px, 100%);
  margin: 0 auto 22px;
}

.download-visual::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: -16px;
  left: 6%;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(7, 17, 31, 0.2), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.download-logo-block {
  display: grid;
  place-items: center;
  padding-bottom: 42px;
}

.download-logo-block img {
  width: min(360px, 100%);
  height: auto;
}

.download-phone {
  position: relative;
  overflow: hidden;
  min-height: 515px;
  border: 9px solid #111923;
  border-radius: 45px;
  background:
    radial-gradient(circle at 24% 8%, rgba(255, 255, 255, 0.95), transparent 6rem),
    radial-gradient(circle at 72% 20%, rgba(176, 224, 240, 0.86), transparent 9rem),
    radial-gradient(circle at 78% 86%, rgba(192, 240, 224, 0.78), transparent 9rem),
    linear-gradient(145deg, #eef6ff 0%, #c8d8ea 48%, #222d3b 100%);
  padding: 22px 18px 18px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 26px 76px rgba(7, 17, 31, 0.32);
}

.download-phone::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 92px;
  height: 28px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
  z-index: 3;
}

.download-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.36), transparent 30%, rgba(255, 255, 255, 0.1) 62%, transparent);
  pointer-events: none;
}

.download-phone-status {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.phone-icon-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 12px;
  margin-top: 18px;
}

.mock-app {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  text-shadow: 0 1px 4px rgba(7, 17, 31, 0.28);
}

.mock-app i {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(7, 17, 31, 0.16);
}

.mock-app i::before,
.mock-app i::after {
  content: "";
  position: absolute;
}

.files-icon i {
  background: linear-gradient(135deg, #ffffff, #67c8ff);
}

.files-icon i::before {
  left: 10px;
  top: 14px;
  width: 28px;
  height: 22px;
  border-radius: 4px;
  background: #0b8ee8;
}

.map-icon i {
  background: linear-gradient(135deg, #ffffff, #38d67a);
}

.map-icon i::before {
  width: 19px;
  height: 19px;
  border: 5px solid #1f74c9;
  border-radius: 50%;
  background: #fff;
}

.star-icon i {
  background: linear-gradient(135deg, #9a40ff, #ff2fb4);
}

.star-icon i::before {
  width: 26px;
  height: 26px;
  background: #fff;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}

.translate-icon i {
  background: linear-gradient(135deg, #1ad8dc, #4567ff);
}

.translate-icon i::before {
  width: 28px;
  height: 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
}

.translate-icon i::after {
  content: "A";
  position: relative;
  color: #162235;
  font-size: 18px;
  font-weight: 950;
}

.shortcut-icon i {
  background: linear-gradient(135deg, #2844ff, #ff3eb5);
}

.shortcut-icon i::before {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: linear-gradient(135deg, #6bd5ff, #ff7bd0);
  transform: rotate(38deg);
}

.contact-icon i {
  background: linear-gradient(135deg, #f6f8fb, #a7b4c6);
}

.contact-icon i::before {
  top: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.contact-icon i::after {
  bottom: 8px;
  width: 26px;
  height: 13px;
  border-radius: 14px 14px 6px 6px;
  background: #fff;
}

.activity-icon i {
  background: #050505;
}

.activity-icon i::before {
  width: 31px;
  height: 31px;
  border: 5px solid #15d46c;
  border-top-color: #ff3e7a;
  border-right-color: #f8c300;
  border-radius: 50%;
}

.watch-icon i {
  background: #111923;
}

.watch-icon i::before {
  width: 22px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.social-icon i {
  background: linear-gradient(135deg, #111923, #050505);
}

.social-icon i::before {
  content: "X";
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.music-icon i {
  background: linear-gradient(135deg, #ff7a00, #ff235d);
}

.music-icon i::before {
  width: 6px;
  height: 25px;
  border-radius: 999px;
  background: #fff;
  transform: translate(6px, -2px) rotate(12deg);
}

.music-icon i::after {
  bottom: 8px;
  left: 13px;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.message-icon i {
  background: linear-gradient(135deg, #37df58, #11bd3a);
}

.message-icon i::before {
  width: 28px;
  height: 21px;
  border-radius: 12px;
  background: #fff;
}

.message-icon i::after {
  bottom: 11px;
  right: 11px;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
}

.moovu-mini-icon i {
  background: #fff url("assets/logo.png") center / 32px 32px no-repeat;
}

.phone-search {
  position: relative;
  z-index: 2;
  width: 94px;
  margin: 30px auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  padding: 8px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.phone-search::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  vertical-align: -1px;
}

.phone-dock {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.34);
  padding: 10px;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.dock-icon {
  display: block;
  aspect-ratio: 1;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(7, 17, 31, 0.18);
}

.phone-dock-icon {
  background: linear-gradient(135deg, #24df54, #0ab037);
}

.browser-dock-icon {
  background: radial-gradient(circle, #fff 0 24%, #1e8cff 25% 38%, #fff 39% 48%, #e7f4ff 49%);
}

.chat-dock-icon {
  background: linear-gradient(135deg, #38df58, #16bf3f);
}

.music-dock-icon {
  background: linear-gradient(135deg, #ff3a63, #f3195a);
}

.moovu-app-icon {
  position: absolute;
  right: 26px;
  bottom: 120px;
  z-index: 2;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  padding: 7px;
  color: #07111f;
  font-size: 9px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.25);
}

.moovu-app-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.driver-preview-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.15);
}

.driver-phone-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  padding: 13px 14px;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.14);
  backdrop-filter: blur(14px);
}

.driver-phone-header img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.driver-phone-header span {
  border-radius: 999px;
  background: #ecfdf3;
  padding: 8px 10px;
  color: #166534;
  font-size: 11px;
  font-weight: 950;
}

.driver-online-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(192, 240, 224, 0.4), transparent 8rem),
    #07111f;
  padding: 20px;
  text-align: left;
  box-shadow: 0 18px 34px rgba(7, 17, 31, 0.22);
}

.driver-online-card small,
.driver-online-card span {
  color: #b6c7d7;
  font-weight: 900;
}

.driver-online-card small {
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.driver-online-card strong {
  color: #fff;
  font-size: 46px;
  line-height: 1;
}

.driver-route-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.13);
}

.driver-route-card > span {
  width: 13px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--moovu-primary), #16a34a);
}

.driver-route-card strong,
.driver-route-card small {
  display: block;
}

.driver-route-card strong {
  color: var(--moovu-text);
  font-size: 16px;
}

.driver-route-card small {
  margin-top: 4px;
  color: var(--moovu-text-soft);
  font-weight: 850;
}

.driver-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.driver-actions button {
  min-height: 48px;
  border: 0;
  border-radius: 18px;
  color: #07111f;
  font-weight: 950;
  opacity: 1;
}

.driver-actions button:last-child {
  background: var(--moovu-primary);
  color: #fff;
}

.driver-preview-panel small {
  color: var(--moovu-text-soft);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.driver-preview-panel strong {
  color: var(--moovu-text);
  font-size: 24px;
  line-height: 1;
}

.driver-preview-panel span {
  color: var(--moovu-primary-hover);
  font-size: 13px;
  font-weight: 900;
}

.driver-preview-panel.active {
  background: var(--moovu-dark);
}

.driver-preview-panel.active small,
.driver-preview-panel.active span {
  color: #b6c7d7;
}

.driver-preview-panel.active strong {
  color: #fff;
}

.store-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  width: min(760px, 100%);
  margin: 0 auto;
}

.store-badge {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 14px;
  background: #050505;
  color: #fff;
  padding: 12px 18px;
  text-align: left;
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.2);
  opacity: 1;
}

.store-badge span:last-child {
  display: grid;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 850;
  line-height: 1;
}

.store-badge small {
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 650;
}

.store-svg {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  color: #fff;
}

.play-svg {
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.2));
}

.store-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.apple-icon {
  width: 34px;
  height: 40px;
  background: #fff;
  clip-path: path("M25.5 5.5c1.4-1.8 2.4-4.2 2.1-5.5-2.1.2-4.6 1.5-6.1 3.3-1.3 1.5-2.5 4-2.2 5.3 2.3.2 4.8-1.2 6.2-3.1ZM36.1 29.2c-.9 2.1-1.4 3-2.6 4.9-1.7 2.6-4.1 5.9-7.1 5.9-2.6 0-3.3-1.7-6.9-1.7s-4.4 1.7-6.9 1.8c-3 .1-5.3-3.5-7-6.1-4.8-7.4-5.3-16.1-2.3-20.7 2.1-3.3 5.5-5.2 8.6-5.2 3.2 0 5.2 1.8 7.8 1.8 2.5 0 4-1.8 7.7-1.8 2.7 0 5.7 1.5 7.8 4.1-6.8 3.7-5.7 13.4 1 17Z");
  transform: translateX(3px);
}

.play-icon {
  width: 46px;
  height: 42px;
  border-radius: 6px;
  background: linear-gradient(90deg, #34a853 0 38%, #fbbc05 38% 61%, #4285f4 61% 80%, #ea4335 80%);
  clip-path: polygon(6% 0, 100% 50%, 6% 100%);
}

.play-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 22px;
  height: 34px;
  background: linear-gradient(135deg, #34a853 0 48%, #4285f4 49%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.device-note {
  max-width: 620px;
  margin: 18px auto 22px;
  color: #526377;
  font-size: 13px;
  font-weight: 850;
}

.download-tagline {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  font-weight: 950;
  line-height: 1.2;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-button {
    display: grid;
    justify-self: end;
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--moovu-border);
    border-radius: 24px;
    background: #fff;
    padding: 10px;
    box-shadow: var(--shadow-lg);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 15px 16px;
  }

  .header-actions {
    display: none;
  }

  .hero-grid,
  .two-column,
  .launch-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 600px;
  }

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

@media (max-width: 760px) {
  .content-wrap {
    width: calc(100% - 28px);
    max-width: 1180px;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 14px;
  }

  .primary-nav {
    top: 72px;
  }

  .hero-actions,
  .coming-soon {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .coming-soon .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .trust-line {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 540px;
  }

  .map-panel {
    inset: 28px 0 0 0;
    border-radius: 32px;
  }

  .phone-frame {
    right: 50%;
    width: min(340px, 86vw);
    min-height: 548px;
    transform: translateX(50%);
  }

  .driver-badge {
    display: none;
  }

  .split-grid,
  .app-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .safety-card,
  .app-preview-card {
    min-height: auto;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .download-shell {
    padding: 76px 14px 22px;
  }

  .download-back {
    top: 14px;
    left: 14px;
  }

  .download-card {
    padding: 22px 0 18px;
  }

  .supplied-poster {
    border-radius: 18px;
  }

  .supplied-poster img {
    border-radius: 18px;
  }

  .download-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4.25rem);
  }

  .download-visual,
  .store-row {
    grid-template-columns: 1fr;
  }

  .download-logo-block {
    padding-bottom: 0;
  }

  .download-logo-block img {
    width: min(280px, 86vw);
  }

  .download-phone {
    width: min(330px, 88vw);
    min-height: 430px;
    margin: 0 auto;
  }

  .store-row {
    gap: 12px;
  }

  .store-badge {
    min-height: 72px;
  }
}

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

  .phone-frame {
    padding: 14px;
    border-width: 8px;
  }

  .phone-top img {
    width: 126px;
  }

  .ride-options {
    grid-template-columns: 1fr;
  }
}
