.agp-hero h1{
    color:#fff;
    max-width:980px;
    text-shadow:0 4px 18px rgba(0,0,0,.65);
}

.agp-hero p,
.agp-hero .wp-block-post-terms a{
    color:#fff;
}

.agp-meta{
    margin-top:18px;
    margin-bottom:34px;
    color:#666;
    font-size:14px;
    gap:8px;
}

.agp-layout{
    gap:42px;
}

.agp-content{
    font-size:18px;
    line-height:1.75;
}

.agp-content h2{
    margin-top:44px;
    margin-bottom:16px;
    font-size:32px;
    line-height:1.25;
}

.agp-content h3{
    margin-top:30px;
    font-size:24px;
}

.agp-content p{
    margin-bottom:20px;
}

.agp-sidebar-box{
    position:sticky;
    top:100px;
    background:#f8f8f8;
    border:1px solid #e8e8e8;
}

.agp-sidebar-box a{
    text-decoration:none;
    font-weight:700;
}

.agp-cta-box{
    background:linear-gradient(135deg,#ff7a00,#ff2d55);
    color:#fff;
    padding:24px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 18px 38px rgba(255,45,85,.22);
    margin:20px 0;
}

.agp-cta-box h3{
    color:#fff;
    margin:0 0 10px;
}

.agp-cta-box p{
    margin:0 0 14px;
}

.agp-button-row{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
}

.agp-btn{
    display:inline-block;
    padding:12px 18px;
    background:#fff;
    color:#111!important;
    border-radius:999px;
    text-decoration:none!important;
    font-weight:800;
    transition:transform .18s ease, box-shadow .18s ease;
}

.agp-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(0,0,0,.18);
}

.agp-btn-dark{
    background:#111;
    color:#fff!important;
}

.agp-fomo-box{
    background:#fff3cd;
    border:1px solid #ffe08a;
    color:#4a3500;
    padding:16px 18px;
    border-radius:14px;
    margin:28px 0;
    font-weight:800;
}

.agp-live-box{
    background:#ffe6e6;
    border:1px solid #ffc2c2;
    color:#6b0000;
    padding:14px 16px;
    border-radius:14px;
    margin:28px 0;
    font-weight:800;
}

.agp-content-promo{
    background:#eef8ff;
    border:1px solid #ccecff;
    border-radius:18px;
    padding:22px;
    margin:36px 0;
    display:grid;
    gap:8px;
}

.agp-content-promo strong{
    font-size:20px;
}

.agp-content-promo a{
    font-weight:800;
    text-decoration:none;
}

.agp-bottom-cta{
    margin-top:60px;
    padding:64px 6vw;
    text-align:center;
    background:linear-gradient(135deg,#111,#2a2a2a);
    color:#fff;
}

.agp-bottom-cta h2,
.agp-bottom-cta p{
    color:#fff;
}

@media(max-width:900px){
    .agp-layout{
        flex-direction:column;
    }

    .agp-content,
    .agp-sidebar{
        flex-basis:100%!important;
        width:100%!important;
    }

    .agp-sidebar-box{
        position:static;
        margin-top:32px;
    }

    .agp-content{
        font-size:16px;
    }

    .agp-content h2{
        font-size:26px;
    }

    .agp-hero{
        min-height:420px!important;
    }
}
