.cta{background:linear-gradient(135deg,#01234a 100%,#01234a 0);box-sizing:border-box;color:#fff;margin:0;padding:4rem 2rem;text-align:center}.cta__container{margin:0 auto;max-width:800px}.cta__container,.cta__title{box-sizing:border-box;padding:0}.cta__title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}.cta__description{box-sizing:border-box;color:#fff;font-size:1.1rem;line-height:1.6;margin:0 0 2.5rem;opacity:.95;padding:0}.cta__buttons{display:flex;gap:1rem;margin:0 0 2rem;padding:0}.cta__button,.cta__buttons{box-sizing:border-box;justify-content:center}.cta__button{align-items:center;border-radius:6px;display:inline-flex;font-size:1rem;font-weight:600;margin:0;min-width:180px;padding:1rem 2rem;text-decoration:none}.cta__button--primary{background-color:var(--bg-color-tertiary);border:1px solid #f5333f;border-radius:8px;color:#fff}.cta__button--secondary{background-color:transparent;border:2px solid #fff;border-radius:8px;color:#fff}.cta__button--primary:hover{background-color:transparent;border:1px solid #f5333f;border-radius:8px;color:#f5333f}.cta__button--secondary:hover{background-color:#fff;border:2px solid #fff;border-radius:8px;color:#f5333f}@media (max-width:768px){.cta{padding:3rem 1rem}.cta,.cta__title{box-sizing:border-box}.cta__title{font-size:2rem;margin:0 0 1rem}.cta__description{box-sizing:border-box;font-size:1rem;margin:0 0 2rem}.cta__buttons{align-items:center;box-sizing:border-box;flex-direction:column;gap:.75rem}.cta__button{box-sizing:border-box;max-width:280px;padding:.875rem 1.5rem;width:100%}}@media (max-width:480px){.cta{padding:2.5rem .75rem}.cta,.cta__title{box-sizing:border-box}.cta__title{font-size:1.75rem}.cta__button{box-sizing:border-box;font-size:.95rem}}.cta__button:focus,.cta__link:focus{outline:2px solid #fff;outline-offset:2px}@media (prefers-contrast:high){.cta__button--primary{border:2px solid #8b1538}.cta__button--secondary{background-color:hsla(0,0%,100%,.1)}}