/* Kanyon Esenyurt Korsan Taksi — sade 2026 arayüz katmanı */
:root {
  --ui-ink: #17191b;
  --ui-muted: #62676b;
  --ui-line: #e5e1da;
  --ui-paper: #ffffff;
  --ui-warm: #f6f3ed;
  --ui-gold: #d9a62e;
  --ui-gold-dark: #956b09;
  --ui-call: #d7870b;
  --ui-call-hover: #bd7103;
  --ui-green: #128c7e;
  --ui-green-hover: #0d7468;
  --ui-dark: #1d2022;
  --ui-radius: 14px;
  --ui-shadow: 0 18px 50px rgba(25, 28, 30, .09);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ui-ink);
  background: var(--ui-paper);
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

body::before,
.site-header::before,
.hero-grid::before,
.section-head::after,
.process-grid article::before,
.service-card::before,
.feature-card::before {
  display: none !important;
}

.container,
.copyright {
  width: min(1180px, calc(100% - 40px));
}

a {
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(23, 25, 27, .08);
  background: rgba(255, 255, 255, .96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1460px, calc(100% - 48px));
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(24px, 2.2vw, 38px);
  margin: 0 auto;
}

.brand {
  min-width: 210px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 204px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.menu {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  padding: 0 2px 0 0;
  color: #292d30;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12.5px;
}

.menu > a {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 0;
  border-radius: 9px;
  color: inherit;
  font-weight: 760;
  letter-spacing: -.005em;
  text-transform: none;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.menu > a:nth-child(-n+2) {
  color: #17191b;
  font-weight: 840;
}

.menu > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--ui-call);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}

.menu > a:hover,
.menu > a:focus-visible {
  color: var(--ui-gold-dark);
  background: var(--ui-warm);
  transform: translateY(-1px);
}

.has-submenu > a::after {
  color: var(--ui-gold-dark);
  font-weight: 900;
}

.has-submenu:hover > a,
.has-submenu:focus-within > a {
  color: var(--ui-gold-dark);
  background: var(--ui-warm);
}

.site-header {
  border-bottom: 2px solid var(--ui-gold);
}

.menu > a:hover::after,
.menu > a:focus-visible::after,
.menu > a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  padding: 0;
  border: 0;
}

.nav-actions > a {
  width: 112px;
  min-width: 112px;
  min-height: 42px;
  justify-content: center;
}

.nav-call {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  color: #17130c;
  background: var(--ui-call);
  line-height: 1.15;
  box-shadow: 0 8px 20px rgba(174, 98, 0, .16);
  transition: background-color .18s ease, transform .18s ease;
}

.nav-call span {
  color: inherit;
  font-size: 11px;
  font-weight: 880;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.nav-call:hover,
.nav-call:focus-visible {
  color: #fff;
  background: var(--ui-call-hover);
  transform: translateY(-1px);
}

.nav-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--ui-green);
  font-size: 12px;
  font-weight: 800;
  transition: background-color .18s ease, transform .18s ease;
}

.nav-whatsapp:hover,
.nav-whatsapp:focus-visible {
  color: #fff;
  background: var(--ui-green-hover);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: block;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  background: var(--ui-dark);
}

.hero-grid,
.hero-compact .hero-grid,
.district-page .hero-grid {
  position: relative;
  z-index: 2;
  order: 0;
  width: 100%;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 90px 24px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  order: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--ui-dark);
  box-shadow: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 55% at 50% 48%, rgba(8, 10, 11, .38) 0%, rgba(8, 10, 11, 0) 100%),
    linear-gradient(180deg, rgba(10, 12, 13, .38) 0%, rgba(10, 12, 13, .62) 100%),
    rgba(10, 12, 13, .3);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-title-row {
  display: block;
  margin-bottom: 18px;
}

.hero h1,
.content-page .hero h1,
.service-page .hero h1,
.corporate-page .hero h1 {
  max-width: 16ch;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 800;
  letter-spacing: -.036em;
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .5), 0 1px 3px rgba(0, 0, 0, .6);
}

.hero h1 .hero-keyword {
  max-width: 100%;
  display: block;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 830;
  letter-spacing: -.038em;
  line-height: 1.03;
  text-wrap: balance;
}

