:root {
  --purple-950: #13032f;
  --purple-900: #26006b;
  --purple-800: #3c0799;
  --purple-700: #5b13d6;
  --purple-600: #751fff;
  --purple-500: #8e42ff;
  --purple-100: #f0e6ff;
  --purple-50: #faf6ff;
  --gold: #ffc21a;
  --gold-dark: #d99a00;
  --ink: #080617;
  --muted: #5a5368;
  --line: #eadff9;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(64, 20, 148, 0.18);
  --soft-shadow: 0 14px 34px rgba(34, 8, 82, 0.11);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 14px clamp(18px, 5vw, 96px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(234, 223, 249, 0.9);
  box-shadow: 0 10px 30px rgba(44, 7, 116, 0.06);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 224px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.7vw, 44px);
}

.nav-links a {
  position: relative;
  color: #120d20;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--purple-700);
  border-radius: 999px;
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--purple-700);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.coming-soon,
.primary-button,
.gold-button,
.subscribe-form button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.coming-soon,
.primary-button,
.contact-form button {
  color: #fff;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-900));
  box-shadow: 0 14px 30px rgba(91, 19, 214, 0.26);
}

.coming-soon:hover,
.primary-button:hover,
.gold-button:hover,
.subscribe-form button:hover,
.contact-form button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--purple-900);
  border-radius: 99px;
}

.section {
  padding-inline: clamp(18px, 5vw, 96px);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  align-items: center;
  min-height: 650px;
  padding-block: clamp(42px, 6vw, 82px) 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 36%, rgba(246, 235, 255, 0.78) 60%, rgba(237, 222, 255, 0.68) 100%),
    radial-gradient(circle at 66% 18%, rgba(255, 194, 26, 0.18), transparent 24%),
    linear-gradient(180deg, #fff, #f8f1ff);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(91, 19, 214, 0.25) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.18;
  mask-image: linear-gradient(90deg, #000 0 34%, transparent 58%);
  pointer-events: none;
}

.hero-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 230px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(91, 19, 214, 0.18));
  opacity: 0.9;
  pointer-events: none;
}

.building {
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  background: linear-gradient(180deg, rgba(123, 69, 209, 0.26), rgba(67, 20, 140, 0.18));
  border-radius: 10px 10px 0 0;
}

.building::after {
  content: "";
  position: absolute;
  inset: 18px 12px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 4px, transparent 4px), linear-gradient(rgba(255, 255, 255, 0.55) 4px, transparent 4px);
  background-size: 18px 22px;
  opacity: 0.34;
}

.b1 { left: 28%; height: 142px; }
.b2 { left: 35%; height: 205px; width: 72px; }
.b3 { left: 43%; height: 164px; width: 96px; }
.b4 { right: 33%; height: 185px; width: 86px; }
.b5 { right: 22%; height: 220px; width: 76px; }
.b6 { right: 12%; height: 150px; width: 110px; }

.purple-wave {
  position: absolute;
  width: 230px;
  height: 560px;
  background: linear-gradient(180deg, var(--purple-500), var(--purple-800));
  opacity: 0.94;
  pointer-events: none;
}

.left-wave {
  left: -184px;
  top: 108px;
  border-radius: 0 999px 999px 0;
}

.right-wave {
  right: -120px;
  bottom: -70px;
  width: 310px;
  height: 410px;
  border-radius: 999px 0 0 0;
  transform: rotate(-6deg);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: #05030c;
  font-size: clamp(3.1rem, 6vw, 5.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--purple-700);
}

.hero-subtitle {
  max-width: 690px;
  margin: 28px 0 0;
  color: #262035;
  font-size: clamp(1.15rem, 1.7vw, 1.42rem);
  line-height: 1.58;
  font-weight: 500;
}

.hero-subtitle strong {
  color: var(--purple-700);
  font-weight: 900;
}

.launch-card {
  display: inline-grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 560px;
  margin-top: 34px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 205, 249, 0.9);
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(12px);
}

.launch-card h2,
.launch-card p,
.deliveries h2 {
  margin: 0;
}

