/**
 * Byte Software - Refined ZP-inspired edition
 * Geist tipografi, ALL CAPS başlıklar, sıcak kırmızı gradient,
 * büyük hero, ZP-tarzı product grid pricing.
 */
:root {
  --font-display: 'Geist', 'Plus Jakarta Sans', 'Inter', sans-serif;
  --color-accent-warm: #ff3b3b;
  --color-accent-deep: #d71919;
}

/* ============================================================
   1. SCROLL PROGRESS — ince ve sessiz
   ============================================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: linear-gradient(90deg,
    rgba(198, 40, 40, 0) 0%,
    var(--color-accent) 50%,
    rgba(198, 40, 40, 0) 100%);
  z-index: 9999;
  pointer-events: none;
  transition: width 0.1s linear;
  opacity: 0.85;
}

/* ============================================================
   2. HERO — ZP-tarzı agresif radial + animated mesh
   ============================================================ */
.hero-enhanced {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: clamp(7rem, 13vw, 11rem) var(--space-4) clamp(5rem, 10vw, 8rem);
  overflow: hidden;
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(255,60,60,.22), transparent 50%),
    radial-gradient(900px 600px at 100% 100%, rgba(215,25,25,.16), transparent 50%),
    #0a0709;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Banner kalkıyor; pure mesh */
.hero-enhanced.hero-bg-banner {
  background-image:
    radial-gradient(1200px 500px at 10% 0%, rgba(255,60,60,.22), transparent 50%),
    radial-gradient(900px 600px at 100% 100%, rgba(215,25,25,.16), transparent 50%) !important;
  background-color: #0a0709 !important;
}

/* Mesh blob layer */
.hero-mesh {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.hero-mesh::before,
.hero-mesh::after,
.hero-mesh > .mesh-blob {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  mix-blend-mode: screen;
  will-change: transform;
}
.hero-mesh::before {
  width: 720px;
  height: 720px;
  top: -25%;
  left: -10%;
  background: radial-gradient(circle, #c62828 0%, rgba(198, 40, 40, 0) 60%);
  animation: meshDrift1 22s ease-in-out infinite;
}
.hero-mesh::after {
  width: 640px;
  height: 640px;
  bottom: -30%;
  right: -10%;
  background: radial-gradient(circle, #7a0d0d 0%, rgba(122, 13, 13, 0) 60%);
  animation: meshDrift2 28s ease-in-out infinite;
}
.hero-mesh .mesh-blob {
  width: 520px;
  height: 520px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #ff5252 0%, rgba(255, 82, 82, 0) 65%);
  opacity: 0.32;
  animation: meshDrift3 32s ease-in-out infinite;
}
@keyframes meshDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(80px, 60px) scale(1.1); }
  66%      { transform: translate(-40px, 40px) scale(0.95); }
}
@keyframes meshDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-100px, -80px) scale(1.15); }
}
@keyframes meshDrift3 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.25); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-mesh::before,
  .hero-mesh::after,
  .hero-mesh .mesh-blob {
    animation: none;
  }
}

/* Ince grid overlay (çok subtle) */
.hero-enhanced::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: center center;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 75%);
  z-index: 1;
  pointer-events: none;
}

/* Vinyet en alt */
.hero-enhanced::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(5, 5, 5, 0.6) 70%,
    rgba(5, 5, 5, 1) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Eski overlay'i devre dışı bırak */
.hero-enhanced .hero-overlay {
  display: none;
}

/* Hero content - büyütülmüş tipografi */
.hero-enhanced .hero-content {
  position: relative;
  z-index: 3;
  max-width: 920px;
  width: 100%;
  text-align: center;
  will-change: transform;
}
.hero-enhanced .hero-logo,
.hero-enhanced .hero-logo-nobg {
  max-width: clamp(280px, 30vw, 440px) !important;
  max-height: 140px !important;
  margin: 0 auto var(--space-8) !important;
  filter: drop-shadow(0 14px 50px rgba(255, 60, 60, 0.45))
          drop-shadow(0 0 80px rgba(255, 60, 60, 0.25));
  will-change: transform;
}