.hero h1 .hero-promise {
  max-width: 100%;
  display: block;
  margin: 14px auto 0;
  color: var(--ui-gold);
  font-size: clamp(19px, 1.9vw, 26px);
  font-weight: 650;
  letter-spacing: -.016em;
  line-height: 1.32;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55), 0 1px 3px rgba(0, 0, 0, .65);
}

.hero .eyebrow,
.eyebrow {
  justify-content: center;
  margin-bottom: 12px;
  color: var(--ui-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--ui-gold);
}

.hero .eyebrow::before,
.eyebrow::before {
  width: 18px;
  height: 2px;
  background: var(--ui-gold);
}

.breadcrumbs {
  margin-bottom: 16px;
  color: var(--ui-muted);
  font-size: 10px;
}

.hero .breadcrumbs ol {
  justify-content: center;
}

.hero .breadcrumbs a,
.hero .breadcrumbs span {
  color: rgba(255, 255, 255, .7);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.hero .breadcrumbs a:hover,
.hero .breadcrumbs a:focus-visible {
  color: #fff;
}

.hero .hero-lead {
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .55), 0 1px 2px rgba(0, 0, 0, .6);
}

.hero-lead {
  max-width: 560px;
  margin: 16px auto 32px;
  color: #565b5f;
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 232px));
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.hero-actions .btn {
  width: 100%;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
  box-shadow: none;
}

.btn-gold {
  color: #171717;
  background: var(--ui-gold);
}

.btn-dark {
  color: #fff;
  background: var(--ui-dark);
}

.hero-actions a[href^="tel:"] {
  color: #17130c;
  background: var(--ui-call);
}

.hero-actions a[href^="tel:"]:hover,
.hero-actions a[href^="tel:"]:focus-visible {
  color: #fff;
  background: var(--ui-call-hover);
}

.hero-actions a[href*="wa.me"] {
  color: #fff;
  border-color: var(--ui-green);
  background: var(--ui-green);
}

.hero-actions a[href*="wa.me"]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 7px;
  background: currentColor;
  -webkit-mask: url("/assets/icons/whatsapp.svg") center / contain no-repeat;
  mask: url("/assets/icons/whatsapp.svg") center / contain no-repeat;
}

.hero-actions a[href*="wa.me"]:hover,
.hero-actions a[href*="wa.me"]:focus-visible {
  color: #fff;
  background: var(--ui-green-hover);
}

.btn-light {
  color: var(--ui-ink);
  background: #fff;
}

.hero-facts {
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.hero-facts span {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .06);
  font-size: 9px;
  letter-spacing: .04em;
}

.booking-panel {
  margin: 0;
  padding: 0;
  background: #fff;
}

.booking-panel > .container {
  margin-top: 28px;
  margin-bottom: 18px;
  padding: 30px 34px;
  border: 1px solid var(--ui-line);
  border-radius: var(--ui-radius);
  background: #fff;
  box-shadow: none;
}

.booking-panel-head {
  padding-bottom: 21px;
}

.booking-panel-head h2,
.section-head h2,
.intro-grid h2,
.related-services-head h2,
.proof-intro h2,
.fleet-head h2,
.cta-grid h2,
.contact-grid h2 {
  color: var(--ui-ink);
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.process-grid {
  gap: 0;
  padding-top: 0;
}

.process-grid article {
  min-height: 0;
  padding: 4px 24px;
  border: 0;
  border-left: 1px solid var(--ui-line);
  background: transparent;
}

.process-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.process-grid article h3 {
  margin-bottom: 6px;
  font-size: 15px;
}

.process-grid article p {
  color: var(--ui-muted);
  font-size: 13px;
  line-height: 1.55;
}

.service-stats,
.customer-stories {
  display: none !important;
}

.customer-reviews {
  overflow: hidden;
  border-top: 1px solid var(--ui-line);
  border-bottom: 1px solid var(--ui-line);
  background:
    radial-gradient(circle at 92% 10%, rgba(221, 164, 42, .09), transparent 28%),
    #fff;
}

.customer-reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 30px;
}

.customer-reviews-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 820;
  letter-spacing: -.037em;
  line-height: 1.06;
  text-wrap: balance;
}

