/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, #root {
  height: 100%;
  font-family: system-ui;
  scroll-behavior: smooth;
}

/* HERO */
.hero {
  min-height: 100vh;
 background-image: url("../public/images/hero.jpg");
  display: flex;
  flex-direction: column;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-left {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none !important;
}


.nav-link {
  text-decoration: none;
  font-weight: 600;
  color: #111;
  padding: 8px 12px;
  border-radius: 10px;
}

.nav-link:hover {
  background: rgba(0,0,0,0.08);
}

/* HERO CONTENT */
.center-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 24px;
}

.title-box {
  width: 25%;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 22px 32px;
  text-align: center;
}

.text-box {
  width: 55%;
  background: rgba(255,255,255,0.42);
  backdrop-filter: blur(3px);
  border-radius: 22px;
  padding: 18px 28px;
  text-align: center;
}

.headline {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  text-align: center;
}

.subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.cta-wrap {
  display: flex;
  justify-content: center;
}

.btn {
  padding: 14px 32px;
  background: #111;
  color: #fff;
  border-radius: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s;
}

.btn:hover { opacity: .92; }
.btn:active { transform: translateY(1px); }

/* ===== FEATURES SECTION ===== */
.features-section {
  padding: 50px 0 60px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.features-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 60px;
}

.features-slider {
  display: flex;
  gap: 30px;
  padding: 0 60px 30px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
}

.features-slider::-webkit-scrollbar { display: none; }

.feature-card {
  width: calc(25% - 22px);
  min-width: 260px;
  height: 330px;
  background: #ddd;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
}

.feature-text {
  width: 95%;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 18px;
  border-radius: 10px;
  position: absolute;
  bottom: -22px;
  clip-path: polygon(0 0, 100% 15%, 95% 100%, 0% 100%);
}

/* ICON GRID */
.features-icons {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 60px 60px;
}

.icon-box { text-align: center; }

.icon-background {
  width: 70px;
  height: 70px;
  background: #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-bg-img {
  width: 40px;
  height: 40px;
  opacity: .7;
}

.icon-text {
  font-size: 14px;
  color: #333;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.4;
}

/* ===== DOWNLOAD SECTION ===== */
.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 100px 80px;
  background: #fff;
}

.download-text-area {
  max-width: 520px;
  text-align: left;
}

.download-title {
  font-size: 35px;
  font-weight: 1000;
  margin-bottom: 8px;
  color: #0b0b0b;
}

.download-sub {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #f90303;
}

.download-desc {
  font-size: 18px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* Store button images */
.store-buttons {
  display: flex;
  gap: 14px;
}

.store-img {
  height:  100px;
  cursor: pointer;
}

/* PHONE MOCKUP */
.download-phone {
  width: 290px;
  height: 550px;
  background: #000;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.phone-screen {
  width: 90%;
  height: 95%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
  
}
.phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ===== DURAK YÖNETİM PANELİ ===== */
.panel-section {
  padding: 100px 80px;
  background: #fff;
}

.panel-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #111;
}

.panel-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.panel-image-box {
  width: 55%;
  height: 420px;
  background: #e6e6e6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-text {
  width: 45%;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}
/* ===== FOOTER ===== */
.footer {
  background: #111;
  color: #eee;
  padding: 60px 80px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  max-width: 350px;
}

.footer-logo {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 12px;
  color: #fff;
}

.footer-desc {
  font-size: 14px;
  color: #bbb;
  line-height: 1.5;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  transition: .2s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* bottom bar */
.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #aaa;
  background: #0b0b0b;
}

/* responsive */
@media (max-width: 768px) {
  .footer {
    padding: 40px 24px;
  }
}

.feature-card {
  width: calc(25% - 22px);
  min-width: 260px;
  height: 330px;
  background: #f6d140; /* #f6d140 = rgb(246,209,64) ve %75 opaklık */
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;

}



.feature-title {
  position: absolute;        /* ✅ sabitle */
  top: 16px;                 /* üst boşluk */
  left: 18px;                /* sol boşluk */
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;          /* güvene al */
  z-index: 2;                /* alttaki siyah etiketten üstte kalsın */
  pointer-events: none;      /* tıklama yakalamasın (opsiyonel) */
    font-style: italic;  
}




.feature-sub {
  width: 95%;
  height: 180px;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 18px;
  border-radius: 10px;
  position: absolute;
  bottom: -22px;
  clip-path: polygon(0 0, 100% 15%, 95% 100%, 0% 100%);
  padding: 45px 18px 18px; 

}

.icon-text-title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.icon-text-desc {
  font-size: 13px;
  color: #555;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.4;
}
.feature-banner {
  width: 100%;
  height: 380px;
background-image: url("../public/images/taxi-banner.jpg");


  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(1px) brightness(0.7);
}

.feature-banner-text {
  position: relative;
  color: white;
  text-align: center;
  max-width: 700px;
  padding: 20px;
}

.feature-banner-text h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.feature-banner-text p {
  font-size: 18px;
  opacity: 0.9;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  height: 42px;  /* büyüklüğünü burada ayarlarsın */
  object-fit: contain;
 
}
/* Footer Logo */
.footer-logo-img {
  height: 80px; /* Navbar'dan büyük */
  object-fit: contain;
}

