/* ========================================
   Service Pages Stylesheet
   ======================================== */

/* ========== Page Hero ========== */
.page-hero {
    position: relative;
    background: linear-gradient(135deg, #fef9f5 0%, #f9f0f7 100%);
    padding: 4rem 0;
    text-align: center;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(232, 180, 200, 0.1) 0%, transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(184, 169, 212, 0.1) 0%, transparent 50%);
    z-index: 1;
}

/* Music Lesson Page Hero with Background Image */
.music-hero {
    background: url('../images/music-lesson-hero-roses.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-hero::before {
    background: linear-gradient(to bottom, rgba(254, 249, 245, 0.65) 0%, rgba(249, 240, 247, 0.55) 100%);
    z-index: 1;
}

/* Psychology Counseling Page Hero with Background Image */
.psychology-hero {
    background: url('../images/psychology-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psychology-hero::before {
    background: linear-gradient(to bottom, rgba(254, 249, 245, 0.5) 0%, rgba(249, 240, 247, 0.4) 100%);
    z-index: 1;
}

/* Spiritual Counseling Page Hero with Background Image */
.spiritual-hero {
    background: url('../images/spiritual-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spiritual-hero::before {
    background: linear-gradient(to bottom, rgba(254, 249, 245, 0.5) 0%, rgba(249, 240, 247, 0.4) 100%);
    z-index: 1;
}

/* Workshop Page Hero with Background Image */
.workshop-hero {
    background: url('../images/workshop-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop-hero::before {
    background: linear-gradient(to bottom, rgba(254, 249, 245, 0.5) 0%, rgba(249, 240, 247, 0.4) 100%);
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.icon-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 4px 20px rgba(232, 180, 200, 0.3);
}

.page-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
}

/* Enhanced text visibility for music hero */
.music-hero .icon-circle {
    background: linear-gradient(135deg, #d4789d, #9a7bb8);
    box-shadow: 0 5px 25px rgba(232, 180, 200, 0.6),
                0 3px 15px rgba(255, 255, 255, 0.9),
                0 0 50px rgba(255, 255, 255, 0.5);
}

.music-hero .page-title {
    color: #b84570;
    text-shadow: 0 5px 25px rgba(255, 255, 255, 1),
                 0 4px 18px rgba(255, 255, 255, 0.98),
                 0 3px 12px rgba(255, 255, 255, 0.95),
                 0 2px 8px rgba(255, 255, 255, 0.9),
                 0 0 50px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 2.8rem;
}

.music-hero .page-subtitle {
    color: #444444;
    text-shadow: 0 4px 18px rgba(255, 255, 255, 1),
                 0 3px 12px rgba(255, 255, 255, 0.98),
                 0 2px 8px rgba(255, 255, 255, 0.95),
                 0 1px 5px rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 1.35rem;
}

/* Enhanced text visibility for psychology hero */
.psychology-hero .icon-circle {
    background: linear-gradient(135deg, #d4789d, #9a7bb8);
    box-shadow: 0 5px 25px rgba(232, 180, 200, 0.6),
                0 3px 15px rgba(255, 255, 255, 0.9),
                0 0 50px rgba(255, 255, 255, 0.5);
}

.psychology-hero .page-title {
    color: #b84570;
    text-shadow: 0 5px 25px rgba(255, 255, 255, 1),
                 0 4px 18px rgba(255, 255, 255, 0.98),
                 0 3px 12px rgba(255, 255, 255, 0.95),
                 0 2px 8px rgba(255, 255, 255, 0.9),
                 0 0 50px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 2.8rem;
}

.psychology-hero .page-subtitle {
    color: #444444;
    text-shadow: 0 4px 18px rgba(255, 255, 255, 1),
                 0 3px 12px rgba(255, 255, 255, 0.98),
                 0 2px 8px rgba(255, 255, 255, 0.95),
                 0 1px 5px rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 1.35rem;
}

/* Enhanced text visibility for spiritual hero */
.spiritual-hero .icon-circle {
    background: linear-gradient(135deg, #9a7bb8, #d4789d);
    box-shadow: 0 5px 25px rgba(184, 169, 212, 0.6),
                0 3px 15px rgba(255, 255, 255, 0.9),
                0 0 50px rgba(255, 255, 255, 0.5);
}

.spiritual-hero .page-title {
    color: #8a5fa8;
    text-shadow: 0 5px 25px rgba(255, 255, 255, 1),
                 0 4px 18px rgba(255, 255, 255, 0.98),
                 0 3px 12px rgba(255, 255, 255, 0.95),
                 0 2px 8px rgba(255, 255, 255, 0.9),
                 0 0 50px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 2.8rem;
}

.spiritual-hero .page-subtitle {
    color: #444444;
    text-shadow: 0 4px 18px rgba(255, 255, 255, 1),
                 0 3px 12px rgba(255, 255, 255, 0.98),
                 0 2px 8px rgba(255, 255, 255, 0.95),
                 0 1px 5px rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 1.35rem;
}

/* Enhanced text visibility for workshop hero */
.workshop-hero .icon-circle {
    background: linear-gradient(135deg, #d4789d, #f3d9a0);
    box-shadow: 0 5px 25px rgba(232, 180, 200, 0.6),
                0 3px 15px rgba(255, 255, 255, 0.9),
                0 0 50px rgba(255, 255, 255, 0.5);
}

.workshop-hero .page-title {
    color: #b84570;
    text-shadow: 0 5px 25px rgba(255, 255, 255, 1),
                 0 4px 18px rgba(255, 255, 255, 0.98),
                 0 3px 12px rgba(255, 255, 255, 0.95),
                 0 2px 8px rgba(255, 255, 255, 0.9),
                 0 0 50px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 2.8rem;
}

.workshop-hero .page-subtitle {
    color: #444444;
    text-shadow: 0 4px 18px rgba(255, 255, 255, 1),
                 0 3px 12px rgba(255, 255, 255, 0.98),
                 0 2px 8px rgba(255, 255, 255, 0.95),
                 0 1px 5px rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 1.35rem;
}

/* ========== Page Sections ========== */
.page-section {
    padding: var(--spacing-xl) 0;
}

.page-section.alt-bg {
    background: var(--background-light);
}

.content-block {
    max-width: 900px;
    margin: 0 auto;
}

.text-content {
    margin-bottom: var(--spacing-lg);
    line-height: 1.9;
}

.text-content p {
    margin-bottom: 1.5rem;
    color: var(--text-light);
    font-size: 1.05rem;
}

.text-content small {
    font-size: 0.9rem;
    color: var(--text-light);
}

/* ========== Features Grid ========== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

.feature-item {
    text-align: center;
    padding: var(--spacing-md);
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
    color: white;
}

.feature-item h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--text-color);
}

.feature-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ========== Course Cards ========== */
.course-card {
    background: white;
    border-radius: 20px;
    padding: var(--spacing-lg);
    margin-bottom: var(--spacing-md);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.course-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
}

.course-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    flex-shrink: 0;
}

.course-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.course-target {
    color: var(--secondary-color);
    font-weight: 500;
}

.course-content {
    display: grid;
    gap: 1.5rem;
}

.course-info h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.course-info ul {
    list-style: none;
    padding: 0;
}

.course-info li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    color: var(--text-light);
}

.course-info li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
}

/* Price Special Display */
.price-special {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.original-price {
    font-size: 1.125rem;
    color: var(--text-light);
    text-decoration: line-through;
    font-weight: 500;
}

.arrow {
    font-size: 1.25rem;
    color: var(--secondary-color);
    font-weight: bold;
}

.current-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
}

.price-note {
    font-size: 0.95rem;
    color: var(--secondary-color);
    margin-top: 0.5rem;
    font-weight: 500;
}

.course-description {
    background: var(--background-light);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--secondary-color);
}

.course-description p {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: var(--text-light);
}

.course-description p:last-child {
    margin-bottom: 0;
}

.course-description strong {
    color: var(--text-color);
}

/* ========== CTA Box ========== */
.cta-box {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: var(--spacing-lg);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(232, 180, 200, 0.3);
}

.cta-box h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.cta-box p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.cta-box .btn {
    background: white;
    color: var(--primary-color);
}

.cta-box .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* ========== FAQ ========== */
.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 15px;
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.faq-question i {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.faq-question h3 {
    font-size: 1.125rem;
    color: var(--text-color);
    font-weight: 600;
}

.faq-answer p {
    padding-left: 2.5rem;
    color: var(--text-light);
    line-height: 1.8;
}

/* ========== Info Grid ========== */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
    max-width: 1000px;
    margin: 0 auto;
}

.info-item {
    text-align: center;
    padding: var(--spacing-md);
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
    color: white;
}

.info-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--text-color);
}

.info-item p {
    color: var(--text-light);
    line-height: 1.7;
}

/* ========== Benefits List ========== */
.benefits-list {
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: var(--spacing-md);
    background: white;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    flex-shrink: 0;
}

.benefit-content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.benefit-content p {
    color: var(--text-light);
    line-height: 1.7;
}

/* ========== Contact Form ========== */
.contact-form {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: var(--spacing-lg);
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-color);
}

