:root {
  --bg: #050505;
  --panel: #121214;
  --panel-2: #151518;
  --text: #f7f7f7;
  --muted: #9c9ca3;
  --line: #222227;
  --yellow: #ffc400;
  --cyan: #26d9ee;
  --green: #25d366;
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 196, 0, 0.09), transparent 27rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 40px),
    var(--bg);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(936px, calc(100% - 32px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid rgba(255, 196, 0, 0.28);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1024px, calc(100% - 44px));
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.logo img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(255, 196, 0, 0.28);
}

.logo span {
  color: var(--yellow);
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 800;
}

.menu a {
  color: #d9d9de;
}

.menu .active,
.menu a:hover {
  color: var(--yellow);
}

.menu-taxi {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  user-select: none;
  border-radius: 50%;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.menu-taxi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.98;
  filter: brightness(0) saturate(100%) invert(78%) sepia(88%) saturate(1050%) hue-rotate(357deg) brightness(104%) contrast(103%) drop-shadow(0 0 12px rgba(255, 196, 0, 0.48));
  -webkit-user-drag: none;
}

.menu-taxi:hover,
.menu-taxi.is-current {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 0 28px rgba(255, 196, 0, 0.2);
}

.nav-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #151515;
  background: linear-gradient(135deg, #ffce22, #ffad16);
  box-shadow: 0 0 22px rgba(255, 196, 0, 0.28);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.section {
  padding: 86px 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 196, 0, 0.18), transparent 0 25%),
    linear-gradient(90deg, rgba(4, 6, 10, 0.9), rgba(4, 6, 10, 0.62) 44%, rgba(4, 6, 10, 0.32)),
    url("./assets/izmir-saat-kulesi-hero.png") center center / cover no-repeat;
  filter: saturate(1.02) contrast(1.06);
  transform: scale(1);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.42)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 42px);
}

.route-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: #080a0d;
}

.route-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 10, 0.94), rgba(6, 7, 10, 0.58)),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1800&q=80") center / cover;
  filter: saturate(0.9);
  transform: scale(1.03);
}

.route-shell {
  position: relative;
  display: grid;
  justify-items: start;
}

