/* ===========================================
   🌌 OPSIROOT DARK CRYPTON STYLE (v2 Final)
   =========================================== */

/* ---------- GENEL ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #0a0f1c;
  color: #fff;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

/* ===========================
   🔹 HEADER - NAVIGATION
=========================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13, 19, 36, 0.85); /* hafif saydam koyu arka plan */
  backdrop-filter: blur(12px); /* cam efekti */
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

/* Navbar içeriği */
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

/* Logo */
.logo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3b82f6;
}

.logo span {
  color: #8b5cf6;
}

.nav-left {
  position: relative;
  height: 50px; /* navbar yüksekliği sabit */
  display: flex;
  align-items: center;
}

.logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 175px; /* logoyu istediğin kadar büyüt */
  width: auto;
}



/* Menü */
.nav-center {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-center a {
  color: #a5a5a5;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-center a:hover,
.nav-center a.active {
  color: #3b82f6;
}

/* Sağ alan */
.nav-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Dil seçici */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #131a2b;
  padding: 6px 12px;
  border-radius: 8px;
}

.lang-switch span {
  color: #9ca3af;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s;
}

.lang-switch span.active {
  color: #3b82f6;
}

.lang-switch span:hover {
  color: #8b5cf6;
}

/* Tema butonu */
.theme-toggle {
  background: #131a2b;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-toggle:hover {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

.theme-toggle i {
  width: 18px;
  height: 18px;
  color: #fff;
}

/* Navbar blur-üst geçiş (arka plan dekoru) */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #0d1324 0%, rgba(13, 19, 36, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* İçerik çakışmasını engelle */
body {
  padding-top: 90px; /* header yüksekliğine göre ayarla */
}

/* Responsive */
@media (max-width: 950px) {
  .nav-center {
    display: none;
  }

  .logo img {
    height: 45px;
  }
}


/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
  box-shadow: 0 0 25px rgba(139, 92, 246, 0.6);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* ---------- HERO ---------- */
#home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.15), transparent 50%),
    #0a0f1c;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.hero-text h1 {
  font-size: 3.1rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero-text .neon {
  color: #f7511c;
}

.hero-text .gradient {
  background: linear-gradient(135deg, #f7511c, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text p {
  color: #a5a5a5;
  line-height: 1.7;
  margin-bottom: 35px;
  font-size: 1.05rem;
}

.hero-btns {
  display: flex;
  gap: 15px;
}

.hero-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  transform: perspective(1200px) rotateY(-6deg);
  transition: transform 0.5s;
}

.hero-image img:hover {
  transform: perspective(1200px) rotateY(0deg);
}

/* Responsive hero */
@media (max-width: 950px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image {
    order: -1;
  }

  .hero-image img {
    width: 85%;
    margin: auto;
  }
}

/* ---------- SCROLLBAR ---------- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #0a0f1c;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#3b82f6, #8b5cf6);
  border-radius: 10px;
}

/* ===============================
   🌟 ÖZELLİKLER BÖLÜMÜ
=============================== */
#features {
  padding: 30px 0 70px;
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(59,130,246,0.06), transparent 60%);
  z-index: 2;
  overflow: hidden;
}

#features::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 300px;
  background: radial-gradient(circle at 50% 60%, rgba(59,130,246,0.15), transparent 80%);
  z-index: 0;
}

.features-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.features-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 0 15px rgba(59,130,246,0.25);
}

.features-header p {
  color: #a3a3a3;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(59,130,246,0.6), rgba(139,92,246,0.6));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; 
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(59,130,246,0.3);
  border-color: rgba(59,130,246,0.3);
}

.feature-card i {
  width: 38px;
  height: 38px;
  color: #3b82f6;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.feature-card p {
  font-size: 0.95rem;
  color: #a1a1a1;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   💻 TEKNOLOJİLER ALANI
=============================== */
#technologies {
  background: linear-gradient(180deg, #0b0f1e 0%, #0e1324 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#technologies::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59,130,246,0.08), transparent 70%);
  z-index: 0;
}

.tech-header {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 60px;
}

.tech-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(59,130,246,0.25);
}

.tech-header p {
  color: #b3b3b3;
  font-size: 1.05rem;
  line-height: 1.8;
}

