/* Tagline & Legal Footer */
.brand-tagline {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 4px;
    line-height: 1.3;
}

.site-legal-footer {
    font-size: 11px;
    color: #94a3b8;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
}

.site-legal-footer a {
    color: #64748b;
    text-decoration: none;
}

.site-legal-footer a:hover {
    text-decoration: underline;
}

/* Browser Mockup Live Preview Window */
.browser-mockup-bar {
    background: #e2e8f0;
    padding: 8px 14px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.browser-mockup-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #f59e0b; }
.dot.green { background: #10b981; }

.browser-url-mock {
    font-size: 11px;
    color: #475569;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-preview-full {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 0 0 16px 16px;
    border: 1px solid #e2e8f0;
    border-top: none;
}

.policy-body {
    line-height: 1.7;
    color: #334155;
    margin-top: 16px;
}

.policy-body h3 {
    margin: 20px 0 8px;
    font-size: 16px;
    color: #0f172a;
}