/* =========================================================
   OPPERCARE — SERVICE PAGES
========================================================= */


/* =========================================================
   BREADCRUMB
========================================================= */

.service-breadcrumb{
    padding:22px 0;
    border-bottom:1px solid var(--line);
    background:#fff;
}

.service-breadcrumb .container{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--muted);
    font-size:13px;
}

.service-breadcrumb a{
    color:var(--royal);
    text-decoration:none;
}

.service-breadcrumb a:hover{
    text-decoration:underline;
}

.service-breadcrumb strong{
    color:var(--navy);
}


/* =========================================================
   HERO
========================================================= */

.service-hero{
    padding-top:90px;
    background:
        radial-gradient(circle at 85% 15%,rgba(54,198,198,.12),transparent 28%),
        #fff;
}

.service-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.service-hero h1{
    max-width:820px;
    margin:18px 0 24px;
    color:var(--navy);
    font-size:clamp(44px,5.5vw,70px);
    line-height:1.02;
    letter-spacing:-.045em;
}

.service-lead{
    max-width:720px;
    margin:0;
    color:var(--muted);
    font-size:19px;
    line-height:1.75;
}

.service-hero-actions{
    display:flex;
    align-items:center;
    gap:28px;
    margin-top:32px;
}

.service-text-link{
    color:var(--royal);
    font-weight:850;
    text-decoration:none;
}

.service-text-link:hover{
    text-decoration:underline;
}

.service-trust{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:32px;
    color:var(--navy);
    font-size:13px;
    font-weight:800;
}


/* =========================================================
   HERO CARD
========================================================= */

.service-hero-card{
    padding:42px;
    border-radius:28px;
    background:var(--navy);
    box-shadow:0 25px 65px rgba(11,22,63,.14);
}

.service-hero-card h2{
    margin:14px 0 18px;
    color:#fff;
    font-size:34px;
    line-height:1.15;
}

.service-hero-card p{
    color:rgba(255,255,255,.72);
    line-height:1.7;
}

.service-hero-card ul{
    margin:28px 0 0;
    padding:0;
    list-style:none;
}

.service-hero-card li{
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
    color:#fff;
    font-weight:700;
}

.service-hero-card li:last-child{
    border-bottom:0;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.service-section-heading{
    max-width:850px;
    margin-bottom:48px;
}

.service-section-heading h2{
    margin:12px 0 18px;
    color:var(--navy);
    font-size:clamp(36px,4.5vw,54px);
    line-height:1.08;
    letter-spacing:-.035em;
}

.service-section-heading p{
    max-width:760px;
    color:var(--muted);
    font-size:18px;
    line-height:1.75;
}


/* =========================================================
   BENEFITS
========================================================= */

.service-why{
    background:var(--soft);
}

.service-benefit-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-benefit-grid article{
    padding:32px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
}

.service-benefit-grid article > span{
    color:var(--magenta);
    font-size:13px;
    font-weight:950;
}

.service-benefit-grid h3{
    margin:18px 0 12px;
    color:var(--navy);
    font-size:22px;
}

.service-benefit-grid p{
    margin:0;
    color:var(--muted);
    line-height:1.7;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.service-industries{
    background:#fff;
}

.service-industries-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.service-industries-grid h2{
    margin:14px 0 20px;
    color:var(--navy);
    font-size:clamp(36px,4vw,52px);
    line-height:1.08;
}

.service-industries-grid p{
    color:var(--muted);
    font-size:17px;
    line-height:1.75;
}

.service-industry-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.service-industry-list span{
    padding:18px;
    border:1px solid var(--line);
    border-radius:12px;
    background:var(--soft);
    color:var(--navy);
    font-weight:800;
}


/* =========================================================
   WHAT IS INCLUDED
========================================================= */

.service-included{
    background:var(--soft);
}

.service-included-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-included-grid article{
    padding:30px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
}

.service-included-grid h3{
    margin:0 0 12px;
    color:var(--navy);
    font-size:20px;
}

.service-included-grid p{
    margin:0;
    color:var(--muted);
    line-height:1.65;
}


/* =========================================================
   LOCAL MARKET
========================================================= */

.service-local{
    background:var(--navy);
}

.service-local-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:90px;
}

.service-local h2{
    margin:14px 0 0;
    color:#fff;
    font-size:clamp(38px,4.5vw,56px);
    line-height:1.08;
}

.service-local p{
    margin:0 0 22px;
    color:rgba(255,255,255,.74);
    font-size:18px;
    line-height:1.8;
}

.service-local .service-text-link{
    color:var(--magenta-light);
}


/* =========================================================
   SEO / RELATED SERVICE
========================================================= */

.service-seo{
    background:#fff;
}

.service-seo-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    padding:55px 60px;
    border:1px solid var(--line);
    border-radius:28px;
    background:var(--soft);
}

.service-seo-box h2{
    max-width:700px;
    margin:12px 0 18px;
    color:var(--navy);
    font-size:clamp(34px,4vw,48px);
    line-height:1.1;
}

.service-seo-box p{
    max-width:720px;
    color:var(--muted);
    line-height:1.75;
}


/* =========================================================
   PROCESS
========================================================= */

.service-process{
    background:var(--soft);
}

.service-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-process-grid article{
    padding:32px;
    border-top:3px solid var(--magenta);
    background:#fff;
}

.service-process-grid strong{
    color:var(--magenta);
    font-size:13px;
}

.service-process-grid h3{
    margin:15px 0 10px;
    color:var(--navy);
    font-size:23px;
}

.service-process-grid p{
    margin:0;
    color:var(--muted);
    line-height:1.7;
}


/* =========================================================
   FAQ
========================================================= */

.service-faq{
    background:#fff;
}

.service-faq-list{
    max-width:900px;
}

.service-faq-list details{
    border-bottom:1px solid var(--line);
}

.service-faq-list summary{
    padding:24px 0;
    color:var(--navy);
    font-size:18px;
    font-weight:850;
    cursor:pointer;
}

.service-faq-list details p{
    max-width:780px;
    margin:0;
    padding:0 0 25px;
    color:var(--muted);
    line-height:1.75;
}


/* =========================================================
   CONTACT CTA
========================================================= */

.service-contact{
    background:var(--soft);
}

.service-contact-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    padding:55px 60px;
    border-radius:28px;
    background:var(--navy);
}

.service-contact-box h2{
    max-width:720px;
    margin:12px 0 15px;
    color:#fff;
    font-size:clamp(32px,4vw,48px);
    line-height:1.1;
}

.service-contact-box p{
    max-width:700px;
    margin:0;
    color:rgba(255,255,255,.70);
    font-size:17px;
    line-height:1.7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){

    .service-hero-grid,
    .service-industries-grid,
    .service-local-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .service-benefit-grid,
    .service-included-grid,
    .service-process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:700px){

    .service-hero{
        padding-top:65px;
    }

    .service-hero h1{
        font-size:41px;
    }

    .service-hero-actions{
        flex-direction:column;
        align-items:flex-start;
    }

    .service-trust{
        flex-direction:column;
    }

    .service-hero-card{
        padding:30px 25px;
    }

    .service-benefit-grid,
    .service-included-grid,
    .service-process-grid,
    .service-industry-list{
        grid-template-columns:1fr;
    }

    .service-seo-box,
    .service-contact-box{
        flex-direction:column;
        align-items:flex-start;
        padding:40px 28px;
    }

    .houston-services-grid h3 a{color:inherit;text-decoration:none;}
    .houston-services-grid h3 a:hover{color:var(--magenta);}


}



