/* OVAL FLOATING NAVBAR STİLLERİ (FIXED) */
.site-header {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  pointer-events: none;
}

.nav-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(234, 234, 234, 0.9);
  border-radius: 60px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  transition: all 0.3s ease;
}

/* Sol Logo */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-left: 30px;
}

.brand-seal {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4C233C 0%, #2A1321 100%);
  color: #EBD8B8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(235, 216, 184, 0.4);
  box-shadow: 0 4px 12px rgba(76, 35, 60, 0.2);
}

.brand-seal svg,
.brand-seal img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.brand-text-group {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 16.5px;
  font-weight: 700;
  color: #1C1D21;
  line-height: 1.2;
}

.brand-title {
  font-size: 11px;
  color: #777777;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Orta Menü */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 52px;
  position: absolute;
  left: 48.5%;
  transform: translateX(-50%);
}

.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link.active {
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-decoration: none !important;
  transition: color 0.25s ease;
  position: relative;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: #4C233C !important;
  font-weight: 600;
}

/* Sağ Buton & Sosyal Medya İkonları */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 30px;
}

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border: none;
  color: #4C233C;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nav-cta-btn:hover {
  color: #2A1321;
  transform: scale(1.1);
}

.nav-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* MENÜ İÇİ SOSYAL MEDYA İKON BARI */
.menu-social-bar {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding-top: 6px;
  margin-top: 4px;
  border-top: none;
}

.menu-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F8F6F2;
  border: 1px solid rgba(76, 35, 60, 0.12);
  color: #4C233C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-social-icon:hover {
  background: #4C233C;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 35, 60, 0.2);
}

.menu-social-icon.wa {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.2);
  color: #25D366;
}

