/* =========================================
   SERVICES PAGE — FULL STABLE VERSION
   Scoped to body.services-page
========================================= */

body.services-page{
  --accent:#ff3b0a;
  --accent-2:#ff7a18;
  --dark:#141518;
  --light:#ffffff;
  --muted:#6b7280;
  --shadow:0 15px 40px rgba(0,0,0,.15);
}

/* Disable sticky header only here */
body.services-page .site-header{
  position: static !important;
}

/* =========================================
   HERO SLAB
========================================= */

body.services-page .page-hero{
  width: min(1180px, calc(100% - 40px));
  margin: 30px auto 0;
  border-radius: 24px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow);
}

body.services-page .page-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,.06), transparent 60%);
}

body.services-page .page-hero__nav{
  position:absolute;
  top:18px;
  left:0;
  right:0;
  z-index:5;
}

body.services-page .page-hero__content{
  position:relative;
  z-index:2;
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:120px 20px 70px;
}

body.services-page .page-hero__content h1{
  color:#fff;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight:900;
  margin-bottom:10px;
}

body.services-page .crumbs{
  color:rgba(255,255,255,.8);
  font-weight:700;
}

body.services-page .crumbs a{
  color:#fff;
  opacity:.9;
}

/* =========================================
   PILL NAVBAR
========================================= */

body.services-page .pill-header__inner{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  background:#fff;
  border-radius:999px;
  padding:14px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  box-shadow: var(--shadow);
}

body.services-page .pill-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#111;
}
body.services-page .pill-brand img{
  height:48px;
  width:auto;
  display:block;
}

/* hide old text logo spans if still present */
body.services-page .pill-brand__mark,
body.services-page .pill-brand__name{
  display:none;
}

@media (max-width:980px){
  body.services-page .pill-brand img{
    height:40px;
  }
}

@media (max-width:560px){
  body.services-page .pill-brand img{
    height:36px;
  }
}

body.services-page .pill-nav{
  display:flex;
  gap:18px;
}

body.services-page .pill-nav__link{
  font-weight:700;
  color:#111;
  padding:8px 12px;
  border-radius:999px;
}

body.services-page .pill-nav__link:hover{
  background:#f3f4f6;
}

body.services-page .pill-nav__link.is-active{
  background:#e5e7eb;
}

body.services-page .pill-cta{
  display:flex;
  align-items:center;
  gap:14px;
}

body.services-page .pill-cta__phone{
  font-weight:700;
  color:#111;
  display:flex;
  align-items:center;
  gap:8px;
}

body.services-page .pill-cta__icon{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f3f4f6;
}

/* =========================================
   SERVICES SECTION
========================================= */

body.services-page .services-slab{
  padding:80px 0;
}

body.services-page .services-slab__head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  margin-bottom:40px;
}

body.services-page .service-cards{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:24px;
}

body.services-page .service-card{
  background:#fff;
  border-radius:20px;
  padding:24px;
  position:relative;
  box-shadow: var(--shadow);
}

body.services-page .service-card__icon{
  font-size:22px;
  margin-bottom:12px;
}

body.services-page .service-card__no{
  position:absolute;
  top:18px;
  right:20px;
  font-size:2rem;
  font-weight:900;
  color:#f3f4f6;
}

body.services-page .service-card h3{
  margin-bottom:10px;
}

body.services-page .service-card p{
  color:var(--muted);
  margin-bottom:14px;
}

body.services-page .service-card a{
  font-weight:700;
  color:var(--accent);
}

/* =========================================
   PROCESS DARK SLAB
========================================= */

body.services-page .process-slab{
  padding:80px 0;
}

body.services-page .process-slab__inner{
  background:var(--dark);
  border-radius:24px;
  padding:60px 40px;
  color:#fff;
  box-shadow: var(--shadow);
}

body.services-page .process-title{
  margin-bottom:40px;
  font-size:2rem;
}

body.services-page .process-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap:24px;
}

body.services-page .step-card{
  background:rgba(255,255,255,.06);
  border-radius:18px;
  padding:20px;
}

body.services-page .step-top{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

body.services-page .step-pill{
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  padding:6px 12px;
  border-radius:999px;
  font-size:.8rem;
  font-weight:700;
}

body.services-page .step-no{
  opacity:.5;
  font-weight:900;
}

body.services-page .process-media{
  border-radius:22px;
  position:relative;
  min-height:300px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.6)),
    url("/assets/img/services-process-pool.jpg");
  background-size:cover;
  background-position:center;
}

body.services-page .process-media .play{
  position:absolute;
  inset:0;
  margin:auto;
  width:70px;
  height:70px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  font-weight:900;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:980px){
  body.services-page .service-cards{
    grid-template-columns:1fr;
  }

  body.services-page .process-grid{
    grid-template-columns:1fr;
  }

  body.services-page .pill-nav,
  body.services-page .pill-cta__phone{
    display:none;
  }
}

/* =========================================
   SERVICES PAGE — FAQ + FOOTER (OMAHE STYLE)
   Append-only. Scoped to body.services-page
========================================= */

/* ---------- FAQ (light section like reference) ---------- */
body.services-page .services-faq{
  padding: 90px 0;
  background: #fff;
}

body.services-page .services-faq__inner{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 44px;
  align-items: start;
}

body.services-page .services-faq__media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: var(--shadow);
}

