/* BestSEO HKKAYU Header/Footer
   Powered by bestseo.solutions */

:root {
    --bestseo-hk-admin-offset: 0px;
    --bestseo-hk-header-height: 122px;
    --bestseo-hk-shell: 1280px;
    --bestseo-hk-navy: #0b1734;
    --bestseo-hk-blue: #0d5ba8;
    --bestseo-hk-blue-deep: #0a4684;
    --bestseo-hk-ink: #101828;
    --bestseo-hk-text: #475467;
    --bestseo-hk-border: rgba(15, 23, 42, 0.08);
    --bestseo-hk-card: #ffffff;
    --bestseo-hk-soft: #f6f8fb;
    --bestseo-hk-shadow: 0 18px 56px rgba(15, 23, 42, 0.14);
    --bestseo-hk-radius: 20px;
    --bestseo-hk-gradient: linear-gradient(90deg, #f5102d 0%, #f8991c 18%, #f5ef00 34%, #16a4db 60%, #2464ad 78%, #2a1f1f 100%);
    --bestseo-hk-cta: linear-gradient(135deg, #0d5ba8 0%, #114b8a 38%, #ef1d4d 100%);
    --bestseo-hk-font: inherit;
}

body.bestseo-hkkayu-hf-enabled {
    background: #ffffff;
}

body.bestseo-hkkayu-hf-enabled #header,
body.bestseo-hkkayu-hf-enabled #masthead,
body.bestseo-hkkayu-hf-enabled .header-wrapper,
body.bestseo-hkkayu-hf-enabled .top-bar,
body.bestseo-hkkayu-hf-enabled #top-bar,
body.bestseo-hkkayu-hf-enabled #wide-nav,
body.bestseo-hkkayu-hf-enabled .wide-nav,
body.bestseo-hkkayu-hf-enabled #footer,
body.bestseo-hkkayu-hf-enabled .footer-wrapper,
body.bestseo-hkkayu-hf-enabled .footer-1,
body.bestseo-hkkayu-hf-enabled .footer-2,
body.bestseo-hkkayu-hf-enabled .absolute-footer,
body.bestseo-hkkayu-hf-enabled #colophon {
    display: none !important;
}

body.bestseo-hkkayu-hf-enabled #main,
body.bestseo-hkkayu-hf-enabled .main-content,
body.bestseo-hkkayu-hf-enabled .site-main {
    padding-top: var(--bestseo-hk-header-height) !important;
}

.bestseo-hk-shell {
    width: min(calc(100% - 32px), var(--bestseo-hk-shell));
    margin: 0 auto;
}

.bestseo-hk-header,
.bestseo-hk-footer {
    font-family: var(--bestseo-hk-font);
}

.bestseo-hk-header {
    position: fixed;
    inset: var(--bestseo-hk-admin-offset) 0 auto 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.bestseo-hk-spectrum {
    height: 3px;
    width: 100%;
    background: var(--bestseo-hk-gradient);
}

.bestseo-hk-topbar {
    background: #ffffff;
    color: var(--bestseo-hk-text);
    font-size: 11px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(11, 23, 52, 0.06);
}

.bestseo-hk-topbar .bestseo-hk-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 34px;
}

.bestseo-hk-topbar-copy {
    margin: 0;
    letter-spacing: 0.01em;
    color: rgba(16, 24, 40, 0.52);
    font-weight: 600;
}

.bestseo-hk-topbar-links {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.bestseo-hk-topbar-links a {
    color: rgba(16, 24, 40, 0.7);
    text-decoration: none;
    font-weight: 700;
}

.bestseo-hk-mainbar {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(11, 23, 52, 0.08);
}

.bestseo-hk-mainbar-shell {
    display: grid;
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 86px;
}

.bestseo-hk-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: none;
    padding: 6px 0;
}

.bestseo-hk-logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 78px;
    max-width: min(100%, 280px);
    object-fit: contain;
}

.bestseo-hk-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.bestseo-hk-nav {
    min-width: 0;
}

.bestseo-hk-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.bestseo-hk-nav-item {
    position: static;
}

.bestseo-hk-nav-link-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.bestseo-hk-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 42px;
    padding: 8px 9px;
    border-radius: 999px;
    color: var(--bestseo-hk-ink);
    text-decoration: none;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bestseo-hk-nav-link span {
    display: inline-block;
    white-space: nowrap;
}

