:root {
  --bg: #071b20;
  --card: #ffffff;
  --ink: #102024;
  --muted: #607377;
  --line: #e7eef0;
  --brand: #10b981;
  --brand-2: #06b6d4;
  --gold: #f59e0b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #fff;
  background:
    radial-gradient(circle at 18% -10%, rgba(20, 184, 166, .55) 0, transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(14, 165, 233, .34) 0, transparent 32%),
    linear-gradient(160deg, #071b20 0%, #041013 100%);
}

.phone-shell {
  width: min(460px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px 14px 150px;
  overflow: hidden;
}

.topbar, .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.badge {
  padding: 8px 10px;
  border: 1px solid rgba(16, 185, 129, .34);
  border-radius: 999px;
  background: rgba(16, 185, 129, .14);
  color: #bff7e3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.language-switch { display: flex; gap: 6px; }
.language-switch button {
  min-width: 42px;
  min-height: 36px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 900;
}
.language-switch button.active { background: #fff; color: #071b20; }

.hero { padding: 18px 6px 12px; }
.kicker { color: #9eead2; font-size: 13px; font-weight: 900; }
.hero h1 {
  margin: 8px 0 12px;
  max-width: 10ch;
  font-size: clamp(36px, 12vw, 52px);
  line-height: .94;
  letter-spacing: -.07em;
}
.hero p { margin: 0; color: #d7eef1; font-size: 16px; line-height: 1.45; }

.trust-pills, .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.trust-pills span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #eafffb;
  font-size: 12px;
  font-weight: 800;
}

.driver-card, .quick-card, .trip-card {
  border-radius: 30px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-image-card {
  position: relative;
  margin: 2px 0 16px;
  height: 154px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #0f3037;
}
.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,27,32,.05), rgba(7,27,32,.34));
}
.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.driver-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(240,255,251,.96));
}
.driver-photo {
  display: grid;
  place-items: center;
  width: 88px;
  height: 112px;
  border-radius: 23px;
  background: linear-gradient(145deg, #d1fae5, #67e8f9);
  font-size: 38px;
}
.driver-card h2 { margin: 2px 0 6px; font-size: 18px; letter-spacing: -.02em; }
.driver-card p { margin: 0; color: #4f6266; font-size: 13px; line-height: 1.38; }
.service-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #ecfeff;
  color: #155e75;
  font-size: 11px;
  font-weight: 900;
}

.section-title { margin: 22px 4px 10px; }
.section-title h3 { margin: 0; font-size: 18px; }
.section-title small { color: #a8c9cd; }

.carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 0 18px;
  -webkit-overflow-scrolling: touch;
}
.carousel::-webkit-scrollbar { display: none; }
.trip-card {
  position: relative;
  min-width: 82%;
  padding: 18px;
  overflow: hidden;
  scroll-snap-align: center;
}
.trip-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--gold));
}
.trip-card .icon { margin-top: 8px; font-size: 34px; }
.trip-card h4 { margin: 10px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.trip-card p { margin: 0 0 12px; color: #52666a; line-height: 1.42; }
.trip-card ul { margin: 0; padding-left: 18px; color: #375056; font-size: 14px; line-height: 1.55; }

.soft-note {
  margin: 4px 4px 18px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  color: #dcf7f2;
  font-size: 14px;
  line-height: 1.45;
}

.quick-card { padding: 18px; }
.quick-card h3 { margin: 0 0 8px; font-size: 21px; }
.quick-card p { margin: 0 0 12px; color: #5d7074; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.quick-option {
  min-height: 68px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbfb;
  color: #123;
  text-align: left;
  font-weight: 900;
}
.quick-option small { display: block; margin-top: 4px; color: #697b80; font-weight: 700; }
.quick-option.active { border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
.copy-message {
  width: 100%;
  margin-top: 10px;
  min-height: 46px;
  border: 0;
  border-radius: 16px;
  background: #e8fff7;
  color: #065f46;
  font-weight: 900;
}

footer { margin: 18px 10px; color: #a8c9cd; text-align: center; font-size: 12px; }

.contactbar {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: min(460px, 100%);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(5,20,24,.78);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}
.contact {
  padding: 13px 8px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}
.zalo { background: #0068ff; }
.whatsapp { background: #25d366; color: #06240f; }
.telegram { background: #229ed9; }

@media (min-width: 720px) {
  .phone-shell { padding-top: 26px; }
}
