:root {
  --yellow: #ffc400;
  --yellow-bright: #ffd83f;
  --red: #ed1c24;
  --ink: #09090a;
  --charcoal: #141416;
  --cream: #f5f3eb;
  --white: #ffffff;
  --muted: #9a9a9f;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --mx: 0px;
  --my: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px clamp(22px, 5vw, 78px);
  transition: padding 250ms ease, background-color 250ms ease, backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(9, 9, 10, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  outline: none;
}

.brand:focus-visible,
.button:focus-visible,
.scroll-cue:focus-visible,
.booking-live-card a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.brand-crop {
  position: relative;
  display: block;
  width: 178px;
  height: 58px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.brand-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.header-actions,
.launch-status,
.button {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 18px;
}

.launch-status {
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--yellow);
}

.status-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid var(--yellow);
  border-radius: 50%;
  animation: status-pulse 2s ease-out infinite;
}

.button {
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 24px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button svg,
.booking-live-card svg,
.notify-form button svg,
.app-book-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--yellow {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 14px 34px rgba(255, 196, 0, 0.23);
}

.button--yellow:hover {
  background: var(--yellow-bright);
  box-shadow: 0 18px 44px rgba(255, 196, 0, 0.34);
}

.button--yellow svg {
  fill: currentColor;
  stroke: none;
}

.button--small {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.84rem;
}

.button--small svg {
  width: 17px;
  height: 17px;
}

.button--ghost {
  min-width: 215px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}

.button--ghost span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button--ghost strong {
  font-size: 0.92rem;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 144px clamp(22px, 7vw, 112px) 98px;
  isolation: isolate;
}

.hero-image,
.hero-overlay,
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-image {
  inset: -3%;
  background: url("assets/farhat-hero.png") center right / cover no-repeat;
  transform: translate3d(var(--mx), var(--my), 0) scale(1.055);
  transition: transform 140ms ease-out;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.97) 0%, rgba(5, 5, 6, 0.9) 34%, rgba(5, 5, 6, 0.34) 63%, rgba(5, 5, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 5, 6, 0.84) 0%, transparent 33%, rgba(5, 5, 6, 0.12) 100%);
}

.hero-glow {
  z-index: -1;
  right: auto;
  width: 54vw;
  background: radial-gradient(circle at 35% 45%, rgba(255, 196, 0, 0.16), transparent 56%);
  mix-blend-mode: screen;
}

.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--yellow), var(--red), transparent);
  opacity: 0.7;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 64vw);
}

.domain-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.domain-pill span {
  color: var(--yellow);
}

.domain-pill i {
  width: 4px;
  height: 4px;
  background: var(--red);
  border-radius: 50%;
}

.hero h1,
.app-copy h2,
.launch-copy h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(3.3rem, 7.3vw, 7.25rem);
  line-height: 0.91;
}

.hero h1 > span {
  display: block;
}

.hero-accent {
  padding-bottom: 0.11em;
  color: transparent;
  background: linear-gradient(104deg, var(--yellow) 10%, #ffec9b 55%, #f1c230 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.proof-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 46px;
}

.proof-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.proof-item strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.91rem;
  font-weight: 800;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.71rem;
}

.proof-divider {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-enter {
  animation: hero-enter 800ms cubic-bezier(0.2, 0.72, 0.23, 1) both;
}

.hero-enter--1 { animation-delay: 100ms; }
.hero-enter--2 { animation-delay: 180ms; }
.hero-enter--3 { animation-delay: 280ms; }
.hero-enter--4 { animation-delay: 380ms; }
.hero-enter--5 { animation-delay: 500ms; }

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: clamp(22px, 7vw, 112px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--yellow);
  transform: translateX(-100%);
  animation: scroll-line 2.2s ease-in-out infinite;
}

.booking-live-card {
  position: absolute;
  right: clamp(24px, 4.8vw, 76px);
  bottom: 36px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 330px;
  padding: 13px 14px;
  background: rgba(12, 12, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.booking-live-icon {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 13px;
  place-items: center;
}

.booking-live-icon svg {
  width: 23px;
  height: 23px;
}

.booking-live-card > div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.booking-live-card span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.booking-live-card strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.84rem;
}

.booking-live-card > a {
  display: grid;
  width: 39px;
  height: 39px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
  place-items: center;
}

.booking-live-card > a:hover {
  color: var(--ink);
  background: var(--yellow);
}

.service-ribbon {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--ink);
  background: var(--yellow);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  transform: rotate(-1deg) scale(1.02);
  transform-origin: center;
}

.ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 64px;
  animation: marquee 30s linear infinite;
}

.ribbon-track span {
  padding: 0 28px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ribbon-track i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
}

