/*
Theme Name: AZ PRESS V5
Theme URI: https://azpres.az
Author: AZ PRESS
Description: AZ PRESS V5 — mobile-first premium news portal theme.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
*/
:root{--red:#c9161d;--dark:#171717;--muted:#777;--line:#e7e7e7;--bg:#f5f5f5;--yellow:#f5c400;--card:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:var(--bg);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1180px,calc(100% - 28px));margin:auto}
.topline{background:#111;color:#fff;font-size:12px}.topline .wrap{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.date{opacity:.85}
.header{background:#fff;border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;justify-content:space-between;padding:17px 0}.brand{font-weight:900;font-size:30px;letter-spacing:-1.5px}.brand span{color:var(--red)}.tagline{font-size:11px;color:#777;margin-top:1px}.menu-toggle{display:none;border:0;background:#111;color:#fff;padding:9px 12px;border-radius:4px;font-size:20px}
.nav{background:#fff;border-top:1px solid #eee;border-bottom:1px solid var(--line)}.nav .wrap{display:flex;gap:0;overflow:auto;white-space:nowrap}.nav a{padding:12px 14px;font-size:14px;font-weight:700}.nav a:hover,.nav .current-menu-item a{color:var(--red)}
.breaking{background:var(--red);color:#fff}.breaking .wrap{display:flex;align-items:center;gap:12px;min-height:42px}.breaking strong{background:#111;padding:6px 10px;font-size:12px;letter-spacing:.4px}.breaking marquee{font-size:13px;font-weight:600}
.ad{background:#fff;border:1px dashed #cfcfcf;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:11px;text-transform:uppercase;letter-spacing:1px;min-height:74px;margin:16px 0}.ad-top{min-height:70px}
.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:18px}.hero{background:#fff;border-radius:6px;overflow:hidden;border:1px solid var(--line);position:relative}.hero .thumb{aspect-ratio:16/9;background:#ddd;object-fit:cover;width:100%}.hero-content{padding:18px}.cat{color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase}.hero h1{font-size:30px;line-height:1.15;margin:7px 0 9px}.meta{font-size:11px;color:#888}
.side-list{display:grid;gap:12px}.news-card{display:grid;grid-template-columns:120px 1fr;gap:12px;background:#fff;padding:10px;border:1px solid var(--line);border-radius:6px}.news-card img{width:120px;height:84px;object-fit:cover;border-radius:4px;background:#ddd}.news-card h3{font-size:15px;line-height:1.25;margin:3px 0 5px}.news-card .cat{font-size:9px}
.section{margin-top:22px}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.section-title h2{font-size:21px;margin:0}.section-title:after{content:"";height:3px;background:var(--red);flex:1}
.latest{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.latest .news-card{display:block;padding:0;overflow:hidden}.latest .news-card img{width:100%;height:160px;border-radius:0}.latest .news-card .inside{padding:12px}.latest .news-card h3{font-size:17px}
.content-grid{display:grid;grid-template-columns:1fr 310px;gap:20px}.article{background:#fff;border:1px solid var(--line);border-radius:6px;padding:22px}.article h1{font-size:34px;line-height:1.15;margin:6px 0 10px}.article .featured{width:100%;margin:15px 0}.article p{font-size:17px;line-height:1.75}.sidebar .ad{margin-top:0}
.footer{background:#111;color:#ddd;margin-top:35px;padding:35px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}.footer h3{color:#fff}.copyright{border-top:1px solid #333;margin-top:25px;padding-top:15px;font-size:12px;color:#888}
.pagination{display:flex;gap:7px;margin:20px 0}.pagination a,.pagination span{background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:4px}
@media(max-width:800px){.wrap{width:min(100% - 18px,1180px)}.topline .wrap{font-size:10px}.header-main{padding:13px 0}.brand{font-size:25px}.menu-toggle{display:block}.nav{display:none}.nav.open{display:block}.nav .wrap{display:block}.nav a{display:block;border-bottom:1px solid #eee}.breaking .wrap{min-height:38px}.main-grid,.content-grid{grid-template-columns:1fr}.hero h1{font-size:25px}.latest{grid-template-columns:1fr 1fr}.latest .news-card img{height:130px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.latest{grid-template-columns:1fr}.news-card{grid-template-columns:100px 1fr}.news-card img{width:100px;height:75px}.hero-content{padding:14px}.article{padding:16px}.article h1{font-size:27px}.article p{font-size:16px}}* AZ PRESS — reklam yeri animasiyası */
.ad {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        110deg,
        #f5f5f5 0%,
        #ffffff 35%,
        #eeeeee 50%,
        #ffffff 65%,
        #f5f5f5 100%
    );
    background-size: 250% 100%;
    animation: azpressAd 3.5s linear infinite;
    box-shadow: 0 0 0 rgba(211, 0, 0, 0);
}

/* Hərəkətli işıq */
.ad::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 35%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(210, 0, 0, 0.12),
        transparent
    );
    transform: skewX(-20deg);
    animation: azpressAdLight 2.8s ease-in-out infinite;
}

/* Reklam yazısına yumşaq effekt */
.ad {
    color: #999;
    letter-spacing: 1.5px;
    transition: all .3s ease;
}

@keyframes azpressAd {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -50% 0;
    }
}

@keyframes azpressAdLight {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}