.tech-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.tech-item {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
  border-radius: 14px;
  transition: all 0.4s ease;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.05);
}

.tech-item img {
  width: 55%;
  opacity: 0.8;
  transition: all 0.4s ease;
}

.tech-item:hover {
  transform: translateY(-5px) scale(1.05);
  border-color: rgba(59,130,246,0.4);
  box-shadow: 0 0 20px rgba(59,130,246,0.3);
}

.tech-item:hover img {
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(59,130,246,0.6));
}

@media (max-width: 900px) {
  .tech-item {
    width: 80px;
    height: 80px;
  }
  .tech-logos {
    gap: 35px;
  }
}
/* ===============================
   📸 EKRAN GÖRÜNTÜLERİ
=============================== */.screenshots-section {
    background-color: #0b1220;
    color: #fff;
    padding: 80px 0;
    text-align: center;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .section-subtitle {
    color: #aab1c2;
    max-width: 700px;
    margin: 0 auto 40px;
  }

  .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 50%;
    transition: background 0.3s;
    z-index: 5;
  }

  .wrapper .arrow:hover {
    background: rgba(255,255,255,0.25);
  }

  #left { left: -40px; }
  #right { right: -40px; }

  .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 20px);
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    scrollbar-width: none;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }

  .card {
    background: #111a2b;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.3s;
  }

  .card:hover {
    transform: translateY(-6px);
  }

  .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

  .card h5 {
    text-align: left;
    margin: 10px 15px 4px;
    font-size: 1rem;
    color: #fff;
  }

  .card p {
    text-align: left;
    margin: 0 15px 15px;
    color: #aab1c2;
    font-size: 0.9rem;
  }

  @media (max-width: 1024px) {
    .carousel {
      grid-auto-columns: calc((100% / 2) - 15px);
    }
  }

  @media (max-width: 600px) {
    .carousel {
      grid-auto-columns: 100%;
    }
    #left { left: 10px; }
    #right { right: 10px; }
  }

/* ===============================
   💡 NEDEN PROJENFY + SSS DÜZELTME (v2)
=============================== */
.why-projenfy {
  background: linear-gradient(180deg, #0b1321 0%, #0d1529 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.why-projenfy::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #0d1529 0%, #0f172a 100%);
  z-index: 1;
}
/* ===============================
   🔧 WHY + FAQ Background Fix
=============================== */
.why-projenfy {
  background: linear-gradient(180deg, #0b1321 0%, #0f172a 100%) !important;
}

.why-projenfy::after {
  display: none !important; /* alt ek gradienti kaldırdık */
}

.faq-section {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1c 100%) !important;
  margin-top: -40px; /* iki alanın kesişimini iç içe alır */
  position: relative;
  z-index: 2;
}


.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.why-item {
  background: rgba(255,255,255,0.04);
  border-radius: 15px;
  padding: 30px 25px;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.05);
}

.why-item:hover {
  transform: translateY(-6px);
  border-color: rgba(249,115,22,0.5);
  box-shadow: 0 0 25px rgba(249,115,22,0.2);
}

.why-item img {
  width: 60px;
  margin-bottom: 15px;
}
.why-item h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}
.why-item p {
  font-size: 0.95rem;
  color: #a9b7d0;
}

/* --- SSS (FAQ) --- */
.faq-section {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1c 100%);
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-illustration {
  max-width: 420px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 25px rgba(249,115,22,0.15));
}

.faq-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.faq-header span.text-warning {
  color: #f97316 !important;
}
.faq-header p {
  color: #94a3b8;
  font-size: 0.95rem;
}

/* Accordion Modern Style */
.accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background-color: rgba(255,255,255,0.05);
  color: #f1f5f9;
  font-weight: 500;
  border: none;
  box-shadow: none !important;
  padding: 15px 18px;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.accordion-button::after {
  filter: invert(1) brightness(1.8);
}
.accordion-button:hover {
  background-color: rgba(255,255,255,0.08);
}
.accordion-button:not(.collapsed) {
  color: #f97316;
  background-color: rgba(249,115,22,0.1);
}
.accordion-body {
  background-color: rgba(255,255,255,0.03);
  color: #cbd5e1;
  font-size: 0.95rem;
  padding: 18px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.badge.bg-label-secondary {
  background-color: rgba(255,255,255,0.05) !important;
  color: #f1f5f9 !important;
  border-radius: 6px;
  font-weight: 500;
}
/* ======================================
   ⚡ PREMIUM CTA ALANI (Demo + Pricing)
====================================== */
.cta-premium {
  background: linear-gradient(180deg, #0b1321 0%, #0a0f1c 100%);
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-premium::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255,122,0,0.06), transparent 70%);
  z-index: 0;
}

