/* Shared BOTTOM ACTION styling; isolated from other theme components. */
.antom-global-cta{--agc-action:var(--antom-color-action,#006b65);--agc-brand:var(--antom-color-brand,#12518e);position:relative;padding-block:clamp(30px,3.2vw,44px);border-bottom:1px solid var(--antom-line,#dce5e3);background:#f5f8fa;color:var(--antom-ink,#152526);text-align:center;overflow-wrap:anywhere}
.antom-global-cta .agc-container{position:relative;width:min(1328px,calc(100% - 96px));margin-inline:auto;min-width:0}
.antom-global-cta .agc-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.antom-global-cta .agc-background img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(1.03) contrast(.88) saturate(.85)}
.antom-global-cta .agc-background::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.38),rgba(255,255,255,.58) 35%,rgba(255,255,255,.58) 65%,rgba(255,255,255,.38))}
.antom-global-cta .agc-heading{margin-bottom:16px}
.antom-global-cta .agc-eyebrow{color:var(--agc-brand);font-size:13px;letter-spacing:.14em;font-weight:700;margin:0 0 10px}
.antom-global-cta .agc-title{font-size:clamp(28px,3vw,42px);font-weight:600;line-height:1.5;margin:0;letter-spacing:.025em;overflow-wrap:anywhere}
.antom-global-cta .agc-copy{color:var(--antom-subtle,#516364);font-size:17px;line-height:1.85}.antom-global-cta .agc-copy p{margin:0 0 1em}.antom-global-cta .agc-copy p:last-child{margin-bottom:0}
.antom-global-cta .agc-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:20px}
.antom-global-cta .agc-button{display:inline-flex;min-height:48px;min-width:0;max-width:100%;box-sizing:border-box;align-items:center;justify-content:center;gap:24px;padding:15px 24px;border:1px solid var(--agc-action);color:var(--agc-action);background:#fff;text-decoration:none;font-weight:600;font-size:16px;line-height:1.8;overflow-wrap:anywhere}
.antom-global-cta .agc-button span{flex-shrink:0}
.antom-global-cta .agc-button:focus-visible{outline:3px solid var(--agc-brand);outline-offset:5px}
@media(hover:hover) and (pointer:fine){.antom-global-cta .agc-button:hover{color:#fff;background:var(--agc-action)}}
@media(max-width:900px){.antom-global-cta .agc-container{width:calc(100% - 48px)}}
@media(max-width:600px){
 .antom-global-cta .agc-container{width:calc(100% - 40px)}
 .antom-global-cta .agc-heading{margin-bottom:14px}.antom-global-cta .agc-title{font-size:27px}
 .antom-global-cta .agc-copy{font-size:16px;line-height:1.9}
 .antom-global-cta .agc-actions{flex-direction:column}.antom-global-cta .agc-button{width:100%}
 .antom-global-cta .agc-background::after{background:linear-gradient(180deg,rgba(255,255,255,.48),rgba(255,255,255,.58) 35%,rgba(255,255,255,.58) 65%,rgba(255,255,255,.48))}
}
/* No animations; reduced-motion requires no alternate behavior. */

/* One wide catalog visual: editable HTML content over the CMS image. */
.antom-global-cta.agc-catalog{background:linear-gradient(90deg,#fff,#f3f7fa);text-align:left}
.antom-global-cta.agc-catalog .agc-background img{object-position:right center;filter:none}
.antom-global-cta.agc-catalog .agc-background::after{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 50%,rgba(255,255,255,.15) 78%,transparent)}
.antom-global-cta .agc-catalog-content{width:58%;min-width:0}
.antom-global-cta .agc-edition{display:inline-block;margin:0 0 16px;padding:4px 12px;border:1px solid var(--agc-brand);color:var(--agc-brand);font-size:13px;font-weight:600;line-height:1.5}
.antom-global-cta.agc-catalog .agc-actions{justify-content:flex-start}
.antom-global-cta.agc-catalog .agc-button{background:var(--agc-brand);border-color:var(--agc-brand);color:#fff}
@media(hover:hover) and (pointer:fine){.antom-global-cta.agc-catalog .agc-button:hover{background:var(--agc-brand);color:#fff;text-decoration:underline;text-underline-offset:4px}}
@media(max-width:900px){.antom-global-cta .agc-catalog-content{width:100%}.antom-global-cta.agc-catalog:has(.agc-background){padding-bottom:210px}.antom-global-cta.agc-catalog .agc-background img{object-position:right bottom}.antom-global-cta.agc-catalog .agc-background::after{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 55%,rgba(255,255,255,.2) 85%,transparent)}}
