.hero-banner{position:relative;width:100%;height:80vh;min-height:600px;max-height:800px;overflow:hidden;background-color:var(--navy)}.hero-banner__slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease-in-out;pointer-events:none}.hero-banner__slide--active{opacity:1;pointer-events:auto}.hero-banner__image{width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.4) 50%,transparent)}.hero-banner__container{position:absolute;inset:0;display:flex;align-items:flex-end;padding-bottom:5rem;z-index:2;pointer-events:none}.hero-banner__content{max-width:650px;text-align:left;pointer-events:auto}.hero-banner__heading{font-size:3.25rem;font-weight:800;color:var(--white);line-height:1.15;margin-bottom:1.25rem;text-shadow:0 2px 12px rgba(0,0,0,.3);animation:slideUp .7s ease-out both}.hero-banner__subheading{font-size:1.2rem;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:2rem;animation:slideUp .7s ease-out .15s both}.hero-banner__cta{animation:slideUp .7s ease-out .3s both;width:-moz-fit-content;width:fit-content}@keyframes slideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero-banner__dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem;z-index:3}.hero-banner__dot{width:10px;height:10px;border-radius:999px;border:2px solid var(--white);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.hero-banner__dot--active{background:var(--white);width:28px}.hero-banner__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);color:var(--white);width:48px;height:48px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease,border-color .3s ease,transform .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);line-height:1}.hero-banner__arrow:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.6);transform:translateY(-50%) scale(1.05)}.hero-banner__arrow--prev{left:2rem}.hero-banner__arrow--next{right:2rem}@media (max-width:1024px){.hero-banner__heading{font-size:2.75rem}}@media (max-width:768px){.hero-banner{height:60vh;min-height:500px}.hero-banner__overlay{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.75))}.hero-banner__container{padding-bottom:4rem}.hero-banner__heading{font-size:2rem;margin-bottom:1rem}.hero-banner__subheading{font-size:1.05rem;margin-bottom:1.5rem}.hero-banner__arrow{display:none}}.hero{background-color:var(--navy);color:var(--white);padding:8rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(16,185,129,.15),transparent 40%),radial-gradient(circle at bottom left,rgba(212,175,55,.1),transparent 40%);z-index:1}.hero-container{position:relative;z-index:2;max-width:800px}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(100deg,var(--white) 0,var(--white) 35%,#56c1ff 45%,#82d4ff 50%,#56c1ff 55%,var(--white) 65%,var(--white) 100%);background-size:300% auto;color:transparent;-webkit-background-clip:text;background-clip:text;animation:auraFlow 10s linear infinite}@keyframes auraFlow{0%{background-position:-150%}to{background-position:150%}}.hero-subtitle{font-size:1.25rem;color:var(--slate-light);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1rem;justify-content:center}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-ctas{flex-direction:column}}