.launch-card h2 {
  color: var(--purple-800);
  font-size: 1.26rem;
}

.launch-card p {
  margin-top: 5px;
  color: #2f2842;
}

.launch-icon {
  position: relative;
  width: 58px;
  height: 44px;
  border-radius: 12px 12px 8px 8px;
  background: var(--purple-700);
  transform: rotate(-8deg);
}

.launch-icon::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 9px;
  width: 10px;
  height: 28px;
  border-radius: 99px;
  background: var(--purple-700);
  box-shadow: 16px 4px 0 rgba(91, 19, 214, 0.55), 31px 10px 0 rgba(91, 19, 214, 0.28);
}

.launch-icon::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -16px;
  width: 10px;
  height: 22px;
  background: var(--purple-700);
  border-radius: 0 0 5px 5px;
  transform: rotate(18deg);
}

.deliveries {
  margin-top: 34px;
}

.deliveries h2 {
  font-size: 1.38rem;
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 136px));
  gap: 24px;
  margin-top: 18px;
}

.delivery-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #0f0a20;
  text-align: center;
}

.delivery-item span {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(88, 34, 172, 0.14);
}

.delivery-item span::before,
.delivery-item span::after,
.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  background: var(--purple-700);
}

.delivery-item strong {
  font-size: 0.92rem;
}

.delivery-item small {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 2;
  padding: 4px 9px;
  color: #191100;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
}

.food span::before {
  left: 25px;
  top: 18px;
  width: 7px;
  height: 36px;
  border-radius: 9px;
  box-shadow: 11px 0 0 var(--purple-700), 22px 0 0 var(--purple-700);
}

.food span::after {
  right: 18px;
  top: 18px;
  width: 8px;
  height: 38px;
  border-radius: 999px 999px 7px 7px;
}

.grocery span::before {
  left: 18px;
  top: 27px;
  width: 38px;
  height: 28px;
  border: 5px solid var(--purple-700);
  border-top: 0;
  background: transparent;
  border-radius: 0 0 7px 7px;
}

.grocery span::after {
  left: 28px;
  top: 17px;
  width: 18px;
  height: 16px;
  border: 4px solid var(--purple-700);
  border-bottom: 0;
  background: transparent;
  border-radius: 12px 12px 0 0;
}

.parcel span::before {
  left: 19px;
  top: 20px;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  transform: rotate(45deg) skew(-10deg, -10deg);
}

.parcel span::after {
  left: 36px;
  top: 20px;
  width: 4px;
  height: 37px;
  background: rgba(255, 255, 255, 0.8);
}

.safedrop-icon span::before {
  left: 21px;
  top: 16px;
  width: 32px;
  height: 42px;
  background: transparent;
  border: 5px solid var(--purple-700);
  border-radius: 19px 19px 16px 16px;
}

.safedrop-icon span::after {
  left: 32px;
  top: 31px;
  width: 13px;
  height: 22px;
  border-right: 5px solid var(--purple-700);
  border-bottom: 5px solid var(--purple-700);
  background: transparent;
  transform: rotate(42deg);
}

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

.phone {
  position: absolute;
  left: 4%;
  top: -12px;
  z-index: 3;
  width: 300px;
  overflow: hidden;
  background: #0d0b15;
  border: 10px solid #17121e;
  border-radius: 42px;
  box-shadow: 0 30px 70px rgba(19, 3, 47, 0.34);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px 8px;
  color: #fff;
  background: var(--purple-700);
  font-size: 0.74rem;
}

.phone-top span:last-child {
  width: 74px;
  height: 18px;
  margin-right: 52px;
  background: #06020d;
  border-radius: 0 0 12px 12px;
}

.phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-900));
  font-weight: 900;
}

