body {
  font-family: 'Barlow', sans-serif;
  background: url('../img/bg.png') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

#background-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
}

/* Karanlık overlay üstte kalacak */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(24,31,42,0.95), rgba(24,31,42,0.95));
  z-index: 1;
  pointer-events: none;
}

/* Maskot hover efekti ve partikül alanı */
.mascot-particle-wrapper {
  position: relative;
  display: inline-block;
}
.mascot-particles-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
/*.mascot-particle-wrapper:hover .mascot-particles-canvas {*/
/*  opacity: 1;*/
/*}*/
.hero-image {
  max-width: 620px;
  margin-right: 0;
  animation: fadeInRight 1.2s;
  position: relative;
  z-index: 2;
}

.navbar {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  margin-top: 18px;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  min-height: 64px;
}

.navbar.scrolled {
  background: #182029 !important;
  backdrop-filter: none;
}

.navbar-brand img {
  height: 50px;
}

.logo-text {
  color: rgb(115, 103, 240);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0 0.7rem;
  position: relative;
  transition: color 0.2s;
  overflow: hidden;
}

.navbar-nav .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, rgb(115, 103, 240), #cfcde4);
  border-radius: 2px;
  transition: width 0.3s;
  margin: 0 auto;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: rgb(115, 103, 240);
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  width: 60%;
}

.btn-panel {
  border: 2px solid rgb(115, 103, 240);
  color: #fff;
  background: transparent;
  border-radius: 8px;
  font-weight: 700;
  padding: 7px 22px;
  margin-left: 1.5rem;
  transition: background 0.2s, color 0.2s;
  position: relative;
  overflow: hidden;
}

.btn-panel i {
  color: rgb(115, 103, 240);
  margin-right: 8px;
}

.btn-panel:hover {
  background: rgb(115, 103, 240);
  color: #fff;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 8px 0 32px 0;
  position: relative;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}

.hero-content {
  max-width: 660px;
  margin-left: 0;
  text-align: left;
}

.hero-title {
  color: rgb(115, 103, 240);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 1.6rem;
}

.hero-main {
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 2.1rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  background: linear-gradient(90deg, #7367f0, #cfcde4, #7367f0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientMove 4s linear infinite;
  position: relative;
}

/* Parlayan alt çizgi */
.hero-main::after {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  margin: 18px auto 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #7367f0, #cfcde4, #7367f0);
  box-shadow: 0 0 18px 2px #7367f0aa;
  animation: gradientMove 4s linear infinite;
}

/* Hero başlıkta kelime vurgusu */
.hero-highlight {
  color: #fff;
  background: linear-gradient(90deg, #7367f0 40%, #cfcde4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero-desc {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
  color: #fff;
}

.btn-hero {
  background: rgb(115, 103, 240);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 18px 48px;
  font-size: 1.22rem;
  box-shadow: 0 2px 12px 0 rgba(115, 103, 240, 0.15);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-hero::before {
  content: '';
  position: absolute;
  left: -60%;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.5) 100%);
  transform: skewX(-20deg);
  transition: left 0.5s;
  pointer-events: none;
  z-index: 2;
}

.btn-hero:hover::before {
  left: 120%;
}

.btn-hero:hover {
  background: #cfcde4;
  color: rgb(115, 103, 240);
  box-shadow: 0 4px 24px 0 #7367f0cc, 0 0 0 4px #cfcde4aa;
  transform: scale(1.04);
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  z-index: 10;
  animation: bounce 1.5s infinite;
  color: rgb(115, 103, 240);
  font-size: 2.2rem;
  opacity: 0.85;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(12px); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(60px);}
  to { opacity: 1; transform: translateX(0);}
}

