:root{
    --bg:#05070d;
    --bg2:#08132a;
    --panel:#0b1020;
    --panel2:#101a33;

    --blue:#0070ff;
    --cyan:#00b2ff;
    --purple:#6a00ff;

    --text:#ffffff;
    --muted:#a6b0c2;

    --border:rgba(255,255,255,.08);
    --glow:0 0 25px rgba(0,178,255,.45);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    background:
        radial-gradient(circle at 20% 10%,rgba(0,112,255,.22),transparent 35%),
        radial-gradient(circle at 80% 20%,rgba(106,0,255,.18),transparent 30%),
        linear-gradient(180deg,#05070d,#08132a 60%,#05070d);
    color:var(--text);
    font-family:Inter,Arial,sans-serif;
    overflow-x:hidden;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:60px 60px;
    opacity:.35;
    z-index:-1;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
    height:auto;
}

.container{
    width:min(1440px,92%);
    margin:0 auto;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 34px;
    border-radius:14px;
    font-weight:800;
    transition:.3s;
}

.btn-primary{
    background:linear-gradient(135deg,var(--blue),var(--cyan));
    color:#fff;
    box-shadow:var(--glow);
}

.btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 0 45px rgba(0,178,255,.75);
}

.btn-secondary{
    border:2px solid rgba(255,255,255,.7);
    color:#fff;
    backdrop-filter:blur(10px);
}

.btn-secondary:hover{
    border-color:var(--cyan);
    color:var(--cyan);
    box-shadow:var(--glow);
}

.section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:42px;
}

.section-head h2,
.latest-news h2{
    font-size:48px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.02em;
    text-shadow:0 0 25px rgba(0,178,255,.4);
}

.view-all{
    color:var(--cyan);
    font-weight:800;
}
.site-main{
    background:#05070d;
}

.latest-news{
    margin-bottom:0;
    padding-bottom:100px;
}
body{
    background:#05070d!important;
    color:#fff;
    font-family:Inter,Arial,sans-serif!important;
}

a{
    color:inherit;
    text-decoration:none;
}

h1,h2,h3,h4,p,span,a{
    font-family:Inter,Arial,sans-serif;
}

.site-main,
.archive-page,
.single-page,
.latest-news{
    background:#05070d;
}

html,body{
    max-width:100%;
    overflow-x:hidden;
}
/* =========================
   GLOBAL PAGE FIX
========================= */

body{
    background:#05070d!important;
    color:#eaf2ff!important;
    font-family:Inter,Arial,sans-serif!important;
}

.site-main,
.single-page,
.archive-page,
.page-content,
.latest-news{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.12),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a);
    color:#eaf2ff;
}

h1,h2,h3,h4,h5,h6{
    color:#ffffff!important;
    font-family:Inter,Arial,sans-serif!important;
    font-weight:900;
    line-height:1.15;
    text-shadow:0 0 22px rgba(0,178,255,.25);
}

p{
    color:#c9d6ea;
    line-height:1.8;
}

a{
    color:#8fd8ff;
    text-decoration:none;
}

a:hover{
    color:#00b2ff;
}

.single-page,
.archive-page{
    padding:80px 0 100px;
}

.single-article{
    max-width:980px;
    margin:0 auto;
    background:linear-gradient(180deg,#101a33,#071024);
    border:1px solid rgba(255,255,255,.08);
    border-radius:26px;
    padding:48px;
    box-shadow:0 25px 80px rgba(0,0,0,.35);
}

.single-title{
    font-size:clamp(36px,5vw,64px);
    margin-bottom:18px;
}

.single-meta{
    display:flex;
    gap:18px;
    color:#8fbfff;
    font-weight:800;
    margin-bottom:34px;
}

.single-thumbnail{
    margin:34px 0;
    border-radius:22px;
    overflow:hidden;
}

.single-thumbnail img{
    width:100%;
    height:auto;
    display:block;
}

.single-content{
    font-size:20px;
    line-height:1.9;
}

.single-content p{
    margin-bottom:26px;
}

.single-content img{
    max-width:100%;
    height:auto;
    border-radius:18px;
    margin:28px 0;
}

.news-card h3,
.news-card h3 a{
    color:#ffffff!important;
}

.news-content p{
    color:#c9d6ea!important;
}

.news-meta{
    color:#8fbfff!important;
}

.site-footer{
    color:#c9d6ea;
}
.single-content img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;

    margin:40px auto;

    float:none!important;
    clear:both;

    border-radius:18px;
}