.customer-reviews-head > p {
  margin: 0 0 3px;
  color: var(--ui-muted);
  font-size: 13px;
  line-height: 1.7;
}

.customer-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.customer-review-card {
  position: relative;
  min-width: 0;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--ui-line);
  border-radius: 12px;
  background: var(--ui-warm);
}

.customer-review-card::after {
  content: "\201D";
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(191, 128, 4, .18);
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 1;
}

.reviewer-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 38px;
}

.reviewer-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(191, 128, 4, .28);
  border-radius: 50%;
  color: var(--ui-gold-dark);
  background: #fff;
  font-size: 11px;
  font-weight: 880;
  letter-spacing: .05em;
}

.reviewer-line figcaption {
  display: grid;
  gap: 2px;
}

.reviewer-line strong {
  color: var(--ui-ink);
  font-size: 15px;
}

.reviewer-line figcaption span {
  color: var(--ui-muted);
  font-size: 11px;
}

.customer-review-card blockquote {
  margin: 23px 0 24px;
}

.customer-review-card blockquote p {
  margin: 0;
  color: #3d4245;
  font-size: 14px;
  line-height: 1.75;
}

.review-context-link {
  width: fit-content;
  margin-top: auto;
  color: var(--ui-gold-dark);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.review-context-link:hover {
  color: var(--ui-ink);
}

.customer-reviews-note {
  margin: 17px 0 0;
  color: #777b7d;
  font-size: 11px;
  line-height: 1.55;
}

.section,
.intro-band,
.contact {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-soft,
.intro-band,
.related-services,
.fare-calculator-section,
.faq,
.fleet-section {
  background: var(--ui-warm);
}

.section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-head > p:not(.eyebrow),
.intro-grid p,
.related-services-head p,
.service-card p,
.feature-card p,
.proof-intro > p:not(.eyebrow),
.local-guide-head p,
.local-facts p {
  color: var(--ui-muted);
  line-height: 1.7;
}

.service-grid,
.why-grid,
.feature-grid,
.airport-grid {
  gap: 14px;
}

.service-card,
.feature-card {
  min-height: 0;
  padding: 26px;
  border: 1px solid var(--ui-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.service-card:hover,
.feature-card:hover {
  border-color: #cdbf9f;
  box-shadow: 0 12px 34px rgba(25, 28, 30, .07);
  transform: translateY(-2px);
}

.service-card h3,
.feature-card h3 {
  color: var(--ui-ink);
  font-size: 19px;
  letter-spacing: -.015em;
}

.brand-proof,
.cta-split,
.contact-grid {
  color: #fff;
  background: var(--ui-dark);
}

.brand-proof .proof-intro h2,
.cta-split h2,
.contact-grid h2 {
  color: #fff;
}

.proof-layout,
.cta-grid,
.contact-grid {
  gap: 50px;
}

.proof-list article {
  padding: 18px 0;
  border-color: rgba(255, 255, 255, .12);
}

.proof-list article > span {
  color: var(--ui-gold);
  font-size: 9px;
}

.map-embed {
  overflow: hidden;
  border: 1px solid var(--ui-line);
  border-radius: var(--ui-radius);
  box-shadow: var(--ui-shadow);
  aspect-ratio: 16 / 7;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 640px) {
  .map-embed {
    aspect-ratio: 4 / 5;
  }
}

.stats-band {
  position: relative;
  overflow: hidden;
  background: var(--ui-dark);
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 80% at 15% 0%, rgba(217, 166, 46, .14) 0%, rgba(217, 166, 46, 0) 60%),
    radial-gradient(50% 80% at 85% 100%, rgba(217, 166, 46, .1) 0%, rgba(217, 166, 46, 0) 60%);
}

.stats-band .container {
  position: relative;
}

.stats-band .eyebrow {
  color: var(--ui-gold);
}

.stats-band .eyebrow::before {
  background: var(--ui-gold);
}

.stats-band .section-head {
  margin-bottom: 34px;
  text-align: center;
}

.stats-band .section-head h2 {
  margin: 0 auto;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  overflow: hidden;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 36px 16px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: background-color .22s ease;
}

.stat-item:hover {
  background: rgba(217, 166, 46, .07);
}

.stat-item strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  color: var(--ui-gold);
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
}

.stat-item .stat-plus {
  margin-left: 2px;
  color: var(--ui-gold);
  font-size: .45em;
  font-weight: 800;
}

.stat-label {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.005em;
}

.fleet-strip {
  gap: 14px;
}

.fleet-card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--ui-dark);
  box-shadow: none;
}