.route-card {
  width: min(510px, 100%);
  padding: 34px;
  border-radius: 34px;
  color: #f8fafc;
  background:
    linear-gradient(180deg, rgba(28, 29, 33, 0.94), rgba(18, 19, 22, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 9px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(14px);
}

.route-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.route-head h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.route-head p,
.route-note {
  margin: 0;
  color: #8a92a4;
  font-size: 13px;
  font-weight: 700;
}

.route-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 24px;
}

.route-search {
  position: relative;
  z-index: 20;
  margin-top: 18px;
}

.route-search + .route-search {
  z-index: 19;
}

.route-field {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(3, 4, 7, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.route-field:focus-within {
  border-color: rgba(31, 226, 113, 0.45);
  box-shadow: 0 0 0 3px rgba(31, 226, 113, 0.12);
}

.route-field input,
.stat-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #f8fafc;
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.route-field input::placeholder,
.stat-box input::placeholder {
  color: #70788a;
}

.route-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 222px;
  overflow-y: auto;
  padding: 8px;
  border-radius: 18px;
  background: rgba(9, 10, 14, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.route-suggestions[hidden] {
  display: none;
}

.suggestion-item {
  width: 100%;
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 0;
  border-radius: 12px;
  color: #e8edf7;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.suggestion-item:hover,
.suggestion-item:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
}

.suggestion-item strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.suggestion-item span {
  color: #8d96a8;
  font-size: 12px;
  line-height: 1.3;
}

.dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.start-dot {
  background: #fff;
}

.end-dot {
  border-radius: 2px;
  background: #19e36f;
  transform: rotate(45deg);
}

.route-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 26px;
}

.mini-action,
.reset-action {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: #cdd7ff;
  background: rgba(3, 4, 7, 0.72);
  padding: 0 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.reset-action {
  color: #798295;
  background: transparent;
}

.mini-action:disabled,
.reset-action:disabled {
  opacity: 0.65;
  cursor: wait;
}

.map-card {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(120deg, #dff8ff 0 30%, #fff2ce 31% 100%);
  isolation: isolate;
}

.map-card::before {
  content: "İZMİR";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #5c6f91;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.map-card.is-loaded::before {
  opacity: 0;
}

.map-card.leaflet-container {
  font: inherit;
}

.map-card .leaflet-tile {
  filter: saturate(0.88) contrast(0.98);
}

.map-card .leaflet-control-attribution {
  font-size: 10px;
}

.map-pin {
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 999px;
  background: #fff;
  border: 4px solid #0b0c10;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.34);
}

.map-pin.dropoff {
  border-radius: 5px;
  background: #20e678;
  transform: rotate(45deg);
}

.route-status {
  margin: 12px 2px 0;
  color: #9aa3b5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.route-status.is-ready {
  color: #2fe879;
}

.route-status.is-warning {
  color: #ffc857;
}

.route-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}

.stat-box {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(3, 4, 7, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.065);
}

.stat-box span {
  color: #777f91;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1px;
}

.stat-box input,
.stat-box strong {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.stat-box small {
  color: #7f8798;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.route-submit {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  border-radius: 999px;
  color: #151515;
  background: linear-gradient(135deg, #ffe46a, #ffc400 52%, #ffad16);
  box-shadow: 0 0 24px rgba(255, 196, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-weight: 900;
}

.route-submit.is-ready {
  color: #121212;
  background: linear-gradient(135deg, #fff1a6, #ffc400 52%, #ff9f16);
  box-shadow: 0 0 34px rgba(255, 196, 0, 0.46), 0 0 70px rgba(255, 196, 0, 0.18);
}

.route-note {
  margin-top: 30px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 70px);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 34px 0 38px;
  background: #07090d;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1340px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.hero-copy {
  max-width: 620px;
  text-align: left;
}

.hero-route {
  width: min(440px, 100%);
  justify-self: end;
}

.hero-route .route-card {
  width: 100%;
  padding: 24px;
  border-radius: 28px;
}

.hero-route .route-head {
  margin-bottom: 16px;
}

.hero-route .route-head h2 {
  font-size: 20px;
}

.hero-route .route-head p {
  font-size: 12px;
}

.hero-route .route-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 21px;
}

.hero-route .route-search {
  margin-top: 12px;
}

.hero-route .route-field {
  min-height: 46px;
  border-radius: 15px;
}

.hero-route .route-tools {
  margin: 14px 0 18px;
}

.hero-route .map-card {
  height: 132px;
  border-radius: 18px;
}

.hero-route .route-status {
  margin-top: 9px;
  font-size: 11px;
}

.hero-route .route-stats {
  gap: 12px;
  margin-top: 16px;
}

.hero-route .stat-box {
  min-height: 64px;
  gap: 5px;
  padding: 12px 14px;
  border-radius: 15px;
}

.hero-route .stat-box span {
  font-size: 10px;
}

.hero-route .stat-box strong {
  font-size: 19px;
}

.hero-route .stat-box small {
  font-size: 10px;
}

.hero-route .route-submit {
  min-height: 44px;
  margin-top: 18px;
}

.hero-route .route-note {
  margin-top: 17px;
  font-size: 9px;
  letter-spacing: 1.45px;
}

.narrow {
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02);
  font-size: 13px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(45px, 6.1vw, 68px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -1px;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.06);
}

.hero-copy > p {
  width: min(610px, 100%);
  margin: 0;
  color: #c8c8d0;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 30px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 34px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 950;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.yellow {
  color: #0b0b0b;
  background: linear-gradient(135deg, #ffd127, #ffa912);
  box-shadow: 0 0 36px rgba(255, 196, 0, 0.36);
}

.btn.outline {
  color: var(--cyan);
  border-color: var(--cyan);
  background: rgba(38, 217, 238, 0.02);
  box-shadow: 0 0 22px rgba(38, 217, 238, 0.14);
}

.btn.cyan {
  color: #fff;
  background: linear-gradient(135deg, #31e678, #12b957);
}

.wa-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: currentColor;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 2.67A13.22 13.22 0 0 0 4.65 22.6L3.1 29.33l6.85-1.58A13.33 13.33 0 1 0 16.04 2.67Zm0 2.5a10.83 10.83 0 0 1 9.16 16.62 10.75 10.75 0 0 1-13.1 3.3l-.44-.22-4.97 1.15 1.12-4.87-.25-.46A10.77 10.77 0 0 1 16.04 5.17Zm-4.28 5.67c-.24 0-.62.09-.95.44-.33.36-1.25 1.22-1.25 2.97s1.28 3.45 1.46 3.69c.18.24 2.47 3.96 6.1 5.39 3.02 1.2 3.64.96 4.29.9.66-.06 2.12-.87 2.42-1.7.3-.84.3-1.55.21-1.7-.09-.15-.33-.24-.69-.42-.36-.18-2.12-1.05-2.45-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.9-1.79-1.07-.95-1.8-2.13-2.01-2.49-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.59-.6-.81-.61h-.62Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.checks {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 36px;
  color: #a9a9b2;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.2px;
}

.glass-card,
.quote-card,
.fleet-card,
.district-panel,
.comment-card,
.area-card,
.faq-list details {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.022));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 80px rgba(0, 0, 0, 0.26);
}

.glass-card {
  min-height: 330px;
  padding: 46px;
  border-radius: var(--radius);
}

.glass-card h2,
.narrow h2 {
  margin-bottom: 20px;
  color: var(--yellow);
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 950;
}

.glass-card p,
.narrow p,
.quote-card p {
  color: #aaaab2;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

.mini-grid article {
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 14px;
  background: #0d0d0f;
  border: 1px solid #202026;
}

.mini-grid strong {
  color: var(--cyan);
  font-size: 34px;
  line-height: 1;
}

.mini-grid span {
  color: #d7d7dc;
  font-size: 13px;
  font-weight: 800;
}

.narrow {
  width: min(650px, calc(100% - 32px));
}

.narrow h2 {
  color: #f5f5f5;
}

.narrow h2 span {
  color: var(--cyan);
}

#bolgeler .narrow h2 span,
.district-guide h2 span,
.comments .narrow h2 span,
.fleet .narrow h2 span,
.faq .narrow h2 span {
  color: var(--yellow);
}

.area-grid,
.comment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.area-card {
  min-height: 214px;
  padding: 28px;
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.area-card h3 {
  color: var(--yellow);
  font-size: 24px;
  font-weight: 950;
}

.area-card p,
.district-head p,
.comment-card p,
.faq-list p {
  color: #b3b3bb;
  line-height: 1.7;
  font-weight: 650;
}

.district-guide {
  position: relative;
  overflow: hidden;
  padding-top: 74px;
  background:
    radial-gradient(circle at 18% 6%, rgba(255, 196, 0, 0.11), transparent 0 30%),
    radial-gradient(circle at 88% 26%, rgba(255, 255, 255, 0.06), transparent 0 28%),
    linear-gradient(180deg, #050506, #080808 48%, #050506);
  border-top: 1px solid rgba(255, 196, 0, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.district-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 70px);
  opacity: 0.72;
}

.district-guide > * {
  position: relative;
  z-index: 1;
}

.district-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
}

.district-head h2 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(36px, 5.4vw, 70px);
  line-height: 0.95;
  font-weight: 950;
}

.district-head p {
  max-width: 760px;
  font-size: 18px;
}

.district-cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 24px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #ffe066, #ffc400 52%, #ffab15);
  box-shadow: 0 0 34px rgba(255, 196, 0, 0.28);
  font-size: 13px;
  font-weight: 950;
}

.district-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 22px;
  margin-top: 42px;
}

.district-panel {
  min-height: 286px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(22, 23, 26, 0.86), rgba(9, 10, 12, 0.92)),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 9px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.district-feature {
  grid-row: span 2;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 196, 0, 0.14), transparent 0 36%),
    linear-gradient(180deg, rgba(24, 24, 20, 0.9), rgba(9, 10, 12, 0.92));
}

.district-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 25px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255, 196, 0, 0.08);
  border: 1px solid rgba(255, 196, 0, 0.18);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.3px;
}

