.elementor-3841 .elementor-element.elementor-element-e504d42{--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;}/* Start custom CSS for html, class: .elementor-element-6cc4b49 *//* ==========================================================
   9th Circuit Process Serving — Legal Document Delivery Page
   Scoped under .ld-page for Elementor compatibility
   ========================================================== */

.ld-page {
  --ld-navy: #042540;
  --ld-navy-2: #0f3550;
  --ld-navy-3: #173f5b;
  --ld-teal: #26aebb;
  --ld-teal-dark: #158d99;
  --ld-cyan-soft: #e9f9fb;
  --ld-bg: #f5f8fa;
  --ld-white: #ffffff;
  --ld-heading: #102f49;
  --ld-text: #506577;
  --ld-border: #dfe8ee;
  --ld-shadow: 0 18px 45px rgba(4, 37, 64, 0.10);
  --ld-radius: 4px;

  --ld-container: 1520px;
  --ld-container-width: 79.25%;
  --ld-tablet-gutter: 20px;
  --ld-mobile-gutter: 15px;
  --ld-header-offset: 138px;

  --ld-hero-image: url("https://9thcircuitprocessserving.com/wp-content/uploads/2026/07/Legal-Document-Delivery-image.png");

  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: clip;
  color: var(--ld-text);
  background: var(--ld-white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.ld-page,
.ld-page *,
.ld-page *::before,
.ld-page *::after {
  box-sizing: border-box;
}

.ld-page h1,
.ld-page h2,
.ld-page h3,
.ld-page p,
.ld-page ul,
.ld-page ol {
  margin-top: 0;
}

.ld-page h1,
.ld-page h2,
.ld-page h3 {
  color: var(--ld-heading);
  line-height: 1.2;
}

.ld-page h1 {
  max-width: 680px;
  margin-bottom: 16px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.4rem, 3.75vw, 3.95rem);
  letter-spacing: -0.035em;
}

.ld-page h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 2.85rem);
  letter-spacing: -0.03em;
}

.ld-page h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

.ld-page p:last-child,
.ld-page ul:last-child,
.ld-page ol:last-child {
  margin-bottom: 0;
}

.ld-page a {
  color: inherit;
}

.ld-page svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ld-page .ld-container {
  width: min(var(--ld-container-width), var(--ld-container));
  max-width: var(--ld-container);
  margin-right: auto;
  margin-left: auto;
}

.ld-section {
  padding: 68px 0;
}

.ld-section--soft {
  background: var(--ld-bg);
}

.ld-section--navy {
  position: relative;
  color: var(--ld-white);
  background: var(--ld-navy);
}

.ld-section--navy::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 174, 187, 0.11), transparent 35%),
    radial-gradient(circle at 90% 82%, rgba(38, 174, 187, 0.08), transparent 30%);
  content: "";
  pointer-events: none;
}

.ld-section--navy > .ld-container {
  position: relative;
  z-index: 1;
}

.ld-eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ld-eyebrow--teal {
  color: var(--ld-teal-dark);
}

.ld-heading {
  max-width: 840px;
  margin-bottom: 32px;
}

.ld-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ld-heading--light h2,
.ld-heading--light p {
  color: var(--ld-white);
}

.ld-section-copy {
  max-width: 760px;
}

.ld-section-copy p {
  max-width: 710px;
  margin-bottom: 15px;
}

.ld-section-copy--light h2,
.ld-section-copy--light p {
  color: var(--ld-white);
}

.ld-section-copy--light > p:not(.ld-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

/* Buttons */
.ld-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ld-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.93rem;
  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;
}

.ld-btn:hover {
  transform: translateY(-2px);
}

.ld-btn:focus-visible,
.ld-breadcrumbs a:focus-visible,
.ld-card-link:focus-visible,
.ld-accordion summary:focus-visible,
.ld-contact-card a:focus-visible {
  outline: 3px solid rgba(38, 174, 187, 0.35);
  outline-offset: 4px;
}

.ld-btn--primary {
  color: var(--ld-white);
  background: var(--ld-teal);
  box-shadow: 0 10px 26px rgba(38, 174, 187, 0.23);
}

.ld-btn--primary:hover {
  background: var(--ld-teal-dark);
}

.ld-btn--navy {
  color: var(--ld-white);
  background: var(--ld-navy);
}