.single-content figure{
    display:block;
    margin:40px auto;
    width:100%;
    clear:both;
}

.single-content p{
    clear:both;
}

.single-content{
    overflow:hidden;
}/* ===========================
   SINGLE ARTICLE
=========================== */

.single-page{

    background:
        radial-gradient(circle at top, rgba(0,170,255,.12), transparent 35%),
        linear-gradient(180deg,#04070f,#081322);

    padding:80px 0 120px;
    min-height:100vh;
}

.single-article{

    max-width:980px;
    margin:0 auto;

    background:#0b1425;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:55px;

    box-shadow:0 25px 70px rgba(0,0,0,.45);
}

.single-title{

    color:#fff;

    font-size:56px;

    line-height:1.15;

    margin:25px 0 35px;
}

.single-meta{

    display:flex;

    gap:25px;

    color:#7fc8ff;

    font-weight:700;

    margin-bottom:20px;
}

.single-thumbnail{

    margin-bottom:45px;

    border-radius:20px;

    overflow:hidden;
}

.single-thumbnail img{

    width:100%;

    display:block;
}

.single-content{

    color:#d6e3f3;

    font-size:21px;

    line-height:1.9;
}

.single-content p{

    margin-bottom:28px;
}

.single-content img{

    display:block;

    width:100%;

    max-width:100%;

    height:auto;

    margin:40px auto;

    border-radius:18px;

    float:none!important;

    clear:both;
}

.single-content figure{

    margin:40px auto;

    width:100%;

    clear:both;
}

.single-content h2,
.single-content h3,
.single-content h4{

    color:#fff;

    margin:45px 0 20px;
}

.single-content blockquote{

    border-left:4px solid #00b2ff;

    padding-left:20px;

    color:#9dcfff;

    font-style:italic;

    margin:35px 0;
}
/* ===========================
   DEADKOP SINGLE ARTICLE v2
=========================== */

.single-page{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.16),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d);
    color:#eaf2ff;
    min-height:100vh;
    padding:90px 0 120px;
}

.single-article{
    color:#eaf2ff;
}

.single-head{
    max-width:980px;
    margin:0 auto 34px;
}

