.han-hf-widget,
.han-hf-widget * {
    box-sizing: border-box;
}

.han-hf-widget {
    --han-hf-navy: #071728;
    --han-hf-navy-dark: #03101c;
    --han-hf-gold: #d6a25c;
    --han-hf-text: #d9dee7;
    --han-hf-white: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.45;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-han_hf_header,
.elementor-widget-han_hf_footer,
.elementor-widget-han_hf_header > .elementor-widget-container,
.elementor-widget-han_hf_footer > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.elementor-widget-han_hf_header .han-hf-widget,
.elementor-widget-han_hf_footer .han-hf-widget {
    line-height: 1.45;
}

.han-hf-widget a,
.han-hf-widget button,
.han-hf-widget input,
.han-hf-widget textarea,
.han-hf-widget select {
    font-family: "Poppins", Arial, sans-serif;
}

.han-hf-widget a {
    text-decoration: none !important;
    box-shadow: none !important;
}

.han-hf-widget ul,
.han-hf-widget li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.han-hf-widget button {
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    appearance: none;
    cursor: pointer;
}

.han-hf-header-widget {
    position: relative;
    z-index: 60;
}

.han-hf-topbar {
    --han-hf-topbar-grad-start: #03101c;
    --han-hf-topbar-grad-end: #12355a;
    --han-hf-topbar-grad-angle: 90deg;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: var(--han-hf-text);
    font-size: 12px;
    background: var(--han-hf-navy-dark);
}

.han-hf-topbar-gradient {
    background: linear-gradient(var(--han-hf-topbar-grad-angle), var(--han-hf-topbar-grad-start), var(--han-hf-topbar-grad-end)) !important;
}

.han-hf-topbar-anim-shimmer:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.18) 45%, transparent 70%);
    transform: translateX(-120%);
    animation: hanHfTopbarShimmer 4s linear infinite;
}

.han-hf-topbar-anim-pulse {
    animation: hanHfTopbarPulse 3.2s ease-in-out infinite;
}

.han-hf-topbar-anim-float .han-hf-topbar-item {
    animation: hanHfTopbarFloat 4s ease-in-out infinite;
}

@keyframes hanHfTopbarShimmer {
    0% { transform: translateX(-120%); }
    55%, 100% { transform: translateX(120%); }
}

@keyframes hanHfTopbarPulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.16); }
}

@keyframes hanHfTopbarFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-1px); }
}

.han-hf-topbar-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.han-hf-topbar-left,
.han-hf-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.han-hf-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: inherit;
    white-space: nowrap;
}

.han-hf-topbar-item svg,
.han-hf-footer-contact svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.han-hf-header {
    position: relative;
    width: 100%;
    color: var(--han-hf-text);
    background: var(--han-hf-navy);
}

.han-hf-header.han-hf-gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 50%, rgba(101, 142, 181, .45), transparent 34%),
        linear-gradient(90deg, rgba(1, 9, 17, .95) 0%, rgba(7, 23, 40, .94) 53%, rgba(61, 98, 133, .75) 100%);
    opacity: 1;
}

.han-hf-header-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    z-index: 2;
}

.han-hf-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    color: var(--han-hf-white);
    max-width: 38%;
}

.han-hf-logo img,
.han-hf-footer-logo img,
.han-hf-canvas-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    box-shadow: none;
}

.han-hf-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.han-hf-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: auto;
}

.han-hf-menu > .han-hf-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.han-hf-menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--han-hf-text);
    font-weight: 500;
    transition: color .22s ease, transform .22s ease, background-color .22s ease;
    white-space: nowrap;
}

.han-hf-chevron {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    transition: transform .22s ease;
}

.han-hf-chevron svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.han-hf-has-children:hover > .han-hf-menu-link .han-hf-chevron {
    transform: rotate(180deg);
}

.han-hf-hover-underline .han-hf-menu > .han-hf-menu-item > .han-hf-menu-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background: var(--han-hf-gold);
    transition: width .25s ease;
}

.han-hf-hover-underline .han-hf-menu > .han-hf-menu-item:hover > .han-hf-menu-link:after,
.han-hf-hover-underline .han-hf-menu > .current-menu-item > .han-hf-menu-link:after,
.han-hf-hover-underline .han-hf-menu > .current-menu-ancestor > .han-hf-menu-link:after {
    width: 100%;
}

.han-hf-hover-slide .han-hf-menu > .han-hf-menu-item > .han-hf-menu-link {
    padding: 8px 12px;
    overflow: hidden;
    border-radius: 4px;
}

.han-hf-hover-slide .han-hf-menu > .han-hf-menu-item > .han-hf-menu-link:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-102%);
    opacity: .14;
    transition: transform .25s ease;
    border-radius: inherit;
}

