@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
   Homepage Editorial Section
========================================================= */

.pz-newsletter {
    position: relative;
    padding: 150px 0;
    background:
        radial-gradient(circle at 10% 20%,
            rgba(5, 99, 223, 0.07),
            transparent 32%),
        #f7f9fc;
    overflow: hidden;
}


.pz-newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(8, 25, 48, 0.08);
}


.pz-newsletter-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 55px;
}


.pz-newsletter-heading {
    flex: 1;
}


.pz-newsletter-title {
    margin: 10px 0 0;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    color: #08192f;
}


.pz-newsletter-title span {
    color: #0563df;
}


.pz-newsletter-intro {
    max-width: 410px;
}


.pz-newsletter-intro p {
    margin: 0 0 20px;
    color: #64748b;
    line-height: 2;
    font-size: 15px;
}


.pz-newsletter-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #08192f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: gap .3s ease;
}


.pz-newsletter-all:hover {
    gap: 18px;
    color: #0563df;
}


.pz-newsletter-all span {
    font-size: 20px;
}


/* =========================================================
   FEATURE AREA
========================================================= */

.pz-newsletter-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
    gap: 22px;
}


.pz-news-main {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 650px;
    overflow: hidden;
    background: #071426;
    border-radius: 4px;
    text-decoration: none;
    color: white;
}


.pz-news-main-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
}


.pz-news-main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}


.pz-news-main:hover .pz-news-main-visual img {
    transform: scale(1.045);
}


.pz-news-main-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(3, 12, 25, .98) 0%,
            rgba(3, 12, 25, .78) 38%,
            rgba(3, 12, 25, .15) 75%,
            rgba(3, 12, 25, .05) 100%);
}


.pz-news-main-visual.image-missing {
    background:
        linear-gradient(135deg,
            #071426,
            #0563df);
}


.pz-news-main-visual.image-missing::after {
    content: "PUZZLE";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .08);
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 10px;
}


.pz-news-badge {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 2;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(5, 99, 223, .85);
    backdrop-filter: blur(12px);
    color: white;
    font-size: 11px;
    font-weight: 800;
    border-radius: 100px;
}


.pz-news-read {
    position: absolute;
    top: 29px;
    left: 28px;
    z-index: 2;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}


.pz-news-main-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 48px;
    max-width: 800px;
}


.pz-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #72b5ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}


.pz-news-main-content h3 {
    margin: 15px 0 16px;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.35;
    font-weight: 900;
    color: white;
}


.pz-news-main-content p {
    max-width: 680px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, .68);
    line-height: 2;
    font-size: 14px;
}


.pz-news-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 13px;
    font-weight: 800;
}


.pz-news-link strong {
    font-size: 20px;
    transition: transform .3s ease;
}


.pz-news-main:hover .pz-news-link strong {
    transform: translateX(-5px);
}


/* =========================================================
   SIDE ARTICLES
========================================================= */

.pz-news-side {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


.pz-news-small {
    flex: 1;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 190px;
    background: white;
    border: 1px solid rgba(8, 25, 48, .08);
    text-decoration: none;
    color: #08192f;
    overflow: hidden;
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


.pz-news-small:hover {
    transform: translateY(-4px);
    border-color: rgba(5, 99, 223, .2);
    box-shadow: 0 20px 50px rgba(8, 25, 48, .08);
}


.pz-news-small-image {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    background:
        linear-gradient(135deg,
            #071426,
            #0563df);
}


.pz-news-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}


.pz-news-small:hover img {
    transform: scale(1.06);
}


.pz-news-small-image.image-missing::after {
    content: "P";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .1);
    font-size: 70px;
    font-weight: 900;
}


.pz-news-small-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}


.pz-news-small-content .pz-news-meta {
    margin-bottom: 10px;
    font-size: 9px;
}


.pz-news-small-content h3 {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 900;
}


.pz-news-small-content>span {
    color: #0563df;
    font-size: 11px;
    font-weight: 800;
}


/* =========================================================
   LIVE BAR
========================================================= */

.pz-news-live {
    display: flex;
    align-items: center;
    gap: 17px;
    min-height: 62px;
    margin-top: 22px;
    padding: 0 24px;
    background: #08192f;
    color: white;
    text-decoration: none;
    transition: background .3s ease;
}


.pz-news-live:hover {
    background: #0563df;
}


.pz-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #75b9ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}


.pz-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #36d399;
    box-shadow: 0 0 0 5px rgba(54, 211, 153, .1);
    animation: pzLivePulse 2s infinite;
}


@keyframes pzLivePulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(54, 211, 153, .08);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(54, 211, 153, .02);
    }

}


.pz-live-text {
    color: rgba(255, 255, 255, .45);
    font-size: 11px;
}


.pz-news-live strong {
    margin-right: auto;
    font-size: 12px;
}


.pz-live-arrow {
    font-size: 20px;
    color: #75b9ff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .pz-newsletter {
        padding: 100px 0;
    }

    .pz-newsletter-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .pz-newsletter-feature {
        grid-template-columns: 1fr;
    }

    .pz-news-main {
        min-height: 580px;
    }

}


@media (max-width: 767px) {

    .pz-newsletter {
        padding: 80px 0;
    }

    .pz-newsletter-title {
        font-size: 48px;
    }

    .pz-news-main {
        min-height: 560px;
    }

    .pz-news-main-content {
        padding: 30px 25px;
    }

    .pz-news-main-content h3 {
        font-size: 27px;
    }

    .pz-news-main-content p {
        font-size: 13px;
    }

    .pz-news-small {
        grid-template-columns: 115px minmax(0, 1fr);
        min-height: 155px;
    }

    .pz-news-small-image {
        min-height: 155px;
    }

    .pz-news-small-content {
        padding: 18px;
    }

    .pz-news-small-content h3 {
        font-size: 14px;
        line-height: 1.65;
    }

    .pz-news-live {
        flex-wrap: wrap;
        gap: 8px 14px;
        padding: 15px 18px;
    }

    .pz-live-text {
        display: none;
    }

    .pz-news-live strong {
        margin-right: auto;
    }

}