.district-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(255, 196, 0, 0.75);
}

.district-panel h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 950;
}

.district-list,
.popular-routes {
  display: grid;
  gap: 10px;
}

.district-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.district-list a,
.popular-routes a,
.district-buttons button {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-radius: 13px;
  color: #cfd0d6;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.district-list a::after,
.popular-routes a::after,
.district-buttons button::after {
  content: "›";
  color: var(--yellow);
  font-size: 19px;
  line-height: 1;
}

.popular-routes a,
.popular-routes button {
  min-height: 52px;
  padding: 0 18px;
  font-size: 14px;
}

.district-panel:hover,
.district-list a:hover,
.popular-routes a:hover,
.district-buttons button:hover,
.district-buttons button.is-active {
  border-color: rgba(255, 196, 0, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 196, 0, 0.2),
    0 0 30px rgba(255, 196, 0, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.28);
}

.district-panel:hover {
  transform: translateY(-6px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 196, 0, 0.12), transparent 0 38%),
    linear-gradient(180deg, rgba(25, 24, 18, 0.94), rgba(9, 10, 12, 0.94));
}

.district-list a:hover,
.popular-routes a:hover,
.district-buttons button:hover,
.district-buttons button.is-active {
  transform: translateX(4px);
  color: #111;
  background: linear-gradient(135deg, #ffe066, #ffc400);
}

.district-list a:hover::after,
.popular-routes a:hover::after,
.district-buttons button:hover::after,
.district-buttons button.is-active::after {
  color: #111;
}

.district-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 196, 0, 0.12), transparent 0 30rem),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.055), transparent 0 28rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 48px),
    #050505;
}

