/* ==========================================================================
   OpenAgent Services Page — Black / White / Orange
   Scoped to the Services page only (body.services). Matches the homepage
   and About page visual identity.
   ========================================================================== */

body.services {
  background: #ffffff;
  color: #3a3a3a;
  overflow-x: hidden;
}

body.services h1, body.services h2, body.services h3, body.services h4, body.services h5 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  letter-spacing: -.02em;
}

body.services ::selection { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Header / navigation — black bar
   -------------------------------------------------------------------------- */
body.services .topbar { background: #000000; box-shadow: none; }
body.services .topbar.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.18); }
body.services .topbar-inner { max-width: var(--wrap); }

body.services .brand { color: #ffffff; }
body.services .brand .dot { background: #FF6B00; border-radius: 8px; }
body.services .brand span { color: #FF6B00; }

body.services .nav-desktop > li > a { color: #e6e6e6; font-weight: 500; }
body.services .nav-desktop > li > a:hover,
body.services .nav-desktop > li.active > a { color: #ffffff; background: rgba(255,255,255,.12); }
body.services .nav-desktop > li.has-drop > a i { color: #999; }

body.services .dropdown { background: #111111; border-color: #2a2a2a; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
body.services .dropdown::before { background: #111111; border-color: #2a2a2a; }
body.services .dropdown a { color: #e6e6e6; }
body.services .dropdown a i { color: #FF6B00; }
body.services .dropdown a:hover { background: #1f1f1f; color: #ffffff; }

body.services .header-actions .btn { background: #FF6B00; border-radius: 999px; font-weight: 600; color: #ffffff; box-shadow: 0 10px 26px rgba(255,107,0,.32); }
body.services .header-actions .btn:hover { background: #ff7f1f; transform: translateY(-2px); }

body.services .hamburger { background: rgba(255,255,255,.12); color: #ffffff; }

/* Offcanvas mobile menu */
body.services .offcanvas { background: #0a0a0a; }
body.services .offcanvas .brand { color: #fff; }
body.services .oc-close { background: #1f1f1f; color: #fff; }
body.services .oc-nav > li { border-color: #242424; }
body.services .oc-link { color: #fff; }
body.services .oc-link:hover { color: #FF6B00; }
body.services .oc-sub a { color: #bdbdbd; border-color: #2a2a2a; }
body.services .oc-sub a:hover { color: #FF6B00; border-color: #FF6B00; }
body.services .overlay { background: rgba(0,0,0,.6); }
body.services .offcanvas .btn { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
body.services .btn { border-radius: 999px; font-weight: 600; font-family: 'Poppins', sans-serif; }
body.services .btn-primary { background: #FF6B00; color: #ffffff; box-shadow: 0 12px 30px rgba(255,107,0,.32); }
body.services .btn-primary:hover { background: #ff7f1f; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(255,107,0,.4); }
body.services .btn-ghost { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,.7); }
body.services .btn-ghost:hover { background: #ffffff; color: #0a0a0a; }
body.services .btn-ghost-dark { background: transparent; color: #0a0a0a; border: 2px solid #0a0a0a; }
body.services .btn-ghost-dark:hover { background: #0a0a0a; color: #fff; }

/* --------------------------------------------------------------------------
   Breadcrumb (black hero)
   -------------------------------------------------------------------------- */
body.services .page-hero .breadcrumb { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
body.services .breadcrumb a { color: #aeaeae; }
body.services .breadcrumb a:hover { color: #fff; }
body.services .breadcrumb i { color: #FF6B00; }
body.services .breadcrumb [aria-current] { color: #ffffff; font-weight: 600; }

/* --------------------------------------------------------------------------
   Hero — dark, typography-led
   -------------------------------------------------------------------------- */
body.services .hero {
  background: #000000;
  padding: 110px 0 100px;
}
body.services .hero-inner { text-align: center; max-width: 900px; margin-inline: auto; }
body.services .hero .eyebrow {
  display: inline-flex; align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  color: #aeaeae;
  font-weight: 600; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 999px;
  margin-bottom: 26px;
}
body.services .hero .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #FF6B00; }
body.services .hero h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.12;
  margin: 0;
}
body.services .hero h1 strong { color: #FF6B00; font-weight: 800; }
body.services .hero p.lede { color: #d0d0d0; font-size: clamp(1.02rem, 1.7vw, 1.2rem); max-width: 660px; margin: 24px auto 0; line-height: 1.7; }
body.services .hero-pills {
  margin-top: 38px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  color: #9a9a9a; font-size: 13.5px; font-weight: 500;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}
body.services .hero-pills span { display: inline-flex; align-items: center; gap: 8px; }
body.services .hero-pills i { color: #FF6B00; font-size: 10px; }
body.services .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 38px; }

/* --------------------------------------------------------------------------
   Sections base
   -------------------------------------------------------------------------- */
body.services .section { padding: 100px 0; }
body.services .section.tint { background: #f7f7f5; }
body.services .section.dark { background: #0a0a0a; }

body.services .section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
body.services .section-head.left { margin-left: 0; text-align: left; }
body.services .section-head .tag-label {
  display: inline-flex; align-items: center; gap: 10px;
  color: #FF6B00; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 16px;
}
body.services .section-head .tag-label::before { content: ""; width: 26px; height: 2px; background: #FF6B00; }
body.services .section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.15; }
body.services .section-head p { color: #5f5f5f; margin-top: 16px; font-size: 1.05rem; }
body.services .section-head p.light { color: #bdbdbd; }

/* --------------------------------------------------------------------------
   Service cards — 6 offerings
   -------------------------------------------------------------------------- */
body.services .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
body.services .svc-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-top: 3px solid #FF6B00;
  border-radius: 16px;
  padding: 40px 34px 36px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .svc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); border-color: #FF6B00; }
body.services .svc-num { font-size: 3rem; font-weight: 800; line-height: 1; color: #FF6B00; display: block; letter-spacing: -.02em; }
body.services .svc-ic {
  width: 52px; height: 52px; border-radius: 14px; flex: none;
  background: #f4f2ee; color: #0a0a0a;
  display: flex; align-items: center; justify-content: center; font-size: 21px;
  transition: background .3s, color .3s;
}
body.services .svc-card:hover .svc-ic { background: #FF6B00; color: #fff; }
body.services .svc-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
body.services .svc-card > p { font-size: 15px; color: #5f5f5f; margin: 0; }
body.services .svc-good {
  border-top: 1px solid #ece8e2;
  padding-top: 18px;
  margin-top: 4px;
}
body.services .svc-good-label {
  display: block; font-size: 12px; font-weight: 700;
  color: #9a9a9a; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 12px;
}
body.services .svc-good ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
body.services .svc-good li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: #3a3a3a;
}
body.services .svc-good li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: #FF6B00; flex: none; margin-top: 7px;
}
body.services .svc-note {
  border-top: 1px solid #ece8e2;
  padding-top: 16px;
  margin-top: auto;
  font-size: 13.5px; color: #8a8a8a; line-height: 1.6;
}
body.services .svc-note i { color: #FF6B00; margin-right: 8px; }
body.services .svc-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14.5px; color: #FF6B00;
  margin-top: 6px;
}
body.services .svc-link i { transition: transform .25s; }
body.services .svc-card:hover .svc-link i { transform: translateX(6px); }

/* --------------------------------------------------------------------------
   Choose the right service — problem-based cards
   -------------------------------------------------------------------------- */
body.services .choose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
body.services .choose-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-left: 3px solid #FF6B00;
  border-radius: 14px;
  padding: 32px 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
body.services .choose-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); }
body.services .choose-card .choose-q { font-size: 15px; font-weight: 600; color: #0a0a0a; margin-bottom: 12px; }
body.services .choose-card h4 { font-size: 1.06rem; margin-bottom: 14px; }
body.services .choose-label { display: block; font-size: 11.5px; font-weight: 700; color: #9a9a9a; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
body.services .choose-tags { display: flex; flex-wrap: wrap; gap: 8px; }
body.services .choose-tags span {
  font-size: 12.5px; font-weight: 600; color: #0a0a0a;
  border: 1px solid #e3ddd3; border-radius: 999px; padding: 5px 12px;
  background: #faf9f7;
}
body.services .choose-example { display: block; margin-top: 16px; font-size: 12.5px; color: #9a9a9a; }

/* --------------------------------------------------------------------------
   What every project includes — 4 numbered points
   -------------------------------------------------------------------------- */
body.services .inc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
body.services .inc-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  padding: 38px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .inc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); border-color: #FF6B00; }
body.services .inc-num { font-size: 2.6rem; font-weight: 800; line-height: 1; color: #FF6B00; display: block; margin-bottom: 20px; }
body.services .inc-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
body.services .inc-card p { font-size: 14.5px; color: #5f5f5f; margin: 0; }

/* --------------------------------------------------------------------------
   How I work — dark, 4 steps
   -------------------------------------------------------------------------- */
body.services .how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
body.services .how-card {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 38px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .how-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.4); border-color: #FF6B00; }
body.services .how-num { font-size: 2.6rem; font-weight: 800; line-height: 1; color: #FF6B00; display: block; margin-bottom: 20px; }
body.services .how-card h3 { color: #ffffff; font-size: 1.15rem; margin-bottom: 10px; }
body.services .how-card p { color: #bdbdbd; font-size: 14.5px; margin: 0; }

/* --------------------------------------------------------------------------
   Transparency — 3 principles, minimal
   -------------------------------------------------------------------------- */
body.services .trans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
body.services .trans-card {
  border-top: 3px solid #FF6B00;
  padding: 34px 6px 0;
}
body.services .trans-card h3 { font-size: 1.2rem; margin-bottom: 14px; }
body.services .trans-card p { font-size: 15px; color: #5f5f5f; margin: 0; }

/* --------------------------------------------------------------------------
   Final CTA — black banner
   -------------------------------------------------------------------------- */
body.services .final-cta {
  background: #000000;
  border-radius: 20px;
  padding: clamp(56px, 8vw, 96px) clamp(26px, 7vw, 96px);
  text-align: center;
  color: #fff;
  position: relative; overflow: hidden;
}
body.services .final-cta::before {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.28), transparent 65%);
  top: -120px; right: -80px;
}
body.services .final-cta::after {
  content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.2), transparent 65%);
  bottom: -130px; left: -70px;
}
body.services .final-cta h2 { color: #ffffff; position: relative; z-index: 1; font-size: clamp(2rem, 4vw, 3rem); }
body.services .final-cta p { position: relative; z-index: 1; color: #cfcfcf; max-width: 640px; margin: 18px auto 0; font-size: 1.05rem; }
body.services .final-cta .btn-row { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
body.services .final-cta small { position: relative; z-index: 1; display: block; margin-top: 30px; color: #9a9a9a; font-size: 13.5px; }

/* --------------------------------------------------------------------------
   Footer — minimal, matches homepage/About
   -------------------------------------------------------------------------- */
body.services .footer { background: #000000; color: #b5b5b5; padding: 72px 0 0; }
body.services .footer::before { display: none; }
body.services .footer .brand { color: #fff; }
body.services .footer .brand span { color: #FF6B00; }
body.services .footer h4 { color: #ffffff; font-size: 1rem; margin-bottom: 20px; letter-spacing: .02em; }
body.services .footer-about > p { color: #b5b5b5; }
body.services .footer ul a { color: #b5b5b5; }
body.services .footer ul a:hover { color: #FF6B00; }
body.services .footer .socials a { border-color: rgba(255,255,255,.22); color: #fff; }
body.services .footer .socials a:hover { background: #FF6B00; border-color: #FF6B00; }
body.services .footer .contact-list i { color: #FF6B00; }
body.services .footer-bottom { border-color: rgba(255,255,255,.14); color: #9a9a9a; }
body.services .footer-bottom p strong { color: #FF6B00; }

/* --------------------------------------------------------------------------
   Scroll-to-top / WhatsApp float
   -------------------------------------------------------------------------- */
body.services .to-top { background: #FF6B00; color: #fff; box-shadow: 0 10px 24px rgba(255,107,0,.4); }
body.services .to-top:hover { background: #ff7f1f; }
body.services .fwa { background: #25D366; }
body.services .fwa:hover { background: #1fb857; }

/* --------------------------------------------------------------------------
   Service detail pages (services/*.html) — black/white/orange, no stock photos
   -------------------------------------------------------------------------- */
body.services .page-hero {
  background: #ffffff;
  padding: 74px 0 64px;
}
body.services .page-hero h1 { color: #0a0a0a; }
body.services .page-hero .lede { color: #555555; font-size: clamp(1.02rem, 1.7vw, 1.2rem); max-width: 660px; margin: 24px auto 0; line-height: 1.7; }
body.services .page-hero .btn-ghost { color: #0a0a0a; border-color: rgba(0,0,0,.55); }
body.services .page-hero .btn-ghost:hover { background: #0a0a0a; color: #ffffff; }
body.services .page-hero .breadcrumb {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
}
body.services .page-hero .eyebrow { margin-bottom: 22px; }
body.services .hero-media {
  margin: 0 0 36px;
  border: 1px solid #ece8e2;
  border-radius: 14px;
  overflow: hidden;
  background: #111111;
}
body.services .hero-media img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 640px) {
  body.services .hero-media img { height: 240px; }
}

body.services .split { align-items: center; gap: 56px; }
body.services .split-media { max-width: 480px; }
body.services .detail-visual {
  background: #f4f2ee;
  border: 1px solid #ece8e2;
  border-top: 3px solid #FF6B00;
  border-radius: 16px;
  padding: 48px 40px;
  display: flex; flex-direction: column; gap: 26px;
  align-items: flex-start;
}
body.services .detail-visual .dv-ic {
  width: 64px; height: 64px; border-radius: 16px;
  background: #FF6B00; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
body.services .detail-visual h3 { margin: 0; font-size: 1.35rem; }
body.services .detail-visual p { color: #5f5f5f; margin: 0; font-size: 15px; line-height: 1.6; }
body.services .detail-visual .dv-flow { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; width: 100%; }
body.services .detail-visual .dv-flow li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; color: #0a0a0a;
  border: 1px solid #ece8e2; background: #fff; border-radius: 10px; padding: 12px 16px;
}
body.services .detail-visual .dv-flow i { color: #FF6B00; flex: none; }

body.services .check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
body.services .check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #3a3a3a; }
body.services .check-list i { color: #FF6B00; margin-top: 4px; flex: none; }
body.services .split-copy h2 { margin-bottom: 16px; }
body.services .split-copy p { color: #5f5f5f; font-size: 15.5px; line-height: 1.7; }

/* Feature cards (included / capabilities) */
body.services .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
body.services .feat-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-top: 3px solid #FF6B00;
  border-radius: 16px;
  padding: 34px 30px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .feat-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); border-color: #FF6B00; }
body.services .feat-ic {
  width: 48px; height: 48px; border-radius: 12px; flex: none;
  background: #f4f2ee; color: #0a0a0a;
  display: flex; align-items: center; justify-content: center; font-size: 19px;
}
body.services .feat-card:hover .feat-ic { background: #FF6B00; color: #fff; }
body.services .feat-card h3 { font-size: 1.12rem; margin: 0; }
body.services .feat-card p { font-size: 14.5px; color: #5f5f5f; margin: 0; line-height: 1.6; }

/* Process steps (detail pages) */
body.services .proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
body.services .proc-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-left: 3px solid #FF6B00;
  border-radius: 12px;
  padding: 28px 24px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .proc-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.07); border-color: #FF6B00; }
body.services .proc-num { font-size: 1.9rem; font-weight: 800; line-height: 1; color: #FF6B00; display: block; margin-bottom: 14px; }
body.services .proc-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
body.services .proc-card p { font-size: 13.5px; color: #5f5f5f; margin: 0; line-height: 1.6; }

/* FAQ accordion */
body.services .faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
body.services .faq-item {
  border: 1px solid #ece8e2;
  border-left: 3px solid #FF6B00;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
body.services .faq-item.open { box-shadow: 0 14px 34px rgba(0,0,0,.06); }
body.services .faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; border: none; background: transparent; cursor: pointer;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; color: #0a0a0a; text-align: left;
}
body.services .faq-q .chev { color: #FF6B00; flex: none; transition: transform .25s; }
body.services .faq-item.open .faq-q .chev { transform: rotate(180deg); }
body.services .faq-a { padding: 0 26px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
body.services .faq-item.open .faq-a { padding: 0 26px 22px; max-height: 400px; }
body.services .faq-a p { color: #5f5f5f; font-size: 15px; line-height: 1.65; margin: 0; }

/* Other services (detail pages) */
body.services .more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
body.services .more-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.services .more-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); border-color: #FF6B00; }
body.services .more-card .more-ic {
  width: 48px; height: 48px; border-radius: 12px;
  background: #f4f2ee; color: #0a0a0a;
  display: flex; align-items: center; justify-content: center; font-size: 19px;
}
body.services .more-card h3 { font-size: 1.1rem; margin: 0; }
body.services .more-card p { font-size: 14.5px; color: #5f5f5f; margin: 0; }
body.services .more-card .more-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px; color: #FF6B00; margin-top: 6px;
}
body.services .more-card .more-link i { transition: transform .25s; }
body.services .more-card:hover .more-link i { transform: translateX(6px); }

/* CTA banner (detail pages) reuses .final-cta */
body.services .final-cta .btn-row .btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; }
body.services .final-cta .btn-row .btn-ghost:hover { background: #fff; color: #0a0a0a; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  body.services .svc-grid { grid-template-columns: repeat(2, 1fr); }
  body.services .choose-grid,
  body.services .inc-grid,
  body.services .how-grid { grid-template-columns: repeat(2, 1fr); }
  body.services .trans-grid { grid-template-columns: repeat(3, 1fr); }
  body.services .feat-grid,
  body.services .more-grid { grid-template-columns: repeat(2, 1fr); }
  body.services .proc-grid { grid-template-columns: repeat(2, 1fr); }
  body.services .split { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.services .section { padding: 68px 0; }
  body.services .hero { padding: 84px 0 80px; }
  body.services .page-hero { padding: 56px 0 48px; }
  body.services .svc-grid,
  body.services .choose-grid,
  body.services .inc-grid,
  body.services .how-grid,
  body.services .trans-grid,
  body.services .feat-grid,
  body.services .proc-grid,
  body.services .more-grid { grid-template-columns: 1fr; }
  body.services .detail-visual { padding: 32px 24px; }
}

@media print {
  body.services .hero, body.services .page-hero, body.services .fwa { display: none; }
}
