/* AI Verification Tick Article Specific Styles */

/* Hero Section */
.ai-verification-hero {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: white;
}

.ai-verification-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.ai-verification-hero .breadcrumb span {
  color: white;
}

.ai-verification-hero .article-category {
  background: #00b4d8;
}

.ai-verification-hero .article-meta {
  color: rgba(255, 255, 255, 0.8);
}

.ai-verification-hero .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.ai-verification-hero .tag {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Trust Crisis Introduction */
.trust-crisis-intro h2 {
  color: #0f2027;
  border-left: 4px solid #00b4d8;
  padding-left: 1rem;
}

.crisis-warning {
  margin: 2rem 0;
}

.warning-card {
  background: linear-gradient(135deg, #fff8e1 0%, #ffeaa7 100%);
  border: 2px solid #ffd166;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.warning-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #ffd166;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0f2027;
}

.warning-content h3 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.warning-content p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.warning-content strong {
  color: #e63946;
}

/* Hybrid Threat Section */
.hybrid-threat {
  margin: 3rem 0;
}

.hybrid-threat h3 {
  color: #0f2027;
  margin-bottom: 1.5rem;
}

.hybrid-examples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hybrid-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.3s ease;
}

.hybrid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.hybrid-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #e3f2fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1565c0;
  font-size: 1.3rem;
}

.hybrid-details h4 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.hybrid-details p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

.hybrid-challenges {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
}

.hybrid-challenges h4 {
  color: #0f2027;
  margin-bottom: 1rem;
}

.hybrid-challenges ul {
  list-style: none;
  padding: 0;
}

.hybrid-challenges li {
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
  color: #555;
}

.hybrid-challenges i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #e63946;
}

/* Detection Limitations */
.detection-limitations {
  margin: 2rem 0;
}

.limitation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.limitation-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-top: 4px solid #00b4d8;
}

.limitation-icon {
  width: 60px;
  height: 60px;
  background: #e3f2fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  color: #00b4d8;
  font-size: 1.5rem;
}

.limitation-card h3 {
  margin: 0 0 1rem 0;
  color: #0f2027;
  font-size: 1.1rem;
}

.limitation-card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Professionals Insight */
.professionals-insight {
  margin: 2.5rem 0;
}

.insight-card {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 2rem;
  border-left: 5px solid #1565c0;
}

.critical-insight {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border-left-color: #e63946;
}

.insight-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.insight-header i {
  font-size: 2rem;
  color: #1565c0;
}

.critical-insight .insight-header i {
  color: #e63946;
}

.insight-header h3 {
  margin: 0;
  color: #0f2027;
}

.insight-content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.insight-content p:last-child {
  margin-bottom: 0;
}

.insight-content strong {
  color: #0f2027;
  font-size: 1.1rem;
}

/* Verification Shift */
.verification-shift {
  margin: 2.5rem 0;
}

.verification-shift h3 {
  color: #0f2027;
  margin-bottom: 1.5rem;
}

.shift-comparison {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin: 2rem 0;
}

.shift-old, .shift-new {
  flex: 1;
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.shift-old {
  border-top: 4px solid #e63946;
}

.shift-new {
  border-top: 4px solid #06d6a0;
}

.shift-old h4, .shift-new h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  color: #0f2027;
}

.shift-old h4 i {
  color: #e63946;
}

.shift-new h4 i {
  color: #06d6a0;
}

.shift-old ul, .shift-new ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shift-old li, .shift-new li {
  margin-bottom: 0.8rem;
  padding-left: 0;
  color: #555;
}

.shift-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b4d8;
  font-size: 1.5rem;
}

/* Verification Levels */
.verification-levels {
  margin: 3rem 0;
}

.levels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.level-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.verified-authentic {
  border: 2px solid #06d6a0;
}

.ai-assisted {
  border: 2px solid #ffd166;
}

.unverified {
  border: 2px solid #e63946;
}

