/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2026 | 09:04:56 */
/* ============================================
   BCV PRODUKTSEITE (Familie/Vorsorge/Einkommen)
   ============================================ */

/* ===== HERO ===== */
.bcv-prod-hero{
  background:#003366;
  text-align:center;
}
.bcv-prod-eyebrow .elementor-heading-title{
  font-family:'Montserrat',sans-serif;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#FF7E9B;
  margin:0 0 .5rem;
}
.bcv-prod-hero h1.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#fff;
  font-size:2.2rem;
  line-height:1.15;
  margin:0 auto .6rem;
  max-width:32rem;
}

/* Hero-Lead */
.bcv-prod-lead,
.bcv-prod-lead p{
  font-family:'Montserrat',sans-serif;
  font-size:.98rem;
  line-height:1.7;
  color:#C5D2E6;
  max-width:34rem;
  margin-left:auto;
  margin-right:auto;
}
.bcv-prod-lead{ margin-bottom:1.5rem; }
.bcv-prod-lead p:last-child{ margin-bottom:0; }

/* Hero-Button + CTA-Button (gemeinsame Basis) */
.bcv-prod-herobtn .elementor-button,
.bcv-prod-cta .elementor-button{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:.9rem;
  padding:.75rem 1.75rem;
  border-radius:999px;
  transition:background .15s;
}
.bcv-prod-herobtn .elementor-button{
  background:#FF4F72;
  color:#fff;
}
.bcv-prod-herobtn .elementor-button:hover{ background:#F04468; }

/* ===== LEISTUNGEN ===== */
.bcv-prod-sec h2.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#003366;
  font-size:1.7rem;
  text-align:center;
  margin:0 0 .5rem;
}

/* Untertitel */
.bcv-prod-subtitle,
.bcv-prod-subtitle p{
  font-family:'Montserrat',sans-serif;
  font-size:.95rem;
  color:#5E6875;
  text-align:center;
  max-width:34rem;
  margin-left:auto;
  margin-right:auto;
}
.bcv-prod-subtitle{ margin-bottom:2rem; }
.bcv-prod-subtitle p:last-child{ margin-bottom:0; }

/* Karten-Raster: Grundlayout */
.bcv-prod-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
  align-items:stretch;
}

/* Karten */
.bcv-prod-card{
  background:#fff;
  border-radius:16px;
  padding:1.5rem;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  height:100%;
}
.bcv-prod-card .elementor-icon{
  width:3rem;
  height:3rem;
  border-radius:12px;
  background:#FFE3E9;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:1rem;
}
.bcv-prod-card .elementor-icon i,
.bcv-prod-card .elementor-icon svg{
  color:#FF4F72;
  fill:#FF4F72;
  font-size:22px;
  width:22px;
  height:22px;
}
.bcv-prod-card h3.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#003366;
  font-size:1.15rem;
  margin:0 0 .4rem;
}
.bcv-prod-card .elementor-widget-text-editor{
  font-family:'Montserrat',sans-serif;
  font-size:.88rem;
  line-height:1.6;
  color:#5E6875;
}

/* ===== ABSCHLUSS-CTA ===== */
.bcv-prod-cta{
  background:#FF4F72;
  border-radius:16px;
  padding:2rem;
  text-align:center;
  margin:0 2rem 2.5rem;
}
.bcv-prod-cta h2.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#fff;
  font-size:1.6rem;
  margin:0 0 .5rem;
}
.bcv-prod-cta .elementor-widget-text-editor{
  font-family:'Montserrat',sans-serif;
  font-size:.95rem;
  color:#fff;
  opacity:.95;
  margin:0 0 1.25rem;
}
.bcv-prod-cta .elementor-button{
  background:#003366;
  color:#fff;
}
.bcv-prod-cta .elementor-button:hover{ background:#002F61; }

/* ===== RESPONSIV ===== */
@media (max-width:64rem){
  .bcv-prod-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:48rem){
  .bcv-prod-grid{ grid-template-columns:1fr; }
  .bcv-prod-hero h1.elementor-heading-title{ font-size:1.8rem; }
  .bcv-prod-cta{ margin:0 1rem 2rem; }
}