.bestseo-hk-nav-item.is-current > .bestseo-hk-nav-link-wrap .bestseo-hk-nav-link,
.bestseo-hk-nav-item:hover > .bestseo-hk-nav-link-wrap .bestseo-hk-nav-link,
.bestseo-hk-nav-item:focus-within > .bestseo-hk-nav-link-wrap .bestseo-hk-nav-link,
.bestseo-hk-nav-item.is-open > .bestseo-hk-nav-link-wrap .bestseo-hk-nav-link {
    background: rgba(13, 91, 168, 0.08);
    color: var(--bestseo-hk-blue);
    box-shadow: inset 0 0 0 1px rgba(13, 91, 168, 0.08);
}

.bestseo-hk-nav-link--button,
.bestseo-hk-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.bestseo-hk-btn:hover,
.bestseo-hk-btn:focus,
.bestseo-hk-nav-link--button:hover,
.bestseo-hk-nav-link--button:focus {
    transform: translateY(-1px);
}

.bestseo-hk-btn--primary,
.bestseo-hk-nav-link--button {
    background: var(--bestseo-hk-cta);
    color: #ffffff !important;
    box-shadow: 0 16px 36px rgba(16, 75, 138, 0.24);
}

.bestseo-hk-btn--secondary {
    background: rgba(13, 91, 168, 0.08);
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-chevron {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.bestseo-hk-subtoggle {
    display: none !important;
    margin-left: -4px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 999px;
}

.bestseo-hk-subtoggle span,
.bestseo-hk-subtoggle span::before {
    display: block;
    position: relative;
    width: 14px;
    height: 2px;
    background: currentColor;
    margin: 0 auto;
    color: var(--bestseo-hk-blue);
    transition: transform 0.2s ease;
}

.bestseo-hk-subtoggle span::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: rotate(90deg);
}

.bestseo-hk-nav-item.is-open > .bestseo-hk-nav-link-wrap .bestseo-hk-subtoggle span::before {
    transform: rotate(0deg);
}

.bestseo-hk-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: min(calc(100vw - 40px), 1240px);
    padding-top: 12px;
    transform: translate(-50%, 12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.bestseo-hk-nav-item:hover > .bestseo-hk-panel,
.bestseo-hk-nav-item:focus-within > .bestseo-hk-panel,
.bestseo-hk-nav-item.is-open > .bestseo-hk-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.bestseo-hk-panel-layout {
    display: grid;
    gap: 24px;
    padding: 28px;
    border: 1px solid var(--bestseo-hk-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--bestseo-hk-shadow);
    max-height: min(74vh, 720px);
    overflow: auto;
}

.bestseo-hk-panel-layout--capabilities,
.bestseo-hk-panel-layout--silo,
.bestseo-hk-panel-layout--resources {
    grid-template-columns: 300px 1fr;
}

.bestseo-hk-panel-layout--product {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    align-items: start;
}

.bestseo-hk-panel-intro {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.bestseo-hk-panel-intro h3 {
    margin: 0;
    color: var(--bestseo-hk-ink);
    font-size: 28px;
    line-height: 1.12;
}

.bestseo-hk-panel-intro p {
    margin: 0;
    color: var(--bestseo-hk-text);
    font-size: 15px;
    line-height: 1.65;
}

.bestseo-hk-panel-intro--product {
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(13, 91, 168, 0.06) 0%, rgba(245, 248, 251, 0.96) 100%);
    border: 1px solid rgba(13, 91, 168, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.bestseo-hk-panel-intro--product h3 {
    font-size: 24px;
}

.bestseo-hk-panel-intro--product .bestseo-hk-stat {
    background: rgba(255, 255, 255, 0.9);
}

.bestseo-hk-panel-eyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 4px;
}

.bestseo-hk-stat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--bestseo-hk-soft);
    border: 1px solid var(--bestseo-hk-border);
}

.bestseo-hk-stat strong {
    font-size: 26px;
    line-height: 1;
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-stat span {
    color: var(--bestseo-hk-text);
    font-size: 13px;
    line-height: 1.4;
}

.bestseo-hk-quick-links,
.bestseo-hk-panel-list,
.bestseo-hk-footer-links,
.bestseo-hk-footer-mini-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bestseo-hk-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding-top: 4px;
}

.bestseo-hk-quick-links a {
    color: var(--bestseo-hk-blue);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.bestseo-hk-panel-groups {
    display: grid;
    gap: 18px;
}

.bestseo-hk-panel-groups--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bestseo-hk-panel-groups--product {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 20px;
    align-content: start;
}

.bestseo-hk-panel-groups--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bestseo-hk-panel-group {
    min-width: 0;
}

.bestseo-hk-panel-group-title,
.bestseo-hk-footer-title {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--bestseo-hk-ink);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.bestseo-hk-link-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bestseo-hk-panel-list li + li,
.bestseo-hk-footer-links li + li {
    margin-top: 10px;
}

.bestseo-hk-panel-list a,
.bestseo-hk-footer-links a,
.bestseo-hk-footer-mini-links a {
    color: var(--bestseo-hk-text);
    text-decoration: none;
    line-height: 1.55;
    font-size: 14px;
}

.bestseo-hk-footer-links a,
.bestseo-hk-footer-mini-links a {
    font-size: 13px;
    line-height: 1.5;
}

.bestseo-hk-footer-title {
    font-size: 15px;
}

.bestseo-hk-panel-list a:hover,
.bestseo-hk-footer-links a:hover,
.bestseo-hk-footer-mini-links a:hover,
.bestseo-hk-panel-group-title:hover,
.bestseo-hk-footer-title:hover,
.bestseo-hk-topbar-links a:hover {
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: max-content;
}

.bestseo-hk-mobile-actions {
    display: none;
}

.bestseo-hk-mobile-language-top {
    display: none;
}

.bestseo-hk-language-slot {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}

.bestseo-hk-language-slot .trp-shortcode-switcher__wrapper {
    position: relative;
    display: block;
    min-width: 0;
}

.bestseo-hk-language-slot .trp-shortcode-switcher {
    display: inline-block;
    min-width: 0;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(13, 91, 168, 0.12);
    border-radius: 999px;
    background: rgba(13, 91, 168, 0.08);
    box-shadow: none;
    --font-size: 12px;
    --text: var(--bestseo-hk-ink);
    --text-hover: var(--bestseo-hk-blue);
    --bg-hover: rgba(13, 91, 168, 0.06);
}

.bestseo-hk-language-slot .trp-shortcode-anchor,
.bestseo-hk-language-slot .trp-shortcode-overlay {
    width: 100%;
}

.bestseo-hk-language-slot .trp-current-language-item__wrapper {
    min-height: 46px;
    padding: 0 14px;
    gap: 8px;
}

.bestseo-hk-language-slot .trp-language-item__current {
    min-height: auto;
    padding: 0;
}

.bestseo-hk-language-slot .trp-language-item,
.bestseo-hk-language-slot .trp-language-item-name {
    font-size: 12px;
    font-weight: 700;
}

.bestseo-hk-language-slot .trp-language-item {
    color: var(--bestseo-hk-ink);
}

.bestseo-hk-language-slot .trp-language-item-name {
    color: inherit;
}

.bestseo-hk-language-slot .trp-shortcode-arrow {
    width: 16px;
    height: 16px;
}

.bestseo-hk-language-slot .trp-switcher-dropdown-list {
    margin-top: 6px;
    border: 1px solid rgba(11, 23, 52, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.bestseo-hk-language-slot .trp-switcher-dropdown-list .trp-language-item {
    min-height: 0;
    padding: 10px 14px;
}

.bestseo-hk-language-slot .trp-switcher-dropdown-list .trp-language-item:hover {
    background: rgba(13, 91, 168, 0.06);
}

.bestseo-hk-language-slot .trp-flag-image {
    width: 16px !important;
}



.bestseo-hk-account-link {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 16px 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bestseo-hk-account-link:hover,
.bestseo-hk-account-link:focus {
    transform: translateY(-1px);
}

.bestseo-hk-account-link--header {
    background: rgba(13, 91, 168, 0.08);
    border: 1px solid rgba(13, 91, 168, 0.12);
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-account-link--footer {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.bestseo-hk-account-icon {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: currentColor;
}

.bestseo-hk-account-icon::before,
.bestseo-hk-account-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    border: 2px solid currentColor;
}

.bestseo-hk-account-icon::before {
    top: 1px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.bestseo-hk-account-icon::after {
    bottom: 1px;
    width: 16px;
    height: 9px;
    border-radius: 999px 999px 4px 4px;
    border-bottom-width: 2px;
}

.bestseo-hk-account-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bestseo-hk-account-label {
    color: inherit;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
    white-space: nowrap;
}

.bestseo-hk-account-meta {
    color: inherit;
    opacity: 0.72;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}


.bestseo-hk-quote-cart-link {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 8px 16px 8px 12px;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bestseo-hk-quote-cart-link:hover,
.bestseo-hk-quote-cart-link:focus {
    transform: translateY(-1px);
}

.bestseo-hk-quote-cart-link--header {
    background: rgba(13, 91, 168, 0.08);
    border: 1px solid rgba(13, 91, 168, 0.12);
    color: var(--bestseo-hk-blue);
}

.bestseo-hk-quote-cart-link--footer {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.bestseo-hk-quote-cart-icon {
    position: relative;
    flex: 0 0 auto;
    width: 16px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 3px 3px 5px 5px;
    box-sizing: border-box;
}

.bestseo-hk-quote-cart-icon::before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: -7px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.bestseo-hk-quote-cart-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bestseo-hk-quote-cart-label {
    color: inherit;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
    white-space: nowrap;
}

.bestseo-hk-quote-cart-meta {
    color: inherit;
    opacity: 0.72;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

.bestseo-hk-quote-cart-count {
    flex: 0 0 auto;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

.bestseo-hk-quote-cart-link--header .bestseo-hk-quote-cart-count {
    background: #ffffff;
    color: var(--bestseo-hk-blue);
    box-shadow: inset 0 0 0 1px rgba(13, 91, 168, 0.1);
}

.bestseo-hk-quote-cart-link--footer .bestseo-hk-quote-cart-count {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.bestseo-hk-footer-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.bestseo-hk-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    min-width: 48px;
    padding: 0 16px;
    border: 1px solid var(--bestseo-hk-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--bestseo-hk-ink);
    cursor: pointer;
}

.bestseo-hk-menu-toggle-box {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.bestseo-hk-menu-toggle-line {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.bestseo-hk-menu-toggle-label {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bestseo-hk-footer {
    position: relative;
    background: linear-gradient(180deg, #081225 0%, #0c1730 100%);
    color: rgba(255, 255, 255, 0.86);
    margin-top: 64px;
}

.bestseo-hk-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: var(--bestseo-hk-gradient);
}

.bestseo-hk-footer-cta {
    padding: 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bestseo-hk-footer-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
}

.bestseo-hk-footer-cta-copy h2 {
    margin: 8px 0 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
}

.bestseo-hk-footer-cta-copy p:last-child {
    margin: 0;
    max-width: 780px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.bestseo-hk-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.bestseo-hk-footer-main {
    padding: 40px 0 26px;
}

.bestseo-hk-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.45fr) repeat(5, minmax(0, 1fr));
    gap: 28px;
}

.bestseo-hk-footer-brand p {
    margin: 0 0 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

.bestseo-hk-footer-logo {
    display: inline-flex;
    width: min(240px, 100%);
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
}

.bestseo-hk-footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.bestseo-hk-footer-mini-links a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.bestseo-hk-footer-account-actions .bestseo-hk-btn--secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.bestseo-hk-footer-title {
    margin-bottom: 14px;
    color: #ffffff;
}

.bestseo-hk-footer-links a {
    color: rgba(255, 255, 255, 0.72);
}

.bestseo-hk-footer-bottom {
    padding: 18px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bestseo-hk-footer-bottom-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.bestseo-hk-footer-bottom-links,
.bestseo-hk-footer-credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.bestseo-hk-footer-bottom-links a,
.bestseo-hk-footer-credit span {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
}

.bestseo-hk-powered {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .bestseo-hk-quote-cart-meta,
    .bestseo-hk-account-meta {
        display: none;
    }

    .bestseo-hk-panel-layout--product {
        grid-template-columns: 1fr;
    }

    .bestseo-hk-panel-groups--four,
    .bestseo-hk-panel-groups--product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bestseo-hk-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bestseo-hk-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1080px) {
    .bestseo-hk-topbar {
        display: none;
    }

    .bestseo-hk-subtoggle,
    .bestseo-hk-nav-item--has-panel .bestseo-hk-chevron,
    .bestseo-hk-nav-item--has-panel .bestseo-hk-panel,
    .bestseo-hk-nav-item.is-open > .bestseo-hk-panel {
        display: none !important;
    }

    .bestseo-hk-mainbar-shell {
        grid-template-columns: auto minmax(92px, auto) auto;
        justify-content: space-between;
        min-height: 78px;
    }

    .bestseo-hk-header-actions {
        display: none;
    }

    .bestseo-hk-mobile-language-top {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot,
    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-shortcode-switcher__wrapper,
    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-shortcode-switcher {
        max-width: 112px;
        min-width: 0;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-current-language-item__wrapper {
        min-height: 42px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-language-item,
    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-language-item-name {
        font-size: 12px;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-switcher-dropdown-list {
        right: 0;
        left: auto;
        min-width: 150px;
    }

    .bestseo-hk-mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 14px 0 6px;
    }

    .bestseo-hk-mobile-actions .bestseo-hk-language-slot,
    .bestseo-hk-mobile-actions .bestseo-hk-language-slot .trp-shortcode-switcher__wrapper,
    .bestseo-hk-mobile-actions .bestseo-hk-language-slot .trp-shortcode-switcher {
        width: 100%;
    }

    .bestseo-hk-mobile-actions .bestseo-hk-language-slot .trp-current-language-item__wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bestseo-hk-mobile-actions .bestseo-hk-language-slot .trp-language-item,
    .bestseo-hk-mobile-actions .bestseo-hk-language-slot .trp-language-item-name {
        font-size: 13px;
    }

    .bestseo-hk-mobile-actions .bestseo-hk-btn--primary {
        order: -1;
    }

    .bestseo-hk-menu-toggle {
        display: inline-flex;
    }

    .bestseo-hk-nav {
        position: fixed;
        inset: calc(var(--bestseo-hk-admin-offset) + 78px) 0 auto 0;
        max-height: calc(100vh - calc(var(--bestseo-hk-admin-offset) + 78px));
        overflow: auto;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--bestseo-hk-border);
        box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    body.bestseo-hkkayu-hf-nav-open .bestseo-hk-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .bestseo-hk-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px 22px;
    }

    .bestseo-hk-nav-item {
        border-bottom: 1px solid var(--bestseo-hk-border);
    }

    .bestseo-hk-nav-link-wrap {
        justify-content: space-between;
        padding: 6px 0;
    }

    .bestseo-hk-nav-link {
        flex: 1 1 auto;
        justify-content: flex-start;
        gap: 0;
        padding: 14px 0;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-size: 15px;
    }

    .bestseo-hk-mobile-actions .bestseo-hk-quote-cart-link {
        width: 100%;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bestseo-hk-panel {
        position: static;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none !important;
        padding: 0;
    }

    .bestseo-hk-panel-layout,
    .bestseo-hk-panel-layout--capabilities,
    .bestseo-hk-panel-layout--silo,
    .bestseo-hk-panel-layout--resources {
        grid-template-columns: 1fr;
        padding: 16px;
        border-radius: 20px;
        box-shadow: none;
        border-color: rgba(15, 23, 42, 0.06);
    }

    .bestseo-hk-link-grid,
    .bestseo-hk-panel-groups--two,
    .bestseo-hk-panel-groups--four,
    .bestseo-hk-panel-groups--product {
        grid-template-columns: 1fr;
    }

    .bestseo-hk-chevron {
        display: none;
    }

    .bestseo-hk-footer-cta-shell,
    .bestseo-hk-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bestseo-hk-footer-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .bestseo-hk-shell {
        width: min(calc(100% - 24px), var(--bestseo-hk-shell));
    }

    .bestseo-hk-mainbar-shell {
        min-height: 72px;
        gap: 10px;
    }

    .bestseo-hk-logo img {
        max-height: 54px;
        max-width: min(100%, 168px);
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-current-language-item__wrapper {
        min-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-language-item,
    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-language-item-name {
        font-size: 11px;
    }

    .bestseo-hk-nav {
        inset: calc(var(--bestseo-hk-admin-offset) + 72px) 0 auto 0;
        max-height: calc(100vh - calc(var(--bestseo-hk-admin-offset) + 72px));
    }

    .bestseo-hk-btn,
    .bestseo-hk-nav-link--button,
    .bestseo-hk-mobile-actions .bestseo-hk-quote-cart-link {
        width: 100%;
    }

    .bestseo-hk-panel-intro h3,
    .bestseo-hk-footer-cta-copy h2 {
        font-size: 24px;
    }

    .bestseo-hk-footer-cta-shell,
    .bestseo-hk-footer-grid,
    .bestseo-hk-footer-bottom-shell {
        grid-template-columns: 1fr;
    }

    .bestseo-hk-footer-bottom-shell,
    .bestseo-hk-footer-bottom-links,
    .bestseo-hk-footer-credit {
        justify-content: flex-start;
    }

    .bestseo-hk-footer-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.bestseo-hk-header .bestseo-hk-topbar,
.bestseo-hk-header .bestseo-hk-topbar-copy,
.bestseo-hk-header .bestseo-hk-topbar-links a,
.bestseo-hk-header .bestseo-hk-nav-link,
.bestseo-hk-header .bestseo-hk-logo,
.bestseo-hk-header .bestseo-hk-menu-toggle {
    opacity: 1 !important;
}

.bestseo-hk-header .bestseo-hk-topbar-links a:hover,
.bestseo-hk-header .bestseo-hk-topbar-links a:focus {
    color: var(--bestseo-hk-blue);
}

@media (min-width: 1081px) {
    .bestseo-hk-nav {
        overflow: visible;
    }

    .bestseo-hk-nav-list {
        flex-wrap: nowrap;
    }

    .bestseo-hk-nav-item--has-panel .bestseo-hk-nav-link-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 24px;
    }
}


.bestseo-hk-header,
.bestseo-hk-header .bestseo-hk-topbar,
.bestseo-hk-header .bestseo-hk-mainbar {
    background: #ffffff !important;
}

.bestseo-hk-header .bestseo-hk-topbar {
    box-shadow: inset 0 -1px 0 rgba(11, 23, 52, 0.06);
}

.bestseo-hk-header .bestseo-hk-mainbar {
    box-shadow: none;
}

.bestseo-hk-header .bestseo-hk-nav-link {
    font-family: inherit;
}

/* Footer contrast hardening for Flatsome */
.bestseo-hk-footer,
.bestseo-hk-footer section,
.bestseo-hk-footer .bestseo-hk-shell {
    position: relative;
    z-index: 1;
}

.bestseo-hk-footer-cta-shell {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.bestseo-hk-footer-grid {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.bestseo-hk-footer-bottom-shell {
    padding-top: 2px;
}

.bestseo-hk-footer .bestseo-hk-panel-eyebrow {
    color: #7dc5ff !important;
}

.bestseo-hk-footer .bestseo-hk-footer-cta-copy h2,
.bestseo-hk-footer .bestseo-hk-footer-title,
.bestseo-hk-footer .bestseo-hk-footer-mini-links a,
.bestseo-hk-footer .bestseo-hk-footer-bottom-links a,
.bestseo-hk-footer .bestseo-hk-powered,
.bestseo-hk-footer .bestseo-hk-footer-credit span {
    color: #ffffff !important;
    opacity: 1 !important;
}

.bestseo-hk-footer .bestseo-hk-footer-cta-copy p,
.bestseo-hk-footer .bestseo-hk-footer-brand p,
.bestseo-hk-footer .bestseo-hk-footer-links a {
    color: rgba(255, 255, 255, 0.84) !important;
    opacity: 1 !important;
}

.bestseo-hk-footer .bestseo-hk-footer-links a:hover,
.bestseo-hk-footer .bestseo-hk-footer-mini-links a:hover,
.bestseo-hk-footer .bestseo-hk-footer-bottom-links a:hover,
.bestseo-hk-footer .bestseo-hk-footer-title:hover {
    color: #8bc9ff !important;
}

.bestseo-hk-footer .bestseo-hk-btn--secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.bestseo-hk-footer .bestseo-hk-btn--secondary:hover,
.bestseo-hk-footer .bestseo-hk-btn--secondary:focus {
    background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1080px) {
    .bestseo-hk-footer-cta-shell,
    .bestseo-hk-footer-grid {
        padding: 24px;
    }
}

@media (max-width: 760px) {
    .bestseo-hk-footer-cta-shell,
    .bestseo-hk-footer-grid {
        padding: 20px;
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .bestseo-hk-mainbar-shell {
        gap: 8px;
    }

    .bestseo-hk-logo img {
        max-width: 142px;
    }

    .bestseo-hk-menu-toggle {
        padding: 0 12px;
    }

    .bestseo-hk-menu-toggle-label {
        font-size: 11px;
    }

    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-shortcode-switcher__wrapper,
    .bestseo-hk-mobile-language-top .bestseo-hk-language-slot .trp-shortcode-switcher {
        max-width: 96px;
    }
}

/* v1.1.3: desktop width and wrapped menu protection */
.bestseo-hk-header .bestseo-hk-shell {
    width: calc(100% - 48px);
    max-width: none;
}

@media (min-width: 1081px) {
    .bestseo-hk-mainbar-shell {
        grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) max-content;
        gap: 10px 14px;
    }

    .bestseo-hk-logo img {
        max-width: 220px;
    }

    .bestseo-hk-nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px 0;
    }

    .bestseo-hk-nav-link {
        min-height: 38px;
        padding: 7px 8px;
        font-size: clamp(10px, 0.72vw, 11.5px);
    }

    .bestseo-hk-header-actions {
        gap: 8px;
    }

    .bestseo-hk-header-actions .bestseo-hk-btn {
        min-height: 44px;
        padding-left: 18px;
        padding-right: 18px;
        white-space: nowrap;
    }

    .bestseo-hk-quote-cart-link--header,
    .bestseo-hk-account-link--header {
        min-height: 44px;
        padding-right: 12px;
    }

    .bestseo-hk-language-slot .trp-current-language-item__wrapper {
        min-height: 44px;
    }
}

@media (min-width: 1081px) and (max-width: 1520px) {
    :root {
        --bestseo-hk-header-height: 166px;
    }

    .bestseo-hk-mainbar-shell {
        display: grid;
        grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) max-content;
        grid-template-areas:
            "logo spacer actions"
            "nav nav nav";
        align-items: center;
        gap: 8px 18px;
        min-height: auto;
        padding: 10px 0 8px;
    }

    .bestseo-hk-logo {
        grid-area: logo;
        align-self: center;
        padding: 0;
    }

    .bestseo-hk-logo img {
        max-height: 62px;
        max-width: 218px;
    }

    .bestseo-hk-nav {
        grid-area: nav;
        width: 100%;
        padding-top: 7px;
        border-top: 1px solid rgba(11, 23, 52, 0.07);
    }

    .bestseo-hk-header-actions {
        grid-area: actions;
        align-self: center;
    }

    .bestseo-hk-nav-list {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 3px;
        column-gap: 2px;
    }

    .bestseo-hk-nav-link {
        min-height: 34px;
        padding: 6px 10px;
        font-size: 11px;
    }
}

@media (min-width: 1081px) and (max-width: 1220px) {
    :root {
        --bestseo-hk-header-height: 174px;
    }

    .bestseo-hk-mainbar-shell {
        grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) max-content;
        gap: 8px 12px;
    }

    .bestseo-hk-logo img {
        max-height: 56px;
        max-width: 186px;
    }

    .bestseo-hk-header-actions {
        gap: 8px;
    }

    .bestseo-hk-header-actions .bestseo-hk-btn {
        min-height: 42px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }

    .bestseo-hk-quote-cart-link--header,
    .bestseo-hk-account-link--header {
        min-height: 42px;
        gap: 8px;
        padding: 7px 10px;
    }

    .bestseo-hk-quote-cart-label,
    .bestseo-hk-account-label {
        font-size: 12px;
    }

    .bestseo-hk-language-slot .trp-current-language-item__wrapper {
        min-height: 42px;
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (max-width: 1080px) {
    .bestseo-hk-header .bestseo-hk-shell {
        width: min(calc(100% - 24px), var(--bestseo-hk-shell));
    }
}


/* v1.1.4: account action and uppercase menu alignment */
.bestseo-hk-header-actions .bestseo-hk-account-link,
.bestseo-hk-header-actions .bestseo-hk-quote-cart-link,
.bestseo-hk-header-actions .bestseo-hk-btn,
.bestseo-hk-header-actions .bestseo-hk-language-slot {
    flex: 0 0 auto;
}

@media (min-width: 1081px) and (max-width: 1360px) {
    .bestseo-hk-account-link--header,
    .bestseo-hk-quote-cart-link--header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bestseo-hk-header-actions .bestseo-hk-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}
