/* =========================
   Sprout24 Design System – Security, Privacy & Compliance Tool
   ========================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #faf8f5;
  color: #1a1a1a;
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
main { display: flex; flex-direction: column; gap: 0; }
.s24-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }
.s24-section { padding: 72px 0; }
.s24-section-warm { background: #fdf5ed; }
.s24-section-white { background: #ffffff; }
.s24-label { font-size: 0.85rem; font-weight: 600; color: #f97316; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; display: block; }
.s24-title { font-size: 2.2rem; font-weight: 700; line-height: 1.25; margin-bottom: 12px; }
@media (min-width: 768px) { .s24-title { font-size: 2.6rem; } }
.s24-subtitle { font-size: 1.05rem; color: #555; max-width: 900px; margin-top: 12px; }
.s24-muted { color: #6b6b6b; }
.s24-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: #ffffff; font-weight: 600; color: #f97316; box-shadow: 0 6px 20px rgba(0,0,0,0.06); font-size: 0.9rem; }
.s24-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: #fef3e8; color: #c2410c; border-radius: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.8rem; }
.s24-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 12px; font-weight: 700; font-size: 1rem; box-shadow: 0 8px 24px rgba(249,115,22,0.28); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.s24-btn-primary { background: #f97316; color: #fff !important; }
.s24-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(249,115,22,0.36); }
.s24-grid { display: grid; gap: 24px; }
@media (min-width: 768px) { .s24-grid-2 { grid-template-columns: repeat(2, 1fr); } .s24-grid-3 { grid-template-columns: repeat(3, 1fr); } }
.s24-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e9e9e9;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s24-card h3 { margin: 0; font-size: 1.1rem; }
.s24-card p { color: #444; }
.s24-list { list-style: none; display: grid; gap: 10px; }
.s24-list li { display: flex; gap: 10px; align-items: flex-start; color: #444; }
.s24-list strong { color: #1a1a1a; }
ol.s24-list { list-style: decimal; padding-left: 18px; }
ol.s24-list li { display: list-item; }
.s24-single { display: grid; gap: 18px; grid-template-columns: 1fr; }
.s24-check { width: 18px; height: 18px; color: #16a34a; margin-top: 2px; }
.s24-hero { padding: 88px 0; }
.s24-hero-title { font-size: 2.6rem; line-height: 1.15; margin-top: 10px; }
@media (min-width: 992px) { .s24-hero-title { font-size: 3rem; } }
.s24-inline-meta { display: flex; flex-wrap: wrap; gap: 12px; color: #6b6b6b; margin-top: 14px; font-size: 0.95rem; }
.s24-two-col { display: grid; gap: 28px; }
@media (min-width: 992px) { .s24-two-col { grid-template-columns: 1.05fr 1fr; align-items: start; } }
.s24-note { font-size: 0.95rem; color: #555; }
.s24-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.s24-chip { padding: 8px 12px; background: #fef3e8; color: #f97316; border-radius: 10px; font-weight: 700; font-size: 0.9rem; }
.s24-panel { border-radius: 16px; border: 1px solid #ececec; background: #fff; padding: 20px; box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
.s24-panel h3 { font-size: 1.1rem; margin-bottom: 8px; }
.s24-matrix-controls { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.s24-filter { display: flex; align-items: flex-start; gap: 10px; color: #333; font-weight: 600; }
.s24-filter input { margin-top: 3px; }
.s24-table-wrap { overflow-x: auto; margin-top: 20px; border-radius: 14px; border: 1px solid #e5e5e5; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
table { width: 100%; border-collapse: collapse; min-width: 1080px; }
th, td { padding: 14px 16px; text-align: left; vertical-align: top; }
th { background: #fef3e8; color: #9a3412; font-size: 0.95rem; border-bottom: 1px solid #f0dfcf; }
tbody tr:nth-child(odd) { background: #ffffff; }
tbody tr:nth-child(even) { background: #f9f7f4; }
td { border-bottom: 1px solid #f0f0f0; font-size: 0.95rem; color: #333; }
.s24-tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 10px; font-weight: 700; font-size: 0.85rem; margin-right: 6px; margin-bottom: 6px; }
.s24-tag.tier-1 { background: #ecfdf3; color: #15803d; }
.s24-tag.tier-2 { background: #fef3e8; color: #c2410c; }
.s24-tag.tier-3 { background: #fff1f2; color: #be123c; }
.s24-tag.flag { background: #eef2ff; color: #4338ca; }
.s24-faq details { background: #ffffff; border: 1px solid #e5e5e5; border-radius: 14px; padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,0.05); }
.s24-faq summary { font-weight: 700; cursor: pointer; }
.s24-faq p { margin-top: 12px; color: #555; }
.s24-tools-grid { display: grid; gap: 20px; }
@media (min-width: 768px) { .s24-tools-grid { grid-template-columns: repeat(3, 1fr); } }
.s24-tool-card { background: #ffffff; border-radius: 16px; border: 1px solid #e9e9e9; padding: 20px; box-shadow: 0 8px 22px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 10px; height: 100%; }
.s24-tool-card h3 { margin: 0; font-size: 1.1rem; }
.s24-tool-card p { color: #444; }
.s24-tool-cta { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; background: #f97316; color: #fff !important; padding: 12px 18px; border-radius: 12px; font-weight: 700; box-shadow: 0 8px 22px rgba(249,115,22,0.3); transition: transform 0.2s ease, box-shadow 0.2s ease; width: fit-content; }
.s24-tool-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(249,115,22,0.4); }
.s24-pill-row { display: flex; flex-wrap: wrap; gap: 10px; }
.s24-mini-grid { display: grid; gap: 12px; }
@media (min-width: 640px) { .s24-mini-grid { grid-template-columns: repeat(2, 1fr); } }
.s24-matrix-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; color: #444; font-weight: 600; }
.s24-highlight { background: #0f172a; color: #fff; padding: 16px; border-radius: 12px; display: inline-flex; gap: 10px; align-items: center; font-weight: 700; }
.s24-highlight span { color: #f8fafc; }
.s24-divider { height: 1px; width: 100%; background: #e9e9e9; margin: 24px 0; }
.s24-footnotes { display: grid; gap: 10px; margin-top: 16px; }
.s24-footnotes li { display: list-item; }

@media (max-width: 640px) {
  .s24-hero-title { font-size: 2.2rem; }
  table { min-width: 960px; }
}
