@font-face {
    font-family: 'Parastoo';
    src: url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.eot');
    src: url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.eot?#iefix') format('embedded-opentype'),
        url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.woff') format('woff'),
        url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Parastoo', Tahoma, sans-serif;
}
/* =========================================================
   PUZZLE DISPATCH
   Dedicated News / Editorial Page
========================================================= */

.puzzle-news-page {
    background: #f7f9fc;
    color: #08192f;
}


/* =========================================================
   HERO
========================================================= */

.pz-khabar-hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #061326;
    color: white;
}


.pz-khabar-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .25;

    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .045) 1px,
            transparent 1px);

    background-size: 70px 70px;

    mask-image:
        linear-gradient(to bottom,
            black,
            transparent);
}


.pz-khabar-hero::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    top: -250px;
    left: -100px;
    border-radius: 50%;
    background: rgba(5, 99, 223, .16);
    filter: blur(30px);
}


.pz-khabar-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 950px;
    padding: 120px 0 90px;
}


.pz-khabar-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: #75b9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 3px;
}


.pz-khabar-hero h1 {
    margin: 0;
    font-size: clamp(60px, 9vw, 130px);
    line-height: .95;
    letter-spacing: -5px;
    font-weight: 900;
}


.pz-khabar-hero h1 span {
    color: #4cb5ff;
}


.pz-khabar-hero p {
    max-width: 650px;
    margin: 35px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 17px;
    line-height: 2;
}


.pz-khabar-hero-bottom {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .35);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =========================================================
   CONTENT
========================================================= */

.pz-khabar-content {
    padding: 100px 0 140px;
}


.pz-khabar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}


.pz-khabar-filter-label {
    color: #08192f;
    font-size: 13px;
    font-weight: 900;
}


.pz-khabar-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}


.pz-khabar-filters a {
    padding: 9px 15px;
    border: 1px solid rgba(8, 25, 48, .1);
    color: #64748b;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    transition: all .25s ease;
}


.pz-khabar-filters a:hover,
.pz-khabar-filters a.active {
    border-color: #0563df;
    background: #0563df;
    color: white;
}


/* =========================================================
   FEATURED
========================================================= */

.pz-khabar-featured {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 560px;
    margin-bottom: 110px;
    background: #08192f;
    color: white;
    text-decoration: none;
    overflow: hidden;
}


.pz-khabar-featured-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}


.pz-khabar-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}


.pz-khabar-featured:hover img {
    transform: scale(1.05);
}


.pz-khabar-featured-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            transparent,
            rgba(6, 19, 38, .3));
}


.pz-khabar-featured-image.image-missing {
    background:
        linear-gradient(135deg,
            #071426,
            #0563df);
}


.pz-khabar-featured-badge {
    position: absolute;
    right: 25px;
    top: 25px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    background: rgba(5, 99, 223, .8);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
}


.pz-khabar-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}


.pz-khabar-featured-content h2 {
    margin: 20px 0;
    color: white;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.4;
    font-weight: 900;
}


.pz-khabar-featured-content p {
    color: rgba(255, 255, 255, .55);
    line-height: 2;
    font-size: 14px;
}


.pz-khabar-read {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px;
    color: #75b9ff;
    font-size: 12px;
    font-weight: 900;
}


.pz-khabar-read strong {
    font-size: 20px;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.pz-khabar-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}


.pz-khabar-section-head>div>span {
    color: #0563df;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}


.pz-khabar-section-head h2 {
    margin: 8px 0 0;
    font-size: 38px;
    font-weight: 900;
}


.pz-khabar-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}


/* =========================================================
   ARTICLE GRID
========================================================= */

.pz-khabar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


.pz-khabar-card {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid rgba(8, 25, 48, .08);
    color: #08192f;
    text-decoration: none;
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.pz-khabar-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(8, 25, 48, .1);
}


.pz-khabar-card-image {
    height: 230px;
    overflow: hidden;
    background:
        linear-gradient(135deg,
            #071426,
            #0563df);
}


.pz-khabar-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}


.pz-khabar-card:hover img {
    transform: scale(1.06);
}


.pz-khabar-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px;
}


.pz-khabar-card-content h3 {
    margin: 16px 0 12px;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 900;
}


.pz-khabar-card-content p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 2;
}


.pz-khabar-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 25px;
    color: #94a3b8;
    font-size: 10px;
}


.pz-khabar-card-bottom strong {
    color: #0563df;
    font-size: 21px;
}


/* =========================================================
   INSIDE PUZZLE
========================================================= */

.pz-inside-puzzle {
    margin-top: 120px;
    padding: 50px;
    background: #08192f;
    color: white;
}


.pz-inside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}


.pz-inside-header>div:first-child>span {
    color: #75b9ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}


.pz-inside-header h2 {
    margin: 8px 0 0;
    font-size: 38px;
    font-weight: 900;
}


.pz-inside-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #75b9ff;
    font-size: 10px;
    font-weight: 900;
}


