/* Service & Leadership Page Specific Styles */

/* Service Hero */
.service-hero {
    padding: 150px 0 80px;
    background: linear-gradient(135deg, #7E9F74 0%, #A6C1EE 100%);
    color: white;
    text-align: center;
}

.service-hero h1 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Philosophy */
.service-philosophy {
    padding: 80px 0;
    background-color: white;
    text-align: center;
}

.philosophy-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
}

.philosophy-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555555;
    max-width: 800px;
    margin: 0 auto;
}

/* Service Projects */
.service-projects {
    padding: 80px 0;
    background-color: #FAFAFA;
}

/* Initiatives Grid */
.initiatives-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.initiative-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.card-icon {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center 50%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Specific adjustments for each photo to show Lucas's face */
.initiative-card .card-icon img[src="Lucas at Beaver English.png"] {
    object-position: center 90% !important;
}

.initiative-card .card-icon img[src="Lucas Assistant Coach.jpg"] {
    object-position: center 45% !important;
}

.initiative-card .card-icon img[src="Lucas Volunteering.jpg"] {
    object-position: center 45% !important;
}

.initiative-card .card-icon img[src="School Investment Club.jpg"] {
    object-position: center 40% !important;
}

.initiative-card .card-icon img[src="HeCares Internship.jpg"] {
    object-position: center 35% !important;
}

.initiative-card .card-icon img[src="GYEC照片.jpg"] {
    object-position: center 30% !important;
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    background: #A6C1EE;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.initiative-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.initiative-card p {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-highlights {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.highlight {
    text-align: center;
}

.highlight-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #A6C1EE;
    margin-bottom: 5px;
}

.highlight-label {
    font-size: 0.9rem;
    color: #666666;
    font-weight: 500;
}

.card-details {
    margin-top: 20px;
}

.card-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.card-details ul {
    list-style: none;
    padding: 0;
}

.card-details li {
    color: #666666;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.card-details li::before {
    content: "•";
    color: #A6C1EE;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.card-activities {
    margin-top: 20px;
}

.activity {
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.activity h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.activity p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0;
}

.project-showcase {
    margin-bottom: 100px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.project-showcase:last-child {
    margin-bottom: 0;
}

.project-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.project-showcase.reverse .project-content {
    grid-template-columns: 1fr 1fr;
}

.project-text {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-badge {
    background: #A6C1EE;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 20px;
}

.project-text h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.project-text > p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 30px;
}

.project-highlights {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
}

.highlight {
    text-align: center;
}

.highlight-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #A6C1EE;
    line-height: 1;
}

.highlight-label {
    font-size: 0.85rem;
    color: #666666;
    font-weight: 500;
    margin-top: 5px;
}

.project-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.project-details ul {
    list-style: none;
    padding: 0;
}

.project-details li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #555555;
    line-height: 1.6;
}

.project-details li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7E9F74;
    font-weight: bold;
}

.project-media {
    background: #f8f9fa;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.media-grid .placeholder-image {
    height: 180px;
    border-radius: 12px;
}

.video-placeholder {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-placeholder:hover {
    transform: scale(1.02);
}

.video-thumb {
    height: 200px;
    border-radius: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(166, 193, 238, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: rgba(166, 193, 238, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Service Activities */
.service-activities {
    margin-top: 30px;
}

.activity {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #7E9F74;
}

.activity h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.activity p {
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Impact Metrics */
.service-awards {
    padding: 80px 0;
    background: linear-gradient(135deg, #A6C1EE 0%, #8fb0e8 100%);
    color: white;
}

.service-awards .section-title {
    color: white;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.award-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.award-icon {
    flex-shrink: 0;
}

.award-content {
    flex: 1;
}

.award-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.award-level {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 5px;
}

.award-year {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 15px;
}

.award-levels {
    margin-bottom: 15px;
}

.award-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.award-item:last-child {
    margin-bottom: 0;
}

.award-levels .award-level {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
}

.award-separator {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 8px;
    font-weight: 500;
}

.award-levels .award-year {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

.award-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background-color: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: #FAFAFA;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

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

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #A6C1EE;
    opacity: 0.3;
    line-height: 1;
}

.testimonial-content blockquote {
    font-style: italic;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.05rem;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    background: none;
}

.testimonial-content cite {
    color: #A6C1EE;
    font-weight: 600;
    font-style: normal;
    font-size: 0.95rem;
}

/* Future Service */
.future-service {
    padding: 80px 0;
    background-color: #FAFAFA;
}

.future-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.future-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 25px;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #7E9F74 0%, #6d8a63 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    background-color: white;
    color: #7E9F74;
    font-weight: 600;
}

.cta-buttons .btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.cta-buttons .btn-secondary {
    background-color: #A6C1EE;
    color: white;
}

.cta-buttons .btn-secondary:hover {
    background-color: #8fb0e8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-hero {
        padding: 120px 0 60px;
    }

    .service-hero h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .service-philosophy,
    .service-projects,
    .service-awards,
    .testimonials,
    .future-service,
    .cta-section {
        padding: 60px 0;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .award-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .award-levels {
        text-align: center;
    }

    .award-item {
        justify-content: center;
    }

    .initiatives-grid {
        gap: 20px;
    }

    .initiative-card {
        padding: 20px;
    }

    .card-highlights {
        flex-direction: column;
        gap: 15px;
    }

    .highlight {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .highlight:last-child {
        border-bottom: none;
    }

    .highlight-number {
        font-size: 1.5rem;
    }

    .philosophy-content h2 {
        font-size: 2rem;
    }

    .philosophy-content p {
        font-size: 1.1rem;
    }

    .project-showcase {
        margin-bottom: 50px;
    }

    .project-content {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .project-showcase.reverse .project-content {
        grid-template-columns: 1fr;
    }

    .project-text {
        padding: 40px 30px;
    }

    .project-text h3 {
        font-size: 1.8rem;
    }

    .project-text > p {
        font-size: 1rem;
    }

    .project-highlights {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .highlight-number {
        font-size: 1.8rem;
    }

    .project-media {
        padding: 30px;
    }

    .media-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .media-grid .placeholder-image {
        height: 150px;
    }

    .video-thumb {
        height: 180px;
    }

    .play-button {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .metric-card {
        padding: 30px 15px;
    }

    .metric-icon {
        font-size: 2.5rem;
    }

    .metric-number {
        font-size: 2.5rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .future-text p {
        font-size: 1.1rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .service-hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .project-text {
        padding: 30px 20px;
    }

    .project-text h3 {
        font-size: 1.5rem;
    }

    .project-highlights {
        padding: 20px;
    }

    .project-details h4 {
        font-size: 1.1rem;
    }

    .activity {
        padding: 15px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .metric-card {
        padding: 25px 15px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-card::before {
        font-size: 3rem;
        top: -5px;
        left: 15px;
    }

    .future-text p {
        font-size: 1rem;
    }
}

/* Initiative Quote */
.initiative-quote {
    background: #F8F9FA;
    border-left: 4px solid #A6C1EE;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-style: italic;
    color: #555555;
    line-height: 1.6;
}

.initiative-quote cite {
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #A6C1EE;
    font-weight: 500;
}

.external-link {
    color: #A6C1EE;
    text-decoration: none;
    font-weight: 500;
}

.external-link:hover {
    color: #8fb0e8;
    text-decoration: underline;
}