.phone-bar i {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.phone-body {
  padding: 13px 14px 18px;
  background: #fff;
}

.phone-body p,
.phone-body h3,
.phone-body h4 {
  margin: 0;
}

.phone-body p {
  color: #3c334f;
  font-size: 0.78rem;
}

.phone-body h3 {
  margin-top: 3px;
  font-size: 0.9rem;
}

.phone-search {
  margin-top: 12px;
  padding: 10px 12px;
  color: #8b839a;
  background: #f7f2ff;
  border-radius: 12px;
  font-size: 0.72rem;
}

.phone-promo {
  min-height: 102px;
  margin-top: 13px;
  padding: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(91, 19, 214, 0.92), rgba(19, 3, 47, 0.6)),
    url("assets/images/robidrop_intro_left.png") center right / contain no-repeat;
  border-radius: 14px;
}

.phone-promo strong,
.phone-promo small {
  display: block;
}

.phone-promo strong {
  max-width: 130px;
  line-height: 1.2;
}

.phone-promo small {
  margin-top: 8px;
  opacity: 0.88;
}

.phone-body h4 {
  margin-top: 14px;
  font-size: 0.76rem;
}

.phone-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 9px;
}

.phone-icons span {
  padding: 10px 2px;
  color: var(--purple-900);
  background: #f6efff;
  border-radius: 12px;
  text-align: center;
  font-size: 0.57rem;
  font-weight: 800;
}

.phone-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.phone-row img {
  height: 62px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.route-badge {
  position: absolute;
  right: 4%;
  top: 54px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  color: var(--purple-900);
  text-align: center;
  border: 2px dashed var(--purple-700);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.route-badge::before,
.route-badge::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background: var(--purple-700);
  border-radius: 14px 14px 14px 3px;
  transform: rotate(45deg);
}

.route-badge::before {
  right: -18px;
  bottom: 46px;
}

.route-badge::after {
  left: -24px;
  bottom: 4px;
}

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

.route-badge strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.route-badge span {
  font-size: 0.96rem;
  font-weight: 800;
}

.rider-illustration {
  position: absolute;
  right: -4%;
  bottom: 3px;
  z-index: 3;
  width: 470px;
  height: 500px;
}

.rider-head {
  position: absolute;
  right: 190px;
  top: 62px;
  width: 74px;
  height: 84px;
  background: #4b2c1f;
  border-radius: 50% 50% 44% 44%;
}

.helmet {
  position: absolute;
  right: 166px;
  top: 28px;
  width: 116px;
  height: 90px;
  background: radial-gradient(circle at 70% 25%, #b587ff, var(--purple-700) 45%, var(--purple-950));
  border-radius: 60px 60px 28px 28px;
  box-shadow: inset -12px -12px 0 rgba(15, 2, 45, 0.32);
}

.helmet::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 52px;
  height: 20px;
  background: rgba(13, 6, 25, 0.42);
  border-radius: 999px;
}

.rider-body {
  position: absolute;
  right: 150px;
  top: 124px;
  width: 148px;
  height: 180px;
  background: linear-gradient(135deg, #8e42ff, #3c0799);
  border-radius: 60px 48px 28px 28px;
  transform: rotate(-10deg);
  box-shadow: inset -18px -18px 0 rgba(18, 3, 49, 0.22);
}

.delivery-box {
  position: absolute;
  right: 228px;
  top: 196px;
  display: grid;
  place-items: center;
  width: 190px;
  height: 142px;
  padding: 24px;
  background: linear-gradient(145deg, var(--purple-900), var(--purple-600));
  border: 8px solid rgba(15, 5, 38, 0.62);
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(44, 9, 98, 0.32);
}

.delivery-box img {
  filter: drop-shadow(0 10px 20px rgba(9, 2, 24, 0.25));
}

.scooter {
  position: absolute;
  right: 36px;
  bottom: 78px;
  width: 370px;
  height: 90px;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-950));
  border-radius: 80px 140px 40px 40px;
  transform: skewX(-8deg);
}

.scooter::before {
  content: "";
  position: absolute;
  right: 2px;
  top: -62px;
  width: 120px;
  height: 78px;
  border-top: 12px solid var(--purple-950);
  border-right: 12px solid var(--purple-950);
  border-radius: 0 70px 0 0;
}

.scooter::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 22px;
  width: 92px;
  height: 15px;
  background: #ff2735;
  border-radius: 999px;
  box-shadow: 0 0 18px #ff2735;
}

