.ahero-slider{--ahero-speed:700ms;position:relative;width:100%;overflow:hidden;box-sizing:border-box}
.ahero-slider *{box-sizing:border-box}
.ahero-viewport{width:100%;overflow:hidden}
.ahero-track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform var(--ahero-speed) cubic-bezier(.22,.61,.36,1);will-change:transform;user-select:none;touch-action:pan-y}
.ahero-slide{position:relative;flex:0 0 100%;width:100%;height:560px;background-size:cover;background-position:center;background-repeat:no-repeat}
.ahero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,16,28,.35) 0%,rgba(10,16,28,.15) 45%,rgba(10,16,28,.55) 100%);pointer-events:none}
.ahero-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;padding:28px 32px 88px;color:#fff}
.ahero-top{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ahero-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(6px);font-size:14px;line-height:1;color:#fff;white-space:nowrap}
.ahero-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2fd6a6;flex-shrink:0}
.ahero-eyebrow{font-size:14px;color:rgba(255,255,255,.85)}
.ahero-heading{margin:auto 0 0;font-size:44px;font-weight:500;line-height:1.15;max-width:640px}
.ahero-caption{display:flex;flex-direction:column;gap:4px;margin-top:26px}
.ahero-caption-label{font-size:13px;color:rgba(255,255,255,.75)}
.ahero-caption-title{font-size:20px;font-weight:600;color:#fff}
.ahero-nav{position:absolute;left:32px;right:32px;bottom:30px;z-index:3;display:flex;align-items:center;justify-content:flex-end;gap:22px;pointer-events:none}
.ahero-pagination{display:flex;align-items:center;gap:8px;pointer-events:auto}
.ahero-dotbar{display:block;width:34px;height:4px;padding:0;border:0;border-radius:2px;background:rgba(255,255,255,.35);cursor:pointer;transition:width .35s ease,background-color .35s ease}
.ahero-dotbar.is-active{width:52px;background:#fff}
.ahero-arrows{display:flex;align-items:center;gap:10px;pointer-events:auto}
.ahero-arrow{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;font-family:Arial,sans-serif;font-size:20px;line-height:1;color:#fff;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}
.ahero-arrow:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.25)}
.ahero-prev{background:rgba(255,255,255,.18);backdrop-filter:blur(6px)}
.ahero-next{background:#172943}
@media(max-width:1024px){.ahero-slide{height:480px}.ahero-content{padding:24px 26px 78px}.ahero-heading{font-size:34px}.ahero-nav{left:26px;right:26px;bottom:24px}}
@media(max-width:767px){.ahero-content{padding:20px 18px 70px}.ahero-top{gap:12px}.ahero-heading{font-size:26px}.ahero-nav{left:18px;right:18px;bottom:18px;flex-wrap:wrap;justify-content:space-between}.ahero-arrow{width:42px;height:42px;font-size:17px}.ahero-dotbar{width:22px}.ahero-dotbar.is-active{width:34px}}
@media(max-width:480px){.ahero-slide{height:420px}.ahero-heading{font-size:21px}.ahero-badge{font-size:12px;padding:7px 14px}}
@media(prefers-reduced-motion:reduce){.ahero-track,.ahero-dotbar,.ahero-arrow{transition:none!important}}