/* Eğer çok büyük görünürse, responsive küçültme */
@media (max-width: 768px) {
  .footer-logo-img {
    height: 60px;
  }
}
/* NAVBAR RIGHT ICON */
.nav-right {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-img {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

/* FOOTER INSTAGRAM */
.footer-social-box {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.footer-instagram-img {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
/* PANEL - GENEL */
.panel-section{
  padding: 64px 0;
}

.panel-title{
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 28px 0;
}

/* 3 kolon düzen */
.panel-3col{
  display: grid;
  grid-template-columns: 280px minmax(520px, 1100px) 280px;
  gap: 34px;
  align-items: start;
  margin-top: 18px;
}

/* ORTA */
.panel-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.panel-image-box{
  width: 100%;
  max-width: 1100px;
  overflow: visible;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
  padding: 10px;
}

.panel-img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.panel-center-note{
  font-size: 13px;
  color: #000000;
  letter-spacing: .2px;
}

/* YAN BLOKLAR */
.panel-side{
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.panel-side-item{
  padding: 14px 14px 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.panel-side-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
}

.panel-side-kicker{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .9px;
  color: #f9c32d;
  margin-bottom: 6px;
}

.panel-side-title{
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
}

.panel-side-text{
  font-size: 13px;
  line-height: 1.55;
  color: #6b7280;
}

/* CTA */
.panel-cta{
  margin-top: 28px;
  padding: 18px 18px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  background: linear-gradient(180deg, rgba(250,250,250,1), rgba(245,245,245,1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-cta-title{
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.panel-cta-text{
  color: #6b7280;
  font-size: 13px;
}

.panel-cta-btn{
  padding: 12px 16px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  text-decoration: none;
}

.panel-cta-btn:hover{
  opacity: .92;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .panel-3col{
    grid-template-columns: 1fr;
  }
  .panel-left{ order: 2; }
  .panel-right{ order: 3; }
  .panel-center{ order: 1; }
  .panel-title{ font-size: 36px; }
  .panel-cta{
    flex-direction: column;
    align-items: stretch;
  }
  .panel-cta-btn{
    width: 100%;
  }
}
/* ===== MOBİLDE KULLANIMI ===== */
.mobile-section{
  padding: 70px 0 30px;
  background: #fff;
}

.mobile-title{
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
}

/* Slider */
.mobile-slider{
  width: 100%;
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 8px 60px 30px;
  scroll-behavior: smooth;
}

/* scrollbar gizle (chrome/edge) */
.mobile-slider::-webkit-scrollbar{
  height: 0px;
}

/* Kart */
.mobile-card{
  flex: 0 0 280px;
  height: 520px;
  border-radius: 26px;
  background: #030000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden;
  padding: 14px;              /* ✅ resme nefes alanı */
}

.mobile-img{
  width: 100%;
  height: 100%;
  object-fit: contain;        /* ✅ KIRPMA YOK */
  object-position: center;    /* ✅ ortala */
  display: block;
}


/* Responsive */
@media (max-width: 900px){
  .mobile-title{ font-size: 34px; }
  .mobile-slider{ padding: 8px 18px 24px; gap: 18px; }
  .mobile-card{ flex-basis: 240px; height: 470px; border-radius: 22px; }
}
/* ===== MOBİLDE KULLANIMI (PREMIUM) ===== */
.mobile-section{
  padding: 80px 0 60px;
  background: #fff;
}

.mobile-title{
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -0.8px;
  margin: 0 0 34px 0;
}

/* Sayfa içi genişliği toparla */
.mobile-wrap{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}



.mobile-slider::-webkit-scrollbar{ height: 0px; }

/* Kart: Telefon çerçevesi hissi */
.mobile-card{
  flex: 0 0 320px;
  aspect-ratio: 9 / 19.5;
  scroll-snap-align: center;

  border-radius: 34px;
  background: #0b0b0b;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow:
    0 20px 60px rgba(0,0,0,.18),
    0 2px 10px rgba(0,0,0,.10);

  padding: 10px;
  position: relative;
  overflow: hidden;

  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mobile-card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 28px 80px rgba(0,0,0,.22),
    0 2px 12px rgba(0,0,0,.12);
}


/* Çentik (notch) efekti */
.mobile-card::after{
  content:"";
  position:absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.08);
  pointer-events:none;
}

/* Görsel: tam görünür + köşeler */
.mobile-img{
  width: 100%;
  height: 100%;
  object-fit: contain;        /* kırpma yok */
  object-position: center;
  display: block;
  border-radius: 26px;
  background: #000;           /* resim boşluklarında siyah */
}

/* Mobilde daha sıkı */
@media (max-width: 900px){
  .mobile-title{ font-size: 34px; margin-bottom: 22px; }
  .mobile-wrap{ padding: 0 14px; }
  .mobile-slider{ gap: 18px; }
  .mobile-card{ flex-basis: 260px; border-radius: 28px; }
  .mobile-card::after{ width: 92px; height: 18px; }
  .mobile-img{ border-radius: 22px; }
}
/* ONLINE ISLEMLER BUTTON */
.online-btn{
  margin-right: 14px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #11112a;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.online-btn:hover{
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