.app-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.85fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: center;
  overflow: hidden;
  padding: clamp(110px, 13vw, 190px) clamp(24px, 8vw, 130px);
  color: var(--ink);
  background: var(--cream);
}

.app-section::before {
  position: absolute;
  top: -0.19em;
  left: -0.04em;
  z-index: 0;
  content: "APP";
  color: transparent;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14rem, 33vw, 35rem);
  font-weight: 800;
  letter-spacing: -0.11em;
  -webkit-text-stroke: 1px rgba(10, 10, 11, 0.055);
  pointer-events: none;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #68686c;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
}

.app-copy h2,
.launch-copy h2 {
  font-size: clamp(3.8rem, 7.2vw, 7.2rem);
  line-height: 0.9;
}

.section-intro {
  max-width: 610px;
  margin: 30px 0 42px;
  color: #5c5c61;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.feature-list {
  display: grid;
  gap: 0;
  max-width: 640px;
  border-top: 1px solid rgba(9, 9, 10, 0.14);
}

.feature-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(9, 9, 10, 0.14);
}

.feature-number {
  padding-top: 5px;
  color: var(--red);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
}

.feature-card h3 {
  margin: 0 0 7px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.feature-card p {
  margin: 0;
  color: #737378;
  font-size: 0.9rem;
  line-height: 1.6;
}

.phone-stage {
  display: grid;
  min-height: 760px;
  place-items: center;
}

.phone-stage::before {
  position: absolute;
  width: min(610px, 47vw);
  aspect-ratio: 1;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 50px 90px rgba(90, 64, 0, 0.2);
}

.orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(9, 9, 10, 0.18);
  border-radius: 50%;
}

.orbit--one {
  width: 650px;
  height: 650px;
  animation: orbit-spin 28s linear infinite;
}

.orbit--one::after {
  position: absolute;
  top: 14%;
  left: 5%;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--red);
  border: 4px solid var(--cream);
  border-radius: 50%;
}

.orbit--two {
  width: 760px;
  height: 760px;
  opacity: 0.45;
}

.phone-label {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(9, 9, 10, 0.08);
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.phone-label b {
  width: 7px;
  height: 7px;
  background: #20ba6c;
  border-radius: 50%;
}

.phone-label--top {
  top: 13%;
  right: 0;
}

.phone-label--bottom {
  bottom: 13%;
  left: -3%;
}

.phone {
  position: relative;
  z-index: 2;
  width: min(348px, 80vw);
  padding: 9px;
  background: #050506;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 52px;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  animation: phone-float 7s ease-in-out infinite;
}

.phone-shell {
  position: relative;
  min-height: 692px;
  overflow: hidden;
  background: #e8e5dc;
  border-radius: 44px;
}

.phone-island {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 8;
  width: 90px;
  height: 25px;
  background: #050506;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-status {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
}

.phone-signals {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.phone-signals i {
  display: block;
  width: 3px;
  background: var(--ink);
  border-radius: 2px;
}

.phone-signals i:nth-child(1) { height: 5px; }
.phone-signals i:nth-child(2) { height: 8px; }
.phone-signals i:nth-child(3) { height: 11px; }

.app-topbar {
  position: absolute;
  top: 54px;
  left: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  padding: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.app-mini-mark {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: var(--red);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
}

.app-mini-mark::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
}

.app-topbar > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.app-topbar > div span {
  color: #77777b;
  font-size: 0.6rem;
}

.app-topbar > div strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.73rem;
}

.app-topbar button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  place-content: center;
}

.app-topbar button span {
  display: block;
  width: 13px;
  height: 1px;
  margin: 2px 0;
  background: var(--white);
}

.app-map {
  position: absolute;
  inset: 0 0 42%;
  overflow: hidden;
  background:
    linear-gradient(27deg, transparent 44%, rgba(255, 255, 255, 0.54) 45%, rgba(255, 255, 255, 0.54) 48%, transparent 49%),
    linear-gradient(152deg, transparent 37%, rgba(255, 255, 255, 0.58) 38%, rgba(255, 255, 255, 0.58) 41%, transparent 42%),
    linear-gradient(72deg, transparent 65%, rgba(255, 255, 255, 0.48) 66%, rgba(255, 255, 255, 0.48) 69%, transparent 70%),
    #d9d4c8;
}

.app-map::before,
.app-map::after {
  position: absolute;
  content: "";
  background: rgba(141, 160, 114, 0.18);
  border-radius: 45% 55% 52% 48%;
}

.app-map::before {
  top: 20%;
  left: -10%;
  width: 170px;
  height: 120px;
  transform: rotate(18deg);
}

