﻿.resource-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    background: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.resource-header h1 {
    font-size: 2rem;
    margin-bottom: 0.2rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
}

.intro {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2e3b4e;
}

.routine-step {
    margin-bottom: 1.5rem;
}

    .routine-step h3 {
        font-size: 1.2rem;
        color: #444;
        margin-bottom: 0.5rem;
    }

ul {
    padding-left: 1.5rem;
    list-style-type: disc;
}

.addons {
    margin-top: 1rem;
}

.resource-colored {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
    background: #f7f4ff;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    color: #2f2f2f;
}

    .resource-colored h1 {
        font-size: 2rem;
        color: #5b3cc4;
        margin-bottom: 0.5rem;
    }

    .resource-colored .subtitle {
        font-size: 1.2rem;
        color: #8765d3;
        margin-bottom: 1.5rem;
    }

    .resource-colored .intro {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        color: #3d3d3d;
    }

    .resource-colored h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #a755f5;
        border-bottom: 2px solid #d8c9f0;
        padding-bottom: 0.3rem;
    }

.affirmation-list {
    list-style-type: "-" padding-left: 1.2rem;
    line-height: 1.8;
    font-size: 1.05rem;
    color: #443c5d;
}
.emdr-note {
    font-style: italic;
    font-size: 1.05rem;
    color: #555;
    background-color: #f0eaff;
    padding: 1rem;
    border-left: 4px solid #a755f5;
    border-radius: 6px;
    margin-top: 1rem;
}

.download-link {
    margin-top: 2rem;
    text-align: center;
}
.btn-download {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #6f40d6;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
}
.btn-download:hover {
    background-color: #522bbf;
}
.hero-resources {
    background: url('/images/resources_hero-1024.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative;
}

@media (max-width: 768px) {
    .hero-resources {
        background-image: url('/images/resources_hero-768.jpg');
        height: 39vh;
    }
}

@media (max-width: 480px) {
    .hero-resources {
        background-image: url('/images/resources_hero-320.jpg');
        height: 29vh;
    }
}


.hero-resources .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 60, 0.5);
}
.sherly-section {
    background-color: #f4f0ff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: 0 auto;
}

.sherly-title {
    color: #5b3cc4;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.sherly-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}

.sherly-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .sherly-title {
        font-size: 1.5rem;
    }

    .sherly-text {
        font-size: 1rem;
    }
}
