.elementor-3729 .elementor-element.elementor-element-9a8e8bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3729 .elementor-element.elementor-element-c5ad7de{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c5ad7de *//* ==========================================================
   9th Circuit Process Serving — Exact Homepage/Header-Aligned Process Serving Page
   Page styles are scoped under .ps-page to reduce conflicts
   with WordPress / Elementor theme styles.
   ========================================================== */

.ps-page {
  --ps-navy: #042540;
  --ps-navy-2: #0f3550;
  --ps-navy-3: #173f5b;
  --ps-teal: #26aebb;
  --ps-teal-dark: #158d99;
  --ps-cyan-soft: #e9f9fb;
  --ps-bg: #f5f8fa;
  --ps-white: #ffffff;
  --ps-heading: #102f49;
  --ps-text: #506577;
  --ps-border: #dfe8ee;
  --ps-shadow: 0 18px 45px rgba(4, 37, 64, 0.10);
  --ps-radius: 4px;

  /*
   * Same centered content width used throughout the homepage.
   * Section backgrounds remain full width; content stays inside this boundary.
   */
  /*
   * Homepage/header content occupies about 79.25% of the desktop viewport,
   * capped at 1520px. This matches the red left/right reference lines.
   */
  --ps-container: 1520px;
  --ps-container-width: 79.25%;
  --ps-tablet-gutter: 20px;
  --ps-mobile-gutter: 15px;
  --ps-header-offset: 86px;

  /* Current WordPress images. */
  --ps-hero-image: url("https://9thcircuitprocessserving.com/wp-content/uploads/2025/09/2025-08-12.webp");
  --ps-intro-image: url("https://9thcircuitprocessserving.com/wp-content/uploads/2026/07/657.png");

  width: 100%;
  overflow: hidden;
  color: var(--ps-text);
  background: var(--ps-white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.ps-page,
.ps-page *,
.ps-page *::before,
.ps-page *::after {
  box-sizing: border-box;
}

.ps-page h1,
.ps-page h2,
.ps-page h3,
.ps-page p,
.ps-page ul,
.ps-page ol {
  margin-top: 0;
}

.ps-page h1,
.ps-page h2,
.ps-page h3 {
  color: var(--ps-heading);
  line-height: 1.2;
}

.ps-page h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  letter-spacing: -0.035em;
}

.ps-page h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.03em;
}

.ps-page h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.ps-page p:last-child,
.ps-page ul:last-child,
.ps-page ol:last-child {
  margin-bottom: 0;
}

.ps-page a {
  color: inherit;
}

.ps-page svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ps-page .ps-container {
  width: min(var(--ps-container-width), var(--ps-container));
  max-width: var(--ps-container);
  margin-right: auto;
  margin-left: auto;
}

.ps-page .ps-full-bleed {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ps-section {
  padding: 100px 0;
}

.ps-section--soft {
  background: var(--ps-bg);
}

.ps-section--navy {
  position: relative;
  background: var(--ps-navy);
}

.ps-section--navy::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(38, 174, 187, 0.10), transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(38, 174, 187, 0.08), transparent 30%);
  content: "";
  pointer-events: none;
}

.ps-section--navy > .ps-container {
  position: relative;
  z-index: 1;
}