/* Massive title */
.hero-enhanced .hero-brand-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 6.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.95 !important;
  margin: 0 0 var(--space-6) !important;
  text-shadow: none !important;
  background: linear-gradient(180deg,
    #ffffff 0%,
    #ffffff 50%,
    rgba(255, 200, 200, 0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
}
.hero-enhanced .hero-brand-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-accent-warm), transparent);
  opacity: 0.85;
}
.hero-enhanced .hero-tagline {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 680px;
  margin: var(--space-10) auto var(--space-10) !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

.hero-enhanced .hero-cta {
  gap: var(--space-3);
}
.hero-enhanced .hero-cta .btn {
  min-width: 168px;
  min-height: 52px;
  padding: 0 var(--space-6);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 0.22s ease,
              background 0.22s ease,
              border-color 0.22s ease;
}
.hero-enhanced .hero-cta .btn-primary {
  background: linear-gradient(180deg, var(--color-accent-warm) 0%, var(--color-accent-deep) 100%);
  border: 1px solid rgba(255, 110, 110, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset,
              0 14px 32px -8px rgba(255, 60, 60, 0.55),
              0 0 0 1px rgba(255, 60, 60, 0.25);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}
.hero-enhanced .hero-cta .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset,
              0 20px 40px -8px rgba(255, 60, 60, 0.7),
              0 0 0 1px rgba(255, 60, 60, 0.5);
}
.hero-enhanced .hero-cta .btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}
.hero-enhanced .hero-cta .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

/* Eski hero-label gizleniyor (kullanıcı kaldır dedi) */
.hero-enhanced .hero-label {
  display: none !important;
}

/* ============================================================
   3. SECTIONS — daha ferah, daha modern
   ============================================================ */
.section {
  padding-top: clamp(4rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4rem, 8vw, 7rem) !important;
}
.section-title {
  font-family: var(--font-display) !important;
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  margin-bottom: var(--space-3) !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
.section-title::after {
  display: none;
}
.section-subtitle {
  font-size: 1.05rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
  max-width: 560px;
  margin: 0 auto var(--space-12) !important;
}

/* Eyebrow label */
.section-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  color: var(--color-accent) !important;
  margin-bottom: var(--space-3) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.section-label::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--color-accent);
}

/* ============================================================
   4. SCROLL REVEAL
   ============================================================ */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
              transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-on-scroll[data-delay="1"] { transition-delay: 0.07s; }
.animate-on-scroll[data-delay="2"] { transition-delay: 0.14s; }
.animate-on-scroll[data-delay="3"] { transition-delay: 0.21s; }
.animate-on-scroll[data-delay="4"] { transition-delay: 0.28s; }
.animate-on-scroll[data-delay="5"] { transition-delay: 0.35s; }
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   5. STATS — büyük tipografi, premium kart
   ============================================================ */
