.seo-hero {
    background: linear-gradient(135deg, #eef6f9 0%, #ffffff 100%);
    padding: 60px 0 80px;
}

.seo-hero .pre-headline {
    display: inline-block;
    background: rgba(106, 188, 213, 0.15);
    color: #1a6b82;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.seo-hero .sub-headline {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.process-section {
    padding: 80px 0;
    background: #ffffff;
}

.process-section .section-intro {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

.process-section .process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .process-section .process-grid {
        grid-template-columns: 1fr;
    }
}

.process-tile {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #6abcd5;
    padding: 35px 30px;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.process-tile:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.process-tile .phase-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #0f6b82;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 28px;
}

.process-tile h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #111;
}

.process-tile h5 {
    font-size: 14px;
    color: #1a6b82;
    margin-bottom: 12px;
    font-weight: 600;
}

.process-tile p {
    font-size: 15px;
    color: #222;
    line-height: 1.7;
}

.local-section {
    padding: 80px 0;
    background: #f4fafc;
}

.local-feature {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #6abcd5;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.local-feature:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.local-feature .icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(106, 188, 213, 0.15);
    color: #1a6b82;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.local-feature h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.local-feature p {
    font-size: 15px;
    color: #222;
    line-height: 1.7;
}

.seo-cta {
    background: linear-gradient(135deg, #053a4a 0%, #0f6b82 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.seo-cta h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
}

.seo-cta .sub-headline {
    font-size: 16px;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.seo-cta .cta-button {
    display: inline-block;
    background: #fff;
    color: #053a4a;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 30px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.seo-cta .cta-button:hover {
    background: #e8f4f8;
    color: #053a4a;
    transform: translateY(-2px);
    text-decoration: none;
}

#customers {
    font-family: Gothic;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f6fb9;
    color: white;
}

.case-study-card {
    user-select: none;
}

.faq {
    width: 100%;
    border: 1px solid #222;
}

.faqitem .header {
    padding: 15px;
    background: #6abcd5 !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faqitem .header h4 {
    margin: 0;
}

.faqitem .header .fa.fa-minus {
    display: none;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.faqitem .content {
    padding: 15px;
    display: none;
}

@media (max-width: 767px) {
    .seo-hero h1 {
        font-size: 28px;
    }
    .seo-hero .sub-headline {
        font-size: 16px;
    }
}