.ps-eyebrow {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ps-eyebrow--teal {
  color: var(--ps-teal-dark);
}

.ps-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.ps-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ps-heading--light h2,
.ps-heading--light p {
  color: var(--ps-white);
}

.ps-heading--light p {
  opacity: 0.76;
}

/* Buttons */
.ps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ps-btn {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ps-btn:hover {
  transform: translateY(-2px);
}

.ps-btn:focus-visible,
.ps-text-link:focus-visible,
.ps-breadcrumbs a:focus-visible,
.ps-accordion summary:focus-visible {
  outline: 3px solid rgba(38, 174, 187, 0.38);
  outline-offset: 4px;
}

.ps-btn--primary {
  color: var(--ps-white);
  background: var(--ps-teal);
  box-shadow: 0 10px 26px rgba(38, 174, 187, 0.23);
}

.ps-btn--primary:hover {
  background: var(--ps-teal-dark);
}

.ps-btn--navy {
  color: var(--ps-white);
  background: var(--ps-navy);
}

.ps-btn--navy:hover {
  background: #001b30;
}

.ps-btn--outline-light {
  color: var(--ps-white);
  border-color: rgba(255, 255, 255, 0.44);
  background: transparent;
}

.ps-btn--outline-light:hover {
  border-color: var(--ps-white);
  background: rgba(255, 255, 255, 0.08);
}

.ps-btn--outline-dark {
  color: var(--ps-navy);
  border-color: var(--ps-border);
  background: var(--ps-white);
}

.ps-btn--outline-dark:hover {
  border-color: var(--ps-teal);
}

.ps-btn--block {
  width: 100%;
}

.ps-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--ps-navy);
  font-weight: 700;
  text-decoration: none;
}

.ps-text-link span {
  color: var(--ps-teal);
  transition: transform 180ms ease;
}

.ps-text-link:hover span {
  transform: translateX(4px);
}

/* Hero */
.ps-page .ps-hero {
  position: relative;
  display: grid;
  width: 100%;
  height: clamp(560px, calc(100svh - var(--ps-header-offset)), 660px);
  min-height: 560px;
  max-height: 660px;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
  background: var(--ps-navy);
}

@supports not (height: 100svh) {
  .ps-page .ps-hero {
    height: clamp(560px, calc(100vh - var(--ps-header-offset)), 660px);
  }
}

.ps-page .ps-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 20% 18%,
      rgba(38, 174, 187, 0.12),
      transparent 38%
    );
  content: "";
  pointer-events: none;
}

.ps-page .ps-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: stretch;
}

.ps-page .ps-hero__content {
  display: flex;
  min-width: 0;
  height: 100%;
  padding:
    clamp(28px, 4.5vh, 48px)
    42px
    clamp(26px, 4vh, 44px)
    0;
  flex-direction: column;
  justify-content: center;
}

.ps-page .ps-hero h1 {
  max-width: 560px;
  margin-bottom: 16px;
  color: var(--ps-white);
  font-size: clamp(2.15rem, 3.6vw, 3.55rem);
  line-height: 1.08;
}

.ps-page .ps-hero__lead {
  max-width: 560px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 1.02vw, 1rem);
  line-height: 1.58;
}

.ps-breadcrumbs {
  display: flex;
  margin-bottom: 14px;
  gap: 9px;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
}

.ps-breadcrumbs a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.ps-breadcrumbs a:hover {
  color: var(--ps-teal);
}

.ps-trust-strip {
  display: flex;
  margin-top: 17px;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 600;
}

.ps-trust-strip span {
  position: relative;
  padding-left: 15px;
}

.ps-trust-strip span::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ps-teal);
  content: "";
}

.ps-page .ps-hero__visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: var(--ps-navy-3);
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 37, 64, 0.16) 0%,
      rgba(4, 37, 64, 0.02) 28%,
      rgba(4, 37, 64, 0.04) 100%
    ),
    var(--ps-hero-image);
  background-position:
    center,
    left center;
  background-repeat: no-repeat;
  background-size:
    cover,
    cover;
}

.ps-hero__badge {
  position: absolute;
  right: 20px;
  bottom: 22px;
  display: flex;
  max-width: 280px;
  padding: 14px 16px;
  gap: 11px;
  align-items: center;
  color: var(--ps-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--ps-radius);
  background: rgba(4, 37, 64, 0.90);
  box-shadow: var(--ps-shadow);
  backdrop-filter: blur(8px);
}

.ps-hero__badge svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: var(--ps-teal);
}

.ps-hero__badge strong,
.ps-hero__badge span {
  display: block;
}

.ps-hero__badge strong {
  font-size: 0.84rem;
}

.ps-hero__badge span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.70rem;
}

/* Intro */
.ps-split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 70px;
  align-items: center;
}