.single-cat{
    display:inline-flex;
    padding:9px 18px;
    border-radius:999px;
    background:linear-gradient(135deg,#0070ff,#00b2ff);
    color:#fff;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:22px;
    box-shadow:0 0 25px rgba(0,178,255,.4);
}

.single-title{
    color:#fff!important;
    font-size:clamp(42px,5vw,76px);
    line-height:1.05;
    font-weight:900;
    margin:0 0 22px;
    max-width:1050px;
    text-shadow:0 0 35px rgba(0,178,255,.25);
}

.single-meta{
    display:flex;
    gap:22px;
    flex-wrap:wrap;
    color:#8fcfff;
    font-size:15px;
    font-weight:800;
}

.single-cover{
    max-width:1180px;
    margin:42px auto 55px;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.single-cover img{
    width:100%;
    height:auto;
    display:block;
}

.single-content-wrap{
    max-width:980px;
    margin:0 auto;
    background:linear-gradient(180deg,#0d172e,#071024);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:56px;
    box-shadow:0 25px 80px rgba(0,0,0,.35);
}

.single-content{
    color:#d7e6f8;
    font-size:21px;
    line-height:1.9;
}

.single-content p{
    color:#d7e6f8;
    margin:0 0 28px;
}

.single-content h2{
    color:#fff!important;
    font-size:38px;
    margin:48px 0 20px;
}

.single-content h3{
    color:#fff!important;
    font-size:30px;
    margin:42px 0 18px;
}

.single-content a{
    color:#00b2ff;
    font-weight:800;
    text-decoration:none;
}

.single-content a:hover{
    text-decoration:underline;
}

.single-content img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:42px auto;
    border-radius:20px;
    float:none!important;
    clear:both;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.single-content figure{
    margin:42px auto;
    width:100%;
    clear:both;
}

.single-content figcaption{
    color:#8ca4c4;
    font-size:14px;
    text-align:center;
    margin-top:12px;
}

.single-content blockquote{
    margin:42px 0;
    padding:24px 28px;
    border-left:4px solid #00b2ff;
    background:rgba(0,178,255,.08);
    border-radius:0 18px 18px 0;
    color:#bfe8ff;
    font-style:italic;
}

.single-content ul,
.single-content ol{
    margin:0 0 28px 24px;
}

.single-content li{
    margin-bottom:10px;
}

@media(max-width:800px){
    .single-page{
        padding:60px 0 80px;
    }

    .single-content-wrap{
        padding:28px;
        border-radius:22px;
    }

    .single-content{
        font-size:18px;
    }
}
body.single{
    background:#05070d!important;
}

.dk-single{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.16),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d)!important;
    padding:80px 0 120px!important;
    color:#eaf2ff!important;
}

.dk-single .single-article{
    max-width:1050px!important;
    margin:0 auto!important;
    padding:55px!important;
    background:linear-gradient(180deg,#101a33,#071024)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:28px!important;
    box-shadow:0 25px 80px rgba(0,0,0,.4)!important;
}

.dk-single .single-cat{
    display:inline-flex!important;
    padding:9px 18px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#0070ff,#00b2ff)!important;
    color:#fff!important;
    font-weight:900!important;
    margin-bottom:22px!important;
}

.dk-single .single-title{
    color:#fff!important;
    font-size:clamp(38px,5vw,68px)!important;
    line-height:1.1!important;
    margin:0 0 22px!important;
}

.dk-single .single-meta{
    display:flex!important;
    gap:22px!important;
    color:#8fcfff!important;
    font-weight:800!important;
    margin-bottom:35px!important;
}

.dk-single .single-cover{
    margin:35px 0 45px!important;
    border-radius:24px!important;
    overflow:hidden!important;
}

.dk-single .single-cover img{
    width:100%!important;
    height:auto!important;
    display:block!important;
}

.dk-single .single-content{
    color:#d7e6f8!important;
    font-size:21px!important;
    line-height:1.9!important;
}

.dk-single .single-content p{
    color:#d7e6f8!important;
    margin-bottom:28px!important;
}

.dk-single .single-content img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:40px auto!important;
    border-radius:18px!important;
    float:none!important;
    clear:both!important;
}
/* =========================
   SINGLE POST
========================= */

body.single,
.dk-single{
    background:#07111f;
}

.dk-single{
    padding:80px 0;
    min-height:100vh;
    background:
        radial-gradient(circle at top,#14345d 0%,#081322 45%,#050b14 100%);
}

.dk-single .container{
    width:min(1100px,92%);
    margin:auto;
}

.dk-single .single-article{
    background:#101a2d;
    border-radius:24px;
    padding:50px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.dk-single .single-cat{
    display:inline-block;
    padding:8px 18px;
    background:#119dff;
    color:#fff;
    border-radius:999px;
    font-weight:700;
    margin-bottom:20px;
}

.dk-single .single-title{
    color:#fff;
    font-size:54px;
    line-height:1.15;
    margin-bottom:20px;
}

.dk-single .single-meta{
    display:flex;
    gap:20px;
    color:#7cc9ff;
    margin-bottom:35px;
}

.dk-single .single-cover{
    margin:30px 0 45px;
    overflow:hidden;
    border-radius:20px;
}

.dk-single .single-cover img{
    width:100%;
    display:block;
}

.dk-single .single-content{
    color:#dce8f5;
    font-size:20px;
    line-height:1.9;
}

.dk-single .single-content p{
    margin-bottom:26px;
}

.dk-single .single-content h2,
.dk-single .single-content h3,
.dk-single .single-content h4{
    color:#fff;
    margin:40px 0 20px;
}

.dk-single .single-content img{
    display:block;
    max-width:100%;
    height:auto;
    border-radius:18px;
    margin:35px auto;
}

.dk-single .single-content a{
    color:#2cbcff;
}
/* =========================
   DEADKOP SINGLE PAGE
========================= */

body.single{
    background:#05070d!important;
}

.dk-single{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.16),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d)!important;
    padding:80px 0 120px!important;
    color:#eaf2ff!important;
    min-height:100vh;
}

.dk-single .single-article{
    max-width:1050px!important;
    margin:0 auto!important;
    padding:55px!important;
    background:linear-gradient(180deg,#101a33,#071024)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:28px!important;
    box-shadow:0 25px 80px rgba(0,0,0,.4)!important;
}

.dk-single .single-cat{
    display:inline-flex!important;
    padding:9px 18px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#0070ff,#00b2ff)!important;
    color:#fff!important;
    font-weight:900!important;
    margin-bottom:22px!important;
}

.dk-single .single-title{
    color:#fff!important;
    font-size:clamp(38px,5vw,68px)!important;
    line-height:1.1!important;
    margin:0 0 22px!important;
    font-family:Inter,Arial,sans-serif!important;
}

.dk-single .single-meta{
    display:flex!important;
    gap:22px!important;
    color:#8fcfff!important;
    font-weight:800!important;
    margin-bottom:35px!important;
}

.dk-single .single-cover{
    margin:35px 0 45px!important;
    border-radius:24px!important;
    overflow:hidden!important;
}

.dk-single .single-cover img{
    width:100%!important;
    height:auto!important;
    display:block!important;
}

.dk-single .single-content{
    color:#d7e6f8!important;
    font-size:21px!important;
    line-height:1.9!important;
    font-family:Inter,Arial,sans-serif!important;
}

.dk-single .single-content p{
    color:#d7e6f8!important;
    margin-bottom:28px!important;
}

.dk-single .single-content img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:40px auto!important;
    border-radius:18px!important;
    float:none!important;
    clear:both!important;
}

/* ==================================================
   DEADKOP GLOBAL FIXES
================================================== */

body{
    background:#05070d!important;
    color:#eaf2ff!important;
    font-family:Inter,Arial,sans-serif!important;
}

.site-main,
.archive-page,
.single-page,
.latest-news{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.14),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d)!important;
    color:#eaf2ff!important;
}

