/* Services page only. Every layout selector is rooted at .respon-services-page
 * so this file cannot alter the established Home page. */
.respon-services-page {
  --services-navy: #062b63;
  --services-blue: #06459a;
  --services-red: #e31b23;
  --services-line: #d6dfe9;
  --services-pale: #f5f7fa;
  width: 100% !important;
  gap: 0 !important;
  color: #0c2245;
}

.respon-services-page > .e-con-inner { width: 100%; max-width: none; padding-top: 0; gap: 0; }

/* Hero */
.respon-services-page .respon-services-hero {
  width: 100% !important;
  min-height: 440px;
  position: relative;
  display: block !important;
  overflow: hidden;
  background: #fff;
}

.respon-services-page .respon-services-hero-image {
  position: absolute !important;
  inset: 0 0 0 29%;
  width: 71% !important;
  height: 100%;
}

.respon-services-page .respon-services-hero-image,
.respon-services-page .respon-services-hero-image .elementor-widget-container,
.respon-services-page .respon-services-hero-image img {
  height: 100% !important;
}

.respon-services-page .respon-services-hero-image img {
  display: block;
  width: 100% !important;
  object-fit: cover;
  object-position: center 48%;
}

.respon-services-page .respon-services-hero:after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0 39% 0 0;
  background: linear-gradient(90deg, #fff 0%, #fff 47%, rgba(255,255,255,.94) 69%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.respon-services-page .respon-services-hero-copy {
  width: 590px !important;
  min-height: 440px;
  position: absolute !important;
  z-index: 2;
  top: 0;
  left: max(40px, calc((100vw - 1360px) / 2));
  justify-content: center;
  align-items: flex-start;
  padding: 38px 0 30px;
}

.respon-services-page .respon-services-eyebrow { margin: 0 !important; }
.respon-services-page .respon-services-eyebrow span,
.respon-services-page .respon-services-eyebrow p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  color: var(--services-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: capitalize;
}

.respon-services-page .respon-services-eyebrow span:after,
.respon-services-page .respon-services-eyebrow p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--services-red);
}

.respon-services-page .respon-services-title .elementor-heading-title {
  margin: 15px 0 15px;
  color: var(--services-navy) !important;
  font: 700 55px/.98 'Barlow Condensed', sans-serif !important;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.respon-services-page .respon-services-title em,
.respon-services-page .respon-services-trust-title em { color: var(--services-red); font-style: normal; }

.respon-services-page .respon-services-hero-text {
  width: 500px !important;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.7;
}

.respon-services-page .respon-services-hero-text p { margin: 0; }

/* Main content */
.respon-services-page .respon-services-main {
  width: 100% !important;
  padding: 38px 40px 44px;
  align-items: center;
  gap: 22px;
}

.respon-services-page .respon-services-main > .e-con-inner { width: 100%; max-width: 1360px; gap: 22px; }

.respon-services-page .respon-services-intro {
  width: 100% !important;
  max-width: 900px;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.respon-services-page .respon-services-intro-title .elementor-heading-title,
.respon-services-page .respon-supporting-title .elementor-heading-title {
  margin: 0;
  color: var(--services-navy) !important;
  font: 800 32px/1.18 Manrope, sans-serif !important;
}

.respon-services-page .respon-services-intro-title .elementor-heading-title:after {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  margin: 10px auto 0;
  background: var(--services-red);
}

.respon-services-page .respon-services-intro-text { max-width: 850px; font-size: 15px; line-height: 1.65; }
.respon-services-page .respon-services-intro-text p { margin: 0; }

.respon-services-page .respon-services-list { width: 100% !important; gap: 10px; }
.respon-services-page .respon-services-list > .e-con-inner { width: 100%; gap: 10px; }

.respon-services-page .respon-service-row {
  width: 100% !important;
  min-height: 192px;
  display: grid !important;
  grid-template-columns: 34% 39% 27%;
  grid-template-rows: 192px;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid var(--services-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(6,43,99,.045);
}

.respon-services-page .respon-service-row > .e-con-inner {
  display: contents !important;
}

.respon-services-page .respon-service-image,
.respon-services-page .respon-service-image .elementor-widget-container,
.respon-services-page .respon-service-image img {
  width: 100% !important;
  height: 192px !important;
}

.respon-services-page .respon-service-image { overflow: hidden; }
.respon-services-page .respon-service-image img { display: block; object-fit: cover; }
.respon-services-page .respon-service-row--bathroom .respon-service-image img { object-position: center 62%; }
.respon-services-page .respon-service-row--whole-home .respon-service-image img { object-position: center 60%; }

.respon-services-page .respon-service-content {
  width: 100% !important;
  min-width: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 30px;
  border-right: 1px solid #e5eaf0;
  gap: 8px;
}

.respon-services-page .respon-service-heading { width: 100% !important; }
.respon-services-page .respon-service-heading .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 22px;
  align-items: center;
}

.respon-services-page .respon-service-heading .elementor-icon-box-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0 !important;
}

.respon-services-page .respon-service-heading .elementor-icon {
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--services-blue);
  border-radius: 50%;
  color: var(--services-blue);
  font-size: 31px;
}

.respon-services-page .respon-service-heading .elementor-icon i,
.respon-services-page .respon-service-heading .elementor-icon svg {
  color: var(--services-blue) !important;
  fill: var(--services-blue) !important;
}

