.hero-banner{background:var(--l-creem)}.hero-container{flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:24px;width:95%;max-width:1400px;margin:0 auto;padding:48px 0;display:flex}.hero-content{text-align:left;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:12px;display:flex}.hero-title{font-size:var(--H1,36px);font-weight:var(--xxl,700);margin:0}.hero-desc{color:var(--sh-2);margin:0}.hero-cta{color:#fff;white-space:nowrap;background:#2b4495;border-radius:8px;align-self:flex-start;margin-top:12px;padding:8px 18px;text-decoration:none;transition:background-color .22s cubic-bezier(.2,.9,.2,1),transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s;display:inline-block}.hero-cta:hover{background:#359e48;transform:translateY(-3px)scale(1.01);box-shadow:0 8px 20px #359e481f}.hero-image{flex:1;align-items:stretch;width:100%;display:flex}.img-responsive{width:100%;height:auto;display:block}@media (min-width:768px){.hero-container{flex-direction:row;align-items:stretch}.hero-content{text-align:left;justify-content:center;align-items:flex-start}.hero-cta{align-self:flex-start}.hero-image,.hero-content{width:50%}.img-responsive{object-fit:cover;width:auto;height:100%}}.hero-title,.hero-desc,.hero-cta{opacity:0;animation:.62s cubic-bezier(.2,.9,.2,1) forwards heroFade;transform:translateY(8px)}.hero-title{animation-delay:.12s}.hero-desc{animation-delay:.22s}.hero-cta{animation-delay:.34s}@keyframes heroFade{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-title,.hero-desc,.hero-cta{opacity:1!important;animation:none!important;transform:none!important}}.text-blue{color:var(--l-blue,#3471b3)}.text-green{color:var(--green,#dcffae)}
