/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r1hzzhg16b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r1hzzhg16b] {
    flex: 1;
}

.sidebar[b-r1hzzhg16b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r1hzzhg16b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r1hzzhg16b]  a, .top-row[b-r1hzzhg16b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r1hzzhg16b]  a:hover, .top-row[b-r1hzzhg16b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r1hzzhg16b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r1hzzhg16b] {
        justify-content: space-between;
    }

    .top-row[b-r1hzzhg16b]  a, .top-row[b-r1hzzhg16b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r1hzzhg16b] {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-r1hzzhg16b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r1hzzhg16b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r1hzzhg16b], article[b-r1hzzhg16b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r1hzzhg16b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r1hzzhg16b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-prfmjdem12] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    /* Remove absolute positioning for centering */
    position: static;
    margin: 0 auto;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-prfmjdem12] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-prfmjdem12] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.1);
}

.navbar-brand[b-prfmjdem12] {
    font-size: 1.1rem;
}

.bi[b-prfmjdem12] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-prfmjdem12] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-prfmjdem12] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-prfmjdem12] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-prfmjdem12] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*.nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }*/

.nav-item[b-prfmjdem12]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-prfmjdem12]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-prfmjdem12] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-prfmjdem12] {
    display: block;
}

@media (min-width: 800px) {
    .navbar-toggler[b-prfmjdem12] {
        display: none;
    }

    .nav-scrollable[b-prfmjdem12] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* About page specific styles */
.about-main[b-313a3vhcha] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about-header[b-313a3vhcha] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.about-header h1[b-313a3vhcha] {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.about-header .subtitle[b-313a3vhcha] {
    font-size: 1.2rem;
    color: #666;
}

.about-content[b-313a3vhcha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info-card[b-313a3vhcha] {
    /*background: #dddddd;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;*/
    background-color: #2f2f2f;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon-wrapper[b-313a3vhcha] {
    width: 80px;
    height: 80px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.icon-wrapper i[b-313a3vhcha] {
    font-size: 2rem;
    color: white;
}

.info-card h2[b-313a3vhcha] {
    color: #007bff;
    margin-bottom: 1rem;
}

.info-card p[b-313a3vhcha] {
    color: #ccc;
    line-height: 1.6;
}

.legal-disclaimer[b-313a3vhcha] {
    /*background: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
    margin-bottom: 3rem;*/
    background-color: #2f2f2f;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.legal-disclaimer h2[b-313a3vhcha] {
    text-align: center;
    margin-bottom: 2rem;
    color: #007bff;
}

.disclaimer-content ul[b-313a3vhcha] {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.disclaimer-content li[b-313a3vhcha] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #ccc;
}

.disclaimer-content li i[b-313a3vhcha] {
    color: #28a745;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.notice[b-313a3vhcha] {
    background: #222222;
    padding: 1.5rem;
    border-radius: 5px;
    border-left: 4px solid #007bff;
}

.notice p[b-313a3vhcha] {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
}

.mission-statement[b-313a3vhcha] {
    text-align: center;
    padding: 3rem 0;
}

.mission-statement h2[b-313a3vhcha] {
    color: #007bff;
    margin-bottom: 1.5rem;
}

.mission-statement p[b-313a3vhcha] {
    color: #ccc;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 1rem;
}

.who-are-we[b-313a3vhcha] {
    text-align: center;
    padding: 3rem 0;
}

.who-are-we h2[b-313a3vhcha] {
    color: #007bff;
    margin-bottom: 1.5rem;
}

.who-are-we p[b-313a3vhcha] {
    color: #ccc;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 1rem;
}

.cta-section[b-313a3vhcha] {
    margin-top: 2rem;
}

.cta-section p[b-313a3vhcha] {
    margin-bottom: 1rem;
}

.cta-button[b-313a3vhcha] {
    display: inline-block;
    padding: 1rem 2rem;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.cta-button:hover[b-313a3vhcha] {
    background: #0056b3;
} 
/* /Components/Pages/Chat.razor.rz.scp.css */
#username[b-sxcml3a6tx], select[b-sxcml3a6tx] {
    width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #cccccc;
}
#message[b-sxcml3a6tx], select[b-sxcml3a6tx] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #cccccc;
}
textarea[b-sxcml3a6tx] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #222222;
    color: white;
}
button[type=submit][b-sxcml3a6tx] {
    width: 10%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 100px;
}
/* /Components/Pages/Help.razor.rz.scp.css */
.help-main[b-zmy4x63qhr] {
    padding: 100px 4% 4rem;
    min-height: 100vh;
}

.help-header[b-zmy4x63qhr] {
    text-align: center;
    margin-bottom: 3rem;
}

.help-header h1[b-zmy4x63qhr] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #007bff;
}

.help-header p[b-zmy4x63qhr] {
    font-size: 1.2rem;
    color: #b3b3b3;
}

.installation-steps[b-zmy4x63qhr] {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.device-selector[b-zmy4x63qhr] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.device-btn[b-zmy4x63qhr] {
    background-color: #2f2f2f;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.device-btn:hover[b-zmy4x63qhr] {
    background-color: #3f3f3f;
}

.device-btn.active[b-zmy4x63qhr] {
    background-color: #007bff;
}

.device-btn.active:hover[b-zmy4x63qhr] {
    background-color: #0056b3;
}

.steps-section[b-zmy4x63qhr] {
    background-color: #2f2f2f;
    padding: 2rem;
    border-radius: 12px;
}

.steps-section.hidden[b-zmy4x63qhr] {
    display: none;
}

.steps-section h2[b-zmy4x63qhr] {
    margin-bottom: 2rem;
    color: #007bff;
}

.step[b-zmy4x63qhr] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #1a1a1a;
    border-radius: 8px;
}

.step:last-child[b-zmy4x63qhr] {
    margin-bottom: 0;
}

.step-number[b-zmy4x63qhr] {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3[b-zmy4x63qhr] {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.step-content p[b-zmy4x63qhr] {
    color: #b3b3b3;
    line-height: 1.6;
}

.step-content code[b-zmy4x63qhr] {
    background-color: #1a1a1a;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: monospace;
    color: #007bff;
}

.troubleshooting[b-zmy4x63qhr] {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.troubleshooting h2[b-zmy4x63qhr] {
    text-align: center;
    margin-bottom: 2rem;
    color: #007bff;
}

.troubleshooting-grid[b-zmy4x63qhr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.troubleshooting-item[b-zmy4x63qhr] {
    background-color: #2f2f2f;
    padding: 1.5rem;
    border-radius: 8px;
}

.troubleshooting-item h3[b-zmy4x63qhr] {
    color: #007bff;
    margin-bottom: 1rem;
}

.troubleshooting-item p[b-zmy4x63qhr] {
    color: #b3b3b3;
    line-height: 1.6;
}

.contact-support[b-zmy4x63qhr] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
    background-color: #2f2f2f;
    border-radius: 12px;
}

.contact-support h2[b-zmy4x63qhr] {
    margin-bottom: 1rem;
    color: #007bff;
}

.contact-support p[b-zmy4x63qhr] {
    color: #b3b3b3;
    margin-bottom: 2rem;
}

.support-options[b-zmy4x63qhr] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.support-btn[b-zmy4x63qhr] {
    background-color: #007bff;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease;
}

.support-btn:hover[b-zmy4x63qhr] {
    background-color: #0056b3;
}

/* Responsive design */
@media (max-width: 768px) {
    .help-main[b-zmy4x63qhr] {
        padding: 80px 4% 2rem;
    }

    .help-header h1[b-zmy4x63qhr] {
        font-size: 2rem;
    }

    .device-selector[b-zmy4x63qhr] {
        flex-direction: column;
        align-items: center;
    }

    .device-btn[b-zmy4x63qhr] {
        width: 200px;
    }

    .step[b-zmy4x63qhr] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .support-options[b-zmy4x63qhr] {
        flex-direction: column;
        align-items: center;
    }

    .support-btn[b-zmy4x63qhr] {
        width: 200px;
        justify-content: center;
    }
} 
/* /Components/Pages/How-It-Works.razor.rz.scp.css */
/* How It Works page specific styles */
.how-it-works-main[b-8ntzdcenta] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section[b-8ntzdcenta] {
    text-align: center;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.hero-section h1[b-8ntzdcenta] {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.hero-section p[b-8ntzdcenta] {
    font-size: 1.2rem;
    color: #666;
}

.features-grid[b-8ntzdcenta] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.feature-card[b-8ntzdcenta] {
    background-color: #2f2f2f;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover[b-8ntzdcenta] {
    transform: translateY(-5px);
}

.feature-card .icon-wrapper[b-8ntzdcenta] {
    width: 80px;
    height: 80px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-card .icon-wrapper i[b-8ntzdcenta] {
    font-size: 2rem;
    color: white;
}

    .feature-card h2[b-8ntzdcenta] {
        color: #007bff;
        margin-bottom: 1rem;
    }

.feature-card p[b-8ntzdcenta] {
    color: #ccc;
    line-height: 1.6;
}

.how-it-works-details[b-8ntzdcenta] {
    margin: 4rem 0;
}

.detail-card[b-8ntzdcenta] {
    background: #2f2f2f;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
}

    .detail-card h2[b-8ntzdcenta] {
        color: #007bff;
        margin-bottom: 1.5rem;
        text-align: center;
    }

.detail-content[b-8ntzdcenta] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.detail-text h3[b-8ntzdcenta] {
    color: #ddd;
    margin-bottom: 1rem;
}

.detail-text ul[b-8ntzdcenta] {
    list-style: none;
    padding: 0;
}

.detail-text li[b-8ntzdcenta] {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: #b3b3b3;
}

.detail-text li i[b-8ntzdcenta] {
    color: #28a745;
    margin-right: 1rem;
}

.detail-image[b-8ntzdcenta] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-image i[b-8ntzdcenta] {
    font-size: 5rem;
    color: #007bff;
}

.get-started[b-8ntzdcenta] {
    text-align: center;
    padding: 4rem 0;
    background: #2f2f2f;
    border-radius: 10px;
    margin-bottom: 2rem;
}

    .get-started h2[b-8ntzdcenta] {
        color: #007bff;
        margin-bottom: 1rem;
    }

.get-started p[b-8ntzdcenta] {
    color: #666;
    margin-bottom: 2rem;
}

.cta-buttons[b-8ntzdcenta] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.cta-button[b-8ntzdcenta] {
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-button.primary[b-8ntzdcenta] {
    background: #007bff;
    color: white;
}

.cta-button.primary:hover[b-8ntzdcenta] {
    background: #0056b3;
}

.cta-button.secondary[b-8ntzdcenta] {
    background: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.cta-button.secondary:hover[b-8ntzdcenta] {
    background: #007bff;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .detail-content[b-8ntzdcenta] {
        grid-template-columns: 1fr;
    }

    .detail-image[b-8ntzdcenta] {
        display: none;
    }

    .features-grid[b-8ntzdcenta] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-8ntzdcenta] {
        flex-direction: column;
    }

    .cta-button[b-8ntzdcenta] {
        width: 100%;
        text-align: center;
    }
} 
/* /Components/Pages/Subscribe.razor.rz.scp.css */
.purchase-main[b-yc9vxkj521] {
    padding: 100px 4% 4rem;
    min-height: 100vh;
}

.purchase-header[b-yc9vxkj521] {
    text-align: center;
    margin-bottom: 3rem;
}

    .purchase-header h1[b-yc9vxkj521] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #007bff;
    }

    .purchase-header p[b-yc9vxkj521] {
        font-size: 1.2rem;
        color: #b3b3b3;
    }

.pricing-container[b-yc9vxkj521] {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.pricing-card[b-yc9vxkj521] {
    background-color: #2f2f2f;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pricing-header[b-yc9vxkj521] {
    margin-bottom: 2rem;
}

    .pricing-header h2[b-yc9vxkj521] {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

.price[b-yc9vxkj521] {
    font-size: 2.5rem;
    color: #007bff;
}

    .price .period[b-yc9vxkj521] {
        font-size: 1rem;
        color: #b3b3b3;
    }

.features[b-yc9vxkj521] {
    margin-bottom: 2rem;
}

    .features ul[b-yc9vxkj521] {
        list-style: none;
        text-align: left;
    }

    .features li[b-yc9vxkj521] {
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .features i[b-yc9vxkj521] {
        color: #007bff;
    }

.subscribe-btn[b-yc9vxkj521] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

    .subscribe-btn:hover[b-yc9vxkj521] {
        background-color: #0056b3;
    }

.payment-section[b-yc9vxkj521] {
    max-width: 600px;
    margin: 0 auto 4rem;
    background-color: #2f2f2f;
    padding: 2rem;
    border-radius: 12px;
}

    .payment-section h2[b-yc9vxkj521] {
        margin-bottom: 2rem;
        text-align: center;
    }

.payment-form[b-yc9vxkj521] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-yc9vxkj521] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label[b-yc9vxkj521] {
        color: #b3b3b3;
    }

    .form-group input[b-yc9vxkj521] {
        padding: 0.8rem;
        border: 1px solid #444;
        border-radius: 4px;
        background-color: #1a1a1a;
        color: white;
    }

.form-row[b-yc9vxkj521] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.terms[b-yc9vxkj521] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

    .terms a[b-yc9vxkj521] {
        color: #007bff;
        text-decoration: none;
    }

        .terms a:hover[b-yc9vxkj521] {
            text-decoration: underline;
        }

.payment-btn[b-yc9vxkj521] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .payment-btn:hover[b-yc9vxkj521] {
        background-color: #0056b3;
    }

.faq-section[b-yc9vxkj521] {
    max-width: 800px;
    margin: 0 auto;
}

    .faq-section h2[b-yc9vxkj521] {
        text-align: center;
        margin-bottom: 2rem;
    }

.faq-grid[b-yc9vxkj521] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.faq-item[b-yc9vxkj521] {
    background-color: #2f2f2f;
    padding: 1.5rem;
    border-radius: 8px;
}

    .faq-item h3[b-yc9vxkj521] {
        margin-bottom: 1rem;
        color: #007bff;
    }

    .faq-item p[b-yc9vxkj521] {
        color: #b3b3b3;
        line-height: 1.6;
    }

/* Responsive design */
@media (max-width: 768px) {
    .purchase-main[b-yc9vxkj521] {
        padding: 80px 4% 2rem;
    }

    .purchase-header h1[b-yc9vxkj521] {
        font-size: 2rem;
    }

    .form-row[b-yc9vxkj521] {
        grid-template-columns: 1fr;
    }

    .pricing-card[b-yc9vxkj521] {
        padding: 1.5rem;
    }

    .faq-grid[b-yc9vxkj521] {
        grid-template-columns: 1fr;
    }
}