.respon-services-page .respon-service-row:not(.respon-service-row--outdoor) .respon-service-heading .elementor-icon {
  border: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.respon-services-page .respon-service-row:not(.respon-service-row--outdoor) .respon-service-heading .elementor-icon i,
.respon-services-page .respon-service-row:not(.respon-service-row--outdoor) .respon-service-heading .elementor-icon svg,
.respon-services-page .respon-service-row:not(.respon-service-row--outdoor) .respon-service-heading .elementor-icon:after { display: none; }
.respon-services-page .respon-service-row--bathroom .respon-service-heading .elementor-icon { background-image: url('icons/service-bathroom.svg'); }
.respon-services-page .respon-service-row--kitchen .respon-service-heading .elementor-icon { background-image: url('icons/service-kitchen.svg'); }
.respon-services-page .respon-service-row--whole-home .respon-service-heading .elementor-icon { background-image: url('icons/service-home.svg'); }
.respon-services-page .respon-service-row--flooring .respon-service-heading .elementor-icon { background-image: url('icons/service-flooring.svg'); }
.respon-services-page .respon-service-row--painting .respon-service-heading .elementor-icon { background-image: url('icons/service-painting.svg'); }

.respon-services-page .respon-service-heading .elementor-icon:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 5px;
  width: 17px;
  height: 4px;
  border-radius: 4px;
  background: var(--services-red);
  transform: rotate(-35deg);
}

.respon-services-page .respon-service-heading .elementor-icon-box-content { min-width: 0; }
.respon-services-page .respon-service-heading .elementor-icon-box-title {
  margin: 0 0 8px;
  color: var(--services-blue);
  font: 700 23px/1.12 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.respon-services-page .respon-service-heading .elementor-icon-box-description {
  margin: 0;
  color: #132846;
  font-size: 13px;
  line-height: 1.55;
}

.respon-services-page .respon-service-link { margin-left: 96px; }
.respon-services-page .respon-service-link .elementor-button {
  padding: 4px 0 !important;
  background: transparent !important;
  color: var(--services-blue) !important;
  box-shadow: none !important;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.respon-services-page .respon-service-link .elementor-button:hover { color: var(--services-red) !important; }

.respon-services-page .respon-service-benefits {
  width: 100% !important;
  display: flex;
  align-items: center;
  padding: 22px 28px;
}

.respon-services-page .respon-service-benefits ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.respon-services-page .respon-service-benefits li {
  position: relative;
  padding-left: 27px;
  color: #142946;
  font-size: 12px;
  line-height: 1.3;
}

.respon-services-page .respon-service-benefits li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--services-blue);
  border-radius: 50%;
  color: var(--services-blue);
  font-size: 10px;
  font-weight: 900;
}

/* Secondary confirmed services */
.respon-services-page .respon-supporting-services {
  width: 100% !important;
  margin-top: 14px;
  padding: 34px 38px;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: var(--services-pale);
  text-align: center;
}