body.services-page .services-faq__media img{
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

body.services-page .services-faq__media-btn{
  position: absolute;
  left: 18px;
  bottom: 18px;
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

body.services-page .services-faq__media-btn:hover{
  filter: brightness(.98);
}

body.services-page .services-faq__kicker{
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .16em;
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

body.services-page .services-faq__title{
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.06;
  letter-spacing: -.5px;
  color: #111;
}

body.services-page .services-faq__script{
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

body.services-page .services-faq__list{
  border-top: 1px solid rgba(0,0,0,.12);
}

body.services-page .services-faq__item{
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding: 18px 0;
}

body.services-page .services-faq__item summary{
  list-style: none;
  cursor: pointer;
  font-weight: 900;
  color: #111;
  position: relative;
  padding-right: 36px;
  line-height: 1.3;
}

body.services-page .services-faq__item summary::-webkit-details-marker{
  display: none;
}

body.services-page .services-faq__item summary::after{
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #111;
  font-weight: 900;
}

body.services-page .services-faq__item[open] summary::after{
  content: "–";
}

body.services-page .services-faq__answer{
  margin-top: 10px;
  color: rgba(0,0,0,.62);
  line-height: 1.75;
  font-size: 14px;
  max-width: 80ch;
}

body.services-page .services-faq__item[open]{
  border-bottom-color: rgba(255,59,10,.55);
}

/* ---------- FOOTER (dark field + orange CTA slab) ---------- */
body.services-page .services-footer{
  background: #1b1e22;
  color: rgba(255,255,255,.78);
  padding: 70px 0 26px;
  border-top: 1px solid rgba(255,255,255,.08);
}

body.services-page .services-footer__inner{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* CTA slab */
body.services-page .services-footer .footer-cta{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 40px 42px;
  background: var(--accent);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 44px;
}

body.services-page .services-footer .footer-cta__bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .9;
  background:
    radial-gradient(600px 340px at 10% 0%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(520px 280px at 75% 10%, rgba(255,255,255,.12), transparent 62%),
    radial-gradient(260px 260px at 84% 26%, rgba(255,255,255,.10), transparent 65%),
    radial-gradient(420px 420px at 55% 90%, rgba(255,255,255,.10), transparent 70%);
}

body.services-page .services-footer .footer-cta__left,
body.services-page .services-footer .footer-cta__right{
  position: relative;
  z-index: 1;
}

body.services-page .services-footer .footer-cta__kicker{
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 900;
  margin-bottom: 12px;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
}

body.services-page .services-footer .footer-cta__title{
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -.5px;
}

body.services-page .services-footer .footer-cta__script{
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

body.services-page .services-footer .footer-cta__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body.services-page .services-footer .footer-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.55);
  transition: transform .08s ease, filter .2s ease;
}

body.services-page .services-footer .footer-cta__btn--solid{
  background: #fff;
  color: #0f1215;
  border-color: #fff;
}

body.services-page .services-footer .footer-cta__btn--outline{
  background: transparent;
  color: #fff;
}

body.services-page .services-footer .footer-cta__btn:active{
  transform: translateY(1px);
}

/* right contact rows */
body.services-page .services-footer .cta-contact{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
}

body.services-page .services-footer .cta-contact__icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  border: 1px solid rgba(255,255,255,.34);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
}

body.services-page .services-footer .cta-contact__label{
  font-size: 12px;
  color: rgba(255,255,255,.80);
  margin-bottom: 2px;
  font-weight: 800;
}

body.services-page .services-footer .cta-contact__value{
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}

body.services-page .services-footer .cta-contact__value:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* footer columns */
body.services-page .services-footer .footer-cols{
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr 1fr 1.2fr;
  gap: 26px;
  padding: 6px 0 26px;
}

body.services-page .services-footer .footer-col h3{
  margin: 0 0 14px;
  font-size: 14px;
  color: rgba(255,255,255,.92);
  font-weight: 900;
}

body.services-page .services-footer .footer-col ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}

body.services-page .services-footer .footer-col a{
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

body.services-page .services-footer .footer-col a:hover{
  color: rgba(255,255,255,.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.services-page .services-footer .pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(255,59,10,.18);
  border: 1px solid rgba(255,59,10,.35);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 900;
}

body.services-page .services-footer .pill--new{
  background: rgba(255,59,10,.22);
  border-color: rgba(255,59,10,.45);
}

body.services-page .services-footer .social{
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}

body.services-page .services-footer .contact-list li{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 700;
}

body.services-page .services-footer .contact-list .icon{
  opacity: .75;
  line-height: 1.2;
  margin-top: 1px;
}

/* bottom legal row */
body.services-page .services-footer .footer-bottom{
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.services-page .services-footer .footer-copy{
  font-size: 12.5px;
  color: rgba(255,255,255,.65);
  font-weight: 700;
}

body.services-page .services-footer .footer-legal{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

body.services-page .services-footer .footer-legal a{
  font-size: 12.5px;
  color: rgba(255,255,255,.58);
  text-decoration: none;
  font-weight: 700;
}

body.services-page .services-footer .footer-legal a:hover{
  color: rgba(255,255,255,.90);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- responsive ---------- */
@media(max-width:980px){
  body.services-page .services-faq__inner{
    grid-template-columns: 1fr;
  }

  body.services-page .services-faq__media img{
    height: 420px;
  }

  body.services-page .services-footer .footer-cta{
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  body.services-page .services-footer .footer-cols{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:560px){
  body.services-page .services-footer .footer-cols{
    grid-template-columns: 1fr;
  }

  body.services-page .services-footer .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  body.services-page .services-footer .footer-cta__title{
    font-size: 30px;
  }
}