h1,h2,h3,h4,h5,h6{
    color:#fff!important;
    font-family:Inter,Arial,sans-serif!important;
}

p{
    color:#c9d6ea;
}

a{
    color:#8fd8ff;
    text-decoration:none;
}

a:hover{
    color:#00b2ff;
}

/* =========================
   DEADKOP SINGLE PAGE
========================= */

body.single{
    background:#05070d!important;
}

.dk-single{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.16),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d)!important;
    padding:80px 0 120px!important;
    color:#eaf2ff!important;
    min-height:100vh;
}

.dk-single .container{
    width:min(1100px,92%);
    margin:0 auto;
}

.dk-single .single-article{
    max-width:1050px!important;
    margin:0 auto!important;
    padding:55px!important;
    background:linear-gradient(180deg,#101a33,#071024)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:28px!important;
    box-shadow:0 25px 80px rgba(0,0,0,.4)!important;
}

.dk-single .single-cat{
    display:inline-flex!important;
    padding:9px 18px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#0070ff,#00b2ff)!important;
    color:#fff!important;
    font-weight:900!important;
    margin-bottom:22px!important;
    text-transform:uppercase;
    font-size:13px;
}

.dk-single .single-title{
    color:#fff!important;
    font-size:clamp(38px,5vw,68px)!important;
    line-height:1.1!important;
    margin:0 0 22px!important;
    font-family:Inter,Arial,sans-serif!important;
    font-weight:900!important;
    text-shadow:0 0 35px rgba(0,178,255,.25);
}

.dk-single .single-meta{
    display:flex!important;
    gap:22px!important;
    flex-wrap:wrap;
    color:#8fcfff!important;
    font-weight:800!important;
    margin-bottom:35px!important;
}

.dk-single .single-cover{
    margin:35px 0 45px!important;
    border-radius:24px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 25px 75px rgba(0,0,0,.35);
}

.dk-single .single-cover img{
    width:100%!important;
    height:auto!important;
    display:block!important;
}

.dk-single .single-content{
    color:#d7e6f8!important;
    font-size:21px!important;
    line-height:1.9!important;
    font-family:Inter,Arial,sans-serif!important;
}

.dk-single .single-content p{
    color:#d7e6f8!important;
    margin-bottom:28px!important;
}

.dk-single .single-content h2,
.dk-single .single-content h3,
.dk-single .single-content h4{
    color:#fff!important;
    margin:42px 0 20px!important;
}

.dk-single .single-content a{
    color:#00b2ff!important;
    font-weight:800;
}

.dk-single .single-content img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:40px auto!important;
    border-radius:18px!important;
    float:none!important;
    clear:both!important;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.dk-single .single-content figure{
    display:block!important;
    width:100%!important;
    margin:40px auto!important;
    clear:both!important;
}

.dk-single .single-content blockquote{
    margin:40px 0!important;
    padding:24px 28px!important;
    border-left:4px solid #00b2ff!important;
    background:rgba(0,178,255,.08)!important;
    color:#bfe8ff!important;
    border-radius:0 18px 18px 0!important;
}

.archive-empty{
    color:#c9d6ea;
    font-size:20px;
}

@media(max-width:800px){
    .dk-single{
        padding:55px 0 80px!important;
    }

    .dk-single .single-article{
        padding:28px!important;
        border-radius:22px!important;
    }

    .dk-single .single-content{
        font-size:18px!important;
    }
}


/* ==================================================
   DEADKOP PRO v2 GLOBAL FIXES
================================================== */

body{
    background:#05070d!important;
    color:#eaf2ff!important;
    font-family:Inter,Arial,sans-serif!important;
}

.site-main,
.archive-page,
.single-page,
.latest-news{
    background:
        radial-gradient(circle at 20% 0%,rgba(0,178,255,.12),transparent 35%),
        linear-gradient(180deg,#05070d,#08132a 55%,#05070d)!important;
    color:#eaf2ff!important;
}

.empty-state{
    color:#b8c7dd;
    font-size:20px;
}

/* =========================
   SINGLE POST / PAGE
========================= */

body.single,
body.page{
    background:#05070d!important;
}

.dk-single{
    padding:80px 0 120px!important;
    min-height:100vh;
}

.single-hero{
    position:relative;
    padding:40px 0 0;
}

.single-hero-inner{
    max-width:1120px;
}

.single-breadcrumbs{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:22px;
    color:#89a8ca;
    font-size:14px;
    font-weight:800;
}

.single-breadcrumbs a{
    color:#8fd8ff;
}

.single-breadcrumbs span{
    color:#58708f;
}

.single-article{
    color:#eaf2ff!important;
}

.single-cat{
    display:inline-flex!important;
    padding:9px 18px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#0070ff,#00b2ff)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    margin-bottom:22px!important;
    box-shadow:0 0 25px rgba(0,178,255,.4)!important;
}

.single-title{
    color:#fff!important;
    font-family:Inter,Arial,sans-serif!important;
    font-size:clamp(38px,5vw,74px)!important;
    line-height:1.06!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
    margin:0 0 22px!important;
    max-width:1080px;
    text-shadow:0 0 35px rgba(0,178,255,.25)!important;
}

.single-meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:20px!important;
    color:#8fcfff!important;
    font-size:15px!important;
    font-weight:800!important;
    margin-bottom:36px!important;
}

.single-cover{
    max-width:1180px!important;
    margin:42px auto 58px!important;
    border-radius:28px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.1)!important;
    box-shadow:0 30px 90px rgba(0,0,0,.48)!important;
    background:#071024!important;
}

