:root {
  --yellow: #f6b900;
  --yellow-2: #ffd84b;
  --dark: #0b1018;
  --dark-2: #141b27;
  --text: #172033;
  --muted: #657084;
  --white: #fff;
  --soft: #f6f8fb;
  --border: rgba(17, 24, 39, .1);
  --shadow: 0 24px 70px rgba(7, 12, 22, .18);
  --radius: 28px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden
}

a {
  text-decoration: none
}

img,
svg {
  max-width: 100%
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  color: #000;
  padding: 10px;
  z-index: 9999
}

.skip-link:focus {
  left: 10px;
  top: 10px
}

.section-pad {
  padding: 105px 0
}

.light-section {
  background: var(--soft)
}

.site-header {
  transition: .28s ease;
  background: rgba(11, 16, 24, .72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.site-header.scrolled {
  background: rgba(11, 16, 24, .95);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .22)
}

.navbar {
  padding: 14px 0
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff !important
}

.brand-logo {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--yellow), #fff1a8);
  box-shadow: 0 12px 35px rgba(246, 185, 0, .35)
}

.brand-logo svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #101010;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round
}

.brand-logo rect,
.brand-logo circle {
  fill: transparent
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05
}

.brand-text strong {
  font-size: 1.15rem;
  letter-spacing: .2px
}

.brand-text small {
  font-size: .78rem;
  color: rgba(255, 255, 255, .72)
}

.nav-link {
  color: rgba(255, 255, 255, .78) !important;
  font-weight: 700;
  font-size: .95rem
}

.nav-link:hover {
  color: var(--yellow) !important
}

.nav-call {
  background: var(--yellow);
  color: #111;
  border-radius: 999px;
  padding: 8px 15px;
  font-weight: 900;
  margin-left: auto;
  margin-right: 12px
}

.btn {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .1px
}

.btn-yellow {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  border: 0;
  color: #101010 !important;
  box-shadow: 0 16px 35px rgba(246, 185, 0, .32)
}

.btn-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(246, 185, 0, .42)
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .36);
  color: #fff
}

.btn-outline-light:hover {
  background: #fff;
  color: #111
}

.btn-lg {
  padding: 14px 24px
}

.btn-icon {
  display: inline-flex;
  margin-right: 6px
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(246, 185, 0, .20), transparent 32%), linear-gradient(135deg, #0b1018 0%, #101a2c 50%, #0b1018 100%);
  color: #fff;
  padding-top: 145px
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.hero-bg:before {
  content: "";
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 42%;
  background: linear-gradient(to top, rgba(246, 185, 0, .16), transparent);
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%)
}

.hero-bg:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 18%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 185, 0, .20), transparent 67%);
  filter: blur(10px);
  animation: floatGlow 7s ease-in-out infinite
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .16em;
  color: var(--yellow);
  font-weight: 900;
  margin-bottom: 16px
}

.eyebrow:before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow)
}

.eyebrow.dark {
  color: #a17b00
}

.eyebrow.dark:before {
  background: #a17b00
}

.hero-title {
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.07em;
  margin-bottom: 24px
}

.hero-lead {
  font-size: 1.16rem;
  color: rgba(255, 255, 255, .78);
  max-width: 690px;
  margin-bottom: 30px
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px
}

.trust-row div {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px)
}

.trust-row strong {
  display: block;
  font-size: 1.35rem;
  color: #fff
}

.trust-row span {
  display: block;
  color: rgba(255, 255, 255, .65);
  font-size: .88rem
}

.taxi-card {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(18px)
}

.taxi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px
}

.taxi-light {
  background: var(--yellow);
  color: #111;
  border-radius: 10px;
  padding: 7px 12px;
  font-weight: 950;
  letter-spacing: .12em
}

.online-dot {
  position: relative;
  color: #b7ffca;
  font-weight: 800
}

.online-dot:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #2dff72;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 8px rgba(45, 255, 114, .12)
}

.taxi-visual {
  height: 245px;
  position: relative;
  background: linear-gradient(180deg, #111a2b, #05070b);
  overflow: hidden
}

.moon {
  position: absolute;
  right: 38px;
  top: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3b0, #f6b900);
  box-shadow: 0 0 55px rgba(246, 185, 0, .42)
}

.city {
  position: absolute;
  bottom: 95px;
  height: 120px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .05) 0 9%, transparent 9% 12%);
  background-size: 44px 100%;
  opacity: .6
}

