/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ===================================
   MAIN LAYOUT STYLES
   Baby Dress Guide - Landing Page
   =================================== */


/* Header / AppBar with Glassmorphism */
.appbar-blur[b-so62n8wuoe] {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}

.header-content[b-so62n8wuoe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    width: 100%;
}

.brand-link[b-so62n8wuoe] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: inherit;
}

/* Vertical layout for brand */
.brand-vertical[b-so62n8wuoe] {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.brand-vertical .brand-text[b-so62n8wuoe] {
    font-size: 0.75rem !important;
}

.brand-logo[b-so62n8wuoe] {
    height: 40px;
    width: auto;
}

.brand-text[b-so62n8wuoe] {
    font-weight: 700 !important;
    color: #2D3748;
}

/* Navigation Buttons */
.nav-btn[b-so62n8wuoe] {
    font-weight: 500 !important;
    color: #4A5568 !important;
    text-transform: none !important;
    border-radius: 8px !important;
}

.nav-btn:hover[b-so62n8wuoe] {
    background-color: rgba(91, 155, 213, 0.1) !important;
    color: #5B9BD5 !important;
}

/* CTA Button */
.cta-btn[b-so62n8wuoe] {
    border-radius: 20px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(91, 155, 213, 0.3) !important;
}

.cta-btn:hover[b-so62n8wuoe] {
    box-shadow: 0 4px 12px rgba(91, 155, 213, 0.4) !important;
}

/* Privacy Link in Header */
.privacy-link[b-so62n8wuoe] {
    color: #4A5568 !important;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.privacy-link:hover[b-so62n8wuoe] {
    color: #5B9BD5 !important;
}

/* Main Content Area */
.main-content[b-so62n8wuoe] {
    padding-top: 64px; /* Height of AppBar */
    min-height: calc(100vh - 64px);
    background: #FAFBFC;
}

/* Footer */
.footer-section[b-so62n8wuoe] {
    background: linear-gradient(180deg, #F7FAFC 0%, #EDF2F7 100%) !important;
    margin-top: auto;
}

.footer-tagline[b-so62n8wuoe] {
    color: #718096;
    max-width: 280px;
    line-height: 1.6;
}

.footer-heading[b-so62n8wuoe] {
    font-weight: 600 !important;
    color: #2D3748;
    text-transform: uppercase;
    font-size: 0.75rem !important;
    letter-spacing: 0.05em;
}

.footer-link[b-so62n8wuoe] {
    color: #4A5568 !important;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-link:hover[b-so62n8wuoe] {
    color: #5B9BD5 !important;
}

.store-btn[b-so62n8wuoe] {
    border-radius: 8px !important;
    text-transform: none !important;
    justify-content: flex-start !important;
}

.copyright-text[b-so62n8wuoe] {
    color: #A0AEC0;
}

.copyright-link[b-so62n8wuoe] {
    color: #718096 !important;
}

.copyright-link:hover[b-so62n8wuoe] {
    color: #5B9BD5 !important;
}

/* Error UI */
#blazor-error-ui[b-so62n8wuoe] {
    color-scheme: light only;
    background: #FED7D7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
    color: #C53030;
}

#blazor-error-ui .dismiss[b-so62n8wuoe] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* Tablet and below */
@media (max-width: 960px) {
    .nav-desktop[b-so62n8wuoe] {
        display: none;
    }

    .cta-header[b-so62n8wuoe] {
        display: none !important;
    }

    .menu-toggle[b-so62n8wuoe] {
        display: flex !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .brand-text[b-so62n8wuoe] {
        font-size: 0.9rem !important;
    }

    .main-content[b-so62n8wuoe] {
        padding-top: 56px;
    }
    
    .footer-section[b-so62n8wuoe] {
        text-align: center;
    }
    
    .footer-tagline[b-so62n8wuoe] {
        max-width: 100%;
    }
    
    .store-btn[b-so62n8wuoe] {
        justify-content: center !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-irhukbp0pi],
.components-reconnect-repeated-attempt-visible[b-irhukbp0pi],
.components-reconnect-failed-visible[b-irhukbp0pi],
.components-pause-visible[b-irhukbp0pi],
.components-resume-failed-visible[b-irhukbp0pi],
.components-rejoining-animation[b-irhukbp0pi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-retrying[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-failed[b-irhukbp0pi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-irhukbp0pi] {
    display: block;
}


#components-reconnect-modal[b-irhukbp0pi] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-irhukbp0pi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-irhukbp0pi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-irhukbp0pi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-irhukbp0pi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-irhukbp0pi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-irhukbp0pi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-irhukbp0pi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-irhukbp0pi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-irhukbp0pi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-irhukbp0pi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-irhukbp0pi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-irhukbp0pi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-irhukbp0pi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-irhukbp0pi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-irhukbp0pi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-irhukbp0pi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-irhukbp0pi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-irhukbp0pi {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===================================
   HOME PAGE STYLES
   Baby Dress Guide - Landing Page
   =================================== */

/* ===================================
   HERO SECTION
   =================================== */
.hero-section[b-d6o3n73byo] {
    background: linear-gradient(135deg, #EBF4FF 0%, #F0FDF4 50%, #FFFBEB 100%);
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Animated Background Shapes */
.hero-bg-shapes[b-d6o3n73byo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.shape[b-d6o3n73byo] {
    position: absolute;
    opacity: 0.15;
}

/* Baby Bottle - Top Right */
.shape-1[b-d6o3n73byo] {
    width: 100px;
    height: 100px;
    top: 5%;
    right: 10%;
    color: #5B9BD5;
    animation: float-b-d6o3n73byo 5s ease-in-out infinite;
}

/* Heart - Bottom Left */
.shape-2[b-d6o3n73byo] {
    width: 90px;
    height: 90px;
    bottom: 15%;
    left: 5%;
    color: #FC8181;
    animation: float-b-d6o3n73byo 6s ease-in-out infinite;
    animation-delay: 0.5s;
}

/* Star - Middle Right */
.shape-3[b-d6o3n73byo] {
    width: 70px;
    height: 70px;
    top: 45%;
    right: 5%;
    color: #F5A962;
    animation: float-b-d6o3n73byo 4s ease-in-out infinite;
    animation-delay: 1s;
}

/* Clothing/Shirt - Bottom Right */
.shape-4[b-d6o3n73byo] {
    width: 85px;
    height: 85px;
    bottom: 25%;
    right: 25%;
    color: #7BC47F;
    animation: float-b-d6o3n73byo 4.5s ease-in-out infinite;
    animation-delay: 0.3s;
}

/* Cloud - Top Left */
.shape-5[b-d6o3n73byo] {
    width: 75px;
    height: 75px;
    top: 15%;
    left: 15%;
    color: #63B3ED;
    animation: float-b-d6o3n73byo 5.5s ease-in-out infinite;
    animation-delay: 0.8s;
}

/* Baby Face - Bottom Center */
.shape-6[b-d6o3n73byo] {
    width: 60px;
    height: 60px;
    bottom: 10%;
    left: 45%;
    color: #F5A962;
    animation: float-b-d6o3n73byo 6.5s ease-in-out infinite;
    animation-delay: 1.5s;
}

/* Thermometer - Top Center */
.shape-7[b-d6o3n73byo] {
    width: 55px;
    height: 55px;
    top: 8%;
    left: 40%;
    color: #FC8181;
    animation: float-b-d6o3n73byo 5s ease-in-out infinite;
    animation-delay: 2s;
}

/* Sun - Right Middle */
.shape-8[b-d6o3n73byo] {
    width: 80px;
    height: 80px;
    top: 30%;
    right: 15%;
    color: #F5A962;
    animation: float-b-d6o3n73byo 6s ease-in-out infinite;
    animation-delay: 0.7s;
}

/* Moon - Left Bottom */
.shape-9[b-d6o3n73byo] {
    width: 50px;
    height: 50px;
    bottom: 35%;
    left: 8%;
    color: #9F7AEA;
    animation: float-b-d6o3n73byo 7s ease-in-out infinite;
    animation-delay: 1.2s;
}

/* Pacifier - Top Right Corner */
.shape-10[b-d6o3n73byo] {
    width: 45px;
    height: 45px;
    top: 25%;
    right: 3%;
    color: #F687B3;
    animation: float-b-d6o3n73byo 4.5s ease-in-out infinite;
    animation-delay: 0.4s;
}

/* Small Star - Left Middle */
.shape-11[b-d6o3n73byo] {
    width: 40px;
    height: 40px;
    top: 55%;
    left: 3%;
    color: #F5A962;
    animation: float-b-d6o3n73byo 5.5s ease-in-out infinite;
    animation-delay: 1.8s;
}

/* Small Heart - Bottom Right Corner */
.shape-12[b-d6o3n73byo] {
    width: 35px;
    height: 35px;
    bottom: 5%;
    right: 8%;
    color: #FC8181;
    animation: float-b-d6o3n73byo 4s ease-in-out infinite;
    animation-delay: 2.2s;
}

@keyframes float-b-d6o3n73byo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-35px) rotate(8deg);
    }
}

.hero-container[b-d6o3n73byo] {
    position: relative;
    z-index: 1;
}

.hero-title[b-d6o3n73byo] {
    font-weight: 700 !important;
    color: #1A365D;
    line-height: 1.2 !important;
}

.hero-subtitle[b-d6o3n73byo] {
    color: #4A5568;
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
}

.hero-image[b-d6o3n73byo] {
    max-width: 400px;
    max-height: 450px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    animation: slideUp-b-d6o3n73byo 0.8s ease-out;
}

@keyframes slideUp-b-d6o3n73byo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-btn[b-d6o3n73byo] {
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(91, 155, 213, 0.4) !important;
}

/* ===================================
   SECTIONS COMMON
   =================================== */
.section-title[b-d6o3n73byo] {
    color: #1A365D;
}

.section-subtitle[b-d6o3n73byo] {
    color: #718096;
    max-width: 600px;
}

/* ===================================
   FEATURES SECTION
   =================================== */
.feature-card[b-d6o3n73byo] {
    border-radius: 16px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover[b-d6o3n73byo] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1) !important;
}

.feature-desc[b-d6o3n73byo] {
    color: #718096;
    line-height: 1.6;
}

/* ===================================
   HOW IT WORKS SECTION
   =================================== */
.step-desc[b-d6o3n73byo] {
    color: #718096;
}

/* ===================================
   TRUST SECTION
   =================================== */
.trust-title[b-d6o3n73byo] {
    color: #1A365D;
}

.trust-body[b-d6o3n73byo] {
    color: #4A5568;
    line-height: 1.7;
}

.trust-card[b-d6o3n73byo] {
    border-radius: 24px !important;
    background: linear-gradient(135deg, #EBF4FF 0%, #F0FDF4 100%) !important;
    max-width: 400px;
}

.trust-card-desc[b-d6o3n73byo] {
    color: #718096;
    line-height: 1.6;
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */
@media (max-width: 960px) {
    .hero-section[b-d6o3n73byo] {
        min-height: auto;
    }

    .hero-title[b-d6o3n73byo] {
        font-size: 2rem !important;
    }

    .hero-subtitle[b-d6o3n73byo] {
        font-size: 1.1rem !important;
    }

    .hero-image[b-d6o3n73byo] {
        max-width: 350px;
        max-height: 400px;
        margin-top: 2rem;
    }
}

@media (max-width: 600px) {
    .hero-title[b-d6o3n73byo] {
        font-size: 1.75rem !important;
        text-align: center;
    }

    .hero-subtitle[b-d6o3n73byo] {
        text-align: center;
    }

    .hero-image[b-d6o3n73byo] {
        max-width: 280px;
        max-height: 320px;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/* ===================================
   PRIVACY PAGE STYLES
   =================================== */

/* Page Hero */
.page-hero[b-pixlk3q2or] {
    background: linear-gradient(135deg, #EBF4FF 0%, #F0FDF4 100%);
    padding: 4rem 0 3rem;
}

.page-title[b-pixlk3q2or] {
    color: #1A365D;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
}

.page-subtitle[b-pixlk3q2or] {
    color: #4A5568;
    max-width: 600px;
    margin: 0 auto;
}

/* Privacy Content */
.privacy-content[b-pixlk3q2or] {
    padding: 3rem 0 4rem;
    background: #FFFFFF;
}

.last-updated[b-pixlk3q2or] {
    display: block;
    color: #718096;
    text-align: right;
}

.section-heading[b-pixlk3q2or] {
    color: #1A365D;
    font-weight: 600 !important;
}

.section-text[b-pixlk3q2or] {
    color: #4A5568;
    line-height: 1.7;
}

.privacy-item-title[b-pixlk3q2or] {
    color: #1A365D;
    font-weight: 600 !important;
}

.privacy-item-text[b-pixlk3q2or] {
    color: #4A5568;
    line-height: 1.6;
}

.contact-info[b-pixlk3q2or] {
    background: linear-gradient(135deg, #EBF4FF 0%, #F0FDF4 100%) !important;
}

.contact-title[b-pixlk3q2or] {
    color: #1A365D;
}

/* Responsive */
@media (max-width: 960px) {
    .page-hero[b-pixlk3q2or] {
        padding: 3rem 0 2rem;
    }
    
    .page-title[b-pixlk3q2or] {
        font-size: 1.75rem !important;
    }
    
    .privacy-content[b-pixlk3q2or] {
        padding: 2rem 0 3rem;
    }
}

@media (max-width: 600px) {
    .page-hero[b-pixlk3q2or] {
        padding: 2rem 0 1.5rem;
    }
    
    .page-title[b-pixlk3q2or] {
        font-size: 1.5rem !important;
    }
}
