* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #1a1625;
  color: #e0d0e0;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  width: 100%;
}

a {
  text-decoration: none !important;
}

.index-page {
  padding-top: 10px;
}

.detail-page {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .index-page,
  .detail-page {
    padding-top: 160px;
  }
}

/* NAVBAR */
.navbar {
  background: rgba(26, 22, 37, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #59253a;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.logo i {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  transition: all 0.3s ease;
}

.logo span {
  font-family: 'Chemy Retro', 'Playfair Display', cursive;
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #f5e0c0, #c9975e, #f5e0c0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo:hover i {
  transform: rotate(5deg) scale(1.1);
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  color: #e0d0e0;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #e5c5aa;
}

.whatsapp-nav-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff !important;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
  border: none;
}

.whatsapp-nav-btn i {
  font-size: 1.1rem;
  color: #fff;
}

.whatsapp-nav-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.5);
  background: linear-gradient(135deg, #128C7E, #075E54);
}

/* INDEX CONTAINER */
.index-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

/* BANNER */
.banner-section {
  background: linear-gradient(135deg, #2d1b2e, #1a1625);
  border: 2px solid #722f44;
  border-radius: 30px;
  padding: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.banner-title {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e5c5aa, #c69c9d, #b3708a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}

.banner-subtitle {
  font-size: 1.2rem;
  color: #b3708a;
  margin-bottom: 1.5rem;
}

.banner-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, #722f44, #59253a);
  color: #e5c5aa;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #c9a27d;
  transition: 0.3s;
}

.banner-button:hover {
  transform: translateY(-3px);
}

/* MODELS GRID - DÜZELTİLMİŞ */
.models-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.model-card {
  transition: transform 0.3s;
  display: block;
  overflow: hidden;
}

.model-card:hover {
  transform: translateY(-10px);
}

/* KESİN ÇÖZÜM: TÜM KARTLAR AYNI BOYUTTA */
.model-card-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.model-card-wrapper .model-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1rem;
  border: 2px solid #59253a;
  background: #2d1b2e;
}

.model-card-wrapper .model-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.model-card:hover .model-image img {
  transform: scale(1.1);
}

.main-badge {
  display: none !important;
}

.model-info {
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center;
}

.model-name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #e5c5aa;
}

.model-meta {
  font-size: 0.9rem;
  color: #b3708a;
  margin-top: 0.2rem;
}