.section-stats .stat-grid {
  max-width: 880px;
  margin: 0 auto;
  gap: var(--space-4);
}
.section-stats .stat-box {
  position: relative;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(155deg,
    rgba(22, 22, 22, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.section-stats .stat-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0.5;
}
.section-stats .stat-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 80% at 50% 0%,
    rgba(198, 40, 40, 0.08) 0%,
    transparent 60%);
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.section-stats .stat-box:hover {
  border-color: rgba(198, 40, 40, 0.3);
}
.section-stats .stat-box:hover::after { opacity: 1; }
.section-stats .stat-value {
  font-family: var(--font-display) !important;
  font-size: clamp(2.75rem, 7vw, 4.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
  margin: 0 0 var(--space-3) !important;
  background: linear-gradient(180deg, #ffffff 0%, var(--color-accent-warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
.section-stats .stat-label {
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
}
.section-stats .stat-label {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: rgba(255, 255, 255, 0.55) !important;
  text-transform: none !important;
}

/* ============================================================
   6. CATEGORY GRID (anasayfa & pricing overview)
   ============================================================ */
.pricing-grid-categories {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5) !important;
  max-width: 1100px;
  margin: 0 auto !important;
}
.section-categories .pricing-card,
.pricing-overview .pricing-card,
.pricing-grid-categories .pricing-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left !important;
  padding: clamp(1.75rem, 3vw, 2.25rem) !important;
  background: linear-gradient(165deg,
    rgba(22, 22, 22, 0.9) 0%,
    rgba(8, 8, 8, 0.95) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 20px !important;
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease;
  isolation: isolate;
}
.pricing-grid-categories .pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--card-gradient, radial-gradient(ellipse 100% 60% at 50% 0%, rgba(198, 40, 40, 0.12) 0%, transparent 70%));
  opacity: 0.5;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.pricing-grid-categories .pricing-card:hover::before {
  opacity: 1;
}
.pricing-grid-categories .pricing-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--card-stripe, linear-gradient(90deg, transparent 10%, rgba(198, 40, 40, 0.6) 50%, transparent 90%));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pricing-grid-categories .pricing-card:hover::after {
  opacity: 1;
}
.pricing-grid-categories .pricing-card[data-cat="metin2"]   {
  --card-gradient: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(198, 40, 40, 0.18) 0%, transparent 70%);
  --card-stripe: linear-gradient(90deg, transparent 10%, #c62828 50%, transparent 90%);
}
.pricing-grid-categories .pricing-card[data-cat="valorant"] {
  --card-gradient: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(255, 70, 85, 0.16) 0%, transparent 70%);
  --card-stripe: linear-gradient(90deg, transparent 10%, #ff4655 50%, transparent 90%);
}
.pricing-grid-categories .pricing-card[data-cat="fivem"]    {
  --card-gradient: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(247, 152, 36, 0.14) 0%, transparent 70%);
  --card-stripe: linear-gradient(90deg, transparent 10%, #f79824 50%, transparent 90%);
}
.pricing-grid-categories .pricing-card[data-cat="minecraft"]{
  --card-gradient: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(91, 168, 79, 0.14) 0%, transparent 70%);
  --card-stripe: linear-gradient(90deg, transparent 10%, #5ba84f 50%, transparent 90%);
}
.pricing-grid-categories .pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.14) !important;
}
.pricing-grid-categories .pricing-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 1.65rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 var(--space-2) !important;
  text-align: left !important;
  line-height: 1.05;
}
.pricing-grid-categories .pricing-card .pricing-desc {
  text-align: left !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.95rem !important;
  line-height: 1.5;
  margin: 0 0 var(--space-5) !important;
  flex: 1;
}
.pricing-grid-categories .pricing-card .pricing-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 var(--space-6) !important;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.pricing-grid-categories .pricing-card .pricing-features li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
}
.pricing-grid-categories .pricing-card .btn {
  width: auto !important;
  align-self: flex-start;
  padding: 0 var(--space-5) !important;
  height: 42px;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 0.875rem !important;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-grid-categories .pricing-card .btn::after {
  content: '→';
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pricing-grid-categories .pricing-card:hover .btn {
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
  box-shadow: 0 8px 22px -8px rgba(198, 40, 40, 0.6);
}
.pricing-grid-categories .pricing-card:hover .btn::after {
  transform: translateX(3px);
}

/* ============================================================
   7. PRICING PAGE — yeni yapısal tasarım
   ============================================================ */
.pricing-page-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) var(--space-4) clamp(3rem, 6vw, 5rem);
  text-align: center;
  background:
    radial-gradient(1100px 480px at 15% 0%, rgba(255,60,60,.20), transparent 50%),
    radial-gradient(900px 500px at 90% 100%, rgba(215,25,25,.14), transparent 50%),
    #0a0709;
  overflow: hidden;
  isolation: isolate;
}
.pricing-page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 var(--space-5);
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 200, 200, 0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-page-hero p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

