/*
Theme Name: GOJO Custom Theme
Theme URI: https://gojo.blog
Author: Mariam
Description: Ultra-fast custom theme for GOJO Blog with 3D flip cards and perfect performance.
Version: 1.0
License: GPL v2
Text Domain: gojo-theme
*/
/* ========== RESET & BASE ========== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#07070a;color:#f1f5f9;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{color:#ffd700;font-weight:800;letter-spacing:-0.02em}
a{color:#39ff14;text-decoration:none;transition:all .2s ease}
a:hover{color:#7fff6e}
img{max-width:100%;height:auto;display:block}

/* ========== BUTTONS ========== */
.btn,button[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:#ffd000;color:#07070a !important;font-weight:800;padding:10px 26px;border-radius:999px;border:2px solid #ffd000;font-size:14px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;text-decoration:none;transition:all .2s}
.btn:hover,button[type="submit"]:hover{background:#fff;border-color:#fff;transform:translateY(-2px);color:#07070a !important}
.btn-lg{padding:14px 32px;font-size:15px}

/* ========== INPUTS ========== */
input[type="text"],input[type="email"],input[type="search"]{background:#fff;color:#0a0a12;border:2px solid #fff;border-radius:8px;padding:12px 16px;font-size:14px;width:100%;font-weight:500}
input:focus{border-color:#ffd700;outline:none;box-shadow:0 0 0 3px rgba(255,215,0,.3)}
input::placeholder{color:#64748b}

/* ========== HEADER ========== */
.site-hdr{background:rgba(10,10,18,.98);border-bottom:2px solid #ffd700;position:sticky;top:0;z-index:9999;box-shadow:0 4px 20px rgba(0,0,0,.6)}
.hdr-inner{max-width:1300px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:30px;height:76px}
.brand{font-size:26px;font-weight:900;letter-spacing:-1px;text-decoration:none}
.brand-main{color:#ffd700}
.brand-sub{color:#fff;font-weight:500}
.main-nav{display:flex;gap:6px;justify-content:center}
.main-nav a{padding:8px 16px;border-radius:8px;font-size:15px;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;transition:all .2s}
.main-nav a:hover,.main-nav a.active{color:#ffd700;background:rgba(255,215,0,.15)}

.search-wrap{position:relative;width:280px}
.search-input{border-radius:999px !important;padding:10px 40px 10px 18px !important}
.search-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#0a0a12;pointer-events:none}
.search-results{position:absolute;top:115%;left:0;right:0;background:#fff;border:2px solid #ffd700;border-radius:12px;max-height:400px;overflow-y:auto;display:none;box-shadow:0 15px 40px rgba(0,0,0,.4);z-index:10000}
.search-results.open{display:block}
.search-results a{display:block;padding:12px 16px;color:#0a0a12;font-size:14px;border-bottom:1px solid #e5e7eb;font-weight:600;text-decoration:none}
.search-results a:hover{background:#fef3c7;color:#0a0a12}
.search-results .badge{background:#ffd700;color:#0a0a12;font-size:10px;padding:2px 8px;border-radius:10px;margin-left:8px;text-transform:uppercase;font-weight:800}
.search-results .msg{padding:16px;color:#64748b;font-size:13px;text-align:center}

.mob-toggle{display:none;background:transparent;border:2px solid #fff;border-radius:8px;color:#fff;font-size:22px;cursor:pointer;padding:4px 12px}
.mob-menu{display:none;background:#0a0a12;padding:20px 24px;border-top:1px solid rgba(255,215,0,.2)}
.mob-menu.open{display:block}
.mob-menu a{display:block;padding:14px 0;color:#fff;font-weight:600;font-size:16px;border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none}
.mob-search{width:100%;margin-top:20px}

/* ========== FOOTER ========== */
.site-ftr{background:#0a0a12;border-top:2px solid #ffd700;padding:70px 24px 30px;margin-top:60px;color:#fff}
.ftr-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}
.ftr-brand p{color:#e2e8f0;font-size:15px;line-height:1.7;margin-top:14px}
.ftr-col h4{font-size:15px;color:#ffd700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-weight:800}
.ftr-col ul{list-style:none;padding:0}
.ftr-col ul li{margin-bottom:12px}
.ftr-col ul li a{color:#fff;font-size:15px;font-weight:500;text-decoration:none}
.ftr-col ul li a:hover{color:#ffd700}
.ftr-col p{color:#e2e8f0;font-size:14px;margin-bottom:14px}
.ftr-col form{display:flex;flex-direction:column;gap:10px}
.ftr-bottom{max-width:1200px;margin:50px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;font-size:14px;color:#fff;flex-wrap:wrap;gap:14px}
.ftr-bottom a{color:#fff;margin-left:20px;text-decoration:none}
.ftr-bottom a:hover{color:#ffd700}

.scroll-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:12px;background:#ffd700;border:2px solid #ffd700;color:#0a0a12;font-size:22px;font-weight:900;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:9998;box-shadow:0 8px 25px rgba(255,215,0,.4)}
.scroll-top.visible{display:flex}
.scroll-top:hover{background:#fff;border-color:#fff}

/* ========== HOME PAGE ========== */
.container{max-width:900px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section.dark{background:#0c0c14;border-top:1px solid rgba(255,215,0,.05);border-bottom:1px solid rgba(255,215,0,.05)}
.section h2{font-size:36px;text-align:center;margin-bottom:16px}
.section p{font-size:17px;color:#cbd5e1;max-width:760px;margin:0 auto 20px;text-align:center;line-height:1.8}
.divider{width:80px;height:4px;background:linear-gradient(90deg,#ffd700,#39ff14);border-radius:4px;margin:0 auto 40px}
.hero{padding:80px 0 60px;text-align:center;background:radial-gradient(ellipse at 50% 0%,#16162a 0%,#07070a 80%)}
.badge{display:inline-block;background:#ffd000;color:#07070a;font-size:11px;font-weight:800;padding:8px 22px;border-radius:30px;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}
.hero h1{font-size:clamp(32px,5vw,52px);margin-bottom:16px;max-width:800px;margin-left:auto;margin-right:auto}
.hero-meta{color:#94a3b8;margin-bottom:40px;font-size:14px}
.hero-meta strong{color:#ffd700}
.hero-img{max-width:800px;margin:0 auto;border-radius:16px;overflow:hidden;border:2px solid rgba(255,215,0,.2);box-shadow:0 20px 60px rgba(0,0,0,.5)}
.hero-img img{width:100%;height:auto}

.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:820px;margin:30px auto 0}
.feat-card{background:#111122;border:1px solid rgba(255,215,0,.1);border-radius:12px;padding:28px;text-align:left;transition:all .25s}
.feat-card:hover{transform:translateY(-4px);border-color:#39ff14}
.feat-card h3{font-size:20px;margin-bottom:10px}
.feat-card p{font-size:15px;color:#cbd5e1;text-align:left;margin:0;line-height:1.7}
.feat-card.wide{grid-column:1/-1}

.highlight-box{background:linear-gradient(135deg,#16112c,#07070a);border:1px solid rgba(255,215,0,.2);border-radius:16px;padding:50px 40px;text-align:center;max-width:820px;margin:0 auto}

.feat-list{max-width:820px;margin:30px auto 0;list-style:none;padding:0}
.feat-list li{background:#111122;border:1px solid rgba(255,255,255,.05);border-left:4px solid #39ff14;padding:18px 24px;margin-bottom:12px;border-radius:8px;font-size:15px;text-align:left;color:#f1f5f9}
.feat-list li strong{color:#ffd700}

.table-wrap{max-width:820px;margin:30px auto 0;overflow-x:auto;border-radius:12px;border:1px solid rgba(255,215,0,.15);background:#111122}
.data-table{width:100%;border-collapse:collapse;font-size:14px;min-width:600px}
.data-table thead{background:rgba(255,215,0,.1)}
.data-table th{padding:16px 20px;color:#ffd700;font-weight:800;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:1px}
.data-table td{padding:14px 20px;border-top:1px solid rgba(255,255,255,.05);color:#f1f5f9}
.data-table td:first-child{color:#39ff14;font-weight:700}

.figure{max-width:820px;margin:0 auto;text-align:center}
.figure img{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1)}
.figure figcaption{font-size:13px;color:#94a3b8;margin-top:12px;font-style:italic}

.faq-list{max-width:820px;margin:30px auto 0}
.faq-item{background:#111122;border:1px solid rgba(255,255,255,.05);margin-bottom:12px;border-radius:8px;overflow:hidden}
.faq-item button{width:100%;padding:18px 22px;background:transparent;border:none;color:#f1f5f9;font-weight:700;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;min-height:auto}
.faq-item button .icon{width:30px;height:30px;background:rgba(255,215,0,.1);color:#ffd700;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s;flex-shrink:0}
.faq-item.open button .icon{background:#ffd700;color:#07070a;transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-inner{padding:0 22px 20px;color:#cbd5e1;font-size:14px;line-height:1.8}

.cta-box{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#111122,#180e22);border-radius:16px;max-width:820px;margin:40px auto;border:1px solid rgba(255,215,0,.2)}
.cta-box h3{font-size:30px;margin-bottom:12px}
.cta-box p{color:#cbd5e1;max-width:500px;margin:0 auto 24px}

/* ========== BLOG PAGE ========== */
.blog-wrap{max-width:1200px;margin:0 auto;padding:40px 24px 80px}
.blog-header{text-align:center;margin-bottom:50px}
.blog-header h1{font-size:46px;margin-bottom:10px}
.blog-header p{color:#94a3b8;font-size:17px}

.flip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}
.flip-card{perspective:1200px;height:350px;cursor:pointer;outline:none}
.flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.8,.2,1);border-radius:16px}
.flip-card:hover .flip-card-inner,.flip-card:focus .flip-card-inner,.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}
.flip-front,.flip-back{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;padding:18px;display:flex;flex-direction:column;border:1px solid rgba(255,215,0,.2);box-shadow:0 10px 30px rgba(0,0,0,.5)}
.flip-front{background:linear-gradient(135deg,#111122,#07070a)}
.flip-front img{width:100%;height:160px;object-fit:cover;border-radius:10px;margin-bottom:12px}
.flip-front .card-title{color:#ffd700;font-size:16px;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.flip-front .card-date{color:#94a3b8;font-size:12px;margin-top:6px}
.flip-hint{position:absolute;bottom:12px;right:12px;background:rgba(255,208,0,.15);color:#ffd000;padding:3px 10px;border-radius:20px;font-size:10px;font-weight:800}
.flip-back{background:linear-gradient(135deg,#180e22,#07070a);transform:rotateY(180deg);justify-content:space-between;border-color:rgba(57,255,20,.3)}
.flip-back h3{font-size:17px;line-height:1.3;margin-bottom:8px}
.flip-back .excerpt{color:#cbd5e1;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;flex:1;margin-bottom:12px}
.read-btn{font-size:12px !important;padding:8px 18px !important;min-height:36px !important}

.normal-list{border-top:2px solid rgba(255,215,0,.1);padding-top:40px}
.normal-list h2{font-size:26px;margin-bottom:24px}
.list-post{display:flex;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.05);transition:transform .2s}
.list-post:hover{transform:translateX(4px)}
.list-num{color:#ffd700;font-size:20px;font-weight:900;min-width:40px;opacity:.5}
.list-thumb{width:90px;height:65px;object-fit:cover;border-radius:8px;flex-shrink:0}
.list-info{flex:1}
.list-info h3 a{color:#fff;font-size:17px;font-weight:600}
.list-info h3 a:hover{color:#ffd700}
.list-meta{color:#94a3b8;font-size:13px;display:flex;gap:12px;margin-top:4px}
.cat-tag{color:#39ff14;font-weight:700}

.pagination{display:flex;justify-content:center;gap:8px;margin-top:50px;flex-wrap:wrap}
.pagination .page-numbers{padding:10px 18px;border-radius:999px;background:#111122;color:#fff;border:1px solid #282845;font-weight:700;text-decoration:none}
.pagination .page-numbers.current,.pagination .page-numbers:hover{background:#ffd000;color:#07070a;border-color:#ffd000}

/* ========== SINGLE POST ========== */
.single-wrap{max-width:860px;margin:50px auto 80px;padding:0 24px}
.single-hdr{text-align:center;margin-bottom:50px}
.single-cat{display:inline-block;background:#ffd700;color:#0a0a12;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;padding:8px 20px;border-radius:999px;margin-bottom:20px}
.single-hdr h1{font-size:clamp(32px,5vw,54px);line-height:1.15;margin:0 0 18px;color:#ffd700}
.single-meta{color:#94a3b8;font-size:15px}
.single-meta strong{color:#ffd700}
.single-feat{margin-top:40px;border-radius:16px;overflow:hidden;border:2px solid rgba(255,215,0,.25);box-shadow:0 20px 50px rgba(0,0,0,.6)}
.single-feat img{width:100%;height:auto}
.single-body{font-size:18px;line-height:1.9;color:#f1f5f9}
.single-body p{margin:0 0 26px;color:#f1f5f9}
.single-body h2{font-size:32px;color:#ffd700;margin:50px 0 20px}
.single-body h3{font-size:26px;color:#ffd700;margin:40px 0 16px}
.single-body h4{font-size:22px;color:#ffd700;margin:30px 0 14px}
.single-body a{color:#39ff14;text-decoration:underline}
.single-body a:hover{color:#7fff6e}
.single-body img{max-width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,215,0,.15);margin:30px 0}
.single-body ul,.single-body ol{margin:0 0 26px 24px;color:#f1f5f9}
.single-body li{margin-bottom:12px;color:#f1f5f9;font-size:17px}
.single-body blockquote{border-left:4px solid #ffd700;padding:20px 26px;background:#111122;margin:30px 0;border-radius:0 12px 12px 0;font-style:italic;color:#fff}
.single-body strong{color:#ffd700}
.single-body table{width:100%;border-collapse:collapse;margin:30px 0;background:#111122;border-radius:12px;overflow:hidden}
.single-body th{background:rgba(255,215,0,.15);color:#ffd700;padding:14px 18px;text-align:left;font-weight:800}
.single-body td{padding:14px 18px;border-top:1px solid rgba(255,255,255,.1);color:#fff}

.single-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:70px;padding-top:40px;border-top:2px solid rgba(255,215,0,.15)}
.single-nav a{display:block;padding:20px 24px;background:#111122;border:2px solid rgba(255,215,0,.2);border-radius:12px;color:#fff;text-decoration:none;transition:all .25s}
.single-nav a:hover{background:#ffd700;color:#0a0a12;border-color:#ffd700;transform:translateY(-3px)}
.single-nav .next{text-align:right}
.nav-lbl{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ffd700;margin-bottom:8px}
.single-nav a:hover .nav-lbl{color:#0a0a12}
.nav-ttl{display:block;font-size:16px;font-weight:700;line-height:1.4}

/* ========== PAGES ========== */
.page-wrap{max-width:860px;margin:50px auto 80px;padding:0 24px}
.page-title{font-size:42px;text-align:center;margin-bottom:40px;color:#ffd700}
.page-content{font-size:17px;line-height:1.8;color:#f1f5f9}
.page-content p{margin-bottom:20px}

/* ========== RESPONSIVE ========== */
@media(max-width:1000px){.flip-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:950px){
    .main-nav,.hdr-inner .search-wrap{display:none}
    .hdr-inner{grid-template-columns:auto 1fr auto;gap:16px}
    .mob-toggle{display:block;justify-self:end}
    .ftr-inner{grid-template-columns:1fr;gap:30px}
    .ftr-bottom{flex-direction:column;text-align:center}
}
@media(max-width:750px){
    .flip-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .flip-card{height:300px}
    .list-post{flex-wrap:wrap}
    .feat-grid{grid-template-columns:1fr}
    .section{padding:60px 0}
    .section h2{font-size:28px}
    .hero{padding:60px 0 40px}
    .single-nav{grid-template-columns:1fr}
    .single-nav .next{text-align:left}
}
@media(max-width:480px){
    .flip-grid{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto}
    .flip-card{height:340px}
    .hero h1{font-size:28px}
    .highlight-box{padding:30px 20px}
    .cta-box{padding:40px 24px}
}
/* Single tags */
.single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.single-tags a {
    display: inline-block;
    padding: 6px 14px;
    background: #111122;
    border: 1px solid rgba(255,215,0,0.2);
    border-radius: 999px;
    color: #ffd700 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}
.single-tags a:hover {
    background: #ffd700;
    color: #07070a !important;
}
/* =========================================================
   GOJO FINAL COLOR THEME
   Background: Black
   Headings: Yellow + Centered
   Content Text: White
   ========================================================= */

/* Global background */
html,
body,
.site,
.site-main,
.page-wrap,
.single-wrap,
.blog-wrap,
.container,
.section {
    background-color: #000000 !important;
}

body {
    color: #ffffff !important;
}

/* All headings yellow + centered */
h1, h2, h3, h4, h5, h6,
.page-title,
.blog-header h1,
.single-hdr h1,
.hero h1,
.section h2,
.highlight-box h2,
.cta-box h3,
.feat-card h3,
.normal-list h2,
.flip-front .card-title,
.flip-back h3 {
    color: #ffd700 !important;
    text-align: center !important;
}

/* Main content text white */
p,
li,
span,
td,
th,
.single-body,
.single-body p,
.single-body li,
.page-content,
.page-content p,
.section p,
.feat-card p,
.faq-inner,
.faq-inner p,
.excerpt,
.list-info,
.list-meta,
.hero-meta,
.single-meta,
.figure figcaption,
.feat-list li {
    color: #ffffff !important;
}

/* Keep strong/gold accents readable */
strong,
b,
.brand-main,
.single-meta strong,
.hero-meta strong,
.cat-tag,
.list-num,
.data-table td:first-child {
    color: #ffd700 !important;
}

/* Center section content blocks */
.section .container,
.hero .container,
.blog-header,
.single-hdr,
.page-wrap,
.cta-box,
.highlight-box {
    text-align: center !important;
}

/* Left-align only long article reading text for better readability */
.single-body,
.single-body p,
.single-body li,
.page-content,
.page-content p {
    text-align: left !important;
}

/* Cards and boxes on pure black */
.feat-card,
.highlight-box,
.cta-box,
.faq-item,
.table-wrap,
.data-table,
.flip-front,
.flip-back,
.list-post,
.search-results,
.single-feat,
.hero-img {
    background-color: #0a0a0a !important;
}

/* Table text */
.data-table th {
    color: #ffd700 !important;
    text-align: center !important;
}
.data-table td {
    color: #ffffff !important;
    text-align: center !important;
}

/* FAQ buttons */
.faq-item button {
    color: #ffffff !important;
}
.faq-item button span:first-child {
    color: #ffffff !important;
    text-align: left !important;
}

/* Links */
a {
    color: #39ff14 !important;
}
a:hover {
    color: #7fff6e !important;
}

/* Header/Footer stay dark black */
.site-hdr,
.site-ftr,
.mob-menu {
    background-color: #000000 !important;
}

/* Header/Footer text white */
.site-hdr,
.site-hdr a,
.main-nav a,
.mob-menu a,
.site-ftr,
.site-ftr p,
.site-ftr a,
.ftr-bottom,
.ftr-bottom a {
    color: #ffffff !important;
}

/* Brand yellow + white */
.brand-main {
    color: #ffd700 !important;
}
.brand-sub {
    color: #ffffff !important;
}

/* Active menu gold */
.main-nav a.active,
.main-nav a:hover,
.mob-menu a:hover {
    color: #ffd700 !important;
}

/* Buttons remain high contrast */
.btn,
.btn-lg,
.read-btn,
button[type="submit"],
.scroll-top {
    background: #ffd700 !important;
    color: #000000 !important;
    border-color: #ffd700 !important;
}
.btn:hover,
.btn-lg:hover,
.read-btn:hover,
button[type="submit"]:hover,
.scroll-top:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* Pagination */
.pagination .page-numbers {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #ffd700 !important;
    color: #000000 !important;
    border-color: #ffd700 !important;
}

/* Divider */
.divider {
    background: linear-gradient(90deg, #ffd700, #ffffff) !important;
}

/* Make sure dark sections are still black */
.section.dark {
    background-color: #000000 !important;
    border-color: rgba(255, 215, 0, 0.12) !important;
}

/* Center home paragraph blocks */
.section p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Feature list text white, titles yellow already handled */
.feat-list li {
    text-align: left !important;
}

/* Single post title already centered */
.single-hdr,
.single-cat,
.single-meta {
    text-align: center !important;
}
/* =========================================================
   GLOBAL SINGLE POST STYLING
   Write normal posts - no Custom HTML needed
   ========================================================= */

/* Post container */
.single-wrap,
.single-body {
    color: #ffffff !important;
}

/* Title */
.single-hdr h1 {
    color: #ffd700 !important;
    text-align: center !important;
}

/* Meta */
.single-meta,
.single-meta span {
    color: #d1d5db !important;
    text-align: center !important;
}
.single-meta strong {
    color: #ffd700 !important;
}

/* Category badge */
.single-cat {
    background: #ffd700 !important;
    color: #000000 !important;
}

/* Headings inside post content */
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
    color: #ffd700 !important;
    text-align: left !important;
    line-height: 1.3 !important;
    margin: 36px 0 14px !important;
    font-weight: 800 !important;
}

.single-body h2 {
    font-size: 1.7rem !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #ffd700 !important;
    display: inline-block !important;
}

.single-body h3 {
    font-size: 1.35rem !important;
}

/* Paragraph text */
.single-body p {
    color: #f0f0f0 !important;
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
    margin: 0 0 18px !important;
    text-align: left !important;
}

/* Links */
.single-body a {
    color: #39ff14 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-bottom: 1px solid transparent !important;
}
.single-body a:hover {
    color: #8aff6a !important;
    border-bottom-color: #39ff14 !important;
}

/* Bold text */
.single-body strong,
.single-body b {
    color: #ffd700 !important;
    font-weight: 700 !important;
}

/* Lists */
.single-body ul,
.single-body ol {
    margin: 0 0 22px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.single-body ul li,
.single-body ol li {
    position: relative !important;
    background: #141414 !important;
    border: 1px solid #242424 !important;
    border-radius: 10px !important;
    padding: 12px 16px 12px 38px !important;
    margin: 0 0 8px 0 !important;
    color: #e8e8e8 !important;
    line-height: 1.7 !important;
}

.single-body ul li::before {
    content: "▸" !important;
    position: absolute !important;
    left: 14px !important;
    top: 12px !important;
    color: #ffd700 !important;
    font-weight: 700 !important;
}

.single-body ol {
    counter-reset: gojo-count !important;
}
.single-body ol li {
    counter-increment: gojo-count !important;
    padding-left: 48px !important;
}
.single-body ol li::before {
    content: counter(gojo-count) "." !important;
    position: absolute !important;
    left: 16px !important;
    top: 12px !important;
    color: #ffd700 !important;
    font-weight: 800 !important;
}

/* Tables */
.single-body table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 28px !important;
    background: #0d0d0d !important;
    border: 1px solid #222 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.single-body thead {
    background: #181818 !important;
}

.single-body th {
    color: #ffd700 !important;
    text-align: left !important;
    padding: 14px 16px !important;
    border-bottom: 2px solid #ffd700 !important;
    font-weight: 700 !important;
}

.single-body td {
    color: #e0e0e0 !important;
    text-align: left !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #222 !important;
}

.single-body tbody tr:nth-child(even) {
    background: #111111 !important;
}

.single-body tbody tr:hover {
    background: #1a1a1a !important;
}

/* Quotes */
.single-body blockquote {
    background: #1a1700 !important;
    border-left: 6px solid #ffd700 !important;
    border-radius: 0 10px 10px 0 !important;
    padding: 16px 20px !important;
    margin: 20px 0 28px !important;
    color: #f0ecc0 !important;
}
.single-body blockquote p {
    margin: 0 !important;
    color: #f0ecc0 !important;
}

/* Images */
.single-body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    margin: 18px 0 !important;
    border: 1px solid #2a2a2a !important;
}

/* Code */
.single-body code {
    background: #1a1a1a !important;
    color: #39ff14 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
}

/* Horizontal line */
.single-body hr {
    border: 0 !important;
    border-top: 1px solid #2a2a2a !important;
    margin: 30px 0 !important;
}

/* Figure caption */
.single-body figcaption {
    color: #b0b0b0 !important;
    font-size: 0.92rem !important;
    text-align: center !important;
    margin-top: 8px !important;
}

/* Keep content readable width */
.single-body {
    max-width: 100% !important;
}

/* Mobile */
@media (max-width: 700px) {
    .single-body h2 {
        font-size: 1.4rem !important;
    }
    .single-body h3 {
        font-size: 1.2rem !important;
    }
    .single-body p,
    .single-body li {
        font-size: 1rem !important;
    }
    .single-body th,
    .single-body td {
        padding: 10px !important;
        font-size: 0.9rem !important;
    }
}
/* =========================================================
   GOJO GLOBAL AUTO STYLE
   Black background · White text · Yellow headings · Neon green links
   Applies site-wide automatically to all posts/pages
   ========================================================= */

/* Base */
html,
body {
    background: #000000 !important;
    color: #ffffff !important;
}

body,
.site,
.site-main,
.single-wrap,
.page-wrap,
.blog-wrap,
.container,
.section,
.hero,
.content-area,
.entry-content,
.single-body,
.page-content {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Headings = Yellow */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.single-hdr h1,
.blog-header h1,
.hero h1,
.section h2,
.cta-box h3,
.feat-card h3,
.normal-list h2,
.flip-front .card-title,
.flip-back h3,
.wp-block-heading {
    color: #ffd700 !important;
}

/* Content text = White */
p,
li,
td,
th,
span,
label,
.single-body,
.single-body p,
.single-body li,
.page-content,
.page-content p,
.section p,
.entry-content,
.entry-content p,
.wp-block-paragraph,
.excerpt,
.list-meta,
.hero-meta,
.single-meta,
.figure figcaption {
    color: #ffffff !important;
}

/* Strong text stays gold for emphasis */
strong,
b {
    color: #ffd700 !important;
}

/* Links = Neon Green */
a,
.entry-content a,
.single-body a,
.page-content a,
.wp-block-paragraph a,
.menu-item a {
    color: #39ff14 !important;
    text-decoration: none !important;
}

a:hover,
.entry-content a:hover,
.single-body a:hover,
.page-content a:hover {
    color: #8aff6a !important;
    text-decoration: underline !important;
}

/* Header / Footer */
.site-hdr,
.site-ftr,
.mob-menu,
.gojo-header,
.gojo-footer {
    background: #000000 !important;
    color: #ffffff !important;
}

.site-hdr a,
.main-nav a,
.mob-menu a,
.site-ftr a,
.site-ftr p,
.ftr-bottom,
.ftr-bottom a {
    color: #ffffff !important;
}

.main-nav a:hover,
.main-nav a.active,
.mob-menu a:hover,
.brand-main {
    color: #ffd700 !important;
}

.brand-sub {
    color: #ffffff !important;
}

/* Buttons */
.btn,
.button,
button,
input[type="submit"],
.read-btn,
.read-more,
.read-link,
.wp-block-button__link {
    background: #ffd700 !important;
    color: #000000 !important;
    border: 2px solid #ffd700 !important;
    font-weight: 800 !important;
}

.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.read-btn:hover,
.wp-block-button__link:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* Single post headings underline */
.single-body h2,
.entry-content h2 {
    color: #ffd700 !important;
    border-bottom: 3px solid #ffd700 !important;
    padding-bottom: 8px !important;
    display: inline-block !important;
}

/* Lists */
.single-body ul li,
.entry-content ul li,
.page-content ul li {
    color: #ffffff !important;
}

/* Tables */
table,
.wp-block-table table {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border: 1px solid #222222 !important;
}

table th,
.wp-block-table th {
    background: #181818 !important;
    color: #ffd700 !important;
    border-bottom: 2px solid #ffd700 !important;
}

table td,
.wp-block-table td {
    color: #ffffff !important;
    border-bottom: 1px solid #222222 !important;
}

/* Quotes */
blockquote,
.wp-block-quote {
    background: #141414 !important;
    border-left: 5px solid #ffd700 !important;
    color: #ffffff !important;
    padding: 16px 20px !important;
}

blockquote p,
.wp-block-quote p {
    color: #ffffff !important;
}

/* Inputs */
input,
textarea,
select {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

input::placeholder,
textarea::placeholder {
    color: #999999 !important;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Blog cards / sections stay dark */
.feat-card,
.highlight-box,
.cta-box,
.faq-item,
.flip-front,
.flip-back,
.list-post,
.table-wrap,
.search-results {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

/* Pagination */
.pagination .page-numbers,
.nav-links a {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.nav-links a:hover {
    background: #ffd700 !important;
    color: #000000 !important;
    border-color: #ffd700 !important;
}

/* Selection */
::selection {
    background: #ffd700 !important;
    color: #000000 !important;
}