/* Gate Font - Custom Font */
@font-face {
  font-family: 'Gate';
  src: url('../fonts/Gate-Regular.woff2') format('woff2'),
    url('../fonts/Gate-Regular.woff') format('woff'),
    url('../fonts/Gate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Scrollbar hide utility */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

:root {
  /* Ana renk: Yumuşak Teal/Cyan (Güven, Profesyonellik, Göze Rahat) */
  --primary: #0891b2;
  --primary-foreground: #ffffff;
  --primary-dark: #0e7490;
  --primary-light: #06b6d4;
  --primary-50: #ecfeff;
  --primary-100: #cffafe;
  --primary-200: #a5f3fc;
  --primary-300: #67e8f9;
  --primary-400: #22d3ee;
  --primary-500: #06b6d4;
  --primary-600: #0891b2;
  --primary-700: #0e7490;
  --primary-800: #155e75;
  --primary-900: #164e63;
  /* İkincil renk: Yumuşak Yeşil (CTA, Başarı, Doğal) */
  --secondary: #10b981;
  --secondary-foreground: #ffffff;
  --secondary-dark: #059669;
  --secondary-light: #34d399;
  --secondary-50: #ecfdf5;
  --secondary-100: #d1fae5;
  --secondary-200: #a7f3d0;
  --secondary-300: #6ee7b7;
  --secondary-400: #34d399;
  --secondary-500: #10b981;
  --secondary-600: #059669;
  --secondary-700: #047857;
  /* Üçüncü renk: Yumuşak Gri Tonları (Metin, Detaylar, Göze Rahat) */
  --tertiary: #374151;
  --tertiary-foreground: #ffffff;
  --tertiary-dark: #1f2937;
  --tertiary-light: #4b5563;
  --tertiary-50: #f9fafb;
  --tertiary-100: #f3f4f6;
  --tertiary-200: #e5e7eb;
  --tertiary-300: #d1d5db;
  --tertiary-400: #9ca3af;
  --tertiary-500: #6b7280;
  --tertiary-600: #4b5563;
  --tertiary-700: #374151;
  --tertiary-800: #1f2937;
  --tertiary-900: #111827;
  /* Diğer */
  --radius: 0.65rem;
  --background: #ffffff;
  --foreground: #1f2937;
  --card: #ffffff;
  --card-foreground: #1f2937;
  --border: #e5e7eb;
  --input: #e5e7eb;
  --ring: #06b6d4;
  --muted: #f9fafb;
  --muted-foreground: #6b7280;
  --accent: #ecfeff;
  --accent-foreground: #0891b2;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
}

* {
  border-color: var(--border);
  outline-color: var(--ring);
  font-feature-settings: "kern" 1, "liga" 1;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: 'Gate', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

/* Improve readability */
p,
span,
div,
li,
td,
th {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: inherit;
}

/* Better link styles */
a,
[role="link"] {
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
}

a:hover,
[role="link"]:hover {
  text-decoration: underline;
}

/* Better button text */
button,
[role="button"] {
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Table text improvements */
table {
  font-size: 0.9375rem;
}

th {
  font-weight: 600;
  letter-spacing: -0.01em;
}

td {
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Input text improvements */
input,
textarea,
select {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Responsive font sizes */
h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  font-weight: 500;
}

p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.6;
}

/* Mobile optimizations */
@media (max-width: 640px) {
  body {
    font-size: 0.9375rem;
    /* 15px */
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }

  input,
  textarea,
  select {
    font-size: 16px !important;
    /* Prevents zoom on iOS */
  }

  /* Button touch targets */
  button,
  a[role="button"],
  .btn {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1rem;
  }

  /* Card spacing */
  .card,
  .site-card,
  .featured-site-card-modern {
    margin-bottom: 1rem;
  }

  /* Grid adjustments */
  .grid {
    gap: 1rem;
  }

  /* Container padding */
  .container,
  .container-full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Tablet optimizations */
@media (min-width: 641px) and (max-width: 1023px) {
  body {
    font-size: 1rem;
  }

  /* Button touch targets */
  button,
  a[role="button"],
  .btn {
    min-height: 40px;
    padding: 0.625rem 1.25rem;
  }

  /* Card spacing */
  .card,
  .site-card,
  .featured-site-card-modern {
    margin-bottom: 1.25rem;
  }

  /* Grid adjustments */
  .grid {
    gap: 1.25rem;
  }

  /* Container padding */
  .container,
  .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Desktop optimizations */
@media (min-width: 1024px) {

  /* Button hover states */
  button:hover,
  a[role="button"]:hover,
  .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  /* Card hover effects */
  .card:hover,
  .site-card:hover,
  .featured-site-card-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
}

button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
[type="reset"]:not(:disabled),
a[href],
select:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

/* Container utility */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  /* 16px - mobile padding */
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    /* 24px - tablet padding */
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    /* 32px - desktop padding */
    padding-right: 2rem;
    max-width: 1280px;
    /* Standard content width */
  }
}

/* Container Full - No max-width */
.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Primary gradient (Teal/Cyan) for hero sections */
.gradient-primary {
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
}

/* Secondary gradient (Yeşil) */
.gradient-secondary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Tertiary gradient (Koyu Gri) */
.gradient-tertiary {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

/* Tailwind gradient utilities */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-orange-400 {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-to: rgba(34, 211, 238, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-to: rgba(6, 182, 212, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-to: rgba(8, 145, 178, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange-500 {
  --tw-gradient-to: #06b6d4;
}

.to-orange-600 {
  --tw-gradient-to: #0891b2;
}

.via-orange-500 {
  --tw-gradient-to: rgba(6, 182, 212, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to);
}

.from-orange-500.to-orange-600 {
  background-image: linear-gradient(to right, #06b6d4, #0891b2);
}

.from-orange-600.to-orange-500 {
  background-image: linear-gradient(to right, #0891b2, #06b6d4);
}

.from-orange-600.via-orange-500.to-orange-600 {
  background-image: linear-gradient(to right, #0891b2, #06b6d4, #0891b2);
}

.from-orange-400.to-orange-600 {
  background-image: linear-gradient(to right, #22d3ee, #0891b2);
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-orange-100 {
  color: #cffafe;
}

.bg-orange-50 {
  background-color: #ecfeff;
}

.bg-orange-100 {
  background-color: #cffafe;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.text-transparent {
  color: transparent;
}

/* Primary hover gradients (Teal/Cyan) */
.hover\:from-primary-600:hover {
  --tw-gradient-from: #0891b2;
  --tw-gradient-to: rgba(8, 145, 178, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-primary-500:hover {
  --tw-gradient-to: #06b6d4;
}

.hover\:from-primary-700:hover {
  --tw-gradient-from: #0e7490;
  --tw-gradient-to: rgba(14, 116, 144, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-primary-600:hover {
  --tw-gradient-to: #0891b2;
}

/* Secondary hover gradients (Yeşil) */
.hover\:from-orange-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-to: rgba(4, 120, 87, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #059669;
}

/* Price display */
.price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.price-old {
  font-size: 1.125rem;
  color: var(--muted-foreground);
  text-decoration: line-through;
}

/* Card hover effect */
.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem);
}

/* Marquee animation for scrolling text */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: marquee 30s linear infinite;
}

.animate-marquee:hover {
  animation-duration: 60s;
  /* Hover ile yavaşlat */
}

/* Scroll animation for featured sites banner */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  animation: scroll 30s linear infinite;
}

.animate-scroll:hover {
  animation-duration: 60s;
  /* Yavaşlat */
}

/* Main content wrapper */
.main-content {
  min-height: calc(100vh - 200px);
}

/* Flex utility */
.flex {
  display: flex;
  min-height: 0;
  min-width: 0;
}

/* Grid utility */
.grid {
  display: grid;
}

/* Hidden utility */
.hidden {
  display: none;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}

/* Tailwind Utility Classes - En çok kullanılanlar */
.bg-white {
  background-color: #ffffff;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

.bg-gray-400 {
  background-color: #9ca3af;
}

.bg-gray-500 {
  background-color: #6b7280;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-gray-900 {
  background-color: #111827;
}

/* Primary Colors (Profesyonel Mavi/Lacivert) */
.bg-primary {
  background-color: #1e40af;
}

.bg-primary-50 {
  background-color: #eff6ff;
}

.bg-primary-100 {
  background-color: #dbeafe;
}

.bg-primary-200 {
  background-color: #bfdbfe;
}

.bg-primary-300 {
  background-color: #93c5fd;
}

.bg-primary-400 {
  background-color: #60a5fa;
}

.bg-primary-500 {
  background-color: #3b82f6;
}

.bg-primary-600 {
  background-color: #2563eb;
}

.bg-primary-700 {
  background-color: #1d4ed8;
}

.bg-primary-800 {
  background-color: #1e40af;
}

.bg-primary-900 {
  background-color: #1e3a8a;
}

/* Secondary Colors (Turuncu) */
.bg-orange-50 {
  background-color: #fff7ed;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-orange-400 {
  background-color: #fb923c;
}

.bg-orange-500 {
  background-color: #f97316;
}

.bg-orange-600 {
  background-color: #ea580c;
}

.bg-orange-700 {
  background-color: #c2410c;
}

/* Tertiary Colors (Koyu Gri/Siyah - Metin, Detaylar) */
.bg-tertiary {
  background-color: #1f2937;
}

.bg-tertiary-50 {
  background-color: #f9fafb;
}

.bg-tertiary-100 {
  background-color: #f3f4f6;
}

.bg-tertiary-200 {
  background-color: #e5e7eb;
}

.bg-tertiary-300 {
  background-color: #d1d5db;
}

.bg-tertiary-400 {
  background-color: #9ca3af;
}

.bg-tertiary-500 {
  background-color: #6b7280;
}

.bg-tertiary-600 {
  background-color: #4b5563;
}

.bg-tertiary-700 {
  background-color: #374151;
}

.bg-tertiary-800 {
  background-color: #1f2937;
}

.bg-tertiary-900 {
  background-color: #111827;
}

/* Legacy green/blue for compatibility */
.bg-green-400 {
  background-color: #4ade80;
}

.bg-green-600 {
  background-color: #16a34a;
}

.bg-green-700 {
  background-color: #15803d;
}

.bg-blue-500 {
  background-color: #1e293b;
}

.bg-red-600 {
  background-color: #dc2626;
}

.text-white {
  color: #ffffff;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-900 {
  color: #111827;
}

/* Primary Text Colors (Profesyonel Mavi) */
.text-primary {
  color: #1e40af;
}

.text-primary-300 {
  color: #93c5fd;
}

.text-primary-400 {
  color: #60a5fa;
}

.text-primary-500 {
  color: #3b82f6;
}

.text-primary-600 {
  color: #2563eb;
}

.text-primary-700 {
  color: #1d4ed8;
}

.text-primary-800 {
  color: #1e40af;
}

.text-primary-900 {
  color: #1e3a8a;
}

/* Secondary Text Colors (Turuncu) */
.text-orange-500 {
  color: #f97316;
}

.text-orange-600 {
  color: #ea580c;
}

.text-orange-700 {
  color: #c2410c;
}

/* Tertiary Text Colors (Koyu Gri/Siyah) */
.text-tertiary {
  color: #1f2937;
}

.text-tertiary-500 {
  color: #6b7280;
}

.text-tertiary-600 {
  color: #4b5563;
}

.text-tertiary-700 {
  color: #374151;
}

.text-tertiary-800 {
  color: #1f2937;
}

.text-tertiary-900 {
  color: #111827;
}

/* Legacy green for compatibility */
.text-green-400 {
  color: #4ade80;
}

.text-green-600 {
  color: #16a34a;
}

.text-green-700 {
  color: #15803d;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.border-orange-500 {
  border-color: #f97316;
}

.border-orange-600 {
  border-color: #ea580c;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-2 {
  height: 0.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[800px\] {
  min-width: 800px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

.line-through {
  text-decoration-line: line-through;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.hover\:bg-orange-600:hover {
  background-color: #ea580c;
}

.hover\:bg-orange-700:hover {
  background-color: #c2410c;
}

.hover\:bg-green-700:hover {
  background-color: #15803d;
}

.hover\:bg-white\/30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover\:text-orange-600:hover {
  color: #ea580c;
}

.hover\:text-orange-900:hover {
  color: #7c2d12;
}

.hover\:scale-105:hover {
  transform: scale(1.05);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px var(--ring);
}

.focus\:ring-orange-500:focus {
  box-shadow: 0 0 0 2px #f97316;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Transform utilities */
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Opacity utilities */
.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

/* Backdrop blur */
.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

/* Flex utilities */
.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

/* Animation */
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* Text utilities */
.uppercase {
  text-transform: uppercase;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

/* Space utilities */
.space-y-2>*+* {
  margin-top: 0.5rem;
}

.space-y-3>*+* {
  margin-top: 0.75rem;
}

.space-y-4>*+* {
  margin-top: 1rem;
}

.space-y-6>*+* {
  margin-top: 1.5rem;
}

.space-y-8>*+* {
  margin-top: 2rem;
}

/* Divide utilities */
.divide-y>*+* {
  border-top-width: 1px;
}

.divide-gray-200>*+* {
  border-color: #e5e7eb;
}

/* Object fit */
.object-contain {
  object-fit: contain;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Min Height */
.min-h-screen {
  min-height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

/* Flex utilities */
.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

/* Background gradients */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

/* Primary gradients (Profesyonel Mavi) */
.from-primary-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-to: rgba(239, 246, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-to: rgba(219, 234, 254, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-to: rgba(191, 219, 254, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-to: rgba(147, 197, 253, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primary-100 {
  --tw-gradient-to: #dbeafe;
}

.to-primary-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-primary-300 {
  --tw-gradient-to: #93c5fd;
}

.to-primary-50 {
  --tw-gradient-to: #eff6ff;
}

.to-white {
  --tw-gradient-to: #ffffff;
}

/* Secondary gradients (Turuncu) */
.from-orange-100 {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-to: rgba(255, 237, 213, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa;
}

.to-orange-50 {
  --tw-gradient-to: #fff7ed;
}

/* Additional colors */
/* Tertiary (Koyu Gri/Siyah) */
.bg-tertiary-50 {
  background-color: #f9fafb;
}

.bg-tertiary-100 {
  background-color: #f3f4f6;
}

.bg-tertiary-200 {
  background-color: #e5e7eb;
}

.bg-tertiary-300 {
  background-color: #d1d5db;
}

.bg-tertiary-400 {
  background-color: #9ca3af;
}

.bg-tertiary-500 {
  background-color: #6b7280;
}

.bg-tertiary-600 {
  background-color: #4b5563;
}

.bg-tertiary-700 {
  background-color: #374151;
}

.bg-tertiary-800 {
  background-color: #1f2937;
}

.bg-tertiary-900 {
  background-color: #111827;
}

.text-tertiary-400 {
  color: #9ca3af;
}

.text-tertiary-500 {
  color: #6b7280;
}

.text-tertiary-600 {
  color: #4b5563;
}

.text-tertiary-700 {
  color: #374151;
}

.text-tertiary-800 {
  color: #1f2937;
}

.text-tertiary-900 {
  color: #111827;
}

/* Primary (Yeşil) - Legacy compatibility */
.bg-green-50 {
  background-color: #f0fdf4;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-green-400 {
  background-color: #4ade80;
}

.bg-green-600 {
  background-color: #16a34a;
}

.bg-green-700 {
  background-color: #15803d;
}

.text-green-600 {
  color: #16a34a;
}

.text-green-700 {
  color: #15803d;
}

/* Other colors */
.bg-red-50 {
  background-color: #fef2f2;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-purple-50 {
  background-color: #faf5ff;
}

.bg-purple-100 {
  background-color: #f3e8ff;
}

.bg-purple-600 {
  background-color: #9333ea;
}

.text-purple-600 {
  color: #9333ea;
}

.text-red-600 {
  color: #dc2626;
}

/* Legacy blue - now using tertiary */
.bg-blue-50 {
  background-color: #f8fafc;
}

.bg-blue-100 {
  background-color: #f1f5f9;
}

.bg-blue-500 {
  background-color: #1e293b;
}

.text-blue-600 {
  color: #334155;
}

.text-blue-700 {
  color: #1e293b;
}

/* Border colors */
.border-gray-200 {
  border-color: #e5e7eb;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.border-orange-500 {
  border-color: #f97316;
}

.border-red-200 {
  border-color: #fecaca;
}

/* Additional spacing */
.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

/* Additional width/height */
.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-96 {
  width: 24rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-48 {
  height: 12rem;
}

/* Display utilities */
.inline-flex {
  display: inline-flex;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

/* Position utilities */
.fixed {
  position: fixed;
}

.static {
  position: static;
}

/* Z-index */
.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

/* Additional text utilities */
.text-blue-500 {
  color: #3b82f6;
}

.text-blue-700 {
  color: #1d4ed8;
}

.text-orange-700 {
  color: #c2410c;
}

.text-orange-900 {
  color: #7c2d12;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-800 {
  color: #1f2937;
}

/* Font weight */
.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

/* Line height */
.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.75;
}

/* Additional responsive */
@media (min-width: 640px) {
  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .md\:w-16 {
    width: 4rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }
}

/* Embla Carousel Styles */
.embla-hero {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-slider-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.embla__viewport {
  margin-bottom: 0;
  padding-bottom: 0;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex !important;
  touch-action: pan-y;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.embla__container * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.embla__slide {
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  /* Width will be set by JavaScript dynamically */
}

.embla__slide>* {
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
}

.embla__slide>div {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.embla__slide>* {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.embla__button {
  z-index: 50;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  pointer-events: auto;
  position: absolute;
}

.embla__button--prev,
.embla__button--next {
  z-index: 50;
  pointer-events: auto;
  position: absolute;
}

.embla__dots {
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 50;
}

.embla__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.embla__dots {
  z-index: 10;
}

.embla__dot {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
}

.embla-featured {
  position: relative;
}

.embla-featured .embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla-featured .embla__container {
  display: flex;
  gap: 1rem;
  touch-action: pan-y;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.embla-featured .embla__slide {
  flex: 0 0 auto;
  min-width: 280px;
  position: relative;
}

@media (min-width: 640px) {
  .embla-featured .embla__container {
    gap: 1.25rem;
  }

  .embla-featured .embla__slide {
    min-width: 300px;
  }
}

@media (min-width: 768px) {
  .embla-featured .embla__container {
    gap: 1.5rem;
  }

  .embla-featured .embla__slide {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .embla-featured .embla__container {
    gap: 2rem;
  }

  .embla-featured .embla__slide {
    min-width: 340px;
  }
}

/* Featured Site Card Spacing */
.featured-site-card-modern {
  margin-bottom: 0;
}

.featured-site-card-modern+.featured-site-card-modern {
  margin-left: 0;
}

/* Hero Slider Section - margin removed to prevent white space */

/* Prevent white screen on slide transition */
.embla__container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.embla__slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Modern Slider Styles */
.modern-slider {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .slider-viewport {
    border-radius: 1rem;
  }
}

/* Premium Slider Styles */
.premium-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.premium-slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  height: 400px;
}

@media (min-width: 640px) {
  .premium-slider-viewport {
    min-height: 500px;
    height: 500px;
  }
}

@media (min-width: 768px) {
  .premium-slider-viewport {
    min-height: 600px;
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .premium-slider-viewport {
    min-height: 700px;
    height: 700px;
  }
}

.premium-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 640px) {
  .premium-slider-container {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .premium-slider-container {
    min-height: 600px;
  }
}

@media (min-width: 1024px) {
  .premium-slider-container {
    min-height: 700px;
  }
}

.premium-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 400px !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  display: block !important;
  overflow: hidden;
}

.premium-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
  pointer-events: auto !important;
  display: block !important;
}

.premium-slide>div {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: relative !important;
}

.premium-slide.active>div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.premium-slide>div>* {
  opacity: 1 !important;
  visibility: visible !important;
}

.premium-slide.active>div>* {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 640px) {
  .premium-slide {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .premium-slide {
    min-height: 600px;
  }
}

@media (min-width: 1024px) {
  .premium-slide {
    min-height: 700px;
  }
}

.premium-slide img {
  transition: transform 10s ease-out;
}

.premium-slide.active img {
  transform: scale(1.05);
}

/* Fade In Up Animation */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fade-in-up 0.8s ease-out forwards;
  opacity: 0;
}

/* Legacy Slider Styles (for backward compatibility) */
.slider-container {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.slider-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100 !important;
  cursor: pointer !important;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  pointer-events: auto !important;
  min-width: 44px !important;
  min-height: 44px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem;
}

.slider-btn-prev {
  left: 1rem;
}

.slider-btn-next {
  right: 1rem;
}

.slider-btn:hover {
  transform: translateY(-50%) scale(1.1);
  background: rgba(255, 255, 255, 0.3) !important;
}

.slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

@media (max-width: 640px) {
  .slider-btn-prev {
    left: 0.5rem;
  }

  .slider-btn-next {
    right: 0.5rem;
  }

  .slider-btn {
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 1rem;
    padding: 0.375rem;
  }
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.slider-dot {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  border-radius: 9999px;
  transition: all 0.3s ease;
  height: 0.75rem;
  width: 0.75rem;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  pointer-events: auto !important;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-dot.bg-white {
  width: 2rem !important;
}

.slider-dot:hover {
  transform: scale(1.2);
}

/* Touch-friendly buttons - Global */
button,
.btn,
a[role="button"],
input[type="button"],
input[type="submit"],
.slider-btn,
.slider-dot,
.featured-carousel-prev,
.featured-carousel-next,
.mobile-menu-toggle,
.mobile-submenu-toggle,
.cart-icon,
.site-card-btn {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(249, 115, 22, 0.2);
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto !important;
  cursor: pointer;
}

/* Sepete Ekle butonları için özel stil - tıklanabilirliği garanti et */
button[onclick*="addToCart"],
button:not([disabled])[onclick*="addToCart"] {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 10 !important;
  position: relative !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: rgba(249, 115, 22, 0.3) !important;
}

/* Disabled butonlar için stil */
button[disabled],
button:disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

/* Prevent text selection on buttons */
button,
.btn,
a[role="button"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Touch-friendly buttons */
.touch-manipulation {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(249, 115, 22, 0.2);
}

/* Slider buttons - ensure they work on mobile */
.slider-btn {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  pointer-events: auto !important;
  z-index: 50 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  min-width: 44px;
  min-height: 44px;
}

.slider-dot {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  pointer-events: auto !important;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive button improvements */
@media (max-width: 640px) {

  button,
  .btn,
  a[role="button"],
  input[type="button"],
  input[type="submit"] {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(249, 115, 22, 0.2);
    pointer-events: auto !important;
  }

  /* Ensure slider buttons are touchable */
  .slider-btn-prev,
  .slider-btn-next {
    min-width: 48px !important;
    min-height: 48px !important;
    z-index: 50 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px);
  }

  /* Carousel buttons */
  .featured-carousel-prev,
  .featured-carousel-next {
    min-width: 44px !important;
    min-height: 44px !important;
    pointer-events: auto !important;
  }

  /* Table responsive improvements */
  .overflow-x-auto,
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
  }

  .overflow-x-auto::-webkit-scrollbar,
  .table-responsive::-webkit-scrollbar {
    height: 8px;
  }

  .overflow-x-auto::-webkit-scrollbar-track,
  .table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }

  .overflow-x-auto::-webkit-scrollbar-thumb,
  .table-responsive::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
  }

  table {
    font-size: 0.8125rem;
    min-width: 600px;
    width: 100%;
  }

  th,
  td {
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
  }

  /* Header responsive improvements */
  header .container,
  header .container-full {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /* Navigation menu - Mobile */
  nav ul {
    flex-direction: column;
    width: 100%;
  }

  /* Form responsive improvements */
  .form-group {
    margin-bottom: 1rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="url"],
  textarea,
  select {
    width: 100% !important;
    font-size: 16px !important;
    /* Prevents zoom on iOS */
    box-sizing: border-box;
  }

  /* Grid responsive - Single column on mobile */
  .grid {
    grid-template-columns: 1fr !important;
  }

  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: 1fr !important;
  }

  /* Flex wrap on mobile */
  .flex {
    flex-wrap: wrap;
  }

  .flex.items-center.justify-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  /* Card responsive improvements */
  .featured-site-card-modern,
  .site-card,
  .card {
    min-height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  .featured-site-card-modern .p-4,
  .site-card .p-4,
  .card .p-4 {
    padding: 1rem;
  }

  /* Button groups - Stack on mobile */
  .btn-group,
  .flex.gap-2,
  .flex.gap-3,
  .flex.gap-4 {
    flex-direction: column;
    width: 100%;
  }

  .btn-group .btn,
  .flex.gap-2>*,
  .flex.gap-3>*,
  .flex.gap-4>* {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .btn-group .btn:last-child,
  .flex.gap-2>*:last-child,
  .flex.gap-3>*:last-child,
  .flex.gap-4>*:last-child {
    margin-bottom: 0;
  }

  /* Image responsive */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Text responsive */
  h1 {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }

  h3 {
    font-size: 1.25rem !important;
    line-height: 1.4;
  }

  h4 {
    font-size: 1.125rem !important;
  }

  h5 {
    font-size: 1rem !important;
  }

  h6 {
    font-size: 0.875rem !important;
  }
}

/* Tablet improvements */
@media (min-width: 641px) and (max-width: 1023px) {

  button,
  .btn,
  a[role="button"],
  input[type="button"],
  input[type="submit"] {
    min-height: 40px;
    min-width: 40px;
    padding: 0.625rem 1.25rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(249, 115, 22, 0.2);
    pointer-events: auto !important;
  }

  /* Table responsive for tablet */
  .overflow-x-auto,
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    font-size: 0.875rem;
    min-width: 700px;
    width: 100%;
  }

  th,
  td {
    padding: 0.625rem 1rem;
  }

  /* Grid - 2 columns on tablet */
  .grid-cols-3,
  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Cards spacing */
  .featured-site-card-modern,
  .site-card,
  .card {
    margin-bottom: 1.25rem;
  }

  /* Header padding */
  header .container,
  header .container-full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Ensure slider container allows touch events */
.modern-slider,
#modernSlider {
  position: relative;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.slider-container {
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

/* Prevent accidental text selection on mobile */
@media (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: rgba(249, 115, 22, 0.1);
  }

  /* Ensure all interactive elements are touchable */
  button,
  .btn,
  a,
  input,
  select,
  textarea,
  [role="button"],
  [onclick] {
    -webkit-tap-highlight-color: rgba(249, 115, 22, 0.2);
    touch-action: manipulation;
  }

  /* Prevent text selection on buttons during touch */
  button,
  .btn,
  a[role="button"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

/* Fade in animation */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fade-in 0.6s ease-out;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .slider-btn {
    padding: 0.5rem;
  }

  .slider-dot {
    width: 0.5rem;
    height: 0.5rem;
  }

  .slider-dot.bg-white {
    width: 1.5rem !important;
  }
}

/* ============================================
   KAPSAMLI RESPONSIVE DÜZELTMELERİ
   ============================================ */

/* Genel Responsive Düzeltmeler - Mobil */
@media (max-width: 768px) {

  /* Body padding - bottom nav için */
  body {
    padding-bottom: 64px !important;
  }

  /* Container responsive */
  .container,
  .container-full {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100% !important;
  }

  /* Header responsive */
  header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  header .container,
  header .container-full {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  /* Logo responsive */
  header img {
    max-height: 48px !important;
  }

  /* Navigation - Mobil menü düzeltmeleri */
  .mobile-menu {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Desktop navigation gizle */
  nav:not(.mobile-menu) {
    display: none !important;
  }

  /* Desktop actions gizle */
  .hidden.md\\:flex {
    display: none !important;
  }

  /* Tablolar - Mutlaka overflow-x ile sarılmalı */
  table {
    display: table !important;
    width: 100% !important;
    min-width: 600px !important;
    font-size: 0.8125rem !important;
  }

  /* Table wrapper - overflow için */
  .table-responsive,
  .overflow-x-auto,
  div[style*="overflow-x"] {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
  }

  .table-responsive::-webkit-scrollbar,
  .overflow-x-auto::-webkit-scrollbar {
    height: 8px;
  }

  .table-responsive::-webkit-scrollbar-track,
  .overflow-x-auto::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }

  .table-responsive::-webkit-scrollbar-thumb,
  .overflow-x-auto::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
  }

  .table-responsive::-webkit-scrollbar-thumb:hover,
  .overflow-x-auto::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
  }

  /* Tablo hücreleri */
  th,
  td {
    padding: 0.5rem 0.5rem !important;
    white-space: nowrap;
    font-size: 0.75rem !important;
  }

  /* Form elemanları - Full width */
  .form-group,
  .form-control-group,
  .input-group {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="date"],
  textarea,
  select,
  .form-control,
  .form-input,
  .form-select {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    /* iOS zoom önleme */
    box-sizing: border-box !important;
    padding: 0.75rem !important;
  }

  /* Button groups - Stack */
  .btn-group,
  .flex.gap-2,
  .flex.gap-3,
  .flex.gap-4,
  .flex.gap-6 {
    flex-direction: column !important;
    width: 100% !important;
  }

  .btn-group>*,
  .flex.gap-2>*,
  .flex.gap-3>*,
  .flex.gap-4>*,
  .flex.gap-6>* {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }

  .btn-group>*:last-child,
  .flex.gap-2>*:last-child,
  .flex.gap-3>*:last-child,
  .flex.gap-4>*:last-child,
  .flex.gap-6>*:last-child {
    margin-bottom: 0;
  }

  /* Butonlar - Full width */
  button.btn,
  .btn,
  a.btn,
  input[type="submit"],
  input[type="button"] {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
  }

  /* Grid - Tek sütun */
  .grid,
  .grid-cols-1,
  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  /* Flex wrap */
  .flex {
    flex-wrap: wrap !important;
  }

  .flex.items-center.justify-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  /* Cards - Full width */
  .card,
  .site-card,
  .featured-site-card-modern,
  [class*="card"] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .card-body,
  .card .p-4,
  .card .p-6 {
    padding: 1rem !important;
  }

  /* Image responsive */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Text responsive */
  h1 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }

  h4 {
    font-size: 1.125rem !important;
  }

  h5 {
    font-size: 1rem !important;
  }

  h6 {
    font-size: 0.875rem !important;
  }

  p {
    font-size: 0.9375rem !important;
    line-height: 1.6;
  }

  /* Modal responsive */
  .modal,
  .modal-dialog,
  [class*="modal"] {
    max-width: 100% !important;
    margin: 0.5rem !important;
    padding: 0 !important;
  }

  .modal-content {
    border-radius: 0.5rem !important;
    max-height: calc(100vh - 1rem) !important;
    overflow-y: auto !important;
  }

  /* Bottom navigation */
  #mobileBottomNav {
    display: flex !important;
  }

  /* Footer responsive */
  footer .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  footer .grid {
    grid-template-columns: 1fr !important;
  }

  /* Search bar responsive */
  .search-bar,
  [class*="search"] {
    width: 100% !important;
  }

  /* Badge responsive */
  .badge,
  [class*="badge"] {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}

/* Tablet responsive düzeltmeleri */
@media (min-width: 641px) and (max-width: 1023px) {

  /* Container */
  .container,
  .container-full {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* Grid - 2 sütun */
  .grid-cols-3,
  .grid-cols-4,
  .grid-cols-5,
  .grid-cols-6 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Tablolar */
  table {
    font-size: 0.875rem !important;
    min-width: 700px !important;
  }

  .table-responsive,
  .overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Butonlar */
  button.btn,
  .btn {
    min-height: 40px !important;
    padding: 0.625rem 1.25rem !important;
  }
}

/* Desktop'ta bottom nav gizle */
@media (min-width: 769px) {
  #mobileBottomNav {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  /* Desktop'ta normal grid */
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Çok küçük ekranlar (320px-480px) */
@media (max-width: 480px) {

  /* Daha küçük padding */
  .container,
  .container-full {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  /* Daha küçük fontlar */
  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  h3 {
    font-size: 1.125rem !important;
  }

  /* Tablolar için daha küçük padding */
  th,
  td {
    padding: 0.375rem 0.5rem !important;
    font-size: 0.6875rem !important;
  }

  /* Butonlar */
  button.btn,
  .btn {
    padding: 0.625rem 0.875rem !important;
    font-size: 0.875rem !important;
  }
}

/* Landscape orientation düzeltmeleri */
@media (max-width: 768px) and (orientation: landscape) {

  /* Bottom nav height azalt */
  #mobileBottomNav {
    height: 56px;
  }

  body {
    padding-bottom: 56px !important;
  }

  /* Mobile menu max-height artır */
  .mobile-menu {
    max-height: calc(100vh - 80px);
  }
}

/* Print styles */
@media print {

  #mobileBottomNav,
  .mobile-menu,
  header nav:not(.mobile-menu) {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }
}

/* Header özel responsive düzeltmeleri */
@media (max-width: 768px) {

  /* Header container */
  header .flex.items-center.justify-center,
  header .flex.items-center.justify-between {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* Logo merkeze al */
  header a[href="/"],
  header a[href*="index"] {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  /* Desktop navigation gizle */
  header nav:not(.mobile-menu) {
    display: none !important;
  }

  /* Desktop actions gizle */
  header .hidden.md\\:flex {
    display: none !important;
  }

  /* Mobile menu toggle button görünür olmalı (footer'da bottom nav var) */
  .mobile-menu-toggle {
    display: none;
    /* Bottom nav'da var */
  }
}

/* Advanced Search responsive */
@media (max-width: 768px) {

  .advanced-search-container,
  [class*="search"] {
    width: 100% !important;
  }

  .advanced-search-input {
    font-size: 16px !important;
    /* iOS zoom önleme */
  }
}

/* Card grid responsive düzeltmeleri */
@media (max-width: 768px) {

  .card-grid,
  .site-grid,
  .package-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

/* Slider responsive düzeltmeleri */
@media (max-width: 768px) {

  .slider-container,
  .modern-slider,
  #modernSlider {
    width: 100% !important;
    overflow: hidden;
  }

  .slider-item {
    min-width: 100% !important;
  }
}

/* Footer responsive düzeltmeleri */
@media (max-width: 768px) {
  footer .grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  footer .grid>div {
    text-align: center;
  }

  footer .flex.gap-4 {
    justify-content: center;
  }
}

/* Spacing responsive düzeltmeleri */
@media (max-width: 768px) {

  .mb-20,
  .mb-24,
  .mt-20,
  .mt-24 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .p-24,
  .px-24,
  .py-24 {
    padding: 1rem !important;
  }

  .gap-3,
  .gap-4 {
    gap: 1rem !important;
  }
}

/* Utility classes responsive */
@media (max-width: 768px) {

  .d-none.d-md-block,
  .d-none.d-lg-block,
  .hidden.md\\:block,
  .hidden.lg\\:block {
    display: none !important;
  }

  .d-block.d-md-none,
  .d-block.lg\\:none,
  .block.md\\:hidden,
  .block.lg\\:hidden {
    display: block !important;
  }
}

/* Width ve max-width responsive */
@media (max-width: 768px) {

  .w-auto,
  .w-1\/2,
  .w-1\/3,
  .w-2\/3 {
    width: 100% !important;
  }

  .max-w-md,
  .max-w-lg,
  .max-w-xl,
  .max-w-2xl,
  .max-w-4xl,
  .max-w-6xl {
    max-width: 100% !important;
  }
}

/* Position ve z-index düzeltmeleri */
@media (max-width: 768px) {

  .fixed,
  .absolute {
    position: relative !important;
  }

  .fixed.bottom-0 {
    position: fixed !important;
    /* Bottom nav için */
  }

  header.fixed,
  header.sticky {
    position: sticky !important;
    top: 0;
    z-index: 100;
  }
}

/* Border ve shadow düzeltmeleri */
@media (max-width: 768px) {

  .border,
  .border-t,
  .border-b,
  .border-l,
  .border-r {
    border-width: 1px !important;
  }

  .shadow-lg,
  .shadow-xl {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }
}
/* Hero Section Fallback Styles */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: rgba(255, 107, 0, 0.9); /* Primary color approx */
    color: white;
    font-weight: bold;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.hero-title {
    font-size: 2.25rem; /* text-4xl */
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-button {
    display: inline-block;
    background-color: #f97316; /* orange-500 */
    color: white;
    font-weight: bold;
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    transition: all 0.3s;
}

.hero-cta-button:hover {
    background-color: #ea580c; /* orange-600 */
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.hero-bottom-text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsiveness for Hero */
@media (min-width: 768px) {
    .hero-title {
        font-size: 3.75rem; /* text-6xl approx */
        line-height: 1;
    }
    .hero-subtitle {
        font-size: 1.25rem; /* text-xl */
    }
}
