/* ===================== SERVICES — v6 (NO BORDERS) ===================== */
/* Scope: all single service pages */
body.single-roofix_services{
--max:1180px;
--ink:#0f172a; --muted:#6b7280;
--shadow:0 12px 30px rgba(2,6,23,.08);
--btnText:#fff;
--btnA:#22d3ee; --btnB:#2563eb; /* primary cyan→blue */
--btnG1:#22c55e; --btnG2:#16a34a; /* green */
--btnR1:#ef4444; --btnR2:#b91c1c; /* red */
}
/* remove theme title + outer padding */
body.single-roofix_services .entry-title,
body.single-roofix_services .page-title,
body.single-roofix_services .post-title{display:none!important}
body.single-roofix_services .site-content,
body.single-roofix_services .content-area,
body.single-roofix_services .entry-content{padding-top:0!important;margin-top:0!important}
body.single-roofix_services .site-content .container,
body.single-roofix_services .site-content .container-fluid{max-width:none!important;padding-left:0!important;padding-right:0!important}
body.single-roofix_services .elementor,
body.single-roofix_services .elementor-section-wrap,
body.single-roofix_services .elementor-section{max-width:none!important}
body.single-roofix_services .elementor-top-section:first-of-type{margin-top:0!important}
/* base container */
body.single-roofix_services .roof-wrap{max-width:var(--max);margin:0 auto;padding:12px 28px 28px}
/* HERO: more title space + single-line on desktop */
body.single-roofix_services .rm-hero{display:grid;gap:24px;align-items:center;grid-template-columns:1.55fr .45fr}
@media (max-width:980px){body.single-roofix_services .rm-hero{grid-template-columns:1fr}}
body.single-roofix_services .rm-hero__content h1{
margin:0 0 6px;font-weight:800;letter-spacing:-.02em;
font-size:42px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
@media (max-width:980px){body.single-roofix_services .rm-hero__content h1{font-size:32px;white-space:normal;text-overflow:unset}}
body.single-roofix_services .rm-hero__content .lead{margin:0 0 14px;color:var(--muted)}
body.single-roofix_services .rm-hero__image img{width:100%;height:100%;object-fit:cover;border-radius:16px}
/* ========== BUTTONS that POP (high contrast, readable) ========== */
body.single-roofix_services .btn,
body.single-roofix_services a.btn,
body.single-roofix_services .plan .elementor-button,
body.single-roofix_services .plan .elementor-button-link,
body.single-roofix_services .plan button{
position:relative;display:inline-flex;align-items:center;justify-content:center;
min-width:180px;height:52px;padding:0 22px;border-radius:14px;border:0!important;
font:900 17px/1 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
letter-spacing:.2px;text-decoration:none!important;color:var(--btnText)!important;
text-shadow:0 1px 2px rgba(0,0,0,.55)!important;
box-shadow:0 18px 34px rgba(2,6,23,.28),0 4px 10px rgba(2,6,23,.18)!important;
transform:translateY(0);transition:transform .08s,box-shadow .12s,filter .12s;
}
body.single-roofix_services .btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
body.single-roofix_services .btn:active{transform:translateY(0)}
body.single-roofix_services .btn--primary,
body.single-roofix_services .plan .elementor-button:not(.btn--secondary):not(.btn--emergency){
background-image:linear-gradient(135deg,var(--btnA),var(--btnB))!important;
}
body.single-roofix_services .btn--secondary{
background-image:linear-gradient(135deg,var(--btnG1),var(--btnG2))!important;
}
body.single-roofix_services .btn--emergency,
body.single-roofix_services .btn--primary.emergency{
background-image:linear-gradient(135deg,var(--btnR1),var(--btnR2))!important;
}
/* Plan-card buttons: full width and bold even if no class was added */
body.single-roofix_services .plan a:not([class*="btn"]),
body.single-roofix_services .plan button{
background-image:linear-gradient(135deg,var(--btnA),var(--btnB))!important;
width:100%;height:56px;font-size:18px!important;border-radius:14px;border:0!important;color:#fff!important;
}
/* ========== NO BORDERS on cards/proofs (just soft shadow) ========== */
body.single-roofix_services .card,
body.single-roofix_services .rm-two article{
background:#fff;border:0!important;border-radius:16px;box-shadow:var(--shadow);padding:18px;
}
body.single-roofix_services .card h2{margin:0 0 10px;color:var(--ink);letter-spacing:-.01em}
body.single-roofix_services .checklist,body.single-roofix_services .bullets{margin:8px 0 0 18px}
body.single-roofix_services .rm-proof h2{margin:0 0 12px;color:var(--ink)}
body.single-roofix_services .rm-proof .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width:980px){body.single-roofix_services .rm-proof .grid{grid-template-columns:1fr 1fr}}
@media (max-width:680px){body.single-roofix_services .rm-proof .grid{grid-template-columns:1fr}}
body.single-roofix_services .proof{background:#fff;border:0!important;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
body.single-roofix_services .proof img{width:100%;height:220px;object-fit:cover}
/* ========== Plan cards (dark glass, no borders, bright buttons) ========== */
body.single-roofix_services .plan-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width:980px){body.single-roofix_services .plan-row{grid-template-columns:1fr 1fr}}
@media (max-width:680px){body.single-roofix_services .plan-row{grid-template-columns:1fr}}
body.single-roofix_services .plan{
background:linear-gradient(180deg,#0b1220 0%,#0e172a 100%); color:#e2e8f0;
border:0!important;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:10px;
box-shadow:0 16px 40px rgba(2,6,23,.18);
}
body.single-roofix_services .plan h3{margin:0 0 6px;color:#fff}
body.single-roofix_services .plan ul{margin:8px 0 12px 18px}
body.single-roofix_services .plan li{margin:6px 0}
/* two-column spacing */
body.single-roofix_services .rm-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}
@media (max-width:980px){body.single-roofix_services .rm-two{grid-template-columns:1fr}}
/* CTA + related links */
body.single-roofix_services .rm-cta{margin:26px 0;padding:20px;border-radius:16px;background:#111827;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
body.single-roofix_services .rm-related{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
body.single-roofix_services .rm-related a{padding:8px 12px;border-radius:10px;background:#eef2ff;text-decoration:none;color:#1e3a8a}
/* keep first section tight under nav */
body.single-roofix_services .roof-wrap .rm-hero{margin-top:0!important}