.coverage-group,
.area-directory,
.price-table-wrap,
.fare-calculator {
  border: 1px solid var(--ui-line);
  border-radius: var(--ui-radius);
  box-shadow: none;
}

.district-grid,
.coverage-group-anadolu .district-grid,
.coverage-group .district-grid {
  border-radius: 10px;
  background: var(--ui-dark);
}

.coverage-group .district-grid {
  border-radius: 0 0 12px 12px;
}

.district-grid a {
  border-color: rgba(255, 255, 255, .1);
  color: #f3f1ec;
  background: transparent;
}

.district-grid a:hover {
  border-color: var(--ui-gold);
  background: rgba(255, 255, 255, .06);
}

.related-link-grid {
  gap: 9px;
}

.related-link-grid a,
.reason-list li,
.contact-list li {
  border: 1px solid var(--ui-line);
  border-radius: 9px;
  background: #fff;
}

/* Bu listelerin HTML yapısı li yerine article/a/div kullanıyor. */
.reason-list > article,
.reason-list > li {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--ui-line);
  border-radius: 9px;
  color: var(--ui-muted);
  background: #fff;
}

.reason-list > article strong,
.reason-list > li strong {
  display: block;
  color: var(--ui-ink);
  font-size: 14px;
  line-height: 1.35;
}

.reason-list > article span,
.reason-list > li span {
  display: block;
  color: var(--ui-muted);
  font-size: 13px;
  line-height: 1.58;
}

.contact-list > a,
.contact-list > div,
.contact-list > li {
  display: grid;
  grid-template-columns: minmax(116px, .36fr) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.contact-list > :last-child {
  border-bottom: 0;
}

.contact-list strong,
.contact-list span {
  display: block;
  line-height: 1.5;
}

.contact-list strong {
  color: #fff;
  font-size: 13px;
}

.contact-list span {
  min-width: 0;
  color: #d0d1ce;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.faq-list {
  gap: 8px;
}

.faq-list details {
  border: 1px solid var(--ui-line);
  border-radius: 10px;
  background: #fff;
}

.faq-list summary {
  min-height: 56px;
  padding: 15px 19px;
  font-size: 14px;
}

.local-guide {
  border-top: 1px solid var(--ui-line);
  background: #fff;
}

.local-guide-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.local-guide-head h2 {
  margin-bottom: 13px;
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.local-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ui-line);
  border-radius: var(--ui-radius);
  background: var(--ui-line);
}

.local-facts article {
  padding: 26px;
  background: #fff;
}

