/* Main site CSS for Json Viewer */
body { background: #f8fafc; color: #00174f; }
/* Full width container */
.full-width { max-width: 100% !important; width: 100% !important; padding: 0 20px; }
.xfinity-card { background: #fff; border-radius: 1.5rem; box-shadow: 0 8px 32px 0 rgba(0,23,79,0.18); padding: 2.5rem 2rem 2rem 2rem; margin-top: 3rem; margin-bottom: 3rem; transition: box-shadow 0.2s; }
.xfinity-title { color: #00174f; font-weight: 700; font-size: 2.5rem; letter-spacing: -1px; text-align: center; margin-bottom: 2rem; }
.xfinity-label { color: #00bfae; font-size: 1.15rem; font-weight: 600; }
.xfinity-input { font-size: 1.2rem; border-radius: 0.9rem; border: 2px solid #0073cf; padding: 0.9rem 1.1rem; margin-bottom: 1.5rem; width: 100%; background: #f4f6f8; color: #00174f; box-shadow: 0 2px 8px 0 rgba(0,23,79,0.04); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.xfinity-input:focus { border-color: #00bfae; box-shadow: 0 4px 16px 0 rgba(0,191,174,0.10); background: #fff; }
.xfinity-btn { background: linear-gradient(90deg, #0073cf 0%, #00bfae 100%); color: #fff; font-size: 1.15rem; font-weight: 700; border: none; border-radius: 0.9rem; padding: 0.75rem 2.5rem; width: 100%; box-shadow: 0 2px 8px 0 rgba(0,191,174,0.10); transition: background 0.2s, box-shadow 0.2s; cursor: pointer; }
.xfinity-btn:hover, .xfinity-btn:focus { background: linear-gradient(90deg, #005fa3 0%, #009e8e 100%); box-shadow: 0 4px 16px 0 rgba(0,191,174,0.18); color: #fff; }
.xfinity-table th { background: linear-gradient(90deg, #0073cf 0%, #00bfae 100%); color: #fff; font-weight: 800; font-size: 1.15rem; border-top: none; letter-spacing: 0.5px; text-shadow: 0 1px 4px rgba(0,23,79,0.18); }
.xfinity-table td { font-size: 1.05rem; vertical-align: middle; color: #00174f; background: #fff; word-break: break-all; white-space: nowrap; max-width: 180px; overflow: hidden; text-overflow: ellipsis; }
.xfinity-table tbody tr:hover { background: #e6f7f5; transition: background 0.2s; }
.xfinity-alert { background: #fff3cd; color: #856404; border-radius: 0.75rem; padding: 1rem 1.5rem; margin-top: 2rem; text-align: center; font-size: 1.15rem; box-shadow: 0 2px 8px 0 rgba(0,23,79,0.04); }

.seo-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(15, 109, 207, 0.08), transparent 28rem),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
    color: #1f2a37;
}

.seo-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem;
}

.seo-topbar {
    padding: 1rem 0 0.25rem;
}

.seo-topbar nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.seo-brand,
.seo-nav a,
.seo-text-link {
    color: #0b4d88;
    text-decoration: none;
}

.seo-brand {
    font-weight: 800;
    font-size: 1.05rem;
}

.seo-nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.seo-nav a:hover,
.seo-text-link:hover,
.seo-brand:hover {
    text-decoration: underline;
}

.seo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.25rem 0 1rem;
}

.seo-hero-card,
.seo-panel,
.seo-faq-item,
.seo-side-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 225, 235, 0.95);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(21, 36, 57, 0.08);
}

.seo-hero-card {
    padding: 1.5rem;
}

.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0f6dcf;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.seo-title {
    margin: 0;
    color: #102133;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.seo-lead {
    margin: 1rem 0 0;
    color: #526074;
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 62ch;
}

.seo-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.seo-btn-primary,
.seo-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.15rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.seo-btn-primary {
    background: linear-gradient(135deg, #0f6dcf 0%, #0b58a8 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(15, 109, 207, 0.24);
}

.seo-btn-secondary {
    color: #0b4d88;
    background: #f8fbff;
    border: 1px solid #cfe0f5;
}

.seo-btn-primary:hover,
.seo-btn-secondary:hover {
    transform: translateY(-1px);
}

.seo-side-card {
    padding: 1.2rem 1.15rem;
}

.seo-side-card h2,
.seo-panel h2 {
    margin: 0 0 0.65rem;
    color: #102133;
    font-size: 1.15rem;
}

.seo-side-card p,
.seo-panel p,
.seo-faq-answer {
    color: #526074;
    line-height: 1.65;
}

.seo-bullets {
    margin: 0;
    padding-left: 1.1rem;
    color: #526074;
    line-height: 1.7;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.seo-panel {
    padding: 1.15rem 1.1rem;
}

.seo-kicker {
    margin: 0 0 0.55rem;
    color: #0f6dcf;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.seo-panel p:last-child,
.seo-side-card p:last-child {
    margin-bottom: 0;
}

.seo-faq {
    margin: 1.2rem 0 2rem;
}

.seo-faq-list {
    display: grid;
    gap: 0.8rem;
}

.seo-faq-item {
    overflow: hidden;
}

.seo-faq-item summary {
    cursor: pointer;
    padding: 0.95rem 1rem;
    list-style: none;
    font-weight: 700;
    color: #102133;
    background: #f8fbff;
}

.seo-faq-item summary::-webkit-details-marker {
    display: none;
}

.seo-faq-answer {
    padding: 0 1rem 1rem;
}

.seo-link-row {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.seo-footer {
    padding: 0 0 2rem;
    color: #526074;
    font-size: 0.92rem;
}

.seo-footer-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

@media (max-width: 860px) {
    .seo-hero,
    .seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .seo-hero-card,
    .seo-panel,
    .seo-side-card {
        padding: 1rem;
        border-radius: 14px;
    }

    .seo-title {
        font-size: 1.9rem;
    }
}
