/* ═══════════════════════════════════════════════════════════════
   HABIBAYAN INVESTMENTS PAGE STYLES
   ═══════════════════════════════════════════════════════════════ */

.hb-invest-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-invest-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 12px 0;
  color: #fff;
}

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

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

.hb-invest-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-invest-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-invest-chart-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}

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

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

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

.hb-invest-cta 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-invest-cta 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-invest-cta a:hover {
  background: var(--sunset-dark);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

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