.respon-services-page .respon-services-eyebrow--center span:after,
.respon-services-page .respon-services-eyebrow--center p:after {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
.respon-services-page .respon-supporting-title { margin-bottom: 12px; }
.respon-services-page .respon-supporting-grid { width: 100% !important; display: flex !important; flex-direction: row !important; gap: 18px; }
.respon-services-page .respon-supporting-grid > .e-con-inner { display: flex !important; flex-direction: row !important; gap: 18px; }

.respon-services-page .respon-supporting-card {
  width: calc(50% - 9px) !important;
  min-height: 148px;
  padding: 25px 28px;
  border: 1px solid var(--services-line);
  border-radius: 7px;
  background: #fff;
  text-align: left;
}

.respon-services-page .respon-supporting-card .elementor-icon-box-wrapper { display: grid; grid-template-columns: 58px 1fr; column-gap: 20px; align-items: center; }
.respon-services-page .respon-supporting-card .elementor-icon-box-icon { grid-row: 1 / span 2; margin: 0 !important; }
.respon-services-page .respon-supporting-card .elementor-icon { color: var(--services-blue); font-size: 42px; }
.respon-services-page .respon-supporting-card .elementor-icon i,
.respon-services-page .respon-supporting-card .elementor-icon svg { color: var(--services-blue) !important; fill: var(--services-blue) !important; }
.respon-services-page .respon-supporting-card .elementor-icon-box-title { margin: 0 0 7px; color: var(--services-navy); font-size: 17px; text-transform: uppercase; }
.respon-services-page .respon-supporting-card .elementor-icon-box-description { margin: 0; font-size: 13px; line-height: 1.55; }

/* Services-page trust transition above the shared site CTA/footer. */
.respon-services-page .respon-services-trust-band {
  width: 100% !important;
  min-height: 215px;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch;
  gap: 0 !important;
  padding: 25px max(40px, calc((100vw - 1360px) / 2));
  background: linear-gradient(110deg, #002552, #07366c) !important;
  color: #fff;
}

.respon-services-page .respon-services-trust-band > .e-con-inner { width: 100%; display: flex !important; flex-flow: row nowrap !important; gap: 0 !important; }
.respon-services-page .respon-services-trust-heading { width: 31% !important; flex: 0 0 31%; justify-content: center; padding-right: 45px; border-right: 1px solid rgba(255,255,255,.32); }
.respon-services-page .respon-services-eyebrow--light span { color: #ff343b; }
.respon-services-page .respon-services-trust-title .elementor-heading-title { margin: 8px 0 0; color: #fff !important; font: 700 38px/1.03 'Barlow Condensed', sans-serif !important; text-transform: uppercase; }

.respon-services-page .respon-services-trust-item {
  width: 23% !important;
  flex: 0 0 23%;
  display: flex;
  justify-content: center;
  padding: 15px 34px;
  border-right: 1px solid rgba(255,255,255,.32);
  text-align: center;
}

.respon-services-page .respon-services-trust-item:last-child { border-right: 0; }
.respon-services-page .respon-services-trust-item .elementor-icon-box-wrapper { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; }
.respon-services-page .respon-services-trust-item .elementor-icon-box-icon { margin: 0 0 10px !important; }
.respon-services-page .respon-services-trust-item .elementor-icon { color: #fff; font-size: 43px; }
.respon-services-page .respon-services-trust-item .elementor-icon i,
.respon-services-page .respon-services-trust-item .elementor-icon svg { color: #fff !important; fill: #fff !important; }
.respon-services-page .respon-services-trust-item .elementor-icon-box-title { margin: 0 0 7px; color: #fff; font-size: 14px; text-transform: uppercase; }
.respon-services-page .respon-services-trust-item .elementor-icon-box-description { margin: 0; color: #fff; font-size: 11px; line-height: 1.5; }

@media (max-width: 1100px) {
  .respon-services-page .respon-service-row { grid-template-columns: 36% 38% 26%; }
  .respon-services-page .respon-service-content { padding: 20px; }
  .respon-services-page .respon-service-heading .elementor-icon-box-wrapper { grid-template-columns: 58px 1fr; column-gap: 15px; }
  .respon-services-page .respon-service-heading .elementor-icon { width: 56px; height: 56px; font-size: 25px; }
  .respon-services-page .respon-service-link { margin-left: 73px; }
  .respon-services-page .respon-service-benefits { padding: 18px; }
}

@media (max-width: 767px) {
  .respon-services-page,
  .respon-services-page .elementor-widget,
  .respon-services-page .elementor-widget-container,
  .respon-services-page .elementor-icon-box-content { min-width: 0; max-width: 100%; }
  .respon-services-page .elementor-heading-title,
  .respon-services-page .elementor-icon-box-title,
  .respon-services-page .elementor-icon-box-description,
  .respon-services-page p { white-space: normal !important; overflow-wrap: anywhere; }
  .respon-services-page .respon-services-main,
  .respon-services-page .respon-services-main > .e-con-inner,
  .respon-services-page .respon-services-list,
  .respon-services-page .respon-services-list > .e-con-inner,
  .respon-services-page .respon-service-row,
  .respon-services-page .respon-service-row > .e-con-inner { width: 100% !important; min-width: 0; max-width: 100%; }
  .respon-services-page .respon-services-hero { min-height: 690px; }
  .respon-services-page .respon-services-hero-image { inset: 48% 0 0; width: 100% !important; height: 52%; }
  .respon-services-page .respon-services-hero:after { inset: 0 0 35%; background: linear-gradient(180deg, #fff 0%, #fff 70%, rgba(255,255,255,0) 100%); }
  .respon-services-page .respon-services-hero-copy { width: 100% !important; min-height: auto; left: 0; padding: 34px 22px; }
  .respon-services-page .respon-services-title .elementor-heading-title { font-size: 44px !important; }
  .respon-services-page .respon-services-hero-text { width: 100% !important; font-size: 14px; }
  .respon-services-page .respon-services-main { padding: 34px 18px 38px; }
  .respon-services-page .respon-services-intro-title .elementor-heading-title,
  .respon-services-page .respon-supporting-title .elementor-heading-title { font-size: 26px !important; }
  .respon-services-page .respon-services-intro,
  .respon-services-page .respon-services-intro-title,
  .respon-services-page .respon-services-intro-text { width: 100% !important; }
  .respon-services-page .respon-services-intro-text { font-size: 14px; }

  .respon-services-page .respon-service-row {
    min-height: 0;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .respon-services-page .respon-service-row > .e-con-inner { display: flex !important; flex-direction: column !important; }
  .respon-services-page .respon-service-image,
  .respon-services-page .respon-service-image .elementor-widget-container,
  .respon-services-page .respon-service-image img { height: 235px !important; }
  .respon-services-page .respon-service-content { padding: 25px 22px 20px; border-right: 0; border-bottom: 1px solid #e5eaf0; }
  .respon-services-page .respon-service-heading .elementor-icon-box-wrapper { grid-template-columns: 58px minmax(0, 1fr); }
  .respon-services-page .respon-service-heading .elementor-icon-box-title { font-size: 21px; }
  .respon-services-page .respon-service-heading .elementor-icon-box-description { font-size: 12px; }
  .respon-services-page .respon-service-link { margin-left: 73px; }
  .respon-services-page .respon-service-benefits { padding: 22px; }
  .respon-services-page .respon-service-benefits ul { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; min-width: 0; }
  .respon-services-page .respon-service-benefits li { min-width: 0; overflow-wrap: anywhere; }

  .respon-services-page .respon-supporting-services { padding: 30px 20px; }
  .respon-services-page .respon-supporting-grid,
  .respon-services-page .respon-supporting-grid > .e-con-inner { flex-direction: column !important; }
  .respon-services-page .respon-supporting-card { width: 100% !important; }

  .respon-services-page .respon-services-trust-band,
  .respon-services-page .respon-services-trust-band > .e-con-inner { flex-direction: column !important; }
  .respon-services-page .respon-services-trust-band { min-height: 0; padding: 30px 22px; }
  .respon-services-page .respon-services-trust-heading,
  .respon-services-page .respon-services-trust-item { width: 100% !important; flex: 0 0 auto; padding: 22px 5px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .respon-services-page .respon-services-trust-title .elementor-heading-title { font-size: 34px !important; }
}

/* Editorial Services modules v2 — scoped to the Services page main content. */
.respon-services-page .respon-services-main {
  padding:100px 40px 70px;
  gap:0;
}
.respon-services-page .respon-services-main > .e-con-inner { max-width:1380px; gap:0; }
.respon-services-page .respon-services-intro {
  max-width:900px;
  margin:0 auto 72px;
  gap:0;
  text-align:center;
}
.respon-services-page .respon-services-intro-eyebrow { margin:0 0 22px !important; }
.respon-services-page .respon-services-intro-eyebrow span { font-size:17px; font-weight:800; letter-spacing:.06em; }
.respon-services-page .respon-services-intro-title .elementor-heading-title {
  margin:0 !important;
  color:var(--services-navy) !important;
  font:800 52px/1.14 Manrope,sans-serif !important;
  letter-spacing:-.025em;
}
.respon-services-page .respon-services-intro-title .elementor-heading-title:after { display:none; }
.respon-services-page .respon-services-intro-text {
  max-width:820px;
  margin:28px auto 0;
  color:#31465f;
  font-size:19px;
  line-height:1.72;
}
.respon-services-page .respon-services-list,
.respon-services-page .respon-services-list > .e-con-inner { gap:44px; }
.respon-services-page .respon-service-row {
  min-height:460px;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  grid-template-rows:460px;
  gap:0 !important;
  border:1px solid #d6e0e9;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 30px rgba(6,43,99,.07);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.respon-services-page .respon-service-row:nth-child(even) { background:#f4f7fa; }
.respon-services-page .respon-service-row:nth-child(even) .respon-service-image { grid-column:2; }
.respon-services-page .respon-service-row:nth-child(even) .respon-service-content { grid-column:1; grid-row:1; }
.respon-services-page .respon-service-image,
.respon-services-page .respon-service-image .elementor-widget-container,
.respon-services-page .respon-service-image a,
.respon-services-page .respon-service-image img { width:100% !important; height:460px !important; }
.respon-services-page .respon-service-image { overflow:hidden; border-radius:15px 0 0 15px; }
.respon-services-page .respon-service-row:nth-child(even) .respon-service-image { border-radius:0 15px 15px 0; }
.respon-services-page .respon-service-image a { display:block; overflow:hidden; }
.respon-services-page .respon-service-image img { object-fit:cover; transition:transform .35s ease; }
.respon-services-page .respon-service-content {
  min-width:0;
  justify-content:center;
  align-items:flex-start;
  padding:52px 60px;
  border:0;
  gap:0;
}
.respon-services-page .respon-service-heading .elementor-icon-box-wrapper { display:block; }
.respon-services-page .respon-service-heading .elementor-icon-box-icon { margin:0 0 22px !important; }
.respon-services-page .respon-service-heading .elementor-icon { width:68px; height:68px; }
.respon-services-page .respon-service-heading .elementor-icon-box-title {
  margin:0 0 18px;
  color:var(--services-navy);
  font:800 37px/1.14 Manrope,sans-serif;
  letter-spacing:-.02em;
  text-transform:none;
}
.respon-services-page .respon-service-heading .elementor-icon-box-description { color:#31465f; font-size:18px; line-height:1.65; }
.respon-services-page .respon-service-benefits { display:block; padding:0; margin:25px 0 26px; }
.respon-services-page .respon-service-benefits ul { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 24px; }
.respon-services-page .respon-service-benefits li { padding-left:25px; color:#1c3551; font-size:15px; line-height:1.45; }
.respon-services-page .respon-service-benefits li:before { width:auto; height:auto; top:0; border:0; color:var(--services-red); font-size:15px; }
.respon-services-page .respon-service-link { margin:0; }
.respon-services-page .respon-service-link .elementor-button {
  padding:7px 0 !important;
  color:var(--services-navy) !important;
  font-size:14px;
  letter-spacing:.04em;
  border-bottom:2px solid var(--services-red);
  border-radius:0;
  transition:color .3s ease,letter-spacing .3s ease;
}
.respon-services-page .respon-supporting-services { margin-top:80px; }

@media(hover:hover) and (pointer:fine){
  .respon-services-page .respon-service-row:hover { transform:translateY(-3px); border-color:#aebfd0; box-shadow:0 16px 36px rgba(6,43,99,.12); }
  .respon-services-page .respon-service-row:hover .respon-service-image img { transform:scale(1.03); }
  .respon-services-page .respon-service-link .elementor-button:hover { color:var(--services-red) !important; letter-spacing:.075em; }
}

@media(max-width:1100px) and (min-width:768px){
  .respon-services-page .respon-services-main { padding:90px 28px 70px; }
  .respon-services-page .respon-services-intro-title .elementor-heading-title { font-size:46px !important; }
  .respon-services-page .respon-service-row { min-height:500px; grid-template-columns:46% 54%; grid-template-rows:500px; }
  .respon-services-page .respon-service-image,.respon-services-page .respon-service-image .elementor-widget-container,.respon-services-page .respon-service-image a,.respon-services-page .respon-service-image img { height:500px !important; }
  .respon-services-page .respon-service-content { padding:40px 38px; }
  .respon-services-page .respon-service-heading .elementor-icon-box-title { font-size:32px; }
  .respon-services-page .respon-service-heading .elementor-icon-box-description { font-size:17px; }
  .respon-services-page .respon-service-benefits ul { grid-template-columns:1fr; gap:10px; }
}

@media(max-width:767px){
  .respon-services-page .respon-services-main { padding:68px 20px 52px; }
  .respon-services-page .respon-services-intro { margin-bottom:52px; }
  .respon-services-page .respon-services-intro-eyebrow span { font-size:16px; }
  .respon-services-page .respon-services-intro-title .elementor-heading-title { font-size:36px !important; line-height:1.18 !important; }
  .respon-services-page .respon-services-intro-text { margin-top:22px; font-size:17px; line-height:1.7; }
  .respon-services-page .respon-services-list,.respon-services-page .respon-services-list > .e-con-inner { gap:34px; }
  .respon-services-page .respon-service-row {
    min-height:0;
    display:flex !important;
    flex-direction:column !important;
    grid-template-columns:none;
    grid-template-rows:none;
    border-radius:14px;
  }
  .respon-services-page .respon-service-row:nth-child(even) .respon-service-image { order:0; }
  .respon-services-page .respon-service-row:nth-child(even) .respon-service-content { order:1; }
  .respon-services-page .respon-service-image,.respon-services-page .respon-service-image .elementor-widget-container,.respon-services-page .respon-service-image a,.respon-services-page .respon-service-image img { height:280px !important; }
  .respon-services-page .respon-service-image,.respon-services-page .respon-service-row:nth-child(even) .respon-service-image { border-radius:13px 13px 0 0; }
  .respon-services-page .respon-service-content { padding:34px 30px 38px; }
  .respon-services-page .respon-service-heading .elementor-icon { width:62px; height:62px; }
  .respon-services-page .respon-service-heading .elementor-icon-box-title { font-size:32px; line-height:1.18; }
  .respon-services-page .respon-service-heading .elementor-icon-box-description { font-size:17px; }
  .respon-services-page .respon-service-benefits ul { grid-template-columns:1fr; gap:11px; }
  .respon-services-page .respon-supporting-services { margin-top:60px; }
}

@media(prefers-reduced-motion:reduce){
  .respon-services-page .respon-service-row,.respon-services-page .respon-service-image img,.respon-services-page .respon-service-link .elementor-button{transition:none}
}

/* Content-driven service cards. Wrapped titles may increase the row height;
 * every content widget and CTA remains in normal document flow. */
@media(min-width:768px){
  .respon-services-page .respon-service-row {
    height:auto !important;
    min-height:500px;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:minmax(500px,auto) !important;
    overflow:visible;
  }
  .respon-services-page .respon-service-image,
  .respon-services-page .respon-service-image .elementor-widget-container,
  .respon-services-page .respon-service-image a,
  .respon-services-page .respon-service-image img {
    height:100% !important;
    min-height:500px;
  }
  .respon-services-page .respon-service-content {
    height:auto !important;
    min-height:500px;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    padding:60px 64px !important;
    overflow:visible;
  }
  .respon-services-page .respon-service-content > .e-con-inner {
    width:100%;
    height:auto;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
    gap:0 !important;
  }
  .respon-services-page .respon-service-heading .elementor-icon-box-title {
    margin-bottom:24px;
    font-size:37px;
    line-height:1.14;
  }
  .respon-services-page .respon-service-benefits { margin:26px 0 0; }
  .respon-services-page .respon-service-link {
    position:static !important;
    margin:32px 0 0 !important;
  }
}

@media(max-width:1100px) and (min-width:768px){
  .respon-services-page .respon-service-row { min-height:500px; grid-template-rows:minmax(500px,auto) !important; }
  .respon-services-page .respon-service-image,
  .respon-services-page .respon-service-image .elementor-widget-container,
  .respon-services-page .respon-service-image a,
  .respon-services-page .respon-service-image img,
  .respon-services-page .respon-service-content { min-height:500px; height:100% !important; }
  .respon-services-page .respon-service-content { padding:48px 42px !important; }
}

@media(max-width:767px){
  .respon-services-page .respon-service-row { height:auto !important; overflow:visible; }
  .respon-services-page .respon-service-content {
    height:auto !important;
    min-height:0;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    padding:38px 30px 48px !important;
    overflow:visible;
  }
  .respon-services-page .respon-service-content > .e-con-inner {
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:0 !important;
  }
  .respon-services-page .respon-service-heading .elementor-icon-box-title { margin-bottom:22px; line-height:1.16; }
  .respon-services-page .respon-service-benefits { margin:24px 0 0; }
  .respon-services-page .respon-service-link { position:static !important; margin:30px 0 0 !important; }
}

/* Core/supporting hierarchy. Elementor places the cards inside .e-con-inner,
 * so only that inner wrapper owns the supporting-service grid. */
.respon-services-page .respon-core-services,
.respon-services-page .respon-secondary-services { width:100% !important; gap:0; }
.respon-services-page .respon-core-services > .e-con-inner,
.respon-services-page .respon-secondary-services > .e-con-inner { width:100%; max-width:none; gap:0; }
.respon-services-page .respon-core-services > .e-con-inner > .respon-services-eyebrow--center,
.respon-services-page .respon-secondary-services > .e-con-inner > .respon-services-eyebrow--center {
  width:100% !important;
  text-align:center;
}
.respon-services-page .respon-service-group-title { text-align:center; }
.respon-services-page .respon-service-group-title .elementor-heading-title { margin:14px 0 42px; color:var(--services-navy) !important; font:800 34px/1.2 Manrope,sans-serif !important; }
.respon-services-page .respon-core-services-grid,
.respon-services-page .respon-core-services-grid > .e-con-inner { width:100%; display:flex !important; flex-direction:column !important; gap:44px; }
.respon-services-page .respon-secondary-services { margin-top:84px; padding:56px 48px 48px; border-radius:16px; background:#f4f7fa; }
.respon-services-page .respon-secondary-services-grid { width:100% !important; display:block !important; padding:0 !important; }
.respon-services-page .respon-secondary-services-grid > .e-con-inner { width:100%; max-width:none; display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px !important; }
.respon-services-page .respon-secondary-services-grid .respon-service-row { width:100% !important; min-width:0; height:auto !important; min-height:0; display:flex !important; flex-direction:column !important; grid-template-columns:none; grid-template-rows:none !important; padding:0 !important; overflow:hidden; border-radius:12px; background:#fff !important; }
.respon-services-page .respon-secondary-services-grid .respon-service-row > .e-con-inner { width:100%; display:flex !important; flex-direction:column !important; }
.respon-services-page .respon-secondary-services-grid .respon-service-image,
.respon-services-page .respon-secondary-services-grid .respon-service-image .elementor-widget-container,
.respon-services-page .respon-secondary-services-grid .respon-service-image a,
.respon-services-page .respon-secondary-services-grid .respon-service-image img { width:100% !important; height:220px !important; min-height:0; }
.respon-services-page .respon-secondary-services-grid .respon-service-image { order:0; grid-column:auto !important; border-radius:11px 11px 0 0 !important; }
.respon-services-page .respon-secondary-services-grid .respon-service-image img { object-fit:cover; }
.respon-services-page .respon-secondary-services-grid .respon-service-content { order:1; grid-column:auto !important; grid-row:auto !important; min-height:0; justify-content:flex-start !important; padding:30px 26px 32px !important; }
.respon-services-page .respon-secondary-services-grid .respon-service-heading .elementor-icon { width:48px; height:48px; }
.respon-services-page .respon-secondary-services-grid .respon-service-heading .elementor-icon-box-title { margin-bottom:14px; font-size:23px; }
.respon-services-page .respon-secondary-services-grid .respon-service-heading .elementor-icon-box-description { font-size:14px; }
.respon-services-page .respon-secondary-services-grid .respon-service-benefits { margin-top:22px; }
.respon-services-page .respon-secondary-services-grid .respon-service-benefits ul { grid-template-columns:1fr; gap:8px; }
.respon-services-page .respon-secondary-services-grid .respon-service-benefits li { font-size:13px; }
.respon-services-page .respon-secondary-services-grid .respon-service-link { margin-top:26px !important; }

@media(min-width:1024px){
  .respon-services-page .respon-secondary-services-grid .respon-service-content {
    padding:30px 32px 32px !important;
  }
  .respon-services-page .respon-secondary-services-grid .respon-service-content > .e-con-inner {
    width:100%;
    height:100%;
    flex:1 1 auto;
    display:flex !important;
    flex-direction:column !important;
  }
  .respon-services-page .respon-secondary-services-grid .respon-service-benefits,
  .respon-services-page .respon-secondary-services-grid .respon-service-link {
    width:100% !important;
    margin-right:auto !important;
    margin-left:auto !important;
    align-self:center;
    text-align:left;
  }
  .respon-services-page .respon-secondary-services-grid .respon-service-benefits ul {
    width:100%;
    text-align:left;
  }
  .respon-services-page .respon-secondary-services-grid .respon-service-link {
    margin-top:auto !important;
    padding-top:26px;
  }
  .respon-services-page .respon-secondary-services-grid .respon-service-link .elementor-widget-container {
    text-align:left;
  }
}

@media(max-width:1023px) and (min-width:768px){
  .respon-services-page .respon-secondary-services { padding:46px 28px 38px; }
  .respon-services-page .respon-secondary-services-grid > .e-con-inner { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .respon-services-page .respon-secondary-services-grid .respon-service-row:last-child { grid-column:1/-1; }
}
@media(max-width:767px){
  .respon-services-page .respon-services-list { padding-right:0 !important; padding-left:0 !important; }
  .respon-services-page .respon-service-group-title .elementor-heading-title { margin-bottom:30px; font-size:27px !important; }
  .respon-services-page .respon-secondary-services { margin-top:58px; padding:38px 0 24px; }
  .respon-services-page .respon-secondary-services-grid > .e-con-inner { display:flex !important; flex-direction:column !important; gap:20px !important; }
  .respon-services-page .respon-secondary-services-grid .respon-service-image,
  .respon-services-page .respon-secondary-services-grid .respon-service-image .elementor-widget-container,
  .respon-services-page .respon-secondary-services-grid .respon-service-image a,
  .respon-services-page .respon-secondary-services-grid .respon-service-image img { height:220px !important; }
  .respon-services-page .respon-secondary-services-grid .respon-service-content { padding:30px 24px 34px !important; }
}

/* Compact secondary capabilities below the service cards. Only the inner
 * Elementor wrapper owns the two-column layout. */
.respon-services-page .respon-supporting-services { margin-top:80px; padding:42px 38px 38px; }
.respon-services-page .respon-supporting-grid { width:100% !important; display:block !important; padding:0 !important; }
.respon-services-page .respon-supporting-grid > .e-con-inner { width:100%; max-width:none; display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px !important; align-items:stretch; padding:0 !important; }
.respon-services-page .respon-supporting-card { width:100% !important; min-width:0; min-height:136px; height:100%; display:flex; align-items:center; padding:30px !important; border:1px solid var(--services-line); border-radius:7px; background:#fff; box-shadow:none; text-align:left; transition:transform .2s ease,border-color .2s ease; }
.respon-services-page .respon-supporting-card .elementor-widget-container { width:100%; }
.respon-services-page .respon-supporting-card .elementor-icon-box-wrapper { width:100%; display:grid; grid-template-columns:52px minmax(0,1fr); column-gap:22px; align-items:center; text-align:left; }
.respon-services-page .respon-supporting-card .elementor-icon-box-icon { grid-column:1; grid-row:1; margin:0 !important; }
.respon-services-page .respon-supporting-card .elementor-icon { width:52px; height:52px; display:flex; align-items:center; justify-content:center; color:var(--services-blue); font-size:38px; }
.respon-services-page .respon-supporting-card .elementor-icon i,
.respon-services-page .respon-supporting-card .elementor-icon svg { width:38px; height:38px; color:var(--services-blue) !important; fill:var(--services-blue) !important; }
.respon-services-page .respon-supporting-card .elementor-icon-box-content { grid-column:2; min-width:0; text-align:left; }
.respon-services-page .respon-supporting-card .elementor-icon-box-title { margin:0 0 8px; color:var(--services-navy) !important; font-size:17px; font-weight:800; line-height:1.3; text-transform:uppercase; }
.respon-services-page .respon-supporting-card .elementor-icon-box-description { margin:0; color:#52657a; font-size:13px; line-height:1.6; }
@media(hover:hover) and (pointer:fine){
  .respon-services-page .respon-supporting-card:hover { transform:translateY(-2px); border-color:#b8c7d6; }
}
@media(max-width:767px){
  .respon-services-page .respon-supporting-services { margin-top:60px; padding:36px 20px; }
  .respon-services-page .respon-supporting-grid > .e-con-inner { grid-template-columns:1fr; gap:18px !important; }
  .respon-services-page .respon-supporting-card { min-height:0; padding:28px !important; }
  .respon-services-page .respon-supporting-card .elementor-icon-box-wrapper { grid-template-columns:48px minmax(0,1fr); column-gap:20px; }
  .respon-services-page .respon-supporting-card .elementor-icon { width:48px; height:48px; font-size:35px; }
  .respon-services-page .respon-supporting-card .elementor-icon i,
  .respon-services-page .respon-supporting-card .elementor-icon svg { width:35px; height:35px; }
}

/* Services pre-footer: one full-bleed image CTA replaces the former trust
 * band and compact shared CTA. The global footer follows immediately. */
body:has(.respon-services-page) > .respon-cta-bar { display:none !important; }
.respon-services-cta {
  width:100% !important;
  max-width:none !important;
  min-height:410px;
  margin:0 !important;
  padding:0 !important;
  position:relative;
  display:block !important;
  overflow:hidden;
  background:#062b63;
}
.respon-services-cta-image {
  position:absolute !important;
  inset:0;
  width:100% !important;
  height:100%;
}
.respon-services-cta-image,
.respon-services-cta-image .elementor-widget-container,
.respon-services-cta-image img { height:100% !important; }
.respon-services-cta-image img {
  display:block;
  width:100% !important;
  object-fit:cover;
  object-position:center 58%;
}
.respon-services-cta:after {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(90deg,rgba(0,35,78,.98) 0%,rgba(0,35,78,.92) 46%,rgba(0,35,78,.68) 74%,rgba(0,35,78,.52) 100%);
}
.respon-services-cta-inner {
  width:min(1420px,calc(100% - 96px)) !important;
  min-height:410px;
  position:relative !important;
  z-index:2;
  margin:0 auto;
  padding:84px 0;
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr);
  align-items:center;
  gap:70px;
  color:#fff;
}
.respon-services-cta-inner > .e-con-inner { display:contents !important; }
.respon-services-cta-copy { min-width:0; gap:0; }
.respon-services-cta-copy > .e-con-inner { display:flex !important; flex-direction:column !important; gap:0 !important; }
.respon-services-cta-eyebrow { margin:0 0 18px; }
.respon-services-cta-eyebrow span { color:#fff; font-size:17px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.respon-services-cta-title .elementor-heading-title {
  margin:0 !important;
  color:#fff !important;
  font:800 clamp(48px,4vw,56px)/1.1 Manrope,sans-serif !important;
  letter-spacing:-.03em;
}
.respon-services-cta-title em { color:#e31b23; font-style:normal; }
.respon-services-cta-text { max-width:720px; margin:25px 0 0; }
.respon-services-cta-text p { margin:0; color:#fff; font-size:19px; line-height:1.65; }
.respon-services-cta-actions,
.respon-services-cta-actions > .e-con-inner {
  width:100% !important;
  display:flex !important;
  flex-direction:row !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:24px !important;
}
.respon-services-cta-actions .elementor-widget-button { width:auto !important; flex:0 0 auto !important; margin:0 !important; }
.respon-services-cta-primary .elementor-button,
.respon-services-cta-secondary .elementor-button {
  min-width:205px;
  min-height:62px;
  height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 29px !important;
  border-radius:5px;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-align:center;
  text-transform:uppercase;
}
.respon-services-cta-primary .elementor-button-content-wrapper,
.respon-services-cta-secondary .elementor-button-content-wrapper { display:inline-flex; align-items:center; justify-content:center; line-height:1; }
.respon-services-cta-primary .elementor-button { border:1px solid #e31b23; background:#e31b23 !important; color:#fff !important; }
.respon-services-cta-secondary .elementor-button { border:1px solid #fff; background:#fff !important; color:#062b63 !important; }
.respon-services-page + .respon-cta-bar,
.respon-services-page ~ .respon-cta-bar { display:none !important; }

@media(max-width:1100px){
  .respon-services-cta { min-height:450px; margin:0 !important; }
  .respon-services-cta-inner { width:calc(100% - 64px) !important; min-height:450px; grid-template-columns:1fr; gap:38px; padding:72px 0; }
  .respon-services-cta-actions,
  .respon-services-cta-actions > .e-con-inner { justify-content:flex-start !important; }
}

@media(max-width:767px){
  .respon-services-cta { min-height:560px; margin:0 !important; }
  .respon-services-cta:after { background:rgba(0,35,78,.84); }
  .respon-services-cta-inner { width:calc(100% - 40px) !important; min-height:560px; padding:68px 0; gap:34px; }
  .respon-services-cta-title .elementor-heading-title { font-size:39px !important; line-height:1.13 !important; }
  .respon-services-cta-text p { font-size:17px; line-height:1.65; }
  .respon-services-cta-actions,
  .respon-services-cta-actions > .e-con-inner { flex-direction:column !important; align-items:stretch !important; gap:16px !important; }
  .respon-services-cta-actions .elementor-widget-button,
  .respon-services-cta-actions .elementor-button { width:100% !important; }
}

/* Services mobile-only presentation. Reflow the established light desktop
 * hero, then centre every main service card's checklist/action as one unit. */
@media(max-width:767px){
  .respon-services-page .respon-services-hero {
    min-height:700px !important;
    background:#fff;
  }
  .respon-services-page .respon-services-hero-image {
    inset:52% 0 0;
    width:100% !important;
    height:48% !important;
  }
  .respon-services-page .respon-services-hero-image .elementor-widget-container,
  .respon-services-page .respon-services-hero-image img { height:100% !important; }
  .respon-services-page .respon-services-hero-image img {
    width:100% !important;
    object-fit:cover;
    object-position:center 48%;
  }
  .respon-services-page .respon-services-hero:after {
    inset:0 0 37%;
    background:linear-gradient(180deg,#fff 0%,#fff 82%,rgba(255,255,255,0) 100%);
  }
  .respon-services-page .respon-services-hero-copy {
    width:100% !important;
    min-height:0;
    top:0;
    right:auto;
    bottom:auto;
    left:0;
    justify-content:flex-start;
    align-items:flex-start;
    padding:42px 24px 36px;
  }
  .respon-services-page .respon-services-hero-copy > .e-con-inner { gap:0 !important; }
  .respon-services-page .respon-services-hero-copy .respon-services-eyebrow { margin-bottom:20px !important; }
  .respon-services-page .respon-services-title .elementor-heading-title {
    margin:0 0 20px;
    color:var(--services-navy) !important;
    font-size:42px !important;
    line-height:1.02 !important;
  }
  .respon-services-page .respon-services-title em { color:var(--services-red) !important; }
  .respon-services-page .respon-services-hero-text {
    width:100% !important;
    max-width:390px;
    color:#31465f;
    font-size:15px;
    line-height:1.65;
  }

  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-content > .e-con-inner {
    width:100%;
    align-items:center !important;
  }
  .respon-services-page .respon-core-services-grid .respon-service-content {
    padding-right:24px !important;
    padding-left:24px !important;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-benefits,
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-link {
    width:min(230px,calc(100% - 32px)) !important;
    min-width:0;
    max-width:230px;
    align-self:center;
    text-align:left;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-benefits {
    margin:24px auto 0;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-benefits ul {
    width:100%;
    gap:9px;
    text-align:left;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-benefits li {
    padding-left:25px;
    line-height:1.5;
    overflow-wrap:normal;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-link {
    margin:26px auto 0 !important;
  }
  .respon-services-page :is(.respon-core-services-grid,.respon-secondary-services-grid) .respon-service-link .elementor-widget-container { text-align:left; }
}
