/* =========================
   Sprout24 Design System
   ========================= */
*, *::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; }
.s24-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.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: 880px; 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-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-btn-secondary { background: #ffffff; color: #f97316 !important; border: 1px solid #f97316; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.s24-btn-secondary:hover { transform: translateY(-2px); }
.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-grid-4 { grid-template-columns: repeat(4, 1fr); } }
.s24-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e9e9e9;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s24-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.s24-card p { color: #555; }
.s24-list { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.s24-list li { display: flex; align-items: flex-start; gap: 10px; color: #444; }
.s24-list svg { flex-shrink: 0; margin-top: 4px; }
.s24-check { width: 18px; height: 18px; color: #16a34a; }
.s24-hero { background: #fdf5ed; padding: 88px 0; }
.s24-hero h1 { font-size: 2.6rem; line-height: 1.15; }
@media (min-width: 768px) { .s24-hero h1 { font-size: 3rem; } }
.s24-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.s24-inline-meta { margin-top: 10px; color: #6b6b6b; font-size: 0.95rem; }
.s24-section-header { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.s24-two-col { display: grid; gap: 28px; }
@media (min-width: 992px) { .s24-two-col { grid-template-columns: 1.2fr 1fr; align-items: center; } }
.s24-stack { display: grid; gap: 24px; }
.s24-chip { display: inline-flex; padding: 6px 10px; background: #fef3e8; border-radius: 8px; font-weight: 600; color: #f97316; margin-bottom: 10px; }
.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-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.s24-tag { display: inline-flex; padding: 6px 10px; border-radius: 8px; background: #eef2ff; color: #4338ca; font-weight: 700; font-size: 0.9rem; }
.s24-panel { background: #ffffff; border: 1px solid #e9e9e9; border-radius: 16px; padding: 20px; box-shadow: 0 8px 22px rgba(0,0,0,0.04); }
.s24-pill-ghost { background: #ffffff; border: 1px solid #f97316; color: #f97316; }
.s24-table-wrap { overflow-x: auto; margin-top: 18px; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
th { background: #fdf5ed; font-weight: 700; color: #1a1a1a; position: sticky; top: 0; }
tr:hover td { background: #fff7ed; }
.score-badge { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: #fef3e8; color: #c2410c; font-weight: 800; }
.note-chip { display: inline-flex; padding: 6px 10px; background: #eef2ff; border-radius: 10px; color: #4338ca; font-weight: 700; font-size: 0.85rem; margin-right: 8px; margin-bottom: 8px; }
.s24-filter-grid { display: grid; gap: 12px; margin-top: 16px; }
@media (min-width: 768px) { .s24-filter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.s24-filter-grid label { font-weight: 700; color: #1f2937; font-size: 0.95rem; display: block; margin-bottom: 6px; }
.s24-filter-grid select { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; font-size: 0.95rem; }
.s24-presets { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.s24-preset-btn { padding: 10px 14px; border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.s24-preset-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.06); }
.s24-pill-green { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.s24-pill-yellow { background: #fef9c3; color: #854d0e; border: 1px solid #fde68a; }
.s24-pill-red { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.s24-metric-stack { display: grid; gap: 8px; color: #444; }
.s24-mini-title { font-weight: 800; color: #1f2937; }
.s24-divider { height: 1px; background: #e5e5e5; margin: 26px 0; }
.s24-list-numbered { list-style: decimal; padding-left: 18px; color: #444; display: grid; gap: 8px; }
.s24-quote { padding: 18px; border-left: 4px solid #f97316; background: #fff7ed; border-radius: 10px; color: #444; }
.s24-kicker { font-weight: 700; color: #f97316; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.9rem; }
.s24-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #6b6b6b; font-size: 0.95rem; }
.s24-breadcrumb span { display: flex; align-items: center; gap: 6px; }
.s24-grid-auto { display: grid; gap: 16px; }
@media (min-width: 768px) { .s24-grid-auto { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.s24-more-card h3 { margin-bottom: 6px; }
.s24-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.s24-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.s24-legend span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #e5e5e5; padding: 8px 12px; border-radius: 10px; color: #444; }
.s24-legend i { width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
.badge-estimated { background: #eef2ff; color: #4338ca; padding: 6px 10px; border-radius: 10px; font-weight: 700; font-size: 0.85rem; }
.s24-filters-note { font-size: 0.95rem; color: #555; margin-top: 8px; }
.s24-table-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; align-items: center; }
.s24-chip-strong { background: #fff7ed; color: #c2410c; padding: 6px 10px; border-radius: 8px; font-weight: 700; }
.s24-card-tight { padding: 18px; }
.s24-responsive-note { font-size: 0.9rem; color: #6b6b6b; margin-top: 8px; }
