: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-cta-section{background-color:var(--ff-light-bg);color:var(--ff-light-text);font-family:inherit}.ff-cta-container{margin-left:auto;margin-right:auto;max-width:48rem;padding:5rem 1.5rem;text-align:center}.ff-cta-headline{color:var(--ff-light-text);font-size:1.875rem;font-weight:700;line-height:1.2;margin:0}.ff-cta-subtext{color:var(--ff-light-secondary);font-size:1.125rem;line-height:1.75;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:42rem}.ff-cta-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:2.5rem}.ff-cta-btn{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;line-height:1;padding:1rem 2rem;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.ff-cta-btn-primary{background-color:var(--ff-accent);color:var(--ff-white)}.ff-cta-btn-primary:hover{background-color:var(--ff-accent-hover)}.ff-cta-btn-secondary{background-color:transparent;border:1px solid var(--ff-light-secondary);color:var(--ff-light-text)}.ff-cta-btn-secondary:hover{border-color:var(--ff-light-text)}@media (min-width:576px){.ff-cta-buttons{flex-direction:row}}@media (min-width:768px){.ff-cta-container{padding-bottom:7rem;padding-top:7rem}.ff-cta-headline{font-size:2.25rem}}