/* Tabs */
.pricing-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 720px;
  margin: clamp(2rem, 5vw, 3rem) auto var(--space-12);
  padding: 6px;
  background: rgba(20, 20, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.pricing-tabs .pricing-tab {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
}
.pricing-tabs .pricing-tab:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.04);
}
.pricing-tabs .pricing-tab.is-active {
  background: linear-gradient(180deg, var(--color-accent-warm) 0%, var(--color-accent-deep) 100%);
  color: #fff;
  box-shadow: 0 8px 22px -8px rgba(255, 60, 60, 0.55),
              0 0 0 1px rgba(255, 60, 60, 0.45);
}
.pricing-tabs .pricing-tab {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Product cards (single-category view) */
.pricing-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}
.pricing-commission-note {
  max-width: 1200px;
  margin: var(--space-6) auto 0;
  padding: 0 var(--space-4);
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}
.pricing-product {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: linear-gradient(165deg,
    rgba(22, 18, 18, 0.92) 0%,
    rgba(10, 8, 8, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 0.4s ease;
}
.pricing-product::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 60% at 50% 0%, rgba(255, 60, 60, 0.12) 0%, transparent 65%);
  opacity: 0.6;
  z-index: -1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.pricing-product:hover {
  border-color: rgba(255, 60, 60, 0.35);
  box-shadow: 0 22px 48px -16px rgba(255, 60, 60, 0.25);
}
.pricing-product:hover::before { opacity: 1; }

.pricing-product.is-featured {
  border-color: rgba(255, 60, 60, 0.45);
  background: linear-gradient(165deg,
    rgba(40, 22, 22, 0.95) 0%,
    rgba(14, 8, 8, 0.95) 100%);
  box-shadow: 0 18px 36px -12px rgba(255, 60, 60, 0.25);
}
.pricing-product.is-featured::after {
  content: 'Önerilen';
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 12px;
  background: linear-gradient(180deg, var(--color-accent-warm) 0%, var(--color-accent-deep) 100%);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 6px 16px rgba(255, 60, 60, 0.45);
  z-index: 2;
}

/* Banner area: kategori-renkli gradient + ürün adı */
.pricing-product-head {
  position: relative;
  padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.5rem, 2.5vw, 2rem) clamp(1.25rem, 2vw, 1.5rem);
  background:
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(255, 60, 60, 0.22), transparent 70%),
    linear-gradient(180deg, rgba(35, 18, 18, 0.45) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.pricing-product-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 10%, rgba(255, 60, 60, 0.55) 50%, transparent 90%);
}
.pricing-product-name {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 var(--space-2);
  color: #fff;
  line-height: 1.05;
}
.pricing-product-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
  margin: 0;
}

/* Body: tier list ve footer wrapper */
.pricing-product .price-tiers,
.pricing-product .price-tiers-empty {
  margin-left: clamp(1.5rem, 2.5vw, 2rem);
  margin-right: clamp(1.5rem, 2.5vw, 2rem);
  margin-top: clamp(1.25rem, 2vw, 1.5rem);
}
.pricing-product .pricing-product-foot {
  padding: var(--space-4) clamp(1.5rem, 2.5vw, 2rem);
  margin-top: auto;
}

