

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

@font-face {
    font-family: 'ShieldmidnightBody';
    src: url('../fonts/roboto-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;
}

.page-bb30c6 {
    background-color: #231e1a;
    
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(246,135,49,0.02) 10px, rgba(246,135,49,0.02) 11px);
}

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

.eivd__skip:focus {
    top: 0;
}

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

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

.page-bb30c6 h1 { font-size: 2.4rem; }
.page-bb30c6 h2 { font-size: 1.8rem; }
.page-bb30c6 h3 { font-size: 1.3rem; }
.page-bb30c6 h4 { font-size: 1.15rem; }
.page-bb30c6 h5 { font-size: 0.95rem; }

.page-bb30c6 .entry-content > :first-child,
.page-bb30c6 article > :first-child {
    margin-top: 0;
}

.page-bb30c6 .entry-content h1,
.page-bb30c6 .entry-content h2,
.page-bb30c6 .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-bb30c6 body,
.page-bb30c6 p,
.page-bb30c6 li,
.page-bb30c6 td,
.page-bb30c6 th {
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.page-bb30c6 p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.page-bb30c6 a {
    color: #f68731;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.page-bb30c6 a:hover {
    color: #fb6f04;
}

.page-bb30c6 ul,
.page-bb30c6 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.page-bb30c6 li {
    margin-bottom: 0.4em;
}

.page-bb30c6 .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.page-bb30c6 .entry-content ul > li {
    position: relative;
}
.page-bb30c6 .entry-content ul > li::before {
    content: "\203A";
    position: absolute;
    left: -1.2em;
    color: #f68731;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
}

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

.page-bb30c6 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.eivd__cta {
    display: none;
    padding: 12px 30px;
    background: #f68731;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'ShieldmidnightBody', 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;
}

.eivd__cta:hover {
    background: #fb6f04;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(246,135,49,0.35);
    transform: translateY(-1px);
}

.eivd__search {
    margin-left: 12px;
    position: relative;
}
.eivd__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;
}
.eivd__search-form:focus-within {
    border-color: #f68731;
}
.eivd__search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e0e0e0;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.eivd__search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.eivd__search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.eivd__search-btn:hover {
    color: #f68731;
}

.eivd__wrap {
    background: #1f130a;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 2px solid #f68731;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.eivd__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 66px;
}

.eivd__brand {
    flex-shrink: 0;
}

.eivd__brand a {
    text-decoration: none;
}

.eivd__brand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.eivd__sitename {
    font-family: 'ShieldmidnightHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.eivd__sitename:hover {
    color: #f68731;
}

.eivd__nav {
    display: flex;
    align-items: center;
}

.eivd__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.eivd__menu li {
    position: relative;
}

.eivd__menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    line-height: 1.2;
    color: #e0e0e0;
    text-decoration: none;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.eivd__menu > li > a:hover,
.eivd__menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(246, 135, 49, 0.15);
    border-radius: 6px;
}

.eivd__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #160f08;
    border-top: 2px solid #f68731;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

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

.eivd__menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s, background 0.2s;
}

.eivd__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(246, 135, 49, 0.15);
}

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

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

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

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

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

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

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

    .eivd__nav.is-open {
        display: block;
    }

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

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

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

    
    .eivd__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;
    }

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

    .vnxa__menu {
        justify-content: center;
    }

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

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

    .eivd__sitename {
        font-size: 1.15rem;
    }

    .eivd__brand img {
        max-height: 35px;
    }

    .page-bb30c6 h1 { font-size: 1.6rem; }
    .page-bb30c6 h2 { font-size: 1.35rem; }
    .page-bb30c6 h3 { font-size: 1.15rem; }

    .page-bb30c6 p {
        font-size: 0.95rem;
    }

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

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

.page-bb30c6 .entry-content th,
.page-bb30c6 .page-content th {
    background: #1f130a;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'ShieldmidnightHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #1f130a;
}

.page-bb30c6 .entry-content td,
.page-bb30c6 .page-content td {
    padding: 8px 12px;
    border: 1px solid #404040;
    text-align: left;
}

.page-bb30c6 .entry-content tr:hover td,
.page-bb30c6 .page-content tr:hover td {
    background: #fef5ef;
}

.vnxa__wrap {
    background: #1f130a;
    color: #bfbfbf;
    padding: 50px 0 0 0;
    margin-top: 50px;
    border-top: 2px solid #f68731;
}

.vnxa__grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
}

.vnxa__col {
    min-width: 0;
}

.vnxa__col-title {
    font-family: 'ShieldmidnightHeading', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.vnxa__col-blurb {
    margin: 0;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #b0b0b0;
}

.vnxa__menu,
.vnxa__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vnxa__menu a,
.vnxa__list a {
    color: #bfbfbf;
    text-decoration: none;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.vnxa__menu a:hover,
.vnxa__list a:hover {
    color: #f68731;
}

.vnxa__contact-line {
    margin: 0;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    word-break: break-word;
}

.vnxa__bottom-row {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 18px 0;
}

.vnxa__bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vnxa__copyright {
    margin: 0;
    font-family: 'ShieldmidnightBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
    text-align: center;
}

@media (max-width: 768px) {
    .vnxa__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .vnxa__grid {
        grid-template-columns: 1fr;
    }
}