.wheel {
  position: absolute;
  bottom: 20px;
  width: 92px;
  height: 92px;
  background: #130b22;
  border: 13px solid #32166b;
  border-radius: 999px;
  box-shadow: inset 0 0 0 12px #0b0612;
}

.wheel-one { left: 40px; }
.wheel-two { right: 70px; }

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 22px;
  color: var(--purple-900);
  text-align: center;
}

.section-title span {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--purple-700));
}

.section-title span:last-child {
  background: linear-gradient(90deg, var(--purple-700), transparent);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.partners {
  position: relative;
  z-index: 4;
  padding-top: 24px;
  padding-bottom: 28px;
  background: #fff;
}

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

.partner-card {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(91, 19, 214, 0.98) 0%, rgba(91, 19, 214, 0.82) 42%, rgba(255, 255, 255, 0.12) 74%),
    radial-gradient(circle at 72% 10%, rgba(255, 255, 255, 0.32), transparent 28%);
}

.restaurant-card::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(91, 19, 214, 0.2) 100%),
    radial-gradient(circle at 78% 48%, rgba(91, 19, 214, 0.2), transparent 42%);
}

.partner-content {
  position: relative;
  z-index: 2;
  max-width: 360px;
}

.rider-card .partner-content {
  color: #fff;
}

.partner-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.05rem);
  line-height: 1.1;
}

.partner-card p {
  margin: 0 0 18px;
  line-height: 1.55;
}

.partner-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.partner-card li {
  display: flex;
  gap: 9px;
  align-items: center;
}

.partner-card li::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  border-radius: 999px;
  mask: radial-gradient(circle at 50% 50%, #000 58%, transparent 60%);
}

.gold-button,
.subscribe-form button {
  min-height: 48px;
  color: #211500;
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(255, 194, 26, 0.26);
}

.card-rider-art,
.restaurant-art {
  position: absolute;
  right: 8px;
  bottom: 0;
  z-index: 1;
  width: 310px;
  height: 290px;
}

.smile,
.owner {
  position: absolute;
  right: 92px;
  top: 8px;
  width: 82px;
  height: 92px;
  background: #5a3323;
  border-radius: 50% 50% 44% 44%;
  box-shadow: inset -10px -10px rgba(0, 0, 0, 0.13);
}

.smile::before,
.owner::before {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 24px;
  width: 38px;
  height: 18px;
  border-bottom: 5px solid #fff;
  border-radius: 0 0 40px 40px;
}

.mini-helmet {
  position: absolute;
  right: 72px;
  top: -8px;
  width: 124px;
  height: 72px;
  background: linear-gradient(135deg, #b08bff, var(--purple-800));
  border-radius: 80px 80px 24px 24px;
}

.purple-jacket {
  position: absolute;
  right: 40px;
  top: 92px;
  width: 190px;
  height: 160px;
  background: linear-gradient(135deg, var(--purple-500), var(--purple-950));
  border-radius: 60px 60px 24px 24px;
}

.mini-scooter {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 270px;
  height: 54px;
  background: linear-gradient(135deg, #8d41ff, #2b075d);
  border-radius: 80px 110px 30px 30px;
}

.mini-scooter::before,
.mini-scooter::after {
  content: "";
  position: absolute;
  bottom: -35px;
  width: 64px;
  height: 64px;
  background: #160821;
  border: 10px solid #4e1b9f;
  border-radius: 999px;
}

.mini-scooter::before { left: 28px; }
.mini-scooter::after { right: 34px; }

.restaurant-art {
  width: 360px;
}

.owner {
  right: 80px;
  top: 20px;
  background: #6a3a27;
}

.owner::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 76px;
  height: 142px;
  background: linear-gradient(135deg, #d8c4aa, #8f684f);
  border-radius: 56px 56px 12px 12px;
}

.counter {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 84px;
  background: linear-gradient(180deg, rgba(96, 52, 30, 0.28), rgba(96, 52, 30, 0.5));
  border-radius: 20px 20px 0 0;
}

.branded-bag {
  position: absolute;
  left: 18px;
  bottom: 46px;
  display: grid;
  place-items: center;
  width: 128px;
  height: 120px;
  padding: 18px;
  background: #d7a978;
  border-radius: 8px 8px 18px 18px;
  box-shadow: 0 22px 34px rgba(89, 47, 24, 0.18);
}

.branded-bag::before {
  content: "";
  position: absolute;
  top: -18px;
  width: 54px;
  height: 34px;
  border: 7px solid #a6784c;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.subscribe-bar {
  display: grid;
  grid-template-columns: auto minmax(250px, 1fr) minmax(320px, 0.75fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 96px) 28px;
  padding: 24px 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-800), var(--purple-950));
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mail-icon {
  position: relative;
  width: 56px;
  height: 42px;
  border: 4px solid #fff;
  border-radius: 8px;
}

.mail-icon::before,
.mail-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 32px;
  height: 4px;
  background: #fff;
}

