.premium-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(1, 20, 40, .54), transparent);
    border: 0;
    z-index: 20
}

.premium-nav {
    justify-content: space-between
}

.premium-header .brand img {
    height: 44px
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    font: 10px "DM Mono", monospace;
    letter-spacing: .05em
}

.header-meta a {
    color: var(--cyan);
    font-family: var(--font);
    font-weight: 800;
    text-decoration: none
}

.premium-toggle {
    display: flex !important;
    width: auto;
    height: 44px;
    padding: 0 0 0 15px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .35);
    background: transparent;
    color: #fff;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    cursor: pointer
}

.premium-toggle span {
    position: absolute;
    right: 49px;
    text-transform: uppercase;
    font: 10px "DM Mono", monospace;
    letter-spacing: .08em
}

.premium-toggle i {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: transform .3s
}

.premium-toggle i:last-child {
    width: 15px
}

.premium-header.menu-open .premium-toggle i:first-of-type {
    transform: translateY(3px) rotate(45deg)
}

.premium-header.menu-open .premium-toggle i:last-child {
    width: 24px;
    transform: translateY(-3px) rotate(-45deg)
}

.menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 17, 33, .62);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
    backdrop-filter: blur(5px)
}

.menu-backdrop.is-open {
    opacity: 1;
    visibility: visible
}

.side-menu {
    position: fixed;
    z-index: 31;
    top: 0;
    right: 0;
    width: min(620px, 100vw);
    height: 100dvh;
    padding: 32px clamp(24px, 5vw, 65px);
    background: #062c52;
    color: #fff;
    transform: translateX(101%);
    transition: transform .55s cubic-bezier(.77, 0, .18, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.side-menu::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(80, 212, 218, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(80, 212, 218, .08) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(135deg, transparent 5%, black 70%, transparent)
}

body.menu-open {
    overflow: hidden
}

.side-menu.is-open {
    transform: translateX(0)
}

.side-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1
}

.menu-close {
    border: 0;
    background: none;
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer
}

.side-nav {
    margin: clamp(30px, 6vh, 80px) 0 auto;
    position: relative;
    z-index: 1
}

.side-nav>a,
.solutions-trigger {
    width: 100%;
    display: grid;
    grid-template-columns: 44px 1fr 28px;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: clamp(22px, 3vw, 35px);
    font-weight: 700;
    letter-spacing: -.045em;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
    cursor: pointer;
    font-family: var(--font)
}

.side-nav>a:hover, .side-nav>a:hover i,
.solutions-trigger:hover, .solutions-trigger:hover i{
    color: #fce117;
}

.side-nav b {
    font: 10px "DM Mono", monospace;
    color: var(--cyan);
    align-self: center;
    letter-spacing: 0
}

.side-nav i {
    font-style: normal;
    color: var(--cyan);
    font-size: 20px;
    justify-self: end
}

.solutions-submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .4s ease, opacity .25s ease;
    background: rgba(0, 0, 0, .12)
}

.solutions-submenu.is-open {
    height: 270px;
    opacity: 1;
    padding: 12px 20px
}

.solutions-submenu a {
    color: #dcecf1;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0
}

.solutions-submenu span {
    display: block;
    color: var(--cyan);
    font: 9px "DM Mono", monospace;
    letter-spacing: .1em;
    margin: 6px 0
}

.side-menu-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .28);
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.side-menu-footer p {
    font-size: 12px;
    margin: 0 auto 0 0
}

.side-menu-footer>a:last-child {
    width: 100%;
    color: #b9d0dd;
    font: 10px "DM Mono", monospace;
    text-decoration: none
}

.hero-premium {
    min-height: 100vh;
    background: linear-gradient(115deg, #031d37 0%, #06466e 45%, #0b7897 100%)
}

.hero-premium::before {
    width: 68vw;
    height: 68vw;
    right: -23vw;
    top: -18vw;
    border-color: rgba(80, 212, 218, .3)
}

.hero-premium::after {
    opacity: .4;
    background-size: 86px 86px
}

.hero-track {
    height: 100vh;
    width: 300%;
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform .75s cubic-bezier(.65, 0, .2, 1)
}

.hero-slide {
    width: 33.333%;
    height: 760px;
    flex: 0 0 33.333%;
    position: relative;
    overflow: hidden
}

.hero-slide:nth-child(2) {
    background: radial-gradient(circle at 82% 35%, rgba(80, 212, 218, .45), transparent 5%, transparent 23%), linear-gradient(125deg, #0b1b38, #075b8f)
}

.hero-slide:nth-child(3) {
    background: radial-gradient(circle at 25% 65%, rgba(239, 158, 64, .33), transparent 4%, transparent 22%), linear-gradient(125deg, #031a32, #0c4167)
}

.hero-slide .hero-content {
    
}

.hero-kicker {
    font: 10px "DM Mono", monospace;
    letter-spacing: .12em;
    color: #c9edf0;
    margin: -4px 0 28px
}

.hero-premium h1 {
    max-width: 870px
}

.hero-controls {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

.slide-dots {
    display: flex;
    gap: 10px
}

.slide-dots button {
    width: 38px;
    height: 2px;
    border: 0;
    background: rgba(255, 255, 255, .35);
    padding: 0;
    cursor: pointer;
    transition: background .3s
}

.slide-dots button.is-active {
    background: var(--cyan)
}

.slide-next {
    border: 0;
    background: transparent;
    color: #fff;
    font: 10px "DM Mono", monospace;
    letter-spacing: .08em;
    cursor: pointer
}

.slide-next span {
    color: var(--cyan);
    font-size: 20px;
    margin-left: 8px
}

.hero-premium .hero-footer {
    position: absolute;
    bottom: 0;
    z-index: 2
}

.hero-premium .hero-footer .container {
    font-size: 9px
}

@media(max-width:850px) {
    .header-meta {
        display: none
    }

    .premium-header {
        position: absolute
    }

    .premium-toggle {
        height: 40px
    }

    .side-menu {
        width: 100%;
        padding: 24px
    }

    .side-nav {
        margin: 30px 0 auto
    }

    .hero-premium,
    .hero-slide {
        min-height: 680px;
        height: 680px
    }

    .hero-slide .hero-content {
        
    }

    .hero-controls {
        bottom: 74px
    }

    .hero-premium .hero-footer {
        display: none
    }

    .side-nav>a,
    .solutions-trigger {
        font-size: 28px
    }

    .solutions-submenu.is-open {
        height: 245px
    }
}

@media(max-width:520px) {
    .premium-header .brand img {
        height: 34px
    }

    .hero-premium,
    .hero-slide {
        min-height: 640px;
        height: 640px
    }

    .hero-slide .hero-content {
        
    }

    .hero-premium h1 {
        font-size: 43px
    }

    .hero-kicker {
        margin-bottom: 20px
    }

    .hero-controls {
        bottom: 33px
    }

    .slide-next {
        font-size: 9px
    }

    .side-menu-footer {
        padding-bottom: 10px
    }
}