.hero{background:var(--color-linen);align-items:flex-end;height:675px;display:flex;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;transition:opacity .8s var(--ease), visibility .8s;position:absolute;inset:0}.hero-slide--active{opacity:1;visibility:visible}.hero-slide .hero-bg{z-index:0;position:absolute;inset:0}.hero-slide .hero-bg img{object-fit:cover;width:100%;height:100%}.hero-bg-overlay-left{background:linear-gradient(90deg,#0006 0%,#0000 60%);position:absolute;inset:0}.hero-slide .hero-content{z-index:1;width:100%;max-width:var(--max-w);justify-content:space-between;align-items:flex-end;height:100%;margin:0 auto;padding:0 40px 75px;display:flex;position:relative}.hero-text{align-self:flex-end;max-width:525px;padding-bottom:0}.hero-headline{letter-spacing:-.035em;color:#fff;margin-bottom:16px;font-size:clamp(3rem,5.5vw,4rem);font-weight:800;line-height:1.02}.hero-sub{color:#fff;max-width:460px;margin-bottom:28px;font-size:1rem;font-weight:600;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.hero-slide .hero-text{opacity:0;transition:opacity .6s var(--ease) .3s, transform .6s var(--ease-out) .3s;transform:translateY(20px)}.hero-slide--active .hero-text{opacity:1;transform:translateY(0)}.hero-slide .hero-stats,.hero-slide .hero-feature-card{opacity:0;transition:opacity .6s var(--ease) .5s, transform .6s var(--ease-out) .5s;transform:translateY(16px)}.hero-slide--active .hero-stats,.hero-slide--active .hero-feature-card{opacity:1;transform:translateY(0)}.hero-stats{-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-lg);background:#ffffff1f;border:1px solid #ffffff2e;align-self:flex-end;align-items:center;gap:48px;margin-bottom:36px;padding:16px 44px;display:flex}.hero-stat{text-align:center}.hero-stat-num{color:#fff;letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.hero-stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:.6875rem;font-weight:600;line-height:1.4}.hero-stat-emblem{flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-stat-emblem img{opacity:.85;width:auto;height:78px}.hero-feature-card{-webkit-backdrop-filter:blur(7px);border-radius:var(--radius-lg);color:#fff;transition:background .3s var(--ease), opacity .6s var(--ease) .5s, transform .6s var(--ease-out) .5s;background:#ffffff1f;border:1px solid #ffffff2e;align-self:flex-end;align-items:center;gap:20px;margin-bottom:36px;padding:20px 28px;text-decoration:none;display:flex}.hero-feature-card:hover{background:#fff3}.hero-feature-logo{flex-shrink:0}.hero-feature-logo img{width:auto;height:45px}.hero-feature-info{flex-direction:column;gap:2px;display:flex}.hero-feature-title{color:#fff;font-size:1rem;font-weight:700}.hero-feature-link{color:#fff;align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.hero-feature-link svg{transition:transform .2s var(--ease);flex-shrink:0}.hero-feature-card:hover .hero-feature-link svg{transform:translate(4px)}.hero-dots{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dot{opacity:.5;cursor:pointer;width:12px;height:12px;transition:all .3s var(--ease);background:#fff;border:none;border-radius:50%;padding:0}.hero-dot--active{border-radius:var(--radius-full);opacity:.9;width:36px}.hero-dot:hover{opacity:.8}@media (width<=1024px){.hero{height:auto;min-height:600px}.hero-slide{width:100%;position:relative}.hero-slide:not(.hero-slide--active){position:absolute}.hero-slide .hero-content{flex-direction:column;align-items:flex-start;padding:140px 40px 80px}.hero-text{align-self:flex-start;max-width:520px}.hero-headline{font-size:clamp(2.5rem,5vw,3.375rem)}.hero-stats,.hero-feature-card{align-self:flex-start;margin-top:20px}}@media (width<=768px){.hero{height:auto;min-height:500px}.hero-slide{position:relative}.hero-slide:not(.hero-slide--active){position:absolute}.hero-slide .hero-content{padding:100px 24px 60px}.hero-stats{flex-wrap:nowrap;justify-content:space-evenly;align-self:stretch;gap:0;padding:10px 0}.hero-feature-card{align-self:stretch;gap:12px;padding:14px 16px}.hero-feature-title{font-size:.8125rem}.hero-feature-link{white-space:nowrap;font-size:.8125rem}.hero-feature-logo img{height:32px}.hero-stat-num{font-size:1.25rem}.hero-stat-label{letter-spacing:.04em;font-size:.5625rem}.hero-stat-emblem img{height:42px}}@media (width<=480px){.hero-stats{padding:8px 0}.hero-stat-num{font-size:1rem}.hero-stat-label{letter-spacing:.03em;font-size:.4688rem}.hero-stat-emblem img{height:34px}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;width:100%}}
