.about-cta-section{position:relative;overflow:hidden;padding:clamp(2.4rem,5vw,3.6rem) 0;min-height:280px;display:flex;align-items:center;background-color:#0033cc;background-image:url(/images/about/cta-bg-full.webp);background-size:cover;background-position:50%}.panel-page .about-cta-section{margin-top:0}.about-cta-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,.1) 50%,rgba(0,0,0,.4));z-index:1}.about-cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:center;gap:clamp(1.2rem,4vw,4rem)}.about-cta-content{text-align:left}.about-cta-title{font-family:var(--font-family-heading);font-size:clamp(1.75rem,5vw,1.75rem);font-weight:600;color:#ffffff;line-height:1.1;margin-bottom:1rem;letter-spacing:var(--heading-letter-spacing)}.about-cta-subtitle{font-size:clamp(.9375rem,2vw,1.125rem);color:#ffffff;margin-bottom:0;line-height:1.5;max-width:640px}.about-cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.about-cta-actions .btn-primary{background:#111111;color:#ffffff;border-radius:4px;text-transform:uppercase;font-weight:600;padding:.875rem 2rem;border:1px solid var(--color-border);transition:all .2s ease}.about-cta-actions .btn-primary:hover{background:#ffffff;color:#111111}.about-cta-actions .btn-secondary{background:transparent;color:#ffffff;border-radius:4px;text-transform:uppercase;font-weight:600;padding:.875rem 2rem;border:1px solid var(--color-border);transition:all .2s ease}.about-cta-actions .btn-secondary:hover{background:#ffffff;color:#111111;border-color:#ffffff}@media (max-width:1024px){.about-cta-grid{grid-template-columns:1fr;gap:1.5rem}.about-cta-content{text-align:center}.about-cta-actions{justify-content:center}}@media (max-width:640px){.about-cta-section{padding:2rem 0;min-height:auto}.about-cta-actions{flex-direction:column;width:100%;gap:.75rem}.about-cta-actions .btn-primary,.about-cta-actions .btn-secondary{width:100%;justify-content:center;padding-inline:1rem}}