.cta-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Sol: Demo alanı */
.cta-demo {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}

.demo-box {
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  width: 100%;
  max-width: 600px;
}

.demo-img {
  width: 100%;
  display: block;
  border-radius: 18px;
  transition: transform 0.4s ease;
}

.demo-box:hover .demo-img {
  transform: scale(1.03);
}

.demo-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.demo-content p {
  color: #a9b7d0;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 500px;
}

.btn-demo {
  display: inline-block;
  background: linear-gradient(135deg, #ff7a00, #ff9a3d);
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-demo:hover {
  box-shadow: 0 0 25px rgba(255,122,0,0.5);
  transform: translateY(-3px);
}

/* Sağ: Fiyat kartı */
.cta-pricing {
  display: flex;
  justify-content: center;
}

.pricing-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px 35px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  max-width: 420px;
  width: 100%;
  backdrop-filter: blur(8px);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,122,0,0.4);
  box-shadow: 0 0 35px rgba(255,122,0,0.3);
}

.pricing-icon {
  width: 80px;
  margin-bottom: 20px;
}

.pricing-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.pricing-card .tagline {
  color: #a9b7d0;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.price-box {
  margin-bottom: 25px;
}

.price {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff7a00;
  text-shadow: 0 0 10px rgba(255,122,0,0.4);
}

.note {
  display: block;
  color: #b3b3b3;
  font-size: 0.85rem;
  margin-top: 5px;
}

.features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

.features li {
  color: #d1d5db;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-buy {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-buy:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(59,130,246,0.5);
}

/* Responsive */
@media (max-width: 992px) {
  .cta-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-demo {
    align-items: center;
  }
  .demo-content p {
    margin: 0 auto 25px;
  }
  .pricing-card {
    margin: 40px auto 0;
  }
}
.demo-orbit-area {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  padding: 90px 20px 100px;
  background: radial-gradient(circle at 50% 20%, rgba(139,92,246,0.15), #0b0f1e 80%);
}

/* --- Glow layer: canlı arka plan hareketi --- */
.glow-layer {
  position: absolute;
  top: 50%; left: 50%;
  width: 480px; height: 480px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(139,92,246,0.4), rgba(249,115,22,0.2), transparent 70%);
  border-radius: 50%;
  filter: blur(100px);
  animation: rotateGlow 20s linear infinite;
  opacity: 0.8;
  z-index: 0;
}

.glow-layer.delay {
  animation-delay: 8s;
  background: radial-gradient(circle, rgba(249,115,22,0.4), rgba(139,92,246,0.2), transparent 70%);
}

@keyframes rotateGlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* --- Orbit center --- */
.orbit-center {
  position: relative;
  z-index: 3;
}

.orbit-logo {
  width: 100px;
  filter: drop-shadow(0 0 25px rgba(139,92,246,0.6));
  animation: pulseLogo 3s ease-in-out infinite;
}

@keyframes pulseLogo {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.85; }
}

/* --- Orbit ikonları --- */
.orbit-icons {
  position: absolute;
  top: 50%; left: 50%;
  width: 240px; height: 240px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: spin 25s linear infinite;
  z-index: 2;
}

.orbit-icons span {
  position: absolute;
  font-size: 1.8rem;
  color: #f97316;
  text-shadow: 0 0 10px rgba(249,115,22,0.6);
}

.orbit-icons span:nth-child(1) { top: 0; left: 50%; transform: translate(-50%, -50%); }
.orbit-icons span:nth-child(2) { right: 0; top: 50%; transform: translate(50%, -50%); }
.orbit-icons span:nth-child(3) { bottom: 0; left: 50%; transform: translate(-50%, 50%); }
.orbit-icons span:nth-child(4) { left: 0; top: 50%; transform: translate(-50%, -50%); }

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* --- Metin ve CTA --- */
.demo-info {
  position: relative;
  z-index: 5;
  max-width: 480px;
  margin: 60px auto 0;
  color: #fff;
}

