.bq-hero{overflow:hidden;width:100%}.bq-hero--light{background-color:var(--bq-card)}.bq-hero--muted{background-color:var(--bq-secondary)}.bq-hero--dark{background-color:var(--bq-primary)}.bq-hero--dark .bq-hero__headline,.bq-hero--dark h1,.bq-hero--dark h2{color:var(--bq-primary-foreground)}.bq-hero--dark .bq-hero__sub{color:#abb0ba}.bq-hero--dark .bq-section-tag{background:#2c313a;border-color:#434956;color:var(--bq-brand-green)}.bq-hero--dark .bq-hero__trust{color:#9da3af}.bq-hero--gradient{background:linear-gradient(135deg,#16181d,#0b413d)}.bq-hero--gradient .bq-hero__headline,.bq-hero--gradient h1{color:#fff}.bq-hero--gradient .bq-hero__sub{color:#c2d6d6}.bq-hero--gradient .bq-section-tag{background:#0b413d;border-color:var(--bq-brand-teal);color:#fff}.bq-hero--fullwidth{background-image:var(--hero-bg,none);background-position:50%;background-size:cover;position:relative}.bq-hero--fullwidth:before{background:rgba(22,27,42,.65);content:"";inset:0;position:absolute}.bq-hero--fullwidth .bq-container{position:relative;z-index:1}.bq-hero--fullwidth .bq-hero__headline,.bq-hero--fullwidth .bq-hero__sub,.bq-hero--fullwidth .bq-hero__trust{color:#fff}.bq-hero--pad-sm{padding:var(--bq-space-12) 0}.bq-hero--pad-md{padding:var(--bq-space-20) 0}.bq-hero--pad-lg{padding:7.5rem 0}.bq-hero--pad-xl{padding:10rem 0}@media (max-width:767px){.bq-hero--pad-md,.bq-hero--pad-sm{padding:var(--bq-space-12) 0}.bq-hero--pad-lg{padding:var(--bq-space-16) 0}.bq-hero--pad-xl{padding:var(--bq-space-20) 0}}.bq-hero__inner{display:flex;flex-direction:column;gap:var(--bq-space-12)}@media (min-width:768px){.bq-hero--split .bq-hero__inner{align-items:center;flex-direction:row;gap:var(--bq-space-16)}.bq-hero--split .bq-hero__media,.bq-hero--split .bq-hero__text{flex:1;min-width:0}}.bq-hero__align--center{align-items:center;text-align:center}.bq-hero__align--center .bq-hero__ctas{justify-content:center}.bq-hero__headline{color:var(--bq-foreground);font-family:var(--bq-font-heading);font-weight:var(--bq-weight-bold);letter-spacing:var(--bq-tracking-tight);line-height:var(--bq-leading-tight);margin:var(--bq-space-3) 0 var(--bq-space-5)}.bq-hero__headline--xl{font-size:var(--bq-text-5xl)}.bq-hero__headline--lg{font-size:var(--bq-text-4xl)}.bq-hero__headline--md{font-size:var(--bq-text-3xl)}@media (max-width:767px){.bq-hero__headline--xl{font-size:var(--bq-text-4xl)}.bq-hero__headline--lg{font-size:var(--bq-text-3xl)}.bq-hero__headline--md{font-size:var(--bq-text-2xl)}}.bq-hero__sub{color:var(--bq-muted-foreground);font-family:var(--bq-font-body);font-size:var(--bq-text-lg);line-height:var(--bq-leading-relaxed);margin:0 0 var(--bq-space-8);max-width:36rem}.bq-hero__align--center .bq-hero__sub{margin-left:auto;margin-right:auto}.bq-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:var(--bq-space-3);margin-bottom:var(--bq-space-6)}.bq-hero__trust{color:var(--bq-muted-foreground);font-family:var(--bq-font-body);font-size:var(--bq-text-sm);margin:0}.bq-hero__media{align-items:flex-start;display:flex;justify-content:center}.bq-hero__img{display:block;height:auto;width:100%}.bq-hero__img--radius-none{border-radius:0}.bq-hero__img--radius-sm{border-radius:var(--bq-radius)}.bq-hero__img--radius-lg{border-radius:var(--bq-radius-lg)}.bq-hero__img--radius-xl{border-radius:var(--bq-radius-xl)}.bq-hero__img--shadow{box-shadow:var(--bq-shadow-lg)}