.ps-intro__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--ps-radius);
  background-color: #e7eef2;
  background-image:
    linear-gradient(
      180deg,
      rgba(4, 37, 64, 0.01),
      rgba(4, 37, 64, 0.12)
    ),
    var(--ps-intro-image);
  background-position:
    center,
    left center;
  background-repeat: no-repeat;
  background-size:
    cover,
    contain;
  box-shadow: var(--ps-shadow);
}

.ps-intro__media::before {
  position: absolute;
  top: 24px;
  right: -16px;
  width: 90px;
  height: 90px;
  border-top: 3px solid var(--ps-teal);
  border-right: 3px solid var(--ps-teal);
  content: "";
}

.ps-intro__stat {
  position: absolute;
  right: -26px;
  bottom: 34px;
  max-width: 300px;
  padding: 22px 24px;
  color: var(--ps-white);
  background: var(--ps-navy);
  box-shadow: var(--ps-shadow);
}

.ps-intro__stat strong,
.ps-intro__stat span {
  display: block;
}

.ps-intro__stat strong {
  margin-bottom: 3px;
  font-size: 1rem;
}

.ps-intro__stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.ps-intro__content > p:not(.ps-eyebrow) {
  margin-bottom: 16px;
}

.ps-check-list {
  display: grid;
  margin: 24px 0 28px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.ps-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ps-heading);
  font-weight: 600;
}

.ps-check-list li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: var(--ps-white);
  border-radius: 50%;
  background: var(--ps-teal);
  content: "✓";
  font-size: 0.67rem;
}

/* Document cards */
.ps-card-grid {
  display: grid;
  gap: 22px;
}

.ps-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-service-card {
  min-height: 260px;
  padding: 32px;
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  background: var(--ps-white);
  box-shadow: 0 10px 28px rgba(4, 37, 64, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ps-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(38, 174, 187, 0.42);
  box-shadow: var(--ps-shadow);
}

.ps-service-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.ps-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  padding: 11px;
  place-items: center;
  color: var(--ps-teal);
  border-radius: 50%;
  background: var(--ps-cyan-soft);
}

.ps-icon--small {
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 9px;
  flex: 0 0 38px;
}

/* Service options */
.ps-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ps-option-card {
  position: relative;
  display: flex;
  min-height: 560px;
  padding: 34px;
  flex-direction: column;
  border: 1px solid var(--ps-border);
  border-top: 4px solid transparent;
  border-radius: var(--ps-radius);
  background: var(--ps-white);
  box-shadow: 0 10px 30px rgba(4, 37, 64, 0.07);
}

.ps-option-card--featured {
  border-top-color: var(--ps-teal);
  box-shadow: var(--ps-shadow);
  transform: translateY(-10px);
}

.ps-option-card__label {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 5px 9px;
  color: var(--ps-teal-dark);
  border-radius: 999px;
  background: var(--ps-cyan-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-number-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--ps-teal-dark);
  border: 1px solid #c7edf1;
  border-radius: 50%;
  background: var(--ps-cyan-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.ps-option-card__top p {
  font-size: 0.9rem;
}

.ps-option-card ul {
  display: grid;
  margin: 20px 0 30px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.ps-option-card li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9rem;
}

.ps-option-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ps-teal);
  content: "";
}

.ps-option-card .ps-btn {
  margin-top: auto;
}

/* Steps */
.ps-steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  list-style: none;
}

.ps-steps::before {
  position: absolute;
  top: 21px;
  right: 9%;
  left: 9%;
  border-top: 1px dashed #a5dce2;
  content: "";
}

.ps-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ps-step__number {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto 22px;
  place-items: center;
  color: var(--ps-white);
  border: 6px solid var(--ps-bg);
  border-radius: 50%;
  background: var(--ps-teal);
  font-size: 0.78rem;
  font-weight: 700;
}

.ps-step h3 {
  font-size: 1rem;
}

.ps-step p {
  margin-bottom: 0;
  font-size: 0.84rem;
}

