/* Extracted styling for The Witness Collapse Crisis site */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Montserrat:wght@400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  background: #0a0a0a;
  color: #e0e0e0;
  line-height: 1.6;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
header {
  text-align: center;
  padding: 60px 20px 40px;
  border-bottom: 4px solid #dc2626;
  margin-bottom: 60px;
}
h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  color: #dc2626;
  margin-bottom: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #a0a0a0;
  font-weight: 600;
}
.realtime-section {
  background: linear-gradient(135deg, #1a0a0a 0%, #0f0f0f 100%);
  border: 2px solid #dc2626;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.realtime-title {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.realtime-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 968px) {
  .realtime-grid {
    grid-template-columns: 1fr;
  }
}
.realtime-card {
  background: #0a0a0a;
  border: 2px solid #333;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.realtime-card:hover {
  border-color: #dc2626;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2);
}
.realtime-icon {
  font-size: 48px;
  margin-bottom: 15px;
}
.realtime-number {
  font-size: 64px;
  font-weight: 900;
  color: #dc2626;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
.realtime-label {
  font-size: 16px;
  color: #cccccc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.stat-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.stat-card:hover {
  border-color: #dc2626;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2);
}
.stat-number {
  font-size: 48px;
  font-weight: 900;
  color: #dc2626;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
.stat-label {
  font-size: 16px;
  color: #a0a0a0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  margin-bottom: 30px;
  color: #ffffff;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0e0e0;
}
.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}
.content-box {
  background: #1a1a1a;
  border: 2px solid #262626;
  border-radius: 12px;
  padding: 35px;
}
.failure-case {
  background: #0a0a0a;
  border-left: 4px solid #dc2626;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.failure-case h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #dc2626;
}
.failure-case p {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 8px;
}
.door-slam {
  background: #dc2626;
  color: #000;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin-top: 20px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-family: Montserrat;
}
.victims-list {
  list-style: none;
}
.victim-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #0f0f0f;
  border-left: 4px solid #dc2626;
  margin-bottom: 12px;
  border-radius: 4px;
}
.candle {
  font-size: 24px;
  filter: drop-shadow(0 0 8px rgba(255, 200, 100, 0.6));
}
.victim-name {
  font-weight: 700;
  color: #fff;
}
.victim-age {
  color: #a0a0a0;
}
.survivors {
  margin-top: 30px;
  border-top: 2px solid #f59e0b;
  padding-top: 20px;
}
.survivors h4 {
  font-size: 20px;
  font-weight: 900;
  color: #f59e0b;
  margin-bottom: 15px;
}
.survivor-item {
  background: #1a1000;
  border-left: 4px solid #f59e0b;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.survivor-item strong {
  color: #f59e0b;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #0f0f0f;
}
th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #262626;
}
th {
  background: #1a1a1a;
  font-weight: 700;
  color: #fff;
}
.score-fail {
  color: #dc2626;
  font-weight: 700;
}
.score-warn {
  color: #f59e0b;
  font-weight: 700;
}
.score-pass {
  color: #10b981;
  font-weight: 700;
}
.solution-box {
  background: linear-gradient(135deg, #052e16 0%, #064e3b 100%);
  border: 2px solid #10b981;
  border-radius: 12px;
  padding: 40px;
  margin: 60px 0;
}
.solution-title {
  color: #10b981;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
}
.formula {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #10b981;
  margin: 30px 0;
  font-family: Courier New, monospace;
}
.protocol-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.protocol-step {
  background: rgba(0, 0, 0, 0.4);
  border-left: 4px solid #10b981;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkmark {
  font-size: 32px;
  color: #10b981;
}
.step-text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.key-finding {
  background: #1a0a0a;
  border: 2px solid #dc2626;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.doi-section {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 30px;
  margin: 40px 0;
}
.doi-link {
  display: block;
  color: #60a5fa;
  text-decoration: none;
  padding: 10px 0;
  font-family: monospace;
  font-size: 14px;
}
.doi-link:hover {
  color: #93c5fd;
}
.cta-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 12px;
  margin: 60px 0;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cta-button {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-family: Montserrat;
  text-transform: uppercase;
}
.btn-primary {
  background: #dc2626;
  color: #fff;
}
.btn-primary:hover {
  background: #b91c1c;
  transform: scale(1.05);
}
.btn-secondary {
  background: transparent;
  color: #10b981;
  border: 2px solid #10b981;
}
.btn-secondary:hover {
  background: #10b981;
  color: #000;
}
footer {
  text-align: center;
  padding: 40px 20px;
  border-top: 2px solid #262626;
  margin-top: 60px;
}
.footer-quote {
  font-size: 20px;
  font-weight: 700;
  color: #10b981;
  font-style: italic;
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-links a {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
}
.footer-links a:hover {
  text-decoration: underline;
}
