

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

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

.wp-1215b8 {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(223,179,7,0.03) 1px, transparent 1px); background-size: 20px 20px;
}

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

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

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

.wp-1215b8 h1,
.wp-1215b8 h2,
.wp-1215b8 h3,
.wp-1215b8 h4,
.wp-1215b8 h5 {
    font-family: 'OmegastormHeading', Arial, sans-serif;
    color: #110c08;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.wp-1215b8 h1 { font-size: 2.2rem; }
.wp-1215b8 h2 { font-size: 1.6rem; }
.wp-1215b8 h3 { font-size: 1.4rem; }
.wp-1215b8 h4 { font-size: 1.2rem; }
.wp-1215b8 h5 { font-size: 0.95rem; }

.wp-1215b8 .entry-content > :first-child,
.wp-1215b8 article > :first-child {
    margin-top: 0;
}

.wp-1215b8 body,
.wp-1215b8 p,
.wp-1215b8 li,
.wp-1215b8 td,
.wp-1215b8 th {
    font-family: 'OmegastormBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.7;
}

.wp-1215b8 p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.wp-1215b8 a {
    color: #dfb307;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.wp-1215b8 a:hover {
    color: #bc9601;
}

.wp-1215b8 ul,
.wp-1215b8 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.wp-1215b8 li {
    margin-bottom: 0.4em;
}

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

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

.wp-1215b8 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.kutkshdr-cta {
    display: none;
    padding: 12px 32px;
    background: #dfb307;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'OmegastormBody', 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;
}

.kutkshdr-cta:hover {
    background: #bc9601;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(223,179,7,0.35);
    transform: translateY(-3px);
}

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

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

.wp-1215b8 .entry-content th,
.wp-1215b8 .page-content th {
    background: #110c08;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'OmegastormHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.wp-1215b8 .entry-content td,
.wp-1215b8 .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.wp-1215b8 .entry-content tr:nth-child(even) td,
.wp-1215b8 .page-content tr:nth-child(even) td {
    background: #f8f8f8;
}

.wp-1215b8 .entry-content tr:hover td,
.wp-1215b8 .page-content tr:hover td {
    background: #fcf9eb;
}

.kutksft-wrap {
    background: #110c08;
    color: #b8b8b8;
    padding: 50px 0 0 0;
    margin-top: 50px;
    border-top: 3px solid #dfb307;
}

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

.kutksft-col {
    min-width: 0;
}

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

.kutksft-col-blurb {
    margin: 0;
    font-family: 'OmegastormBody', Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #999999;
}

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

.kutksft-menu a,
.kutksft-list a {
    color: #b8b8b8;
    text-decoration: none;
    font-family: 'OmegastormBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.kutksft-menu a:hover,
.kutksft-list a:hover {
    color: #dfb307;
}

.kutksft-contact-line {
    margin: 0;
    font-family: 'OmegastormBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #999999;
    word-break: break-word;
}

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

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

.kutksft-copyright {
    margin: 0;
    font-family: 'OmegastormBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #999999;
    text-align: center;
}

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

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

.kutkshdr-wrap {
    background: #110c08;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.kutkshdr-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(223, 179, 7, 0.25);
    background: #110c08;
}

.kutkshdr-brand {
    display: inline-block;
}

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

.kutkshdr-brand img {
    max-height: 50px;
    width: auto;
    display: block;
}

.kutkshdr-sitename {
    font-family: 'OmegastormHeading', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.kutkshdr-sitename:hover {
    color: #dfb307;
}

.kutkshdr-navrow {
    background: #110c08;
    border-bottom: 3px solid #dfb307;
}

.kutkshdr-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 51px;
}

.kutkshdr-nav {
    display: flex;
    align-items: center;
}

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

.kutkshdr-menu li {
    position: relative;
}

.kutkshdr-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    color: #e6e6e6;
    text-decoration: none;
    font-family: 'OmegastormBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kutkshdr-menu > li > a:hover,
.kutkshdr-menu > li.current-menu-item > a {
    color: #dfb307;
    background: rgba(223, 179, 7, 0.15);
    border-radius: 12px;
}

.kutkshdr-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #030202;
    border-top: 2px solid #dfb307;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: none;
    z-index: 200;
}

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

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

.kutkshdr-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(223, 179, 7, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-1215b8 h1 { font-size: 1.6rem; }
    .wp-1215b8 h2 { font-size: 1.35rem; }
    .wp-1215b8 h3 { font-size: 1.15rem; }

    .wp-1215b8 p {
        font-size: 0.95rem;
    }

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