.ld-btn--navy:hover {
  background: #001b30;
}

.ld-btn--outline-light {
  color: var(--ld-white);
  border-color: rgba(255, 255, 255, 0.44);
  background: transparent;
}

.ld-btn--outline-light:hover {
  border-color: var(--ld-white);
  background: rgba(255, 255, 255, 0.08);
}

.ld-card-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
  gap: 8px;
  align-items: center;
  color: var(--ld-navy);
  border-top: 1px solid var(--ld-border);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ld-card-link span {
  color: var(--ld-teal);
  transition: transform 180ms ease;
}

.ld-card-link:hover span {
  transform: translateX(4px);
}

/* Full-screen hero */
.ld-hero {
  position: relative;
  display: grid;
  width: 100%;
  height: calc(100dvh - var(--ld-header-offset));
  min-height: 540px;
  max-height: calc(100dvh - var(--ld-header-offset));
  padding: 0;
  overflow: hidden;
  background: var(--ld-navy);
}

@supports not (height: 100dvh) {
  .ld-hero {
    height: calc(100vh - var(--ld-header-offset));
    max-height: calc(100vh - var(--ld-header-offset));
  }
}

body.admin-bar .ld-hero {
  height: calc(100dvh - var(--ld-header-offset) - 32px);
  max-height: calc(100dvh - var(--ld-header-offset) - 32px);
}

.ld-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 80% 18%, rgba(38, 174, 187, 0.12), transparent 38%);
  content: "";
  pointer-events: none;
}

.ld-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(var(--ld-container-width), var(--ld-container));
  max-width: var(--ld-container);
  height: 100%;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  align-items: stretch;
}