.level-header {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.verified-authentic .level-header {
  background: linear-gradient(135deg, #06d6a0 0%, #05c593 100%);
}

.ai-assisted .level-header {
  background: linear-gradient(135deg, #ffd166 0%, #ffc145 100%);
}

.unverified .level-header {
  background: linear-gradient(135deg, #e63946 0%, #d32f2f 100%);
}

.level-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.level-title {
  flex: 1;
}

.level-title h4 {
  margin: 0 0 0.3rem 0;
  color: white;
  font-size: 1.2rem;
}

.level-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.level-details {
  padding: 1.5rem;
  background: white;
}

.level-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.level-details li {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  position: relative;
  color: #555;
}

.level-details i {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.verified-authentic .level-details i {
  color: #06d6a0;
}

.ai-assisted .level-details i {
  color: #ffd166;
}

.unverified .level-details i {
  color: #e63946;
}

.critical-note {
  background: #fff8e1;
  border: 2px solid #ffd166;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 2rem 0;
}

.note-icon {
  flex-shrink: 0;
  color: #ff9800;
  font-size: 1.5rem;
  margin-top: 0.2rem;
}

.note-content h4 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.note-content p {
  margin: 0;
  color: #666;
}

.note-content strong {
  color: #0f2027;
}

/* Implementation Example */
.implementation-example {
  margin: 3rem 0;
}

.example-visual {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}

.visual-step {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}

.step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #00b4d8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.step-content h4 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.step-content p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

/* Platform Problems */
.platform-problems {
  margin: 2rem 0;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.problem-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-top: 4px solid #7209b7;
}

.problem-icon {
  width: 60px;
  height: 60px;
  background: #f3e5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  color: #7209b7;
  font-size: 1.5rem;
}

.problem-card h4 {
  margin: 0 0 0.8rem 0;
  color: #0f2027;
  font-size: 1.1rem;
}

.problem-card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Forwarding Solution */
.forwarding-solution {
  margin: 3rem 0;
}

.forwarding-visual {
  margin: 2rem 0;
}

.forward-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.chain-step {
  background: white;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  min-width: 150px;
  text-align: center;
}

.step-label {
  font-weight: 500;
  color: #0f2027;
  margin-bottom: 0.5rem;
}

.step-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.original .step-status {
  color: #06d6a0;
}

.forwarded-1 .step-status {
  color: #ffd166;
}

.forwarded-2 .step-status {
  color: #e63946;
}

.chain-arrow {
  color: #7209b7;
  font-size: 1.2rem;
}

.forwarding-explanation {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.forwarding-explanation p {
  margin: 0 0 1rem 0;
  font-weight: 500;
}

.forwarding-explanation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.forwarding-explanation li {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  position: relative;
  color: #555;
}

.forwarding-explanation i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #7209b7;
}

/* Platform Responsibility */
.platform-responsibility {
  margin: 2.5rem 0;
}

.responsibility-card {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 2rem;
  border-left: 5px solid #4caf50;
}

.responsibility-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.responsibility-header i {
  font-size: 2rem;
  color: #4caf50;
}

.responsibility-header h3 {
  margin: 0;
  color: #0f2027;
}

.responsibility-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.responsibility-item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 1rem;
}

.responsibility-item h4 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
  font-size: 1rem;
}

.responsibility-item p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

/* AI Limitation Intro */
.ai-limitation-intro {
  margin: 2rem 0;
}

.limitation-warning {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border: 2px solid #e63946;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.limitation-warning .warning-icon {
  background: #e63946;
  color: white;
}

.limitation-warning .warning-content h3 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.limitation-warning .warning-content p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Detection Failures */
.detection-failures {
  margin: 2.5rem 0;
}

.failure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.failure-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #e63946;
}

.failure-number {
  font-size: 2rem;
  font-weight: bold;
  color: #e63946;
  margin-bottom: 0.5rem;
}

.failure-card h4 {
  margin: 0 0 0.8rem 0;
  color: #0f2027;
  font-size: 1.1rem;
}

.failure-card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* AI Ethical Stance */
.ai-ethical-stance {
  margin: 2.5rem 0;
}

.stance-card {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 2rem;
  border-left: 5px solid #1565c0;
}

.stance-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stance-header i {
  font-size: 2rem;
  color: #1565c0;
}

.stance-header h3 {
  margin: 0;
  color: #0f2027;
}

.stance-content p {
  margin: 0 0 1.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.ethical-principles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.principle {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.principle-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1565c0;
  font-size: 1.2rem;
}

.principle-content h4 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
  font-size: 1rem;
}

.principle-content p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  font-weight: normal;
}

.stance-quote {
  text-align: center;
  margin: 2rem 0 0 0;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  position: relative;
}

.stance-quote i:first-child {
  position: absolute;
  top: 10px;
  left: 15px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 2rem;
}

.stance-quote i:last-child {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 2rem;
}

.stance-quote p {
  margin: 0;
  font-size: 1.2rem;
  font-style: italic;
  color: #0f2027;
  font-weight: 500;
}

/* Detection Myth */
.detection-myth {
  margin: 2.5rem 0;
}

.myth-buster {
  background: linear-gradient(135deg, #fff8e1 0%, #ffeaa7 100%);
  border: 2px solid #ffd166;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.myth-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #ffd166;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0f2027;
}

.myth-content h3 {
  margin: 0 0 0.5rem 0;
  color: #0f2027;
}

.myth-content p {
  margin: 0;
  color: #666;
  font-size: 1rem;
}

/* Future Prediction */
.future-prediction {
  margin: 2.5rem 0;
}

.prediction-card {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
  padding: 2rem;
  border-left: 5px solid #7209b7;
}

.prediction-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.prediction-header i {
  font-size: 2rem;
  color: #7209b7;
}

.prediction-header h3 {
  margin: 0;
  color: #0f2027;
}

.future-changes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.change-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 1.2rem;
}

.change-card h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem 0;
  color: #0f2027;
  font-size: 1rem;
}

