/* Red Team AI Page Styles - Red Theme */

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

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

.redteam-container {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
}

/* Hero Section */
.redteam-hero {
  text-align: center;
  padding: 6rem 0 4rem;
  max-width: 900px;
  margin: 0 auto;
}

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

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

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

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

.redteam-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 50px;
  color: #fca5a5;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.redteam-hero-badge:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.5);
}

.redteam-hero-badge-icon {
  font-size: 1.125rem;
}

.redteam-hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.redteam-hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.redteam-hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.redteam-cta-primary {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}

.redteam-cta-primary:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
  transform: translateY(-2px);
}

.redteam-cta-secondary {
  border: 2px solid rgba(239, 68, 68, 0.5);
  color: #fca5a5;
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.redteam-cta-secondary:hover {
  border-color: rgba(239, 68, 68, 0.8);
  background: rgba(239, 68, 68, 0.1);
  color: #fca5a5;
}

/* Trust Badges */
.redteam-trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.redteam-badge-link {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.redteam-badge-link:hover {
  transform: scale(1.05);
  opacity: 1;
}

.redteam-badge-img {
  height: 44px;
  width: auto;
}

/* Stats Section */
.redteam-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 4rem 0;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(185, 28, 28, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(239, 68, 68, 0.1);
}

.redteam-stat-item {
  text-align: center;
}

.redteam-stat-value {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.redteam-stat-label {
  font-size: 1rem;
  color: #94a3b8;
  font-weight: 500;
}

/* Section Styles */
.redteam-section {
  margin: 6rem 0;
}

.redteam-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #f1f5f9;
}

.redteam-section-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cbd5e1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}

/* Features Grid */
.redteam-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.redteam-feature-card {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(185, 28, 28, 0.05) 100%);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.redteam-feature-card:hover {
  border-color: rgba(239, 68, 68, 0.4);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(185, 28, 28, 0.08) 100%);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.15);
}

.redteam-feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fca5a5;
  margin-bottom: 1rem;
}

.redteam-feature-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #cbd5e1;
}

/* Use Cases Grid */
.redteam-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.redteam-usecase-card {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.03) 0%, rgba(185, 28, 28, 0.03) 100%);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.redteam-usecase-card:hover {
  border-color: rgba(239, 68, 68, 0.3);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.06) 0%, rgba(185, 28, 28, 0.06) 100%);
  transform: translateY(-4px);
}

.redteam-usecase-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fca5a5;
  margin-bottom: 1rem;
}

.redteam-usecase-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #cbd5e1;
}

/* Model Section */
.redteam-model-section {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(185, 28, 28, 0.05) 100%);
  border-radius: 16px;
  padding: 4rem 3rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.redteam-model-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
  align-items: center;
}

.redteam-model-text {
  max-width: 700px;
}

.redteam-model-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 2rem;
}

.redteam-model-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fca5a5;
  margin-bottom: 1.5rem;
}

.redteam-model-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.redteam-model-list li {
  padding: 0.75rem 0;
  line-height: 1.7;
  color: #cbd5e1;
  border-bottom: 1px solid rgba(239, 68, 68, 0.1);
}

.redteam-model-list li:last-child {
  border-bottom: none;
}

.redteam-model-list strong {
  color: #fca5a5;
  font-weight: 600;
}

.redteam-model-emphasis {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fca5a5;
  padding: 1.5rem;
  background: rgba(239, 68, 68, 0.1);
  border-left: 4px solid #ef4444;
  border-radius: 8px;
}

.redteam-model-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.redteam-model-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(239, 68, 68, 0.2);
  border: 2px solid rgba(239, 68, 68, 0.3);
}

/* MITRE ATT&CK Grid */
.redteam-attack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.redteam-attack-card {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(185, 28, 28, 0.05) 100%);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  transition: all 0.3s ease;
}

.redteam-attack-card:hover {
  border-color: rgba(239, 68, 68, 0.4);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(185, 28, 28, 0.08) 100%);
}

.redteam-attack-card strong {
  color: #fca5a5;
  font-weight: 600;
}

/* Tools Section */
.redteam-tools-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}

.redteam-tool-chip {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(185, 28, 28, 0.1) 100%);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #fca5a5;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: default;
}

.redteam-tool-chip:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(185, 28, 28, 0.15) 100%);
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

/* FAQ Section */
.redteam-faq-container {
  max-width: 900px;
  margin: 3rem auto 0;
}

.redteam-faq-item {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.03) 0%, rgba(185, 28, 28, 0.03) 100%);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.redteam-faq-item:hover {
  border-color: rgba(239, 68, 68, 0.3);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.06) 0%, rgba(185, 28, 28, 0.06) 100%);
}

.redteam-faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fca5a5;
  margin-bottom: 1rem;
}

.redteam-faq-answer {
  font-size: 1rem;
  line-height: 1.8;
  color: #cbd5e1;
}

/* CTA Section */
.redteam-cta-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(185, 28, 28, 0.1) 100%);
  border-radius: 16px;
  border: 1px solid rgba(239, 68, 68, 0.3);
  margin: 6rem 0;
}

.redteam-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 1.5rem;
}

.redteam-cta-description {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.redteam-cta-button {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}

.redteam-cta-button:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 960px) {
  .redteam-hero-title {
    font-size: 3rem;
  }

  .redteam-hero-subtitle {
    font-size: 1.125rem;
  }

  .redteam-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .redteam-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .redteam-usecases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .redteam-attack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .redteam-model-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .redteam-model-avatar {
    order: -1;
  }

  .redteam-model-img {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .redteam-container {
    padding: 2rem 1rem;
  }

  .redteam-hero {
    padding: 4rem 0 2rem;
  }

  .redteam-hero-title {
    font-size: 2.25rem;
  }

  .redteam-hero-subtitle {
    font-size: 1rem;
  }

  .redteam-hero-cta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .redteam-cta-primary,
  .redteam-cta-secondary {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .redteam-trust-badges {
    gap: 1rem;
  }

  .redteam-badge-img {
    height: 36px;
  }

  .redteam-stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .redteam-stat-value {
    font-size: 2.5rem;
  }

  .redteam-section {
    margin: 4rem 0;
  }

  .redteam-section-title {
    font-size: 2rem;
  }

  .redteam-section-intro {
    font-size: 1rem;
  }

  .redteam-features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .redteam-feature-card {
    padding: 1.5rem;
  }

  .redteam-usecases-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .redteam-usecase-card {
    padding: 1.5rem;
  }

  .redteam-attack-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .redteam-model-section {
    padding: 2rem 1.5rem;
  }

  .redteam-model-intro {
    font-size: 1rem;
  }

  .redteam-model-subtitle {
    font-size: 1.25rem;
  }

  .redteam-model-emphasis {
    font-size: 1rem;
    padding: 1rem;
  }

  .redteam-tools-container {
    gap: 0.75rem;
  }

  .redteam-tool-chip {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }

  .redteam-faq-item {
    padding: 1.5rem;
  }

  .redteam-faq-question {
    font-size: 1.125rem;
  }

  .redteam-faq-answer {
    font-size: 0.95rem;
  }

  .redteam-cta-section {
    padding: 3rem 1.5rem;
  }

  .redteam-cta-title {
    font-size: 2rem;
  }

  .redteam-cta-description {
    font-size: 1rem;
  }

  .redteam-cta-button {
    width: 100%;
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