/* Coverage */
.ps-coverage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  gap: 75px;
  align-items: center;
}

.ps-coverage__content > p:not(.ps-eyebrow) {
  margin-bottom: 28px;
}

.ps-coverage__panel {
  padding: 30px;
  color: var(--ps-white);
  border-radius: var(--ps-radius);
  background: var(--ps-navy);
  box-shadow: var(--ps-shadow);
}

.ps-panel-title {
  display: flex;
  margin-bottom: 22px;
  gap: 12px;
  align-items: center;
}

.ps-panel-title strong,
.ps-panel-title span {
  display: block;
}

.ps-panel-title strong {
  font-size: 0.9rem;
}

.ps-panel-title span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.ps-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ps-city-grid span {
  padding: 11px 13px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  font-weight: 600;
}

.ps-panel-note {
  position: relative;
  margin: 20px 0 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
}

.ps-panel-note::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ps-teal);
  border-radius: 50%;
  content: "";
}

/* Dark feature section */
.ps-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ps-feature {
  display: flex;
  min-height: 84px;
  padding: 20px;
  gap: 14px;
  align-items: center;
  color: var(--ps-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.075);
}

.ps-feature span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  color: var(--ps-teal);
  border: 1px solid rgba(38, 174, 187, 0.48);
  border-radius: 50%;
  font-size: 0.72rem;
}

.ps-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

/* FAQ */
.ps-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 70px;
  align-items: start;
}

.ps-faq__intro {
  position: sticky;
  top: 30px;
}

.ps-faq__intro > p:not(.ps-eyebrow) {
  margin-bottom: 24px;
}

.ps-accordion {
  border-top: 1px solid var(--ps-border);
}

.ps-accordion details {
  border-bottom: 1px solid var(--ps-border);
}

.ps-accordion summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--ps-heading);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
}

.ps-accordion summary::-webkit-details-marker {
  display: none;
}

.ps-accordion summary::before,
.ps-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 2px;
  background: var(--ps-teal);
  content: "";
  transform: translateY(-50%);
}

.ps-accordion summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 180ms ease;
}

.ps-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.ps-accordion details > div {
  padding: 0 50px 22px 0;
}

.ps-accordion details > div p {
  margin: 0;
  font-size: 0.92rem;
}

