/* ==========================================================================
   HARMONİ - PEMBE PANJUR RESMİ TEMASI (BİLİMSEL EŞLEŞTİRME & CİDDİ EVLİLİK)
   Işıltılı Beyaz & Sıcak Pembe Panjur Tasarımı, Yüksek Dönüşümlü & Prestijli
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap');

:root {
  /* Pembe Panjur İmza Renk Paleti */
  --primary-rose: #E11D48;
  --primary-rose-hover: #BE123C;
  --primary-rose-light: #FFF1F2;
  --primary-rose-subtle: rgba(225, 29, 72, 0.08);
  --primary-rose-glow: rgba(225, 29, 72, 0.25);
  --pink-accent: #F43F5E;
  --pink-soft: #FFE4E6;

  --accent-gold: #D97706;
  --accent-gold-light: #FEF3C7;
  --accent-gold-glow: rgba(217, 119, 6, 0.25);

  --accent-emerald: #059669;
  --accent-emerald-light: #ECFDF5;
  --accent-sky: #0284C7;

  /* Arka Planlar (Temiz, Ferah ve Güven Veren Pembe Panjur Beyaz & Açık Gül) */
  --bg-deep: #FDF2F4;
  --bg-page: #FAF7F8;
  --bg-surface: #FFFFFF;
  --bg-surface-elevated: #FFFFFF;
  --bg-surface-soft: #FFF5F7;
  --bg-glass: rgba(255, 255, 255, 0.95);

  /* Kenarlıklar */
  --border-subtle: #F1E5E9;
  --border-medium: #E5D5DA;
  --border-focus: #E11D48;
  --border-gold: #FDE68A;

  /* Tipografi */
  --text-primary: #0F172A;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-inverse: #FFFFFF;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Yumuşak Pembe Panjur Gölgeleri */
  --shadow-sm: 0 2px 6px rgba(225, 29, 72, 0.04);
  --shadow-md: 0 8px 24px rgba(225, 29, 72, 0.08);
  --shadow-lg: 0 16px 40px rgba(225, 29, 72, 0.12);
  --shadow-rose: 0 8px 25px rgba(225, 29, 72, 0.22);
  --shadow-gold: 0 8px 25px rgba(217, 119, 6, 0.2);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  background-color: var(--bg-page);
  color: var(--text-primary);
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.55;
  overflow-x: hidden;
  background: var(--bg-page);
  background-image: 
    radial-gradient(at 0% 0%, rgba(244, 63, 94, 0.06) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(217, 119, 6, 0.04) 0px, transparent 50%);
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
  user-select: none;
}

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

/* ==========================================================================
   1. Üst Güvenlik Barı & Header (Pembe Panjur Şıklığı)
   ========================================================================== */
.top-safety-bar {
  background: linear-gradient(90deg, #E11D48, #BE123C);
  color: #FFFFFF;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  box-shadow: 0 2px 8px rgba(225, 29, 72, 0.2);
}

.top-safety-bar strong {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-subtle);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-heart-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.35);
}

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

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: #0F172A;
  letter-spacing: -0.02em;
}

.brand-name span {
  color: var(--primary-rose);
}

.brand-slogan {
  font-size: 0.68rem;
  color: var(--primary-rose);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: -2px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-item {
  font-size: 0.92rem;
  font-weight: 700;
  color: #475569;
  padding: 0.5rem 0.25rem;
  position: relative;
  transition: all var(--transition);
}

.nav-item:hover, .nav-item.active {
  color: var(--primary-rose);
}

.nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-rose);
  border-radius: var(--radius-full);
}

/* Header Butonları */
.btn-login-trigger {
  background: transparent;
  color: #334155;
  border: 1.5px solid #CBD5E1;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.5rem 1.15rem;
  border-radius: var(--radius-md);
  transition: all var(--transition);
}

.btn-login-trigger:hover {
  background: var(--primary-rose-light);
  border-color: var(--primary-rose);
  color: var(--primary-rose);
}

.btn-register-trigger {
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.55rem 1.35rem;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.35);
  transition: all var(--transition);
}

.btn-register-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 29, 72, 0.45);
}

.btn-vip-upgrade {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: var(--shadow-gold);
  transition: all var(--transition);
}

.icon-counter-btn {
  background: #FFFFFF;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.counter-badge {
  background: var(--primary-rose);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: var(--radius-full);
}