.single-cover img{
    width:100%!important;
    max-height:680px!important;
    object-fit:cover!important;
    display:block!important;
}

.single-body-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 300px!important;
    gap:34px!important;
    align-items:start!important;
}

.single-content-card{
    background:linear-gradient(180deg,#101a33,#071024)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:28px!important;
    padding:56px!important;
    box-shadow:0 25px 80px rgba(0,0,0,.35)!important;
}

.single-content{
    color:#d7e6f8!important;
    font-family:Inter,Arial,sans-serif!important;
    font-size:21px!important;
    line-height:1.9!important;
}

.single-content p{
    color:#d7e6f8!important;
    margin:0 0 28px!important;
}

.single-content h2,
.single-content h3,
.single-content h4{
    color:#fff!important;
    font-weight:900!important;
    line-height:1.2!important;
    margin:46px 0 20px!important;
}

.single-content h2{font-size:38px!important;}
.single-content h3{font-size:30px!important;}

.single-content a{
    color:#00b2ff!important;
    font-weight:800!important;
    text-decoration:none!important;
}

.single-content a:hover{
    text-decoration:underline!important;
}

.single-content img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:42px auto!important;
    border-radius:20px!important;
    float:none!important;
    clear:both!important;
    box-shadow:0 20px 60px rgba(0,0,0,.35)!important;
}