@media (max-width: 991px) {
  .hero-section {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 48px 0 0 0;
  }
  .hero-container {
    flex-direction: column;
    padding: 0 12px;
  }
  .hero-content {
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .hero-image {
    margin: 0 auto;
    max-width: 340px;
  }
  .navbar {
    margin-top: 0;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    min-height: 64px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .navbar .custom-toggler {
    margin-left: auto;
    margin-right: 14px;
    padding-right: 0;
    opacity: 1;
    filter: none;
  }
  .navbar .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .navbar.scrolled {
    background: #182029 !important;
    backdrop-filter: none;
  }
  .navbar-spacer {
    display: none;
  }
  .navbar.scrolled + .navbar-spacer {
    display: block;
  }
  .custom-toggler {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .custom-toggler {
    display: none !important;
  }
}

/* Avantajlar */
.advantages-section {
  background: rgba(24,31,42,0.98);
  padding: 60px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages-title {
  color: rgb(115, 103, 240);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.advantages-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.adv-card {
  background: #232b39;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.13);
  padding: 32px 28px 28px 28px;
  min-width: 260px;
  max-width: 320px;
  text-align: center;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.adv-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(115, 103, 240, 0.13);
}
.adv-card i {
  font-size: 2.5rem;
  color: rgb(115, 103, 240);
  margin-bottom: 18px;
}
.adv-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.adv-desc {
  color: #cfcde4;
  font-size: 1rem;
}

/* Modern Footer */
.modern-footer {
  background: #181f2a;
  color: #fff;
  padding: 48px 0 0 0;
  position: relative;
  z-index: 10;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 32px 18px 32px;
}
.footer-col, .footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 260px;
  margin-bottom: 0;
  min-height: 100%;
}
.footer-brand {
  width: 340px;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.footer-logo {
  height: 48px;
  width: auto;
  border-radius: 12px;
  background: #232b39;
  box-shadow: 0 2px 12px 0 #7367f022;
  padding: 4px 8px;
}
.footer-logo-text {
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}
.footer-logo-strong {
  color: #7367f0;
  font-weight: 900;
  letter-spacing: 1px;
}
.footer-desc {
  color: #cfcde4;
  font-size: 1.08rem;
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.footer-social {
  margin-top: 8px;
  margin-bottom: 0;
}
.footer-social a {
  color: #7367f0;
  margin: 0 10px 0 0;
  font-size: 1.5rem;
  transition: color 0.2s, transform 0.18s;
  display: inline-block;
}
.footer-social a:hover {
  color: #fff;
  transform: scale(1.13) rotate(-8deg);
}
.footer-title {
  color: #fff;
  font-size: 1.13rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px #7367f055;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 12px;
  color: #cfcde4;
  font-size: 1.04rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-list li:last-child { margin-bottom: 0; }
.footer-list a {
  color: #cfcde4;
  text-decoration: none;
  transition: color 0.18s;
  font-weight: 600;
}
.footer-list a:hover {
  color: #7367f0;
  text-decoration: underline;
}
.footer-contact i {
  color: #7367f0;
  font-size: 1.13em;
  margin-right: 7px;
}
.footer-bottom {
  background: #151a22;
  color: #cfcde4;
  padding: 18px 0 10px 0;
  font-size: 1.01rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-top: 1px solid #232b39;
}
.footer-bottom .footer-logo-strong {
  color: #7367f0;
  font-weight: 900;
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
  }
  .footer-col, .footer-brand {
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer-logo-row {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}

.section-title {
  color: #8b8fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-effect {
  animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px);}
  to { opacity: 1; transform: translateY(0);}
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24,31,42,0.72);
  z-index: 1;
  pointer-events: none;
}

.site-content {
  position: relative;
  z-index: 3;
}

.animated-wave-bg {
  position: relative;
  width: 100vw;
  height: 180px;
  margin-top: -70px;
  pointer-events: none;
  overflow: hidden;
}
.animated-wave-bg svg {
  width: 100vw;
  height: 180px;
  display: block;
}

/* Navbar toggler özelleştirme */
.navbar-toggler {
  border: none;
  background: transparent !important;
  outline: none;
  box-shadow: none !important;
  padding: 0.5rem 0.7rem;
}
.navbar-toggler-icon {
  display: none;
}
.navbar-toggler.custom-toggler {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 20;
}
.custom-toggler-bar {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background: #7367f0;
  margin: 3px 0;
  transition: all 0.3s;
  display: block;
}

/* Masaüstünde navbar üstü boşluk için spacer */
.navbar-spacer {
  display: block;
  height: 18px;
}

/* Sidebar Menü */
.sidebar-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 84vw;
  max-width: 370px;
  height: 100vh;
  background: #181f2a;
  box-shadow: -2px 0 24px 0 rgba(0,0,0,0.18);
  z-index: 9999;
  transition: right 0.35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sidebar-menu.open {
  right: 0;
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 12px 22px;
  border-bottom: 1px solid #232b39;
}
.sidebar-logo {
  height: 38px;
}
.sidebar-close {
  background: none;
  border: none;
  color: #7367f0;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  padding: 0 2px;
  transition: color 0.2s;
}
.sidebar-close:hover {
  color: #cfcde4;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 18px 0 0 0;
  flex: 1;
}
.sidebar-nav li {
  border-bottom: 1px solid #232b39;
}
.sidebar-nav a {
  display: block;
  padding: 18px 28px;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.sidebar-nav a:hover {
  background: #232b39;
  color: #7367f0;
}
.sidebar-dd {
  position: relative;
}
.sidebar-dd-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 28px;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.sidebar-dd-toggle:hover {
  background: #232b39;
  color: #7367f0;
}
.sidebar-dropdown-icon {
  margin-left: 8px;
  font-size: 1.3em;
  font-weight: 900;
  color: #7367f0;
  transition: transform 0.2s;
  display: inline-block;
}
.sidebar-dd.open .sidebar-dropdown-icon {
  transform: rotate(45deg);
}
.sidebar-submenu {
  display: none;
  background: #202736;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-dd.open .sidebar-submenu {
  display: block;
}
.sidebar-submenu li a {
  padding: 14px 38px;
  font-size: 1rem;
  color: #cfcde4;
  font-weight: 500;
}
.sidebar-submenu li a:hover {
  background: #232b39;
  color: #7367f0;
}
@media (min-width: 992px) {
  .sidebar-menu {
    display: none !important;
  }
}

/* Masaüstü Mega Dropdown Menü */
.dropdown-mega-desktop {
  position: relative;
}
.mega-dropdown-menu-desktop {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 320px;
  background: #181f2a;
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18);
  padding: 14px 14px 10px 14px;
  z-index: 200;
  margin-top: 0;
}
.dropdown-mega-desktop:hover .mega-dropdown-menu-desktop,
.dropdown-mega-desktop:focus-within .mega-dropdown-menu-desktop,
.mega-dropdown-menu-desktop:hover {
  display: block;
}
.mega-dropdown-grid-desktop {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mega-dropdown-item-desktop {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #202736;
  border-radius: 10px;
  padding: 16px 14px;
  transition: box-shadow 0.2s, background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(115,103,240,0.06);
}
.mega-dropdown-item-desktop:hover {
  background: #232b39;
  box-shadow: 0 4px 18px 0 #7367f055;
}
.mega-dropdown-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #7367f01a;
  box-shadow: 0 2px 8px 0 #7367f022;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.mega-dropdown-title {
  font-weight: 700;
  font-size: 1.08rem;
  color: #fff;
  margin-bottom: 4px;
}
.mega-dropdown-desc {
  color: #cfcde4;
  font-size: 0.98rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .mega-dropdown-menu {
    display: none !important;
  }
}

.sidebar-mega-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-mega-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #202736;
  border-radius: 10px;
  padding: 14px 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px 0 rgba(115,103,240,0.06);
  transition: box-shadow 0.2s, background 0.2s;
}
.sidebar-mega-item:last-child {
  margin-bottom: 0;
}
.sidebar-mega-item:hover {
  background: #232b39;
  box-shadow: 0 4px 18px 0 #7367f055;
}
.sidebar-mega-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #7367f01a;
  box-shadow: 0 2px 8px 0 #7367f022;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.sidebar-mega-title, .sidebar-mega-desc {
  display: block;
}
.sidebar-mega-item > div {
  flex: 1;
}
.sidebar-mega-title {
  font-weight: 700;
  font-size: 1.08rem;
  color: #fff;
  margin-bottom: 4px;
}
.sidebar-mega-desc {
  color: #cfcde4;
  font-size: 0.98rem;
  font-weight: 400;
}

/* Fiyat/Paketler Tablosu */
.pricing-section {
  background: rgba(24,31,42,0.98);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.8rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 16px #7367f055;
}
.pricing-table {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing-card {
  background: #181f2a;
  border-radius: 22px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18);
  padding: 38px 32px 32px 32px;
  min-width: 290px;
  max-width: 340px;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.18s, box-shadow 0.18s;
}
.pricing-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 48px 0 #7367f055;
}
.pricing-badge {
  position: absolute;
  top: -18px;
  left: 18px;
  background: #00e676;
  color: #181f2a;
  font-weight: 800;
  font-size: 1.18rem;
  border-radius: 8px 18px 0 8px;
  padding: 7px 22px 7px 18px;
  box-shadow: 0 2px 12px 0 #00e67633;
  letter-spacing: 1px;
}
.pricing-card.yellow .pricing-badge {
  background: #ffc62a;
  color: #181f2a;
  box-shadow: 0 2px 12px 0 #ffc62a33;
}
.pricing-card.purple .pricing-badge {
  background: #7367f0;
  color: #fff;
  box-shadow: 0 2px 12px 0 #7367f033;
}
.pricing-name {
  font-size: 1.22rem;
  font-weight: 800;
  margin: 32px 0 22px 0;
  letter-spacing: 1px;
  color: #00e676;
  text-shadow: 0 2px 10px #00e67622;
}
.pricing-card.yellow .pricing-name {
  color: #ffc62a;
  text-shadow: 0 2px 10px #ffc62a22;
}
.pricing-card.purple .pricing-name {
  color: #7367f0;
  text-shadow: 0 2px 10px #7367f022;
}
.pricing-name.white {
  color: #fff !important;
  text-shadow: 0 2px 10px #fff2;
}
.pricing-card.yellow .pricing-name.white {
  color: #ffc62a;
  text-shadow: 0 2px 10px #ffc62a22;
}
.pricing-card.purple .pricing-name.white {
  color: #7367f0;
  text-shadow: 0 2px 10px #7367f022;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  text-align: left;
}
.pricing-features li {
  font-size: 1.05rem;
  font-weight: 600;
  color: #cfcde4;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-features li i {
  color: #7367f0;
  font-size: 1.18em;
  min-width: 22px;
  text-align: center;
}
.pricing-card.yellow .pricing-features li i {
  color: #ffc62a;
}
.pricing-card.green .pricing-features li i {
  color: #00e676;
}
.pricing-card.purple .pricing-features li i {
  color: #7367f0;
}
.btn-buy {
  display: inline-block;
  font-weight: 800;
  font-size: 1.08rem;
  border-radius: 10px;
  padding: 6px 38px;
  margin-top: 10px;
  background: #00e676;
  color: #181f2a;
  border: none;
  box-shadow: 0 2px 12px 0 #00e67633;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
  letter-spacing: 1px;
}
.btn-buy:hover {
  background: #181f2a;
  color: #00e676;
  box-shadow: 0 4px 18px 0 #00e67655;
  transform: scale(1.04);
}
.btn-buy.yellow {
  background: #ffc62a;
  color: #181f2a;
  box-shadow: 0 2px 12px 0 #ffc62a33;
}
.btn-buy.yellow:hover {
  background: #181f2a;
  color: #ffc62a;
  box-shadow: 0 4px 18px 0 #ffc62a55;
}
.btn-buy.purple {
  background: #7367f0;
  color: #fff;
  box-shadow: 0 2px 12px 0 #7367f033;
}
.btn-buy.purple:hover {
  background: #181f2a;
  color: #7367f0;
  box-shadow: 0 4px 18px 0 #7367f055;
}
.btn-buy.yellow.white {
  background: #fff;
  color: #181f2a;
  border: 2px solid #ffc62a;
}
.btn-buy.yellow.white:hover {
  background: #181f2a;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 4px 18px 0 #fff5;
}
.btn-buy.purple.white {
  background: #fff;
  color: #181f2a;
  border: 2px solid #7367f0;
}
.btn-buy.purple.white:hover {
  background: #181f2a;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 4px 18px 0 #7367f055;
}
@media (max-width: 991px) {
  .pricing-table {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .pricing-card {
    min-width: 0;
    width: 100%;
    max-width: 400px;
  }
}

/* Neden GamingProxy Bölümü */
.why-section {
  background: transparent;
  padding: 64px 0 32px 0;
  display: flex;
  justify-content: center;
}
.why-container {
  display: flex;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  align-items: flex-start;
}
.why-left {
  flex: 1 1 380px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.why-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  line-height: 1.15;
  letter-spacing: 1px;
}
.why-highlight {
  color: #7367f0;
  font-weight: 900;
  letter-spacing: 1px;
}
.why-desc {
  color: #cfcde4;
  font-size: 1.15rem;
  margin-bottom: 2.2rem;
  font-weight: 500;
}
.why-btn {
  background: #7367f0;
  color: #fff;
  font-weight: 800;
  font-size: 1.08rem;
  border-radius: 10px;
  padding: 14px 38px;
  border: none;
  box-shadow: 0 2px 12px 0 #7367f033;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
  letter-spacing: 1px;
  margin-top: 10px;
  display: inline-block;
}
.why-btn:hover {
  background: #fff;
  color: #7367f0;
  box-shadow: 0 4px 18px 0 #7367f055;
  transform: scale(1.04);
}
.why-right {
  flex: 2 1 600px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.why-card {
  background: #232b39;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.13);
  padding: 32px 28px 28px 28px;
  color: #fff;
  margin-bottom: 0;
}
.why-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #7367f0;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}
.why-card-title i {
  color: #7367f0;
  font-size: 1.3em;
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-list li {
  font-size: 1.08rem;
  font-weight: 600;
  color: #cfcde4;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7367f0;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 8px 0 #7367f055;
}
@media (max-width: 991px) {
  .why-container {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .why-left, .why-right {
    max-width: 100%;
    width: 100%;
  }
  .why-right {
    gap: 18px;
  }
}

.scroll-to-top-btn {
  position: fixed;
  right: 32px;
  bottom: 85px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #7367f0;
  color: #fff;
  border: none;
  box-shadow: 0 4px 24px 0 #7367f055;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.25s, transform 0.18s, box-shadow 0.18s;
}
.scroll-to-top-btn.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.scroll-to-top-btn:hover {
  background: #fff;
  color: #7367f0;
  box-shadow: 0 8px 32px 0 #7367f0cc;
  transform: scale(1.13);
}
@media (max-width: 600px) {
  .scroll-to-top-btn {
    right: 16px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }
}

.metin2-hero-section.small-hero {
  padding: 38px 0 18px 0;
  background: transparent;
  text-align: center;
}
.metin2-breadcrumb {
  color: #cfcde4;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 2px 10px #7367f033;
}
.metin2-breadcrumb .breadcrumb-sep {
  color: #7367f0;
  margin: 0 6px;
}
.metin2-hero-section.small-hero .location-badge {
  display: inline-block;
  background: #7367f0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 4px 18px;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 1px;
  box-shadow: 0 2px 10px #7367f033;
}
.metin2-hero-section.small-hero .metin2-hero-title {
  font-size: 2.1rem;
  font-weight: 900;
  color: #7367f0;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 1px;
}
.metin2-hero-section.small-hero .metin2-hero-desc {
  font-size: 1.13rem;
  color: #cfcde4;
  margin-bottom: 16px;
  font-weight: 500;
}
.metin2-hero-section.small-hero .metin2-hero-btn {
  background: #7367f0;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1.08rem;
  border: none;
  box-shadow: 0 2px 10px #7367f033;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
}
.metin2-hero-section.small-hero .metin2-hero-btn:hover {
  background: #fff;
  color: #7367f0;
  box-shadow: 0 4px 18px 0 #7367f055;
  transform: scale(1.04);
}
@media (max-width: 600px) {
  .metin2-hero-section.small-hero {
    padding: 22px 0 8px 0;
  }
  .metin2-hero-section.small-hero .metin2-hero-title {
    font-size: 1.3rem;
  }
}

.metin2tr-pricing-card {
  border: 2px solid #3490fa;
}
.metin2-pricing-title.blue {
  color: #3490fa;
}
.metin2-pricing-btn.blue {
  background: #3490fa;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.08rem;
  border: none;
  box-shadow: 0 2px 10px #3490fa33;
  padding: 12px 32px;
  margin-top: 12px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
}
.metin2-pricing-btn.blue:hover {
  background: #fff;
  color: #3490fa;
  box-shadow: 0 4px 18px 0 #3490fa55;
  transform: scale(1.04);
}

/* Makale Bölümü */
.makale {
  background: #181f2a;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(24,31,42,0.18), 0 1.5px 8px 0 rgba(115,103,240,0.09);
  padding: 40px 28px 32px 28px;
  margin: 48px auto 32px auto;
  max-width: 900px;
  font-family: 'Barlow', Arial, sans-serif;
  color: #f7f6fb;
  font-size: 1.08rem;
  line-height: 1.7;
  transition: box-shadow 0.2s, background 0.2s;
}
.makale:hover {
  box-shadow: 0 8px 40px 0 rgba(115,103,240,0.18), 0 2px 12px 0 rgba(24,31,42,0.13);
  background: #232b3a;
}
.makale h2 {
  color: #7367f0;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.makale h3 {
  color: #cfcde4;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
  border-left: 4px solid #7367f0;
  padding-left: 12px;
  background: linear-gradient(90deg, #232b3a 0%, #181f2a 100%);
}
.makale h4 {
  color: #7367f0;
  font-size: 1.08rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.makale ul {
  margin: 0 0 18px 0;
  padding-left: 22px;
}
.makale ul li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
  color: #e0def0;
}
.makale ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #7367f0 60%, #cfcde4 100%);
  border-radius: 50%;
  box-shadow: 0 1px 4px #7367f033;
}
.makale p {
  margin-bottom: 16px;
  color: #f7f6fb;
}

/* Makale Tablo */
.makale-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0 24px 0;
  background: #232b3a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(115,103,240,0.10);
  font-size: 1rem;
}
.makale-table th, .makale-table td {
  padding: 13px 14px;
  text-align: left;
}
.makale-table th {
  background: linear-gradient(90deg, #7367f0 80%, #232b3a 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-bottom: 2px solid #7367f0;
}
.makale-table td {
  background: transparent;
  color: #e0def0;
  border-bottom: 1px solid #232b3a;
  transition: background 0.2s;
}
.makale-table tr:hover td {
  background: #22283a;
}
.makale-table tr:last-child td {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 700px) {
  .makale {
    padding: 18px 7vw 18px 7vw;
    font-size: 0.98rem;
  }
  .makale h2 {
    font-size: 1.3rem;
  }
  .makale h3 {
    font-size: 1.08rem;
    padding-left: 7px;
  }
  .makale-table th, .makale-table td {
    padding: 9px 7px;
    font-size: 0.97rem;
  }
}

/* Modern kutu efekti ve animasyonlar */
.makale, .makale-table {
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) 0.1s both;
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(32px); }
  100% { opacity: 1; transform: none; }
}

@media (min-width: 992px) {
  .footer-main {
    flex-wrap: nowrap;
  }
}

/* Blog Kartları - Gelişmiş */
.blog-section {
  background: none;
  padding-top: 32px;
  padding-bottom: 32px;
}
.blog-section .card {
  background: #232b39;
  border: 2px solid transparent;
  border-radius: 20px;
  box-shadow: 0 4px 32px 0 rgba(115,103,240,0.10), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.blog-section .card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, #7367f0 0%, #cfcde4 100%);
  opacity: 0.7;
  z-index: 2;
}
.blog-section .card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 48px 0 rgba(115,103,240,0.22), 0 4px 16px 0 rgba(0,0,0,0.16);
  border: 2px solid #7367f0;
}
.blog-section .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: #181f2a;
}
.blog-section .card-body {
  padding-top: 1.2rem;
}
.blog-section .blog-meta {
  font-size: 0.98rem;
  color: #b3b3c6;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-section .blog-meta i {
  color: #7367f0;
  font-size: 1.05em;
}
.blog-section .card-title {
  color: #7367f0;
  font-size: 1.28rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.blog-section .card-text {
  color: #cfcde4;
  font-size: 1.07rem;
  margin-bottom: 1.2rem;
}
.blog-section .btn-primary {
  background: linear-gradient(90deg, #7367f0, #cfcde4);
  border: none;
  color: #181f2a;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 28px;
  box-shadow: 0 2px 8px 0 rgba(115,103,240,0.13);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  font-size: 1.08rem;
  letter-spacing: 0.5px;
}
.blog-section .btn-primary:hover {
  background: linear-gradient(90deg, #cfcde4, #7367f0);
  color: #232b39;
  box-shadow: 0 4px 16px 0 rgba(115,103,240,0.18);
}
@media (max-width: 991px) {
  .blog-section .row.g-4 {
    row-gap: 28px;
  }
  .blog-section .card {
    border-radius: 14px;
  }
  .blog-section .card-img-top {
    height: 140px;
  }
}

.contact-label {
  display: inline-block;
  background: linear-gradient(90deg, #7367f0, #cfcde4);
  color: #181f2a;
  font-weight: 700;
  font-size: 0.98rem;
  border-radius: 8px;
  padding: 4px 16px;
  margin-bottom: 18px;
  position: absolute;
  top: -18px;
  left: 24px;
  box-shadow: 0 2px 8px 0 rgba(115,103,240,0.10);
}
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #292f3e;
  color: #7367f0;
  font-size: 1.35rem;
  margin-top: 2px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px 0 rgba(115,103,240,0.08);
}
.contact-icon.whatsapp { background: #25d366; color: #fff; }
.contact-icon.email { background: #f0e6ff; color: #7367f0; }
.contact-icon.address { background: #e6e7ef; color: #7367f0; }
.contact-social {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.contact-social a {
  color: #7367f0;
  font-size: 1.5rem;
  transition: color 0.18s;
}
.contact-social a:hover {
  color: #cfcde4;
} 