

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

@font-face {
    font-family: 'CriarenaBody';
    src: url('../fonts/lato-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-9e52f9 {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(30,204,169,0.02) 1px, transparent 1px); background-size: 20px 20px;
}

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

.hjstnSkip:focus {
    top: 0;
}

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

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

.s-9e52f9 h1 { font-size: 2.2rem; }
.s-9e52f9 h2 { font-size: 1.7rem; }
.s-9e52f9 h3 { font-size: 1.4rem; }
.s-9e52f9 h4 { font-size: 1.15rem; }
.s-9e52f9 h5 { font-size: 0.95rem; }

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

.s-9e52f9 body,
.s-9e52f9 p,
.s-9e52f9 li,
.s-9e52f9 td,
.s-9e52f9 th {
    font-family: 'CriarenaBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.75;
}

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

.s-9e52f9 a {
    color: #1ecca9;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.s-9e52f9 a:hover {
    color: #14ad8f;
}

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

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

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

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

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

.hjstnCta {
    display: none;
    padding: 10px 24px;
    background: #1ecca9;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'CriarenaBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.hjstnCta:hover {
    background: #14ad8f;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transform: none;
}

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

.s-9e52f9 .entry-content table,
.s-9e52f9 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.s-9e52f9 .entry-content th,
.s-9e52f9 .page-content th {
    background: transparent;
    color: #0e251d;
    padding: 8px 12px;
    text-align: left;
    font-family: 'CriarenaHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 2px solid #0e251d;
}

.s-9e52f9 .entry-content td,
.s-9e52f9 .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

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

.dnhbxWrap {
    background: #0e251d;
    color: #b5b5b5;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #1ecca9;
}

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

.dnhbxCopyright p {
    margin: 0;
    font-family: 'CriarenaBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #999999;
}

.dnhbxMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.dnhbxMenu a {
    color: #b5b5b5;
    text-decoration: none;
    font-family: 'CriarenaBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.dnhbxMenu a:hover {
    color: #1ecca9;
}

.dnhbxSmall {
    margin: 0;
    font-family: 'CriarenaBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #777777;
}

.hjstnWrap {
    background: linear-gradient(135deg, #0e251d 0%, #0b1914 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: none;
}

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

.hjstnBrand {
    flex-shrink: 0;
}

.hjstnBrand a {
    text-decoration: none;
}

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

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

.hjstnSitename:hover {
    color: #1ecca9;
}

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

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

.hjstnMenu li {
    position: relative;
}

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

.hjstnMenu > li > a:hover,
.hjstnMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(30, 204, 169, 0.15);
    border-radius: 4px;
}

.hjstnMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #0b1914;
    border-top: 2px solid #1ecca9;
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    z-index: 200;
}

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

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

.hjstnMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(30, 204, 169, 0.15);
}

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

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

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

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

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

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

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

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

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

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

    .hjstnSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .hjstnSearchInput {
        width: 100%;
    }

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

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

    .dnhbxMenu {
        justify-content: center;
    }

    
    .hjstnSiteContent {
        padding: 25px 15px 40px;
    }
}

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

    .hjstnSitename {
        font-size: 1.15rem;
    }

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

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

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

    .hjstnSiteContent {
        padding: 20px 12px 30px;
    }
}