/* CTA */
.ps-cta {
  padding: 52px 0;
  background: linear-gradient(105deg, var(--ps-teal), #2bb8c4);
}

.ps-cta__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.ps-cta__icon {
  display: grid;
  width: 58px;
  height: 58px;
  padding: 15px;
  place-items: center;
  color: var(--ps-teal-dark);
  border-radius: 50%;
  background: var(--ps-white);
}

.ps-cta__content h2 {
  margin-bottom: 6px;
  color: var(--ps-white);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.ps-cta__content p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.ps-cta__actions {
  justify-content: flex-end;
}

/* Exact homepage/header desktop alignment */
@media (min-width: 1201px) {
  .ps-page .ps-container,
  .ps-page section.ps-hero > .ps-container.ps-hero__grid,
  .ps-page .ps-section > .ps-container,
  .ps-page .ps-section--navy > .ps-container,
  .ps-page .ps-cta > .ps-container {
    width: min(79.25%, 1520px) !important;
    max-width: 1520px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .ps-page section.ps-hero .ps-hero__content {
    padding-left: 0 !important;
  }

  .ps-page section.ps-hero .ps-hero__visual {
    width: 100% !important;
    justify-self: stretch !important;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .ps-page .ps-hero__grid {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  }

  .ps-page .ps-hero__content {
    padding-right: 30px;
  }

  .ps-card-grid--three,
  .ps-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ps-pricing-grid {
    gap: 16px;
  }

  .ps-option-card {
    padding: 28px;
  }
}

@media (min-width: 901px) and (max-height: 720px) {
  .ps-page .ps-hero {
    min-height: 500px;
    max-height: 610px;
  }

  .ps-page .ps-hero__content {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .ps-page .ps-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(1.95rem, 3.2vw, 3rem);
  }

  .ps-page .ps-hero__lead {
    margin-bottom: 16px;
    font-size: 0.90rem;
    line-height: 1.48;
  }

  .ps-breadcrumbs {
    margin-bottom: 9px;
  }

  .ps-trust-strip {
    margin-top: 11px;
  }

  .ps-btn {
    min-height: 46px;
    padding: 11px 19px;
  }
}

@media (max-width: 900px) {
  .ps-page .ps-container {
    width: calc(100% - (var(--ps-tablet-gutter) * 2));
  }

  .ps-section {
    padding: 78px 0;
  }

  .ps-page .ps-hero {
    height: clamp(590px, calc(100svh - 72px), 680px);
    min-height: 590px;
    max-height: 680px;
  }

  .ps-page .ps-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(4, 37, 64, 0.97) 0%,
        rgba(4, 37, 64, 0.91) 58%,
        rgba(4, 37, 64, 0.58) 100%
      );
  }

  .ps-page .ps-hero__grid {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--ps-navy);
    background-image: var(--ps-hero-image);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .ps-page .ps-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 690px);
    height: 100%;
    padding: 46px 24px 38px 0;
  }

  .ps-page .ps-hero__visual {
    display: none;
  }

  .ps-split,
  .ps-coverage,
  .ps-faq__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ps-intro__media {
    width: min(100%, 660px);
    margin-inline: auto;
  }

  .ps-pricing-grid {
    grid-template-columns: 1fr;
  }

  .ps-option-card,
  .ps-option-card--featured {
    min-height: auto;
    transform: none;
  }

  .ps-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }

  .ps-steps::before {
    display: none;
  }

  .ps-faq__intro {
    position: static;
  }

  .ps-cta__inner {
    grid-template-columns: auto 1fr;
  }

  .ps-cta__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ps-page .ps-container {
    width: calc(100% - (var(--ps-mobile-gutter) * 2));
  }

  .ps-section {
    padding: 66px 0;
  }

  .ps-page h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .ps-page h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .ps-actions,
  .ps-actions .ps-btn {
    width: 100%;
  }

  .ps-page .ps-hero {
    height: auto;
    min-height: 600px;
    max-height: none;
  }

  .ps-page .ps-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(4, 37, 64, 0.98) 0%,
        rgba(4, 37, 64, 0.93) 72%,
        rgba(4, 37, 64, 0.78) 100%
      );
  }

  .ps-page .ps-hero__grid {
    min-height: 600px;
    background-position: left center;
    background-size: auto 100%;
  }

  .ps-page .ps-hero__content {
    min-height: 600px;
    padding: 40px 0 32px;
  }

  .ps-trust-strip {
    display: grid;
    gap: 6px;
  }

  .ps-intro__media::before {
    display: none;
  }

  .ps-intro__stat {
    right: 12px;
    bottom: 14px;
    left: 12px;
    max-width: none;
    padding: 17px 18px;
  }

  .ps-card-grid--three,
  .ps-feature-grid,
  .ps-steps {
    grid-template-columns: 1fr;
  }

  .ps-service-card {
    min-height: auto;
    padding: 26px;
  }

  .ps-option-card {
    padding: 26px;
  }

  .ps-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 15px;
    text-align: left;
  }

  .ps-step__number {
    grid-row: 1 / 3;
    margin: 0;
  }

  .ps-step h3 {
    margin-top: 3px;
  }

  .ps-city-grid {
    grid-template-columns: 1fr;
  }

  .ps-coverage__panel {
    padding: 24px;
  }

  .ps-feature {
    min-height: 76px;
  }

  .ps-accordion summary {
    padding-right: 42px;
  }

  .ps-accordion details > div {
    padding-right: 0;
  }

  .ps-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ps-cta__icon {
    margin-inline: auto;
  }

  .ps-cta__actions {
    width: 100%;
  }
}

/* Elementor page wrapper protection */
.ps-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ps-page > section {
  width: 100%;
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  .ps-page *,
  .ps-page *::before,
  .ps-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */