/* Service Hero Section */
.service-hero {
    background: url('/images/trauma_hero_image.svg') center/cover no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.service-hero-icon {
    width: 60px;
    height: 60px;
    filter: brightness(0) invert(1);
}

.hero-stats-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-highlight .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #FFD166;
    display: block;
}

.stat-highlight .stat-text {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

/* Trauma Overview Section */
.trauma-overview {
    background-color: #f8f9fa;
}

.trauma-type-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #2a9d8f;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trauma-type-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.trauma-title {
    color: #0077b6;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.trauma-examples {
    list-style: none;
    padding-left: 0;
}

.trauma-examples li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.5;
}

.trauma-examples li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #2a9d8f;
    font-weight: bold;
}

/* Trauma Impact Section */
.trauma-impact {
    background-color: #f8f9fa;
}

.impact-areas {
    margin-top: 2rem;
}

.impact-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #0077b6;
    transition: transform 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-3px);
}

.impact-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.impact-card h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.impact-card ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.impact-card li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
    color: #666;
    font-size: 0.9rem;
}

.impact-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0077b6;
}

/* EMDR Process Section */
.emdr-trauma-process {
    background-color: white;
}

.trauma-process-steps {
    margin-top: 2rem;
}

.process-phase {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #2a9d8f;
    transition: transform 0.3s ease;
}

.process-phase:hover {
    transform: translateY(-3px);
}

.phase-number {
    background: linear-gradient(135deg, #0077b6, #2a9d8f);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.process-phase h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.process-phase p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.phase-details {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #FFD166;
}

.phase-details small {
    color: #555;
    line-height: 1.4;
}

/* Recovery Outcomes */
.recovery-outcomes {
    background-color: #f8f9fa;
}

.outcome-card {
    text-align: center;
    padding: 2rem 1rem;
    background: white;
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-top: 4px solid #2a9d8f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.outcome-card:hover {
    transform: translateY(-3px);
    background-color: #f0f9ff;
}

.outcome-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.outcome-card h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.outcome-card p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Complex Trauma Section */
.complex-trauma {
    background-color: white;
}

.complex-info {
    margin-top: 2rem;
}

.complex-features {
    margin: 2rem 0;
}

.feature-item {
    background: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 4px solid #FFD166;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-item strong {
    color: #0077b6;
}

.timeline-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #2a9d8f;
}

.timeline-card h4 {
    color: #0077b6;
    margin-bottom: 2rem;
    text-align: center;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.timeline-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.timeline-phase {
    background: linear-gradient(135deg, #0077b6, #2a9d8f);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    min-width: 100px;
    text-align: center;
    margin-right: 1rem;
}

.timeline-content {
    color: #555;
    font-weight: 500;
}

/* Therapist Approach */
.therapist-approach {
    background-color: #f8f9fa;
}

.sherly-profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0077b6;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.approach-points {
    margin: 2rem 0;
}

.approach-point {
    background: white;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 4px solid #2a9d8f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.approach-point strong {
    color: #0077b6;
}

/* Safety & Support */
.safety-support {
    background-color: white;
}

.safety-features {
    margin-top: 2rem;
}

.safety-item {
    text-align: center;
    padding: 2rem 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    height: 100%;
    border-top: 4px solid #FFD166;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.safety-item:hover {
    transform: translateY(-3px);
}

.safety-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.safety-item h4 {
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.safety-item p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Getting Started */
.getting-started {
    background: linear-gradient(135deg, #0077b6, #2a9d8f);
    color: white;
}

.getting-started h2,
.getting-started .lead {
    color: white;
}

.next-steps .step-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    color: white;
    height: 100%;
}

.step-number {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.next-steps .step-card h4 {
    color: white;
    margin: 1rem 0;
}

.next-steps .step-card p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Related Services */
.related-services {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.related-services h5 {
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.related-services a:hover h5 {
    color: #2a9d8f !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-hero {
        min-height: 300px;
        text-align: center;
    }
    
    .service-hero-icon {
        width: 50px;
        height: 50px;
    }
    
    .hero-stats-card {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .stat-highlight .stat-number {
        font-size: 2.5rem;
    }
    
    .sherly-profile-img {
        width: 150px;
        height: 150px;
    }
    
    .process-phase,
    .outcome-card,
    .safety-item {
        margin-bottom: 1.5rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .timeline-phase {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .complex-info .row {
        gap: 2rem;
    }
    
    .timeline-card {
        padding: 1.5rem;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .service-hero {
        padding: 2rem 0;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .trauma-type-card,
    .process-phase,
    .outcome-card,
    .safety-item {
        padding: 1.25rem;
    }
    
    .approach-point,
    .feature-item {
        padding: 1rem;
    }
    
    .impact-card {
        padding: 1rem;
    }
    
    .phase-details {
        padding: 0.75rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .timeline-card {
        padding: 1rem;
    }
    
    .timeline-phase {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
        min-width: 80px;
    }
}
    