.bsf-hook{background-color:var(--bsf-color-surface,transparent);background-image:radial-gradient(rgba(var(--bsf-color-primary-rgb,245,166,35),.05) 1.4px,transparent 1.4px);background-size:44px 44px;color:var(--bsf-color-text,currentColor);padding-block:var(--bsf-space-section,6rem);padding-inline:var(--bsf-space-gutter,1.5rem);position:relative;text-align:center}.bsf-hook__in{margin-inline:auto;max-width:70rem}.bsf-hook__eyebrow{color:var(--bsf-color-primary,var(--bsf-color-accent,currentColor));font-family:var(--bsf-font-utility,var(--bsf-font-body,inherit));font-size:var(--bsf-text-eyebrow,.75rem);letter-spacing:.2em;margin:0 0 var(--bsf-space-sm,1rem);text-transform:uppercase}.bsf-hook__headline{color:var(--bsf-color-text,currentColor);font-family:var(--bsf-font-display,inherit);font-size:clamp(1.9rem,1rem + 3vw,3rem);font-weight:var(--bsf-weight-light,300);line-height:var(--bsf-leading-tight,1.15);margin:0 auto var(--bsf-space-lg,3rem);max-width:32ch}.bsf-hook__headline p{margin:0}.bsf-hook__headline em,.bsf-hook__headline i{color:var(--bsf-color-primary,var(--bsf-color-accent,currentColor));font-style:normal}.bsf-hook__svgwrap{margin:0 auto var(--bsf-space-lg,3rem);max-width:60rem}.bsf-hook__svg{display:block;height:auto;overflow:visible;width:100%}.bsf-hook__line{fill:none;stroke:var(--bsf-color-text-muted,currentColor);stroke-width:1.5}.bsf-hook__accent-line{fill:none;stroke:var(--bsf-color-primary,var(--bsf-color-accent,currentColor));stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.bsf-hook__accent-dot{fill:var(--bsf-color-primary,var(--bsf-color-accent,currentColor))}.bsf-hook__txt{fill:var(--bsf-color-text-muted,currentColor);font-family:var(--bsf-font-body,inherit);font-size:11px;text-anchor:middle}.bsf-hook__txt--accent{fill:var(--bsf-color-primary,var(--bsf-color-accent,currentColor))}.bsf-hook__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:var(--bsf-space-md,1.5rem);justify-content:center}.bsf-hook__cta{align-items:center;display:inline-flex;font-family:var(--bsf-font-utility,var(--bsf-font-body,inherit));font-size:var(--bsf-text-body,1rem);gap:.4rem;text-decoration:none}.bsf-hook__cta--primary{background:var(--bsf-color-primary,var(--bsf-color-accent,currentColor));border-radius:var(--bsf-radius-pill,9999px);color:var(--bsf-color-on-primary,currentColor);font-weight:var(--bsf-weight-emphasis,500);padding:.85rem 1.6rem;transition:opacity .2s ease,transform .2s ease}.bsf-hook__cta--primary:hover{opacity:.92;transform:translateY(-1px)}.bsf-hook__cta--ghost{border-bottom:var(--bsf-border-width,1px) solid transparent;color:var(--bsf-color-text-muted,currentColor);padding:.85rem .4rem;transition:color .2s ease,border-color .2s ease}.bsf-hook__cta--ghost:hover{border-bottom-color:var(--bsf-color-border,currentColor);color:var(--bsf-color-text,currentColor)}@media (max-width:640px){.bsf-hook__ctas{flex-direction:column;gap:var(--bsf-space-sm,1rem)}}.bsf-hook__accent-line{stroke-dasharray:1;stroke-dashoffset:1}.bsf-hook__svgwrap.is-visible .bsf-hook__accent-line{animation:bsf-hook-draw 1.3s cubic-bezier(.65,0,.35,1) .2s forwards}@keyframes bsf-hook-draw{to{stroke-dashoffset:0}}.bsf-hook__accent-dot{opacity:0}.bsf-hook__svgwrap.is-visible .bsf-hook__accent-dot{animation:bsf-hook-dot .45s ease 1.35s forwards}@keyframes bsf-hook-dot{to{opacity:1}}@media (prefers-reduced-motion:reduce){.bsf-hook__accent-line{stroke-dashoffset:0}.bsf-hook__accent-dot{opacity:1}}