.district-page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 34px;
  border-bottom: 1px solid rgba(255, 196, 0, 0.16);
}

.district-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.66) 48%, rgba(5, 5, 5, 0.92)),
    url("./assets/izmir-saat-kulesi-hero.png") center 45% / cover no-repeat;
  opacity: 0.46;
  transform: scale(1.03);
}

.district-page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 520px);
  align-items: center;
  gap: 34px;
}

.district-page-copy h1 {
  max-width: 660px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.93;
  font-weight: 950;
}

.district-page-copy h1 span {
  color: var(--yellow);
}

.district-page-copy p {
  max-width: 650px;
  margin: 0;
  color: #d6d7dc;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 720;
}

.district-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.district-page-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #ffe066, #ffc400);
  box-shadow: 0 0 26px rgba(255, 196, 0, 0.22);
  font-size: 13px;
  font-weight: 950;
}

.district-page-actions a:first-child {
  color: #f3f3f3;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.district-detail-card {
  min-height: 560px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(24, 25, 29, 0.9), rgba(9, 10, 12, 0.94)),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 10px);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 196, 0, 0.08);
}

.district-visual {
  min-height: 246px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 2, 3, 0.05), rgba(3, 3, 5, 0.78)),
    url("./assets/izmir-saat-kulesi-hero.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 -70px 90px rgba(0, 0, 0, 0.58);
}

.district-visual[data-zone="sahil"] {
  background:
    linear-gradient(180deg, rgba(3, 5, 8, 0.08), rgba(4, 8, 12, 0.78)),
    radial-gradient(circle at 78% 18%, rgba(255, 196, 0, 0.28), transparent 0 28%),
    linear-gradient(135deg, #132038, #0c4354 48%, #7a5420);
}

.district-visual[data-zone="guney"] {
  background:
    linear-gradient(180deg, rgba(4, 4, 3, 0.08), rgba(6, 5, 3, 0.78)),
    radial-gradient(circle at 22% 20%, rgba(255, 196, 0, 0.24), transparent 0 30%),
    linear-gradient(135deg, #17120d, #3d3421 48%, #82713b);
}

.district-visual[data-zone="kuzey"] {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.08), rgba(4, 4, 5, 0.78)),
    radial-gradient(circle at 74% 20%, rgba(255, 196, 0, 0.22), transparent 0 28%),
    linear-gradient(135deg, #0d1322, #26334b 48%, #6c5b27);
}

.district-visual span {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #ffe066, #ffc400);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.2px;
}

.district-visual strong {
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.9;
  font-weight: 950;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.65);
}

.district-visual small {
  color: #ececf1;
  font-size: 15px;
  font-weight: 850;
}

.district-detail-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.district-detail-card p {
  margin: 0 0 22px;
  color: #c7c8d0;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 700;
}

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

