/* --------------------------------------------------------------
LANDING PAGE STYLES - Province-Specific Pages
-------------------------------------------------------------- */

/* Landing Page Hero Adjustments */
.contentwrapper-landing .hero-landing {
    min-height: 70vh;
}

.contentwrapper-landing .hero-landing .hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.contentwrapper-landing .hero-landing .hero-content .hero-subhead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(8, 63, 92, 0.5);
}

/* Province Intro Section */
.province-intro {
    padding: 64px 24px;
    background: #f8f9fa;
}

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

.province-intro h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #083f5c;
    margin-bottom: 24px;
    text-align: center;
}

.province-intro p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 16px;
}

/* Services Breakdown Section */
.services-breakdown {
    padding: 64px 24px;
    background: #fff;
}

.services-breakdown h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #083f5c;
    margin-bottom: 40px;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    flex: 1 1 calc(50% - 24px);
    max-width: calc(50% - 12px);
    min-width: 280px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 32px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    border-color: #00a5bb;
    box-shadow: 0 8px 24px rgba(0, 165, 187, 0.15);
}

.service-card img {
    height: 60px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.5rem;
    color: #083f5c;
    margin-bottom: 16px;
}

.service-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

/* E-E-A-T Section */
.eeat-section {
    padding: 64px 24px;
    background: #083f5c;
    color: #fff;
}

.eeat-section h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.trust-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.trust-item {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    text-align: center;
    padding: 24px;
}

.trust-item img {
    height: 64px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.trust-item h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.4rem;
    color: #00a5bb;
    margin-bottom: 12px;
}

.trust-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/* Coverage / City Skyline Section */
.coverage-section {
    padding: 64px 24px;
    background: #f8f9fa;
}

.coverage-section h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #083f5c;
    margin-bottom: 40px;
    text-align: center;
}

.city-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto 24px;
    justify-content: center;
}

.city-card {
    flex: 1 1 calc(50% - 24px);
    min-width: 300px;
    max-width: 480px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.city-card .city-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #083f5c;
}

.city-card h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.3rem;
    color: #083f5c;
    padding: 20px 20px 8px;
}

.city-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #555;
    padding: 0 20px 20px;
    line-height: 1.6;
}

.coverage-note {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
}

/* Landing Page Contact Section */
.contentwrapper-landing .section-growbusiness {
    background: url(../img/laptop-stats.jpg) center center no-repeat;
    background-size: cover;
    padding: 64px 24px;
}

.contentwrapper-landing .section-growbusiness .growbusiness-form {
    max-width: 600px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .contentwrapper-landing .hero-landing .hero-content h1 {
        font-size: 2rem;
    }

    .contentwrapper-landing .hero-landing .hero-content .hero-subhead {
        font-size: 1.1rem;
    }

    .province-intro h2,
    .services-breakdown h2,
    .eeat-section h2,
    .coverage-section h2 {
        font-size: 1.6rem;
    }

    .service-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .trust-item {
        flex: 1 1 100%;
    }

    .city-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .city-card .city-image {
        height: 180px;
    }
}

@media screen and (max-width: 480px) {
    .province-intro,
    .services-breakdown,
    .eeat-section,
    .coverage-section {
        padding: 48px 16px;
    }

    .service-card {
        padding: 24px;
    }

    .contentwrapper-landing .hero-landing {
        min-height: 60vh;
    }
}
