/* _content/SparkleeCleaners/Shared/MainLayout.razor.rz.scp.css */
.sparklee-app[b-fm1pahl4fd] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top left, #fdf2ff 0, #ffffff 40%, #e0f2fe 80%);
    color: #0f172a;
}

/* Top info bar */

.sparklee-topbar[b-fm1pahl4fd] {
    background: #fde047;
    color: #0f172a;
    font-size: 0.8rem;
}

.sparklee-topbar-inner[b-fm1pahl4fd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.sparklee-topbar-inner .left[b-fm1pahl4fd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sparklee-topbar-inner .right[b-fm1pahl4fd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.sparklee-main[b-fm1pahl4fd] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sparklee-content[b-fm1pahl4fd] {
    flex: 1;
    padding: 1.5rem;
    max-width: 1200px;
    width: 100%;
    margin: 1.5rem auto 0 auto;
}

@media (min-width: 768px) {
    .sparklee-content[b-fm1pahl4fd] {
        padding: 2.5rem 2rem 2rem 2rem;
    }
}


/* Footer */

.sparklee-footer[b-fm1pahl4fd] {
    margin-top: 2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: rgba(248, 250, 252, 0.95);
}

.sparklee-footer-inner[b-fm1pahl4fd] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 1.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.sparklee-footer-title[b-fm1pahl4fd] {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.sparklee-footer-highlight[b-fm1pahl4fd] {
    font-weight: 600;
    color: #2563eb;
}

.sparklee-footer-links[b-fm1pahl4fd] {
    display: grid;
    gap: 0.15rem;
}

.sparklee-footer-links a[b-fm1pahl4fd] {
    color: #64748b;
    text-decoration: none;
}

.sparklee-footer-links a:hover[b-fm1pahl4fd] {
    color: #1d4ed8;
}

.sparklee-footer-bottom[b-fm1pahl4fd] {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.5);
    padding-top: 0.75rem;
}

@media (max-width: 900px) {
    .sparklee-footer-inner[b-fm1pahl4fd] {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr);
    }
}

@media (max-width: 640px) {
    .sparklee-footer-inner[b-fm1pahl4fd] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* _content/SparkleeCleaners/Shared/NavMenu.razor.rz.scp.css */
/* Top info bar (inside NavMenu component) */

.sparklee-topbar[b-ouy1kunz39] {
    background: #fde047;
    color: #0f172a;
    font-size: 0.8rem;
}

.sparklee-topbar-inner[b-ouy1kunz39] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.sparklee-topbar-inner .left[b-ouy1kunz39] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sparklee-topbar-inner .right[b-ouy1kunz39] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Main navigation */

.sparklee-nav[b-ouy1kunz39] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.95), rgba(236, 72, 153, 0.95), rgba(129, 140, 248, 0.95));
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
}

.sparklee-nav-inner[b-ouy1kunz39] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sparklee-brand[b-ouy1kunz39] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #f9fafb;
}

.sparklee-logo-circle[b-ouy1kunz39] {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    object-fit: contain;
    display: block;
}

.sparklee-brand-text[b-ouy1kunz39] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.sparklee-brand-name[b-ouy1kunz39] {
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 1.55rem;
    text-transform: uppercase;
}

.sparklee-brand-tagline[b-ouy1kunz39] {
    font-size: 0.95rem;
    opacity: 0.9;
}

.sparklee-links[b-ouy1kunz39] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sparklee-links[b-ouy1kunz39]  a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.sparklee-links[b-ouy1kunz39]  a.active {
    background: rgba(15, 23, 42, 0.18);
    color: #ffffff;
}

.sparklee-links[b-ouy1kunz39]  a:hover {
    background: rgba(15, 23, 42, 0.22);
    transform: translateY(-1px);
}

.sparklee-nav-toggle[b-ouy1kunz39] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.5);
    background: rgba(15, 23, 42, 0.2);
    padding: 0;
}

.sparklee-nav-toggle span[b-ouy1kunz39] {
    display: block;
    height: 2px;
    width: 18px;
    background: #f9fafb;
    border-radius: 999px;
}

@media (max-width: 768px) {
    .sparklee-nav-inner[b-ouy1kunz39] {
        padding-inline: 1rem;
    }

    .sparklee-links[b-ouy1kunz39] {
        position: absolute;
        inset-inline: 0;
        top: 100%;
        padding: 0.75rem 1rem 1rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.94));
        transform-origin: top;
        transform: scaleY(0.9);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.16s ease, transform 0.16s ease;
    }

    .sparklee-links.open[b-ouy1kunz39] {
        opacity: 1;
        transform: scaleY(1);
        pointer-events: auto;
    }

    .sparklee-links[b-ouy1kunz39]  a {
        width: 100%;
    }

    .sparklee-nav-toggle[b-ouy1kunz39] {
        display: inline-flex;
    }
}