/* ABOUT PREVIEW */
.about-preview {
  background: linear-gradient(135deg, #2d1b2e, #1a1625);
  border: 1px solid #59253a;
  border-radius: 30px;
  padding: 3rem;
  margin: 4rem 0;
  text-align: center;
}

.about-preview h3 {
  font-size: 2rem;
  background: linear-gradient(135deg, #e5c5aa, #c69c9d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.about-preview p {
  color: #b3708a;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

.btn-about {
  display: inline-block;
  background: linear-gradient(135deg, #722f44, #59253a);
  color: #e5c5aa;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #c9a27d;
}

/* FOOTER */
.footer {
  background: linear-gradient(135deg, #1a1625, #2d1b2e);
  padding: 3rem 2rem 2rem;
  border-top: 1px solid #59253a;
  margin-top: 4rem;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 1rem;
}

.footer-content > div {
  flex: 1;
  min-width: 180px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #e5c5aa, #c69c9d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.footer-description {
  color: #b3708a;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 280px;
}

.footer-links h4 {
  color: #e5c5aa;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
  color: #b3708a;
  font-size: 0.9rem;
  display: block;
  white-space: normal;
  word-break: break-word;
}

.footer-links ul li i {
  width: 1.5rem;
  display: inline-block;
}

.footer-links ul li a {
  color: #b3708a;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #e5c5aa;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #59253a;
  color: #b3708a;
  font-size: 0.8rem;
  clear: both;
}

.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  justify-content: flex-start;
}

.social-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #2d1b2e;
  border: 1px solid #59253a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3708a;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover {
  background: #722f44;
  color: #e5c5aa;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .models-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .models-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .footer-content {
    gap: 1.5rem;
  }
  .footer-content > div {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    gap: 1rem;
  }
  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .models-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }
  .model-name {
    font-size: 1rem;
  }
  .banner-title {
    font-size: 1.5rem;
  }
  .banner-subtitle {
    font-size: 0.9rem;
  }
  .banner-button {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .about-preview {
    padding: 1.5rem;
    margin: 2rem 0;
  }
  .about-preview h3 {
    font-size: 1.3rem;
  }
  .about-preview p {
    font-size: 0.85rem;
  }
  .btn-about {
    padding: 0.5rem 1.2rem;
  }
  .whatsapp-nav-btn {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
  .logo i {
    font-size: 1.8rem;
  }
  .logo span {
    font-size: 1.3rem;
  }
  .container,
  .index-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer {
    padding: 2rem 1rem;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.8rem;
  }
  .footer-content > div {
    width: 100%;
  }
  .footer-links ul li {
    display: inline-block;
    margin: 0 0.6rem 0.6rem;
  }
  .footer-links ul li i {
    width: auto;
    margin-right: 0.3rem;
  }
  .footer-description {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .models-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.3rem !important;
  }
  .model-name {
    font-size: 0.55rem !important;
  }
  .model-meta {
    font-size: 0.45rem !important;
    margin-top: 0 !important;
  }
  .model-info {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0.2rem !important;
  }
}

/* BLOG SECTION */
.blog-section {
  margin-top: 60px;
  padding: 60px 0;
  width: 100%;
}

.blog-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 40px !important;
  margin: 0 !important;
}

.blog-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
  width: 100% !important;
  margin: 0 !important;
}

.blog-card {
  width: 100% !important;
  background: linear-gradient(135deg, #1e1a2e, #161225);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.blog-category {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  color: #FFD700;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.blog-meta {
  font-size: 0.75rem;
  color: #8a7a5a;
  margin-bottom: 0.8rem;
}

.blog-meta i {
  color: #FFD700;
  margin-right: 0.3rem;
}

.blog-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-card:hover .blog-title {
  color: #FFD700;
}

.blog-content {
  font-size: 0.9rem;
  color: #b0a8c0;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #FFD700;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
}

.blog-read-more i {
  transition: transform 0.3s;
}

.blog-read-more:hover i {
  transform: translateX(5px);
}

.blog-placeholder {
  text-align: center;
  padding: 60px;
  background: #111118;
  border-radius: 20px;
  color: #8a7a5a;
}

.blog-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FFD700, #F59E0B);
  color: #1a1a2e;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.25);
  letter-spacing: 0.5px;
}

.blog-read-more-link i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.blog-read-more-link:hover {
  background: linear-gradient(135deg, #FFEA00, #FFB347);
  color: #0f0f1a;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}

.blog-read-more-link:hover i {
  transform: translateX(5px);
}

.blog-card .blog-read-more-link {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .blog-section {
    padding: 40px 0;
  }
  .blog-container {
    padding: 0 15px !important;
  }
  .blog-list {
    gap: 1rem !important;
  }
  .blog-card {
    padding: 1.2rem !important;
  }
  .blog-title {
    font-size: 1rem !important;
  }
  .blog-content {
    font-size: 0.75rem !important;
  }
  .blog-read-more-link {
    padding: 6px 14px;
    font-size: 0.7rem;
  }
  .blog-read-more-link i {
    font-size: 0.65rem;
  }
}

/* SECTION HEADER */
.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.crown-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.crown-icon i {
  font-size: 1.2rem;
  color: #1a1a2e;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ICONS ON IMAGE */
.model-image {
  position: relative;
}

.contact-icons {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.whatsapp-icon {
  background: rgba(37, 211, 102, 0.9);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.whatsapp-icon:hover {
  background: #25D366;
  transform: scale(1.1);
  color: #fff;
}

.phone-icon {
  background: rgba(33, 150, 243, 0.9);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.phone-icon:hover {
  background: #2196f3;
  transform: scale(1.1);
  color: #fff;
}

.package-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  backdrop-filter: blur(4px);
  z-index: 10;
  transition: all 0.3s ease;
}

.package-icon.gold-icon {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1a1a2e;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.package-icon.silver-icon {
  background: linear-gradient(135deg, #E0E0E0, #B0B0B0);
  color: #1a1a2e;
  box-shadow: 0 2px 8px rgba(192, 192, 192, 0.3);
}

.package-icon.bronze-icon {
  background: linear-gradient(135deg, #CD7F32, #A0522D);
  color: #fff;
  box-shadow: 0 2px 8px rgba(205, 127, 50, 0.3);
}

.package-icon.featured-icon {
  background: linear-gradient(135deg, #DC143C, #8B0000);
  color: #fff;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.4);
}

.package-icon.default-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.model-card:hover .package-icon {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .package-icon,
  .contact-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }
  .package-icon {
    top: 8px !important;
    left: 8px !important;
  }
  .contact-icons {
    top: 8px !important;
    right: 8px !important;
    gap: 4px !important;
  }
}

/* BADGES - SOL ALT */
.model-service-badges {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 25;
}

.model-service-badges .service-badge,
.model-service-badges .original-photo-badge {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.service-badge.location-home {
  background: linear-gradient(135deg, #e91e63, #f06292);
  color: #fff;
  border-left: 3px solid #f8bbd0;
}

.service-badge.location-hotel {
  background: linear-gradient(135deg, #1e88e5, #0d47a1);
  color: #fff;
  border-left: 3px solid #90caf9;
}

.service-badge.unlimited {
  background: linear-gradient(135deg, #00acc1, #80deea);
  color: #fff;
  border-left: 3px solid #b2ebf2;
}

.model-service-badges .original-photo-badge {
  background: linear-gradient(135deg, #60a5fa, #3b82f6, #2563eb);
  color: #fff;
  border-left: 3px solid #93c5fd;
}

.model-service-badges .original-photo-badge i {
  font-size: 11px;
  color: #fff;
}

.model-service-badges .service-badge:hover,
.model-service-badges .original-photo-badge:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .model-service-badges {
    bottom: 8px;
    left: 8px;
    gap: 4px;
  }
  .model-service-badges .service-badge,
  .model-service-badges .original-photo-badge {
    padding: 3px 8px;
    font-size: 9px;
  }
  .model-service-badges .original-photo-badge i {
    font-size: 9px;
  }
}

/* SEO BUTTONS */
.seo-buttons-region {
  background: linear-gradient(135deg, #0f0c1f 0, #1a1535 100%);
  border-radius: 30px;
  margin: 40px 20px 30px;
  padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.15);
}

.seo-buttons-container {
  max-width: 1200px;
  margin: 0 auto;
}

.seo-buttons-header {
  text-align: center;
  margin-bottom: 35px;
}

.seo-buttons-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.seo-buttons-icon i {
  font-size: 28px;
  color: #1a1535;
}

.seo-buttons-title {
  font-size: 26px;
  font-weight: 700;
  color: #FFD700;
  text-align: center;
  margin: 0 0 15px;
}

.seo-buttons-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.seo-buttons-divider span {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.seo-buttons-divider i {
  color: #FFD700;
  font-size: 12px;
}

.seo-buttons-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto;
}

.buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}

.seo-button-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 45px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.12);
  text-decoration: none;
  cursor: pointer;
}

.seo-button-item:hover {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.15);
}

.seo-button-item i {
  color: #FFD700;
  font-size: 13px;
}

.seo-button-item span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .seo-buttons-region {
    margin: 30px 15px 20px;
    padding: 30px 20px;
  }
  .seo-buttons-title {
    font-size: 22px;
  }
  .buttons-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }
  .seo-button-item {
    padding: 10px 16px;
  }
  .seo-button-item span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .buttons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-button-item {
    padding: 10px 12px;
  }
  .seo-button-item span {
    font-size: 12px;
  }
}

/* FEATURED MODELS */
.featured-models-section {
  margin: 40px 0;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.featured-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 175, 55, 0.15);
  background: linear-gradient(135deg, #1e1a2e, #161225);
  height: 280px;
}

.featured-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.featured-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: 5;
}

.featured-card:hover::before {
  transform: scaleX(1);
}

.featured-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.featured-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-card:hover .featured-card-image img {
  transform: scale(1.08);
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  padding: 25px 20px 20px;
  text-align: center;
  z-index: 20;
}

.featured-name {
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  color: #FFD700 !important;
  margin-bottom: 6px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.featured-location {
  font-size: 0.85rem;
  color: #e5c5aa;
  opacity: 0.95;
}

.featured-location i {
  margin-right: 5px;
  font-size: 0.75rem;
}

.featured-contact-icons {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 12px;
  z-index: 20;
}

.featured-contact-icons .contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.featured-contact-icons .whatsapp-icon {
  background: rgba(37, 211, 102, 0.95);
  color: #fff;
}

.featured-contact-icons .phone-icon {
  background: rgba(33, 150, 243, 0.95);
  color: #fff;
}

.featured-contact-icons .contact-icon:hover {
  transform: scale(1.12);
}

.featured-card .package-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  backdrop-filter: blur(4px);
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.featured-card .package-icon.featured-icon {
  background: linear-gradient(135deg, #FFD700, #FFA500) !important;
  color: #1a1a2e !important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7) !important;
}

.featured-images-row {
  display: flex;
  gap: 2px;
  width: 100%;
  height: 100%;
  background: #1a1625;
}

.featured-img-item {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.featured-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-card:hover .featured-img-item img {
  transform: scale(1.05);
}

.featured-img-item.placeholder {
  background: linear-gradient(135deg, #2d1b2e, #1a1625);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-no-image-small {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d1b2e;
}

.featured-no-image-small i {
  font-size: 2rem;
  color: #b3708a;
}

@media (max-width: 768px) {
  .featured-grid {
    gap: 15px;
  }
  .featured-card {
    height: 220px;
  }
  .featured-name {
    font-size: 1.2rem !important;
  }
  .featured-location {
    font-size: 0.7rem;
  }
  .featured-contact-icons .contact-icon {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
  .featured-card .package-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .crown-icon {
    width: 30px;
    height: 30px;
  }
  .crown-icon i {
    font-size: 0.9rem;
  }
  .featured-overlay {
    padding: 15px 12px 12px;
  }
}

@media (max-width: 480px) {
  .featured-grid {
    gap: 10px;
  }
  .featured-card {
    height: 180px;
  }
  .featured-name {
    font-size: 1rem !important;
  }
  .featured-location {
    font-size: 0.6rem;
  }
  .featured-contact-icons .contact-icon {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .featured-card .package-icon {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }
}

/* 3'LÜ GRID (FEATURED 4) */
.featured-4grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .featured-4grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .featured-4grid {
    grid-template-columns: 1fr;
  }
}

.featured-card-4 {
  background: linear-gradient(145deg, #1e1a2e, #161122);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.featured-card-4:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.4);
}

.featured-card-link-4 {
  text-decoration: none;
  display: block;
}

.featured-image-area-4 {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.featured-img-main-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-card-4:hover .featured-img-main-4 {
  transform: scale(1.05);
}

.featured-thumb-row-4 {
  display: flex;
  gap: 8px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
}

.featured-thumb-item-4 {
  flex: 1;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.featured-thumb-item-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-thumb-item-4:hover {
  border-color: #FFD700 !important;
  transform: scale(1.02);
}

.featured-info-area-4 {
  padding: 18px 15px;
}

.featured-name-4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .featured-name-4 {
    font-size: 1.8rem;
  }
}

.featured-location-4 {
  font-size: 0.9rem;
  color: #b8a9c4;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.featured-tags-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.featured-tag-4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 600;
}

.featured-tag-4 i {
  font-size: 0.85rem;
}

.featured-tag-4.home {
  background: linear-gradient(135deg, #e91e63, #ad1457);
  color: white;
}

.featured-tag-4.hotel {
  background: linear-gradient(135deg, #2196f3, #0d47a1);
  color: white;
}

.featured-tag-4.unlimited {
  background: linear-gradient(135deg, #9c27b0, #6a1b9a);
  color: white;
}

.featured-tag-4.original {
  background: linear-gradient(135deg, #ff9800, #e65100);
  color: white;
}

.featured-vip-badge-4 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.featured-contact-buttons-4 {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.featured-contact-btn-4 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.wa-4 {
  background: #25D366;
  color: white;
}

.wa-4:hover {
  background: #128C7E;
  transform: scale(1.1);
}

.phone-4 {
  background: #FF6B35;
  color: white;
}

.phone-4:hover {
  background: #E85D2C;
  transform: scale(1.1);
}

/* REKLAM KARTI */
.ad-card {
  transition: transform 0.3s ease;
  display: block;
  overflow: hidden;
}

.ad-card:hover {
  transform: translateY(-10px);
}

.ad-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #59253a;
  background: linear-gradient(135deg, #0d2137, #1a3a5c);
}

.ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #a0c4ff, #6ea8fe, #3a7bd5, #6ea8fe, #a0c4ff);
  background-size: 400% 400%;
  animation: gradientShift 4s ease infinite;
  border-radius: inherit;
  box-shadow: 0 0 15px rgba(58, 123, 213, 0.3);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.ad-placeholder i {
  font-size: 3.5rem;
  color: #c9a27d;
}

.ad-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  color: #FFD700;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  letter-spacing: 1px;
  z-index: 10;
}

.ad-ribbon i {
  margin-right: 5px;
  font-size: 10px;
}

.ad-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
  z-index: 10;
  background: rgba(26, 22, 37, 0.9);
  backdrop-filter: blur(12px);
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.ad-overlay-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.ad-overlay-icon i {
  font-size: 1.5rem;
  color: #1a1a2e;
}

.ad-overlay-title {
  font-size: 1rem;
  font-weight: 800;
  color: #FFD700;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
}

.ad-overlay-desc {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.ad-overlay-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 0.3rem;
}

.ad-overlay-whatsapp i {
  font-size: 0.8rem;
}

.ad-card:hover .ad-overlay {
  background: rgba(26, 22, 37, 0.95);
  border-color: #FFD700;
  transform: translate(-50%, -50%) scale(1.02);
}

.ad-card:hover .ad-overlay-icon {
  transform: rotate(5deg) scale(1.1);
}

.ad-card:hover .ad-overlay-whatsapp {
  background: linear-gradient(135deg, #128C7E, #075E54);
  transform: scale(1.02);
}

.ad-card:hover .ad-placeholder {
  animation-duration: 2s;
  box-shadow: 0 0 25px rgba(58, 123, 213, 0.6);
}

@media (max-width: 768px) {
  .ad-overlay {
    padding: 0.7rem;
    width: 90%;
  }
  .ad-overlay-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 0.5rem;
  }
  .ad-overlay-icon i {
    font-size: 1.1rem;
  }
  .ad-overlay-title {
    font-size: 0.8rem;
  }
  .ad-overlay-desc {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .ad-overlay-whatsapp {
    padding: 0.3rem 0.8rem;
    font-size: 0.6rem;
  }
  .ad-ribbon {
    top: 8px;
    right: 8px;
    font-size: 8px;
    padding: 3px 8px;
  }
}

/* AD CARD 4 */
.ad-card-4 {
  background: linear-gradient(135deg, #1a1a2e, #0f0f23);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.ad-image-area-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  min-height: 380px;
}

.ad-icon-4 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.ad-icon-4 i {
  font-size: 1.8rem;
  color: #1a1a2e;
}

.ad-title-4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #FFD700;
  margin-bottom: 8px;
}

.ad-desc-4 {
  font-size: 0.75rem;
  color: #b8a9c4;
  margin-bottom: 20px;
}

.ad-button-4 {
  background: #25D366;
  padding: 8px 20px;
  border-radius: 40px;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.ad-badge-4 {
  position: absolute;
  top: 15px;
  right: -25px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  padding: 4px 30px;
  font-size: 0.6rem;
  font-weight: 700;
  transform: rotate(45deg);
  color: #1a1a2e;
}

/* REKLAM KARTI (ALTERNATİF) */
.reklam-kart {
  background: linear-gradient(135deg, #b71c1c, #880e4f);
  border-radius: 20px;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

.reklam-etiket {
  position: absolute;
  top: 15px;
  right: -25px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 40px;
  font-size: 12px;
  font-weight: bold;
  color: #FFD700;
  transform: rotate(45deg);
}

.reklam-icon {
  margin-bottom: 20px;
}

.reklam-icon i {
  font-size: 220px;
  color: #FFD700;
}

.reklam-baslik {
  font-size: 26px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 15px;
}

.reklam-aciklama {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.4;
}

.reklam-buton {
  background: #25D366;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

.reklam-buton i {
  margin-right: 8px;
  font-size: 16px;
}

.reklam-buton:hover {
  background: #128C7E;
}

/* PAGINATION */
.blog-pagination {
  margin-top: 2rem;
  text-align: center;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #e5c5aa;
  padding: 8px 18px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.page-btn:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #FFD700;
  color: #FFD700;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.15);
  color: #b0a8c0;
  text-decoration: none;
  border-radius: 12px;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.page-num:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #FFD700;
  color: #FFD700;
}

.page-num.active {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-color: #FFD700;
  color: #1a1a2e;
  font-weight: 600;
}

.page-dots {
  color: #8a7a5a;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .pagination-container {
    gap: 0.5rem;
  }
  .page-btn {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  .page-num {
    min-width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }
}

/* DETAIL PAGE */
.detail-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid !important;
  grid-template-columns: 1fr 320px !important;
  gap: 30px !important;
  align-items: start !important;
}

.detail-container .main-content {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 25px;
}

.detail-container .top-section {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.detail-container .image-gallery {
  flex: 1;
  min-width: 280px;
}

.detail-container .main-image {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #59253a;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  background: #2d1b2e;
}

.detail-container .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-container .zoom-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD700;
  cursor: pointer;
  transition: all 0.3s;
}

.detail-container .zoom-icon:hover {
  background: #722f44;
  transform: scale(1.1);
}

.detail-container .thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.detail-container .thumbnail {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.detail-container .thumbnail.active {
  border-color: #FFD700;
}

.detail-container .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-container .thumbnail:hover {
  transform: scale(1.02);
  border-color: #c9a27d;
}

.detail-container .model-info {
  flex: 1;
  min-width: 280px;
}

.detail-container .model-name {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.detail-container .model-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.detail-container .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #59253a;
  color: #c0b9d0;
  font-size: 13px;
}

.detail-container .meta-item i {
  color: #FFD700;
}

.detail-container .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.detail-container .stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}

.detail-container .stat-card .stat-value {
  font-size: 24px;
  font-weight: 800;
  color: #FFD700;
}

.detail-container .stat-card div:last-child {
  color: #b3708a;
  font-size: 12px;
  margin-top: 5px;
}

.detail-container .details-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.detail-container .details-card h3 {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.detail-container .detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.detail-container .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-container .detail-item span:first-child {
  color: #b3708a;
  font-size: 13px;
}

.detail-container .detail-value {
  color: #FFD700;
  font-weight: 600;
  font-size: 13px;
}

.detail-container .contact-card {
  background: linear-gradient(135deg, #1e1a2e, #161225);
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.detail-container .contact-card h3 {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 15px;
}

.detail-container .contact-btn {
  display: block;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
}

.detail-container .btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
}

.detail-container .btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.detail-container .btn-phone {
  background: linear-gradient(135deg, #34B7F1, #1da1f2);
  color: white;
}

.detail-container .btn-phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(52, 183, 241, 0.4);
}

.detail-container .about-section {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #59253a;
  border-radius: 15px;
}

.detail-container .about-section h3 {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 15px;
}

.detail-container .about-section p {
  color: #c0b9d0;
  line-height: 1.7;
  font-size: 23px;
}

.detail-container .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detail-container .popular-card {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 20px;
}

.detail-container .popular-title {
  color: #FFD700;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-container .popular-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.detail-container .popular-item:hover {
  background: rgba(114, 47, 68, 0.3);
  transform: translateX(5px);
}

.detail-container .popular-image {
  width: 55px;
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1a1625;
}

.detail-container .popular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-container .popular-info h4 {
  color: #e5c5aa;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.detail-container .popular-info p {
  color: #b3708a;
  font-size: 11px;
}

.detail-container .popular-info p i {
  margin-right: 4px;
  font-size: 10px;
}

.detail-container .stats-card {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 20px;
}

.detail-container .stats-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-container .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}

.detail-container .stat-icon {
  width: 45px;
  height: 45px;
  background: rgba(114, 47, 68, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFD700;
}

.detail-container .stat-number {
  font-size: 20px;
  font-weight: 800;
  color: #FFD700;
  display: block;
}

.detail-container .stat-label {
  font-size: 11px;
  color: #b3708a;
}

.detail-container .breadcrumb {
  grid-column: 1/-1;
  margin-bottom: 20px;
  font-size: 13px;
  color: #b3708a;
}

.detail-container .breadcrumb a {
  color: #c69c9d;
  text-decoration: none;
}

.detail-container .breadcrumb a:hover {
  color: #FFD700;
}

.detail-container .package-icon {
  display: none !important;
}

@media (max-width: 992px) {
  .detail-container {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .detail-container {
    padding: 0 15px;
  }
  .detail-container .top-section {
    flex-direction: column;
  }
  .detail-container .stats-grid {
    grid-template-columns: 1fr;
  }
  .detail-container .detail-grid {
    grid-template-columns: 1fr;
  }
}

/* LIGHTBOX */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.lightbox-content img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.lightbox-nav.prev {
  left: -60px;
}

.lightbox-nav.next {
  right: -60px;
}

.lightbox-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
}

@media (max-width: 992px) {
  .lightbox-nav.prev {
    left: 10px;
  }
  .lightbox-nav.next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* HAKKIMIZDA SAYFASI */
.hakkimizda-page .main-wrapper {
  padding-top: 10px;
}

.hakkimizda-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.hakkimizda-page .breadcrumb {
  display: flex;
  gap: 0.5rem;
  color: #b3708a;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.hakkimizda-page .breadcrumb a {
  color: #c69c9d;
  text-decoration: none;
}

.hakkimizda-page .page-header {
  text-align: center;
  margin-bottom: 3rem;
}

.hakkimizda-page .page-title {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e5c5aa, #c69c9d, #b3708a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.hakkimizda-page .page-subtitle {
  font-size: 1.2rem;
  color: #b3708a;
}

.hakkimizda-page .about-hero {
  background: linear-gradient(135deg, #2d1b2e, #1a1625);
  border: 1px solid #59253a;
  border-radius: 30px;
  padding: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.hakkimizda-page .about-hero h2 {
  font-size: 2rem;
  color: #e5c5aa;
  margin-bottom: 1rem;
}

.hakkimizda-page .about-hero p {
  color: #b3708a;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.hakkimizda-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.hakkimizda-page .stat-item {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s;
}

.hakkimizda-page .stat-item:hover {
  transform: translateY(-5px);
  border-color: #FFD700;
}

.hakkimizda-page .stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: #e5c5aa;
}

.hakkimizda-page .stat-label {
  color: #b3708a;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hakkimizda-page .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 3rem 0;
}

.hakkimizda-page .content-box {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 2rem;
}

.hakkimizda-page .content-box h3 {
  font-size: 1.5rem;
  color: #e5c5aa;
  margin-bottom: 1rem;
  position: relative;
}

.hakkimizda-page .content-box h3:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #722f44, #c9a27d);
}

.hakkimizda-page .content-box p {
  color: #b3708a;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.hakkimizda-page .content-box ul {
  list-style: none;
  margin-top: 1rem;
}

.hakkimizda-page .content-box ul li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #b3708a;
}

.hakkimizda-page .content-box ul li i {
  color: #c9a27d;
  width: 20px;
}

.hakkimizda-page .cta-section {
  background: linear-gradient(135deg, #2d1b2e, #1a1625);
  border: 1px solid #59253a;
  border-radius: 30px;
  padding: 3rem;
  text-align: center;
  margin: 3rem 0;
}

.hakkimizda-page .cta-title {
  font-size: 2rem;
  color: #e5c5aa;
  margin-bottom: 1rem;
}

.hakkimizda-page .cta-text {
  color: #b3708a;
  margin-bottom: 1.5rem;
}

.hakkimizda-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hakkimizda-page .btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hakkimizda-page .btn-primary {
  background: linear-gradient(135deg, #722f44, #59253a);
  color: #e5c5aa;
  border: 1px solid #c9a27d;
}

.hakkimizda-page .btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #8b3a55, #6e2f46);
}

.hakkimizda-page .btn-secondary {
  background: transparent;
  border: 1px solid #c9a27d;
  color: #e5c5aa;
}

.hakkimizda-page .btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(201, 162, 125, 0.1);
}

.hakkimizda-page .district-section {
  margin: 3rem 0;
}

.hakkimizda-page .district-title {
  font-size: 2rem;
  color: #e5c5aa;
  text-align: center;
  margin-bottom: 2rem;
}

.hakkimizda-page .district-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.hakkimizda-page .district-card {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s;
}

.hakkimizda-page .district-card:hover {
  transform: translateY(-5px);
  border-color: #FFD700;
}

.hakkimizda-page .district-card h4 {
  font-size: 1.3rem;
  color: #e5c5aa;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hakkimizda-page .district-card ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hakkimizda-page .district-card ul li {
  color: #b3708a;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0;
}

.hakkimizda-page .district-card ul li i {
  color: #c9a27d;
  font-size: 0.6rem;
}

.hakkimizda-page .district-card p {
  color: #b3708a;
  font-style: italic;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
}

.hakkimizda-page .faq-section {
  margin: 3rem 0;
}

.hakkimizda-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.hakkimizda-page .faq-item {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 15px;
  padding: 1.5rem;
  transition: all 0.3s;
}

.hakkimizda-page .faq-item:hover {
  border-color: #FFD700;
  transform: translateY(-3px);
}

.hakkimizda-page .faq-question {
  font-size: 1rem;
  color: #e5c5aa;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.hakkimizda-page .faq-question i {
  color: #FFD700;
  font-size: 1rem;
}

.hakkimizda-page .faq-answer {
  color: #b3708a;
  font-size: 0.85rem;
  line-height: 1.6;
}

.hakkimizda-page .testimonials-section {
  margin: 3rem 0;
}

.hakkimizda-page .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.hakkimizda-page .testimonial-item {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s;
}

.hakkimizda-page .testimonial-item:hover {
  transform: translateY(-5px);
  border-color: #FFD700;
}

.hakkimizda-page .testimonial-item::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  color: rgba(201, 162, 125, 0.2);
  font-family: serif;
}

.hakkimizda-page .testimonial-text {
  color: #e0d0e0;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
}

.hakkimizda-page .testimonial-author {
  color: #e5c5aa;
  font-weight: 600;
  text-align: right;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.hakkimizda-page .testimonial-author i {
  color: #FFD700;
}

.hakkimizda-page .services-section {
  margin: 3rem 0;
}

.hakkimizda-page .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.hakkimizda-page .service-card {
  background: #2a1e2a;
  border: 1px solid #59253a;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s;
}

.hakkimizda-page .service-card:hover {
  transform: translateY(-5px);
  border-color: #FFD700;
}

.hakkimizda-page .service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(114, 47, 68, 0.2);
  border: 1px solid #c9a27d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5c5aa;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.hakkimizda-page .service-card:hover .service-icon {
  background: rgba(255, 215, 0, 0.15);
  border-color: #FFD700;
  transform: scale(1.05);
}

.hakkimizda-page .service-card h4 {
  font-size: 1.2rem;
  color: #e5c5aa;
  margin-bottom: 0.5rem;
}

.hakkimizda-page .service-card p {
  color: #b3708a;
  font-size: 0.85rem;
  line-height: 1.5;
}

@media (max-width: 992px) {

  .hakkimizda-page .two-column,
  .hakkimizda-page .district-grid,
  .hakkimizda-page .faq-grid,
  .hakkimizda-page .testimonials-grid,
  .hakkimizda-page .services-grid {
    grid-template-columns: 1fr;
  }

  .hakkimizda-page .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hakkimizda-page .page-title {
    font-size: 2rem;
  }

  .hakkimizda-page .about-hero {
    padding: 1.5rem;
  }

  .hakkimizda-page .about-hero h2 {
    font-size: 1.3rem;
  }

  .hakkimizda-page .about-hero p {
    font-size: 0.9rem;
  }

  .hakkimizda-page .content-box {
    padding: 1.5rem;
  }

  .hakkimizda-page .content-box h3 {
    font-size: 1.2rem;
  }

  .hakkimizda-page .cta-section {
    padding: 1.5rem;
  }

  .hakkimizda-page .cta-title {
    font-size: 1.3rem;
  }

  .hakkimizda-page .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
  }

  .hakkimizda-page .district-card ul {
    grid-template-columns: 1fr;
  }

  .hakkimizda-page .district-card {
    padding: 1.2rem;
  }

  .hakkimizda-page .district-card h4 {
    font-size: 1.1rem;
  }

  .hakkimizda-page .faq-item {
    padding: 1rem;
  }

  .hakkimizda-page .faq-question {
    font-size: 0.9rem;
  }

  .hakkimizda-page .faq-answer {
    font-size: 0.75rem;
  }

  .hakkimizda-page .testimonial-item {
    padding: 1.2rem;
  }

  .hakkimizda-page .testimonial-text {
    font-size: 0.8rem;
  }

  .hakkimizda-page .service-card {
    padding: 1.2rem;
  }

  .hakkimizda-page .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .hakkimizda-page .service-card h4 {
    font-size: 1rem;
  }

  .hakkimizda-page .service-card p {
    font-size: 0.75rem;
  }
}

/* ===== KESİN ÇÖZÜM - MODEL KARTI ALT KESİLME ===== */

/* Tüm model kartları için */
.model-card-wrapper,
.model-card {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
}

.model-card-wrapper .model-image {
    overflow: hidden !important;  /* Sadece resim için gizle, kart için değil */
    aspect-ratio: 3 / 4;
}

.model-info {
    padding: 12px 10px 20px 10px !important;  /* Alt padding ARTTIRILDI */
    margin-bottom: 0 !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    text-align: center !important;
}

.model-name {
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
    white-space: normal !important;
    word-break: keep-all !important;
}

.model-meta {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

/* Mobil için ekstra düzeltme */
@media (max-width: 480px) {
    .model-info {
        padding: 8px 6px 16px 6px !important;  /* Mobilde de alt boşluk bırak */
    }
    
    .model-name {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }
    
    .model-meta {
        font-size: 0.55rem !important;
        line-height: 1.4 !important;
    }
    
    .models-grid {
        gap: 0.5rem !important;
        margin-bottom: 1rem !important;
    }
}

/* Öne çıkan kartlar için */
.featured-card-4 {
    overflow: visible !important;
    height: auto !important;
}

.featured-info-area-4 {
    padding: 12px 12px 22px 12px !important;
    overflow: visible !important;
}

.featured-name-4 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
}

.featured-location-4 {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
}

/* Sayfa sonundaki boşluk - listenin altına ekstra mesafe */
.models-grid:last-child {
    margin-bottom: 30px !important;
}

.index-container {
    padding-bottom: 20px !important;
}

/* Varsayılan: MOBİL - 4'lü grid */
.responsive-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* TABLET - 3'lü grid */
@media (max-width: 992px) {
    .responsive-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MOBİL - 2'li grid */
@media (max-width: 768px) {
    .responsive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ÇOK DAR EKRAN - 1'li grid */
@media (max-width: 480px) {
    .responsive-grid {
        grid-template-columns: 1fr;
    }
}

/* PC ve BÜYÜK EKRANLAR - 5'li grid */
@media (min-width: 1200px) {
    .responsive-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* ÇOK BÜYÜK EKRANLAR - 6'lı grid */
@media (min-width: 1920px) {
    .responsive-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* ========== ÖNE ÇIKAN KARTLAR İÇİN SERVİS BADGE'LERİ ========== */
.model-service-badges-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 15;
}

.service-badge-overlay {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.7);
    color: #fff;
}

.service-badge-overlay i {
    font-size: 10px;
}

.service-badge-overlay.home {
    background: rgba(46, 204, 113, 0.9);
}

.service-badge-overlay.unlimited {
    background: rgba(52, 152, 219, 0.9);
}

.service-badge-overlay.original {
    background: rgba(231, 76, 60, 0.9);
}

/* Otel & Rezidans için (service_location = ev_otel_rezidans ise) */
.service-badge-overlay.hotel {
    background: rgba(155, 89, 182, 0.9);
}