/* ═══════════════════════════════════════════════════════════════
   HABIBAYAN SAVINGS PAGE STYLES
   Also used by savings-metrics.html
   ═══════════════════════════════════════════════════════════════ */

.hb-savings-hero {
  background:
    linear-gradient(135deg, rgba(22, 33, 62, 0.88), rgba(15, 52, 96, 0.85)),
    url('/images/weave2.1.png') center / cover no-repeat;
  background-color: var(--ocean);
  padding: 56px 40px;
  text-align: center;
  color: white;
}

.hb-savings-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 12px 0;
  color: #fff;
}

.hb-savings-hero p {
  font-size: 1.1rem;
  opacity: 0.8;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.hb-chart-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 24px;
}

.hb-chart-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}

.hb-chart-card h4 {
  font-family: 'Playfair Display', serif;
  color: var(--text-dark);
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 24px 0;
  text-align: center;
}

.hb-chart-wrapper {
  position: relative;
  width: 100%;
  max-height: 400px;
}

.hb-chart-wrapper canvas {
  width: 100% !important;
  max-height: 400px;
}

.hb-cta-banner {
  background: linear-gradient(135deg, var(--ocean), var(--sky));
  padding: 60px 40px;
  text-align: center;
  margin-top: 40px;
}

.hb-cta-banner h3 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.hb-cta-banner p {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
  font-weight: 300;
}

.hb-cta-banner a {
  display: inline-block;
  background: var(--sunset);
  color: white;
  padding: 14px 32px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(232,98,42,0.3);
}

.hb-cta-banner a:hover {
  background: var(--sunset-dark);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

@media (max-width: 600px) {
  .hb-savings-hero h1 { font-size: 1.8rem; }
  .hb-chart-card { padding: 20px 16px; }
  .hb-cta-banner { padding: 40px 20px; }
  .hb-cta-banner h3 { font-size: 1.4rem; }
}
