* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background: #f3f3f3;
  color: #fff;
  line-height: 1.6;
}

.mahsunaltun-fiyat-section {
  background: #000;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.mahsunaltun-fiyat-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.02) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.mahsunaltun-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.mahsunaltun-section-title {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  animation: mahsunaltun-fadeInUp 0.8s ease forwards 0.2s;
}

.mahsunaltun-section-title h1 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.mahsunaltun-section-subtitle {
  font-size: 16px;
  color: #888;
  font-weight: 300;
  letter-spacing: 1px;
}

.mahsunaltun-price-categories {
  display: grid;
  gap: 40px;
}

.mahsunaltun-category {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  animation: mahsunaltun-fadeInUp 0.8s ease forwards;
}

.mahsunaltun-category:nth-child(1) {
  animation-delay: 0.4s;
}

.mahsunaltun-category:nth-child(2) {
  animation-delay: 0.6s;
}

.mahsunaltun-category:nth-child(3) {
  animation-delay: 0.8s;
}

.mahsunaltun-category:nth-child(4) {
  animation-delay: 1s;
}

.mahsunaltun-category:nth-child(5) {
  animation-delay: 1.2s;
}

.mahsunaltun-category:nth-child(6) {
  animation-delay: 1.4s;
}

.mahsunaltun-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
}

.mahsunaltun-category-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.mahsunaltun-category-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fff, #ccc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mahsunaltun-category-icon i {
  font-size: 24px;
  color: #000;
}

.mahsunaltun-category-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.mahsunaltun-price-list {
  display: grid;
  gap: 15px;
}

.mahsunaltun-price-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.mahsunaltun-price-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.mahsunaltun-service-info {
  flex: 1;
  margin-right: 20px;
}

.mahsunaltun-service-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.mahsunaltun-service-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

.mahsunaltun-price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-align: right;
}

.mahsunaltun-price-note {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

.mahsunaltun-special-offer {
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.1),
    rgba(255, 138, 0, 0.1)
  );
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.mahsunaltun-special-offer .mahsunaltun-service-name {
  color: #ffc107;
}

.mahsunaltun-popular-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: linear-gradient(135deg, #ffc107, #e0a800);
  color: #000;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mahsunaltun-info-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  animation: mahsunaltun-fadeInUp 0.8s ease forwards 1.6s;
}

.mahsunaltun-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mahsunaltun-info-title i {
  color: #ffc107;
}

.mahsunaltun-info-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.mahsunaltun-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
}

.mahsunaltun-info-item i {
  color: #28a745;
  margin-top: 2px;
  flex-shrink: 0;
}

.mahsunaltun-cta-section {
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  animation: mahsunaltun-fadeInUp 0.8s ease forwards 1.8s;
}

.mahsunaltun-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(10px);
  margin: 0 10px 10px 0;
}

.mahsunaltun-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
}

.mahsunaltun-btn-primary {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  border-color: #ffc107;
  color: #000;
}

.mahsunaltun-btn-primary:hover {
  background: linear-gradient(135deg, #e0a800, #d39e00);
  color: #000;
}

/* Animations */
@keyframes mahsunaltun-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .mahsunaltun-fiyat-section {
    padding: 60px 0;
  }

  .mahsunaltun-container {
    padding: 0 15px;
  }

  .mahsunaltun-section-title h1 {
    font-size: 36px;
  }

  .mahsunaltun-category {
    padding: 30px 20px;
  }

  .mahsunaltun-category-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .mahsunaltun-category-title {
    font-size: 24px;
  }

  .mahsunaltun-price-item {
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .mahsunaltun-service-info {
    margin-right: 0;
  }

  .mahsunaltun-price {
    text-align: left;
    font-size: 16px;
  }

  .mahsunaltun-info-section {
    padding: 20px;
  }

  .mahsunaltun-btn {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .mahsunaltun-section-title h1 {
    font-size: 32px;
  }

  .mahsunaltun-category {
    padding: 20px 15px;
  }

  .mahsunaltun-category-icon {
    width: 50px;
    height: 50px;
  }

  .mahsunaltun-category-icon i {
    font-size: 20px;
  }

  .mahsunaltun-category-title {
    font-size: 20px;
  }

  .mahsunaltun-service-name {
    font-size: 15px;
  }

  .mahsunaltun-service-desc {
    font-size: 12px;
  }
}