.ld-hero__visual {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: var(--ld-navy-3);
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 37, 64, 0.02) 0%,
      rgba(4, 37, 64, 0.02) 65%,
      rgba(4, 37, 64, 0.26) 100%
    ),
    var(--ld-hero-image);
  background-position: center center, left center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.ld-hero__content {
  display: flex;
  min-width: 0;
  height: 100%;
  padding: clamp(18px, 2.6vh, 30px) 0 clamp(18px, 2.6vh, 30px) 38px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.ld-hero h1 {
  color: var(--ld-white);
}

.ld-hero__lead {
  max-width: 620px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.ld-hero__support {
  max-width: 610px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.ld-breadcrumbs {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

.ld-breadcrumbs a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.ld-breadcrumbs a:hover {
  color: var(--ld-teal);
}

.ld-hero__meta {
  display: grid;
  margin-top: 12px;
  gap: 2px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
}

.ld-hero__meta strong {
  color: var(--ld-white);
}

.ld-hero__badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  max-width: 340px;
  padding: 14px 16px;
  gap: 11px;
  align-items: center;
  color: var(--ld-white);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: var(--ld-radius);
  background: rgba(4, 37, 64, 0.90);
  box-shadow: var(--ld-shadow);
  backdrop-filter: blur(8px);
}

.ld-hero__badge-icon {
  display: grid;
  width: 35px;
  height: 35px;
  padding: 6px;
  flex: 0 0 35px;
  place-items: center;
  color: var(--ld-teal);
}

.ld-hero__badge strong,
.ld-hero__badge span {
  display: block;
}

.ld-hero__badge strong {
  font-size: 0.88rem;
}

.ld-hero__badge > div > span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

/* Trust bar */
.ld-trust-bar {
  padding: 18px 0;
  border-bottom: 1px solid var(--ld-border);
  background: var(--ld-white);
  box-shadow: 0 8px 28px rgba(4, 37, 64, 0.04);
}

.ld-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ld-trust-item {
  display: flex;
  min-height: 60px;
  padding: 8px 22px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: var(--ld-heading);
  border-right: 1px solid var(--ld-border);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.ld-trust-item:last-child {
  border-right: 0;
}

.ld-icon {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 18px;
  padding: 11px;
  place-items: center;
  color: var(--ld-teal);
  border-radius: 50%;
  background: var(--ld-cyan-soft);
}

.ld-icon--small {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 8px;
  flex: 0 0 36px;
}

/* Common layouts */
.ld-split,
.ld-locations-layout,
.ld-area-layout,
.ld-requirements-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
}

.ld-info-panel {
  padding: 30px;
  border: 1px solid var(--ld-border);
  border-top: 4px solid var(--ld-teal);
  background: var(--ld-white);
  box-shadow: var(--ld-shadow);
}

.ld-check-list {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.ld-check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.92rem;
}

.ld-check-list li::before {
  position: absolute;
  top: 0.38em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--ld-white);
  border-radius: 50%;
  background: var(--ld-teal);
  content: "✓";
  font-size: 0.61rem;
}

.ld-check-list--dark li {
  color: rgba(255, 255, 255, 0.84);
}

/* Document grid */
.ld-document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ld-document-grid span,
.ld-audience-grid span,
.ld-requirements-grid span {
  display: grid;
  min-height: 82px;
  padding: 17px;
  place-items: center;
  color: var(--ld-heading);
  border: 1px solid var(--ld-border);
  background: var(--ld-white);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.ld-section-note {
  max-width: 940px;
  margin: 28px auto 0;
  padding: 15px 17px;
  color: var(--ld-heading);
  border-left: 4px solid var(--ld-teal);
  background: var(--ld-cyan-soft);
  text-align: center;
  font-weight: 600;
}

/* Locations */
.ld-location-card,
.ld-city-card {
  padding: 26px;
  color: var(--ld-white);
  border-radius: var(--ld-radius);
  background: var(--ld-navy);
  box-shadow: var(--ld-shadow);
}

.ld-location-grid,
.ld-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ld-location-grid span,
.ld-city-grid span {
  padding: 12px 14px;
  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.84rem;
  font-weight: 600;
}

.ld-city-grid span:last-child {
  grid-column: 1 / -1;
}

/* Options */
.ld-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ld-option-card {
  position: relative;
  display: flex;
  min-height: 460px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--ld-border);
  border-top: 4px solid transparent;
  background: var(--ld-white);
  box-shadow: 0 10px 30px rgba(4, 37, 64, 0.07);
}

.ld-option-card--featured {
  border-top-color: var(--ld-teal);
  box-shadow: var(--ld-shadow);
  transform: translateY(-8px);
}

.ld-option-card__label {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 5px 9px;
  color: var(--ld-teal-dark);
  border-radius: 999px;
  background: var(--ld-cyan-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ld-option-card__number,
.ld-process-card__number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--ld-teal-dark);
  border: 1px solid #c7edf1;
  border-radius: 50%;
  background: var(--ld-cyan-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.ld-option-card p,
.ld-option-card li {
  font-size: 0.92rem;
}

.ld-option-card ul {
  display: grid;
  margin: 18px 0 22px;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.ld-option-card li {
  position: relative;
  padding-left: 22px;
}

.ld-option-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ld-teal);
  content: "";
}

/* Features */
.ld-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ld-feature-card {
  min-height: 210px;
  padding: 26px;
  color: var(--ld-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.075);
}

.ld-feature-card h3 {
  color: var(--ld-white);
}

.ld-feature-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

/* Process */
.ld-process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.ld-process-card {
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--ld-border);
  border-top: 4px solid var(--ld-teal);
  background: var(--ld-white);
  box-shadow: 0 10px 28px rgba(4, 37, 64, 0.055);
}

.ld-process-card p {
  font-size: 0.94rem;
}

/* Comparison */
.ld-comparison {
  position: relative;
  color: var(--ld-white);
  background: var(--ld-navy);
}

.ld-comparison::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 174, 187, 0.11), transparent 35%);
  content: "";
  pointer-events: none;
}

.ld-comparison__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.ld-comparison__panel {
  padding: 28px;
  color: var(--ld-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.07);
}

.ld-comparison__panel h3 {
  color: var(--ld-white);
}

.ld-comparison__note {
  margin-top: 20px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82);
  border-left: 4px solid var(--ld-teal);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
}

/* Audience and requirements */
.ld-audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ld-requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ld-requirements-grid span {
  min-height: 70px;
  background: var(--ld-white);
}

.ld-note {
  padding: 15px 17px;
  color: var(--ld-heading);
  border-left: 4px solid var(--ld-teal);
  background: var(--ld-cyan-soft);
  font-weight: 600;
}

/* FAQ */
.ld-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.ld-faq-intro {
  position: sticky;
  top: 30px;
}

.ld-accordion {
  border-top: 1px solid var(--ld-border);
}

.ld-accordion details {
  border-bottom: 1px solid var(--ld-border);
}

