/* Shared site footer + Crazy Domains seal (contact, privacy, app pages, index) */

.site-footer {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 2rem 1.5rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.site-footer-inner {
    max-width: 900px;
    margin: 0 auto;
}

.site-footer--embedded {
    background: transparent;
    border-top: 1px solid #374151;
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    color: #9ca3af;
}

.site-footer--dark {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
}

.site-footer--dark .site-footer-link {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin: 0 0 1rem;
}

.site-footer-nav a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.site-footer-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-footer--product {
    background: #111827;
    border-top: 1px solid #1f2937;
    color: #9ca3af;
}

.site-footer--product .site-footer-nav a:hover {
    color: #fff;
}

.site-footer-form-links {
    margin: 0 0 1rem;
}

.site-footer-form-links a {
    color: #4f46e5;
    text-decoration: none;
}

.site-footer-form-links a:hover {
    text-decoration: underline;
}

.site-footer-copy {
    margin: 0 0 0.5rem;
}

.site-footer-note {
    margin: 0 0 1rem;
    font-size: 0.875rem;
}

.site-footer-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-footer--embedded .site-footer-link {
    color: #cbd5e1;
}

.footer-seal {
    margin-top: 0.5rem;
}

.footer-seal img {
    cursor: pointer;
}

.site-seal-overlay {
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-seal-overlay iframe {
    height: 626px;
    width: 607px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    border: none;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
