/* ===== LANDING PAGE - MAPSSCRAPER ===== */
/* Tailwind'i tamamlayan özel stiller */

/* ===== GENEL ===== */
html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(59, 130, 246, 0.3);
}

/* ===== BUTONLAR ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: linear-gradient(135deg, #3B82F6, #8B5CF6);
  color: white;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #F8FAFC;
  font-weight: 600;
  border-radius: 10px;
  border: 1.5px solid rgba(148, 163, 184, 0.3);
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.btn-outline:hover {
  border-color: rgba(59, 130, 246, 0.6);
  background: rgba(59, 130, 246, 0.08);
  transform: translateY(-2px);
}

/* ===== NAVİGASYON ===== */
.nav-scrolled {
  border-color: rgba(51, 65, 85, 0.6) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* ===== SCREENSHOT PLACEHOLDER ===== */
.screenshot-placeholder {
  background: #1E293B;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 16px;
  padding: 16px;
  box-shadow:
    0 0 60px rgba(59, 130, 246, 0.08),
    0 0 120px rgba(139, 92, 246, 0.05);
}

/* ===== FEATURE KARTLARI ===== */
.feature-card {
  background: #1E293B;
  border: 1px solid rgba(148, 163, 184, 0.08);
  border-radius: 14px;
  padding: 28px;
  transition: all 0.25s;
}

.feature-card:hover {
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.feature-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: inline-block;
}

/* ===== HOW IT WORKS ===== */
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6, #8B5CF6);
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
  margin-bottom: 16px;
}

/* ===== PRICING KARTLARI ===== */
.pricing-card {
  background: #1E293B;
  border: 1px solid rgba(148, 163, 184, 0.08);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.25s;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Premium kart - vurgulu */
.pricing-card--popular {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.08);
}

.pricing-card--popular:hover {
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.12), 0 12px 40px rgba(0, 0, 0, 0.25);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3B82F6, #8B5CF6);
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-list {
  list-style: none;
  padding: 0;
}

.pricing-list li {
  padding: 6px 0;
  font-size: 14px;
  color: #94A3B8;
  position: relative;
  padding-left: 24px;
}

.pricing-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10B981;
  font-weight: 700;
}

/* ===== FAQ ===== */
.faq-item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: none;
  border: none;
  color: #F8FAFC;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}

.faq-question:hover {
  color: #3B82F6;
}

.faq-arrow {
  transition: transform 0.3s;
  color: #64748B;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  font-size: 14px;
  color: #94A3B8;
  line-height: 1.7;
  padding-bottom: 20px;
}

/* FAQ açık durumu */
.faq-item--open .faq-arrow {
  transform: rotate(180deg);
}

.faq-item--open .faq-answer {
  max-height: 300px;
}

/* ===== RESPONSİF ===== */
@media (max-width: 768px) {
  .screenshot-placeholder {
    margin-top: 16px;
  }

  .pricing-card {
    padding: 24px;
  }
}

/* ===== ANİMASYONLAR ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sayfa yüklenince hero animasyonu */
section:first-of-type > div {
  animation: fadeInUp 0.6s ease-out;
}
