/* Bert Header Footer Pro v1.4 */
.bert-hf-v11, .bert-hf-v11 * { box-sizing: border-box; }
.bert-hf-v11 { font-family: "Inter", "Roboto", Arial, sans-serif; }
.bert-hf-v11 h1, .bert-hf-v11 h2, .bert-hf-v11 h3, .bert-hf-v11 strong, .bert-hf-v11 b { font-family: "Poppins", "Inter", Arial, sans-serif; }

/* Compatibility nudge for the older Bert header/footer widgets already placed on templates */
.elementor-widget-bert_header_pro, .elementor-widget-bert_footer_pro,
.elementor-widget-bert_header_pro_v11, .elementor-widget-bert_footer_pro_v11,
[class*="bert-header-pro"], [class*="bert-footer-pro"] { font-family: "Inter", "Roboto", Arial, sans-serif !important; }
.elementor-widget-bert_header_pro h1, .elementor-widget-bert_header_pro h2, .elementor-widget-bert_header_pro h3,
.elementor-widget-bert_footer_pro h1, .elementor-widget-bert_footer_pro h2, .elementor-widget-bert_footer_pro h3,
[class*="bert-header-pro"] h1, [class*="bert-header-pro"] h2, [class*="bert-header-pro"] h3,
[class*="bert-footer-pro"] h1, [class*="bert-footer-pro"] h2, [class*="bert-footer-pro"] h3 { font-family: "Poppins", "Inter", Arial, sans-serif !important; }