.local-facts span {
  display: block;
  margin-bottom: 18px;
  color: var(--ui-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.local-facts h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.local-facts p {
  margin: 0;
  font-size: 13px;
}

.local-guide-note {
  margin: 15px 0 0;
  color: #777b7d;
  font-size: 11px;
}

.district-journeys,
.service-planning,
.airport-planning,
.istanbul-district-directory {
  border-top: 1px solid var(--ui-line);
  background: var(--ui-warm);
}

.journey-grid,
.service-detail-grid,
.airport-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.journey-grid article,
.service-detail-card,
.airport-step-grid article {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--ui-line);
  border-radius: 12px;
  background: #fff;
}

.journey-grid span,
.service-detail-card > span,
.airport-step-grid span {
  display: block;
  margin-bottom: 15px;
  color: var(--ui-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journey-grid h3,
.service-detail-card h3,
.airport-step-grid h3 {
  margin: 0 0 9px;
  font-size: 18px;
  letter-spacing: -.015em;
}

.journey-grid p,
.service-detail-card p,
.airport-step-grid p,
.service-detail-card li {
  color: var(--ui-muted);
  font-size: 13px;
  line-height: 1.65;
}

.journey-grid p,
.airport-step-grid p {
  margin: 0;
}

.journey-grid a,
.service-detail-card a,
.airport-step-grid a {
  color: var(--ui-ink);
  font-weight: 760;
  text-decoration-color: var(--ui-gold);
  text-underline-offset: 3px;
}

.journey-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.journey-tools > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 58px;
  padding: 14px 17px;
  border: 1px solid var(--ui-line);
  border-radius: 10px;
  color: var(--ui-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 780;
}

.journey-tools > a strong,
.journey-tools > a span {
  grid-column: 1;
}

.journey-tools > a span {
  margin-top: 3px;
  color: var(--ui-muted);
  font-size: 11px;
  font-weight: 520;
  line-height: 1.4;
}

.journey-tools > a::after {
  content: "\2192";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--ui-gold-dark);
  font-size: 18px;
}

.journey-tools > a:hover {
  border-color: var(--ui-gold);
  transform: translateY(-1px);
}

.service-detail-card ul {
  margin: 14px 0 18px;
  padding-left: 18px;
}

.service-detail-card li + li {
  margin-top: 7px;
}

.service-detail-link {
  display: inline-flex;
  margin-top: 3px;
}

.istanbul-district-directory .coverage-groups {
  margin-top: 0;
}

.istanbul-district-directory .coverage-group h3 {
  margin: 0;
}

@supports (content-visibility: auto) {
  main > .section,
  main > .cta-split {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

.social-panel {
  padding: 42px 0;
  border-top: 1px solid var(--ui-line);
  background: var(--ui-warm);
}

.social-panel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.social-panel h2 {
  margin: 0 0 5px;
  font-size: 25px;
  letter-spacing: -.025em;
}

.social-panel p {
  margin: 0;
  color: var(--ui-muted);
  font-size: 13px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #f5f3ee;
  background: rgba(255, 255, 255, .04);
  font-size: 0;
}

.social-links img {
  width: 19px;
  height: 19px;
  display: block;
  filter: invert(1);
}

.social-panel .social-links a {
  border-color: #d9d3c9;
  color: var(--ui-ink);
  background: #fff;
}

.social-panel .social-links img {
  filter: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--ui-gold);
  color: #fff;
}

.social-panel .social-instagram:hover,
.social-panel .social-instagram:focus-visible {
  border-color: #e4405f;
  background: #e4405f;
}

.social-panel .social-facebook:hover,
.social-panel .social-facebook:focus-visible {
  border-color: #0866ff;
  background: #0866ff;
}

.social-panel .social-linkedin:hover,
.social-panel .social-linkedin:focus-visible {
  border-color: #0a66c2;
  background: #0a66c2;
}

.social-panel .social-x:hover,
.social-panel .social-x:focus-visible {
  border-color: #000;
  background: #000;
}

.social-panel .social-aboutme:hover,
.social-panel .social-aboutme:focus-visible {
  border-color: #00a98f;
  background: #00a98f;
}

.social-panel .social-pinterest:hover,
.social-panel .social-pinterest:focus-visible {
  border-color: #e60023;
  background: #e60023;
}

.social-panel .social-tumblr:hover,
.social-panel .social-tumblr:focus-visible {
  border-color: #36465d;
  background: #36465d;
}

.social-panel .social-reddit:hover,
.social-panel .social-reddit:focus-visible {
  border-color: #ff4500;
  background: #ff4500;
}

.social-panel .social-links a:hover img,
.social-panel .social-links a:focus-visible img {
  filter: invert(1);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.footer.site-copyright {
  padding: 0;
  color: #d6d5d1;
  border: 0;
  border-top: 3px solid var(--ui-gold);
  background:
    radial-gradient(circle at 12% 0, rgba(217, 166, 46, .1), transparent 30%),
    #191c1e;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr .72fr .72fr 1fr;
  gap: 38px;
  padding-top: 54px;
  padding-bottom: 44px;
}

.footer-brand img {
  width: 176px;
  height: auto;
  margin-bottom: 17px;
  image-rendering: -webkit-optimize-contrast;
}

.footer-brand p,
.footer-column p {
  max-width: 440px;
  margin: 0;
  color: #aeb1b2;
  font-size: 13px;
  line-height: 1.65;
}

.footer-brand p strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}

.footer-brand .social-links {
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 20px;
}

.footer-brand .social-links a {
  --social-color: #fff;
  --social-icon: none;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease, background-color .18s ease;
}

.footer-brand .social-links a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: var(--social-color);
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.footer-brand .social-links a:hover,
.footer-brand .social-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .075);
}

.footer-brand .social-links img {
  display: none;
}

.footer-brand .social-links .social-instagram {
  --social-color: #e4405f;
  --social-icon: url("/assets/icons/instagram.svg");
}

.footer-brand .social-links .social-facebook {
  --social-color: #1877f2;
  --social-icon: url("/assets/icons/facebook.svg");
}

.footer-brand .social-links .social-linkedin {
  --social-color: #0a66c2;
  --social-icon: url("/assets/icons/linkedin.svg");
}

.footer-brand .social-links .social-x {
  --social-color: #fff;
  --social-icon: url("/assets/icons/x.svg");
}

.footer-brand .social-links .social-aboutme {
  --social-color: #00a98f;
  --social-icon: url("/assets/icons/aboutme.svg?v=20260802-2");
}

.footer-brand .social-links .social-aboutme::before {
  width: 30px;
  height: 18px;
}

.footer-brand .social-links .social-pinterest {
  --social-color: #e60023;
  --social-icon: url("/assets/icons/pinterest.svg");
}

.footer-brand .social-links .social-tumblr {
  --social-color: #fff;
  --social-icon: url("/assets/icons/tumblr.svg");
}

.footer-brand .social-links .social-reddit {
  --social-color: #ff4500;
  --social-icon: url("/assets/icons/reddit.svg");
}

.footer-keyword-link {
  color: #fff;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(217, 166, 46, .72);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-keyword-link:hover,
.footer-keyword-link:focus-visible {
  color: #f2c45a;
}

.footer-column h2 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 9px;
}

.footer-column nav a {
  color: #c7c8c5;
  font-size: 12px;
}

.footer-contact {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.footer-phone,
.footer-whatsapp {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 10.5px;
  font-weight: 880;
  letter-spacing: .04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s ease, transform .18s ease;
}

.footer-phone {
  border: 0;
  color: #17130c;
  background: var(--ui-call);
}

.footer-phone strong {
  color: inherit;
  font: inherit;
}

.footer-whatsapp {
  border: 0;
  color: #fff;
  background: var(--ui-green);
}

.footer-phone:hover,
.footer-phone:focus-visible {
  color: #fff;
  background: var(--ui-call-hover);
  transform: translateY(-1px);
}

.footer-whatsapp:hover,
.footer-whatsapp:focus-visible {
  color: #fff;
  background: var(--ui-green-hover);
  transform: translateY(-1px);
}

.footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #929697;
  font-size: 13px;
}

.footer-copyright-brand {
  color: #d6d5d1;
  font-weight: 700;
  transition: color .18s ease;
}

.footer-copyright-brand:hover,
.footer-copyright-brand:focus-visible {
  color: var(--ui-gold);
}

.footer-copyright-phone {
  font-weight: 600;
}

.footer-copyright-dot {
  margin: 0 2px;
  color: #5a5d5e;
}

.form-field-error {
  display: block;
  margin-top: 4px;
  color: #b3261e;
  font-size: 11.5px;
  font-weight: 650;
}

.fare-field input[aria-invalid="true"] {
  border-color: #b3261e;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: auto;
  z-index: 70;
  width: 56px;
  height: 56px;
  display: block;
}

.scroll-top {
  position: fixed;
  right: 26px;
  bottom: 88px;
  z-index: 69;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ui-dark);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background-color .18s ease;
  cursor: pointer;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  background: var(--ui-gold-dark);
}