.required {
    color: var(--primary-color);
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-family: var(--font-primary);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(232, 180, 200, 0.1);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.checkbox-group {
    margin-top: 2rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    cursor: pointer;
}

.form-submit {
    text-align: center;
    margin-top: var(--spacing-md);
}

.form-submit .btn {
    min-width: 200px;
    font-size: 1.125rem;
}

.form-message {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    display: none;
}

.message-loading {
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.125rem;
}

.message-success {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.message-success i {
    font-size: 3rem;
    color: #4caf50;
    margin-bottom: 1rem;
}

.message-success p {
    color: #2e7d32;
    margin-bottom: 0.5rem;
}

/* Contact Methods */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
    max-width: 1000px;
    margin: 0 auto;
}

.contact-method-card {
    background: white;
    padding: var(--spacing-lg);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-method-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.contact-method-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.contact-method-card p {
    color: var(--text-light);
    margin-bottom: 0.75rem;
}

.contact-detail {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.125rem;
}

.contact-note {
    font-size: 0.9rem;
    color: var(--text-light);
}

/* Privacy Policy */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
}

.privacy-content h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--border-color);
}

.privacy-content h4 {
    font-size: 1.125rem;
    color: var(--text-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-content p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

.privacy-content ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy-content li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-light);
}

.privacy-content li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
    .music-hero {
        min-height: 380px;
        background-size: cover;
        background-position: center center;
    }
    
    .music-hero .page-title {
        font-size: 2.2rem;
    }
    
    .music-hero .page-subtitle {
        font-size: 1.2rem;
    }
    
    .psychology-hero {
        min-height: 380px;
        background-size: cover;
        background-position: center center;
    }
    
    .psychology-hero .page-title {
        font-size: 2.2rem;
    }
    
    .psychology-hero .page-subtitle {
        font-size: 1.2rem;
    }
    
    .spiritual-hero {
        min-height: 380px;
        background-size: cover;
        background-position: center center;
    }
    
    .spiritual-hero .page-title {
        font-size: 2.2rem;
    }
    
    .spiritual-hero .page-subtitle {
        font-size: 1.2rem;
    }
    
    .workshop-hero {
        min-height: 380px;
        background-size: cover;
        background-position: center center;
    }
    
    .workshop-hero .page-title {
        font-size: 2.2rem;
    }
    
    .workshop-hero .page-subtitle {
        font-size: 1.2rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1.125rem;
    }
    
    .icon-circle {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .course-header {
        flex-direction: column;
        text-align: center;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-form {
        padding: var(--spacing-md);
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 3rem 0;
    }
    
    .music-hero {
        min-height: 340px;
        background-size: cover;
        background-position: center center;
    }
    
    .music-hero .page-title {
        font-size: 1.9rem;
    }
    
    .music-hero .page-subtitle {
        font-size: 1.05rem;
    }
    
    .music-hero .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .psychology-hero {
        min-height: 340px;
        background-size: cover;
        background-position: center center;
    }
    
    .psychology-hero .page-title {
        font-size: 1.9rem;
    }
    
    .psychology-hero .page-subtitle {
        font-size: 1.05rem;
    }
    
    .psychology-hero .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .spiritual-hero {
        min-height: 340px;
        background-size: cover;
        background-position: center center;
    }
    
    .spiritual-hero .page-title {
        font-size: 1.9rem;
    }
    
    .spiritual-hero .page-subtitle {
        font-size: 1.05rem;
    }
    
    .spiritual-hero .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .workshop-hero {
        min-height: 340px;
        background-size: cover;
        background-position: center center;
    }
    
    .workshop-hero .page-title {
        font-size: 1.9rem;
    }
    
    .workshop-hero .page-subtitle {
        font-size: 1.05rem;
    }
    
    .workshop-hero .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .course-title {
        font-size: 1.25rem;
    }
    
    .price {
        font-size: 1.5rem;
    }
    
    .price-special {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .current-price {
        font-size: 1.75rem;
    }
    
    .cta-box h2 {
        font-size: 1.5rem;
        flex-direction: column;
    }
}
