/* Bug Bounty AI Page Styles */

.bugbounty-page {
  position: relative;
  min-height: 100vh;
  background: #030712;
  color: #fff;
  overflow-x: hidden;
}

.bugbounty-page > *:not(.landing-video-bg):not(.landing-video-overlay) {
  position: relative;
  z-index: 2;
}

/* Hero Section */
.bugbounty-hero {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px;
  text-align: center;
}

.bugbounty-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.bugbounty-hero-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.bugbounty-hero-startup-badge {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s;
}

.bugbounty-hero-startup-badge:hover {
  opacity: 0.8;
}

.bugbounty-hero-startup-badge img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.bugbounty-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 50px;
  color: #f59e0b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.bugbounty-hero-badge-icon {
  font-size: 18px !important;
}

.bugbounty-hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
  background: linear-gradient(135deg, #fff 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bugbounty-hero-subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 24px;
}

.bugbounty-hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bugbounty-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0;
  padding: 32px;
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 16px;
}

.bugbounty-stat {
  text-align: center;
}

.bugbounty-stat-value {
  font-size: 48px;
  font-weight: 700;
  color: #f59e0b;
  margin-bottom: 8px;
}

.bugbounty-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bugbounty-hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 48px 0;
}

.bugbounty-cta-primary {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
  color: #fff !important;
  padding: 14px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3) !important;
  transition: all 0.3s ease !important;
}

.bugbounty-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(245, 158, 11, 0.4) !important;
}

.bugbounty-cta-secondary {
  color: #f59e0b !important;
  border-color: #f59e0b !important;
  padding: 14px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.bugbounty-cta-secondary:hover {
  background: rgba(245, 158, 11, 0.1) !important;
  border-color: #d97706 !important;
}

.bugbounty-trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 48px 0;
  flex-wrap: wrap;
}

.bugbounty-badge-link {
  display: block;
  transition: transform 0.3s ease;
}

.bugbounty-badge-link:hover {
  transform: scale(1.05);
}

.bugbounty-badge {
  height: 54px;
  width: auto;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.bugbounty-badge-link:hover .bugbounty-badge {
  filter: brightness(1);
}

.bugbounty-shannon-avatar {
  margin: 48px auto 0;
  max-width: 400px;
}

.bugbounty-avatar-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 2px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.2);
}

/* Section Styles */
.bugbounty-section {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.bugbounty-section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
  color: #fff;
}

.bugbounty-section-subtitle {
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Why Section */
.bugbounty-why {
  background: linear-gradient(180deg, transparent 0%, rgba(245, 158, 11, 0.03) 100%);
}

.bugbounty-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.bugbounty-feature-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.bugbounty-feature-card:hover {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.15);
}

.bugbounty-feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  color: #f59e0b;
}

.bugbounty-feature-icon svg {
  font-size: 28px !important;
}

.bugbounty-feature-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.bugbounty-feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Vulnerability Categories */
.bugbounty-vulns {
  background: rgba(245, 158, 11, 0.02);
}

.bugbounty-vulns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.bugbounty-vuln-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.bugbounty-vuln-card:hover {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
}

.bugbounty-vuln-title {
  font-size: 20px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 12px;
}

.bugbounty-vuln-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Platforms Section */
.bugbounty-platforms {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.02) 0%, transparent 100%);
}

.bugbounty-platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.bugbounty-platform-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}

.bugbounty-platform-card:hover {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
}

.bugbounty-platform-name {
  font-size: 22px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 12px;
}

.bugbounty-platform-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Model Section */
.bugbounty-model {
  background: rgba(245, 158, 11, 0.03);
  border-top: 1px solid rgba(245, 158, 11, 0.2);
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.bugbounty-model-content {
  max-width: 900px;
  margin: 0 auto;
}

.bugbounty-model-description {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 32px;
}

.bugbounty-model-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bugbounty-model-features li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(245, 158, 11, 0.1);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.bugbounty-model-features li:last-child {
  border-bottom: none;
}

.bugbounty-model-features li strong {
  color: #f59e0b;
  font-weight: 600;
}

/* Tools Section */
.bugbounty-tools {
  background: linear-gradient(180deg, transparent 0%, rgba(245, 158, 11, 0.02) 100%);
}

.bugbounty-tools-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.bugbounty-tools-category {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
}

.bugbounty-tools-category-title {
  font-size: 22px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 20px;
}

.bugbounty-tools-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bugbounty-tool-item {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
  position: relative;
}

.bugbounty-tool-item::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: bold;
}

