.swf-cta-block{padding:6rem 0;position:relative;overflow:hidden}.swf-cta-block__content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.swf-cta-block--left .swf-cta-block__content{text-align:left;margin:0}.swf-cta-block--right .swf-cta-block__content{text-align:right;margin:0 0 0 auto}.swf-cta-block__headline{font-family:var(--font-family-heading,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif);font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700;line-height:1.1;margin:0 0 4rem 0;letter-spacing:-.02em}.swf-cta-block--left .swf-cta-block__headline,.swf-cta-block--right .swf-cta-block__headline{margin-bottom:3rem}.swf-cta-block__button-wrapper{margin-bottom:2rem}.swf-cta-block__button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.swf-cta-block__button.primary{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 8px 32px rgba(255,107,107,.3);transform:rotate(-45deg);position:relative}.swf-cta-block__button.primary:hover{transform:rotate(-45deg) scale(1.05);box-shadow:0 12px 40px rgba(255,107,107,.4)}.swf-cta-block__button.primary .swf-cta-block__button-text{color:#fff;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transform:rotate(45deg);white-space:nowrap}.swf-cta-block__button.secondary{padding:1rem 2.5rem;border:2px solid currentColor;border-radius:50px;color:inherit;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.swf-cta-block__button.secondary:hover{background-color:currentColor;color:#fff}.swf-cta-block__button.minimal{color:inherit;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif);font-size:1.125rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.swf-cta-block__button.minimal:hover{text-decoration-thickness:3px}@media (max-width:768px){.swf-cta-block{padding:4rem 0}.swf-cta-block__headline{margin-bottom:3rem}.swf-cta-block__button.primary{width:100px;height:100px}.swf-cta-block__button.primary .swf-cta-block__button-text{font-size:.875rem}}@media (max-width:480px){.swf-cta-block{padding:3rem 0}.swf-cta-block__headline{font-size:2rem;margin-bottom:2.5rem}.swf-cta-block__button.primary{width:90px;height:90px}.swf-cta-block__button.primary .swf-cta-block__button-text{font-size:.75rem}}.swf-cta-block__headline{animation:fadeInUp 0.8s ease-out}.swf-cta-block__button-wrapper{animation:fadeInUp 0.8s ease-out 0.2s both}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}