.change-card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

/* Question Evolution */
.question-evolution {
  margin: 3rem 0;
}

.evolution-timeline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}

.evolution-step {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #00b4d8;
}

.step-era {
  font-weight: bold;
  color: #00b4d8;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.step-question {
  font-size: 1.1rem;
  font-weight: 500;
  color: #0f2027;
  margin-bottom: 0.5rem;
}

.step-context {
  color: #666;
  font-size: 0.9rem;
}

/* Verification Ecosystem */
.verification-ecosystem {
  margin: 3rem 0;
}

.ecosystem-visual {
  position: relative;
  height: 400px;
  margin: 2rem 0;
}

.ecosystem-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #00b4d8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 0 0 10px rgba(0, 180, 216, 0.2);
  z-index: 2;
}

.center-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.center-label {
  font-weight: 500;
  font-size: 0.9rem;
}

.ecosystem-ring {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ecosystem-item {
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  transition: transform 0.3s ease;
}

.ecosystem-item:hover {
  transform: scale(1.1);
  z-index: 3;
}

.ecosystem-item i {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #00b4d8;
}

/* Position ecosystem items in a circle */
.ecosystem-item:nth-child(1) {
  top: 10%;
  left: 20%;
}

.ecosystem-item:nth-child(2) {
  top: 10%;
  right: 20%;
}

.ecosystem-item:nth-child(3) {
  top: 30%;
  left: 5%;
}

.ecosystem-item:nth-child(4) {
  top: 30%;
  right: 5%;
}

.ecosystem-item:nth-child(5) {
  bottom: 30%;
  left: 5%;
}

.ecosystem-item:nth-child(6) {
  bottom: 30%;
  right: 5%;
}

.ecosystem-item:nth-child(7) {
  bottom: 10%;
  left: 20%;
}

.ecosystem-item:nth-child(8) {
  bottom: 10%;
  right: 20%;
}

.ecosystem-explanation {
  text-align: center;
  color: #666;
  margin: 1rem 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .shift-comparison {
    flex-direction: column;
  }
  
  .shift-arrow {
    transform: rotate(90deg);
    margin: 1rem 0;
  }
  
  .ecosystem-visual {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
  }
  
  .hybrid-examples,
  .limitation-grid,
  .levels-grid,
  .problem-grid,
  .failure-grid,
  .ethical-principles,
  .future-changes,
  .responsibility-content {
    grid-template-columns: 1fr;
  }
  
  .forward-chain {
    flex-direction: column;
    align-items: stretch;
  }
  
  .chain-step {
    width: 100%;
  }
  
  .chain-arrow {
    transform: rotate(90deg);
    margin: 0.5rem 0;
  }
  
  .ecosystem-visual {
    height: 300px;
  }
  
  .ecosystem-item {
    width: 60px;
    height: 60px;
    font-size: 0.7rem;
  }
  
  .ecosystem-item i {
    font-size: 1.2rem;
  }
  
  .content-wrapper {
    flex-direction: column;
  }
  
  .sidebar {
    margin-top: 3rem;
  }
}

@media (max-width: 576px) {
  .warning-card,
  .myth-buster,
  .critical-note {
    flex-direction: column;
    text-align: center;
  }
  
  .stance-quote p {
    font-size: 1rem;
  }
  
  .ecosystem-visual {
    height: 250px;
  }
  
  .article-footer {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .share-buttons {
    justify-content: center;
  }
}

/* Animation for ecosystem items */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.ecosystem-item {
  animation: float 3s ease-in-out infinite;
}

.ecosystem-item:nth-child(2) {
  animation-delay: 0.2s;
}

.ecosystem-item:nth-child(3) {
  animation-delay: 0.4s;
}

.ecosystem-item:nth-child(4) {
  animation-delay: 0.6s;
}

.ecosystem-item:nth-child(5) {
  animation-delay: 0.8s;
}

.ecosystem-item:nth-child(6) {
  animation-delay: 1s;
}

.ecosystem-item:nth-child(7) {
  animation-delay: 1.2s;
}

.ecosystem-item:nth-child(8) {
  animation-delay: 1.4s;
}

/* Print styles */
@media print {
  .ai-verification-hero {
    background: white !important;
    color: black !important;
  }
  
  .ai-verification-hero .article-category {
    background: #00b4d8 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  .warning-card,
  .hybrid-card,
  .limitation-card,
  .insight-card,
  .level-card,
  .problem-card,
  .responsibility-card,
  .stance-card,
  .prediction-card {
    break-inside: avoid;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  
  .ecosystem-visual {
    display: none;
  }
}