/* =========================================
   ADVERTISING PAGE STYLES
   ========================================= */

/* Hero Section */
.advertising-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.advertising-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  backdrop-filter: blur(12px);
  font-size: 0.9rem;
  font-weight: 500;
  color: #3b82f6;
  margin-bottom: 2rem;
}

.advertising-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.advertising-title .title-main {
  display: block;
  color: white;
}

.advertising-title .title-highlight {
  display: block;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.advertising-title .title-sub {
  display: block;
  font-size: 2rem;
  color: #cbd5e1;
  margin-top: 0.5rem;
}

.advertising-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reach-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.reach-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.reach-stat:hover {
  transform: translateY(-4px);
  border-color: #3b82f6;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
}

.reach-stat .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.reach-stat .stat-icon svg {
  width: 40px;
  height: 40px;
}

.reach-stat .stat-icon.discord {
  background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
  color: white;
}

.reach-stat .stat-icon.youtube {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: white;
}

.reach-stat .stat-icon.gaming {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.reach-stat .stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}

.reach-stat .stat-label {
  font-size: 0.9rem;
  color: #cbd5e1;
  font-weight: 500;
}

.advertising-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Analytics Showcase */
.analytics-showcase {
  padding: 6rem 0;
  background: #0f172a;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.analytics-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.analytics-card:hover {
  transform: translateY(-8px);
  border-color: #3b82f6;
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.2);
}

.analytics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.analytics-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}

.analytics-badge {
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: white;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.analytics-image {
  padding: 2rem;
  background: #1e293b;
}

.analytics-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.analytics-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
}

.analytics-stat {
  text-align: center;
}

.analytics-stat .stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  display: block;
}

.analytics-stat .stat-label {
  font-size: 0.8rem;
  color: #cbd5e1;
  margin-top: 0.25rem;
}

.analytics-trend {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #10b981;
  font-weight: 600;
  font-size: 0.9rem;
}

.combined-stats {
  text-align: center;
}

.combined-stat-card {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

.combined-icon {
  font-size: 3rem;
  color: white;
}

.combined-content {
  text-align: left;
}

.combined-number {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.combined-label {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-top: 0.5rem;
}

.combined-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.25rem;
}

/* Advertising Packages */
.advertising-packages {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.package-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  padding: 2.5rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px);
  border-color: #3b82f6;
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.2);
}

.package-card.popular {
  border-color: #f59e0b;
  position: relative;
}

.popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 12px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.package-header {
  text-align: center;
  margin-bottom: 2rem;
}

.package-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 20px;
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
}

.package-card.discord .package-icon {
  background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
}

.package-card.youtube .package-icon {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.package-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.package-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}

.package-price .currency {
  font-size: 1.25rem;
  color: #cbd5e1;
}

.package-price .amount {
  font-size: 3rem;
  font-weight: 800;
  color: white;
}

.package-price .period {
  font-size: 1rem;
  color: #cbd5e1;
}

.package-features {
  margin-bottom: 2rem;
}

.package-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: #cbd5e1;
}

.package-features .feature-item i {
  color: #10b981;
  font-size: 0.9rem;
}

.package-cta {
  text-align: center;
}

.package-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}

.package-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.package-btn.primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-color: #3b82f6;
}

.package-btn.primary:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

/* Why Choose Us */
.why-choose-us {
  padding: 6rem 0;
  background: #0f172a;
}

.why-choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.why-features {
  margin-top: 2rem;
}

.why-feature {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  flex-shrink: 0;
}

.why-icon svg {
  width: 30px;
  height: 30px;
}

.why-icon.target {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
}

.why-icon.analytics {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
}

.why-icon.partnership {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.why-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
}

.why-content p {
  color: #cbd5e1;
  line-height: 1.6;
}

.community-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stat-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
}

.stat-card .stat-label {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin-bottom: 0.75rem;
}

.stat-card .stat-trend {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #10b981;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Final CTA */
.advertising-cta-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  text-align: center;
}

.advertising-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.cta-title span {
  display: block;
}

.cta-description {
  font-size: 1.1rem;
  color: #cbd5e1;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .advertising-title {
    font-size: 2.5rem;
  }
  
  .advertising-title .title-sub {
    font-size: 1.5rem;
  }
  
  .reach-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .analytics-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .why-choose-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .combined-stat-card {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .combined-content {
    text-align: center;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .advertising-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-actions .btn-premium {
    width: 100%;
    max-width: 300px;
  }
}