/* Homepage only: keep both supplied images complete inside the existing hero. */
.hero-carousel{background:#e2e5eb}
.hero-carousel .hero-slide{position:absolute;inset:0;background:#e2e5eb;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}
.hero-carousel .hero-slide.is-active{opacity:1;visibility:visible}
.hero-carousel .hero-slide-certificates{background:#fff}
.hero-carousel .hero-slide picture{display:block;position:absolute;inset:0}
.hero-carousel .hero-photo-img{object-fit:contain}
.hero-carousel-controls{position:absolute;z-index:2;bottom:16px;left:50%;transform:translateX(-50%);display:flex;align-items:center;padding:0 5px;border:1px solid rgba(11,37,69,.12);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 2px 12px rgba(11,37,69,.1)}
.hero-carousel-controls[hidden],.hero-carousel-controls svg[hidden]{display:none}
.hero-carousel-controls button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:#0b2545;cursor:pointer}
.hero-carousel-controls button:hover{background:rgba(11,37,69,.07)}
.hero-carousel-controls button:focus-visible{outline:2px solid #0b2545;outline-offset:2px}
.hero-carousel-dot::after{content:"";width:8px;height:8px;border-radius:8px;background:#9da7b4;transition:width .2s,background .2s}
.hero-carousel-dot[aria-pressed="true"]::after{width:22px;background:#0b2545}
.hero-carousel-controls .hero-carousel-toggle{border-left:1px solid rgba(11,37,69,.15);border-radius:0 24px 24px 0;margin-left:3px}
.hero-carousel-toggle svg{width:15px;height:15px}
@media(max-width:980px){.hero-carousel-controls{bottom:10px}.hero-carousel .hero-slide-certificates .hero-photo-img{height:calc(100% - 24px)}}
@media(prefers-reduced-motion:reduce){.hero-carousel .hero-slide,.hero-carousel-dot::after{transition:none}}
