.elementor-15211 .elementor-element.elementor-element-192693d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15211 .elementor-element.elementor-element-a17f488{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15211 .elementor-element.elementor-element-8c829ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cea51fa *//* Free Resources Page Styles - free-resources.css */

/* --- Hero Section --- */
.hero-section {
    background: var(--color-background) url('../images/placeholder-resources-hero-bg.jpg') no-repeat center center/cover;
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.9));
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.hero-section .subtitle {
    font-size: 1.5rem;
    color: var(--color-gold-light);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-section .hero-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* --- Featured Resource Section --- */
.featured-resource-section {
    padding: 100px 0;
    background-color: var(--color-background);
}

.featured-resource {
    display: flex;
    align-items: center;
    gap: 60px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(176, 141, 87, 0.1);
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.resource-image {
    flex: 1;
    max-width: 40%;
}

.resource-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.resource-content {
    flex: 1.5;
}

.resource-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: var(--color-gold);
}

.resource-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.resource-content .cta-button {
    margin-top: 1rem;
}

/* --- Resources Gallery Section --- */
.resources-gallery-section {
    padding: 100px 0;
    background-color: #f5f5f5;
    color: var(--color-text-dark);
}

.resources-gallery-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: var(--color-gold);
}

.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 1.7;
}

.resources-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.resource-card {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.resource-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resource-icon img {
    max-width: 100%;
    max-height: 100%;
}

.resource-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: var(--color-text-dark);
}

.resource-card p {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* --- Quiz Section --- */
.quiz-section {
    padding: 100px 0;
    background-color: var(--color-background);
}

.quiz-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.quiz-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(176, 141, 87, 0.1);
    border-radius: 8px;
    padding: 40px;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-label input {
    margin-right: 10px;
    width: auto;
}

.radio-label span {
    font-size: 1rem;
}

.quiz-form .cta-button {
    width: 100%;
    margin-top: 30px;
}

/* --- Newsletter Section --- */
.newsletter-section {
    padding: 100px 0;
    background-color: #f5f5f5;
    color: var(--color-text-dark);
}

.newsletter-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.newsletter-text {
    flex: 1;
}

.newsletter-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: var(--color-gold);
}

.newsletter-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.newsletter-benefits {
    margin-left: 1.5rem;
}

.newsletter-benefits li {
    margin-bottom: 10px;
    position: relative;
}

.newsletter-benefits li::before {
    content: '✓';
    position: absolute;
    left: -1.5rem;
    color: var(--color-gold);
    font-weight: 700;
}

.newsletter-form {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form .form-group {
    margin-bottom: 20px;
}

.newsletter-form .cta-button {
    width: 100%;
}

.privacy-note {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #777;
    text-align: center;
}

/* --- Teaser Section --- */
.teaser-section {
    padding: 100px 0;
    background-color: var(--color-background);
}

.teaser-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.teaser-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.teaser-card {
    flex: 1;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(176, 141, 87, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teaser-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.teaser-image {
    height: 250px;
    overflow: hidden;
}

.teaser-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.teaser-card:hover .teaser-image img {
    transform: scale(1.05);
}

.teaser-content {
    padding: 30px;
    text-align: center;
}

.teaser-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.teaser-content p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* --- Responsive Styles --- */
@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }
    
    .featured-resource {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }
    
    .resource-image {
        max-width: 100%;
    }
    
    .newsletter-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .teaser-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .teaser-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-section .subtitle {
        font-size: 1.3rem;
    }
    
    .featured-resource-section,
    .resources-gallery-section,
    .quiz-section,
    .newsletter-section,
    .teaser-section {
        padding: 70px 0;
    }
    
    .resource-card {
        min-width: 100%;
    }
    
    .quiz-form {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section .subtitle {
        font-size: 1.1rem;
    }
    
    .resource-content h2 {
        font-size: 1.8rem;
    }
}/* End custom CSS */