.mail-icon::before {
  left: 2px;
  transform: rotate(34deg);
}

.mail-icon::after {
  right: 2px;
  transform: rotate(-34deg);
}

.subscribe-bar h2,
.subscribe-bar p {
  margin: 0;
}

.subscribe-bar h2 {
  font-size: 1.1rem;
}

.subscribe-bar p {
  margin-top: 4px;
  opacity: 0.9;
  font-size: 0.94rem;
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.subscribe-form input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
}

.subscribe-form button {
  border-radius: 0;
  box-shadow: none;
}

.socials {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.socials span {
  margin-right: 8px;
  font-weight: 700;
}

.socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--purple-900);
  background: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.socials a:hover {
  transform: translateY(-2px) scale(1.03);
  background: var(--gold);
}

.about,
.safedrop,
.contact {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.copy-block .eyebrow,
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copy-block h2,
.careers h2,
.contact h2 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 1.04;
}

.copy-block p,
.careers p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

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

.service-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.service-grid h3,
.service-grid p {
  margin: 0;
}

.service-grid h3 {
  margin-top: 18px;
  color: var(--purple-950);
}

.service-grid p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.62;
}

.service-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background: var(--purple-100);
  border-radius: 16px;
}

.service-icon.food::before {
  left: 19px;
  top: 14px;
  width: 6px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 9px 0 0 var(--purple-700), 18px 0 0 var(--purple-700);
}

.service-icon.grocery::before {
  inset: 22px 14px 11px;
  border: 4px solid var(--purple-700);
  border-top: 0;
  background: transparent;
  border-radius: 0 0 6px 6px;
}

.service-icon.parcel::before {
  left: 16px;
  top: 15px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  transform: rotate(45deg);
}

.service-icon.safe::before {
  left: 16px;
  top: 10px;
  width: 27px;
  height: 36px;
  border: 4px solid var(--purple-700);
  background: transparent;
  border-radius: 16px;
}

.safedrop {
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 194, 26, 0.16), transparent 28%),
    linear-gradient(135deg, var(--purple-950), var(--purple-800));
}

.safedrop .copy-block h2 {
  color: #fff;
}

.safedrop .copy-block p {
  color: rgba(255, 255, 255, 0.82);
}

.safe-visual {
  position: relative;
  min-height: 370px;
}

.shield {
  position: absolute;
  left: 12%;
  top: 8%;
  width: 210px;
  height: 250px;
  background: linear-gradient(135deg, #a86bff, var(--purple-700));
  clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
}

.shield::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 74px;
  width: 58px;
  height: 94px;
  border-right: 14px solid #fff;
  border-bottom: 14px solid #fff;
  transform: rotate(42deg);
}

.package {
  position: absolute;
  right: 10%;
  bottom: 28px;
  width: 168px;
  height: 132px;
  background: linear-gradient(135deg, #d49a55, #ffca83);
  border-radius: 16px;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.package::before {
  content: "";
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: 16px;
  background: rgba(88, 43, 18, 0.2);
}

.safe-route {
  position: absolute;
  left: 25%;
  right: 22%;
  bottom: 78px;
  height: 110px;
  border-bottom: 5px dashed rgba(255, 255, 255, 0.55);
  border-radius: 0 0 999px 999px;
}

.safe-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.safe-points span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

.safe-points span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--gold);
  border-radius: 999px;
}