/* Inline price tier list */
.price-tiers {
  list-style: none;
  margin: 0 0 var(--space-5);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-tier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  isolation: isolate;
}
.price-tier:hover {
  background: rgba(198, 40, 40, 0.08);
  border-color: rgba(198, 40, 40, 0.35);
  transform: translateX(2px);
}
.price-tier-period {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-tier-period::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(198, 40, 40, 0.5);
  transition: background 0.25s ease, transform 0.25s ease;
}
.price-tier:hover .price-tier-period::before {
  background: var(--color-accent-focus);
  transform: scale(1.5);
  box-shadow: 0 0 8px var(--color-accent);
}
.price-tier-price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.005em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-tier:hover .price-tier-price {
  background: linear-gradient(180deg, #fff 0%, var(--color-accent-warm) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-tier-price::after {
  content: '→';
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.25s ease;
}
.price-tier:hover .price-tier-price::after {
  color: var(--color-accent-focus);
  transform: translateX(4px);
}
.price-tier.is-best {
  background: rgba(198, 40, 40, 0.08);
  border-color: rgba(198, 40, 40, 0.3);
}
.price-tier.is-best .price-tier-period::after {
  content: 'En iyi';
  margin-left: 8px;
  padding: 2px 8px;
  background: rgba(198, 40, 40, 0.2);
  color: var(--color-accent-focus);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.pricing-product-foot {
  margin-top: auto;
  padding-top: var(--space-4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.pricing-product-foot a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
  font-weight: 500;
}
.pricing-product-foot a:hover {
  color: var(--color-accent-focus);
}

/* No-price fallback (fiyatlar boş olduğunda) */
.price-tiers-empty {
  padding: var(--space-5);
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  margin: 0 0 var(--space-5);
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.product-page {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}
.product-page-hero {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) var(--space-4) clamp(3rem, 6vw, 5rem);
  text-align: center;
  background:
    radial-gradient(1100px 480px at 15% 0%, var(--cat-glow, rgba(255,60,60,.20)), transparent 50%),
    radial-gradient(900px 500px at 90% 100%, var(--cat-glow-2, rgba(215,25,25,.14)), transparent 50%),
    #0a0709;
  overflow: hidden;
  isolation: isolate;
}
.product-page-hero[data-cat="metin2"]    { --cat-glow: rgba(255,60,60,.22); --cat-glow-2: rgba(215,25,25,.16); }
.product-page-hero[data-cat="valorant"]  { --cat-glow: rgba(255,70,85,.22); --cat-glow-2: rgba(180,30,40,.16); }
.product-page-hero[data-cat="fivem"]     { --cat-glow: rgba(247,152,36,.18); --cat-glow-2: rgba(180,90,15,.14); }
.product-page-hero[data-cat="minecraft"] { --cat-glow: rgba(91,168,79,.20); --cat-glow-2: rgba(40,100,40,.14); }

.product-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.product-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-breadcrumb a:hover { color: var(--color-accent-warm); }
.product-breadcrumb .crumb-sep { color: rgba(255, 255, 255, 0.25); font-size: 10px; }
.product-breadcrumb .is-current { color: #fff; }

.product-page-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1;
  margin: 0 0 var(--space-4);
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 200, 200, 0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-page-desc {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  margin: 0 auto var(--space-6);
  line-height: 1.6;
}
.product-page-meta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
}
.product-page-meta .meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 60, 60, 0.1);
  border: 1px solid rgba(255, 60, 60, 0.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-warm);
}
.product-page-meta .meta-range {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
}

.product-page-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--space-4);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
}
@media (min-width: 960px) {
  .product-page-body {
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
    gap: var(--space-10);
    align-items: start;
  }
}

.product-section-title {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-warm);
  margin: 0 0 var(--space-5);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.product-section-title::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--color-accent-warm);
}

