/* =====================================================================
   pages.css — .su view'larindan tasinan sayfa-ozel stiller (Faz A).
   views/Layouts/mainLayout.su tek sefer yukler, style.css'ten SONRA.

   KURAL: yalnizca benzersiz sayfa-prefixli siniflar — ciplak element /
   Bootstrap selektoru yok, !important yok, global @keyframes yok.
   Bu kurala uymayan bloklar kendi view'inda kalir (Faz B).

   Her blok hangi view'dan geldiyse basliginda yazar.
   Duzenledikce mainLayout.su'daki ?v= surumunu artir.
   ===================================================================== */


/* ===== views/notification.su ===== */
.notif-page {
  min-height: 78vh;
  padding: 32px 0 64px;
}

.notif-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}

.notif-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.notif-head h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.notif-head .sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin: 2px 0 0;
}

.notif-mark-all {
  background: transparent;
  border: 1px solid #2a2a2a;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  transition: all .15s ease;
}

.notif-mark-all:hover {
  border-color: #e50914;
  color: #fff;
}

.notif-mark-all:disabled {
  opacity: .4;
  cursor: default;
}

.notif-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.notif-chip {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: all .15s ease;
}

.notif-chip.active {
  background: #e50914;
  border-color: #e50914;
  color: #fff;
}

.notif-list {
  display: grid;
  gap: 8px;
}

.notif-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #141414;
  border: 1px solid #232323;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.notif-item:hover {
  background: #1c1c1c;
  border-color: #333;
  transform: translateX(2px);
  color: inherit;
  text-decoration: none;
}

.notif-item.is-unread {
  background: #1a1517;
  border-color: #3a2226;
}

.notif-item.is-unread .notif-item-title {
  color: #fff;
}

.notif-ico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(229, 9, 20, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e50914;
  font-size: 25px;
  overflow: hidden;
}

.notif-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.notif-item-body {
  flex: 1;
  min-width: 0;
}

.notif-item-title {
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 3px;
  line-height: 1.35;
}

.notif-item-msg {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 6px;
  line-height: 1.45;
}

.notif-item-time {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.notif-unread-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e50914;
  margin-top: 10px;
}

.notif-item.is-read .notif-unread-dot {
  visibility: hidden;
}

.notif-empty {
  text-align: center;
  padding: 72px 24px;
  border: 1px dashed #2a2a2a;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.45);
}

.notif-empty i {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.notif-empty h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.notif-more {
  margin-top: 16px;
  text-align: center;
}

.notif-more a {
  display: inline-block;
  padding: 9px 22px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-decoration: none;
  transition: all .15s ease;
}

.notif-more a:hover {
  border-color: #e50914;
  color: #fff;
}


/* ===== views/cart.su ===== */
.cart-item-row {
  background: #1a1a1a;
  border-radius: 12px;
}

.cart-item-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
}

.cart-summary-card {
  background: #1a1a1a;
}


/* ===== views/about.su ===== */
.platform-about-section {
  background: #0a0a0a;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.platform-about-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(229, 9, 20, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.platform-subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.platform-separator-rect {
  width: 32px;
  height: 3px;
  background: #e50914;
  border-radius: 2px;
}

.platform-subtitle {
  color: #e50914;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.platform-title {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
}

.platform-desc {
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.platform-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.platform-image-wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.platform-advantages {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
}

.platform-advantages li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e8e8e8;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.platform-advantages li:last-child {
  border-bottom: none;
}

.platform-advantages i {
  color: #e50914;
  font-size: 18px;
  flex-shrink: 0;
}

.platform-stats-row {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.platform-stat-item {
  text-align: center;
}

.platform-stat-number {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 6px;
}

.platform-stat-number span {
  color: #e50914;
}

.platform-stat-label {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.platform-why-cards {
  margin-top: 60px;
}

.platform-why-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.platform-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 9, 20, 0.35);
}

.platform-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(229, 9, 20, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.platform-why-icon i {
  color: #e50914;
  font-size: 24px;
}

.platform-why-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.platform-why-text {
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}

.platform-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e50914;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-top: 28px;
  box-shadow: 0 8px 24px rgba(229, 9, 20, 0.3);
  transition: all 0.25s ease;
}

.platform-cta-btn:hover {
  background: #ff1f2a;
  color: #fff;
  box-shadow: 0 10px 30px rgba(229, 9, 20, 0.45);
}

@media (max-width: 991px) {
  .platform-title {
    font-size: 30px;
  }

  .platform-stat-number {
    font-size: 28px;
  }
}


/* ===== views/pricing.su ===== */
/* Sadece toggle switch'e ait stiller - kart stilleri mevcut theme'den geliyor */
.pricing-cycle-toggle {
  display: inline-flex;
  align-items: center;
  background: #f1f1f4;
  border-radius: 50px;
  padding: 4px;
}

.pricing-cycle-toggle .cycle-btn {
  border: none;
  background: transparent;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  color: #6c6c6c;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}

.pricing-cycle-toggle .cycle-btn.active {
  color: #fff;
  background: var(--bs-primary, #d21c74);
}


/* ===== views/error.su ===== */
.error-404-section {
  /* Ekran yuksekliginden footer ve header payini cikarir */
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
