/* ==========================================================================
   Turbo Forge Design — Complete Visual Styling
   Design slug: design-turbo-forge
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Font Declarations
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'TurboforgeHeading';
    src: url('../fonts/archivoblack-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

/* --------------------------------------------------------------------------
   2. GP Remnant Safety Rule (ONLY allowed !important usage)
   -------------------------------------------------------------------------- */
.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

/* --------------------------------------------------------------------------
   3. Body / Page Background
   -------------------------------------------------------------------------- */
.design-turbo-forge {
    background-color: #ffffff;
    
    background-image: repeating-linear-gradient(0deg, rgba(238,32,101,0.03), rgba(238,32,101,0.03) 1px, transparent 1px, transparent 20px);
}

/* --------------------------------------------------------------------------
   4. Skip Link
   -------------------------------------------------------------------------- */
.turhdr-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #ee2065;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

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

/* --------------------------------------------------------------------------
   5. Content Area
   -------------------------------------------------------------------------- */
.turhdr-site-content {
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    min-height: 50vh;
}

/* --------------------------------------------------------------------------
   6. Content Typography (scoped with body class)
   -------------------------------------------------------------------------- */
.design-turbo-forge h1,
.design-turbo-forge h2,
.design-turbo-forge h3,
.design-turbo-forge h4,
.design-turbo-forge h5 {
    font-family: 'TurboforgeHeading', Arial, sans-serif;
    color: #140d1c;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.design-turbo-forge h1 { font-size: 2rem; }
.design-turbo-forge h2 { font-size: 1.7rem; }
.design-turbo-forge h3 { font-size: 1.3rem; }
.design-turbo-forge h4 { font-size: 1.2rem; }
.design-turbo-forge h5 { font-size: 1.05rem; }

.design-turbo-forge body,
.design-turbo-forge p,
.design-turbo-forge li,
.design-turbo-forge td,
.design-turbo-forge th {
    font-family: 'TurboforgeBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.7;
}

.design-turbo-forge p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

/* Links */
.design-turbo-forge a {
    color: #ee2065;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.design-turbo-forge a:hover {
    color: #db0a50;
}

/* Lists */
.design-turbo-forge ul,
.design-turbo-forge ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.design-turbo-forge li {
    margin-bottom: 0.4em;
}

/* Images */
.design-turbo-forge .entry-content img,
.design-turbo-forge .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

/* Dividers */
.design-turbo-forge hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

/* --------------------------------------------------------------------------
   7. CTA Button (in header)
   -------------------------------------------------------------------------- */
.turhdr-cta {
    display: none;
    padding: 12px 32px;
    background: #ee2065;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: 'TurboforgeBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.turhdr-cta:hover {
    background: #db0a50;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

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


/* --------------------------------------------------------------------------
   Header — Split (Top Bar + Nav Bar)
   -------------------------------------------------------------------------- */
.turhdr-topbar {
    background: #ee2065;
    padding: 0;
}

.turhdr-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: right;
}

.turhdr-topbar-text {
    font-family: 'TurboforgeBody', Arial, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.turhdr-wrap {
    background: #140d1c;
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

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

.turhdr-brand {
    flex-shrink: 0;
}

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

.turhdr-brand img {
    max-height: 40px;
    width: auto;
    display: block;
}

.turhdr-sitename {
    font-family: 'TurboforgeHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.turhdr-sitename:hover {
    color: #ee2065;
}

/* Navigation */
.turhdr-nav {
    display: flex;
    align-items: center;
}

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

.turhdr-menu li {
    position: relative;
}

.turhdr-menu > li > a {
    display: block;
    padding: 0 16px;
    line-height: 62px;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'TurboforgeBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.turhdr-menu > li > a:hover,
.turhdr-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(238, 32, 101, 0.18);
    border-radius: 10px;
}

/* Dropdown */
.turhdr-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #0a060e;
    border-top: 2px solid #ee2065;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    display: none;
    z-index: 200;
}

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

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

.turhdr-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(238, 32, 101, 0.18);
}

/* Mobile Menu Toggle (hidden on desktop) */
.turhdr-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

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

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

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

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


/* --------------------------------------------------------------------------
   Tables — Minimal Style
   -------------------------------------------------------------------------- */
.design-turbo-forge .entry-content table,
.design-turbo-forge .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.design-turbo-forge .entry-content th,
.design-turbo-forge .page-content th {
    background: transparent;
    color: #140d1c;
    padding: 10px 14px;
    text-align: left;
    font-family: 'TurboforgeHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    border-bottom: 2px solid #140d1c;
}

.design-turbo-forge .entry-content td,
.design-turbo-forge .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.design-turbo-forge .entry-content tr:hover td,
.design-turbo-forge .page-content tr:hover td {
    background: #feedf3;
}


/* --------------------------------------------------------------------------
   Footer — Minimal Single Line
   -------------------------------------------------------------------------- */
.turft-wrap {
    background: #140d1c;
    color: #b8b8b8;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 4px solid #ee2065;
}

.turft-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.turft-line {
    margin: 0 0 8px;
    font-family: 'TurboforgeBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

.turft-nav {
    margin-top: 8px;
}

.turft-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.turft-menu a {
    color: #b8b8b8;
    text-decoration: none;
    font-family: 'TurboforgeBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.turft-menu a:hover {
    color: #ee2065;
}


/* --------------------------------------------------------------------------
   Responsive — Tablet (768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    /* Show hamburger */
    .turhdr-toggle {
        display: flex;
    }

    /* Hide desktop nav, show when toggled */
    .turhdr-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0a060e;
        border-top: 2px solid #ee2065;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

    /* Dropdown on mobile: always visible */
    .turhdr-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;
    }

    /* Footer adjustments */
    .turft-inner {
        flex-direction: column;
        text-align: center;
    }

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

    /* Content */
    .turhdr-site-content {
        padding: 25px 15px 40px;
    }
}

/* --------------------------------------------------------------------------
   Responsive — Mobile (480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
    .turhdr-inner {
        height: 60px;
        padding: 0 15px;
    }

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

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

    .design-turbo-forge h1 { font-size: 1.6rem; }
    .design-turbo-forge h2 { font-size: 1.35rem; }
    .design-turbo-forge h3 { font-size: 1.15rem; }

    .design-turbo-forge p {
        font-size: 0.95rem;
    }

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