/* Tier list */
.product-tier-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-tier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: linear-gradient(165deg,
    rgba(22, 18, 18, 0.85) 0%,
    rgba(10, 8, 8, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  text-align: left;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
.product-tier:hover {
  border-color: rgba(255, 60, 60, 0.35);
  background: linear-gradient(165deg,
    rgba(35, 22, 22, 0.9) 0%,
    rgba(14, 10, 10, 0.92) 100%);
  transform: translateX(2px);
}
.product-tier.is-selected {
  border-color: var(--color-accent-warm);
  background: linear-gradient(165deg,
    rgba(50, 25, 25, 0.95) 0%,
    rgba(20, 10, 10, 0.95) 100%);
  box-shadow: 0 0 0 1px rgba(255, 60, 60, 0.4),
              0 12px 28px -10px rgba(255, 60, 60, 0.4);
}
.product-tier-period {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-tier-period::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.product-tier.is-selected .product-tier-period::before {
  border-color: var(--color-accent-warm);
  background:
    radial-gradient(circle, var(--color-accent-warm) 0%, var(--color-accent-warm) 35%, transparent 40%);
  box-shadow: 0 0 12px rgba(255, 60, 60, 0.5);
}
.product-tier-price {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.product-tier.is-selected .product-tier-price {
  background: linear-gradient(180deg, #fff 0%, var(--color-accent-warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Order summary card (sticky aside) */
.product-summary {
  background: linear-gradient(165deg,
    rgba(22, 18, 18, 0.92) 0%,
    rgba(10, 8, 8, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.product-summary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 10%, rgba(255, 60, 60, 0.6) 50%, transparent 90%);
}
@media (min-width: 960px) {
  .product-page-aside {
    position: sticky;
    top: 88px;
    align-self: start;
  }
}
.product-summary-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 var(--space-2);
}
.product-summary-period {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 var(--space-2);
}
.product-summary-price {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 var(--space-6);
  color: #fff;
  background: linear-gradient(180deg, #fff 0%, var(--color-accent-warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
.product-summary-price.is-empty {
  background: none;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.35);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-qty-wrap {
  margin-bottom: var(--space-5);
}
.product-qty-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 var(--space-2);
}
.product-qty-control {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  padding: 4px;
}
.product-qty-control button {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}
.product-qty-control button:hover {
  background: rgba(255, 60, 60, 0.15);
  color: var(--color-accent-warm);
}
.product-qty-control input {
  width: 56px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  font-variant-numeric: tabular-nums;
  -moz-appearance: textfield;
}
.product-qty-control input::-webkit-outer-spin-button,
.product-qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-qty-control input:focus { outline: none; }

.product-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 0 var(--space-6);
  background: linear-gradient(180deg, var(--color-accent-warm) 0%, var(--color-accent-deep) 100%);
  border: 1px solid rgba(255, 110, 110, 0.4);
  border-radius: 14px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset,
              0 14px 30px -8px rgba(255, 60, 60, 0.5),
              0 0 0 1px rgba(255, 60, 60, 0.25);
}
.product-buy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset,
              0 20px 38px -8px rgba(255, 60, 60, 0.7),
              0 0 0 1px rgba(255, 60, 60, 0.5);
}
.product-buy-btn[aria-disabled="true"] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.product-buy-btn::after {
  content: '→';
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-buy-btn:hover::after { transform: translateX(4px); }
.product-buy-note {
  margin: var(--space-4) 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  letter-spacing: 0.02em;
}

.product-feature-list {
  margin: var(--space-6) 0 0;
  padding: var(--space-5);
  list-style: none;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.product-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.product-feature-list li::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 60, 60, 0.15);
  border: 1px solid rgba(255, 60, 60, 0.4);
  position: relative;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff5252' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.product-no-pricing {
  padding: var(--space-6);
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  font-weight: 500;
}

/* ============================================================
   8. MEDIA SLIDER refinement
   ============================================================ */
.media-slide-inner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.media-slide-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 2;
  pointer-events: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.media-slide:hover .media-slide-inner::before {
  border-color: rgba(198, 40, 40, 0.3);
  box-shadow: inset 0 0 32px rgba(198, 40, 40, 0.1);
}
.media-slider-btn {
  background: rgba(20, 20, 20, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
.media-slider-btn:hover {
  background: rgba(198, 40, 40, 0.85) !important;
  border-color: var(--color-accent-focus) !important;
  box-shadow: 0 8px 22px -6px rgba(198, 40, 40, 0.55);
}

/* ============================================================
   9. CTA SECTION — büyük, ferah
   ============================================================ */
.section-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.section-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(198, 40, 40, 0.12) 0%, transparent 60%);
  filter: blur(60px);
  z-index: -1;
}
.section-cta .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
}

/* ============================================================
   10. RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .hero-enhanced {
    min-height: 580px;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .hero-enhanced .hero-cta {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .hero-enhanced .hero-cta .btn {
    width: 100%;
  }
  .pricing-tabs {
    border-radius: 16px;
  }
  .pricing-tabs .pricing-tab {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
  .pricing-product {
    padding: var(--space-5);
  }
  .pricing-product.is-featured::after {
    top: 14px;
    right: 14px;
  }
}

/* ============================================================
   11. 3D TILT (subtle)
   ============================================================ */
[data-tilt] {
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
  will-change: transform;
  transform-style: preserve-3d;
}
@media (max-width: 900px) {
  [data-tilt] { transform: none !important; }
}