.han-hf-hover-slide .han-hf-menu > .han-hf-menu-item:hover > .han-hf-menu-link:before,
.han-hf-hover-slide .han-hf-menu > .current-menu-item > .han-hf-menu-link:before {
    transform: translateX(0);
}

.han-hf-hover-lift .han-hf-menu > .han-hf-menu-item:hover > .han-hf-menu-link,
.han-hf-hover-lift .han-hf-menu > .current-menu-item > .han-hf-menu-link {
    transform: translateY(-2px);
}

.han-hf-submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    min-width: 230px;
    margin-top: 18px !important;
    padding: 8px !important;
    background: #0a1c30;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index: 9999;
}

.han-hf-submenu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    top: -18px;
}

.han-hf-submenu .han-hf-menu-item {
    position: relative;
}

.han-hf-submenu .han-hf-menu-link {
    width: 100%;
    justify-content: space-between;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    white-space: normal;
}

.han-hf-submenu-nested {
    top: 0;
    left: calc(100% + 10px);
    margin-top: 0 !important;
}

.han-hf-has-children:hover > .han-hf-submenu,
.han-hf-has-children:focus-within > .han-hf-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.han-hf-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 0 0 auto;
}

.han-hf-search-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 999px;
    transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.han-hf-search-toggle:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-1px);
}

.han-hf-search-toggle svg,
.han-hf-search-form button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.han-hf-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 42px;
    color: #071728;
    background: #c99652;
    border: 0 !important;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    padding: 13px 20px;
    transition: background-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
    white-space: nowrap;
}

.han-hf-cta {
    position: relative;
    overflow: hidden;
}

.han-hf-cta:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
}

.han-hf-cta-anim-lift:hover {
    transform: translateY(-2px);
}

.han-hf-cta-anim-glow:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 0 4px rgba(214,162,92,.16), 0 14px 30px rgba(0,0,0,.22) !important;
}

.han-hf-cta-anim-pulse:hover {
    animation: hanHfCtaPulse .9s ease-in-out infinite;
}

.han-hf-cta-anim-shine:before,
.han-hf-cta-anim-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: transform .38s ease, opacity .38s ease;
}

.han-hf-cta-anim-shine:before {
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.45) 45%, transparent 70%);
    transform: translateX(-130%);
}

.han-hf-cta-anim-shine:hover:before {
    transform: translateX(130%);
}

.han-hf-cta-anim-slide:before {
    background: rgba(255,255,255,.16);
    transform: translateX(-102%);
}

.han-hf-cta-anim-slide:hover:before {
    transform: translateX(0);
}

.han-hf-cta > span,
.han-hf-cta .han-hf-cta-icon {
    position: relative;
    z-index: 1;
}

@keyframes hanHfCtaPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.035); }
}

.han-hf-cta-icon,
.han-hf-cta-icon svg,
.han-hf-cta-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.han-hf-cta-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.han-hf-search-panel {
    position: absolute;
    right: max(24px, calc((100vw - 1400px) / 2 + 24px));
    top: calc(100% + 10px);
    width: min(480px, calc(100vw - 32px));
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(7,23,40,.08);
    border-radius: 14px;
    box-shadow: 0 22px 70px rgba(0,0,0,.25);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index: 10000;
}

.han-hf-search-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.han-hf-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4f6f9;
    border: 1px solid #e1e6ed;
    border-radius: 10px;
    padding: 8px 10px;
}

.han-hf-search-form input[type="search"] {
    width: 100%;
    min-height: 42px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #071728;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    padding: 0 !important;
}

.han-hf-search-form button {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #071728;
    border-radius: 8px;
}

.han-hf-search-form button:hover {
    background: rgba(7,23,40,.08);
}

.han-hf-search-results {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    max-height: 390px;
    overflow: auto;
}

.han-hf-search-result {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    color: #071728;
    background: #fff;
    transition: background-color .2s ease;
}

.han-hf-search-result:hover {
    background: #f4f6f9;
}

.han-hf-search-thumb {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
    background: linear-gradient(135deg, #d6a25c, #071728);
}

.han-hf-search-title {
    display: block;
    color: #071728;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.han-hf-search-type,
.han-hf-search-empty {
    display: block;
    margin-top: 3px;
    color: #687384;
    font-size: 12px;
    font-weight: 500;
}

.han-hf-search-empty {
    padding: 13px 10px;
    text-align: center;
}

.han-hf-mobile-toggle {
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    background: rgba(255,255,255,.08) !important;
}

.han-hf-mobile-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
}

.han-hf-canvas {
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
    visibility: hidden;
}

.han-hf-canvas.is-open {
    pointer-events: auto;
    visibility: visible;
}

.han-hf-canvas-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1,9,17,.62);
    opacity: 0;
    transition: opacity .25s ease;
}

.han-hf-canvas.is-open .han-hf-canvas-overlay {
    opacity: 1;
}