.ld-accordion summary {
  position: relative;
  padding: 22px 50px 22px 0;
  color: var(--ld-heading);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
}

.ld-accordion summary::-webkit-details-marker {
  display: none;
}

.ld-accordion summary::before,
.ld-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 2px;
  background: var(--ld-teal);
  content: "";
  transform: translateY(-50%);
}

.ld-accordion summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 180ms ease;
}

.ld-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.ld-accordion details > div {
  padding: 0 50px 20px 0;
}

.ld-accordion details > div p {
  margin: 0;
  font-size: 0.96rem;
}

/* Final CTA */
.ld-final-cta {
  padding: 50px 0;
  color: var(--ld-white);
  background: linear-gradient(105deg, var(--ld-teal), #2bb8c4);
}

.ld-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.ld-final-cta h2 {
  color: var(--ld-white);
}

.ld-final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
}

.ld-contact-card {
  display: grid;
  padding: 24px;
  gap: 4px;
  color: var(--ld-heading);
  border-radius: var(--ld-radius);
  background: var(--ld-white);
  box-shadow: var(--ld-shadow);
  font-style: normal;
  font-size: 0.84rem;
}

.ld-contact-card strong {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.ld-contact-card a {
  color: var(--ld-teal-dark);
  font-weight: 700;
  text-decoration: none;
}

.ld-contact-card small {
  margin-top: 6px;
  color: var(--ld-text);
}

/* Short screens */
@media (min-width: 901px) and (max-height: 820px) {
  .ld-hero {
    min-height: 500px;
  }

  .ld-hero__content {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .ld-hero h1 {
    margin-bottom: 8px;
    font-size: clamp(1.85rem, 2.65vw, 2.65rem);
    line-height: 1.04;
  }

  .ld-hero__lead {
    margin-bottom: 7px;
    font-size: 0.86rem;
    line-height: 1.38;
  }

  .ld-hero__support {
    margin-bottom: 12px;
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .ld-breadcrumbs,
  .ld-hero .ld-eyebrow {
    margin-bottom: 4px;
  }

  .ld-hero .ld-btn {
    min-height: 40px;
    padding: 8px 15px;
    font-size: 0.8rem;
  }

  .ld-hero__meta {
    margin-top: 6px;
    font-size: 0.68rem;
  }
}

/* Tablet */
@media (max-width: 1200px) {
  .ld-page .ld-container {
    width: calc(100% - 48px);
  }

  .ld-document-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ld-page {
    --ld-header-offset: 0px;
  }

  .ld-page .ld-container {
    width: calc(100% - (var(--ld-tablet-gutter) * 2));
  }

  .ld-section {
    padding: 56px 0;
  }

  .ld-hero,
  body.admin-bar .ld-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .ld-hero__grid {
    display: grid;
    width: calc(100% - (var(--ld-tablet-gutter) * 2));
    height: auto;
    grid-template-columns: 1fr;
  }

  .ld-hero__visual {
    order: 2;
    height: 430px;
    min-height: 430px;
    background-position: center center, left center;
  }

  .ld-hero__content {
    order: 1;
    height: auto;
    padding: 48px 0 36px;
    overflow: visible;
  }

  .ld-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-trust-item:nth-child(2) {
    border-right: 0;
  }

  .ld-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ld-border);
  }

  .ld-split,
  .ld-locations-layout,
  .ld-area-layout,
  .ld-requirements-layout,
  .ld-comparison__grid,
  .ld-faq-layout,
  .ld-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ld-options-grid {
    grid-template-columns: 1fr;
  }

  .ld-option-card--featured {
    transform: none;
  }

  .ld-faq-intro {
    position: static;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .ld-page .ld-container {
    width: calc(100% - (var(--ld-mobile-gutter) * 2));
  }

  .ld-section {
    padding: 46px 0;
  }

  .ld-page h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .ld-page h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .ld-actions,
  .ld-actions .ld-btn {
    width: 100%;
  }

  .ld-hero__content {
    padding: 38px 0 28px;
  }

  .ld-hero__visual {
    height: 320px;
    min-height: 320px;
    background-position: center center, 22% center;
  }

  .ld-hero__badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .ld-trust-grid,
  .ld-document-grid,
  .ld-feature-grid,
  .ld-process-grid,
  .ld-audience-grid,
  .ld-requirements-grid,
  .ld-location-grid,
  .ld-city-grid {
    grid-template-columns: 1fr;
  }

  .ld-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--ld-border);
  }

  .ld-trust-item:last-child {
    border-bottom: 0;
  }

  .ld-option-card,
  .ld-feature-card,
  .ld-process-card {
    min-height: auto;
  }

  .ld-city-grid span:last-child {
    grid-column: auto;
  }

  .ld-accordion summary {
    padding-right: 42px;
  }

  .ld-accordion details > div {
    padding-right: 0;
  }

  .ld-final-cta {
    padding: 42px 0;
  }
}