.district-detail-grid div {
  min-height: 92px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.district-detail-grid span {
  display: block;
  margin-bottom: 9px;
  color: #8f929d;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.district-detail-grid strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.district-guide-page {
  padding-top: 56px;
}

.district-directory {
  width: min(1180px, calc(100% - 32px));
}

.price {
  padding: 70px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    #070707;
  border-top: 1px solid rgba(255, 196, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.fare-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 42px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(255, 196, 0, 0.1);
  border: 1px solid rgba(255, 196, 0, 0.22);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
}

.fare-copy h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  font-weight: 950;
}

.fare-copy h2 span {
  color: var(--yellow);
}

.fare-copy p {
  max-width: 700px;
  margin: 0;
  color: #c9cbd2;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.fare-calculator {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 196, 0, 0.22), transparent 0 34%),
    linear-gradient(180deg, rgba(24, 25, 28, 0.94), rgba(12, 13, 15, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), 0 0 46px rgba(255, 196, 0, 0.08);
}

.fare-meter,
.fare-result {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.fare-meter span,
.fare-result span {
  color: #8f96a5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.fare-meter strong {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.fare-meter b {
  color: var(--yellow);
}

.fare-range-wrap {
  position: relative;
  padding: 31px 0 8px;
  --fare-progress: 0%;
}

.fare-bubble {
  position: absolute;
  left: clamp(35px, var(--fare-progress), calc(100% - 35px));
  top: 0;
  min-width: 70px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #141414;
  background: linear-gradient(135deg, #ffe066, #ffc400);
  box-shadow: 0 0 26px rgba(255, 196, 0, 0.55), 0 0 54px rgba(255, 196, 0, 0.22);
  font-size: 13px;
  font-weight: 950;
  transform: translateX(-50%);
  pointer-events: none;
}

.fare-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #ffc400;
  transform: translateX(-50%) rotate(45deg);
}

.fare-range-wrap input {
  width: 100%;
  height: 18px;
  margin: 0;
  appearance: none;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #ffc400 0 var(--fare-progress), rgba(255, 255, 255, 0.12) var(--fare-progress) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 30px rgba(255, 196, 0, 0.13);
  cursor: pointer;
}

.fare-range-wrap input:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.25);
  outline-offset: 6px;
}

.fare-range-wrap input::-webkit-slider-thumb {
  width: 34px;
  height: 34px;
  appearance: none;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, #fff4b0 0 20%, #ffc400 21% 100%);
  border: 5px solid #171717;
  box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.26), 0 0 42px rgba(255, 196, 0, 0.72);
}

.fare-range-wrap input::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffc400;
  border: 5px solid #171717;
  box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.26), 0 0 42px rgba(255, 196, 0, 0.72);
}

.fare-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -14px;
  color: #777f91;
  font-size: 11px;
  font-weight: 850;
}

.fare-result {
  align-items: center;
  padding: 22px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.fare-result strong {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.fare-result p {
  flex-basis: 100%;
  margin: 6px 0 0;
  color: #d6bc52;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.quote-card {
  width: min(750px, 100%);
  margin: 42px auto 0;
  padding: 30px 34px 26px;
  border-radius: var(--radius);
  text-align: center;
}

.quote-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 950;
}

.quote-card p {
  color: #d9ca5a;
  font-size: 14px;
  line-height: 1.5;
}

.quote-card .btn {
  margin-top: 14px;
  min-height: 48px;
}

.fleet {
  position: relative;
  overflow: hidden;
  padding-top: 44px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 196, 0, 0.1), transparent 0 28%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.06), transparent 0 24%),
    #050506;
}

.fleet::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, transparent, rgba(255, 196, 0, 0.035));
  opacity: 0.8;
}

.fleet > * {
  position: relative;
  z-index: 1;
}

.fleet .wrap {
  width: min(1440px, calc(100% - 56px));
}

.fleet .narrow {
  width: min(760px, calc(100% - 32px));
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 42px;
}

.fleet-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 36px 38px 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(23, 24, 28, 0.88), rgba(10, 11, 13, 0.92)),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 9px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fleet-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 196, 0, 0.78);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 196, 0, 0.13), transparent 0 42%),
    linear-gradient(180deg, rgba(28, 27, 23, 0.94), rgba(10, 11, 13, 0.94));
  box-shadow:
    0 0 0 1px rgba(255, 196, 0, 0.26),
    0 0 38px rgba(255, 196, 0, 0.24),
    0 30px 90px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.fleet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.fleet-head span {
  display: block;
  margin-bottom: 12px;
  color: #777985;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 3.8px;
}

