html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 0 !important;
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Landing Page Styles */
.landing-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.landing-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.landing-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem 2.5rem 1rem;
  background: rgba(30, 30, 30, 0.18);
  border-radius: 32px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin-top: 2.5rem;
}

.landing-title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 32px rgba(0,0,0,0.85), 0 1px 0 #fff;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background: rgba(0,0,0,0.18);
  border-radius: 18px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}

.landing-subtitle {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  color: #f8f9fa;
  background: rgba(0,0,0,0.13);
  border-radius: 12px;
  padding: 0.3rem 1.2rem;
  display: inline-block;
}

.landing-content .d-flex {
  gap: 2rem;
}

.landing-content a.btn {
  min-width: 240px;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 1rem 2.2rem;
  box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.10);
  background: rgba(255,255,255,0.75);
  color: #222;
  border: none;
  transition: all 0.18s cubic-bezier(.4,2,.6,1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.landing-content a.btn i {
  font-size: 1.5rem;
}

.landing-content a.btn.btn-outline-light {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 2px solid #fff;
}

.landing-content a.btn:hover, .landing-content a.btn:focus {
  background: #fff;
  color: #222;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  transform: translateY(-2px) scale(1.04);
}

.landing-content a.btn.btn-outline-light:hover, .landing-content a.btn.btn-outline-light:focus {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
}

@media (max-width: 768px) {
  .landing-content {
    padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    margin-top: 1.2rem;
  }
  .landing-title {
    font-size: 2.2rem;
    padding: 0.3rem 0.7rem;
  }
  .landing-subtitle {
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
  }
  .landing-content .d-flex {
    gap: 1rem;
    flex-direction: column;
  }
  .landing-content a.btn {
    min-width: 160px;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}

/* Özellikler ve istatistikler için boşluk ve hizalama iyileştirmeleri */
.py-5.bg-white {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  margin-bottom: 0 !important;
}

.row.g-4 > [class^='col-'] {
  margin-bottom: 0 !important;
}

.display-4.fw-bold.text-dark {
  font-size: 2.7rem;
  font-weight: 800 !important;
  margin-bottom: 0.7rem;
}

.lead.text-muted {
  font-size: 1.2rem;
  margin-bottom: 2.2rem;
}

.text-center.p-4 {
  padding: 2.2rem 0.5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.text-center.p-4 h4 {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.text-center.p-4 p {
  margin-bottom: 0;
  font-size: 1.05rem;
  color: #666;
}

.bg-primary.bg-gradient, .bg-success.bg-gradient, .bg-warning.bg-gradient {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}

.bg-dark.text-white {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
  margin-bottom: 0 !important;
}

.row.text-center > [class^='col-'] {
  margin-bottom: 0 !important;
}

.p-3 {
  padding: 1.2rem 0.5rem !important;
}

/* İstatistikler için iyileştirme */
.bg-dark.text-white .row.text-center {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

.bg-dark.text-white .p-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-bottom: 0;
}

.bg-dark.text-white .display-4 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.bg-dark.text-white .lead {
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Footer ve alt bar arası boşlukları kaldır */
footer.bg-dark.text-light.py-4.mt-5 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0.5rem !important;
}

/* Alt bar ile footer arasındaki boşluğu sıfırla */
.bg-dark.text-white + .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Mobilde kartlar ve istatistikler daha sıkı olsun */
@media (max-width: 768px) {
  .landing-title {
    font-size: 2.2rem;
  }
  .landing-subtitle {
    font-size: 1.1rem;
  }
  .display-4.fw-bold.text-dark {
    font-size: 1.5rem;
  }
  .text-center.p-4 {
    min-height: 140px;
    padding: 1.2rem 0.2rem !important;
  }
  .bg-dark.text-white .p-3 {
    min-height: 80px;
    padding: 0.7rem 0.2rem !important;
  }
  .bg-dark.text-white .display-4 {
    font-size: 1.3rem;
  }
  .bg-dark.text-white .lead {
    font-size: 0.95rem;
  }
}

.entrance-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.entrance-left, .entrance-right {
  flex: 1;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.entrance-left {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.entrance-right {
  background: linear-gradient(135deg, #4834d4 0%, #686de0 100%);
}

.entrance-left:hover, .entrance-right:hover {
  transform: scale(1.02);
}

.entrance-content {
  text-align: center;
  color: white;
  z-index: 2;
  position: relative;
}

.entrance-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.entrance-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
}

.entrance-subtitle .small {
  font-size: 0.9rem;
  opacity: 0.9;
  font-style: italic;
}

.entrance-subtitle i {
  width: 20px;
  text-align: center;
}

.entrance-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  color: white;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.entrance-btn:hover {
  background: white;
  color: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Video Background Styles */
.video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .entrance-section {
    flex-direction: column;
  }
  
  .entrance-left, .entrance-right {
    height: 50vh;
  }
  
  .video-background {
    width: 100vw;
    height: 100vh;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out;
}

.slide-in-right {
  animation: slideInRight 1s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Map Overlay Styles */
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

.map-overlay .leaflet-container {
  background: transparent !important;
}

.map-overlay .leaflet-control-container {
  display: none !important;
}

.map-overlay .leaflet-attribution-flag {
  display: none !important;
}

.container, main, .py-5.bg-white, .bg-dark.text-white {
  flex-shrink: 0;
}

footer {
  flex-shrink: 0;
}

/* AVM Kartları ve Slider */
.avm-swiper {
  width: 100%;
  padding-bottom: 2.5rem;
}

.avm-card {
  background: rgba(255,255,255,0.85);
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px 0 rgba(31, 38, 135, 0.10);
  overflow: hidden;
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 340px;
  border: 1.5px solid #f0f0f0;
  position: relative;
}

.avm-card-effect:hover, .avm-card-effect:focus {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.18);
  border-color: #e0e0e0;
  z-index: 2;
}

.avm-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  transition: filter 0.18s;
}

.avm-card-effect:hover .avm-card-img, .avm-card-effect:focus .avm-card-img {
  filter: brightness(1.08) saturate(1.1);
}

.avm-card-body {
  padding: 1.2rem 1rem 1rem 1rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.avm-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #222;
}

.avm-card-desc {
  font-size: 1.05rem;
  color: #666;
  font-weight: 400;
}

.swiper-button-next, .swiper-button-prev {
  color: #333;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px rgba(31,38,135,0.10);
  top: 40%;
  transition: background 0.18s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #fff;
}
.swiper-pagination-bullet {
  background: #333;
  opacity: 0.4;
  transition: opacity 0.18s;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007bff;
}

@media (max-width: 768px) {
  .avm-card {
    min-height: 220px;
  }
  .avm-card-img {
    height: 120px;
  }
  .avm-card-body {
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
  }
}

/* Mağaza Kartları Stilleri */
.store-card {
  transition: all 0.4s ease;
  cursor: pointer;
  background: white;
  overflow: hidden;
}

.store-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2) !important;
}

.store-card .card-img-wrapper {
  position: relative;
  overflow: hidden;
}

.store-card .card-img-top {
  transition: transform 0.4s ease;
}

.store-card:hover .card-img-top {
  transform: scale(1.1);
}

.store-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-card:hover .card-overlay {
  opacity: 1;
}

.store-card .card-body {
  padding: 1.5rem;
}

.store-card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.store-card .card-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Gradient Butonlar */
.btn-gradient-primary {
  background: linear-gradient(45deg, #007bff, #0056b3);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-primary:hover {
  background: linear-gradient(45deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,123,255,0.4);
  color: white;
}

.btn-gradient-success {
  background: linear-gradient(45deg, #28a745, #1e7e34);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-success:hover {
  background: linear-gradient(45deg, #1e7e34, #155724);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(40,167,69,0.4);
  color: white;
}

.btn-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #e0a800);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-warning:hover {
  background: linear-gradient(45deg, #e0a800, #d39e00);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,193,7,0.4);
  color: white;
}

.btn-gradient-info {
  background: linear-gradient(45deg, #17a2b8, #138496);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-info:hover {
  background: linear-gradient(45deg, #138496, #117a8b);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23,162,184,0.4);
  color: white;
}

.btn-gradient-purple {
  background: linear-gradient(45deg, #6f42c1, #5a32a3);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-purple:hover {
  background: linear-gradient(45deg, #5a32a3, #4c2b8a);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(111,66,193,0.4);
  color: white;
}

.btn-gradient-orange {
  background: linear-gradient(45deg, #fd7e14, #e55a00);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-orange:hover {
  background: linear-gradient(45deg, #e55a00, #cc4a00);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253,126,20,0.4);
  color: white;
}

.btn-gradient-secondary {
  background: linear-gradient(45deg, #6c757d, #545b62);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-secondary:hover {
  background: linear-gradient(45deg, #545b62, #495057);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(108,117,125,0.4);
  color: white;
}

.btn-gradient-teal {
  background: linear-gradient(45deg, #17a2b8, #138496);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-teal:hover {
  background: linear-gradient(45deg, #138496, #117a8b);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23,162,184,0.4);
  color: white;
}

.btn-gradient-danger {
  background: linear-gradient(45deg, #dc3545, #c82333);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient-danger:hover {
  background: linear-gradient(45deg, #c82333, #bd2130);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220,53,69,0.4);
  color: white;
}

/* Swiper Mağaza Slider Stilleri */
.store-swiper {
  padding: 2rem 0;
}

.store-swiper .swiper-slide {
  width: 270px;
  min-width: 220px;
  max-width: 100%;
  margin-right: 20px;
  display: flex;
  height: auto;
}

.store-swiper .swiper-button-next,
.store-swiper .swiper-button-prev {
  background: rgba(255,255,255,0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  color: white;
}

.store-swiper .swiper-button-next:hover,
.store-swiper .swiper-button-prev:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}

.store-swiper .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.store-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

/* Responsive Mağaza Kartları */
@media (max-width: 992px) {
  .store-swiper .swiper-slide {
    width: 220px;
    min-width: 160px;
    margin-right: 14px;
  }
}

@media (max-width: 600px) {
  .store-swiper .swiper-slide {
    width: 90vw;
    min-width: 0;
    margin-right: 8px;
  }
}

/* Harita Stilleri */
#map {
    height: 100%;
    width: 100%;
    border-radius: 0;
}

/* Hero Section Stilleri */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.hero-btn-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border: none;
}

.hero-btn-primary:hover {
    background: linear-gradient(45deg, #0056b3, #004085);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.hero-btn-secondary {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Mağaza Kartları */
.store-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.store-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.store-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.swiper-slide {
    height: auto;
}

/* Gradient Butonlar */
.btn-gradient-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border: none;
}

.btn-gradient-success {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    border: none;
}

.btn-gradient-warning {
    background: linear-gradient(45deg, #ffc107, #fd7e14);
    color: white;
    border: none;
}

.btn-gradient-info {
    background: linear-gradient(45deg, #17a2b8, #6f42c1);
    color: white;
    border: none;
}

.btn-gradient-purple {
    background: linear-gradient(45deg, #6f42c1, #e83e8c);
    color: white;
    border: none;
}

.btn-gradient-danger {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    color: white;
    border: none;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-btn {
        width: 200px;
    }
}

@keyframes fadeInDown { from { opacity:0; transform:translateY(-40px);} to { opacity:1; transform:none; } }
@keyframes fadeInUp { from { opacity:0; transform:translateY(40px);} to { opacity:1; transform:none; } }