/* ==========================================================================
   Supreme Zone Design — Complete Visual Styling
   Design slug: design-supreme-zone
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Font Declarations
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'SupremezoneHeading';
    src: url('../fonts/saira-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SupremezoneBody';
    src: url('../fonts/outfit-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-supreme-zone {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(76,138,220,0.02) 1px, transparent 1px); background-size: 20px 20px;
}

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

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

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

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

.design-supreme-zone h1 { font-size: 2.2rem; }
.design-supreme-zone h2 { font-size: 1.6rem; }
.design-supreme-zone h3 { font-size: 1.4rem; }
.design-supreme-zone h4 { font-size: 1.2rem; }
.design-supreme-zone h5 { font-size: 1rem; }

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

.design-supreme-zone p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

/* Links */
.design-supreme-zone a {
    color: #4c8adc;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.design-supreme-zone a:hover {
    color: #2473db;
}

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

.design-supreme-zone li {
    margin-bottom: 0.4em;
}

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

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

/* --------------------------------------------------------------------------
   7. CTA Button (in header)
   -------------------------------------------------------------------------- */
.suphdr-cta {
    display: none;
    padding: 11px 26px;
    background: #4c8adc;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'SupremezoneBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.suphdr-cta:hover {
    background: #2473db;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transform: none;
}

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


/* --------------------------------------------------------------------------
   Header — Centered Brand
   -------------------------------------------------------------------------- */
.suphdr-wrap {
    background: #22282f;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.suphdr-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(76, 138, 220, 0.2);
}

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

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

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

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

.suphdr-sitename:hover {
    color: #4c8adc;
}

.suphdr-navrow {
    background: #1c222b;
    border-bottom: 1px solid #4c8adc;
}

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

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

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

.suphdr-menu li {
    position: relative;
}

.suphdr-menu > li > a {
    display: block;
    padding: 0 20px;
    line-height: 61px;
    color: #e6e6e6;
    text-decoration: none;
    font-family: 'SupremezoneBody', 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;
}

.suphdr-menu > li > a:hover,
.suphdr-menu > li.current-menu-item > a {
    color: #4c8adc;
    background: rgba(76, 138, 220, 0.12);
    border-radius: 4px;
}

/* Dropdown */
.suphdr-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #1c222b;
    border-top: 2px solid #4c8adc;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

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

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

.suphdr-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(76, 138, 220, 0.12);
}

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

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

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

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

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


/* --------------------------------------------------------------------------
   Tables — Card Style (rounded, elevated)
   -------------------------------------------------------------------------- */
.design-supreme-zone .entry-content table,
.design-supreme-zone .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: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.design-supreme-zone .entry-content th,
.design-supreme-zone .page-content th {
    background: #22282f;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'SupremezoneHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.design-supreme-zone .entry-content tr:last-child td,
.design-supreme-zone .page-content tr:last-child td {
    border-bottom: none;
}

.design-supreme-zone .entry-content tr:nth-child(even) td,
.design-supreme-zone .page-content tr:nth-child(even) td {
    background: #f8f8f8;
}

.design-supreme-zone .entry-content tr:hover td,
.design-supreme-zone .page-content tr:hover td {
    background: #f1f6fc;
}


/* --------------------------------------------------------------------------
   Footer — Stacked Two-Row
   -------------------------------------------------------------------------- */
.supft-wrap {
    background: #22282f;
    color: #a6a6a6;
    margin-top: 40px;
    border-top: 1px solid #4c8adc;
}

.supft-links-row {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

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

.supft-menu a {
    color: #a6a6a6;
    text-decoration: none;
    font-family: 'SupremezoneBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.supft-menu a:hover {
    color: #4c8adc;
}

.supft-info-row {
    padding: 15px 0;
}

.supft-info-row .supft-row-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.supft-copyright {
    margin: 0;
    font-family: 'SupremezoneBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

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


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

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

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

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

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

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

    /* Dropdown on mobile: always visible */
    .suphdr-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 */
    .supft-inner {
        flex-direction: column;
        text-align: center;
    }

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

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

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

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

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

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

    .design-supreme-zone p {
        font-size: 0.95rem;
    }

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