:root {
--bhs-navy: #0b2447;
--bhs-navy-2: #103466;
--bhs-blue: #1e5eff;
--bhs-blue-d: #1748c8;
--bhs-emer: #00b574;
--bhs-emer-d: #029a64;
--bhs-amber: #ffb020;
--bhs-ink: #0f1b2d;
--bhs-text: #2b3a4f;
--bhs-muted: #64748b;
--bhs-line: #e4ebf5;
--bhs-mist: #eef4ff;
--bhs-bg: #ffffff;
--bhs-soft: #f5f8ff;
--bhs-white: #fff;
--bhs-radius: 16px;
--bhs-radius-sm: 10px;
--bhs-shadow: 0 18px 40px -24px rgba(11, 36, 71, .35);
--bhs-shadow-sm: 0 6px 20px -12px rgba(11, 36, 71, .35);
--bhs-container: 1200px;
--bhs-font: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
--bhs-trans: .25s ease;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: var(--bhs-font);
color: var(--bhs-text);
background: var(--bhs-bg);
line-height: 1.65;
font-size: 16px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bhs-blue); text-decoration: none; transition: color var(--bhs-trans); }
a:hover { color: var(--bhs-blue-d); }
h1, h2, h3, h4 { color: var(--bhs-ink); line-height: 1.25; font-weight: 800; margin: 0 0 .5em; }
p { margin: 0 0 1.1em; }
.bhs-container { width: 100%; max-width: var(--bhs-container); margin: 0 auto; padding: 0 20px; }
.screen-reader-text {
position: absolute !important; clip: rect(1px, 1px, 1px, 1px);
width: 1px; height: 1px; overflow: hidden; word-wrap: normal;
}
.bhs-skip-link { position: absolute; left: -9999px; z-index: 1000; }
.bhs-skip-link:focus { left: 16px; top: 12px; background: var(--bhs-white); padding: 10px 16px; border-radius: 8px; box-shadow: var(--bhs-shadow); }
.bhs-muted { color: var(--bhs-muted); }
.bhs-btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .95rem;
border: 2px solid transparent; cursor: pointer; transition: var(--bhs-trans);
line-height: 1.1; text-align: center;
}
.bhs-btn svg { flex: none; }
.bhs-btn-primary { background: var(--bhs-blue); color: #fff; box-shadow: 0 10px 24px -12px rgba(30, 94, 255, .7); }
.bhs-btn-primary:hover { background: var(--bhs-blue-d); color: #fff; transform: translateY(-1px); }
.bhs-btn-ghost { background: transparent; border-color: var(--bhs-line); color: var(--bhs-ink); }
.bhs-btn-ghost:hover { border-color: var(--bhs-blue); color: var(--bhs-blue); }
.bhs-btn-light { background: #fff; color: var(--bhs-navy); }
.bhs-btn-light:hover { background: var(--bhs-mist); color: var(--bhs-navy); transform: translateY(-1px); }
.bhs-btn-ghost-light { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .55); color: #fff; }
.bhs-btn-ghost-light:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.bhs-btn-block { display: flex; width: 100%; }
.bhs-btn-lg { padding: 15px 30px; font-size: 1rem; }
.bhs-section { padding: 72px 0; }
.bhs-section-head { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.bhs-section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; text-align: left; }
.bhs-kicker { display: inline-block; color: var(--bhs-blue); font-weight: 800; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.bhs-section-title { font-size: clamp(1.5rem, 1rem + 2vw, 2.25rem); }
.bhs-section-sub { color: var(--bhs-muted); font-size: 1.05rem; margin: 0; }
.bhs-grid { display: grid; gap: 24px; }
.bhs-grid-2 { grid-template-columns: repeat(2, 1fr); }
.bhs-grid-3 { grid-template-columns: repeat(3, 1fr); }
.bhs-topbar { background: var(--bhs-navy); color: #cdd9f0; font-size: .85rem; }
.bhs-topbar a { color: #cdd9f0; display: inline-flex; align-items: center; gap: 6px; }
.bhs-topbar a:hover { color: #fff; }
.bhs-topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 42px; gap: 16px; }
.bhs-topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.bhs-topbar-right { display: flex; align-items: center; gap: 18px; }
.bhs-topbar-note { display: inline-flex; align-items: center; gap: 6px; }
.bhs-topbar-cta { background: var(--bhs-emer); color: #fff !important; padding: 5px 14px; border-radius: 999px; font-weight: 700; }
.bhs-topbar-cta:hover { background: var(--bhs-emer-d); }
.bhs-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--bhs-line); transition: box-shadow var(--bhs-trans); }
.bhs-header.is-stuck { box-shadow: var(--bhs-shadow-sm); }
.bhs-header-inner { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.bhs-branding img, .custom-logo { max-height: 52px; width: auto; }
.bhs-nav { margin-left: auto; }
.bhs-menu { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.bhs-menu li { position: relative; }
.bhs-menu a { display: block; padding: 10px 14px; color: var(--bhs-ink); font-weight: 600; border-radius: 8px; }
.bhs-menu a:hover, .bhs-menu .current-menu-item > a, .bhs-menu .current_page_item > a { color: var(--bhs-blue); background: var(--bhs-mist); }
.bhs-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border: 1px solid var(--bhs-line); border-radius: 12px; box-shadow: var(--bhs-shadow); padding: 8px; list-style: none; margin: 8px 0 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: var(--bhs-trans); z-index: 20; }
.bhs-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.bhs-header-actions { display: flex; align-items: center; gap: 10px; }
.bhs-search-toggle, .bhs-menu-toggle { background: var(--bhs-soft); border: 1px solid var(--bhs-line); color: var(--bhs-ink); width: 44px; height: 44px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--bhs-trans); }
.bhs-search-toggle:hover, .bhs-menu-toggle:hover { border-color: var(--bhs-blue); color: var(--bhs-blue); }
.bhs-menu-toggle { display: none; }
.bhs-search-panel { border-top: 1px solid var(--bhs-line); padding: 16px 0; background: #fff; }
.bhs-searchform { display: flex; gap: 8px; max-width: 540px; }
.bhs-search-input { flex: 1; padding: 12px 16px; border: 1px solid var(--bhs-line); border-radius: 10px; font-size: 1rem; font-family: inherit; }
.bhs-search-input:focus { outline: none; border-color: var(--bhs-blue); box-shadow: 0 0 0 3px rgba(30, 94, 255, .12); }
.bhs-search-submit { background: var(--bhs-blue); color: #fff; border: 0; border-radius: 10px; padding: 0 16px; cursor: pointer; display: inline-flex; align-items: center; }
.bhs-search-submit:hover { background: var(--bhs-blue-d); }
.bhs-hero { position: relative; overflow: hidden; }
.bhs-hero-track { position: relative; }
.bhs-hero-slide { display: none; min-height: 560px; background-size: cover; background-position: center; align-items: center; padding: 64px 0; }
.bhs-hero-slide.is-active { display: flex; animation: bhsFade .6s ease; }
@keyframes bhsFade { from { opacity: .35; } to { opacity: 1; } }
.bhs-hero-copy { max-width: 620px; color: #fff; }
.bhs-hero-kicker { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 181, 116, .18); color: #7ff0c4; border: 1px solid rgba(0, 181, 116, .4); padding: 7px 16px; border-radius: 999px; font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.bhs-hero-title { color: #fff; font-size: clamp(2rem, 1.2rem + 3.4vw, 3.4rem); margin: 20px 0 16px; line-height: 1.12; }
.bhs-hero-desc { color: #d4e0f5; font-size: 1.15rem; margin-bottom: 26px; }
.bhs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.bhs-hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 0; }
.bhs-hero-points li { display: inline-flex; align-items: center; gap: 8px; color: #eaf1ff; font-weight: 600; font-size: .95rem; }
.bhs-hero-points svg { color: var(--bhs-emer); }
.bhs-hero-dots { position: absolute; bottom: 22px; left: 0; right: 0; display: flex; justify-content: center; gap: 10px; }
.bhs-hero-dot { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .4); cursor: pointer; transition: var(--bhs-trans); }
.bhs-hero-dot.is-active { background: #fff; width: 28px; border-radius: 999px; }
.bhs-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .4); background: rgba(11, 36, 71, .35); color: #fff; cursor: pointer; display: none; align-items: center; justify-content: center; transition: var(--bhs-trans); }
.bhs-hero-arrow:hover { background: var(--bhs-blue); border-color: var(--bhs-blue); }
.bhs-hero-prev { left: 24px; }
.bhs-hero-next { right: 24px; }
.bhs-trust { background: var(--bhs-soft); padding: 36px 0; border-bottom: 1px solid var(--bhs-line); }
.bhs-trust-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bhs-trust-badge { display: flex; gap: 14px; align-items: center; }
.bhs-trust-ic { flex: none; width: 52px; height: 52px; border-radius: 14px; background: #fff; color: var(--bhs-blue); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--bhs-shadow-sm); }
.bhs-trust-badge strong { display: block; color: var(--bhs-ink); font-size: 1rem; }
.bhs-trust-badge span { color: var(--bhs-muted); font-size: .9rem; }
.bhs-partners { margin-top: 30px; padding-top: 26px; border-top: 1px dashed var(--bhs-line); text-align: center; }
.bhs-partners-label { display: block; color: var(--bhs-muted); font-size: .9rem; margin-bottom: 16px; }
.bhs-partners-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; }
.bhs-partners-logos img { height: 46px; width: auto; opacity: .7; filter: grayscale(1); transition: var(--bhs-trans); }
.bhs-partners-logos img:hover { opacity: 1; filter: grayscale(0); }
.bhs-partner-name { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.05rem; letter-spacing: .01em; color: #8a99b3; transition: var(--bhs-trans); }
.bhs-partner-name svg { color: #b3c0d6; }
.bhs-partner-name:hover { color: var(--bhs-navy); }
.bhs-partner-name:hover svg { color: var(--bhs-blue); }
.bhs-services { background: #fff; }
.bhs-service-card { display: block; background: #fff; border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); padding: 28px; transition: var(--bhs-trans); height: 100%; }
.bhs-service-card:hover { transform: translateY(-4px); box-shadow: var(--bhs-shadow); border-color: transparent; }
.bhs-service-ic { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(135deg, var(--bhs-blue), var(--bhs-navy-2)); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.bhs-service-card:nth-child(2n) .bhs-service-ic { background: linear-gradient(135deg, var(--bhs-emer), #0a8f5e); }
.bhs-service-card:nth-child(3n) .bhs-service-ic { background: linear-gradient(135deg, var(--bhs-amber), #e0890d); }
.bhs-service-title { font-size: 1.2rem; margin-bottom: 8px; }
.bhs-service-desc { color: var(--bhs-muted); margin-bottom: 16px; }
.bhs-service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--bhs-blue); font-weight: 700; font-size: .92rem; }
.bhs-service-card:hover .bhs-service-link { gap: 10px; }
.bhs-stats { background: var(--bhs-navy); background-size: cover; background-position: center; padding: 58px 0; color: #fff; }
.bhs-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.bhs-stat-num { font-size: clamp(1.8rem, 1rem + 2.5vw, 2.8rem); font-weight: 800; color: #fff; }
.bhs-stat-num::after { content: ""; display: block; width: 40px; height: 3px; border-radius: 3px; background: var(--bhs-emer); margin: 12px auto 10px; }
.bhs-stat-label { color: #bcd0f0; font-weight: 600; }
.bhs-process { background: var(--bhs-soft); }
.bhs-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.bhs-step { position: relative; background: #fff; border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); padding: 28px 24px; }
.bhs-step-num { font-size: 1.1rem; font-weight: 800; color: #fff; background: var(--bhs-blue); width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bhs-step:nth-child(2) .bhs-step-num { background: var(--bhs-emer); }
.bhs-step:nth-child(3) .bhs-step-num { background: var(--bhs-amber); }
.bhs-step:nth-child(4) .bhs-step-num { background: var(--bhs-navy); }
.bhs-step-title { font-size: 1.1rem; margin-bottom: 6px; }
.bhs-step-desc { color: var(--bhs-muted); margin: 0; font-size: .96rem; }
.bhs-process-cta { text-align: center; margin-top: 36px; }
.bhs-why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.bhs-why-media { position: relative; }
.bhs-why-media img { border-radius: var(--bhs-radius); box-shadow: var(--bhs-shadow); }
.bhs-why-badge { position: absolute; right: -10px; bottom: -18px; background: #fff; border-radius: 14px; box-shadow: var(--bhs-shadow); padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.bhs-why-badge svg { color: var(--bhs-amber); }
.bhs-why-badge strong { display: block; color: var(--bhs-ink); }
.bhs-why-badge span { color: var(--bhs-muted); font-size: .85rem; }
.bhs-why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px 0 28px; }
.bhs-why-item { display: flex; gap: 14px; }
.bhs-why-ic { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--bhs-mist); color: var(--bhs-blue); display: inline-flex; align-items: center; justify-content: center; }
.bhs-why-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.bhs-why-item p { color: var(--bhs-muted); font-size: .94rem; margin: 0; }
.bhs-testimonials { background: #fff; }
.bhs-quote { margin: 0; background: var(--bhs-soft); border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); padding: 28px; }
.bhs-quote-stars { display: flex; gap: 2px; color: var(--bhs-amber); margin-bottom: 14px; }
.bhs-quote blockquote { margin: 0 0 18px; font-size: 1.04rem; color: var(--bhs-text); }
.bhs-quote figcaption { display: flex; align-items: center; gap: 12px; }
.bhs-quote-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--bhs-blue), var(--bhs-navy)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.bhs-quote-who strong { display: block; color: var(--bhs-ink); }
.bhs-quote-who span { color: var(--bhs-muted); font-size: .86rem; }
.bhs-faq { background: var(--bhs-soft); }
.bhs-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.bhs-faq-intro .bhs-section-title { text-align: left; }
.bhs-accordion { display: flex; flex-direction: column; gap: 12px; }
.bhs-acc-item { background: #fff; border: 1px solid var(--bhs-line); border-radius: 12px; overflow: hidden; }
.bhs-acc-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; background: none; border: 0; cursor: pointer; font-weight: 700; font-size: 1rem; color: var(--bhs-ink); text-align: left; font-family: inherit; }
.bhs-acc-icon { position: relative; flex: none; width: 18px; height: 18px; }
.bhs-acc-icon::before, .bhs-acc-icon::after { content: ""; position: absolute; background: var(--bhs-blue); border-radius: 2px; transition: var(--bhs-trans); }
.bhs-acc-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.bhs-acc-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.bhs-acc-item.is-open .bhs-acc-icon::after { transform: scaleY(0); }
.bhs-acc-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.bhs-acc-a p { padding: 0 22px 20px; margin: 0; color: var(--bhs-muted); }
.bhs-acc-item.is-open .bhs-acc-a { max-height: 320px; }
.bhs-latest { background: #fff; }
.bhs-card { background: #fff; border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); overflow: hidden; display: flex; flex-direction: column; transition: var(--bhs-trans); height: 100%; }
.bhs-card:hover { transform: translateY(-4px); box-shadow: var(--bhs-shadow); border-color: transparent; }
.bhs-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.bhs-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bhs-card:hover .bhs-card-media img { transform: scale(1.05); }
.bhs-card-cat { position: absolute; top: 12px; left: 12px; background: rgba(11, 36, 71, .86); color: #fff; font-size: .76rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.bhs-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.bhs-card-meta { color: var(--bhs-muted); font-size: .82rem; margin-bottom: 8px; }
.bhs-card-title { font-size: 1.15rem; line-height: 1.35; margin-bottom: 10px; }
.bhs-card-title a { color: var(--bhs-ink); }
.bhs-card-title a:hover { color: var(--bhs-blue); }
.bhs-card-excerpt { color: var(--bhs-muted); font-size: .94rem; margin-bottom: 16px; flex: 1; }
.bhs-card-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; color: var(--bhs-blue); }
.bhs-card:hover .bhs-card-more { gap: 10px; }
.bhs-content { min-height: 40vh; }
.bhs-layout { padding: 48px 20px 64px; display: grid; gap: 40px; }
.bhs-layout-sidebar { grid-template-columns: minmax(0, 1fr) 320px; }
.bhs-main-wide { max-width: 860px; margin: 0 auto; width: 100%; }
.bhs-page-head { margin-bottom: 28px; }
.bhs-page-title { font-size: clamp(1.6rem, 1rem + 2vw, 2.2rem); }
.bhs-page-sub { color: var(--bhs-muted); font-size: 1.05rem; }
.bhs-breadcrumb { background: var(--bhs-soft); border-bottom: 1px solid var(--bhs-line); font-size: .88rem; }
.bhs-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 14px 0; align-items: center; }
.bhs-breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: var(--bhs-muted); }
.bhs-breadcrumb li:not(:last-child)::after { content: "/"; color: var(--bhs-line); }
.bhs-breadcrumb a { color: var(--bhs-muted); }
.bhs-breadcrumb a:hover { color: var(--bhs-blue); }
.bhs-breadcrumb [aria-current="page"] { color: var(--bhs-ink); font-weight: 600; }
.bhs-page-hero { background: var(--bhs-navy); background-size: cover; background-position: center; color: #fff; padding: 64px 0; text-align: center; }
.bhs-page-hero-title { color: #fff; font-size: clamp(1.8rem, 1.1rem + 2.6vw, 2.8rem); }
.bhs-page-hero-sub { color: #cdd9f0; margin: 0; }
.bhs-cat-hero { background: var(--bhs-navy); background-size: cover; background-position: center; color: #fff; padding: 66px 0; }
.bhs-cat-kicker { color: #7ff0c4; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; }
.bhs-cat-title { color: #fff; font-size: clamp(1.8rem, 1.1rem + 2.6vw, 2.8rem); margin: 10px 0; }
.bhs-cat-desc { color: #d4e0f5; max-width: 720px; font-size: 1.05rem; }
.bhs-cat-count { color: #9db8e6; font-weight: 600; margin: 8px 0 0; }
.bhs-entry-content { font-size: 1.06rem; color: var(--bhs-text); }
.bhs-entry-content h2 { font-size: 1.5rem; margin: 1.6em 0 .5em; }
.bhs-entry-content h3 { font-size: 1.22rem; margin: 1.4em 0 .4em; }
.bhs-entry-content ul, .bhs-entry-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.bhs-entry-content li { margin-bottom: .5em; }
.bhs-entry-content img { border-radius: 12px; margin: 1.2em 0; }
.bhs-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.bhs-entry-content blockquote { border-left: 4px solid var(--bhs-blue); background: var(--bhs-soft); margin: 1.4em 0; padding: 16px 22px; border-radius: 0 12px 12px 0; color: var(--bhs-ink); }
.bhs-entry-content table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .96rem; overflow: hidden; border-radius: 12px; }
.bhs-entry-content th, .bhs-entry-content td { border: 1px solid var(--bhs-line); padding: 12px 14px; text-align: left; }
.bhs-entry-content thead th { background: var(--bhs-navy); color: #fff; }
.bhs-entry-content tbody tr:nth-child(even) { background: var(--bhs-soft); }
.bhs-single-head { margin-bottom: 24px; }
.bhs-single-cat { display: inline-block; background: var(--bhs-mist); color: var(--bhs-blue); font-weight: 700; font-size: .82rem; padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; }
.bhs-single-title { font-size: clamp(1.7rem, 1.1rem + 2.4vw, 2.5rem); }
.bhs-post-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--bhs-muted); font-size: .9rem; }
.bhs-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.bhs-meta-item a { color: var(--bhs-muted); }
.bhs-meta-item a:hover { color: var(--bhs-blue); }
.bhs-single-thumb { margin: 0 0 26px; border-radius: var(--bhs-radius); overflow: hidden; }
.bhs-single-thumb img { width: 100%; }
.bhs-single-lead { font-size: 1.18rem; color: var(--bhs-ink); font-weight: 500; border-left: 4px solid var(--bhs-emer); padding-left: 18px; margin-bottom: 26px; }
.bhs-single-foot { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--bhs-line); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.bhs-tags span, .bhs-share span { color: var(--bhs-muted); margin-right: 6px; }
.bhs-tags a, .bhs-share a { display: inline-block; background: var(--bhs-soft); border: 1px solid var(--bhs-line); padding: 5px 12px; border-radius: 999px; font-size: .85rem; margin: 0 4px 4px 0; }
.bhs-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px 0; }
.bhs-post-nav .nav-links { display: contents; }
.bhs-post-nav a { display: block; background: #fff; border: 1px solid var(--bhs-line); border-radius: 12px; padding: 16px 20px; transition: var(--bhs-trans); }
.bhs-post-nav a:hover { border-color: var(--bhs-blue); box-shadow: var(--bhs-shadow-sm); }
.bhs-post-nav .nav-next a { text-align: right; }
.bhs-navlabel { display: inline-flex; align-items: center; gap: 6px; color: var(--bhs-blue); font-weight: 700; font-size: .82rem; }
.bhs-navtitle { display: block; color: var(--bhs-ink); font-weight: 600; margin-top: 4px; }
.bhs-related { margin-top: 44px; }
.bhs-related .bhs-section-title { font-size: 1.4rem; margin-bottom: 22px; }
.bhs-sidebar .widget { background: #fff; border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); padding: 22px; margin-bottom: 24px; }
.bhs-sidebar .widget-title { font-size: 1.05rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--bhs-mist); position: relative; }
.bhs-sidebar .widget-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 48px; height: 2px; background: var(--bhs-blue); }
.bhs-sidebar ul { list-style: none; margin: 0; padding: 0; }
.bhs-sidebar .widget_categories li, .bhs-sidebar .widget_categories a { display: flex; justify-content: space-between; gap: 8px; }
.bhs-sidebar .widget_categories li { padding: 8px 0; border-bottom: 1px dashed var(--bhs-line); color: var(--bhs-muted); }
.bhs-sidebar .widget_categories li:last-child { border-bottom: 0; }
.bhs-recent-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--bhs-line); }
.bhs-recent-item:last-child { border-bottom: 0; }
.bhs-recent-thumb { flex: none; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; }
.bhs-recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bhs-recent-body a { font-weight: 600; color: var(--bhs-ink); font-size: .95rem; line-height: 1.4; display: block; }
.bhs-recent-body a:hover { color: var(--bhs-blue); }
.bhs-recent-body time { color: var(--bhs-muted); font-size: .8rem; }
.bhs-widget-cta { background: linear-gradient(135deg, var(--bhs-navy), var(--bhs-navy-2)) !important; color: #fff; border: 0 !important; }
.bhs-widget-cta .widget-title { color: #fff; border-color: rgba(255, 255, 255, .2); }
.bhs-widget-cta .widget-title::after { background: var(--bhs-emer); }
.bhs-widget-cta p { color: #cdd9f0; font-size: .94rem; }
.bhs-pagination { margin-top: 40px; }
.bhs-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.bhs-pagination .page-numbers { display: inline-flex; align-items: center; gap: 4px; min-width: 44px; height: 44px; padding: 0 14px; justify-content: center; border: 1px solid var(--bhs-line); border-radius: 10px; color: var(--bhs-ink); font-weight: 600; background: #fff; }
.bhs-pagination .page-numbers.current { background: var(--bhs-blue); color: #fff; border-color: var(--bhs-blue); }
.bhs-pagination a.page-numbers:hover { border-color: var(--bhs-blue); color: var(--bhs-blue); }
.bhs-cta-strip { background: linear-gradient(120deg, var(--bhs-blue), var(--bhs-navy)); color: #fff; }
.bhs-cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 40px 0; flex-wrap: wrap; }
.bhs-cta-strip h2 { color: #fff; margin-bottom: 6px; font-size: 1.5rem; }
.bhs-cta-strip p { color: #d4e0f5; margin: 0; }
.bhs-cta-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bhs-home-cta-box { border-radius: 24px; background: var(--bhs-blue); background-size: cover; background-position: center; color: #fff; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.bhs-home-cta-copy h2 { color: #fff; font-size: clamp(1.5rem, 1rem + 1.6vw, 2rem); }
.bhs-home-cta-copy p { color: #dbe6ff; margin: 0; max-width: 560px; }
.bhs-home-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bhs-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; margin-top: 8px; }
.bhs-contact-list { list-style: none; padding: 0; margin: 0 0 16px; }
.bhs-contact-list li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--bhs-line); color: var(--bhs-text); }
.bhs-contact-list svg { flex: none; color: var(--bhs-blue); margin-top: 2px; }
.bhs-contact-form-wrap { background: var(--bhs-soft); border: 1px solid var(--bhs-line); border-radius: var(--bhs-radius); padding: 28px; }
.bhs-field { margin-bottom: 16px; }
.bhs-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; color: var(--bhs-ink); }
.bhs-field input, .bhs-field select, .bhs-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--bhs-line); border-radius: 10px; font-family: inherit; font-size: 1rem; background: #fff; }
.bhs-field input:focus, .bhs-field select:focus, .bhs-field textarea:focus { outline: none; border-color: var(--bhs-blue); box-shadow: 0 0 0 3px rgba(30, 94, 255, .12); }
.bhs-form-note { margin: 14px 0 0; font-size: .88rem; }
.bhs-empty { text-align: center; padding: 48px 20px; background: #fff; border: 1px dashed var(--bhs-line); border-radius: var(--bhs-radius); color: var(--bhs-muted); }
.bhs-empty svg { color: var(--bhs-blue); margin-bottom: 12px; }
.bhs-empty-cats, .bhs-404-cat-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.bhs-chip, .bhs-404-cat-list a { background: var(--bhs-mist); color: var(--bhs-blue); padding: 7px 16px; border-radius: 999px; font-weight: 600; font-size: .9rem; }
.bhs-chip:hover, .bhs-404-cat-list a:hover { background: var(--bhs-blue); color: #fff; }
.bhs-404 { padding: 72px 20px; text-align: center; }
.bhs-404-inner { max-width: 640px; margin: 0 auto; }
.bhs-404-code { font-size: clamp(4rem, 2rem + 10vw, 8rem); font-weight: 900; line-height: 1; background: linear-gradient(135deg, var(--bhs-blue), var(--bhs-emer)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bhs-404-title { font-size: 1.8rem; margin: 8px 0 12px; }
.bhs-404-sub { color: var(--bhs-muted); }
.bhs-404-search { max-width: 480px; margin: 24px auto; }
.bhs-404-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bhs-404-cats { margin-top: 40px; }
.bhs-404-cats h2 { font-size: 1.2rem; }
.bhs-footer { background: var(--bhs-navy); color: #b9c8e2; }
.bhs-footer-top { display: grid; grid-template-columns: 1.3fr 2fr; gap: 48px; padding: 56px 20px 40px; }
.bhs-footer-brand img { margin-bottom: 18px; }
.bhs-footer-desc { color: #9db0d2; font-size: .95rem; }
.bhs-footer-contact { list-style: none; padding: 0; margin: 18px 0 0; }
.bhs-footer-contact li { display: flex; gap: 10px; margin-bottom: 10px; color: #b9c8e2; }
.bhs-footer-contact svg { flex: none; color: var(--bhs-emer); margin-top: 2px; }
.bhs-footer-contact a { color: #b9c8e2; }
.bhs-footer-contact a:hover { color: #fff; }
.bhs-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bhs-footer-col .widget-title, .bhs-footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.bhs-footer-col ul { list-style: none; padding: 0; margin: 0; }
.bhs-footer-col li { margin-bottom: 10px; }
.bhs-footer-col a { color: #b9c8e2; }
.bhs-footer-col a:hover { color: #fff; padding-left: 4px; }
.bhs-footer-hours { display: flex; align-items: center; gap: 8px; color: #b9c8e2; }
.bhs-social { display: flex; gap: 10px; margin: 14px 0; }
.bhs-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .08); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: .82rem; }
.bhs-social a:hover { background: var(--bhs-emer); }
.bhs-footer-note { color: #8095b8; font-size: .82rem; margin-top: 10px; }
.bhs-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.bhs-footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; flex-wrap: wrap; font-size: .85rem; color: #8095b8; }
.bhs-footer-bottom-inner p { margin: 0; }
.bhs-totop { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--bhs-blue); color: #fff; cursor: pointer; box-shadow: var(--bhs-shadow); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(12px); transition: var(--bhs-trans); z-index: 90; }
.bhs-totop.is-visible { opacity: 1; transform: translateY(0); }
.bhs-totop:hover { background: var(--bhs-blue-d); }
@media (max-width: 1024px) {
.bhs-layout-sidebar { grid-template-columns: 1fr; }
.bhs-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; }
.bhs-why-grid, .bhs-faq-grid, .bhs-contact-grid { grid-template-columns: 1fr; }
.bhs-footer-top { grid-template-columns: 1fr; gap: 32px; }
.bhs-trust-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
.bhs-nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); background: #fff; box-shadow: -10px 0 40px -20px rgba(0,0,0,.4); transform: translateX(100%); transition: transform var(--bhs-trans); padding: 80px 18px 24px; overflow-y: auto; z-index: 200; }
.bhs-nav.is-open { transform: translateX(0); }
.bhs-menu { flex-direction: column; gap: 2px; }
.bhs-menu a { padding: 12px 14px; border-radius: 10px; }
.bhs-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 14px; margin: 0; }
.bhs-menu-toggle { display: inline-flex; }
.bhs-header-quote { display: none; }
.bhs-nav-backdrop { position: fixed; inset: 0; background: rgba(11,36,71,.5); opacity: 0; visibility: hidden; transition: var(--bhs-trans); z-index: 150; }
.bhs-nav-backdrop.is-open { opacity: 1; visibility: visible; }
.bhs-hero-arrow { display: none; }
}
@media (max-width: 820px) {
.bhs-grid-3 { grid-template-columns: repeat(2, 1fr); }
.bhs-steps { grid-template-columns: repeat(2, 1fr); }
.bhs-stats-grid { grid-template-columns: repeat(2, 1fr); }
.bhs-why-list { grid-template-columns: 1fr; }
.bhs-post-nav { grid-template-columns: 1fr; }
.bhs-section { padding: 52px 0; }
.bhs-topbar-left a:nth-child(2), .bhs-topbar-note { display: none; }
}
@media (max-width: 560px) {
.bhs-grid-2, .bhs-grid-3 { grid-template-columns: 1fr; }
.bhs-trust-badges, .bhs-steps, .bhs-stats-grid { grid-template-columns: 1fr; }
.bhs-sidebar { grid-template-columns: 1fr; }
.bhs-hero-slide { min-height: 480px; }
.bhs-section-head-row { flex-direction: column; align-items: flex-start; }
.bhs-cta-strip-inner, .bhs-footer-bottom-inner { flex-direction: column; align-items: flex-start; }
.bhs-home-cta-box { padding: 32px 24px; }
.bhs-footer-cols { grid-template-columns: 1fr; }
.bhs-partners-logos { gap: 20px; }
.bhs-partners-logos img { height: 38px; }
}
@media (prefers-reduced-motion: reduce) {
* { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* KIRA_LOGO_REFRESH_START */
.site-logo img,.navbar-brand img,.custom-logo-link img,img.custom-logo{height:75px!important;width:auto!important;max-width:min(300px,48vw)!important;object-fit:contain!important;}
.site-footer img.flogo,footer img[src*='logo-light-kira-'],footer img[src*='logo-light.png']{height:69px!important;width:auto!important;max-width:min(290px,55vw)!important;object-fit:contain!important;}
@media(max-width:680px){.site-logo img,.navbar-brand img,.custom-logo-link img,img.custom-logo{height:58px!important;max-width:62vw!important}.site-footer img.flogo,footer img[src*='logo-light-kira-'],footer img[src*='logo-light.png']{height:54px!important;max-width:70vw!important}}
/* KIRA_LOGO_REFRESH_END */