@media (max-width: 760px) {
  .scroll-top {
    right: 23px;
    bottom: 82px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.sticky-cta a:first-child {
  display: none;
}

.sticky-cta a:last-child {
  position: relative;
  width: 56px;
  height: 56px;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(14, 108, 52, .3);
  font-size: 0;
  line-height: 0;
  animation: wa-bump 2.6s ease-in-out infinite;
}

.sticky-cta a:last-child::before {
  width: 26px;
  height: 26px;
  margin: 0;
  z-index: 1;
  transform: translate(0, 1px);
}

.sticky-cta a:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  animation: wa-ring 2.6s ease-out infinite;
  pointer-events: none;
}

@keyframes wa-ring {
  0% { transform: scale(1); opacity: .55; }
  70% { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}

@keyframes wa-bump {
  0%, 75%, 100% { transform: scale(1); }
  82% { transform: scale(1.12); }
  89% { transform: scale(.98); }
  94% { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta a:last-child,
  .sticky-cta a:last-child::after {
    animation: none;
  }
}

@media (max-width: 1280px) {
  .nav {
    width: min(100% - 32px, 1180px);
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
  }

  .menu-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0;
    border: 1px solid var(--ui-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(23, 25, 27, .06);
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    background: var(--ui-ink);
    transform-origin: center;
  }

  .menu-toggle span:nth-child(1) {
    transform: translate(-50%, -7px);
  }

  .menu-toggle span:nth-child(2) {
    transform: translate(-50%, 0);
  }

  .menu-toggle span:nth-child(3) {
    transform: translate(-50%, 7px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, 0) scaleX(0);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-45deg);
  }

  .menu-toggle:focus-visible {
    outline: 2px solid rgba(217, 166, 46, .58);
    outline-offset: 2px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 1px);
    right: auto;
    left: 50%;
    z-index: 90;
    width: min(calc(100vw - 28px), 1180px);
    max-height: calc(100svh - 90px);
    display: none;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--ui-line);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: var(--ui-shadow);
    transform: translateX(-50%);
  }

  .menu.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .menu > a {
    justify-content: flex-start;
    border-bottom: 1px solid #eeeae3;
  }

  .menu > a:last-child {
    border-bottom: 0;
  }

  .nav-actions {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-grid,
  .hero-compact .hero-grid,
  .district-page .hero-grid {
    min-height: 560px;
    padding: 72px 24px;
  }
}

@media (max-width: 760px) {
  .container,
  .nav,
  .copyright {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    width: min(100% - 28px, 1180px);
    min-height: 74px;
  }

  .brand img {
    width: 162px;
    max-height: 57px;
  }

  .hero {
    min-height: 460px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(10, 12, 13, .4) 0%, rgba(10, 12, 13, .74) 100%),
      rgba(10, 12, 13, .3);
  }

  .hero-grid,
  .hero-compact .hero-grid,
  .district-page .hero-grid {
    min-height: 460px;
    width: 100%;
    padding: 48px 18px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero h1,
  .content-page .hero h1,
  .service-page .hero h1,
  .corporate-page .hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .hero h1 .hero-keyword {
    max-width: 100%;
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.05;
  }

  .hero h1 .hero-promise {
    max-width: 100%;
    margin-top: 8px;
    font-size: clamp(16px, 4.6vw, 19px);
    line-height: 1.32;
  }

  .hero-title-row {
    display: block;
    margin-bottom: 12px;
  }

  .hero-lead {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-facts {
    justify-content: flex-start;
  }

  .booking-panel > .container {
    width: min(100% - 28px, 1180px);
    padding: 24px 20px;
  }

  .booking-panel-head {
    display: block;
  }

  .booking-phone {
    margin-top: 15px;
  }

  .process-grid {
    display: grid;
  }

  .process-grid article,
  .process-grid article:first-child {
    padding: 15px 0;
    border: 0;
    border-top: 1px solid var(--ui-line);
  }

  .section,
  .intro-band,
  .contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-grid,
  .why-grid,
  .feature-grid,
  .airport-grid,
  .local-facts,
  .journey-grid,
  .journey-tools,
  .service-detail-grid,
  .airport-step-grid,
  .customer-review-grid {
    grid-template-columns: 1fr !important;
  }

  .customer-reviews-head {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .customer-review-card {
    min-height: 0;
    padding: 23px 21px;
  }

  .proof-layout,
  .cta-grid,
  .contact-grid {
    gap: 28px;
  }

  .social-panel-inner,
  .footer-bottom {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 38px;
    padding-bottom: 18px;
  }

  .footer-contact {
    gap: 9px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contact-list > a,
  .contact-list > div,
  .contact-list > li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-bottom {
    min-height: 0;
    gap: 14px;
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
    left: auto;
    width: 54px;
    height: 54px;
    display: block;
  }

  .sticky-cta a:last-child {
    width: 54px;
    height: 54px;
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
