@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
:root{--beca-blue:#135AD5;--beca-text:#1A1A1A;--beca-muted:#666666;--beca-bg-alt:#F7F8FA;--beca-blue-tint:#EEF4FF;--beca-font-family:"Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--beca-accent:#07A5F6;--beca-heading-color:#1a1a1a;--beca-muted-color:#6b7280;--beca-container-max:1240px;}
.beca-section{font-family:var(--beca-font-family);box-sizing:border-box}
.beca-section h1,
.beca-section h2,
.beca-section h3,
.beca-section h4,
.beca-section h5,
.beca-section h6,
.beca-section .heading,
.beca-section .beca-z-matrix-row__title{font-family:var(--beca-font-family) !important}
.beca-section *,.beca-section *::before,.beca-section *::after{box-sizing:inherit}
.beca-inner{width:100%;max-width:var(--beca-container-max,1240px);margin:0 auto;padding:0}
.eyebrow{margin:0 0 0.65rem;display:inline-block;position:relative;padding-left:15px;color:var(--beca-accent);font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;line-height:1.4}
.eyebrow::before{content:'';position:absolute;left:0;top:0;width:3px;height:100%;border-radius:2px;background:var(--beca-accent)}
.heading{margin:0 0 clamp(0.55rem,1vh,0.85rem);color:var(--beca-heading-color);font-size:clamp(1.65rem,2.65vw,2.55rem);font-weight:500;line-height:1.16;letter-spacing:-0.018em;text-wrap:balance;text-shadow:none}
.subheading{width:100%;max-width:var(--beca-container-max,1240px);margin:1rem auto 0;color:var(--beca-muted-color);font-size:clamp(0.95rem,1.1vw,1.08rem);font-weight:400;line-height:1.62;text-wrap:pretty}

/* Why */
.beca-z-matrix{padding-left:24px;padding-right:24px}
.beca-z-matrix__header{margin-bottom:80px}
.beca-z-matrix__header--left{text-align:left}
.beca-z-matrix__header--center{text-align:center}
.beca-z-matrix__header--right{text-align:right}
.beca-z-matrix__header .subheading{width:100%;max-width:none}
.beca-z-matrix__header--left .subheading{margin-left:0;margin-right:auto}
.beca-z-matrix__header--center .subheading{margin-left:auto;margin-right:auto}
.beca-z-matrix__header--right .subheading{margin-left:auto;margin-right:0}
.beca-z-matrix__rows{display:flex;flex-direction:column;gap:96px}
@media(max-width:767px){.beca-z-matrix__rows{gap:64px}}
.beca-z-matrix-row{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
@media(min-width:1024px){.beca-z-matrix-row{grid-template-columns:1fr 1fr;align-items:stretch}}
@media(min-width:1024px){.beca-z-matrix-row--reversed .beca-z-matrix-row__image{order:2}.beca-z-matrix-row--reversed .beca-z-matrix-row__text{order:1}}
.beca-z-matrix-row__image{position:relative}
.beca-z-matrix-row__img-wrap{position:relative;border-radius:24px;overflow:hidden;background:transparent;aspect-ratio:4/3;min-height:150px}
@media(min-width:1024px){
  .beca-z-matrix-row__image{height:100% !important}
  .beca-z-matrix-row__img-wrap{height:100% !important;aspect-ratio:auto;min-height:150px}
}
.beca-section.beca-z-matrix .beca-z-matrix-row__img-wrap img,
.beca-z-matrix-row__img-wrap img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:contain !important;object-position:center !important;transition:transform .7s ease;display:block}
.beca-z-matrix-row__img-wrap:hover img{transform:scale(1.03)}
.beca-z-matrix-row__deco{position:absolute;width:96px;height:96px;background:var(--beca-blue-tint);border-radius:20px;bottom:-16px;right:-16px;z-index:-1}
.beca-section.beca-z-matrix h3.beca-z-matrix-row__title,
.beca-section.beca-z-matrix .beca-z-matrix-row__text h3.beca-z-matrix-row__title,
.beca-section.beca-z-matrix .beca-z-matrix-row__title,
.beca-section.beca-z-matrix .beca-z-matrix-row__title *{font-family:"Open Sans",Arial,Helvetica,sans-serif !important;font-style:normal;font-variant:normal;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500;color:var(--beca-text);line-height:1.16;letter-spacing:-.018em;margin:0 0 20px}
.beca-z-matrix-row__body{font-size:1rem;color:var(--beca-muted);line-height:1.7;margin:0 0 24px;text-align:justify}
/* CTA button — animated pill with expanding background fill (matches beca_feature_cards card CTA) */
.beca-section.beca-z-matrix .beca-z-matrix-row__cta{position:relative;display:inline-flex;align-items:center;gap:0;padding:0 1.4rem 0 4rem;min-height:2.85rem;width:fit-content;border-radius:999px;background:transparent;color:#6D6D6D !important;font-size:0.9375rem;font-weight:700;line-height:1;text-decoration:none !important;letter-spacing:0.01em;isolation:isolate;overflow:hidden;flex:0 0 auto;transition:color 300ms ease,transform 300ms cubic-bezier(0.22,1,0.36,1),box-shadow 300ms ease}
.beca-z-matrix-row__cta::before{content:"";position:absolute;left:0;top:50%;z-index:-1;width:2.85rem;height:2.85rem;border-radius:999px;background:var(--beca-blue);transform:translateY(-50%);transition:width 400ms cubic-bezier(0.22,1,0.36,1),box-shadow 300ms ease}
.beca-section.beca-z-matrix .beca-z-matrix-row__cta:hover,
.beca-section.beca-z-matrix .beca-z-matrix-row__cta:focus-visible{color:#ffffff !important;transform:translateY(-2px);box-shadow:0 12px 28px rgba(19,90,213,.28);text-decoration:none !important;outline-offset:3px}
.beca-z-matrix-row__cta:hover::before,
.beca-z-matrix-row__cta:focus-visible::before{width:100%;box-shadow:0 6px 18px rgba(19,90,213,.32)}
.beca-z-matrix-row__cta-icon{position:absolute;left:0;top:50%;width:2.85rem;height:2.85rem;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);pointer-events:none}
.beca-z-matrix-row__cta-icon img{position:absolute;filter:brightness(0) invert(1);object-fit:contain;transition:opacity 320ms cubic-bezier(0.22,1,0.36,1),transform 380ms cubic-bezier(0.22,1,0.36,1)}
.beca-z-matrix-row__cta-icon-chevron{width:1rem;height:1rem;opacity:1;transform:translateX(0)}
.beca-z-matrix-row__cta-icon-arrow{width:1.25rem;height:1.25rem;opacity:0;transform:translateX(-6px) scaleX(0.5)}
.beca-z-matrix-row__cta:hover .beca-z-matrix-row__cta-icon-chevron,
.beca-z-matrix-row__cta:focus-visible .beca-z-matrix-row__cta-icon-chevron{opacity:0;transform:translateX(8px) scaleX(1.15)}
.beca-z-matrix-row__cta:hover .beca-z-matrix-row__cta-icon-arrow,
.beca-z-matrix-row__cta:focus-visible .beca-z-matrix-row__cta-icon-arrow{opacity:1;transform:translateX(0) scaleX(1)}
.beca-z-matrix-row__cta-label{position:relative;z-index:1;transition:transform 300ms cubic-bezier(0.22,1,0.36,1)}
.beca-z-matrix-row__cta:hover .beca-z-matrix-row__cta-label,
.beca-z-matrix-row__cta:focus-visible .beca-z-matrix-row__cta-label{transform:translateX(2px)}
.beca-z-matrix-row__cta,
.beca-z-matrix-row__cta *{cursor:pointer !important}
@media (prefers-reduced-motion: reduce){
  .beca-z-matrix-row__cta,
  .beca-z-matrix-row__cta::before,
  .beca-z-matrix-row__cta-icon img,
  .beca-z-matrix-row__cta-label{transition:none}
  .beca-z-matrix-row__cta:hover,
  .beca-z-matrix-row__cta:focus-visible{transform:none}
}

@media(max-width:767px){.beca-z-matrix{padding-left:16px;padding-right:16px}}
.beca-z-matrix__header,.beca-z-matrix__rows,.beca-z-matrix-row{width:100%;max-width:none}
.beca-z-matrix-row__image,.beca-z-matrix-row__text{min-width:0;width:100%}
