:root{--ff-dark:var(--clr-background-dk,#0f1117);--ff-dark-card:#181a23;--ff-dark-border:#23262f;--ff-accent:#fa8a0a;--ff-accent-hover:#e07a00;--ff-text-primary:#f1f1f3;--ff-text-secondary:#a1a1aa;--ff-text-muted:#71717a;--ff-white:#fff;--ff-light-bg:#f8f9fb;--ff-light-text:#1e1e2e;--ff-light-secondary:#4a4a5a}.ff-hero{font-family:inherit;overflow:hidden;position:relative}.ff-hero__container{margin-left:auto;margin-right:auto;max-width:56rem;padding:6rem 1.5rem 5rem;text-align:center}@media (min-width:768px){.ff-hero__container{padding-bottom:7rem;padding-top:9rem}}.ff-hero__label{color:var(--ff-accent);display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.ff-hero__headline{color:var(--ff-text-primary);font-size:2.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:0}@media (min-width:768px){.ff-hero__headline{font-size:3rem}}@media (min-width:1024px){.ff-hero__headline{font-size:3.75rem}}.ff-hero__subtext{color:var(--ff-text-secondary);font-size:1.125rem;line-height:1.625;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:48rem}@media (min-width:768px){.ff-hero__subtext{font-size:1.25rem}}.ff-hero__cta-wrapper{margin-top:2.5rem}.ff-hero__cta{align-items:center;background-color:var(--ff-accent);border-radius:9999px;color:var(--ff-white);display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:background-color .2s ease}.ff-hero__cta:hover{background-color:var(--ff-accent-hover)}.ff-hero__glow{background-color:rgba(250,138,10,.05);border-radius:9999px;filter:blur(64px);height:500px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px}