body.public-site-body {
    background: #edf2f7;
    color: #1f2937;
}

.public-site-header {
    background: linear-gradient(135deg, #082346 0%, #163d7a 100%);
}

.public-site-main {
    min-height: calc(100vh - 148px);
}

.public-site-footer {
    background: #082346;
    color: rgba(255, 255, 255, 0.82);
}

.public-site-header .brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px;
}

.public-site-hero {
    background: linear-gradient(135deg, #0d2340 0%, #1a4d95 100%);
    border-radius: 28px;
    color: #fff;
    padding: 2rem;
    box-shadow: 0 24px 48px rgba(8, 35, 70, 0.18);
}

.site-plan-featured {
    border: 1px solid rgba(22, 61, 122, 0.12);
}