.btn-my-profile {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.9rem;
  background: #FFFFFF;
  border: 1.5px solid var(--border-medium);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: #0F172A;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.header-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--primary-rose);
}

.gender-membership-badge {
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}

.gender-membership-badge.female {
  background: #FFF1F2;
  color: #E11D48;
  border: 1px solid #FECDD3;
}

.gender-membership-badge.male-free {
  background: #FEF3C7;
  color: #B45309;
  border: 1px solid #FDE68A;
}

/* ==========================================================================
   2. Karşılama Ekranı (Pembe Panjur Romantic Hero)
   ========================================================================== */
.landing-hero-section {
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, #FFF1F2 0%, #FFFFFF 45%, #FDF2F8 100%);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

.landing-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #FECDD3;
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary-rose);
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.landing-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: #0F172A;
  line-height: 1.18;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.landing-title span {
  color: var(--primary-rose);
}

.landing-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.landing-features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.bullet-icon {
  font-size: 1.3rem;
  line-height: 1;
}

.feature-bullet strong {
  color: #0F172A;
  font-size: 0.95rem;
  display: block;
}

.feature-bullet span {
  color: #64748B;
  font-size: 0.85rem;
}

/* Pembe Panjur Hızlı Kayıt Kartı */
.landing-auth-card {
  background: #FFFFFF;
  border: 1.5px solid #FBCFE8;
  border-radius: 22px;
  padding: 2.5rem;
  box-shadow: 0 12px 35px rgba(225, 29, 72, 0.12);
}

.auth-card-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.auth-gender-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.gender-select-card {
  background: #FFF5F7;
  border: 2px solid #FCE7F3;
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
}

.gender-select-card:hover {
  border-color: #FDA4AF;
}

.gender-select-card.selected {
  background: #FFF1F2;
  border-color: var(--primary-rose);
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.15);
}

.gender-select-card h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.2rem;
}

.gender-select-card span {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--primary-rose);
}

.finder-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.35rem;
}

.filter-control {
  width: 100%;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #0F172A;
  transition: all var(--transition);
}

.filter-control:focus {
  background: #FFFFFF;
  border-color: var(--primary-rose);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.1);
}

.btn-find-matches {
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.9rem 1.5rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.35);
  transition: all var(--transition);
}

.btn-find-matches:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(225, 29, 72, 0.45);
}

/* ==========================================================================
   3. Çevrimiçi Şerit & Eşleşme Kataloğu (Pembe Panjur Kartları)
   ========================================================================== */
.catalog-section {
  padding: 3.5rem 0 5rem;
}

.pp-online-strip-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 1.25rem 1.75rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
}

.pp-online-strip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pp-live-indicator-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pp-live-pulse-dot {
  width: 10px;
  height: 10px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  animation: pulseLive 1.5s infinite;
}

@keyframes pulseLive {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.pp-live-count-badge {
  background: #ECFDF5;
  color: #059669;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  border: 1px solid #A7F3D0;
}

.pp-live-subtext {
  font-size: 0.8rem;
  color: #64748B;
}

.pp-online-avatars-row {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.pp-story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.pp-story-avatar-wrap {
  position: relative;
  width: 56px;
  height: 56px;
}

.pp-story-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--primary-rose);
  padding: 2px;
  object-fit: cover;
}

.pp-story-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: #10B981;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.pp-story-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 2.25rem;
}

.filter-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 1.75rem;
  height: fit-content;
  box-shadow: var(--shadow-sm);
}

.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.75rem;
}

.filter-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0F172A;
}

.btn-reset-filters {
  font-size: 0.8rem;
  color: var(--primary-rose);
  font-weight: 700;
}

.filter-group {
  margin-bottom: 1.2rem;
}

.filter-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.35rem;
}

/* Profil Kartları Izgarası */
.profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.profile-card {
  background: #FFFFFF;
  border: 1px solid #F1E5E9;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.profile-card:hover {
  transform: translateY(-4px);
  border-color: #FECDD3;
  box-shadow: 0 12px 30px rgba(225, 29, 72, 0.12);
}

.card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  background: #F8FAFC;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-match-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: var(--primary-rose);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #FECDD3;
}

.card-online-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(16, 185, 129, 0.9);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.card-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0F172A;
}

.card-location {
  font-size: 0.82rem;
  color: #64748B;
  margin-bottom: 0.6rem;
}

