:root {
  --ink: #17130f;
  --muted: #716a63;
  --paper: #fffaf4;
  --orange: #ff5a35;
  --yellow: #ffc946;
  --line: rgba(23, 19, 15, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(23,19,15,.18) .65px, transparent .65px);
  background-size: 6px 6px;
}
.glow { position: fixed; border-radius: 999px; filter: blur(5px); pointer-events: none; z-index: -1; }
.glow-one { width: 420px; height: 420px; top: -180px; right: -100px; background: rgba(255, 201, 70, .45); }
.glow-two { width: 300px; height: 300px; top: 420px; left: -190px; background: rgba(255, 90, 53, .18); }
main, footer { width: min(1160px, calc(100% - 40px)); margin: auto; }
nav { min-height: 88px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 22px; text-decoration: none; letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 22px rgba(255, 90, 53, .24); }
.android-pill { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 750; background: rgba(255,255,255,.55); }
.hero { padding: 100px 0 124px; max-width: 800px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--orange); }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
h1 { font-size: clamp(56px, 9vw, 110px); line-height: .88; letter-spacing: -.075em; margin: 25px 0 32px; font-weight: 950; }
h1 em { color: var(--orange); font-style: normal; }
.hero p { max-width: 630px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.primary { display: inline-flex; gap: 30px; align-items: center; margin-top: 25px; padding: 17px 22px; border-radius: 15px; color: #fff; background: var(--ink); text-decoration: none; font-weight: 850; box-shadow: 0 13px 30px rgba(23,19,15,.18); transition: transform .2s ease; }
.secondary { display: inline-flex; align-items: center; margin-top: 25px; padding: 16px 20px; border-radius: 15px; color: var(--ink); border: 1px solid var(--line); text-decoration: none; font-weight: 850; background: rgba(255,255,255,.65); }
.primary:hover, .download:hover { transform: translateY(-3px); }
.video-section {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: center;
  padding: 74px 0;
  border-top: 1px solid var(--line);
}
.video-copy p { color: var(--muted); line-height: 1.65; max-width: 390px; margin: 22px 0 28px; }
.video-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-weight: 850; text-decoration: none; }
.video-link span { color: var(--orange); font-size: 20px; transition: transform .2s ease; }
.video-link:hover span { transform: translate(3px, -3px); }
.video-frame { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 28px; background: #17130f; box-shadow: 0 24px 60px rgba(23,19,15,.18); }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.apps { padding: 85px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.kicker { color: var(--orange); }
h2 { font-size: clamp(36px, 6vw, 61px); letter-spacing: -.055em; line-height: .95; margin: 13px 0 0; }
.section-heading p { color: var(--muted); font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; min-height: 475px; padding: 25px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 55px rgba(23,19,15,.07); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(23,19,15,.12); }
.client { background: #ffe6dc; }
.business { background: #fff0bb; }
.courier { background: #dfecff; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.role { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.number { font-size: 13px; opacity: .45; font-weight: 900; }
.app-icon { width: 78px; height: 78px; display: grid; place-items: center; font-size: 35px; margin: 48px 0 25px; border-radius: 24px; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 14px 30px rgba(23,19,15,.09); }
.card h3 { font-size: 30px; letter-spacing: -.045em; margin: 0 0 12px; }
.card p { color: rgba(23,19,15,.68); line-height: 1.55; margin: 0; }
.download { margin-top: auto; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--ink); border-radius: 15px; padding: 16px 18px; text-decoration: none; font-weight: 850; transition: transform .2s ease; }
.install { margin: 45px 0 95px; padding: 55px; border-radius: 32px; color: #fff; background: var(--ink); }
.install .kicker { color: var(--yellow); }
.install h2 { margin-bottom: 45px; }
.install ol { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.install li { display: flex; gap: 15px; }
.install li > span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-weight: 900; color: var(--yellow); }
.install strong { font-size: 18px; }
.install li p { color: rgba(255,255,255,.62); line-height: 1.5; margin: 7px 0 0; }
.security-note { border-top: 1px solid rgba(255,255,255,.13); margin: 38px 0 0; padding-top: 25px; color: rgba(255,255,255,.55); font-size: 13px; }
.security-note a { color: var(--yellow); font-weight: 800; }
footer { min-height: 90px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; font-weight: 700; }
@media (max-width: 850px) {
  .grid, .install ol { grid-template-columns: 1fr; }
  .card { min-height: 420px; }
  .hero { padding-top: 75px; }
  .section-heading { align-items: start; flex-direction: column; }
  .video-section { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 520px) {
  main, footer { width: min(100% - 26px, 1160px); }
  nav { min-height: 76px; }
  .android-pill { font-size: 10px; padding: 8px 10px; }
  .hero { padding: 70px 0 90px; }
  .install { padding: 35px 24px; }
  footer { gap: 15px; align-items: flex-start; justify-content: center; flex-direction: column; }
}
