/* ============================================
   SETTLEMENTS PAGE - Scoreboard-style layout
   Professional case results with square-cropped
   featured images and settlement strip
   ============================================ */

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #212121; min-height: 100vh; }
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.settlements-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, #012a50 0%, #01366c 40%, #01468a 100%);
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #fbba00;
}
.settlements-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem 0;
}
.settlements-hero__sub {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.settlements-scoreboard-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  max-width: 700px;
  margin: 0 auto;
}
.scoreboard-stat {
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffd700;
  letter-spacing: 0.02em;
}
.scoreboard-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.scoreboard-sep {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
/* Inline scoreboard in light section */
.settlements-scoreboard-strip--inline {
  background: rgba(1, 54, 108, 0.08);
  border: 1px solid rgba(1, 54, 108, 0.15);
  margin-bottom: 2rem;
  max-width: 500px;
}
.settlements-scoreboard-strip--inline .scoreboard-stat { color: #01366c; }
.settlements-scoreboard-strip--inline .scoreboard-label { color: #374151; }
.settlements-scoreboard-strip--inline .scoreboard-sep { color: rgba(55, 65, 81, 0.5); }

/* Case Results Section - Insider Accident Lawyers brand colors */
.case-results {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f8fafd 0%, #eef4fa 50%, #e8eef6 100%);
}
.case-results__headline {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 800;
  color: #01366c;
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
}
.case-results__sub {
  text-align: center;
  font-size: clamp(1.3rem, 2.2vw, 1.5rem);
  color: #374151;
  margin: 0 auto 2rem;
  max-width: 640px;
  line-height: 1.6;
}
.case-results__disclaimer {
  text-align: center;
  font-size: 0.95rem;
  color: #6b7280;
  font-style: italic;
  margin: 1.5rem 0 0 0;
}

/* Scoreboard cards - brand navy/gold */
.scoreboard-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .scoreboard-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.scoreboard-card {
  background: linear-gradient(160deg, #012a50 0%, #01366c 50%, #01468a 100%);
  padding: 1.5rem;
  border-radius: 10px;
  color: #fff;
  border: 1px solid rgba(251, 186, 0, 0.15);
  box-shadow: 0 8px 24px rgba(1, 54, 108, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.scoreboard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(1, 54, 108, 0.35);
}
.scoreboard-card__pill {
  display: inline-block;
  background: #fbba00;
  color: #01366c;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.scoreboard-card__amount {
  font-size: clamp(2.1rem, 3vw, 2.75rem);
  font-weight: 900;
  color: #fbba00;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.scoreboard-card__type {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.scoreboard-card__narrative {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  margin: 0 0 0.5rem 0;
}
.scoreboard-card__meta {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0;
}

/* Settlement ticker - clean grid, amount-first hierarchy */
.settlement-ticker {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}
.settlement-ticker__item {
  background: #fff;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(1, 54, 108, 0.12);
  box-shadow: 0 2px 8px rgba(1, 54, 108, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.settlement-ticker__item:hover {
  box-shadow: 0 4px 16px rgba(1, 54, 108, 0.1);
  transform: translateY(-2px);
}
.settlement-ticker__amount {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 900;
  color: #01366c;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.settlement-ticker__type {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .settlement-ticker {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .settlement-ticker {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  .settlement-ticker__item {
    padding: 0.85rem 1rem;
  }
}

/* Call bar */
.call-bar {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(90deg, #012a50 0%, #01366c 25%, #01468a 50%, #01508f 75%, #01366c 100%);
  text-align: center;
  border-top: 3px solid rgba(255, 219, 0, 0.4);
  border-bottom: 3px solid rgba(255, 219, 0, 0.4);
}
.call-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.call-bar__text {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.call-bar__number {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  color: #ffd700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.call-bar__number:hover { color: #fff; }
@media (max-width: 767px) {
  .call-bar__number:hover { color: #ffd700; }
}

/* CTA section */
.settlements-cta {
  padding: 2.5rem 0;
  background: #fff;
  text-align: center;
}
.settlements-cta h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #01366c;
  margin: 0 0 0.5rem 0;
}
.settlements-cta p {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 1.25rem;
}
.btn-settlements {
  display: inline-block;
  background: linear-gradient(180deg, #ffd54f 0%, #ffbf00 50%, #f5a623 100%);
  color: #01366c;
  font-weight: 800;
  padding: 1.15rem 2.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 4px 0 #c99400, 0 6px 20px rgba(255, 191, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-settlements:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #c99400, 0 10px 28px rgba(255, 191, 0, 0.45);
}
