/* Page-specific styles */

/* ===== HERO THEME ===== */
.article-hero { background: linear-gradient(160deg, #0a1a2a 0%, #1a2a40 55%, #1a3440 100%); }
.article-tag  { background: #1a6a5a; }
.article-hero-sub { color: #80b0c0; }
.article-meta-read { color: #6a9aaa; }
.article-cta { background: linear-gradient(135deg, #0a1a2a 0%, #1a2a40 100%); border: 2px solid #2a4a60; }
.article-cta p { color: #80b0c0; }
.article-cta a.secondary { color: #80b0c0; border: 2px solid #2a5a7a; }

/* ===== HOUR FLOW ===== */
.ws-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 36px 0 48px;
  position: relative;
}
.ws-flow::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(25% + 10px);
  right: calc(25% + 10px);
  height: 2px;
  background: linear-gradient(90deg, #62b517, #d1db24);
  z-index: 0;
}
.ws-step {
  background: #f8faf2;
  border: 2px solid #d4e8a8;
  border-radius: 16px;
  padding: 28px 20px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ws-num {
  width: 52px; height: 52px;
  background: #62b517; color: #fff;
  font-size: 22px; font-weight: 900; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 16px rgba(98,181,23,0.3);
}
.ws-step-title { font-size: 15px; font-weight: 900; color: #1a1a1a; margin-bottom: 8px; }
.ws-step-desc  { font-size: 13px; color: #555; line-height: 1.6; }
@media (max-width: 560px) {
  .ws-flow { grid-template-columns: 1fr; }
  .ws-flow::before { display: none; }
}

/* ===== WORKSHOP REFERENCE CARDS ===== */
.ws-ref-card {
  background: #fff;
  border: 2px solid #d4e8a8;
  border-radius: 16px;
  padding: 28px 28px 24px;
  margin: 28px 0;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.ws-ref-card.hour-two { border-color: #c04040; }
.ws-ref-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.ws-ref-body { flex: 1; }
.ws-ref-hour {
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2px; margin-bottom: 6px;
}
.ws-ref-title { font-size: 18px; font-weight: 900; color: #1a2a0a; margin-bottom: 8px; line-height: 1.3; }
.ws-ref-desc { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 16px; }
.ws-ref-timing {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px;
}
.ws-ref-timing-pill {
  font-size: 11px; font-weight: 900;
  padding: 4px 12px; border-radius: 20px;
  background: #e6f7d8; color: #2a7a10;
  letter-spacing: 0.3px;
}
.ws-ref-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 900;
  text-decoration: none; padding: 10px 18px; border-radius: 8px;
  transition: background 0.15s, transform 0.15s;
  background: #62b517; color: #fff;
  box-shadow: 0 2px 8px rgba(98,181,23,0.25);
}
.ws-ref-link:hover { background: #4a8c11; transform: translateY(-1px); }
.ws-ref-link.red { background: #c04040; box-shadow: 0 2px 8px rgba(192,64,64,0.25); }
.ws-ref-link.red:hover { background: #9a2a2a; }
@media (max-width: 560px) {
  .ws-ref-card { flex-direction: column; }
}

/* ===== KILL CHAIN ===== */
.killchain {
  background: #1a2a0a;
  border-radius: 14px;
  padding: 28px 24px;
  margin: 28px 0;
}
.killchain-title {
  font-size: 10px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2.5px; color: #62b517; margin-bottom: 20px;
}
.killchain-stages {
  display: flex; gap: 0; overflow-x: auto;
  margin-bottom: 24px;
}
.kc-stage {
  flex: 1; min-width: 80px;
  text-align: center; padding: 10px 6px;
  background: rgba(98,181,23,0.1);
  border: 1px solid rgba(98,181,23,0.2);
}
.kc-stage:first-child { border-radius: 8px 0 0 8px; }
.kc-stage:last-child  { border-radius: 0 8px 8px 0; }
.kc-stage + .kc-stage { border-left: none; }
.kc-num  { font-size: 9px; font-weight: 900; color: #62b517; opacity: 0.7; margin-bottom: 4px; }
.kc-name { font-size: 10px; font-weight: 900; color: #d1db24; line-height: 1.3; }
.kc-example-label {
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2px; color: #a8c96a; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.kc-example-label span {
  background: rgba(209,219,36,0.15); color: #d1db24;
  padding: 2px 8px; border-radius: 4px; font-size: 9px;
}
.kc-rows { display: flex; flex-direction: column; gap: 10px; }
.kc-row {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 12px 14px;
}
.kc-row-badge {
  flex-shrink: 0; min-width: 100px;
  padding: 4px 10px; border-radius: 6px;
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 1.2px; text-align: center; line-height: 1.5;
  margin-top: 1px;
}
.kc-row-text {
  font-size: 13px; color: #d8e8c0; line-height: 1.7; font-weight: 600;
}

/* ===== NIST TABLE ===== */
.nist-table {
  width: 100%; border-collapse: collapse;
  margin: 24px 0; font-size: 14px;
  border-radius: 12px; overflow: hidden;
}
.nist-table th {
  background: #2a4010; color: #d1db24;
  font-size: 10px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 2px;
  padding: 12px 16px; text-align: left;
}
.nist-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8f0d8;
  background: #fff; vertical-align: top;
}
.nist-table tr:last-child td { border-bottom: none; }
.nist-fn { font-size: 13px; font-weight: 900; color: #1a2a0a; margin-bottom: 3px; }
.nist-q  { font-size: 12px; color: #444; line-height: 1.55; font-weight: 600; }
.nist-badge {
  display: inline-block; padding: 3px 8px;
  border-radius: 5px; font-size: 9px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-right: 6px; white-space: nowrap;
}
.nb-gv  { background: #e8eaf4; color: #2a3560; }
.nb-id  { background: #dbeafe; color: #1e3a8a; }
.nb-pr  { background: #e6f7d8; color: #2a7a10; }
.nb-de  { background: #fef9c3; color: #7a6000; }
.nb-rs  { background: #fde8d8; color: #a04010; }
.nb-rc  { background: #f3e8ff; color: #5a1a9a; }

