#hero{background:var(--navy);position:relative;overflow:hidden}.hero-slide{background:linear-gradient(135deg,#1f1744fa,#293283f0 52%,#38baccd1) 50%/cover;min-height:500px;display:none;position:relative}.hero-slide.active{display:flex}.hero-layout-full_image{background:var(--navy);min-height:0}.hero-layout-full_image.active{display:block}.hero-full-image-link{cursor:pointer;width:100%;text-decoration:none;display:block}.hero-full-image-link img{width:100%;height:auto;display:block}.hero-shade{background:linear-gradient(90deg,#1f1744f0 0%,#1f1744c7 42%,#1f174438 100%);position:absolute;inset:0}.hero-layout-cover .hero-shade{background:linear-gradient(90deg,#1f1744e0,#1f174494)}.hero-inner{z-index:2;grid-template-columns:minmax(0,1fr) minmax(320px,44%);align-items:center;gap:32px;width:100%;min-height:500px;display:grid;position:relative}.hero-layout-cover .hero-inner{grid-template-columns:minmax(0,720px)}.hero-content{flex-direction:column;justify-content:center;max-width:680px;padding:76px 40px 86px;display:flex}.hero-eyebrow{color:var(--cyan);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:12px;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:800;display:flex}.hero-eyebrow:before{content:"";background:currentColor;width:32px;height:2px}.hero-title{color:var(--white);margin:0 0 16px;font-family:Montserrat,sans-serif;font-size:clamp(2rem,5vw,3.35rem);font-weight:900;line-height:1.05}.hero-title span{color:var(--cyan)}.hero-desc{color:#fffc;max-width:500px;margin-bottom:28px;font-size:.98rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-side-media{justify-content:center;align-self:stretch;align-items:flex-end;min-width:0;padding:42px 16px 0 0;display:flex}.hero-side-media img{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 22px 36px #00000038);width:min(100%,480px);max-height:440px}.hero-side-emoji{color:#ffffff38;align-items:center;font-size:clamp(7rem,15vw,12rem);line-height:1}.hero-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff6b;border:none;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.hero-dot.active{background:var(--cyan);transform:scale(1.4)}.hero-arrow{z-index:10;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:44px;height:44px;font-size:1.1rem;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:var(--cyan)}.hero-arrow.prev{left:16px}.hero-arrow.next{right:16px}@media (width<=992px){.hero-inner,.hero-layout-cover .hero-inner{grid-template-columns:1fr}.hero-side-media{display:none}}@media (width<=768px){.hero-slide:not(.hero-layout-full_image),.hero-inner{min-height:460px}.hero-content{max-width:100%;padding:58px 24px 72px}.hero-arrow{display:none}}