.card-bio {
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Pembe Panjur Bilimsel Uyum Çizgisi */
.card-compatibility-bar {
  background: #FFF5F7;
  border: 1px solid #FCE7F3;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  margin-bottom: 1.15rem;
}

.comp-bar-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748B;
  margin-bottom: 0.35rem;
}

.comp-bar-track {
  width: 100%;
  height: 6px;
  background: #E2E8F0;
  border-radius: var(--radius-full);
  overflow: hidden;
}

.comp-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #F43F5E, #E11D48);
  border-radius: var(--radius-full);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 0.65rem;
  margin-top: auto;
}

.btn-wink {
  background: #FFF1F2;
  color: var(--primary-rose);
  border: 1.5px solid #FECDD3;
  border-radius: 10px;
  padding: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transition: all var(--transition);
}

.btn-wink:hover {
  background: #FFE4E6;
  border-color: var(--primary-rose);
}

.btn-chat-trigger {
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.25);
  transition: all var(--transition);
}

.btn-chat-trigger:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/* ==========================================================================
   4. Modallar & Pencereler (Pembe Panjur Temiz Beyaz Kartlar)
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.modal-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.modal-box {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 22px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.btn-close-modal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  background: #F1F5F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #64748B;
  cursor: pointer;
  transition: all var(--transition);
  z-index: 10;
}

.btn-close-modal:hover {
  background: #FFE4E6;
  color: var(--primary-rose);
}

/* Pembe Panjur Gold VIP Modal Tasarımı */
.pp-vip-modal-box {
  max-width: 620px;
  padding: 2.25rem;
}

.pp-vip-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #FEF3C7;
  color: #B45309;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
  border: 1px solid #FDE68A;
}

.pp-packages-selector {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.pp-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8FAFC;
  border: 2px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.1rem 1.35rem;
  cursor: pointer;
  transition: all var(--transition);
}

.pp-plan-row:hover {
  border-color: #FDA4AF;
}

.pp-plan-row.selected {
  background: #FFF1F2;
  border-color: var(--primary-rose);
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.12);
}

.pp-plan-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pp-plan-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0F172A;
}

.pp-plan-sub {
  font-size: 0.8rem;
  color: #64748B;
}

.pp-plan-price {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--primary-rose);
}

.pp-plan-save-tag {
  background: #FEF3C7;
  color: #B45309;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 0.5rem;
}

.pp-payment-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.pp-tab-btn {
  background: #F1F5F9;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
}

.pp-tab-btn.active {
  background: #FFFFFF;
  border-color: var(--primary-rose);
  color: var(--primary-rose);
  box-shadow: var(--shadow-sm);
}

.pp-card-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pp-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pp-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.3rem;
}

.pp-input {
  width: 100%;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
  color: #0F172A;
}

.pp-input:focus {
  background: #FFF;
  border-color: var(--primary-rose);
}

.pp-privacy-notice {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: #475569;
  margin: 0.5rem 0 1rem;
}

.btn-pp-submit-payment {
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0.95rem;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.35);
}

/* Toast Bildirimleri */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: #0F172A;
  color: #FFFFFF;
  padding: 0.9rem 1.4rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: slideToast 0.3s ease;
  transition: opacity 0.3s ease;
}

@keyframes slideToast {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Canlı Sohbet Modalı */
.chat-modal-box {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  height: 600px;
  padding: 0;
  overflow: hidden;
}

.chat-header {
  padding: 1.25rem;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-rose);
}

.chat-messages-body {
  flex: 1;
  padding: 1.25rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: #FAF7F8;
}

.chat-msg {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.chat-msg.them {
  background: #FFFFFF;
  color: #0F172A;
  border: 1px solid var(--border-subtle);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.chat-msg.me {
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  color: #FFFFFF;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-input-area {
  padding: 1rem;
  background: #FFFFFF;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  gap: 0.65rem;
}

.chat-input-field {
  flex: 1;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-full);
  padding: 0.65rem 1.15rem;
  font-size: 0.9rem;
  color: #0F172A;
}

.btn-chat-send {
  width: 42px;
  height: 42px;
  background: var(--primary-rose);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   5. Responsive Uyumluluk
   ========================================================================== */
@media (max-width: 1024px) {
  .landing-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .header-nav {
    display: none;
  }
}
