/* _content/TransmogIO.Blazor/Components/Home/About/AboutPage.razor.rz.scp.css */
.about-section[b-zjeyo2cac4]{
    background: #000000;
}

.about-section-columns[b-zjeyo2cac4]{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;
}

.about-section-column[b-zjeyo2cac4]{
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
}

/* What Is Section */

.about-what-is-title[b-zjeyo2cac4]{
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.about-what-is-text[b-zjeyo2cac4]{
    font-size: 1rem;
}

.about-what-is-list[b-zjeyo2cac4]{
    list-style-type: disc;
    padding-left: 1.5rem;
}

.about-what-is-list-item[b-zjeyo2cac4]{
    color: #a1a1a1;
}

.about-what-is-image[b-zjeyo2cac4]{
    max-width: 100%;
    border-radius: 0.5rem;
}

/* Helps Section */


.about-helps-title[b-zjeyo2cac4]{
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.about-helps-grid[b-zjeyo2cac4]{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: center;
}

@media (min-width: 900px) {
    .about-helps-grid[b-zjeyo2cac4] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.about-helps-grid-item[b-zjeyo2cac4]{
    background: #101113;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

.about-helps-grid-item-image[b-zjeyo2cac4]{
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.about-helps-grid-item-title[b-zjeyo2cac4]{
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.about-helps-cta[b-zjeyo2cac4] {
    background: #101113;
    border-radius: 0.75rem;
    padding: 1rem 1rem;
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 600px;
    max-width: 660px;
}

.about-helps-cta-title[b-zjeyo2cac4]{
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 100%;
}

.about-helps-cta-content[b-zjeyo2cac4]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-helps-cta-left[b-zjeyo2cac4]{
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.about-helps-cta-right[b-zjeyo2cac4]{
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

/* For Everyone Section */

.about-for-everyone-section[b-zjeyo2cac4]{
    align-items: center;
    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url('/images/about/warlords-of-draenor.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
}

.about-for-everyone-content[b-zjeyo2cac4] {
    text-align: center;
    width: 100%;
    padding: 2rem 1rem;
}

.about-for-everyone-title[b-zjeyo2cac4] {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.about-for-everyone-desc[b-zjeyo2cac4] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* FAQ Section */

.about-faq-section[b-zjeyo2cac4] {
    background: #000000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-faq-title[b-zjeyo2cac4] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.about-faq-answer-text[b-zjeyo2cac4] {
    color: #a1a1a1;
    font-size: 1rem;
}

.about-faq-answer-note[b-zjeyo2cac4] {
    color: #ffffff;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Join Section */

.about-join-section[b-zjeyo2cac4]{
    align-items: center;
    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url('/images/about/warlords-of-draenor.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
}

.about-join-text[b-zjeyo2cac4] {
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 2rem 1rem;
}

.about-join-title[b-zjeyo2cac4] {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.about-join-desc[b-zjeyo2cac4] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
/* _content/TransmogIO.Blazor/Components/Home/About/FaqAccordionItem.razor.rz.scp.css */
.about-faq-accordion[b-zgdmu0ld4b] {
    border-bottom: 1px solid #222;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.about-faq-question[b-zgdmu0ld4b] {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    color: #e6912f;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

.about-faq-toggle:checked + .about-faq-question[b-zgdmu0ld4b] {
    color: #fff;
}

.about-faq-answer[b-zgdmu0ld4b] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    padding: 0 0;
    color: #fff;
}

.about-faq-toggle:checked + .about-faq-question + .about-faq-answer[b-zgdmu0ld4b] {
    max-height: 500px;
    padding: 0.5rem 0;
}
/* _content/TransmogIO.Blazor/Components/Home/Index/IndexPage.razor.rz.scp.css */
/* Featured Outfits Section */

.home-featured-outfits-carousel[b-02sdqbwchw] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    overflow-x: scroll;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
}

.home-featured-outfits-carousel-item[b-02sdqbwchw] {
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 320px;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* Calls to Action Section */

.home-calls-to-action-section[b-02sdqbwchw] {
    display: grid;
    grid-template-columns: 1fr;   
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .home-calls-to-action-section[b-02sdqbwchw] {
        grid-template-columns: 1fr 1fr;
    }
}

.home-cta-card[b-02sdqbwchw] {
    aspect-ratio: 10 / 8;
    max-width: 420px;
}

.home-cta-card-content[b-02sdqbwchw]{
    padding: 4rem 2rem;
}
/* _content/TransmogIO.Blazor/Components/Layout/NewMainLayout.razor.rz.scp.css */
.new-main-layout[b-qbkwung5u3]{
    background: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-qbkwung5u3] {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
}
