/* SkyPrint top navigation — conversion-focused v3 */

.top-benefits {
    background: #202838;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}

.top-benefits-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0;
}

.top-benefits-inner span {
    margin: 3px 14px;
    opacity: 0.95;
    white-space: nowrap;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(32, 40, 56, 0.08);
}

.topnav {
    padding-top: 12px;
    padding-bottom: 12px;
}

.topnav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo,
.logo:hover,
.logo:visited,
.logo:active {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 54px;
    color: #202838;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.2px;
    min-width: 204px;
    min-height: 64px;
}

.logo i {
    margin-right: 9px;
    color: #d5ad5d;
    font-size: 21px;
}

.topnav-mobile-action,
.topnav-mobile-action:hover,
.topnav-mobile-action:visited,
.topnav-mobile-action:active {
    display: none;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
}

.menu-link,
.menu-link:hover,
.menu-link:visited,
.menu-link:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    margin-left: 5px;
    color: #4c5565;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-link:hover {
    background: #f1eee7;
    color: #202838;
}

@media (max-width: 991.98px) {
    .top-benefits-inner {
        justify-content: center;
        flex-wrap: nowrap;
        padding: 7px 0;
    }

    .top-benefits-inner span {
        display: none;
    }

    .top-benefits-inner span:first-child {
        display: inline-flex;
        margin: 0;
        font-size: 12px;
    }

    .topnav {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .topnav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .logo,
    .logo:hover,
    .logo:visited,
    .logo:active {
        min-height: 42px;
        font-size: 23px;
    }

    .logo i {
        font-size: 19px;
    }

    .topnav-mobile-action,
    .topnav-mobile-action:hover,
    .topnav-mobile-action:visited,
    .topnav-mobile-action:active {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 14px;
        background: #202838;
        color: #ffffff;
        border-radius: 9px;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 800;
        text-decoration: none;
    }

    .topnav-mobile-action:hover {
        background: #151c29;
        color: #ffffff;
    }

    .top-menu {
        order: 3;
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 6px;
        padding: 6px 15px 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .top-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-link,
    .menu-link:hover,
    .menu-link:visited,
    .menu-link:active {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 12px;
        margin-left: 0;
        margin-right: 7px;
        background: #f7f6f3;
        color: #3f4858;
        border-radius: 9px;
        font-size: 13px;
    }

    .menu-link:hover {
        background: #efede8;
        color: #202838;
    }
}

@media (max-width: 370px) {
    .logo,
    .logo:hover,
    .logo:visited,
    .logo:active {
        font-size: 21px;
    }

    .topnav-mobile-action,
    .topnav-mobile-action:hover,
    .topnav-mobile-action:visited,
    .topnav-mobile-action:active {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .menu-link,
    .menu-link:hover,
    .menu-link:visited,
    .menu-link:active {
        min-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }
}


.hero-video-preview {
    position: relative;
    overflow: hidden;
    background: #f1f0ec;
}

.hero-video-file {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center center;
}