/* Hercules builder-editable header and footer layouts. */
.hercules-builder-layout{position:relative;z-index:40;width:100%}.hercules-builder-layout--footer{z-index:10}.hercules-layout-header{--layout-accent:#ff5a1f;--layout-dark:#0d1115;position:relative;color:#fff;background:var(--layout-dark)}.hercules-layout-header__inner{width:min(1200px,calc(100% - 40px));min-height:86px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.hercules-layout-brand{display:flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important}.hercules-layout-brand strong{font-size:24px;letter-spacing:.08em}.hercules-layout-brand span{padding-left:10px;border-left:1px solid rgba(255,255,255,.25);color:#cbd2d8;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hercules-layout-header nav{display:flex;align-items:center;gap:26px}.hercules-layout-header nav a{color:#dfe4e8!important;font-size:12px;font-weight:800;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase}.hercules-layout-header nav a:hover{color:var(--layout-accent)!important}.hercules-layout-header__cta{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:12px 20px;border:2px solid var(--layout-accent);border-radius:999px;background:var(--layout-accent);color:#fff!important;font-size:12px;font-weight:900;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase}.hercules-layout-header--2{background:#fff;color:var(--layout-dark);border-bottom:1px solid #e9edf0}.hercules-layout-header--2 .hercules-layout-brand,.hercules-layout-header--2 nav a{color:var(--layout-dark)!important}.hercules-layout-header--2 .hercules-layout-brand span{color:#69727d;border-left-color:#d9dee2}.hercules-layout-header--3{background:linear-gradient(90deg,var(--layout-dark),#1c2229)}.hercules-layout-header--3 .hercules-layout-header__inner{min-height:96px}.hercules-layout-header--3 .hercules-layout-brand strong{padding:12px 15px;background:var(--layout-accent);clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.hercules-layout-header--4{background:rgba(8,12,17,.93);backdrop-filter:blur(14px)}.hercules-layout-header--4 .hercules-layout-header__inner{min-height:74px}.hercules-layout-header--4 .hercules-layout-header__cta{border-radius:8px}.hercules-layout-header--5{background:var(--layout-accent)}.hercules-layout-header--5 .hercules-layout-brand span,.hercules-layout-header--5 nav a{color:#fff!important}.hercules-layout-header--5 .hercules-layout-header__cta{border-color:#fff;background:#fff;color:var(--layout-dark)!important}.hercules-layout-footer{--layout-accent:#ff5a1f;--layout-dark:#0d1115;padding:74px 0 26px;color:#c9d0d6;background:var(--layout-dark)}.hercules-layout-footer__inner{width:min(1200px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.45fr repeat(3,minmax(0,1fr));gap:42px}.hercules-layout-footer__brand strong{display:block;margin-bottom:18px;color:#fff;font-size:28px;letter-spacing:.08em}.hercules-layout-footer__brand p{max-width:420px;color:#9ca7b1;line-height:1.8}.hercules-layout-footer h3{margin:0 0 18px;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.08em}.hercules-layout-footer a,.hercules-layout-footer span{display:block;margin-bottom:10px;color:#b9c2ca!important;text-decoration:none!important;line-height:1.6}.hercules-layout-footer a:hover{color:var(--layout-accent)!important}.hercules-layout-footer__bottom{width:min(1200px,calc(100% - 40px));margin:52px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7f8a94;font-size:12px}.hercules-layout-footer__bottom span{margin:0;color:inherit!important}.hercules-layout-footer--2{background:linear-gradient(135deg,var(--layout-dark),#242b32)}.hercules-layout-footer--2 .hercules-layout-footer__brand strong{color:var(--layout-accent)}.hercules-layout-footer--3{border-top:6px solid var(--layout-accent)}.hercules-layout-footer--3 .hercules-layout-footer__inner{grid-template-columns:1.7fr repeat(3,minmax(0,.8fr))}.hercules-layout-footer--4{background:#f4f6f7;color:#4a535c}.hercules-layout-footer--4 .hercules-layout-footer__brand strong,.hercules-layout-footer--4 h3{color:var(--layout-dark)}.hercules-layout-footer--4 .hercules-layout-footer__brand p,.hercules-layout-footer--4 a,.hercules-layout-footer--4 span{color:#68727c!important}.hercules-layout-footer--4 .hercules-layout-footer__bottom{border-top-color:#d9dfe3;color:#7b858f}@media(max-width:900px){.hercules-layout-header__inner{padding:20px 0;align-items:flex-start;flex-direction:column}.hercules-layout-header nav{flex-wrap:wrap;gap:14px 20px}.hercules-layout-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.hercules-layout-header__inner,.hercules-layout-footer__inner,.hercules-layout-footer__bottom{width:min(100% - 28px,1200px)}.hercules-layout-header nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.hercules-layout-header__cta{width:100%}.hercules-layout-footer__inner{grid-template-columns:1fr}.hercules-layout-footer__bottom{align-items:flex-start;flex-direction:column}}

/* Hercules responsive WordPress menu system */
.hercules-layout-nav .hercules-layout-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    list-style: none;
}

.hercules-layout-nav .hercules-layout-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.hercules-layout-nav .hercules-layout-menu a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    white-space: nowrap;
}

.hercules-layout-nav .sub-menu {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    display: none;
    min-width: 220px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: var(--layout-dark, #0d1115);
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
    list-style: none;
}

.hercules-layout-nav li:hover > .sub-menu,
.hercules-layout-nav li:focus-within > .sub-menu {
    display: block;
}

.hercules-layout-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.hercules-layout-menu-toggle:hover,
.hercules-layout-menu-toggle:focus-visible {
    border-color: var(--layout-accent, #ff5a1f);
    outline: 3px solid color-mix(in srgb, var(--layout-accent, #ff5a1f) 28%, transparent);
    outline-offset: 2px;
}

@media (max-width: 900px) {
    .hercules-layout-header__inner {
        flex-wrap: wrap;
    }

    .hercules-layout-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .hercules-layout-nav {
        display: none;
        width: 100%;
        order: 10;
        padding: 12px 0 4px;
    }

    .hercules-layout-nav.is-open {
        display: block;
    }

    .hercules-layout-nav .hercules-layout-menu {
        display: flex;
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
    }

    .hercules-layout-nav .hercules-layout-menu a {
        width: 100%;
        min-height: 48px;
        padding: 10px 14px;
        border-radius: 10px;
        background: rgba(255,255,255,.04);
    }

    .hercules-layout-nav .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        margin-left: 14px;
        border: 0;
        box-shadow: none;
    }

    .hercules-layout-header__cta {
        margin-left: 0;
    }
}

@media (min-width: 901px) {
    .hercules-layout-nav {
        display: block !important;
    }
}