/* Home page dedicated styles (isolated) */
.home-hero {
  position: relative;
  margin: 0;
  padding: 120px 0 104px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
  overflow: hidden;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.55), transparent 58%),
    radial-gradient(circle at 82% 25%, rgba(14, 165, 233, 0.35), transparent 55%);
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bpg-header .custom-container {
  justify-content: flex-start;
  align-items: center;
}
.bpg-header-logo-link {
  display: flex;
  align-items: center;
}
.home-hero-logo {
  margin-right: 32px;
}
.home-hero-column { display: flex; flex-direction: column; align-items: center; gap: 24px; max-width: 720px; }
.home-hero-logo { width: clamp(220px, 28vw, 320px); height: auto; display: block; filter: drop-shadow(0 12px 28px rgba(15, 23, 42, 0.4)); }
.home-hero-eyebrow { font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.78); margin: 0; }
.home-hero-title { font-size: clamp(2.75rem, 6vw, 3.75rem); font-weight: 700; letter-spacing: -0.01em; margin: 0; color: #ffffff; text-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.home-hero-subtitle { font-size: 1.3rem; line-height: 1.7; color: #e6edff; max-width: 720px; margin: 0 auto 2rem; }
.home-hero-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.home-hero .btn-primary.btn-pill { background: rgba(255,255,255,0.2); color: #fff; border: 2px solid rgba(255,255,255,0.3); }
.home-hero .btn-primary.btn-pill:hover, .home-hero .btn-primary.btn-pill:focus { background: rgba(255,255,255,0.32); border-color: rgba(255,255,255,0.5); transform: translateY(-2px); outline: none; }
.home-hero .btn-secondary.btn-pill { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.home-hero .btn-secondary.btn-pill:hover, .home-hero .btn-secondary.btn-pill:focus { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.65); transform: translateY(-2px); outline: none; }

@media (max-width: 900px) { .home-hero { padding: 108px 0 92px; } .home-hero-subtitle { margin-bottom: 1.75rem; } }
@media (max-width: 768px) { .home-hero { padding: 96px 0 88px; } .home-hero-column { gap: 20px; } .home-hero-title { font-size: clamp(2.4rem, 8vw, 3rem); } .home-hero-subtitle { font-size: 1.1rem; } .home-hero-actions { flex-direction: column; align-items: center; } }
@media (max-width: 640px) { .home-hero { padding: 84px 0 72px; } .home-hero-subtitle { font-size: 1.05rem; } }

/* Layout block styles - moved from inline styles for validation */
.row.sectionBlockLayout.text-start {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 8px;
}

.row.sectionBlockLayout .container {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.row.sectionBlockLayout .container .col-lg-12.columnBlockLayout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

/* AI summary styles removed - feature deprecated and removed from markup */