@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./assets/fonts/onest-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./assets/fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./assets/fonts/onest-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Onest Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./assets/fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  color-scheme: light;
  --ink: #101a30;
  --muted: #737c8e;
  --blue: #2f80ed;
  --blue-dark: #1e6fe6;
  --blue-soft: #eaf3ff;
  --mint: #20c995;
  --mint-dark: #19725c;
  --mint-soft: #dff8ef;
  --night: #101a30;
  --paper: #ffffff;
  --page: #eef0f2;
  --line: #e4e8ef;
  font-family: "Onest Variable", "Segoe UI", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-kerning: normal;
  letter-spacing: .006em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  margin: 12px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgb(204 221 224 / 72%);
  border-radius: 22px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 14px 44px rgb(22 57 65 / 9%);
  backdrop-filter: blur(20px);
}
.brand img { display: block; width: 154px; height: 42px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #425665; font-size: 13px; font-weight: 650; }
.site-header nav a { transition: color .18s ease; }
.site-header nav a:hover { color: var(--blue-dark); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--blue-dark), #48a0ff);
  box-shadow: 0 13px 30px rgb(47 128 237 / 24%);
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgb(47 128 237 / 29%); }
.button:active { transform: scale(.98); filter: brightness(.96); }
.button-small { min-height: 46px; padding-inline: 19px; border-radius: 15px; font-size: 12px; }
.button-secondary { border-color: #cedfe2; background: #fff; box-shadow: 0 10px 24px rgb(31 65 72 / 7%); color: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  min-height: 760px;
  align-items: center;
  gap: 54px;
  padding-block: 82px 104px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 9px;
  color: #387e70;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgb(32 201 149 / 17%); }
.hero h1 {
  max-width: 650px;
  margin: 22px 0 22px;
  font-size: clamp(52px, 6.1vw, 82px);
  font-weight: 710;
  letter-spacing: -.018em;
  line-height: 1.01;
}
.hero h1 .hero-line { display: block; color: inherit; white-space: nowrap; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 430;
  line-height: 1.62;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 410px; gap: 13px; margin-top: 38px; }
.hero-facts > div { display: grid; gap: 5px; padding: 16px 15px; border: 1px solid #dce8e9; border-radius: 17px; background: rgb(255 255 255 / 75%); }
.hero-facts strong { color: var(--ink); font-size: 21px; font-weight: 740; letter-spacing: 0; }
.hero-facts span { color: #6a7a86; font-size: 10px; font-weight: 570; line-height: 1.35; }

.product-preview { position: relative; display: grid; min-height: 610px; place-items: center; }
.preview-glow { position: absolute; width: 590px; height: 590px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgb(104 221 185 / 33%), rgb(87 167 218 / 13%) 52%, transparent 72%); }
.phone-shell {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: min(390px, 79vw);
  height: 650px;
  border: 10px solid #fff;
  border-radius: 48px;
  background: #f8fafb;
  box-shadow: 0 42px 100px rgb(25 69 80 / 22%), 0 0 0 1px #d9e5e6;
  transform: rotate(2.5deg);
}
.phone-top { display: flex; height: 33px; align-items: center; justify-content: space-between; padding: 0 18px; background: #fff; font-size: 9px; font-weight: 730; }
.phone-top i { width: 78px; height: 21px; margin-top: -5px; border-radius: 0 0 14px 14px; background: #12202b; }
.phone-top b { font-size: 7px; letter-spacing: 3px; }
.phone-brand { display: flex; height: 54px; align-items: center; justify-content: space-between; padding: 6px 16px 9px; background: #fff; }
.phone-brand img { width: 110px; height: 32px; object-fit: contain; object-position: left; }
.phone-brand span { display: grid; min-height: 31px; place-items: center; padding: 0 11px; border-radius: 10px; background: #eff4f6; color: #526571; font-size: 9px; font-weight: 650; }
.route-map { position: relative; height: 310px; overflow: hidden; background: #eef0f2; }
.route-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-ground { fill: #eef0f2; }
.map-water { fill: #dceeff; }
.map-parks > * { fill: #dff8ef; stroke: #c5eddf; stroke-width: 3; }
.map-buildings rect { fill: #dce2e7; stroke: #cbd3dc; stroke-width: 2; }
.map-road,
.route-road-edge,
.route-road-surface,
.route-halo,
.route-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.map-road-edge { stroke: #d5dce3; stroke-width: 48; }
.map-road-surface { stroke: #fff; stroke-width: 36; }
.route-road-edge { stroke: #cbd4dc; stroke-width: 64; }
.route-road-surface { stroke: #fff; stroke-width: 52; }
.route-halo,
.route-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-halo { stroke: rgb(255 255 255 / 90%); stroke-width: 24; }
.route-line { stroke: var(--mint); stroke-width: 12; }
.route-point-ring { fill: rgb(255 255 255 / 96%); }
.route-point-core { fill: var(--mint); }
.route-point-center { fill: #12384d; }
.route-point-finish .route-point-core { fill: var(--blue-dark); }
.route-point-finish .route-point-center { fill: #fff; }
.route-moving-ring { fill: rgb(255 255 255 / 97%); }
.route-moving-core { fill: var(--blue); stroke: var(--mint); stroke-width: 4; }
.trip-sheet { position: relative; z-index: 7; display: grid; gap: 14px; height: 248px; margin-top: -2px; padding: 13px 17px 18px; border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 -8px 30px rgb(25 52 60 / 9%); }
.drag-line { justify-self: center; width: 38px; height: 4px; border-radius: 999px; background: #dce2e4; }
.trip-title { display: flex; align-items: end; justify-content: space-between; }
.trip-title > div { display: grid; gap: 2px; }
.trip-title small { color: #71808a; font-size: 8px; }
.trip-title strong { font-size: 25px; font-weight: 730; letter-spacing: 0; }
.trip-title > b { padding: 7px 9px; border-radius: 9px; background: var(--mint-soft); color: var(--mint-dark); font-size: 9px; }
.address-list { display: grid; gap: 12px; padding: 11px 12px; border: 1px solid #e1e9eb; border-radius: 13px; background: #f8fafb; }
.address-list span { display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 8px; }
.address-list b { overflow: hidden; font-size: 9px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.from, .to { display: block; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px currentColor; }
.from { background: var(--blue); color: var(--blue); }
.to { background: var(--night); color: var(--night); }
.trip-sheet button { min-height: 42px; border: 0; border-radius: 13px; background: linear-gradient(135deg, var(--blue-dark), #48a0ff); color: #fff; font-size: 10px; font-weight: 700; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; border: 1px solid rgb(255 255 255 / 80%); background: rgb(255 255 255 / 91%); box-shadow: 0 20px 45px rgb(25 69 80 / 18%); backdrop-filter: blur(16px); }
.offer-float { bottom: 78px; left: -18px; gap: 10px; padding: 11px 14px 11px 11px; border-radius: 18px; animation: float 4s ease-in-out infinite; }
.avatar { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--blue-dark), #61a9ff); color: #fff; font-size: 10px; font-weight: 730; }
.offer-float > div { display: grid; gap: 3px; }
.offer-float strong { font-size: 11px; font-weight: 700; }
.offer-float small { color: #71808a; font-size: 8px; }
.zero-float { top: 78px; right: -12px; gap: 9px; padding: 13px 16px; border-radius: 18px; animation: float 4s ease-in-out -1.5s infinite; }
.zero-float strong { color: var(--mint-dark); font-size: 24px; font-weight: 760; }
.zero-float span { color: #576b77; font-size: 8px; font-weight: 650; line-height: 1.3; }

.zero-section { overflow: hidden; padding-block: 76px; background: var(--night); color: #fff; }
.zero-layout { display: grid; grid-template-columns: .7fr 1.3fr 1fr; align-items: center; gap: 60px; }
.zero-number { color: var(--mint); font-size: clamp(116px, 14vw, 190px); font-weight: 680; letter-spacing: -.04em; line-height: .8; }
.zero-number span { font-size: .45em; vertical-align: top; }
.section-label.light { color: var(--mint); }
.zero-copy h2 { max-width: 550px; margin: 13px 0 16px; font-size: clamp(33px, 4vw, 50px); font-weight: 650; letter-spacing: -.012em; line-height: 1.08; }
.zero-copy p { max-width: 600px; margin: 0; color: #bdccd2; font-size: 15px; line-height: 1.68; }
.zero-notes { display: grid; gap: 12px; }
.zero-notes > div { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 11px; padding: 13px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 16px; background: rgb(255 255 255 / 5%); }
.zero-notes i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 12px; background: rgb(32 201 149 / 13%); color: var(--mint); font-size: 13px; font-style: normal; }
.zero-notes span { display: grid; gap: 3px; }
.zero-notes strong { font-size: 11px; font-weight: 650; }
.zero-notes small { color: #91a5ad; font-size: 9px; line-height: 1.3; }

.model-section { padding-block: 118px; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2, .feature-copy h2, .pricing-heading h2, .safety-copy h2, .final-cta h2 { margin: 13px 0 0; font-size: clamp(36px, 4.7vw, 58px); font-weight: 660; letter-spacing: -.014em; line-height: 1.08; }
.section-heading > p { max-width: 580px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-grid article { position: relative; min-height: 330px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: 0 16px 40px rgb(27 67 75 / 5%); }
.process-grid article > b { position: absolute; top: 18px; right: 20px; color: #e1ebed; font-size: 34px; font-weight: 610; letter-spacing: 0; }
.process-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; font-size: 23px; font-weight: 620; }
.blue-icon { background: var(--blue-soft); color: var(--blue-dark); }
.mint-icon { background: var(--mint-soft); color: var(--mint-dark); }
.violet-icon { background: #eeefff; color: #6e72c9; }
.dark-icon { background: #e9eef0; color: var(--night); }
.process-grid h3 { margin: 82px 0 11px; font-size: 20px; font-weight: 670; letter-spacing: -.006em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.64; }

.roles-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 118px; }
.role-card { position: relative; min-height: 660px; overflow: hidden; border-radius: 38px; }
.passenger-card { background: linear-gradient(150deg, #e4f8f2, #edf8fb 72%); }
.driver-card { background: linear-gradient(150deg, #172e3e, #1c4052); color: #fff; }
.role-copy { position: relative; z-index: 3; padding: 48px 48px 0; }
.role-copy h2 { max-width: 520px; margin: 13px 0 22px; font-size: clamp(31px, 3.5vw, 44px); font-weight: 660; letter-spacing: -.012em; line-height: 1.1; }
.role-copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.role-copy li { display: flex; align-items: center; gap: 10px; color: #4f6c6b; font-size: 13px; font-weight: 540; }
.role-copy li i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 8px; background: rgb(255 255 255 / 70%); color: var(--mint-dark); font-size: 9px; font-style: normal; }
.driver-card .role-copy li { color: #c0d0d5; }
.driver-card .role-copy li i { background: rgb(32 201 149 / 13%); color: var(--mint); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: #217fa7; font-size: 13px; font-weight: 700; }
.text-link span { font-size: 18px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--mint); }
.mini-ui { position: absolute; z-index: 2; right: 34px; bottom: -18px; left: 34px; min-height: 258px; padding: 20px; border: 1px solid rgb(255 255 255 / 74%); border-radius: 27px 27px 0 0; background: rgb(255 255 255 / 90%); box-shadow: 0 -12px 40px rgb(32 74 76 / 10%); backdrop-filter: blur(16px); }
.mini-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.mini-head span { font-size: 15px; font-weight: 680; }
.mini-head b { padding: 7px 10px; border-radius: 10px; background: var(--mint-soft); color: var(--mint-dark); font-size: 9px; }
.passenger-ui label { display: grid; grid-template-columns: 14px 1fr; gap: 3px 10px; padding: 11px 4px; border-bottom: 1px solid #e5ecee; }
.passenger-ui label i { grid-row: 1 / 3; align-self: center; }
.passenger-ui label span { color: #859299; font-size: 8px; }
.passenger-ui label strong { font-size: 10px; font-weight: 620; }
.recommendation { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; }
.recommendation span { color: #687883; font-size: 9px; }
.recommendation strong { font-size: 20px; font-weight: 720; }
.driver-ui { color: var(--ink); }
.request-status { display: flex; align-items: center; gap: 7px; color: var(--mint-dark); font-size: 9px; font-weight: 670; }
.request-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgb(32 201 149 / 16%); }
.driver-route { display: flex; align-items: center; justify-content: space-between; margin: 14px 0; padding: 13px; border-radius: 14px; background: #f3f7f8; }
.driver-route span { display: flex; align-items: center; gap: 8px; color: #6e7d86; font-size: 9px; }
.driver-route b { font-size: 10px; font-weight: 660; }
.driver-price { display: grid; gap: 3px; margin: 16px 2px; }
.driver-price small { color: #71808a; font-size: 8px; }
.driver-price strong { font-size: 25px; font-weight: 720; }
.driver-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.driver-actions span, .driver-actions b { display: grid; min-height: 40px; place-items: center; border-radius: 12px; font-size: 9px; }
.driver-actions span { border: 1px solid #dce5e7; color: #576975; }
.driver-actions b { background: var(--blue); color: #fff; }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; align-items: center; gap: 60px; margin-bottom: 120px; padding: 70px; overflow: hidden; border-radius: 40px; background: #fff; box-shadow: 0 24px 70px rgb(30 70 78 / 8%); }
.feature-copy p { max-width: 540px; margin: 19px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.schedule-preview { position: relative; min-height: 420px; }
.schedule-preview::before { position: absolute; width: 430px; height: 430px; top: -30px; left: 8%; border-radius: 50%; background: radial-gradient(circle, rgb(32 201 149 / 27%), transparent 69%); content: ""; }
.calendar-card { position: absolute; z-index: 2; top: 18px; right: 5%; left: 5%; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #f9fbfb; box-shadow: 0 24px 60px rgb(27 67 75 / 13%); transform: rotate(2deg); }
.calendar-title { display: flex; align-items: center; justify-content: space-between; }
.calendar-title span { font-size: 22px; font-weight: 680; }
.calendar-title b { color: #7b898f; font-size: 11px; font-weight: 540; }
.week, .dates { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 24px; text-align: center; }
.week span { color: #8b979c; font-size: 8px; }
.dates span, .dates b { display: grid; aspect-ratio: 1; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 560; }
.dates b { background: var(--blue); box-shadow: 0 8px 18px rgb(47 128 237 / 28%); color: #fff; }
.scheduled-trip { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; margin-top: 24px; padding: 13px; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgb(27 67 75 / 7%); }
.scheduled-trip > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--mint-soft); }
.scheduled-trip > i::after { color: var(--mint-dark); content: "✓"; font-size: 11px; font-style: normal; }
.scheduled-trip div { display: grid; gap: 3px; }
.scheduled-trip small { color: #7b898f; font-size: 8px; }
.scheduled-trip strong { font-size: 10px; font-weight: 650; }
.scheduled-trip > span { color: #7b898f; }
.chat-bubble { position: absolute; z-index: 4; right: -5px; bottom: 4px; display: flex; align-items: center; gap: 10px; padding: 12px 16px 12px 11px; border: 1px solid #d9e6e8; border-radius: 18px; background: #fff; box-shadow: 0 18px 40px rgb(27 67 75 / 14%); animation: float 4s ease-in-out infinite; }
.small-avatar { width: 36px; height: 36px; border-radius: 12px; }
.chat-bubble div { display: grid; gap: 3px; }
.chat-bubble strong { font-size: 9px; font-weight: 650; }
.chat-bubble small { color: #7b898f; font-size: 7px; }

.pricing-section { padding-block: 112px; }
.pricing-heading { text-align: center; margin-inline: auto; }
.pricing-heading .section-label { margin-inline: auto; }
.pricing-heading p { margin-inline: auto; }
.passenger-plan { display: grid; grid-template-columns: 1.15fr auto 1fr auto; align-items: center; gap: 34px; margin-bottom: 18px; padding: 29px 32px; border: 1px solid #ccebe2; border-radius: 28px; background: linear-gradient(135deg, #e7faf4, #eef9fc); }
.plan-role { color: #377e70; font-size: 9px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.passenger-plan h3, .driver-plans h3 { margin: 6px 0 0; font-size: 22px; font-weight: 680; }
.passenger-plan p { margin: 6px 0 0; color: #5f7776; font-size: 11px; }
.passenger-plan > strong { font-size: 39px; font-weight: 690; letter-spacing: -.01em; white-space: nowrap; }
.passenger-plan > strong small { font-size: .5em; }
.passenger-plan ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.passenger-plan li { padding: 8px 10px; border-radius: 10px; background: rgb(255 255 255 / 69%); color: #506c6b; font-size: 9px; font-weight: 570; }
.commission-badge { padding: 12px 15px; border-radius: 14px; background: var(--night); color: #fff; font-size: 9px; white-space: nowrap; }
.commission-badge b { color: var(--mint); font-size: 15px; }
.driver-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.driver-plans article { position: relative; display: flex; min-height: 380px; flex-direction: column; align-items: flex-start; padding: 27px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 14px 40px rgb(27 67 75 / 5%); }
.driver-plans .featured-plan { border-color: #8ddfc7; background: linear-gradient(155deg, #effcf8, #fff 62%); box-shadow: 0 18px 48px rgb(36 149 116 / 12%); }
.popular { position: absolute; top: 17px; right: 17px; padding: 7px 9px; border-radius: 999px; background: var(--mint); color: #0d513e; font-size: 7px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.plan-price { display: grid; gap: 2px; margin-top: 28px; }
.plan-price strong { font-size: 28px; font-weight: 690; letter-spacing: 0; }
.plan-price small { color: #879399; font-size: 9px; }
.driver-plans p { margin: 21px 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.plan-action { display: grid; width: 100%; min-height: 46px; margin-top: auto; place-items: center; border: 1px solid #dbe5e7; border-radius: 14px; color: #415762; font-size: 10px; font-weight: 680; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.plan-action:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.featured-plan .plan-action { border-color: var(--mint); background: var(--mint); color: #104b3d; }
.pricing-note { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 18px; padding: 18px; border-radius: 20px; background: var(--night); color: #fff; }
.pricing-note > i { color: var(--mint); font-size: 27px; font-style: normal; font-weight: 720; }
.pricing-note > span { display: grid; gap: 3px; }
.pricing-note strong { font-size: 11px; font-weight: 650; }
.pricing-note small { color: #9eb0b7; font-size: 8px; }

.safety-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; padding: 70px; border-radius: 40px; background: linear-gradient(145deg, #152b3a, #183747); color: #fff; }
.safety-copy p { max-width: 510px; margin: 18px 0 0; color: #b5c6cc; font-size: 15px; line-height: 1.65; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.safety-grid > div { display: grid; align-content: start; min-height: 190px; padding: 22px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 23px; background: rgb(255 255 255 / 5%); }
.safety-grid i { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px; background: rgb(32 201 149 / 13%); color: var(--mint); font-size: 14px; font-style: normal; }
.safety-grid strong { margin-top: 28px; font-size: 12px; font-weight: 650; }
.safety-grid small { margin-top: 7px; color: #95aab1; font-size: 9px; line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 630; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: #edf3f4; color: #71828b; font-size: 17px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 700px; margin: -3px 46px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.62; }

.final-cta { display: flex; min-height: 360px; align-items: center; justify-content: space-between; gap: 40px; padding: 62px 70px; overflow: hidden; border-radius: 40px; background: linear-gradient(135deg, #4098c9, #43a9c1 52%, #50c8af); color: #fff; }
.final-cta h2 { font-size: clamp(40px, 5vw, 62px); }
.final-cta p { margin: 17px 0 0; color: rgb(255 255 255 / 80%); font-size: 15px; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.white-button { background: #fff; box-shadow: 0 13px 30px rgb(25 69 80 / 14%); color: var(--blue-dark); }
.ghost-button { border-color: rgb(255 255 255 / 48%); background: rgb(255 255 255 / 10%); box-shadow: none; backdrop-filter: blur(12px); }

.site-footer { display: grid; grid-template-columns: 1.4fr .6fr .8fr auto; align-items: start; gap: 48px; padding-block: 68px 38px; }
.footer-brand img { width: 148px; height: 42px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 300px; margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer-column { display: grid; gap: 9px; }
.footer-column strong { margin-bottom: 3px; font-size: 10px; font-weight: 700; }
.footer-column a { color: #657681; font-size: 10px; }
.footer-column a:hover { color: var(--blue-dark); }
.site-footer > small { align-self: end; color: #8a979d; font-size: 9px; white-space: nowrap; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 780px; text-align: center; margin-inline: auto; }
  .hero h1, .hero-copy > p, .section-label, .eyebrow { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-facts { margin-inline: auto; }
  .product-preview { width: min(720px, 100%); margin-inline: auto; }
  .zero-layout { grid-template-columns: .7fr 1.3fr; }
  .zero-notes { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .roles-section { grid-template-columns: 1fr; }
  .role-card { min-height: 640px; }
  .feature-band { padding: 54px; }
  .passenger-plan { grid-template-columns: 1fr auto; }
  .passenger-plan ul, .commission-badge { grid-column: auto; }
  .driver-plans { grid-template-columns: 1fr 1fr; }
  .safety-section { gap: 42px; padding: 54px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { top: 8px; width: calc(100% - 20px); min-height: 64px; margin-top: 8px; padding: 8px 9px 8px 13px; border-radius: 18px; }
  .brand img { width: 122px; height: 36px; }
  .button-small { min-height: 40px; padding-inline: 13px; font-size: 10px; }
  .hero { min-height: auto; gap: 42px; padding-block: 60px 80px; }
  .hero h1 { font-size: clamp(38px, 10.4vw, 48px); line-height: 1.07; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-facts { grid-template-columns: 1fr; gap: 8px; }
  .hero-facts > div { grid-template-columns: 70px 1fr; align-items: center; text-align: left; }
  .product-preview { min-height: 570px; }
  .preview-glow { width: 100%; height: 100%; }
  .phone-shell { width: min(350px, 88vw); height: 604px; border-width: 7px; border-radius: 40px; transform: none; }
  .route-map { height: 280px; }
  .trip-sheet { height: 235px; }
  .offer-float { bottom: 34px; left: -3px; }
  .zero-float { top: 57px; right: -4px; }
  .zero-section { padding-block: 68px; }
  .zero-layout { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .zero-number { text-align: center; }
  .zero-copy .section-label { margin-inline: auto; }
  .zero-notes { grid-column: auto; grid-template-columns: 1fr; text-align: left; }
  .model-section, .pricing-section { padding-block: 82px; }
  .section-heading { margin-bottom: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 260px; }
  .process-grid h3 { margin-top: 48px; }
  .roles-section { padding-bottom: 82px; }
  .role-card { min-height: 660px; border-radius: 30px; }
  .role-copy { padding: 34px 28px 0; }
  .role-copy .section-label { margin-left: 0; }
  .mini-ui { right: 18px; bottom: -14px; left: 18px; }
  .feature-band { grid-template-columns: 1fr; gap: 30px; min-height: auto; margin-bottom: 70px; padding: 38px 26px; border-radius: 30px; }
  .feature-copy .section-label { margin-left: 0; }
  .schedule-preview { min-height: 390px; }
  .calendar-card { right: 0; left: 0; padding: 22px; }
  .chat-bubble { right: -5px; }
  .pricing-heading .section-label { margin-inline: auto; }
  .passenger-plan { grid-template-columns: 1fr auto; gap: 19px; padding: 24px; }
  .passenger-plan ul { grid-column: 1 / -1; }
  .commission-badge { grid-column: 1 / -1; text-align: center; }
  .driver-plans { grid-template-columns: 1fr; }
  .driver-plans article { min-height: 330px; }
  .pricing-note { align-items: flex-start; }
  .safety-section { grid-template-columns: 1fr; gap: 36px; padding: 40px 26px; border-radius: 30px; }
  .safety-copy .section-label { margin-left: 0; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-grid > div { min-height: 160px; }
  .faq-section { grid-template-columns: 1fr; gap: 10px; padding-block: 82px; }
  .faq-section .section-label { margin-left: 0; }
  .faq-list summary { min-height: 74px; font-size: 13px; }
  .final-cta { display: grid; min-height: 430px; padding: 42px 28px; border-radius: 30px; }
  .final-cta .section-label { margin-left: 0; }
  .final-actions { display: grid; justify-content: stretch; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding-block: 54px 30px; }
  .footer-brand, .site-footer > small { grid-column: 1 / -1; }
  .site-footer > small { justify-self: start; }
}

@media (max-width: 390px) {
  .brand img { width: 109px; }
  .button-small { padding-inline: 10px; font-size: 9px; }
  .hero h1 { font-size: clamp(34px, 10.4vw, 40px); }
  .phone-shell { width: 100%; }
  .offer-float { display: none; }
  .zero-float { right: 5px; }
  .passenger-plan { grid-template-columns: 1fr; }
  .passenger-plan > strong { grid-row: 2; }
  .passenger-plan ul, .commission-badge { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .route-moving-point { display: none; }
}