.single-content figure{
    margin:42px auto!important;
    width:100%!important;
    clear:both!important;
}

.single-content figcaption{
    color:#8ca4c4!important;
    font-size:14px!important;
    text-align:center!important;
    margin-top:12px!important;
}

.single-content blockquote{
    margin:42px 0!important;
    padding:24px 28px!important;
    border-left:4px solid #00b2ff!important;
    background:rgba(0,178,255,.08)!important;
    border-radius:0 18px 18px 0!important;
    color:#bfe8ff!important;
    font-style:italic!important;
}

.single-content ul,
.single-content ol{
    margin:0 0 28px 24px!important;
}

.single-content li{
    margin-bottom:10px!important;
}

.single-share{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
    margin-top:45px;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#9eb9d8;
    font-weight:900;
}

.single-share a{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(0,178,255,.1);
    color:#8fd8ff!important;
    border:1px solid rgba(0,178,255,.2);
}

.single-sidebar{
    display:flex;
    flex-direction:column;
    gap:22px;
    position:sticky;
    top:30px;
}

.single-widget{
    background:linear-gradient(180deg,#101a33,#071024);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.single-widget h3{
    color:#fff!important;
    font-size:22px;
    margin-bottom:14px;
}

.single-widget p{
    color:#b8c7dd!important;
    line-height:1.7;
}

.single-side-link{
    display:block;
    color:#8fd8ff!important;
    margin-bottom:10px;
    font-weight:800;
}

.related-posts{
    padding:80px 0 0;
}

/* =========================
   ARCHIVES / PAGINATION
========================= */

.archive-page{
    min-height:100vh;
}

.archive-page .latest-news{
    padding-top:90px!important;
}

.pagination{
    margin-top:55px;
    display:flex;
    justify-content:center;
}

.pagination .nav-links{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.pagination a,
.pagination span{
    display:inline-flex;
    min-width:46px;
    min-height:46px;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:14px;
    background:#101a33;
    color:#d7e6f8!important;
    border:1px solid rgba(255,255,255,.08);
    font-weight:900;
}

.pagination .current{
    background:linear-gradient(135deg,#0070ff,#00b2ff);
    color:#fff!important;
    box-shadow:0 0 25px rgba(0,178,255,.35);
}

@media(max-width:1050px){
    .single-body-grid{
        grid-template-columns:1fr!important;
    }

    .single-sidebar{
        position:static;
    }
}

@media(max-width:800px){
    .dk-single{
        padding:50px 0 80px!important;
    }

    .single-content-card{
        padding:28px!important;
        border-radius:22px!important;
    }

    .single-content{
        font-size:18px!important;
    }

    .single-cover{
        border-radius:20px!important;
    }
}
/* SINGLE MOBILE + CONTENT FIX */

.single-page,
.dk-single{
    overflow-x:hidden;
}

.single-article{
    width:min(1050px,92%);
    margin:0 auto;
}

.single-content{
    max-width:820px;
    margin:0 auto;
}

.single-content img,
.single-content figure img{
    max-width:100%;
    height:auto;
    object-fit:cover;
}

.single-content .wp-block-image{
    margin:35px auto;
}

.single-content .wp-block-image img{
    border-radius:20px;
}

@media(max-width:768px){

    .site-header{
        padding:12px 0;
    }

    .header-inner{
        gap:14px;
    }

    .site-logo{
        max-width:72px;
    }

    .main-menu .menu{
        gap:14px;
        overflow-x:auto;
        padding-bottom:8px;
    }

    .main-menu .menu li a{
        font-size:13px;
        white-space:nowrap;
    }

    .search-btn{
        width:48px;
        height:48px;
        min-width:48px;
    }

    .hero{
        min-height:620px;
        padding:80px 0;
    }

    .hero h1{
        font-size:48px;
    }

    .single-article{
        width:94%;
        padding:28px 20px!important;
        border-radius:22px;
    }

    .single-title{
        font-size:34px!important;
        line-height:1.15!important;
    }

    .single-content{
        font-size:18px!important;
        line-height:1.8!important;
    }

    .single-content h2{
        font-size:28px!important;
    }

    .single-content img{
        border-radius:16px;
    }

    .news-grid{
        grid-template-columns:1fr!important;
    }
}