

@font-face {
    font-family: 'CompassonlineHeading';
    src: url('../fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CompassonlineBody';
    src: url('../fonts/sourcesans3-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.s-9d3ee7 {
    background-color: #2c1a17;
    
    background-image: linear-gradient(rgba(229,6,6,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(229,6,6,0.03) 1px, transparent 1px); background-size: 24px 24px;
}

.bncq-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #e50606;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.bncq-skip:focus {
    top: 0;
}

.bncq-site-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 60px;
    min-height: 50vh;
}

.s-9d3ee7 h1,
.s-9d3ee7 h2,
.s-9d3ee7 h3,
.s-9d3ee7 h4,
.s-9d3ee7 h5 {
    font-family: 'CompassonlineHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.s-9d3ee7 h1 { font-size: 2.1rem; }
.s-9d3ee7 h2 { font-size: 1.7rem; }
.s-9d3ee7 h3 { font-size: 1.3rem; }
.s-9d3ee7 h4 { font-size: 1.1rem; }
.s-9d3ee7 h5 { font-size: 1.05rem; }

.s-9d3ee7 .entry-content > :first-child,
.s-9d3ee7 article > :first-child {
    margin-top: 0;
}

.s-9d3ee7 body,
.s-9d3ee7 p,
.s-9d3ee7 li,
.s-9d3ee7 td,
.s-9d3ee7 th {
    font-family: 'CompassonlineBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.s-9d3ee7 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.s-9d3ee7 a {
    color: #e50606;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.s-9d3ee7 a:hover {
    color: #c20000;
}

.s-9d3ee7 ul,
.s-9d3ee7 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.s-9d3ee7 li {
    margin-bottom: 0.4em;
}

.s-9d3ee7 .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.s-9d3ee7 .entry-content ul > li {
    position: relative;
}
.s-9d3ee7 .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #e50606;
}

.s-9d3ee7 .entry-content img,
.s-9d3ee7 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.s-9d3ee7 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.bncq-cta {
    display: none;
    padding: 12px 30px;
    background: #e50606;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.bncq-cta:hover {
    background: #c20000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(229,6,6,0.35);
    transform: translateY(-1px);
}

.bncq-search {
    margin-left: 12px;
    position: relative;
}
.bncq-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.bncq-search-form:focus-within {
    border-color: #e50606;
}
.bncq-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #dbdbdb;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.bncq-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.bncq-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #dbdbdb;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.bncq-search-btn:hover {
    color: #e50606;
}

.bncq-frame {
    background: #231310;
    padding: 14px;
    border-bottom: 2px solid #e50606;
}

.bncq-wrap {
    background: #160b09;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
    position: relative;
    z-index: 100;
}

.bncq-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 24px;
    padding: 0 22px;
    height: 67px;
}

.bncq-brand {
    text-align: center;
}

.bncq-brand a {
    text-decoration: none;
}

.bncq-brand img {
    max-height: 42px;
    width: auto;
    display: inline-block;
}

.bncq-sitename {
    font-family: 'CompassonlineHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bncq-sitename:hover {
    color: #e50606;
}

.bncq-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bncq-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
}

.bncq-menu li {
    position: relative;
}

.bncq-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    line-height: 1.2;
    color: #dbdbdb;
    text-decoration: none;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.bncq-menu > li > a:hover,
.bncq-menu > li.current-menu-item > a {
    color: #ffffff;
    border-bottom-color: #e50606;
}

.bncq-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #231310;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

.bncq-menu li:hover > .sub-menu {
    display: block;
}

.bncq-menu .sub-menu a {
    display: block;
    padding: 9px 16px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s, background 0.2s;
}

.bncq-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(229, 6, 6, 0.15);
}

.bncq-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

.bncq-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.bncq-toggle[aria-expanded="true"] .bncq-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.bncq-toggle[aria-expanded="true"] .bncq-toggle-bar:nth-child(2) {
    opacity: 0;
}

.bncq-toggle[aria-expanded="true"] .bncq-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    
    .bncq-toggle {
        display: flex;
    }

    
    .bncq-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #160b09;
        border-top: 2px solid #e50606;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .bncq-nav.is-open {
        display: block;
    }

    .bncq-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .bncq-menu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .bncq-search {
        margin: 0;
        padding: 10px 20px;
    }
    .bncq-search-input {
        width: 100%;
    }

    
    .bncq-menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .jkikc-inner {
        flex-direction: column;
        text-align: center;
    }

    .jkikc-menu {
        justify-content: center;
    }

    
    .bncq-site-content {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .bncq-inner {
        height: 60px;
        padding: 0 15px;
    }

    .bncq-sitename {
        font-size: 1.15rem;
    }

    .bncq-brand img {
        max-height: 35px;
    }

    .s-9d3ee7 h1 { font-size: 1.6rem; }
    .s-9d3ee7 h2 { font-size: 1.35rem; }
    .s-9d3ee7 h3 { font-size: 1.15rem; }

    .s-9d3ee7 p {
        font-size: 0.95rem;
    }

    .bncq-site-content {
        padding: 20px 12px 30px;
    }
}

.s-9d3ee7 .entry-content table,
.s-9d3ee7 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #404040;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.s-9d3ee7 .entry-content th,
.s-9d3ee7 .page-content th {
    background: #231310;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'CompassonlineHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.s-9d3ee7 .entry-content td,
.s-9d3ee7 .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.s-9d3ee7 .entry-content tr:nth-child(even) td,
.s-9d3ee7 .page-content tr:nth-child(even) td {
    background: #201e1d;
}

.s-9d3ee7 .entry-content tr:hover td,
.s-9d3ee7 .page-content tr:hover td {
    background: #fdebeb;
}

.jkikc-wrap {
    background: #231310;
    color: #b3b3b3;
    padding: 0;
    margin-top: 50px;
    border-top: 2px solid #e50606;
}

.jkikc-top {
    padding: 38px 0;
}

.jkikc-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.jkikc-brand-block {
    flex: 1 1 300px;
    min-width: 0;
}

.jkikc-brand-name {
    display: inline-block;
    font-family: 'CompassonlineHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.jkikc-brand-name:hover {
    color: #e50606;
}

.jkikc-brand-tagline {
    margin: 0;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    line-height: 1.5;
    max-width: 460px;
}

.jkikc-nav-block {
    flex: 0 1 auto;
}

.jkikc-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.jkikc-menu a {
    color: #b3b3b3;
    text-decoration: none;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.jkikc-menu a:hover {
    color: #e50606;
}

.jkikc-divider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.jkikc-bottom {
    padding: 16px 0;
}

.jkikc-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.jkikc-copyright,
.jkikc-rights {
    margin: 0;
    font-family: 'CompassonlineBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

@media (max-width: 640px) {
    .jkikc-top-inner {
        flex-direction: column;
    }
}