.app-map::after {
  right: -12%;
  bottom: 5%;
  width: 190px;
  height: 145px;
  transform: rotate(-20deg);
}

.map-street {
  position: absolute;
  z-index: 1;
  height: 7px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(160, 154, 144, 0.2);
  border-radius: 999px;
}

.map-street--1 {
  top: 48%;
  left: -20%;
  width: 155%;
  transform: rotate(-15deg);
}

.map-street--2 {
  top: 30%;
  left: 30%;
  width: 90%;
  transform: rotate(63deg);
}

.map-street--3 {
  top: 70%;
  left: -12%;
  width: 120%;
  transform: rotate(25deg);
}

.map-route {
  position: absolute;
  top: 40%;
  left: 25%;
  z-index: 2;
  width: 170px;
  height: 100px;
  border-right: 5px solid var(--yellow);
  border-bottom: 5px solid var(--yellow);
  border-radius: 0 0 70px 0;
  transform: rotate(-18deg);
  filter: drop-shadow(0 4px 7px rgba(159, 114, 0, 0.28));
}

.map-pin {
  position: absolute;
  z-index: 3;
}

.map-pin--pickup {
  top: 48%;
  left: 21%;
  width: 19px;
  height: 19px;
  background: var(--red);
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.map-pin--driver {
  top: 57%;
  right: 17%;
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  place-items: center;
}

.map-pin--driver svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ride-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  min-height: 350px;
  padding: 13px 22px 23px;
  background: #fbfaf5;
  border-radius: 30px 30px 42px 42px;
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.1);
}

.sheet-handle {
  width: 46px;
  height: 4px;
  margin: 0 auto 19px;
  background: #d3d0c8;
  border-radius: 999px;
}

.ride-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ride-heading > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ride-heading span {
  color: #858589;
  font-size: 0.61rem;
}

.ride-heading strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.02rem;
}

.ride-heading .eta-chip {
  display: grid;
  width: 48px;
  height: 32px;
  color: var(--ink);
  font-weight: 800;
  background: var(--yellow);
  border-radius: 999px;
  place-items: center;
}

.route-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 53px;
  padding: 0 15px;
  background: #f0eee7;
  border: 1px solid rgba(9, 9, 10, 0.05);
  border-radius: 14px;
}

.route-field > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.route-field small {
  color: #909094;
  font-size: 0.55rem;
}

.route-field strong {
  font-size: 0.7rem;
}

.route-dot {
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(9, 9, 10, 0.08);
}

.route-dot--pickup { background: #20ba6c; }
.route-dot--destination { background: var(--red); }

.route-line {
  width: 1px;
  height: 9px;
  margin-left: 20px;
  background: #b6b3aa;
}

.app-book-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 55px;
  margin-top: 15px;
  padding: 0 18px;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--yellow);
  border: 0;
  border-radius: 16px;
}

.launch-section {
  padding: 0 clamp(24px, 5vw, 80px) clamp(80px, 9vw, 140px);
  background: var(--cream);
}

.launch-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  min-height: 580px;
  overflow: hidden;
  padding: clamp(44px, 7vw, 100px);
  color: var(--ink);
  background: var(--yellow);
  border-radius: 42px;
  box-shadow: 0 40px 90px rgba(80, 58, 0, 0.17);
}

.launch-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.26;
  background:
    linear-gradient(115deg, transparent 55%, rgba(255, 255, 255, 0.55)),
    repeating-linear-gradient(-35deg, transparent 0 28px, rgba(9, 9, 10, 0.055) 29px 30px);
}

.launch-copy,
.notify-form {
  position: relative;
  z-index: 2;
}

.eyebrow--dark {
  color: rgba(9, 9, 10, 0.62);
}

.eyebrow--dark span {
  color: var(--white);
  background: var(--ink);
}

.launch-copy h2 {
  font-size: clamp(4rem, 7vw, 7.5rem);
}

.launch-copy > p:last-child {
  max-width: 550px;
  margin: 28px 0 0;
  color: rgba(9, 9, 10, 0.66);
  font-size: 1.04rem;
  line-height: 1.65;
}

.notify-form {
  padding: 26px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.notify-form label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.notify-form input {
  min-width: 0;
  height: 58px;
  padding: 0 17px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.notify-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.notify-form input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.15);
}

.notify-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 58px;
  padding: 0 19px;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 800;
  background: var(--yellow);
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.notify-form button:hover {
  background: var(--yellow-bright);
  transform: translateY(-2px);
}

.notify-form > p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.64rem;
  line-height: 1.5;
}