.han-hf-canvas-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(360px, 88vw);
    background: var(--han-hf-navy);
    color: #fff;
    padding: 22px;
    overflow: auto;
    transform: translateX(105%);
    transition: transform .28s ease;
    box-shadow: -20px 0 55px rgba(0,0,0,.25);
}

.han-hf-canvas.is-open .han-hf-canvas-panel {
    transform: translateX(0);
}

.han-hf-canvas-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.han-hf-canvas-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.han-hf-canvas-close {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,.08) !important;
    border-radius: 10px;
}

.han-hf-canvas-close svg {
    width: 20px;
    height: 20px;
    fill: none !important;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.han-hf-canvas-logo {
    padding: 22px 0 12px;
}

.han-hf-canvas-logo img {
    max-width: 170px;
}

.han-hf-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 10px !important;
}

.han-hf-mobile-menu .han-hf-menu-item {
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.han-hf-mobile-menu .han-hf-menu-link {
    width: 100%;
    justify-content: space-between;
    color: #fff;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 500;
}

.han-hf-mobile-menu .han-hf-submenu {
    position: static;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}

.han-hf-mobile-menu .han-hf-submenu:before {
    display: none;
}

.han-hf-mobile-menu .han-hf-menu-item.is-open > .han-hf-submenu {
    max-height: 600px;
}

.han-hf-mobile-menu .han-hf-menu-item.is-open > .han-hf-menu-link .han-hf-chevron {
    transform: rotate(180deg);
}

.han-hf-canvas-cta {
    width: 100%;
    margin-top: 24px;
}

.han-hf-empty-menu {
    color: #d6a25c;
    font-size: 13px;
    font-weight: 500;
}

.han-hf-footer {
    position: relative;
    width: 100%;
    color: #c8d1de;
    background: var(--han-hf-navy);
    overflow: hidden;
}

.han-hf-footer-gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 10%, rgba(214,162,92,.16), transparent 28%),
        radial-gradient(circle at 90% 5%, rgba(88,128,165,.22), transparent 35%);
}

.han-hf-footer-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(160px, .8fr) minmax(160px, .8fr) minmax(230px, 1fr);
    gap: 48px;
}

.han-hf-footer-col {
    min-width: 0;
}

.han-hf-footer-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.han-hf-footer-desc {
    margin: 0 !important;
    max-width: 420px;
    color: #c8d1de;
    font-size: 14px;
    line-height: 1.8;
}

.han-hf-footer-title {
    position: relative;
    display: inline-block;
    margin: 0 0 24px !important;
    padding: 0 0 12px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.han-hf-footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: var(--han-hf-gold);
}

.han-hf-footer-menu,
.han-hf-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.han-hf-footer-menu .han-hf-menu-link {
    color: #c8d1de;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    transition: color .2s ease, transform .2s ease;
}

.han-hf-footer-menu .han-hf-menu-link:hover {
    transform: translateX(4px);
}

.han-hf-footer-contact a,
.han-hf-footer-contact > span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #c8d1de;
    font-size: 14px;
    line-height: 1.55;
}

.han-hf-footer-contact svg {
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.han-hf-footer-bottom {
    position: relative;
    z-index: 1;
    color: #aeb9c7;
    background: #030c16;
    font-size: 13px;
    font-weight: 400;
}

.han-hf-footer-bottom-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.han-hf-canvas-lock {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .han-hf-nav {
        display: none;
    }

    .han-hf-mobile-toggle {
        display: inline-flex;
    }

    .han-hf-header-inner {
        gap: 16px;
    }

    .han-hf-logo {
        max-width: 58%;
    }

    .han-hf-footer-inner {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 767px) {
    .han-hf-topbar-hide-mobile,
    .han-hf-search-hide-mobile {
        display: none !important;
    }

    .han-hf-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .han-hf-topbar-left,
    .han-hf-topbar-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px 14px;
    }

    .han-hf-header-inner {
        min-height: 82px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .han-hf-actions {
        gap: 8px;
    }

    .han-hf-cta:not(.han-hf-canvas-cta) {
        display: none !important;
    }

    .han-hf-search-toggle,
    .han-hf-mobile-toggle {
        width: 39px;
        height: 39px;
    }

    .han-hf-search-panel {
        right: 16px;
        left: 16px;
        width: auto;
        top: calc(100% + 8px);
        border-radius: 12px;
    }

    .han-hf-footer-inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 48px !important;
        padding-bottom: 42px !important;
    }

    .han-hf-footer-title {
        margin-bottom: 18px !important;
    }

    .han-hf-footer-bottom-inner {
        text-align: center;
        justify-content: center;
    }
}


.han-hf-header,
.han-hf-footer,
.han-hf-topbar,
.han-hf-header-inner,
.han-hf-footer-inner,
.han-hf-footer-bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.han-hf-widget img {
    vertical-align: middle;
}

.han-hf-cta-anim-none:hover {
    transform: none !important;
    box-shadow: none !important;
}