/* Bert top header bar extension, preserves source Header Pro layout and adds contact/WebMail controls */
.bert-hf-v11__topbar { background: var(--hf-topbar-bg, #082B4D); color: var(--hf-topbar-text, #fff); font-family: "Inter", "Roboto", Arial, sans-serif; font-size: 13px; line-height: 1.2; }
.bert-hf-v11__topbar-inner { width: min(100%, var(--hf-container, 1180px)); margin: 0 auto; padding: 8px var(--hf-pad-x, 18px); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.bert-hf-v11__topbar-left, .bert-hf-v11__topbar-right { display: flex; align-items: center; gap: 16px; min-width: 0; }
.bert-hf-v11__topbar-left span { font-weight: 700; white-space: nowrap; }
.bert-hf-v11__topbar-left em { font-style: normal; opacity: .92; white-space: nowrap; }
.bert-hf-v11__topbar-right { justify-content: flex-end; flex-wrap: wrap; }
.bert-hf-v11__topbar-right span, .bert-hf-v11__topbar-right a { color: var(--hf-topbar-link, #fff); text-decoration: none; white-space: nowrap; font-weight: 600; }
.bert-hf-v11__webmail { padding: 5px 10px; border-radius: 999px; background: var(--hf-topbar-webmail-bg, #E11D2E); color: var(--hf-topbar-webmail-text, #fff) !important; }
@media (max-width: 767px) { .bert-hf-v11__topbar-inner { align-items: flex-start; flex-direction: column; gap: 6px; } .bert-hf-v11__topbar-left, .bert-hf-v11__topbar-right { gap: 8px 12px; flex-wrap: wrap; } }

.bert-hf-v11--header {
    width: 100%;
    position: relative;
    background: var(--hf-bg, #fff);
    z-index: 40;
    box-shadow: 0 12px 34px rgba(0,0,0,.045);
}
.bert-hf-v11__container {
    width: min(100%, var(--hf-container, 1180px));
    margin: 0 auto;
    padding: var(--hf-pad-y, 16px) var(--hf-pad-x, 18px);
    display: flex;
    align-items: center;
    gap: 24px;
}
.bert-hf-v11__logo { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.bert-hf-v11__logo img { width: var(--hf-logo-w, 132px); max-width: 100%; height: auto; display: block; }
.bert-hf-v11__nav { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
.bert-hf-v11__menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: var(--hf-menu-gap, 19px); }
.bert-hf-v11__menu > li { position: relative; margin: 0; padding: 0; }
.bert-hf-v11__menu a {
    font-family: "Poppins", "Inter", Arial, sans-serif;
    color: var(--hf-menu-color, #071B32);
    text-decoration: none;
    font-size: var(--hf-menu-size, 15px);
    font-weight: var(--hf-menu-weight, 600);
    line-height: 1.2;
    text-transform: uppercase;
    transition: color .22s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.bert-hf-v11__menu-label { position: relative; display: inline-block; }
.bert-hf-v11__menu-label:after { content: ""; position: absolute; left: 50%; bottom: -7px; width: var(--hf-hover-line-w, 28px); height: var(--hf-hover-line-h, 2px); border-radius: 99px; background: var(--hf-hover-line-color, #E11D2E); transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .22s ease; }
.bert-hf-v11__menu a:hover .bert-hf-v11__menu-label:after,
.bert-hf-v11__menu-item.current-menu-item > a .bert-hf-v11__menu-label:after,
.bert-hf-v11__menu-item.current_page_item > a .bert-hf-v11__menu-label:after { transform: translateX(-50%) scaleX(1); }
.bert-hf-v11__caret { display: none; width: 0; height: 0; margin-top: 2px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--hf-caret-color, #082B4D); transition: transform .22s ease, border-top-color .22s ease; }
.bert-hf-v11--mega-carets .bert-hf-v11__menu-item.has-mega > a .bert-hf-v11__caret,
.bert-hf-v11--mega-carets .bert-hf-v11__menu-item.has-dropdown > a .bert-hf-v11__caret { display: inline-block; }
.bert-hf-v11__menu-item.has-mega:hover > a .bert-hf-v11__caret,
.bert-hf-v11__menu-item:hover > a .bert-hf-v11__caret { transform: rotate(180deg); border-top-color: var(--hf-menu-hover, #082B4D); }
.bert-hf-v11--menu-separators .bert-hf-v11__menu > li + li:before { content: ""; position: absolute; left: calc(var(--hf-menu-gap, 19px) / -2); top: 50%; transform: translate(-50%, -50%); width: var(--hf-separator-w, 1px); height: var(--hf-separator-h, 16px); background: var(--hf-separator-color, #DCE6EF); border-radius: 99px; }
.bert-hf-v11__menu a:hover { color: var(--hf-menu-hover, #082B4D); }
.bert-hf-v11__cta,
.bert-hf-v11__drawer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 14px 20px;
    border-radius: var(--hf-btn-radius, 9px);
    background: var(--hf-btn-bg, #082B4D);
    color: var(--hf-btn-text, #fff) !important;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: var(--hf-btn-size, 15px);
    font-weight: var(--hf-btn-weight, 600);
    text-decoration: none !important;
    line-height: 1.1;
    transition: background .22s ease, color .22s ease, transform .22s ease;
    white-space: nowrap;
}
.bert-hf-v11__cta:hover,
.bert-hf-v11__drawer-cta:hover { background: var(--hf-btn-hover-bg, #E11D2E); color: var(--hf-btn-hover-text, #fff) !important; transform: translateY(-1px); }
.bert-hf-v11__separator { display: none; }

.bert-hf-v11__submenu {
    list-style: none;
    position: absolute;
    left: 0;
    top: calc(100% + 18px);
    min-width: 220px;
    margin: 0;
    padding: 13px;
    background: var(--hf-mega-bg, #fff);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
}
.bert-hf-v11__menu-item:hover > .bert-hf-v11__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.bert-hf-v11__submenu a { display: block; padding: 10px 12px; font-size: 14px; text-transform: none; border-radius: 9px; }
.bert-hf-v11__submenu a:hover { background: var(--hf-mega-link-hover-bg, #F3F7FA); }

.bert-hf-v11__mega {
    position: absolute;
    left: 50%;
    top: calc(100% + 22px);
    width: min(780px, calc(100vw - 40px));
    transform: translate(-50%, 10px);
    background: var(--hf-mega-bg, #fff);
    border-radius: var(--hf-mega-radius, 16px);
    box-shadow: 0 24px 70px rgba(0,0,0,.16);
    padding: 24px;
    display: grid;
    grid-template-columns: .75fr 1.35fr;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all .22s ease;
    z-index: 200;
}
.bert-hf-v11__menu-item.has-mega:hover .bert-hf-v11__mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.bert-hf-v11__mega:before { content: ""; position: absolute; left: 0; right: 0; top: -24px; height: 24px; }
.bert-hf-v11__mega-lead { padding: 18px; border-radius: 14px; background: #F3F7FA; }
.bert-hf-v11__mega-lead b { display: block; color: var(--hf-mega-title, #082B4D); font-size: 24px; line-height: 1.1; margin-bottom: 10px; }
.bert-hf-v11__mega-lead p { margin: 0; color: var(--hf-mega-text, #334B60); font-size: 14px; line-height: 1.6; }
.bert-hf-v11__mega-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.bert-hf-v11__mega-links a { display: block; padding: 12px 13px; border-radius: 12px; text-transform: none; color: var(--hf-mega-link, #071B32); white-space: normal; }
.bert-hf-v11__mega-links a:hover { background: var(--hf-mega-link-hover-bg, #F3F7FA); color: var(--hf-menu-hover, #082B4D); }
.bert-hf-v11__mega-links strong { display: block; font-size: 14px; line-height: 1.2; margin-bottom: 4px; }
.bert-hf-v11__mega-links span { display: block; font-family: "Inter", "Roboto", Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 1.45; color: var(--hf-mega-text, #334B60); }

.bert-hf-v11__hamburger { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: rgba(8,43,77,.08); padding: 10px; cursor: pointer; }
.bert-hf-v11__hamburger span { display: block; height: 2px; background: var(--hf-hamburger, #082B4D); border-radius: 99px; margin: 5px 0; }
.bert-hf-v11__drawer { position: fixed; inset: 0 0 0 auto; width: min(390px, 86vw); background: var(--hf-drawer-bg, #fff); z-index: 9999; padding: 22px; transform: translateX(110%); transition: transform .25s ease; box-shadow: -20px 0 60px rgba(0,0,0,.22); overflow-y: auto; }
body.bert-hf-drawer-open .bert-hf-v11__drawer.is-open { transform: translateX(0); }
.bert-hf-v11__drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.bert-hf-v11__drawer-head img { width: var(--hf-logo-w, 132px); height: auto; }
.bert-hf-v11__drawer-head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #F3F7FA; color: #082B4D; font-size: 26px; cursor: pointer; line-height: 1; }
.bert-hf-v11__drawer-menu ul { list-style: none; margin: 0; padding: 0; }
.bert-hf-v11__drawer-menu li { margin: 0; border-bottom: 1px solid rgba(8,43,77,.12); }
.bert-hf-v11__drawer-menu li.is-child a { padding-left: 24px; font-size: 14px; opacity: .82; }
.bert-hf-v11__drawer-menu a { display: block; padding: 14px 0; color: var(--hf-drawer-link, #071B32); font-family: "Poppins", "Inter", Arial, sans-serif; font-size: 16px; font-weight: 600; text-decoration: none; }
.bert-hf-v11__drawer-cta { margin-top: 20px; width: 100%; }

/* Footer */
.bert-hf-v11--footer { background: var(--ff-bg, #071B32); color: var(--ff-text, #fff); font-size: var(--ff-body-size, 16px); line-height: 1.45; }
.bert-footer-v11__inner { width: min(100%, var(--ff-container, 1180px)); margin: 0 auto; padding: var(--ff-pt, 70px) var(--ff-px, 18px) 42px; display: grid; grid-template-columns: 1.35fr .85fr .9fr 1.15fr 1.05fr; gap: var(--ff-gap, 48px); align-items: start; }
.bert-footer-v11__brand img { width: var(--ff-logo-w, 230px); max-width: 100%; height: auto; margin-bottom: 20px; display: block; }
.bert-footer-v11__brand p, .bert-footer-v11__col p, .bert-footer-v11__newsletter p { margin: 0; color: var(--ff-text, #fff); font-size: var(--ff-body-size, 16px); line-height: 1.45; }
.bert-footer-v11__col h3, .bert-footer-v11__newsletter h3 { margin: 0 0 18px; color: var(--ff-heading, #fff); font-family: "Poppins", "Inter", Arial, sans-serif; font-size: var(--ff-heading-size, 22px); font-weight: var(--ff-heading-weight, 600); line-height: 1.1; }
.bert-footer-v11__col ul { list-style: none; margin: 0; padding: 0; }
.bert-footer-v11__col li { margin: 0 0 10px; }
.bert-footer-v11__col a { color: var(--ff-link, #fff); font-size: var(--ff-link-size, 16px); text-decoration: none; transition: color .22s ease, transform .22s ease; display: inline-block; }
.bert-footer-v11__col a:hover { color: var(--ff-link-hover, #E11D2E); transform: translateX(3px); }
.bert-footer-v11__social { margin-top: 20px; display: flex; gap: 10px; flex-wrap: wrap; }
.bert-footer-v11__social a { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.10); color: var(--ff-link, #fff); text-decoration: none; font-weight: 800; font-size: 13px; }
.bert-footer-v11__newsletter form { margin-top: 18px; display: grid; gap: 12px; }
.bert-footer-v11__newsletter input { width: 100%; min-height: 46px; border: 0; border-radius: 4px; background: var(--ff-input-bg, #fff); color: var(--ff-input-text, #071B32); padding: 0 16px; font-family: "Inter", "Roboto", Arial, sans-serif; font-size: 15px; }
.bert-footer-v11__newsletter button { min-height: 48px; border: 0; border-radius: 9px; background: var(--ff-btn-bg, #E11D2E); color: var(--ff-btn-text, #071B32); font-family: "Poppins", "Inter", Arial, sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .22s ease, color .22s ease; }
.bert-footer-v11__newsletter button:hover { background: var(--ff-btn-hover-bg, #E11D2E); color: var(--ff-btn-hover-text, #fff); }
.bert-footer-v11__bottom { width: min(100%, var(--ff-container, 1180px)); margin: 0 auto; padding: 28px var(--ff-px, 18px) var(--ff-pb, 34px); border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 14px; color: rgba(255,255,255,.82); }

@media (max-width: 1180px) {
    .bert-hf-v11__nav { justify-content: flex-end; }
    .bert-hf-v11__menu { gap: calc(var(--hf-menu-gap, 24px) * .72); }
    .bert-hf-v11__menu a { font-size: calc(var(--hf-menu-size, 15px) * .92); }
    .bert-footer-v11__inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
    .bert-hf-v11__nav { display: none; }
    .bert-hf-v11__hamburger { display: inline-block; }
    .bert-hf-v11__container { justify-content: space-between; }
    .bert-hf-v11__cta { margin-left: auto; }
    .bert-footer-v11__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .bert-hf-v11__container { padding: 13px var(--hf-pad-x, 16px); gap: 14px; }
    .bert-hf-v11__logo img { width: min(var(--hf-logo-w, 132px), 128px); }
    .bert-hf-v11__cta { display: none; }
    .bert-hf-v11__separator { width: min(var(--hf-separator-w, 70px), 54px); }
    .bert-footer-v11__inner { grid-template-columns: 1fr; gap: 30px; padding-top: max(44px, calc(var(--ff-pt, 70px) * .65)); }
    .bert-footer-v11__brand img { width: min(var(--ff-logo-w, 230px), 230px); }
    .bert-footer-v11__bottom { text-align: left; }
}


/* v1.2 refinements: menu separators, mega indicators and lighter Poppins weight */
.bert-hf-v11__menu a { font-weight: var(--hf-menu-weight, 600) !important; }
.bert-hf-v11__cta,
.bert-hf-v11__drawer-cta { font-weight: var(--hf-btn-weight, 600) !important; }
.bert-footer-v11__col h3,
.bert-footer-v11__newsletter h3 { font-weight: var(--ff-heading-weight, 600) !important; }
.bert-hf-v11__mega-links strong { font-weight: 600 !important; }
@media (max-width: 1180px) {
    .bert-hf-v11--menu-separators .bert-hf-v11__menu > li + li:before { opacity: .65; }
}
@media (max-width: 1024px) {
    .bert-hf-v11--menu-separators .bert-hf-v11__menu > li + li:before { display: none; }
}


/* v1.4 full-width product/services mega menu refinements */
.bert-hf-v11--header { overflow: visible !important; }
.bert-hf-v11__container { position: static; }
.bert-hf-v11__nav { position: static; }
.bert-hf-v11__menu > li.has-mega { position: static; }
.bert-hf-v11__mega {
    left: 50% !important;
    top: calc(100% + 8px) !important;
    width: min(var(--hf-mega-width, 1180px), calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    transform: translate(-50%, 12px) !important;
    padding: var(--hf-mega-pad, 24px) !important;
    border: 1px solid rgba(18, 53, 31, .08) !important;
    border-radius: var(--hf-mega-radius, 14px) !important;
    gap: 22px !important;
    font-family: "Inter", "Roboto", Arial, sans-serif !important;
}
.bert-hf-v11__menu-item.has-mega:hover .bert-hf-v11__mega,
.bert-hf-v11__menu-item.has-mega:focus-within .bert-hf-v11__mega {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
}
.bert-hf-v11__mega:before { top: -14px !important; height: 14px !important; }
.bert-hf-v11__mega-head { min-width: 0; }
.bert-hf-v11__mega-head b {
    display: block;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    color: var(--hf-mega-title, #082B4D);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 8px;
}
.bert-hf-v11__mega-head p {
    margin: 0;
    color: var(--hf-mega-text, #334B60);
    font-size: 13px;
    line-height: 1.55;
}
.bert-hf-v11__mega--products {
    grid-template-columns: 1fr !important;
    align-items: start;
}
.bert-hf-v11__mega--products .bert-hf-v11__mega-head {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 18px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(18, 53, 31, .10);
}
.bert-hf-v11__product-groups {
    display: grid;
    grid-template-columns: repeat(6, minmax(130px, 1fr));
    gap: 18px 24px;
}
.bert-hf-v11__product-group h4 {
    margin: 0 0 10px;
    color: var(--hf-mega-title, #082B4D);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
.bert-hf-v11__product-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 5px;
}
.bert-hf-v11__product-group li { margin: 0; padding: 0; }
.bert-hf-v11__product-group a {
    display: block;
    padding: 5px 0;
    color: var(--hf-mega-link, #071B32) !important;
    font-family: "Inter", "Roboto", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.32 !important;
    text-transform: none !important;
    white-space: normal !important;
    text-decoration: none !important;
}
.bert-hf-v11__product-group a:hover {
    color: var(--hf-menu-hover, #082B4D) !important;
    background: transparent !important;
    transform: translateX(2px);
}
.bert-hf-v11__mega--services {
    grid-template-columns: 230px minmax(360px, 1.55fr) minmax(250px, .88fr) !important;
    align-items: stretch;
}
.bert-hf-v11__service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.bert-hf-v11__service-links a {
    display: block;
    padding: 12px 13px;
    border-radius: 12px;
    color: var(--hf-mega-link, #071B32) !important;
    background: #F8FAF8;
    text-transform: none !important;
    white-space: normal !important;
    text-decoration: none !important;
}
.bert-hf-v11__service-links a:hover { background: var(--hf-mega-link-hover-bg, #F3F7FA) !important; color: var(--hf-menu-hover, #082B4D) !important; }
.bert-hf-v11__service-links strong {
    display: block;
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.bert-hf-v11__service-links span {
    display: block;
    color: var(--hf-mega-text, #334B60);
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}
.bert-hf-v11__service-banner {
    min-height: 100%;
    border-radius: 14px;
    padding: 22px;
    background-color: var(--hf-mega-banner-bg, #082B4D);
    background-size: cover;
    background-position: center center;
    color: var(--hf-mega-banner-text, #fff);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.bert-hf-v11__service-banner span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    color: var(--hf-mega-banner-text, #fff);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.bert-hf-v11__service-banner strong {
    color: var(--hf-mega-banner-text, #fff);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 10px;
}
.bert-hf-v11__service-banner p {
    margin: 0 0 18px;
    color: var(--hf-mega-banner-text, #fff);
    font-size: 13px;
    line-height: 1.55;
}
.bert-hf-v11__service-banner a {
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--hf-mega-banner-btn-bg, #E11D2E);
    color: var(--hf-mega-banner-btn-text, #071B32) !important;
    font-family: "Poppins", "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
}
.bert-hf-v11__service-banner a:hover { filter: brightness(.98); transform: translateY(-1px); }

@media (max-width: 1180px) {
    .bert-hf-v11__product-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .bert-hf-v11__mega--services { grid-template-columns: 1fr 1.55fr; }
    .bert-hf-v11__service-banner { grid-column: 1 / -1; min-height: 210px; }
}
@media (max-width: 1024px) {
    .bert-hf-v11__mega { display: none !important; }
}

/* v1.4 polished mega menu surface, category cards and service flyer */
.bert-hf-v11__mega {
    overflow: hidden !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(31, 161, 46, .075), transparent 32%),
        linear-gradient(135deg, var(--hf-mega-bg, #fff) 0%, #FFFFFF 58%, #F8FCF9 100%) !important;
    border: 1px solid var(--hf-mega-card-border, rgba(18,53,31,.10)) !important;
    box-shadow: 0 28px 85px rgba(18, 53, 31, .18), 0 10px 26px rgba(0, 0, 0, .06) !important;
}
.bert-hf-v11__mega:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--hf-menu-hover, #082B4D), var(--hf-mega-accent, #E11D2E), var(--hf-menu-hover, #082B4D));
    z-index: 1;
}
.bert-hf-v11__mega-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--hf-mega-badge-bg, #EAF1F8);
    color: var(--hf-mega-badge-text, #082B4D);
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}
.bert-hf-v11__mega-small-cta {
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    width: fit-content;
    padding: 10px 15px !important;
    border-radius: 999px !important;
    background: var(--hf-menu-hover, #082B4D) !important;
    color: #fff !important;
    font-family: "Poppins", "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-shadow: 0 12px 28px rgba(0, 122, 61, .18);
}
.bert-hf-v11__mega-small-cta:after { content: "→"; font-size: 14px; }
.bert-hf-v11__mega-small-cta:hover {
    background: var(--hf-mega-accent, #E11D2E) !important;
    color: #071B32 !important;
    transform: translateY(-1px);
}

.bert-hf-v11__mega--products { gap: 22px !important; }
.bert-hf-v11__mega--products .bert-hf-v11__mega-head {
    display: grid !important;
    grid-template-columns: minmax(180px, auto) minmax(300px, 1fr) auto !important;
    gap: 16px 22px !important;
    align-items: center !important;
    padding: 20px 22px 18px !important;
    border: 1px solid var(--hf-mega-card-border, #DCE6EF) !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #F5FBF7 0%, #FFFFFF 72%) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65) !important;
}
.bert-hf-v11__mega--products .bert-hf-v11__mega-head .bert-hf-v11__mega-kicker { grid-column: 1; margin: 0; }
.bert-hf-v11__mega--products .bert-hf-v11__mega-head b { grid-column: 1; margin: 0 !important; font-size: 22px !important; }
.bert-hf-v11__mega--products .bert-hf-v11__mega-head p { grid-column: 2; margin: 0 !important; max-width: 560px; font-size: 14px !important; }
.bert-hf-v11__mega--products .bert-hf-v11__mega-head .bert-hf-v11__mega-small-cta { grid-column: 3; grid-row: 1 / span 2; }
.bert-hf-v11__product-groups {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 16px !important;
}
.bert-hf-v11__product-group {
    position: relative;
    min-height: 100%;
    padding: 18px 16px 16px !important;
    border: 1px solid var(--hf-mega-card-border, #DCE6EF);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88)),
        var(--hf-mega-card-bg, #F7F9FC) !important;
    box-shadow: 0 12px 30px rgba(18, 53, 31, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bert-hf-v11__product-group:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: linear-gradient(90deg, var(--hf-menu-hover, #082B4D), var(--hf-mega-accent, #E11D2E));
}
.bert-hf-v11__product-group:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 122, 61, .25);
    box-shadow: 0 18px 42px rgba(18, 53, 31, .10);
}
.bert-hf-v11__product-group h4 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(18, 53, 31, .08) !important;
}
.bert-hf-v11__product-group h4 span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.bert-hf-v11__product-group h4 span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px 999px 999px 2px;
    background: var(--hf-mega-accent, #E11D2E);
    transform: rotate(-35deg);
    box-shadow: 0 0 0 4px rgba(244, 180, 0, .14);
}
.bert-hf-v11__product-group h4 em {
    flex: 0 0 auto;
    min-width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--hf-mega-badge-bg, #EAF1F8);
    color: var(--hf-mega-badge-text, #082B4D);
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.bert-hf-v11__product-group ul { gap: 2px !important; }
.bert-hf-v11__product-group a {
    position: relative;
    padding: 7px 8px 7px 18px !important;
    border-radius: 9px !important;
}
.bert-hf-v11__product-group a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0, 122, 61, .38);
    transform: translateY(-50%);
}
.bert-hf-v11__product-group a:hover {
    background: var(--hf-mega-link-hover-bg, #F3F7FA) !important;
    color: var(--hf-menu-hover, #082B4D) !important;
}
.bert-hf-v11__product-group a:hover:before { background: var(--hf-mega-accent, #E11D2E); }

.bert-hf-v11__mega--services {
    grid-template-columns: 250px minmax(390px, 1fr) minmax(290px, .9fr) !important;
    gap: 20px !important;
}
.bert-hf-v11__mega--services .bert-hf-v11__mega-head {
    padding: 22px !important;
    border-radius: 18px;
    border: 1px solid var(--hf-mega-card-border, #DCE6EF);
    background: linear-gradient(180deg, #F6FBF8 0%, #FFFFFF 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.70);
}
.bert-hf-v11__mega--services .bert-hf-v11__mega-head b { font-size: 23px !important; }
.bert-hf-v11__service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}
.bert-hf-v11__service-links a.bert-hf-v11__service-card {
    position: relative;
    min-height: 104px;
    padding: 18px 16px 16px 54px !important;
    border: 1px solid var(--hf-mega-card-border, #DCE6EF);
    border-radius: 16px;
    background: var(--hf-mega-card-bg, #F7F9FC) !important;
    box-shadow: 0 10px 25px rgba(18, 53, 31, .052);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.bert-hf-v11__service-links a.bert-hf-v11__service-card:hover {
    transform: translateY(-3px);
    background: #FFFFFF !important;
    border-color: rgba(0, 122, 61, .22);
    box-shadow: 0 18px 42px rgba(18, 53, 31, .11);
}
.bert-hf-v11__service-icon {
    position: absolute;
    left: 16px;
    top: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--hf-mega-badge-bg, #EAF1F8);
    color: var(--hf-mega-badge-text, #082B4D) !important;
    font-family: "Inter", "Roboto", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 0 0 4px rgba(0, 122, 61, .06);
}
.bert-hf-v11__service-links a.bert-hf-v11__service-card strong { color: var(--hf-mega-link, #071B32); }
.bert-hf-v11__service-links a.bert-hf-v11__service-card:hover strong { color: var(--hf-menu-hover, #082B4D); }
.bert-hf-v11__service-links a.bert-hf-v11__service-card > span:not(.bert-hf-v11__service-icon) {
    color: var(--hf-mega-text, #334B60) !important;
    font-size: 12.5px !important;
}
.bert-hf-v11__service-banner {
    position: relative;
    min-height: 100% !important;
    isolation: isolate;
    box-shadow: 0 20px 46px rgba(0, 122, 61, .18);
}
.bert-hf-v11__service-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.24), transparent 26%),
        linear-gradient(135deg, rgba(0,122,61,.98), rgba(31,161,46,.88));
}
.bert-hf-v11__service-banner:after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 18px solid rgba(244, 180, 0, .18);
}
.bert-hf-v11__service-banner strong { max-width: 95%; }
.bert-hf-v11__service-banner a { box-shadow: 0 12px 24px rgba(0,0,0,.14); }

@media (max-width: 1240px) {
    .bert-hf-v11__product-groups { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .bert-hf-v11__mega--products .bert-hf-v11__mega-head { grid-template-columns: 1fr auto !important; }
    .bert-hf-v11__mega--products .bert-hf-v11__mega-head .bert-hf-v11__mega-kicker,
    .bert-hf-v11__mega--products .bert-hf-v11__mega-head b { grid-column: 1 !important; }
    .bert-hf-v11__mega--products .bert-hf-v11__mega-head p { grid-column: 1 / -1 !important; }
    .bert-hf-v11__mega--products .bert-hf-v11__mega-head .bert-hf-v11__mega-small-cta { grid-column: 2 !important; grid-row: 1 / span 2 !important; }
}
@media (max-width: 1080px) {
    .bert-hf-v11__mega--services { grid-template-columns: 1fr 1.4fr !important; }
    .bert-hf-v11__service-banner { grid-column: 1 / -1 !important; min-height: 220px !important; }
}