.pz-inside-list {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


.pz-inside-item {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    align-items: center;
    gap: 25px;
    min-height: 115px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}


.pz-inside-number {
    color: rgba(255, 255, 255, .2);
    font-size: 12px;
    font-weight: 900;
}


.pz-inside-info span {
    color: #75b9ff;
    font-size: 9px;
    font-weight: 900;
}


.pz-inside-info h3 {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 700;
}


.pz-inside-time {
    text-align: left;
    color: rgba(255, 255, 255, .3);
    font-size: 10px;
}


/* =========================================================
   ARTICLE PAGE
========================================================= */

.pz-article-hero {
    padding: 150px 0 90px;
    background: #061326;
    color: white;
}


.pz-article-back {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 60px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}


.pz-article-back:hover {
    color: #75b9ff;
}


.pz-article-category {
    color: #75b9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}


.pz-article-title {
    max-width: 1000px;
    margin: 20px 0;
    color: white;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 1.2;
    font-weight: 900;
}


.pz-article-meta {
    display: flex;
    gap: 12px;
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
}


.pz-article-body-section {
    padding: 90px 0 130px;
}


.pz-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 70px;
    max-width: 1150px;
    margin: auto;
}


.pz-article {
    min-width: 0;
}


.pz-article-cover {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
    overflow: hidden;
    background:
        linear-gradient(135deg,
            #071426,
            #0563df);
}


.pz-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pz-article-content {
    color: #334155;
    font-size: 17px;
    line-height: 2.3;
}


.pz-article-content p {
    margin: 0 0 30px;
}


.pz-article-content h2 {
    margin: 55px 0 20px;
    color: #08192f;
    font-size: 30px;
    line-height: 1.5;
}


.pz-article-content blockquote {
    margin: 45px 0;
    padding: 30px 35px;
    border-right: 4px solid #0563df;
    background: white;
    color: #08192f;
    font-size: 21px;
    line-height: 2;
    font-weight: 800;
}


.pz-article-footer {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid rgba(8, 25, 48, .1);
}


.pz-article-return {
    color: #0563df;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}


/* =========================================================
   SIDEBAR
========================================================= */

.pz-article-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}


.pz-sidebar-label {
    color: #0563df;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}


.pz-article-sidebar h3 {
    margin: 10px 0 25px;
    font-size: 25px;
}


.pz-related-article {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 12px;
    margin-bottom: 18px;
    color: #08192f;
    text-decoration: none;
}


.pz-related-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #08192f;
}


.pz-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pz-related-article span {
    display: block;
    margin-bottom: 5px;
    color: #0563df;
    font-size: 8px;
    font-weight: 900;
}


.pz-related-article strong {
    display: block;
    font-size: 11px;
    line-height: 1.7;
}


.pz-sidebar-live {
    display: flex;
    gap: 12px;
    margin-top: 35px;
    padding: 18px;
    background: #08192f;
    color: white;
}


.pz-sidebar-live small {
    display: block;
    margin-bottom: 5px;
    color: #75b9ff;
    font-size: 8px;
    font-weight: 900;
}


.pz-sidebar-live strong {
    display: block;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .pz-khabar-featured {
        grid-template-columns: 1fr;
    }

    .pz-khabar-featured-image {
        min-height: 400px;
    }

    .pz-khabar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pz-article-layout {
        grid-template-columns: 1fr;
    }

    .pz-article-sidebar {
        position: static;
    }

}


@media (max-width: 767px) {

    .pz-khabar-hero {
        min-height: 520px;
    }

    .pz-khabar-hero-inner {
        padding: 100px 0 60px;
    }

    .pz-khabar-hero h1 {
        font-size: 58px;
        letter-spacing: -3px;
    }

    .pz-khabar-hero p {
        font-size: 14px;
    }

    .pz-khabar-hero-bottom {
        margin-top: 50px;
    }

    .pz-khabar-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .pz-khabar-featured-content {
        padding: 35px 25px;
    }

    .pz-khabar-featured-content h2 {
        font-size: 31px;
    }

    .pz-khabar-grid {
        grid-template-columns: 1fr;
    }

    .pz-khabar-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .pz-inside-puzzle {
        margin-top: 80px;
        padding: 30px 20px;
    }

    .pz-inside-header h2 {
        font-size: 30px;
    }

    .pz-inside-item {
        grid-template-columns: 35px 1fr;
        gap: 12px;
        padding: 20px 0;
    }

    .pz-inside-time {
        display: none;
    }

    .pz-article-hero {
        padding: 110px 0 70px;
    }

    .pz-article-title {
        font-size: 39px;
    }

    .pz-article-cover {
        height: 320px;
        margin-bottom: 40px;
    }

    .pz-article-content {
        font-size: 15px;
        line-height: 2.2;
    }

    .pz-article-content h2 {
        font-size: 25px;
    }

}