/* Elementor/theme protection */
.ld-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ld-page > section {
  width: 100%;
  max-width: none;
}

.ld-page a.ld-btn {
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.ld-page a.ld-btn--primary {
  color: #ffffff !important;
  background: var(--ld-teal) !important;
}

.ld-page a.ld-btn--navy {
  color: #ffffff !important;
  background: var(--ld-navy) !important;
}

.ld-page a.ld-btn--outline-light {
  color: #ffffff !important;
  background: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .ld-page *,
  .ld-page *::before,
  .ld-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ==========================================================
   FINAL HERO FIX — FULL GIRL + NO EMBEDDED SOURCE TEXT
   ----------------------------------------------------------
   The supplied source image already contains promotional text
   on its right side. This final layer:
   - preserves equal 50% / 50% hero columns;
   - keeps the courier at full image height;
   - keeps her right arm and folder visible;
   - applies a short, opaque navy mask before the embedded text;
   - leaves the live HTML content unchanged.
   ========================================================== */

@media (min-width: 901px) {
  .ld-page section.ld-hero > .ld-container.ld-hero__grid {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%) !important;
    align-items: stretch !important;
  }

  .ld-page section.ld-hero .ld-hero__visual {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;

    background-color: var(--ld-navy) !important;
    background-image: var(--ld-hero-image) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
  }

  /*
   * The courier's arm ends before this mask begins.
   * The mask becomes fully opaque almost immediately, so none
   * of the large source-image lettering remains visible.
   */
  .ld-page section.ld-hero .ld-hero__visual::after {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1 !important;

    width: 26% !important;
    content: "" !important;
    pointer-events: none !important;

    background: linear-gradient(
      90deg,
      rgba(4, 37, 64, 0) 0%,
      rgba(4, 37, 64, 0.32) 4%,
      rgba(4, 37, 64, 0.82) 8%,
      var(--ld-navy) 12%,
      var(--ld-navy) 100%
    ) !important;
  }

  .ld-page section.ld-hero .ld-hero__badge {
    z-index: 2 !important;
  }

  .ld-page section.ld-hero .ld-hero__content {
    padding-left: 40px !important;
  }
}

/* Short desktop and laptop screens */
@media (min-width: 901px) and (max-height: 820px) {
  .ld-page section.ld-hero .ld-hero__visual {
    background-position: left center !important;
    background-size: auto 100% !important;
  }

  .ld-page section.ld-hero .ld-hero__visual::after {
    width: 27% !important;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .ld-page section.ld-hero .ld-hero__visual {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;

    background-color: var(--ld-navy) !important;
    background-image: var(--ld-hero-image) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
  }

  .ld-page section.ld-hero .ld-hero__visual::after {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1 !important;

    width: 30% !important;
    content: "" !important;
    pointer-events: none !important;

    background: linear-gradient(
      90deg,
      rgba(4, 37, 64, 0) 0%,
      rgba(4, 37, 64, 0.38) 5%,
      rgba(4, 37, 64, 0.86) 10%,
      var(--ld-navy) 15%,
      var(--ld-navy) 100%
    ) !important;
  }

  .ld-page section.ld-hero .ld-hero__badge {
    z-index: 2 !important;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .ld-page section.ld-hero .ld-hero__visual {
    background-position: left center !important;
    background-size: auto 100% !important;
  }

  .ld-page section.ld-hero .ld-hero__visual::after {
    width: 34% !important;

    background: linear-gradient(
      90deg,
      rgba(4, 37, 64, 0) 0%,
      rgba(4, 37, 64, 0.44) 6%,
      rgba(4, 37, 64, 0.90) 12%,
      var(--ld-navy) 18%,
      var(--ld-navy) 100%
    ) !important;
  }
}/* End custom CSS */