.careers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 96px);
  padding: clamp(38px, 6vw, 62px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 236, 255, 0.94)),
    radial-gradient(circle at 88% 22%, rgba(255, 194, 26, 0.28), transparent 18%);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
}

.contact {
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-cards a,
.contact-cards div {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  text-decoration: none;
}

.contact-cards span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.contact-cards strong {
  color: var(--purple-900);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-form label {
  color: var(--purple-950);
  font-size: 0.88rem;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: #fbf8ff;
  border: 1px solid #d9c7f6;
  border-radius: 12px;
  outline: 0;
}

.contact-form input:focus,
.contact-form textarea:focus,
.subscribe-form input:focus {
  border-color: var(--purple-700);
  box-shadow: 0 0 0 4px rgba(117, 31, 255, 0.12);
}

.contact-form button {
  margin-top: 8px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 96px);
  color: rgba(255, 255, 255, 0.84);
  background: var(--purple-950);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer img {
  width: 160px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.16));
}

.site-footer p {
  margin: 0;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  max-width: 360px;
  padding: 14px 18px;
  color: #fff;
  background: var(--purple-900);
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

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

  .brand img {
    width: 190px;
  }

  .nav-links {
    gap: 18px;
  }

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

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

  .phone {
    left: 10%;
  }

  .rider-illustration {
    right: 5%;
  }

  .subscribe-bar {
    grid-template-columns: auto 1fr;
  }

  .subscribe-form,
  .socials {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .menu-toggle {
    display: block;
    justify-self: end;
  }

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

  .coming-soon {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 86px 0 auto;
    display: grid;
    gap: 0;
    padding: 14px 18px 24px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--soft-shadow);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 16px 8px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a::after {
    display: none;
  }

  .partner-grid,
  .about,
  .safedrop,
  .contact {
    grid-template-columns: 1fr;
  }

  .careers {
    display: grid;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 12px 16px;
  }

  .brand img {
    width: 168px;
  }

  .nav-links {
    inset: 72px 0 auto;
  }

  .hero {
    min-height: auto;
    padding-block: 36px 18px;
  }

  .hero h1 {
    font-size: clamp(2.62rem, 13vw, 4rem);
  }

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

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

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

  .phone {
    position: relative;
    left: auto;
    top: auto;
    width: min(312px, 92vw);
    margin: 20px auto 0;
  }

  .route-badge {
    right: 0;
    top: 310px;
    width: 124px;
    height: 124px;
  }

  .route-badge strong {
    font-size: 1rem;
  }

  .route-badge span {
    font-size: 0.78rem;
  }

  .rider-illustration {
    right: 50%;
    bottom: -16px;
    width: 390px;
    transform: translateX(50%) scale(0.82);
    transform-origin: bottom center;
  }

  .partner-card {
    min-height: 520px;
  }

  .partner-content {
    max-width: none;
  }

  .card-rider-art,
  .restaurant-art {
    right: 50%;
    transform: translateX(50%) scale(0.9);
  }

  .subscribe-bar {
    grid-template-columns: 1fr;
    margin-inline: 16px;
    padding: 22px;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
    overflow: visible;
    background: transparent;
    gap: 10px;
  }

  .subscribe-form input {
    min-height: 50px;
    border-radius: 12px;
  }

  .subscribe-form button {
    border-radius: 12px;
  }

  .socials {
    flex-wrap: wrap;
  }

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

  .safe-visual {
    min-height: 300px;
  }

  .shield {
    width: 160px;
    height: 195px;
  }

  .package {
    width: 126px;
    height: 100px;
  }

  .careers {
    margin-inline: 16px;
    padding: 28px;
  }

  .site-footer,
  .site-footer div {
    align-items: flex-start;
    flex-direction: column;
  }
}
