.advertise-page{
    background:#212529;
    color:#e6edf8;
    font-family:"Segoe UI",Tahoma,Arial,sans-serif;
}

.advertise-shell{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
}

.advertise-hero{
    padding:46px 0 30px;
}

.advertise-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);
    gap:26px;
    align-items:stretch;
}

.advertise-kicker{
    display:inline-block;
    margin-bottom:14px;
    color:#ffd54a;
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.advertise-hero-copy,
.advertise-hero-panel,
.advertise-placement-card,
.advertise-package-card,
.advertise-empty-card,
.advertise-bottom-cta-inner{
    background:#2F3040;
    border:1px solid rgba(114,145,188,.18);
    box-shadow:0 14px 40px rgba(0,0,0,.24);
}

.advertise-hero-copy{
    border-radius:24px;
    padding:34px;
}

.advertise-hero-copy h1,
.advertise-section-head h2,
.advertise-bottom-cta-inner h2{
    margin:0;
    color:#f7fbff;
    line-height:1.14;
}

.advertise-hero-copy h1{
    font-size:40px;
    margin-bottom:16px;
}

.advertise-hero-copy p,
.advertise-section-head p,
.advertise-placement-card p,
.advertise-panel-card li,
.advertise-package-points li{
    color:#b5c4d8;
    line-height:1.7;
}

.advertise-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:26px;
}

.advertise-primary-btn,
.advertise-secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 20px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    transition:.2s ease;
}

.advertise-primary-btn{
    color:#121212;
    background:#e6c660;
}

.advertise-primary-btn:hover{
    background:#f0d57f;
}

.advertise-secondary-btn{
    color:#e9f0fb;
    background:#223147;
}

.advertise-secondary-btn:hover{
    color:#ffd54a;
    background:#2a3a53;
}

.advertise-hero-panel{
    border-radius:24px;
    padding:20px;
    display:grid;
    gap:16px;
}

.advertise-panel-card{
    padding:18px 18px 16px;
    border-radius:18px;
    background:#2F3040;
    border:1px solid rgba(122,151,190,.16);
}

.advertise-panel-title,
.advertise-package-name,
.advertise-placement-badge{
    color:#f6fbff;
    font-size:18px;
    font-weight:800;
}

.advertise-panel-card ul,
.advertise-package-points{
    margin:12px 0 0;
    padding-left:18px;
}

.advertise-section{
    padding:18px 0 28px;
}

.advertise-section-dark{
    background:rgba(6,11,18,.45);
    border-top:#2F3040;
    border-bottom:1px solid rgba(122,151,190,.08);
}

.advertise-section-head{
    margin-bottom:22px;
}

.advertise-section-head h2,
.advertise-bottom-cta-inner h2{
    font-size:31px;
    margin-bottom:10px;
}

.advertise-placement-grid,
.advertise-package-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:18px;
}

.advertise-placement-card,
.advertise-package-card,
.advertise-empty-card{
    border-radius:20px;
    padding:24px;
}

.advertise-placement-size{
    margin:10px 0 12px;
    color:#ffd54a;
    font-size:28px;
    font-weight:900;
}

.advertise-package-price{
    margin-top:14px;
    color:#ffd54a;
    font-size:42px;
    font-weight:900;
    line-height:1;
}

.advertise-package-duration{
    margin-top:10px;
    color:#d2e0f0;
    font-size:15px;
    font-weight:700;
}

.advertise-category-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.advertise-category-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    background:#1a2739;
    border:1px solid rgba(127,158,201,.16);
    color:#e7eef8;
    font-size:13px;
    font-weight:700;
}

.advertise-bottom-cta{
    padding-bottom:44px;
}

.advertise-bottom-cta-inner{
    border-radius:24px;
    padding:28px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

@media (max-width: 980px){
    .advertise-hero-grid,
    .advertise-bottom-cta-inner{
        grid-template-columns:1fr;
        display:grid;
    }

    .advertise-hero-copy h1{
        font-size:33px;
    }
}

@media (max-width: 640px){
    .advertise-hero-copy,
    .advertise-hero-panel,
    .advertise-placement-card,
    .advertise-package-card,
    .advertise-empty-card,
    .advertise-bottom-cta-inner{
        border-radius:18px;
    }

    .advertise-hero-copy,
    .advertise-placement-card,
    .advertise-package-card,
    .advertise-empty-card,
    .advertise-bottom-cta-inner{
        padding:20px;
    }

    .advertise-hero-copy h1{
        font-size:28px;
    }

    .advertise-section-head h2,
    .advertise-bottom-cta-inner h2{
        font-size:24px;
    }

    .advertise-package-price{
        font-size:36px;
    }
}


.advertise-advantage-grid,
.advertise-faq-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:18px;
}

.advertise-faq-card{
    background:#2F3040;
    border:1px solid rgba(114,145,188,.18);
    border-radius:20px;
    box-shadow:0 14px 40px rgba(0,0,0,.24);
    padding:22px 24px;
}

.advertise-faq-card h3{
    margin:0 0 10px;
    color:#f7fbff;
    font-size:19px;
    line-height:1.28;
}

.advertise-faq-card p,
.advertise-faq-card a{
    color:#b5c4d8;
    line-height:1.7;
}

.advertise-faq-card a:hover{
    color:#ffd54a;
}