.fleet-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1;
  font-weight: 950;
}

.fleet-head b {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #dedee4;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.vehicle-frame {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.12), transparent 0 34%),
    linear-gradient(180deg, rgba(88, 94, 101, 0.36), rgba(31, 33, 38, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -45px 80px rgba(0, 0, 0, 0.28);
}

.fleet-card:hover .vehicle-frame {
  border-color: rgba(255, 196, 0, 0.38);
  box-shadow:
    inset 0 -45px 80px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 196, 0, 0.14);
}

.vehicle-brand {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 999px;
  color: #f1f1f4;
  background: rgba(13, 14, 16, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.8px;
}

.vehicle-brand::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(255, 196, 0, 0.72);
}

.fleet-photo {
  width: min(94%, 470px);
  height: 188px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.35));
  transform: translateY(10px);
}

.premium-photo {
  filter:
    brightness(0.72)
    contrast(1.16)
    saturate(0.88)
    drop-shadow(0 28px 24px rgba(0, 0, 0, 0.4));
}

.vip-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  filter: brightness(0.92) contrast(1.2) saturate(0.82);
  transform: none;
}

.vehicle-vip {
  background:
    radial-gradient(ellipse at 50% 78%, rgba(255, 196, 0, 0.12), transparent 0 42%),
    linear-gradient(180deg, #202227 0%, #111216 55%, #07080a 100%);
}

.vehicle-vip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.78), transparent 18%, transparent 82%, rgba(7, 8, 10, 0.78)),
    linear-gradient(180deg, rgba(7, 8, 10, 0.54), transparent 34%, rgba(7, 8, 10, 0.42));
  mix-blend-mode: multiply;
}

.vehicle-vip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(255, 196, 0, 0.16), transparent 0 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.38));
}

.fleet-features {
  display: grid;
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.fleet-features li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #b9bbc3;
  font-size: 15px;
  font-weight: 850;
}

.fleet-features li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--yellow);
  border: 1px solid rgba(255, 196, 0, 0.45);
  background: rgba(255, 196, 0, 0.07);
  box-shadow: 0 0 14px rgba(255, 196, 0, 0.13);
  font-size: 11px;
  font-weight: 950;
}

.fleet-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fleet-foot span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 8px;
  color: #8c8f99;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 11px;
  font-weight: 850;
}

.fleet-foot strong {
  margin-left: auto;
  color: #8f919b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.2px;
}

.fleet-card:hover .fleet-foot strong,
.fleet-card:hover .fleet-features li::before {
  color: #111;
  background: var(--yellow);
  border-color: var(--yellow);
}

.comment-grid {
  margin-top: 36px;
}

.comment-card {
  min-height: 255px;
  padding: 24px 22px;
  border-radius: 13px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.area-card:hover,
.comment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 196, 0, 0.78);
  background: linear-gradient(180deg, rgba(255, 196, 0, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 0 0 1px rgba(255, 196, 0, 0.26),
    0 0 34px rgba(255, 196, 0, 0.24),
    0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stars {
  display: flex;
  justify-content: space-between;
  color: var(--yellow);
  font-size: 17px;
  font-weight: 950;
}

.stars b {
  font-size: 25px;
  line-height: 1;
}

.comment-card p {
  margin: 18px 0 20px;
  color: #d1d1d6;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
}

.comment-card strong {
  color: #fff;
  font-size: 15px;
}

.faq {
  padding-top: 34px;
  padding-bottom: 130px;
}

.faq-list {
  width: min(750px, calc(100% - 32px));
  margin: 28px auto 0;
}

.faq-list details {
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 54px 0 22px;
  color: #d2d2d8;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  color: var(--yellow);
  font-size: 22px;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 15px;
}

.floating-contact {
  position: fixed;
  right: 28px;
  bottom: 26px;
  z-index: 30;
  display: grid;
  gap: 12px;
}

.floating-contact a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, 0.12);
  font-size: 27px;
  font-weight: 950;
}

