.resource-cta{border-radius:20px;margin:48px 0;overflow:hidden}.resource-cta-inner{align-items:start;column-gap:40px;display:grid;grid-template-columns:1fr auto;padding:36px;row-gap:20px}.resource-cta .resource-cta-heading{font-size:1.5rem;font-weight:700;grid-column:1/-1;letter-spacing:-.025em;line-height:1.2;margin:0}.resource-cta-desc{font-size:.95rem;line-height:1.65;margin-bottom:24px}.resource-cta-image{flex-shrink:0;width:300px}.resource-cta .resource-cta-image img{border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);height:auto;margin:0;width:100%}.resource-cta--light{background:var(--grey-1);border:1px solid var(--grey-2)}.resource-cta--light .resource-cta-heading{color:var(--text-primary)}.resource-cta--light .resource-cta-desc{color:var(--text-secondary)}.resource-cta--dark{background:var(--surface-dark)}.resource-cta--dark .resource-cta-heading{color:var(--white)}.resource-cta--dark .resource-cta-desc{color:hsla(0,0%,100%,.55)}.resource-cta--moss{background:linear-gradient(135deg,var(--kardex-moss-dark),var(--kardex-moss))}.resource-cta--moss .resource-cta-desc,.resource-cta--moss .resource-cta-heading{color:var(--white)}.resource-cta--moss .btn-primary{background:var(--white);color:var(--kardex-moss-dark)}.resource-cta--moss .btn-primary:hover{background:hsla(0,0%,100%,.9)}.resource-cta--blue{background:var(--kardex-blue-dark)}.resource-cta--blue .resource-cta-desc,.resource-cta--blue .resource-cta-heading{color:var(--white)}.resource-cta--blue .btn-primary,.resource-cta--dark .btn-primary{background:var(--white);color:var(--kardex-blue-dark)}.resource-cta--blue .btn-primary:hover,.resource-cta--dark .btn-primary:hover{background:hsla(0,0%,100%,.9)}@media (max-width:768px){.resource-cta-inner{grid-template-columns:1fr;padding:32px 24px;text-align:center}.resource-cta-content{order:2}.resource-cta-image{margin:0 auto;order:1;width:220px}.resource-cta-content .btn-primary{justify-content:center;width:100%}}