.city-1 {
  left: 0;
  right: 0;
  clip-path: polygon(0 70%, 6% 70%, 6% 28%, 13% 28%, 13% 52%, 19% 52%, 19% 20%, 27% 20%, 27% 64%, 34% 64%, 34% 38%, 42% 38%, 42% 74%, 50% 74%, 50% 30%, 58% 30%, 58% 62%, 65% 62%, 65% 18%, 73% 18%, 73% 72%, 80% 72%, 80% 40%, 88% 40%, 88% 68%, 100% 68%, 100% 100%, 0 100%)
}

.city-2 {
  left: -20%;
  right: -20%;
  bottom: 80px;
  height: 80px;
  opacity: .35;
  animation: cityMove 10s linear infinite
}

.road {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 112px;
  background: #0a0d12;
  border-top: 4px solid rgba(246, 185, 0, .85)
}

.lane {
  position: absolute;
  left: -60px;
  right: -60px;
  top: 52px;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, .88) 38px 84px, transparent 84px 122px);
  animation: laneMove .9s linear infinite
}

.taxi-move {
  position: absolute;
  left: 48%;
  bottom: 38px;
  width: 250px;
  transform: translateX(-50%);
  animation: taxiFloat 2.4s ease-in-out infinite
}

.taxi-svg {
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, .5))
}

.taxi-body {
  fill: var(--yellow);
  stroke: #111;
  stroke-width: 5
}

.taxi-window {
  fill: #eaf7ff;
  stroke: #111;
  stroke-width: 4
}

.taxi-sign {
  fill: #fff;
  stroke: #111;
  stroke-width: 4
}

.wheel {
  fill: #111
}

.wheel-inner {
  fill: #fff
}

.shine {
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  opacity: .65
}

.taxi-card-body {
  padding: 24px
}

.taxi-card-body h2 {
  font-weight: 950;
  color: #fff
}

.taxi-card-body p {
  color: rgba(255, 255, 255, .70)
}

.full-call {
  display: block;
  text-align: center;
  border-radius: 18px;
  background: #fff;
  color: #111;
  font-weight: 950;
  padding: 14px;
  margin-top: 18px
}

.full-call:hover {
  background: var(--yellow);
  color: #111
}

.quick-strip {
  padding: 24px 0;
  background: #fff;
  position: relative;
  z-index: 2
}

.quick-item {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 18px 20px;
  color: var(--text);
  box-shadow: 0 14px 35px rgba(13, 20, 33, .06);
  transition: .25s ease
}

.quick-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(13, 20, 33, .1);
  color: var(--text)
}

.quick-item span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff4c5;
  font-size: 1.35rem
}

.quick-item strong,
.quick-item small {
  display: block
}

.quick-item small {
  color: var(--muted)
}

.section-head {
  text-align: center;
  max-width: 830px;
  margin: 0 auto 48px
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.05em;
  color: var(--text)
}

.section-head p {
  font-size: 1.06rem;
  color: var(--muted);
  margin-top: 16px
}

.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 45px rgba(13, 20, 33, .06);
  transition: .28s ease;
  position: relative;
  overflow: hidden
}

.service-card:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: .28s ease
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(13, 20, 33, .11)
}

.service-card:hover:before {
  transform: scaleX(1)
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff4c5;
  font-size: 1.7rem;
  margin-bottom: 22px
}

.service-card h3 {
  font-weight: 950;
  font-size: 1.28rem
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0
}

