/* Static fallback when JavaScript is disabled (CRA shell only renders #root with JS) */
#static-fallback {
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    line-height: 1.6;
    color: #0f172a;
    background: #f8fafc;
    margin: 0;
    padding: 0;
}

#static-fallback a {
    color: #2563eb;
}

#static-fallback a:hover {
    text-decoration: underline;
}

#static-fallback .ns-wrap {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1.25rem 3rem;
}

#static-fallback .ns-banner {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #78350f;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

#static-fallback header.ns-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

#static-fallback .ns-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    text-decoration: none;
}

#static-fallback .ns-brand img {
    width: 2.5rem;
    height: 2.5rem;
}

#static-fallback nav.ns-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#static-fallback nav.ns-nav a {
    font-weight: 500;
    color: #334155;
    text-decoration: none;
}

#static-fallback nav.ns-nav a:hover {
    color: #2563eb;
}

#static-fallback .ns-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 1rem;
}

#static-fallback .ns-lead {
    font-size: 1.125rem;
    color: #475569;
    max-width: 36rem;
    margin: 0 0 1.5rem;
}

#static-fallback .ns-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

#static-fallback .ns-btn {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
}

#static-fallback .ns-btn-primary {
    background: #2563eb;
    color: #fff;
}

#static-fallback .ns-btn-primary:hover {
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
}

#static-fallback .ns-btn-outline {
    background: #fff;
    color: #0f172a;
    border-color: #cbd5e1;
}

#static-fallback .ns-btn-outline:hover {
    background: #f1f5f9;
    text-decoration: none;
}

#static-fallback section {
    margin-bottom: 2.5rem;
    scroll-margin-top: 1rem;
}

#static-fallback h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

#static-fallback ul {
    margin: 0;
    padding-left: 1.25rem;
}

#static-fallback .ns-pricing {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    #static-fallback .ns-pricing {
        grid-template-columns: repeat(3, 1fr);
    }
}

#static-fallback .ns-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

#static-fallback .ns-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
}

#static-fallback .ns-price {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.25rem 0;
}

#static-fallback .ns-muted {
    color: #64748b;
    font-size: 0.875rem;
}

#static-fallback .ns-video-thumb {
    display: block;
    max-width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
}

#static-fallback footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.875rem;
    color: #64748b;
}
