/**
 * Fire Blaze Red Wizard Landing Page Styles
 * These styles apply only to the Fire Blaze Red Wizard page
 */

/* Main container styles */
.fbrw-section {
    margin-bottom: 50px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Page background and base styling */
body.page-id-fire-blaze-red-wizard,
body.page-fire-blaze-red-wizard {
    background-color: #1a0505;
    background-image: linear-gradient(to bottom, #2c0404, #1a0505);
    color: #f0e0d0;
}

/* Content container */
body.page-id-fire-blaze-red-wizard .site-content,
body.page-fire-blaze-red-wizard .site-content {
    background-color: #240101;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.2);
}

/* Headings */
.fbrw-section h1, 
.fbrw-section h2, 
.fbrw-section h3 {
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255, 100, 0, 0.5);
    border-bottom: 2px solid #a52a2a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.fbrw-main-title {
    font-size: 2.5em !important;
    text-align: center;
    color: #ffd700 !important;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.7) !important;
    padding: 20px 0;
    margin-bottom: 30px !important;
}

/* Table of Contents */
.fbrw-toc {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #a52a2a;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}

.fbrw-toc h2 {
    text-align: center;
    border-bottom: 1px solid #ffcc00;
}

.fbrw-toc ul {
    list-style-type: none;
    padding-left: 20px;
}

.fbrw-toc ul li {
    margin-bottom: 10px;
}

.fbrw-toc ul li a {
    color: #ffa500;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.fbrw-toc ul li a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

/* Images */
.fbrw-feature-image img,
.fbrw-gameplay-image img,
.fbrw-mechanics-image img,
.fbrw-bonus-image img {
    border: 3px solid #8b0000;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Buttons */
.fbrw-cta-button .wp-block-button__link {
    background-color: #8b0000 !important;
    color: #ffcc00 !important;
    border: 2px solid #ffcc00 !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5) !important;
}

.fbrw-cta-button .wp-block-button__link:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border-color: #ffdd22 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8) !important;
}

.fbrw-main-cta .wp-block-button__link {
    font-size: 1.5em !important;
    padding: 15px 40px !important;
}

/* Comparison Table */
.fbrw-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #a52a2a;
}

.fbrw-comparison-table th {
    background-color: #8b0000;
    color: #ffcc00;
    padding: 15px;
    text-align: left;
    border: 1px solid #a52a2a;
}

.fbrw-comparison-table td {
    padding: 12px;
    border: 1px solid #a52a2a;
}

.fbrw-comparison-table tr:nth-child(even) {
    background-color: rgba(139, 0, 0, 0.1);
}

.fbrw-comparison-table figcaption {
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    color: #d0d0d0;
}

/* FAQ Accordion */
.fbrw-faq .wp-block-accordion {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #a52a2a;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.fbrw-faq-item {
    margin-bottom: 10px;
    border: 1px solid #8b0000;
    border-radius: 5px;
    overflow: hidden;
}

.fbrw-faq-item .wp-block-accordion-item__title {
    background-color: rgba(139, 0, 0, 0.5);
    padding: 15px;
    color: #ffcc00;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.fbrw-faq-item .wp-block-accordion-item__title:hover {
    background-color: rgba(139, 0, 0, 0.8);
}

.fbrw-faq-item .wp-block-accordion-item__content {
    padding: 15px;
    background-color: rgba(30, 0, 0, 0.5);
}

/* Lists */
.fbrw-section ul,
.fbrw-section ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.fbrw-section ul li,
.fbrw-section ol li {
    margin-bottom: 8px;
    color: #f0e0d0;
}

/* Introduction */
.fbrw-intro {
    text-align: center;
}

/* Conclusion section */
.fbrw-conclusion {
    background-color: rgba(139, 0, 0, 0.2);
    border: 3px solid #ffcc00;
    padding: 30px;
    text-align: center;
}

.fbrw-conclusion p {
    font-size: 1.2em;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    body.page-id-fire-blaze-red-wizard .site-content,
    body.page-fire-blaze-red-wizard .site-content {
        padding: 15px;
    }
    
    .fbrw-main-title {
        font-size: 1.8em !important;
    }
    
    .fbrw-section {
        padding: 15px;
    }
    
    .fbrw-comparison-table {
        overflow-x: auto;
        display: block;
    }
    
    .fbrw-cta-button .wp-block-button__link {
        font-size: 1em !important;
        padding: 10px 20px !important;
    }
    
    .fbrw-main-cta .wp-block-button__link {
        font-size: 1.2em !important;
    }
}