.menu-social-icon.wa:hover {
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* MENÜ İÇİ TELİF HAKKI (COPYRIGHT) */
.menu-copyright {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.menu-copyright p {
  font-size: 11.5px;
  color: #888888;
  line-height: 1.4;
  margin: 0;
}

.menu-copyright a {
  color: #4C233C;
  font-weight: 600;
  text-decoration: none;
}

.menu-copyright a:hover {
  text-decoration: none;
}

.mobile-toggle-btn {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: #1C1D21;
  cursor: pointer;
}

/* HERO GÖRSEL BANNER TASARIMI (TAM EKRAN - FIRST FOLD) */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 220px 0 150px 0;
  background: #ffffff;
  border-bottom: 1px solid #F0F0F0;
}

.hero-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.hero-card-banner {
  background: linear-gradient(135deg, #FBF8F5 0%, #FFFFFF 100%);
  border: 1px solid rgba(76, 35, 60, 0.12);
  border-radius: 36px;
  padding: 60px 68px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 50px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  background: #ffffff;
  border: 1px solid rgba(76, 35, 60, 0.15);
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #4C233C;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.badge-dot {
  width: 7px;
  height: 7px;
  background-color: #4C233C;
  border-radius: 50%;
}

.hero-title {
  font-size: 30px;
  font-weight: 700;
  color: #1C1D21;
  line-height: 1.35;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.hero-highlight {
  color: #4C233C;
}

.hero-desc {
  font-size: 13px;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
  font-family: 'Poppins', sans-serif;
}

.hero-btn.primary-btn {
  background: #4C233C;
  color: #ffffff;
  border: 1px solid #4C233C;
  box-shadow: 0 10px 25px rgba(76, 35, 60, 0.2);
}

.hero-btn.primary-btn:hover {
  background: #36182a;
  border-color: #36182a;
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(76, 35, 60, 0.3);
}

.hero-btn.whatsapp-btn {
  background-color: #ffffff;
  color: #1C1D21;
  border: 1px solid rgba(76, 35, 60, 0.15);
}

.hero-btn.whatsapp-btn i {
  color: #25D366;
  font-size: 18px;
}

.hero-btn.whatsapp-btn:hover {
  background-color: #ffffff;
  border-color: #4C233C;
  color: #4C233C;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Sağ Görsel Alanı ve Yüzen Rozetler */
.hero-card-right {
  position: relative;
  width: 100%;
}

.hero-card-image-wrapper {
  width: 100%;
  height: 380px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-card-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Görsel Üzerindeki Yüzen Cam Efektli Rozetler */
.floating-img-badge {
  position: absolute;
  background: rgba(28, 29, 33, 0.82);
  backdrop-filter: blur(12px);
  padding: 10px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 5;
  transition: all 0.3s ease;
}

.floating-img-badge:hover {
  transform: translateY(-2px);
  background: rgba(28, 29, 33, 0.92);
}

.floating-img-badge.top-badge {
  top: 20px;
  left: 20px;
}

.floating-img-badge.bottom-badge {
  bottom: 20px;
  right: 20px;
}

.floating-img-badge i {
  color: #EBD8B8;
  font-size: 16px;
}

.floating-img-badge span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Hızlı İstatistik & Güven Çizgisi */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(76, 35, 60, 0.08);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-size: 22px;
  font-weight: 700;
  color: #4C233C;
  line-height: 1.1;
}

.stat-text {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 32px;
  background-color: rgba(76, 35, 60, 0.12);
}

/* Sağ Taraf Fotoğraf Görseli ve Kart */
.hero-right-visual {
  position: relative;
}

.hero-img-box {
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(234, 234, 234, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hero-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-img-box:hover img {
  transform: scale(1.04);
}

.hero-img-overlay-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(28, 29, 33, 0.88);
  backdrop-filter: blur(16px);
  padding: 14px 24px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-img-overlay-card i {
  color: #EBD8B8;
  font-size: 20px;
}

.hero-img-overlay-card span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .site-header {
    top: 30px;
  }

  .nav-container {
    width: calc(100% - 48px);
    max-width: 1280px;
    padding: 26px 34px;
    min-height: 78px;
  }

  .hero-section {
    padding: 230px 0 90px 0;
    min-height: auto;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: 100%;
    transform: none;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(76, 35, 60, 0.12);
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    padding: 24px 28px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 99999;
    pointer-events: auto;
    animation: menuSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .nav-menu.active {
    display: flex !important;
  }

  .nav-menu.active .menu-social-bar {
    display: flex !important;
  }

  .nav-menu.active .menu-copyright {
    display: block !important;
  }

  /* TELEFON VE TABLETTE FOOTER ÜZERİNDEYKEN KOYU CAM NAVBAR */
  .nav-container.on-footer {
    background: rgba(28, 29, 33, 0.95);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.4);
  }

  .nav-container.on-footer .brand-seal {
    background: #4C233C;
    border-color: rgba(235, 216, 184, 0.5);
    color: #EBD8B8;
  }

  .nav-container.on-footer .mobile-toggle-btn {
    color: #ffffff;
  }

  .nav-container.on-footer .mobile-toggle-btn svg path {
    fill: #ffffff !important;
  }

  .nav-container.on-footer .nav-menu {
    background: rgba(24, 25, 29, 0.98);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  }

  .nav-container.on-footer .nav-menu .nav-link {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .nav-container.on-footer .nav-menu .nav-link:hover {
    color: #EBD8B8;
  }

  .nav-container.on-footer .menu-social-icon {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
  }

  .nav-container.on-footer .menu-social-icon:hover {
    background: #4C233C;
    color: #ffffff;
  }

  .nav-container.on-footer .menu-copyright p {
    color: #aaaaaa;
  }

  .nav-container.on-footer .menu-copyright a {
    color: #EBD8B8;
  }

  .nav-menu .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #1C1D21;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: none !important;
    text-decoration: none !important;
    display: block;
  }

  .nav-menu .nav-link:last-child {
    border: none !important;
  }

  .nav-cta-btn {
    display: none;
  }

  .mobile-toggle-btn {
    display: block;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .mobile-toggle-btn.active {
    transform: rotate(180deg);
  }

  .mobile-toggle-btn:active {
    transform: scale(0.9);
  }

  @keyframes menuSlideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Tablet Ekranlarında (768px - 1024px): İçerik Solda, Görsel Sağda */
  .hero-card-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 40px 32px;
    text-align: left;
  }

  .hero-card-content {
    order: 1;
    flex: 1;
    align-items: flex-start;
    text-align: left;
    width: auto;
  }

  .hero-badge {
    margin-bottom: 18px;
    padding: 6px 18px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 18px;
  }

  .hero-desc {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 4px;
  }

  .hero-card-right {
    order: 2;
    flex: 1;
    width: auto;
  }

  .hero-card-image-wrapper {
    height: 380px;
    width: 100%;
    margin: 0;
  }

  .hero-dual-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-left-content {
    text-align: center;
    align-items: center;
  }

  .hero-img-box {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .site-header {
    top: 36px;
  }

  .nav-container {
    width: calc(100% - 32px);
    padding: 22px 24px;
    min-height: 74px;
  }

  .hero-section {
    padding: 190px 0 70px 0;
  }

  .hero-card-banner {
    flex-direction: column;
    text-align: center;
    padding: 42px 24px;
    gap: 0;
  }

  .hero-card-right {
    display: none !important;
  }

  .hero-card-content {
    order: 1;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hero-badge {
    margin-bottom: 24px;
    padding: 8px 20px;
  }

  .hero-title {
    text-align: center;
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .hero-desc {
    text-align: center;
    font-size: 14.5px;
    line-height: 1.9;
    margin: 0 auto 32px auto;
  }

  .hero-actions {
    justify-content: center;
    gap: 14px;
  }
}

@media (max-width: 576px) {
  .site-header {
    top: 34px;
  }

  .nav-container {
    width: calc(100% - 28px);
    padding: 20px 22px;
    min-height: 70px;
  }

  .hero-section {
    padding: 185px 0 70px 0;
  }

  .hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-card-banner {
    padding: 40px 22px;
    border-radius: 28px;
    gap: 0;
  }

  .hero-card-right {
    display: none !important;
  }

  .hero-badge {
    margin-bottom: 24px;
    padding: 8px 20px;
  }

  .hero-title {
    font-size: 25px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .hero-desc {
    font-size: 14.5px;
    line-height: 1.95;
    margin-bottom: 34px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }
}
