.aed-hero-slider{position:relative;max-width:1200px;margin:0 auto;}
.aed-hero-slider__track{position:relative}
.aed-hero-slide{display:grid;grid-template-columns:1.1fr 0.9fr;gap:1.25rem;align-items:stretch;padding:1.5rem;border-radius:26px;background:#0f4c5c;color:#fff;overflow:hidden;opacity:0;transform:translateY(6px);transition:opacity .35s ease,transform .35s ease;}
.aed-hero-slide.is-active{opacity:1;transform:translateY(0);}
.aed-hero-slide__content{display:flex;flex-direction:column;gap:.75rem;max-width:620px}
.aed-hero-slide__badge{display:inline-flex;align-items:center;justify-content:center;max-width:max-content;padding:.35rem .7rem;border-radius:999px;background:rgba(255,255,255,.14);font-weight:700;font-size:.85rem}
.aed-hero-slide__title{margin:0;font-size:clamp(1.8rem,3.2vw,2.65rem);line-height:1.1;font-weight:800}
.aed-hero-slide__text{margin:0;color:rgba(255,255,255,.85);font-size:1.05rem;line-height:1.55}
.aed-hero-slide__btn{display:inline-flex;align-items:center;justify-content:center;max-width:max-content;margin-top:.4rem;padding:.85rem 1.05rem;border-radius:16px;background:#e9c46a;color:#163038;font-weight:800;text-decoration:none}
.aed-hero-slide__media{border-radius:22px;overflow:hidden;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;min-height:280px}
.aed-hero-slide__media img{width:100%;height:100%;object-fit:cover;display:block}
.aed-hero-slide__placeholder{width:100%;height:100%;background:rgba(255,255,255,.10)}
.aed-hero-slide__dots{display:flex;gap:.4rem;margin-top:auto;padding-top:.6rem}
.aed-hero-slide__dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:transparent;cursor:pointer}
.aed-hero-slide__dot.is-active{background:#fff}
.aed-hero-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.15);color:#fff;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.aed-hero-slider__nav--prev{left:-10px}
.aed-hero-slider__nav--next{right:-10px}
@media (max-width: 900px){
  .aed-hero-slide{grid-template-columns:1fr;gap:1rem}
  .aed-hero-slider__nav{display:none}
}