.bugbounty-tool-item strong {
  color: #fff;
  font-weight: 600;
}

/* Reporting Section */
.bugbounty-reporting {
  background: rgba(245, 158, 11, 0.02);
}

.bugbounty-reporting-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.bugbounty-reporting-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.bugbounty-reporting-card:hover {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
}

.bugbounty-reporting-title {
  font-size: 20px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 12px;
}

.bugbounty-reporting-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.bugbounty-reporting-example {
  padding: 32px;
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 12px;
  margin-top: 32px;
}

.bugbounty-reporting-example-title {
  font-size: 22px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 16px;
}

.bugbounty-reporting-example-text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* FAQ Section */
.bugbounty-faq {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.02) 0%, transparent 100%);
}

.bugbounty-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.bugbounty-faq-item {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.bugbounty-faq-item:hover {
  background: rgba(245, 158, 11, 0.05);
  border-color: rgba(245, 158, 11, 0.3);
}

.bugbounty-faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #f59e0b;
  margin: 0 0 12px;
}

.bugbounty-faq-answer {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Final CTA Section */
.bugbounty-cta {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.05) 100%);
  border-top: 1px solid rgba(245, 158, 11, 0.2);
  text-align: center;
  padding: 100px 0;
}

.bugbounty-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.bugbounty-cta-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
}

.bugbounty-cta-description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 40px;
}

.bugbounty-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* Responsive Design */
@media (max-width: 960px) {
  .bugbounty-hero {
    padding: 100px 0 60px;
  }

  .bugbounty-hero-title {
    font-size: 48px;
  }

  .bugbounty-hero-subtitle {
    font-size: 24px;
  }

  .bugbounty-hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 24px;
  }

  .bugbounty-stat-value {
    font-size: 36px;
  }

  .bugbounty-features-grid,
  .bugbounty-vulns-grid,
  .bugbounty-reporting-grid,
  .bugbounty-faq-grid,
  .bugbounty-tools-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bugbounty-platforms-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .bugbounty-section {
    padding: 60px 0;
  }

  .bugbounty-section-title {
    font-size: 36px;
  }

  .bugbounty-cta-title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .bugbounty-hero {
    padding: 80px 0 40px;
  }

  .bugbounty-hero-title {
    font-size: 36px;
  }

  .bugbounty-hero-subtitle {
    font-size: 20px;
  }

  .bugbounty-hero-description {
    font-size: 16px;
  }

  .bugbounty-hero-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .bugbounty-stat-value {
    font-size: 32px;
  }

  .bugbounty-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .bugbounty-cta-primary,
  .bugbounty-cta-secondary {
    width: 100%;
  }

  .bugbounty-trust-badges {
    gap: 20px;
  }

  .bugbounty-badge {
    height: 44px;
  }

  .bugbounty-platforms-grid {
    grid-template-columns: 1fr;
  }

  .bugbounty-section {
    padding: 50px 0;
  }

  .bugbounty-section-title {
    font-size: 28px;
  }

  .bugbounty-section-subtitle {
    font-size: 16px;
  }

  .bugbounty-cta {
    padding: 60px 0;
  }

  .bugbounty-cta-title {
    font-size: 28px;
  }

  .bugbounty-cta-description {
    font-size: 16px;
  }

  .bugbounty-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .bugbounty-feature-card,
  .bugbounty-vuln-card,
  .bugbounty-platform-card,
  .bugbounty-reporting-card,
  .bugbounty-faq-item,
  .bugbounty-tools-category {
    padding: 20px;
  }

  .bugbounty-reporting-example {
    padding: 24px;
  }
}
