.seo-intro,
.seo-services,
.seo-proof,
.seo-locations,
.seo-process,
.seo-faq {
    padding: 72px 0;
}
.seo-intro {
    background: #111827;
    color: #fff;
    padding-top: 130px;
}
.seo-intro h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    margin-bottom: 22px;
}
.seo-intro .lead {
    color: #d1d5db;
    font-size: 21px;
    line-height: 1.65;
    max-width: 800px;
}
.seo-eyebrow {
    color: #f04b4c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}
.seo-actions .btn {
    border-radius: 4px;
    font-weight: 700;
    padding: 13px 23px;
}
.seo-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
}
.seo-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(17, 24, 39, .06);
    height: 100%;
    padding: 28px;
}
.seo-card h3 {
    margin-top: 0;
}
.seo-card p,
.seo-copy p,
.seo-faq p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}
.seo-proof,
.seo-faq {
    background: #f6f7f9;
}
.seo-stats {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
}
.seo-stat {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}
.seo-stat strong {
    color: #111827;
    display: block;
    font-size: 34px;
}
.seo-location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.seo-location-links a {
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #1f2937;
    padding: 9px 17px;
}
.seo-checks {
    columns: 2;
    font-size: 16px;
    line-height: 1.8;
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
.seo-checks li::before {
    color: #e63946;
    content: "✓";
    font-weight: 700;
    margin-right: 9px;
}
.seo-contact {
    background: #20242a;
    color: #fff;
    padding: 72px 0;
}
.seo-contact h2,
.seo-contact p {
    color: #fff;
}
.seo-contact input,
.seo-contact textarea {
    margin-bottom: 14px;
}
.location-content {
    background: #fff;
    padding: 60px 0;
}
.location-content .content-wrap {
    margin: 0 auto;
    max-width: 960px;
}
.location-content h2 {
    font-size: 32px;
    margin: 35px 0 16px;
}
.location-content p,
.location-content li {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.75;
}
@media (max-width: 767px) {
    .seo-grid,
    .seo-stats {
        grid-template-columns: 1fr;
    }
    .seo-checks {
        columns: 1;
    }
    .seo-intro,
    .seo-services,
    .seo-proof,
    .seo-locations,
    .seo-process,
    .seo-faq {
        padding: 50px 0;
    }
}