.launch-ring {
  position: absolute;
  top: -95px;
  right: 10%;
  z-index: 1;
  display: grid;
  width: 250px;
  height: 250px;
  color: var(--yellow);
  background: var(--red);
  border: 28px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 26px 60px rgba(126, 0, 5, 0.25);
  transform: rotate(12deg);
  place-items: center;
}

.launch-ring span {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: 74px clamp(24px, 6vw, 96px) 38px;
  background: var(--ink);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-brand strong {
  color: var(--yellow);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--yellow);
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 30px 0 0;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.68rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 16px 15px 19px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  background: var(--white);
  border-left: 5px solid var(--yellow);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast button {
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 850ms cubic-bezier(0.2, 0.72, 0.23, 1), transform 850ms cubic-bezier(0.2, 0.72, 0.23, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes status-pulse {
  0% { opacity: 0.8; transform: scale(0.5); }
  75%, 100% { opacity: 0; transform: scale(1.65); }
}

@keyframes scroll-line {
  0% { transform: translateX(-105%); }
  50%, 100% { transform: translateX(105%); }
}

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

@keyframes phone-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-15px) rotate(0deg); }
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .hero-content {
    width: min(760px, 74vw);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 5, 6, 0.97) 0%, rgba(5, 5, 6, 0.86) 45%, rgba(5, 5, 6, 0.22) 80%),
      linear-gradient(0deg, rgba(5, 5, 6, 0.85), transparent 42%);
  }

  .booking-live-card {
    display: none;
  }

  .app-section {
    grid-template-columns: 1fr;
  }

  .app-copy {
    max-width: 760px;
  }

  .phone-stage {
    min-height: 750px;
  }

  .phone-stage::before {
    width: min(610px, 76vw);
  }

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

  .notify-form {
    max-width: 650px;
  }

  .launch-ring {
    right: 4%;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 17px 18px;
  }

  .brand-crop {
    width: 144px;
    height: 49px;
    border-radius: 14px;
  }

  .brand-crop img {
    width: 134px;
    height: 134px;
  }

  .launch-status {
    display: none;
  }

  .button--small {
    min-height: 45px;
    padding: 0 15px;
  }

  .button--small svg {
    display: none;
  }

  .hero {
    align-items: flex-end;
    min-height: 880px;
    padding: 150px 20px 108px;
  }

  .hero-image {
    background-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.9) 42%, rgba(5, 5, 6, 0.26) 82%, rgba(5, 5, 6, 0.34) 100%),
      linear-gradient(90deg, rgba(5, 5, 6, 0.5), transparent);
  }

  .hero-content {
    width: 100%;
  }

  .domain-pill {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 5.3rem);
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-cta {
    align-items: stretch;
    margin-top: 28px;
  }

  .hero-cta .button {
    flex: 1 1 100%;
  }

  .button--ghost {
    align-items: center;
  }

  .proof-row {
    gap: 15px;
    margin-top: 30px;
  }

  .proof-item strong {
    font-size: 0.76rem;
  }

  .proof-item span {
    font-size: 0.61rem;
  }

  .proof-divider {
    height: 29px;
  }

  .scroll-cue {
    bottom: 28px;
    left: 20px;
  }

  .app-section {
    gap: 50px;
    padding: 100px 20px 90px;
  }

  .app-copy h2,
  .launch-copy h2 {
    font-size: clamp(3.65rem, 16vw, 5.5rem);
  }

  .section-intro {
    margin-top: 24px;
  }

  .phone-stage {
    min-height: 700px;
  }

  .phone-stage::before {
    width: 118vw;
  }

  .orbit--one {
    width: 510px;
    height: 510px;
  }

  .orbit--two {
    display: none;
  }

  .phone-label--top {
    top: 8%;
    right: -5px;
  }

  .phone-label--bottom {
    bottom: 7%;
    left: -2px;
  }

  .phone-shell {
    min-height: 650px;
  }

  .launch-section {
    padding: 0 14px 70px;
  }

  .launch-card {
    min-height: 650px;
    padding: 42px 22px 26px;
    border-radius: 30px;
  }

  .launch-ring {
    top: -76px;
    right: -72px;
    width: 190px;
    height: 190px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .notify-form button {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 58px 22px 32px;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
}

@media (max-width: 400px) {
  .button--small {
    font-size: 0.74rem;
  }

  .hero {
    min-height: 850px;
  }

  .proof-row {
    gap: 10px;
  }

  .proof-divider {
    display: none;
  }

  .proof-item {
    flex: 1;
  }

  .phone {
    width: 310px;
  }

  .phone-shell {
    min-height: 625px;
  }

  .ride-sheet {
    min-height: 335px;
  }
}

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

  .hero-image {
    transform: scale(1.02);
  }
}
