@import '_content/BlazzyMotion.Carousel/BlazzyMotion.Carousel.p0ru1c9ju1.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/* HEADER STYLES */
.demo-header[b-fzn6pjea52] {
    background: rgba(15, 12, 41, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-content[b-fzn6pjea52] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left[b-fzn6pjea52] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon[b-fzn6pjea52] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.logo-text[b-fzn6pjea52] {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: white;
}

.header-left:hover .logo-text[b-fzn6pjea52] {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.header-right[b-fzn6pjea52] {
    display: flex;
    gap: 20px;
}

.header-link[b-fzn6pjea52] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .header-link:hover[b-fzn6pjea52] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .header-link i[b-fzn6pjea52] {
        font-size: 18px;
    }


/*  FOOTER STYLES (Animated Social Icons) */
.demo-footer[b-fzn6pjea52] {
    background: #0a0816;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content[b-fzn6pjea52] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-text[b-fzn6pjea52] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-social[b-fzn6pjea52] {
    display: flex;
    gap: 20px;
}

.social-link[b-fzn6pjea52] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 22px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

    .social-link[b-fzn6pjea52]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: 50%;
    }

    .social-link i[b-fzn6pjea52] {
        position: relative;
        z-index: 1;
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .social-link:hover[b-fzn6pjea52] {
        transform: translateY(-8px) scale(1.1);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    }

        .social-link:hover[b-fzn6pjea52]::before {
            opacity: 1;
        }

        .social-link:hover i[b-fzn6pjea52] {
            transform: rotate(360deg);
        }

    /* Different gradient per icon */
    .social-link:nth-child(2)[b-fzn6pjea52]::before {
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    }

    .social-link:nth-child(3)[b-fzn6pjea52]::before {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    }

@media (max-width: 768px) {
    .demo-header[b-fzn6pjea52] {
        padding: 15px 20px;
    }

    .header-content[b-fzn6pjea52] {
        flex-direction: column;
        gap: 15px;
    }

    .header-right[b-fzn6pjea52] {
        gap: 15px;
    }

    .header-link[b-fzn6pjea52] {
        padding: 8px 15px;
        font-size: 14px;
    }

    .social-link[b-fzn6pjea52] {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* HERO SECTION */

.hero-section[b-qn3mbcwj2n] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 20px 20px;
    transition: background 0.6s ease-in-out;
    color: white;
}

.hero-content[b-qn3mbcwj2n] {
    text-align: center;
    max-width: 800px;
}

.hero-title[b-qn3mbcwj2n] {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #fff, #a8a8a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    outline: none;
    cursor: default;
}

.hero-title:focus[b-qn3mbcwj2n] {
    outline: none;
}

.hero-section[style*="ffffff"] .hero-title[b-qn3mbcwj2n],
.hero-section[style*="f5f5f5"] .hero-title[b-qn3mbcwj2n] {
    background: linear-gradient(135deg, #0f0c29, #302b63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-qn3mbcwj2n] {
    font-size: 24px;
    margin: 0 0 30px 0;
    opacity: 0.9;
    font-weight: 300;
}

.hero-section[style*="ffffff"] .hero-subtitle[b-qn3mbcwj2n],
.hero-section[style*="f5f5f5"] .hero-subtitle[b-qn3mbcwj2n] {
    color: #333;
    opacity: 1;
}

.hero-features[b-qn3mbcwj2n] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.feature-badge[b-qn3mbcwj2n] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.feature-badge:hover[b-qn3mbcwj2n] {
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(0, -2px, 0);
}

.feature-badge i[b-qn3mbcwj2n] {
    font-size: 18px;
    flex-shrink: 0;
}

.hero-section[style*="ffffff"] .feature-badge[b-qn3mbcwj2n],
.hero-section[style*="f5f5f5"] .feature-badge[b-qn3mbcwj2n] {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #333;
}

.hero-cta[b-qn3mbcwj2n] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #0f0c29;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-cta:hover[b-qn3mbcwj2n] {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.hero-cta i[b-qn3mbcwj2n] {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.hero-cta:hover i[b-qn3mbcwj2n] {
    transform: translateY(3px);
}

.hero-section[style*="ffffff"] .hero-cta[b-qn3mbcwj2n],
.hero-section[style*="f5f5f5"] .hero-cta[b-qn3mbcwj2n] {
    background: #0f0c29;
    color: white;
}

/* DEMO SECTION */

.demo-section[b-qn3mbcwj2n] {
    min-height: auto;
    padding: 20px 20px 60px 20px;
    transition: background 0.6s ease-in-out;
}

.demo-content[b-qn3mbcwj2n] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-switcher[b-qn3mbcwj2n] {
    text-align: center;
    margin-bottom: 40px;
}

.theme-label[b-qn3mbcwj2n] {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.demo-section[style*="f8f8f8"] .theme-label[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .theme-label[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .theme-label[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .theme-label[b-qn3mbcwj2n] {
    color: #333;
}

.theme-buttons[b-qn3mbcwj2n] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.theme-btn[b-qn3mbcwj2n] {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-btn:hover[b-qn3mbcwj2n] {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

.theme-btn.active[b-qn3mbcwj2n] {
    background: white;
    color: #0f0c29;
    border-color: white;
}

.demo-section[style*="f8f8f8"] .theme-btn[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .theme-btn[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .theme-btn[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .theme-btn[b-qn3mbcwj2n] {
    border-color: rgba(0, 0, 0, 0.25);
    color: #333;
}

.demo-section[style*="f8f8f8"] .theme-btn:hover[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .theme-btn:hover[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .theme-btn:hover[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .theme-btn:hover[b-qn3mbcwj2n] {
    border-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.05);
}

.demo-section[style*="f8f8f8"] .theme-btn.active[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .theme-btn.active[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .theme-btn.active[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .theme-btn.active[b-qn3mbcwj2n] {
    background: #0f0c29;
    color: white;
    border-color: #0f0c29;
}

.carousel-wrapper[b-qn3mbcwj2n] {
    margin-bottom: 40px;
    position: relative;
}

.selected-item[b-qn3mbcwj2n] {
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 18px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: slideUp-b-qn3mbcwj2n 0.3s ease-out;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes slideUp-b-qn3mbcwj2n {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.selected-item strong[b-qn3mbcwj2n] {
    color: #ffffff;
    font-weight: 600;
}

.demo-section[style*="f8f8f8"] .selected-item[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .selected-item[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .selected-item[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .selected-item[b-qn3mbcwj2n] {
    color: #333;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.04));
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.demo-section[style*="f8f8f8"] .selected-item strong[b-qn3mbcwj2n],
.demo-section[style*="e5e5e5"] .selected-item strong[b-qn3mbcwj2n],
.demo-section[style*="e0e0e0"] .selected-item strong[b-qn3mbcwj2n],
.demo-section[style*="d0d0d0"] .selected-item strong[b-qn3mbcwj2n] {
    color: #0f0c29;
}

/* CODE SECTION */

.code-section[b-qn3mbcwj2n] {
    background: #f8f9fa;
    padding: 0;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.code-content[b-qn3mbcwj2n] {
    width: 100%;
    max-width: 900px;
    padding: 80px 20px;
}

.code-title[b-qn3mbcwj2n] {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
    color: #0f0c29;
}

.code-description[b-qn3mbcwj2n] {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.code-steps[b-qn3mbcwj2n] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.step-header[b-qn3mbcwj2n] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.step-number[b-qn3mbcwj2n] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.code-step h3[b-qn3mbcwj2n] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0f0c29;
}

.code-block[b-qn3mbcwj2n] {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.8;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.code-block code[b-qn3mbcwj2n] {
    color: #d4d4d4;
    white-space: pre;
    word-wrap: normal;
    display: block;
}

.code-block pre[b-qn3mbcwj2n] {
    margin: 0;
    padding: 0;
    text-align: left;
}

.code-hint[b-qn3mbcwj2n] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    padding: 14px 18px;
    background: rgba(102, 126, 234, 0.1);
    border-left: 3px solid #667eea;
    border-radius: 6px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.code-hint i[b-qn3mbcwj2n] {
    color: #667eea;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.code-footer[b-qn3mbcwj2n] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    margin-top: 40px;
    color: #0f0c29;
    font-weight: 500;
}

.code-footer i[b-qn3mbcwj2n] {
    font-size: 24px;
    color: #667eea;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .hero-section[b-qn3mbcwj2n] {
        padding: 60px 20px 20px 20px;
    }

    .hero-title[b-qn3mbcwj2n] {
        font-size: 42px;
    }

    .hero-subtitle[b-qn3mbcwj2n] {
        font-size: 18px;
    }

    .feature-badge[b-qn3mbcwj2n] {
        font-size: 13px;
        padding: 10px 18px;
    }

    .hero-cta[b-qn3mbcwj2n] {
        font-size: 16px;
        padding: 12px 30px;
    }

    .demo-section[b-qn3mbcwj2n] {
        padding: 20px 20px 40px 20px;
    }

    .theme-switcher[b-qn3mbcwj2n] {
        margin-bottom: 30px;
    }

    .theme-buttons[b-qn3mbcwj2n] {
        gap: 10px;
    }

    .theme-btn[b-qn3mbcwj2n] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .carousel-wrapper[b-qn3mbcwj2n] {
        margin-bottom: 15px;
    }

    .selected-item[b-qn3mbcwj2n] {
        font-size: 16px;
        padding: 16px 20px;
        margin-top: 12px;
        max-width: 100%;
    }

    .code-title[b-qn3mbcwj2n] {
        font-size: 32px;
    }

    .code-block[b-qn3mbcwj2n] {
        font-size: 12px;
        padding: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .code-block code[b-qn3mbcwj2n] {
        white-space: pre;
        word-break: break-word;
        display: block;
    }

    .code-block pre[b-qn3mbcwj2n] {
        margin: 0;
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .step-number[b-qn3mbcwj2n] {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .code-hint[b-qn3mbcwj2n] {
        font-size: 13px;
        padding: 12px 14px;
    }
}
