:root {
    --site-max: 72rem;
    --brand: #334155;
}

.site-container {
    width: 100%;
    max-width: var(--site-max);
    margin-inline: auto;
    padding-inline: 1.25rem;
}

.py-section { padding-block: 3rem; }

.hero {
    background: linear-gradient(135deg, var(--brand) 0%, #0f172a 100%);
}

.card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
}

.ad-slot-wrap { margin-block: 1.5rem; }
.ad-slot {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
}

.disclaimer-box {
    border-color: #fcd34d;
    background: #fffbeb;
    color: #92400e;
}

.cookie-banner.hidden { display: none; }