.demo-info h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.demo-info p {
  color: #a9b7d0;
  font-size: 1rem;
  line-height: 1.6;
}

.demo-info strong {
  color: #f97316;
}

.btn-demo {
  display: inline-block;
  background: linear-gradient(135deg, #f97316, #8b5cf6);
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  transition: 0.3s;
}

.btn-demo:hover {
  box-shadow: 0 0 25px rgba(249,115,22,0.6);
  transform: translateY(-3px);
}
body {
  background: radial-gradient(circle at 50% 40%, rgba(139,92,246,0.15), rgba(10,15,28,1) 75%),
              radial-gradient(circle at 80% 80%, rgba(249,115,22,0.1), transparent 70%),
              #090d17;
}
.demo-orbit-area {
  background: transparent;
  box-shadow: none;
}
.orbit-logo {
  width: 130px;  /* eskiden 100px’ti */
  filter: drop-shadow(0 0 30px rgba(139,92,246,0.7));
  animation: pulseLogo 3s ease-in-out infinite;
}
.pricing-card {
  background: linear-gradient(180deg, #0f1625 0%, #0b0f1e 100%);
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.4s ease;
}

.pricing-card:hover {
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.25);
  transform: translateY(-5px);
}

.pricing-icon {
  width: 214px;
  margin-bottom: 15px;
}

.pricing-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.pricing-card .tagline {
  font-size: 0.95rem;
  color: #a9b7d0;
  margin-bottom: 25px;
}

.price-box {
  margin-bottom: 25px;
}

.price-box .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f97316;
}

.price-box .note {
  display: block;
  color: #94a3b8;
  font-size: 0.85rem;
  margin-top: 5px;
}

.features {
  text-align: left;
  margin-bottom: 30px;
  color: #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.7;
  list-style: none;
  padding: 0;
}

.features li {
  margin-bottom: 8px;
  padding-left: 4px;
  transition: 0.3s;
}

.features li:hover {
  transform: translateX(6px);
  color: #f97316;
}

.btn-buy {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-buy:hover {
  background: linear-gradient(135deg, #f97316, #8b5cf6);
  box-shadow: 0 0 25px rgba(249, 115, 22, 0.6);
  transform: translateY(-3px);
}
  .footer {
    background: #0d1117;
    color: #c5c5c5;
    font-family: "Inter", sans-serif;
    padding: 60px 8% 40px;
  }

  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 40px;
    gap: 50px;
  }

  .footer-brand {
    flex: 1 1 280px;
  }

  .footer-brand h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .footer-brand p {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .footer-links {
    flex: 3 1 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-links h4 {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 15px;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .footer-links ul li a:hover {
    color: #00aaff;
  }

  .footer-bottom {
    text-align: center;
    color: #777;
    font-size: 0.9rem;
    margin-top: 35px;
  }

  @media (max-width: 768px) {
    .footer-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
    }

    .footer-links {
      flex-direction: column;
      gap: 30px;
    }
  }
  .note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-top: 8px;
}

.payment-info {
  color: #ccc;
}

.update-badge {
  background: linear-gradient(90deg, #6a5df8, #a768ff);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 5px rgba(106, 93, 248, 0.3);
  white-space: nowrap;
}
/* 🔹 Genel navbar */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13, 19, 36, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #131a2b;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hamburger span {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger aktif olunca X şekline dönüşür */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}

/* Mobil menü */
@media (max-width: 950px) {
  .nav-center {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(13, 19, 36, 0.97);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    transition: right 0.4s ease;
  }

  .nav-center a {
    font-size: 1.1rem;
    color: #ccc;
  }

  .nav-center.show {
    right: 0;
  }

  .hamburger {
    display: flex;
  }

  .lang-switch,
  .theme-toggle {
    display: none;
  }
}

/* Desktop menü (normal davranış) */
@media (min-width: 951px) {
  .nav-center {
    display: flex !important;
    position: static;
    background: none;
    height: auto;
    flex-direction: row;
    justify-content: center;
    gap: 28px;
  }
}
