/* Page-specific styles */

/* ===== HERO THEME ===== */
.article-hero { background: linear-gradient(160deg, #1a2a0a 0%, #2a4010 55%, #344d14 100%); }
.article-tag  { background: #1a6a5a; }
.article-hero-sub { color: #a8c870; }
.article-meta-read { color: #7a9a50; }
.article-cta { background: linear-gradient(135deg, #1a2a0a 0%, #2a4010 100%); border: 2px solid #3a5a14; }
.article-cta p { color: #a8c870; }
.article-cta a.secondary { color: #a8c870; border: 2px solid #3a6a14; }

/* ===== WORKSHOP FLOW ===== */
.ws-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 36px 0 48px;
  position: relative;
}
.ws-flow::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(16.66% + 10px);
  right: calc(16.66% + 10px);
  height: 2px;
  background: linear-gradient(90deg, #62b517, #d1db24, #62b517);
  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; }
.ws-step-icon  { display: flex; justify-content: center; margin-bottom: 14px; }
@media (max-width: 640px) {
  .ws-flow { grid-template-columns: 1fr; }
  .ws-flow::before { display: none; }
}

/* ===== NUMBERED STEPS ===== */
.step-list {
  list-style: none; padding: 0; margin: 24px 0;
  display: flex; flex-direction: column; gap: 14px;
}
.step-list li {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1.5px solid #dde8c8;
  border-radius: 12px; padding: 18px 20px;
}
.step-list-num {
  flex-shrink: 0; width: 32px; height: 32px;
  background: #62b517; color: #fff;
  font-size: 14px; font-weight: 900; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.step-list-body { flex: 1; }
.step-list-title { font-size: 15px; font-weight: 900; color: #1a2a0a; margin-bottom: 5px; }
.step-list-desc  { font-size: 14px; color: #444; line-height: 1.7; }

/* ===== OPTION CARDS ===== */
.option-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 24px 0;
}
.option-card { background: #fff; border: 2px solid #dde8c8; border-radius: 14px; padding: 22px 20px; }
.option-card.primary { border-color: #62b517; background: #f4fae8; }
.option-label { font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #62b517; margin-bottom: 8px; }
.option-card.secondary .option-label { color: #888; }
.option-title { font-size: 15px; font-weight: 900; color: #1a2a0a; margin-bottom: 8px; }
.option-desc  { font-size: 13px; color: #555; line-height: 1.65; }
.option-tip { margin-top: 12px; padding: 10px 12px; background: rgba(98,181,23,0.08); border-radius: 8px; font-size: 12px; font-weight: 700; color: #3a6a10; line-height: 1.6; }
@media (max-width: 560px) { .option-cards { grid-template-columns: 1fr; } }

/* ===== STEP CTA ===== */
.step-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px; padding: 12px 22px;
  background: #62b517; color: #fff;
  font-size: 14px; font-weight: 900;
  text-decoration: none; border-radius: 9px;
  transition: background 0.15s, transform 0.15s;
  box-shadow: 0 3px 10px rgba(98,181,23,0.3);
}
.step-cta:hover { background: #4a8c11; transform: translateY(-2px); }
.step-cta-wrap { margin-top: 24px; padding: 20px 24px; background: #f4fae8; border: 1.5px solid #a8c96a; border-radius: 12px; }
.step-cta-label { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #62b517; margin-bottom: 8px; }
.step-cta-desc { font-size: 13px; color: #3a5a10; line-height: 1.6; margin-bottom: 12px; }

/* ===== BREACH CARDS ===== */
.breach-cards {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 24px 0;
}
.breach-card {
  background: #fff; border: 2px solid #dde8c8;
  border-radius: 14px; padding: 20px 20px;
  cursor: pointer; transition: border-color 0.15s, box-shadow 0.15s;
}
.breach-card:hover { border-color: #62b517; box-shadow: 0 4px 16px rgba(98,181,23,0.12); }
.breach-year { font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #888; margin-bottom: 6px; }
.breach-name { font-size: 16px; font-weight: 900; color: #1a2a0a; margin-bottom: 6px; }
.breach-type { font-size: 12px; font-weight: 700; color: #62b517; margin-bottom: 10px; }
.breach-desc { font-size: 13px; color: #555; line-height: 1.6; }
@media (max-width: 560px) { .breach-cards { grid-template-columns: 1fr; } }

/* ===== KILL CHAIN BUILDER ===== */
.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);
  position: relative;
}
.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; }
.killchain-sentence {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(209,219,36,0.3);
  border-radius: 10px;
  padding: 16px 18px;
}
.killchain-sentence-label {
  font-size: 9px; font-weight: 900; text-transform: uppercase;
  letter-spacing: 2px; color: #a8c96a; margin-bottom: 10px;
}
.killchain-template {
  font-size: 14px; color: #e8f0d8; line-height: 1.85; font-weight: 600;
}
.killchain-template em {
  font-style: normal; color: #d1db24; font-weight: 900;
  background: rgba(209,219,36,0.12);
  padding: 1px 5px; border-radius: 4px;
}
.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;
}
.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;
}

/* ===== 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; }