.float-call {
  color: #111 !important;
  background: var(--yellow);
  box-shadow: 0 0 28px rgba(255, 196, 0, 0.38);
}

.float-whatsapp {
  background: var(--green);
  box-shadow: 0 0 28px rgba(37, 211, 102, 0.45);
}

.float-whatsapp .wa-icon {
  width: 30px;
  height: 30px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

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

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

@media (max-width: 880px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .menu {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 76px;
  }

  .hero-inner {
    width: min(936px, calc(100% - 32px));
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 34px;
  }

  .hero-copy {
    max-width: 720px;
    text-align: center;
  }

  .hero-copy > p {
    margin: 0 auto;
    font-size: 19px;
  }

  .hero-buttons,
  .checks {
    justify-content: center;
  }

  .hero-route {
    justify-self: center;
  }

  .district-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .district-layout {
    grid-template-columns: 1fr;
  }

  .district-feature {
    grid-row: auto;
  }

  .district-page-shell {
    grid-template-columns: 1fr;
  }

  .district-page-copy {
    text-align: center;
  }

  .district-page-copy p {
    margin: 0 auto;
  }

  .district-page-actions {
    justify-content: center;
  }

  .area-grid,
  .fleet-grid,
  .comment-grid {
    grid-template-columns: 1fr;
  }

  .fleet-grid {
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .route-shell {
    justify-items: center;
  }

  .fare-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fare-copy p {
    margin: 0 auto;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .wrap,
  .nav {
    width: min(100% - 24px, 936px);
  }

  .logo {
    font-size: 19px;
  }

  .nav-phone {
    padding: 0 16px;
    font-size: 12px;
  }

  .menu {
    justify-content: flex-start;
    font-size: 13px;
  }

  .section {
    padding: 64px 0;
  }

  section[id] {
    scroll-margin-top: 132px;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 66px;
  }

  h1 {
    font-size: 45px;
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .hero-buttons,
  .checks,
  .mini-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    align-items: stretch;
  }

  .checks {
    display: grid;
    gap: 12px;
  }

  .district-head h2 {
    font-size: 39px;
  }

  .district-head p {
    font-size: 16px;
  }

  .district-panel {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .district-list {
    grid-template-columns: 1fr;
  }

  .district-cta {
    width: 100%;
  }

  .district-page-hero {
    padding: 46px 0 22px;
  }

  .district-page-copy h1 {
    font-size: 43px;
  }

  .district-page-copy p {
    font-size: 16px;
  }

  .district-detail-card {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
  }

  .district-visual {
    min-height: 210px;
    padding: 20px;
    border-radius: 20px;
  }

  .district-detail-grid {
    grid-template-columns: 1fr;
  }

  .glass-card,
  .quote-card,
  .fleet-card {
    padding: 26px 20px;
  }

  .fleet .wrap {
    width: min(100% - 24px, 936px);
  }

  .fleet-card {
    min-height: auto;
    border-radius: 22px;
  }

  .fleet-head {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .vehicle-frame {
    min-height: 168px;
    margin-bottom: 26px;
    border-radius: 20px;
  }

  .vehicle-brand {
    right: 12px;
    top: 12px;
    font-size: 9px;
  }

  .fleet-foot {
    flex-wrap: wrap;
  }

  .fleet-foot strong {
    width: 100%;
    margin-left: 0;
  }

  .floating-contact {
    right: 18px;
    bottom: 18px;
  }

  .route-section {
    padding: 28px 0 54px;
  }

  .route-card {
    padding: 24px;
    border-radius: 26px;
  }

  .hero-route .route-card {
    padding: 20px;
  }

  .route-stats {
    grid-template-columns: 1fr;
  }

  .map-card {
    height: 162px;
  }

  .hero-route .map-card {
    height: 132px;
  }

  .price {
    padding: 54px 0;
  }

  .fare-copy h2 {
    font-size: 36px;
  }

  .fare-copy p {
    font-size: 16px;
  }

  .fare-calculator {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .fare-meter,
  .fare-result {
    align-items: flex-start;
    gap: 12px;
  }

  .fare-meter strong,
  .fare-result strong {
    font-size: 32px;
  }

  .fare-range-wrap {
    padding-top: 34px;
  }
}
