:root {
  --blue: #2d82f6;
  --blue-deep: #1768dc;
  --ink: #0b1220;
  --muted: #5f6f84;
  --line: #e8edf5;
  --surface: #f6f9ff;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { padding: 18px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); }
.topbar .shell { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 22px; letter-spacing: -.7px; }
.mark { display: block; width: 36px; height: 36px; overflow: hidden; border-radius: 10px; box-shadow: 0 7px 18px rgba(45,130,246,.24); }
.mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
nav a { color: #435269; text-decoration: none; font-size: 14px; font-weight: 650; }
nav a:hover, .link-blue { color: var(--blue); }
.hero { padding: 96px 0 80px; background: radial-gradient(circle at 84% 15%, #6baeff 0, transparent 28%), linear-gradient(135deg, #2d82f6, #1768dc); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; opacity: .82; }
h1 { margin: 14px 0 18px; font-size: clamp(45px, 6vw, 76px); line-height: .99; letter-spacing: -3.5px; }
.hero p { max-width: 590px; margin: 0; font-size: 19px; line-height: 1.5; opacity: .93; }
.button { display: inline-flex; align-items: center; justify-content: center; margin-top: 30px; min-height: 50px; padding: 0 22px; background: #fff; color: var(--blue-deep); border-radius: 14px; text-decoration: none; font-weight: 800; box-shadow: 0 14px 30px rgba(6,47,125,.22); }
.phone { width: min(320px, 100%); margin: 0 auto; padding: 13px; background: #101623; border: 8px solid #101623; border-radius: 43px; box-shadow: 0 30px 60px rgba(4,37,95,.34); }
.screen { min-height: 510px; padding: 21px 17px; overflow: hidden; border-radius: 27px; background: #fff; color: var(--ink); }
.screen-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; }
.screen-title { margin-top: 30px; font-size: 29px; font-weight: 850; letter-spacing: -1.1px; }
.map { position: relative; height: 210px; margin-top: 16px; overflow: hidden; border-radius: 18px; background: linear-gradient(125deg, #dce9e3 0 40%, #c7ddf1 40% 48%, #e7eed7 48%); }
.road { position: absolute; width: 150%; height: 21px; top: 47%; left: -23%; transform: rotate(-24deg); background: rgba(255,255,255,.94); }
.pin { position: absolute; display: grid; place-items: center; width: 38px; height: 38px; border: 4px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #f0475e; box-shadow: 0 5px 12px rgba(0,0,0,.18); }
.pin i { transform: rotate(45deg); width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.pin.one { top: 52px; left: 62px; }.pin.two { top: 120px; right: 57px; background: var(--blue); }.pin.three { top: 78px; right: 110px; background: #7d55e7; }
.nearby { margin-top: -12px; padding: 16px; position: relative; border: 1px solid #e4e9f2; border-radius: 18px; background: #fff; box-shadow: 0 11px 22px rgba(35,62,105,.1); }
.handle { width: 42px; height: 4px; margin: 0 auto 12px; border-radius: 999px; background: #cfd7e4; }
.person { display: flex; align-items: center; gap: 9px; margin-top: 10px; font-size: 12px; font-weight: 750; }.avatar { width: 31px; height: 31px; border-radius: 50%; background: linear-gradient(135deg,#f3c4a8,#805838); }.person small { display:block; color:#718097; font-weight:600; }
.app-home-preview { position: relative; display: flex; flex-direction: column; }
.app-header { display: flex; align-items: center; gap: 8px; margin-top: 13px; }
.app-avatar { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 14px; font-weight: 900; }
.app-location { display: flex; min-width: 0; flex: 1; flex-direction: column; line-height: 1.08; }
.app-location small { color: #8a95a5; font-size: 7px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.app-location strong { margin-top: 2px; font-size: 11px; }
.app-location span { margin-top: 2px; color: #7c8797; font-size: 7px; }
.app-header-action { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f2f4f7; color: #344052; font-size: 10px; }
.gear-symbol { font-size: 14px; }
.app-copy { display: flex; flex-direction: column; margin-top: 16px; }
.app-copy strong { font-size: 20px; letter-spacing: -.7px; }
.app-copy span { margin-top: 2px; color: #6f7b8d; font-size: 8px; }
.app-controls { display: flex; align-items: center; gap: 5px; margin-top: 11px; font-size: 8px; font-weight: 800; }
.segmented { display: flex; padding: 2px; border-radius: 8px; background: #eff1f4; }
.segmented span { padding: 6px 9px; border-radius: 6px; color: #586372; }
.segmented .selected { background: var(--blue); color: #fff; }
.available { padding: 7px 8px; border-radius: 8px; background: #eff1f4; color: #586372; }
.filter-symbol { display: grid; place-items: center; width: 27px; height: 27px; margin-left: auto; border-radius: 8px; background: #eff1f4; color: var(--blue); font-size: 16px; transform: rotate(90deg); }
.real-map { position: relative; flex: 1; min-height: 310px; margin: 11px -13px 0; overflow: hidden; background: linear-gradient(145deg, #e8eee1 0 35%, #d9ebf5 35% 46%, #edf1df 46% 72%, #e1e9e5 72%); }
.map-road { position: absolute; display: block; height: 11px; border: 2px solid rgba(211,216,218,.8); background: #fff; }
.road-a { width: 145%; top: 34%; left: -20%; transform: rotate(-20deg); }.road-b { width: 120%; top: 58%; left: -8%; transform: rotate(16deg); }.road-c { width: 90%; top: 12%; left: 30%; transform: rotate(67deg); }
.creator-marker { position: absolute; z-index: 2; display: grid; place-items: center; width: 32px; height: 32px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 4px 10px rgba(20,42,76,.23); }
.marker-a { top: 57px; left: 43px; }.marker-b { top: 112px; right: 53px; background: #4d647f; }.marker-c { top: 76px; right: 112px; background: #26a66a; }
.you-chip { position: absolute; z-index: 3; top: 9px; right: 10px; padding: 5px 8px; border-radius: 12px; background: #fff; color: #243145; font-size: 8px; font-weight: 900; box-shadow: 0 3px 8px rgba(20,42,76,.13); }
.app-sheet { position: absolute; right: 0; bottom: 0; left: 0; height: 130px; padding: 18px 13px 12px; border-radius: 19px 19px 0 0; background: #fff; box-shadow: 0 -5px 16px rgba(20,42,76,.12); }
.app-sheet .handle { position: absolute; top: 7px; left: 50%; width: 34px; height: 3px; margin: 0 0 0 -17px; }
.app-sheet > strong { display: block; text-align: center; font-size: 10px; }
.preview-card { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 8px; border: 1px solid #e7ebf1; border-radius: 10px; }
.preview-avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff; font-size: 10px; font-weight: 900; }.preview-avatar.blue { background: var(--blue); }
.preview-card span:last-child { display: flex; flex-direction: column; font-size: 9px; }.preview-card small { margin-top: 2px; color: #6f7b8d; font-size: 7px; }
.app-tabs { display: flex; align-items: center; justify-content: space-around; height: 45px; margin: 0 -13px; border-top: 1px solid #e9edf3; background: #fff; color: #273142; font-size: 13px; }
.app-tabs span { display: flex; align-items: center; flex-direction: column; min-width: 48px; }.app-tabs small { margin-top: 1px; font-size: 6px; }.app-tabs .active { color: var(--blue); }
.section { padding: 84px 0; }
.section-alt { background: var(--surface); }
.section h2 { max-width: 640px; margin: 0 auto 14px; text-align: center; font-size: clamp(32px, 4vw, 48px); letter-spacing: -2px; line-height: 1.08; }
.lead { max-width: 650px; margin: 0 auto; color: var(--muted); text-align: center; font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.card .icon { display:grid; place-items:center; width:45px; height:45px; margin-bottom:18px; border-radius:14px; background:#edf5ff; color:var(--blue); font-size:22px; font-weight:900; }
.card h3 { margin:0 0 7px; font-size:18px; letter-spacing:-.45px; }.card p { margin:0; color:var(--muted); font-size:15px; }
.cta { padding: 76px 0; color:#fff; text-align:center; background: #0d1830; }.cta h2 { margin:0; font-size:clamp(32px,4vw,48px); letter-spacing:-2px; }.cta p { max-width:580px; margin:14px auto 0; color:#c4d0e5; }.cta .button { color:#fff; background:var(--blue); }
.page-hero { padding: 68px 0 48px; background: var(--surface); border-bottom: 1px solid var(--line); }.page-hero h1 { margin: 0; font-size: clamp(39px,5vw,61px); color:var(--ink); }.page-hero p { max-width:620px; margin:12px 0 0; color:var(--muted); }
.document { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 82px; }.document h2 { margin:38px 0 8px; font-size:25px; letter-spacing:-.8px; }.document p,.document li { color:#42526a; }.document ul { padding-left:22px; }.note { padding:17px 19px; border-left:4px solid var(--blue); border-radius:0 12px 12px 0; background:#edf5ff; color:#345276; }.support-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:34px; }.support-card { padding:28px; border:1px solid var(--line); border-radius:20px; }.support-card h2{margin:0 0 9px; font-size:22px;}.support-card p{margin:0;color:var(--muted);}.support-card a{display:inline-block;margin-top:15px;color:var(--blue);font-weight:800;text-decoration:none;}
footer { padding: 30px 0; background:#080f1e; color:#a9b7ca; font-size:14px; } footer .shell{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;} footer a{color:#d9e5f8;text-decoration:none;margin-left:16px;}
@media (max-width: 760px) { .hero{padding:70px 0 62px}.hero-grid,.cards,.support-grid{grid-template-columns:1fr}.phone{margin-top:10px}.topbar .shell{align-items:flex-start}.topbar nav{gap:10px 14px}.section{padding:64px 0}h1{letter-spacing:-2.5px}.page-hero{padding:52px 0 38px} }