.service-area {
  background: #fff
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.area-tags span {
  background: #101827;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800
}

.route-panel {
  background: linear-gradient(135deg, #101827, #0b1018);
  border-radius: var(--radius);
  padding: 34px;
  color: #fff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.route-panel:before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 210px;
  height: 210px;
  background: rgba(246, 185, 0, .24);
  border-radius: 50%;
  filter: blur(10px)
}

.route-line {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 18px;
  padding: 22px 0
}

.route-line:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.route-line span {
  grid-row: 1/3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(246, 185, 0, .14)
}

.route-line strong {
  font-size: 1.12rem
}

.route-line small {
  color: rgba(255, 255, 255, .62)
}

.dark-section {
  background: linear-gradient(135deg, #0b1018, #111a2b);
  color: #fff
}

.dark-section .section-head h2 {
  color: #fff
}

.stat {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  text-align: center;
  padding: 30px 10px
}

.stat strong {
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: var(--yellow);
  font-weight: 950
}

.stat strong:after {
  content: "+"
}

.stat span {
  display: block;
  color: rgba(255, 255, 255, .72);
  margin-top: 10px;
  font-weight: 800
}

.faq-wrap {
  max-width: 900px;
  margin: 0 auto
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 12px 30px rgba(13, 20, 33, .05)
}

.accordion-button {
  font-weight: 900;
  padding: 20px 24px
}

.accordion-button:not(.collapsed) {
  background: #fff4c5;
  color: #111;
  box-shadow: none
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent
}

.accordion-body {
  color: var(--muted);
  padding: 20px 24px
}

.final-cta {
  background: #fff;
  padding: 60px 0
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, #101827, #0b1018);
  color: #fff;
  border-radius: 32px;
  padding: 42px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.cta-box:before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: rgba(246, 185, 0, .22);
  border-radius: 50%;
  filter: blur(8px)
}

.cta-box>* {
  position: relative
}

.cta-box h2 {
  font-weight: 950;
  letter-spacing: -.04em;
  margin-bottom: 10px
}

.cta-box p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0
}

.site-footer {
  background: #070a10;
  color: #fff;
  padding: 62px 0 28px
}

.site-footer p {
  color: rgba(255, 255, 255, .66);
  margin-top: 18px;
  max-width: 430px
}

.site-footer h3 {
  font-size: 1rem;
  font-weight: 950;
  color: var(--yellow);
  margin-bottom: 16px
}

.site-footer a,
.site-footer span {
  display: block;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px
}

.site-footer a:hover {
  color: var(--yellow)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 34px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .54);
  font-size: .92rem
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}

.float-btn {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
  transition: .25s ease;
  transform: translateX(90px);
  opacity: 0
}

.float-btn.show {
  transform: translateX(0);
  opacity: 1
}

.float-btn:hover {
  transform: translateX(0) translateY(-4px) scale(1.04)
}

.float-btn svg {
  width: 27px;
  height: 27px;
  fill: #fff
}

.float-btn.phone {
  background: #111827
}

.float-btn.whatsapp {
  background: #25d366
}

.float-btn.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 43%, #d6249f 65%, #285aeb 100%)
}

.call-btn {
  position: relative;
  overflow: hidden
}

.call-btn:after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .55) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: shineBtn 2.6s ease-in-out infinite
}

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

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

@keyframes laneMove {
  to {
    transform: translateX(122px)
  }
}

@keyframes cityMove {
  to {
    transform: translateX(140px)
  }
}

@keyframes taxiFloat {

  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-.4deg)
  }

  50% {
    transform: translateX(-50%) translateY(-7px) rotate(.5deg)
  }
}

@keyframes floatGlow {

  0%,
  100% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(22px) scale(1.06)
  }
}

@keyframes shineBtn {

  0%,
  45% {
    transform: translateX(-120%)
  }

  75%,
  100% {
    transform: translateX(120%)
  }
}

@media (max-width:991px) {
  .navbar-collapse {
    background: rgba(11, 16, 24, .98);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    padding: 18px;
    margin-top: 14px
  }

  .hero {
    padding-top: 128px
  }

  .trust-row {
    grid-template-columns: 1fr
  }

  .taxi-visual {
    height: 100%;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start
  }

  .section-pad {
    padding: 78px 0
  }

  .floating-actions {
    right: 14px;
    bottom: 14px
  }

  .float-btn {
    width: 54px;
    height: 54px
  }

  .hero-title {
    letter-spacing: -.055em
  }
}

@media (max-width:575px) {
  .brand-logo {
    width: 46px;
    height: 46px
  }

  .brand-text strong {
    font-size: 1rem
  }

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

  .hero-lead {
    font-size: 1.02rem
  }

  .taxi-move {
    width: 220px
  }

  .quick-item {
    padding: 15px
  }

  .section-head {
    text-align: left
  }

  .section-head h2 {
    font-size: 2rem
  }

  .service-card {
    padding: 24px
  }

  .cta-box {
    padding: 30px 24px
  }

  .footer-brand {
    margin-bottom: 10px
  }

  .floating-actions {
    gap: 10px
  }

  .float-btn {
    width: 51px;
    height: 51px
  }

  .float-btn svg {
    width: 24px;
    height: 24px
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }

  .float-btn {
    opacity: 1;
    transform: none
  }
}

/* Mobil sağ boşluk ve yatay taşma düzeltmesi */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0
}

.site-header,
main,
section,
footer {
  width: 100%;
  max-width: 100%;
}

.hero,
.quick-strip,
.light-section,
.service-area,
.dark-section,
.final-cta,
.site-footer {
  overflow-x: clip;
}

.site-header {
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width:575.98px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 100% !important;
  }

  .navbar>.container,
  .hero>.container,
  .quick-strip>.container,
  section>.container,
  footer>.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .hero .col-lg-7,
  .hero .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding-top: 122px;
  }

  .hero-title {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 1.06;
    letter-spacing: -.045em;
    max-width: 100%;
  }

  .hero-lead {
    max-width: 100%;
  }

  .eyebrow {
    font-size: .70rem;
    letter-spacing: .12em;
  }

  .hero-actions,
  .trust-row {
    width: 100%;
    max-width: 100%;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }
}