.lp-body {
  color: #17335f;
}

.lp-logo {
  width: 175px;
  height: auto;
}

.lp-mobile-logo {
  width: 280px;
  height: auto;
}

.lp-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lp-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(229, 242, 255, 0.96) 62%, rgba(216, 236, 255, 0.98) 100%);
}

.lp-hero-truck-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(1rem, 5vw, 4rem);
  opacity: 0.25;
  pointer-events: none;
}

.lp-hero-truck-bg img {
  width: min(1180px, 88vw);
  max-width: none;
  height: auto;
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 122, 26, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0.65) 62%, rgba(255, 255, 255, 0.82) 100%);
}

.lp-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-hero-badge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 132px;
  min-height: 132px;
  padding: 16px 12px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(233, 243, 255, 0.92) 100%);
  border: 1px solid rgba(13, 55, 111, 0.12);
  box-shadow: 0 20px 44px rgba(14, 31, 62, 0.14);
  text-align: center;
}

.lp-hero-badge-medallion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #0d376f;
  color: #ff7a1a;
  box-shadow: 0 10px 24px rgba(13, 55, 111, 0.22);
}

.lp-hero-badge-medallion svg {
  width: 24px;
  height: 24px;
}

.lp-hero-badge-title {
  color: #0d376f;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.lp-hero-badge-subtitle {
  color: #17335f;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.lp-bullet-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.lp-bullet-list div {
  position: relative;
  padding-left: 22px;
  color: #17335f;
  font-weight: 600;
  line-height: 1.55;
}

.lp-bullet-list div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff7a1a;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.18);
}

.lp-form-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(14, 31, 62, 0.16);
  padding: 28px;
  border: 1px solid rgba(8, 41, 87, 0.1);
  backdrop-filter: blur(8px);
}

.lp-form-kicker {
  margin: 0 0 10px;
  color: #ff7a1a;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lp-form-copy,
.lp-form-note,
.lp-form-success {
  color: #6a778d;
  line-height: 1.6;
}

.lp-callout {
  display: grid;
  gap: 6px;
  margin: 20px 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #0d376f;
  color: #fff;
}

.lp-callout span {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  opacity: 0.8;
  text-transform: uppercase;
}

.lp-callout a {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.lp-form-fields {
  display: grid;
  gap: 12px;
}

.lp-form-fields input,
.lp-form-fields select,
.lp-form-fields textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(8, 41, 87, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #17335f;
  font: inherit;
}

.lp-form-fields textarea {
  resize: vertical;
}

.lp-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  flex-shrink: 0;
}

.lp-icon-badge svg {
  width: 40px;
  height: 40px;
}

.lp-icon-badge--orange {
  background: rgba(255, 122, 26, 0.16);
  color: #ff7a1a;
}

.lp-icon-badge--dark {
  background: rgba(13, 55, 111, 0.12);
  color: #0d376f;
}

.lp-icon-badge--light {
  background: rgba(255, 122, 26, 0.12);
  color: #0d376f;
}

.lp-icon-badge--white {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.lp-icon-badge--small {
  width: 64px;
  height: 64px;
}

.lp-icon-badge--small svg {
  width: 30px;
  height: 30px;
}

.lp-service-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #0d376f;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.lp-service-arrow:hover:not(:disabled) {
  background: #fff;
  color: #ff7a1a;
}

.lp-service-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lp-service-arrow svg {
  width: 28px;
  height: 28px;
}

.lp-service-arrow--prev {
  left: 0;
}

.lp-service-arrow--next {
  right: 0;
}

.lp-service-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.lp-service-dot span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.lp-home-card,
.lp-review-card,
.lp-area-panel,
.lp-final-cta-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 41, 87, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(14, 31, 62, 0.1);
}

.lp-home-card,
.lp-review-card,
.lp-final-cta-card {
  padding: 24px;
}

.lp-process-grid,
.lp-trust-grid,
.lp-feature-grid,
.lp-prearrival-grid,
.lp-area-feature-grid,
.lp-review-fallbacks,
.lp-primary-areas {
  display: grid;
  gap: 18px;
}

.lp-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-process-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-process-card h3,
.lp-glass-card h3,
.lp-dark-card h3,
.lp-area-feature-card h3,
.lp-home-card h3,
.lp-final-cta-card h3 {
  margin: 0;
  color: #0d376f;
}

.lp-process-card p,
.lp-glass-card p,
.lp-dark-card p,
.lp-area-feature-card p,
.lp-home-card p,
.lp-final-cta-card p {
  margin: 0;
  line-height: 1.6;
}

.lp-step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.14);
  color: #ff7a1a;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.lp-trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lp-glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.92));
}

.lp-insurance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: center;
}

.lp-carriers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-carrier-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.lp-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-dark-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.lp-dark-card h3,
.lp-dark-card p {
  color: #fff;
}

.lp-dark-card p {
  color: rgba(255, 255, 255, 0.8);
}

.lp-insurance-visual {
  width: 100%;
  max-width: 430px;
  display: grid;
  gap: 18px;
  justify-self: end;
}

.lp-photo-card,
.lp-truck-card,
.lp-map-card,
.lp-review-widget {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(14, 31, 62, 0.16);
}

.lp-photo-card img,
.lp-truck-card img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-photo-card-light {
  max-width: 440px;
}

.lp-truck-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 18px;
}

.lp-prearrival-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-reviews-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  align-items: start;
}

.lp-review-widget {
  min-height: 260px;
  background: #fff;
  padding: 18px;
}

.lp-review-card p {
  margin: 0 0 14px;
  color: #334862;
  line-height: 1.6;
}

.lp-review-card strong {
  color: #0d376f;
}

.lp-area-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-area-feature-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 60px rgba(60, 29, 5, 0.12);
}

.lp-area-feature-card h3,
.lp-area-feature-card p {
  color: #fff;
}

.lp-areas-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: stretch;
}

.lp-area-panel {
  padding: 28px;
}

.lp-area-panel h3 {
  margin: 0 0 10px;
  color: #0d376f;
}

.lp-area-panel p {
  margin: 0 0 18px;
  color: #4d5f78;
  line-height: 1.6;
}

.lp-primary-areas {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.lp-primary-areas div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(13, 55, 111, 0.08);
  color: #0d376f;
  font-weight: 900;
  text-align: center;
}

.lp-area-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lp-area-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(13, 55, 111, 0.06);
  color: #0d376f;
  font-weight: 700;
  line-height: 1.3;
}

.lp-area-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #ff7a1a;
}

.lp-map-card {
  width: 100%;
  background: #fff;
}

.lp-map-card iframe {
  width: 100%;
  min-height: 440px;
}

.lp-map-card--areas iframe {
  height: 100%;
}

.lp-area-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 32px;
  align-items: start;
}

.lp-area-request-card,
.lp-area-location-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 28px 60px rgba(13, 55, 111, 0.16);
  backdrop-filter: blur(24px);
}

.lp-area-request-card h3,
.lp-area-location-card h3 {
  margin: 0 0 12px;
  color: #0d376f;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
}

.lp-area-request-card p,
.lp-area-location-card p {
  margin: 0;
  color: rgba(13, 55, 111, 0.9);
  line-height: 1.65;
}

.lp-area-request-copy {
  margin-bottom: 22px !important;
}

.lp-form-fields--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-form-fields--split textarea,
.lp-form-fields--split button,
.lp-form-fields--split .lp-form-note,
.lp-form-fields--split .lp-form-success {
  grid-column: 1 / -1;
}

.lp-form-fields--split textarea {
  min-height: 160px;
}

.lp-area-location-card {
  display: grid;
  gap: 22px;
}

.lp-area-location-header {
  display: grid;
  gap: 8px;
}

.lp-area-location-header p:last-child {
  font-size: 1.05rem;
}

.lp-map-card--service {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(13, 55, 111, 0.12);
  box-shadow: 0 24px 44px rgba(13, 55, 111, 0.16);
}

.lp-map-card--service iframe {
  min-height: 410px;
}

.lp-coverage-card {
  display: grid;
  gap: 24px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 30px 70px rgba(13, 55, 111, 0.16);
  backdrop-filter: blur(24px);
}

.lp-coverage-header {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lp-coverage-header h3 {
  margin: 0;
  color: #0d376f;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
}

.lp-coverage-header p {
  margin: 0;
  color: rgba(13, 55, 111, 0.82);
  line-height: 1.7;
}

.lp-coverage-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.lp-coverage-group {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.lp-coverage-group--primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.lp-coverage-kicker {
  margin: 0;
  color: rgba(13, 55, 111, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lp-coverage-primary-grid {
  display: grid;
  gap: 14px;
}

.lp-coverage-primary-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 55, 111, 0.1);
  box-shadow: 0 18px 34px rgba(13, 55, 111, 0.1);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-coverage-primary-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.34);
  box-shadow: 0 22px 38px rgba(13, 55, 111, 0.14);
}

.lp-coverage-dot {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #ff7a1a;
  box-shadow: 0 0 0 5px rgba(255, 122, 26, 0.14);
}

.lp-coverage-copy {
  display: grid;
  gap: 4px;
}

.lp-coverage-copy strong {
  color: #0d376f;
  font-size: 1.05rem;
  line-height: 1.2;
}

.lp-coverage-copy small {
  color: rgba(13, 55, 111, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.lp-coverage-secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-coverage-secondary-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(13, 55, 111, 0.08);
  box-shadow: 0 12px 24px rgba(13, 55, 111, 0.08);
  color: #0d376f;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.lp-inline-link {
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.15em;
}

.lp-inline-link:hover {
  color: #ff7a1a;
}

.lp-insurance-logos > .group > div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 244, 250, 0.95) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 14px 30px rgba(6, 18, 40, 0.24);
}

.lp-insurance-logos img {
  filter: none !important;
  opacity: 1 !important;
  width: auto !important;
  height: 54px !important;
  max-width: 110px !important;
  object-fit: contain;
}

.lp-location-coverage {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.lp-location-coverage-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #ff7a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(255, 122, 26, 0.28);
}

.lp-location-coverage strong {
  display: block;
  margin-bottom: 4px;
  color: #0d376f;
  font-size: 1.1rem;
}

.lp-location-coverage p {
  color: #526987;
}

.lp-jobs-shell {
  display: grid;
  gap: 24px;
}

.lp-jobs-copy-card {
  display: grid;
  gap: 18px;
  align-items: start;
}

.lp-jobs-copy-card h3 {
  margin: 0;
  color: #0d376f;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  line-height: 1.08;
}

.lp-jobs-copy-card p {
  margin: 0;
  color: #4d5f78;
  line-height: 1.7;
}

.lp-jobs-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lp-jobs-points div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(13, 55, 111, 0.06);
  color: #0d376f;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
}

.lp-jobs-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lp-job-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 24px;
  background: #0d376f;
  box-shadow: 0 24px 60px rgba(14, 31, 62, 0.16);
}

.lp-job-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 55, 111, 0.02) 28%, rgba(6, 24, 52, 0.82) 100%);
}

.lp-job-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.lp-job-card:hover img {
  transform: scale(1.04);
}

.lp-job-card-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.lp-job-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-job-card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.2;
}

.lp-job-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.lp-contact-details {
  display: grid;
  gap: 16px;
}

.lp-contact-details div {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-contact-details span {
  display: block;
  margin-bottom: 6px;
  color: #ffb176;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.lp-contact-details a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

.lp-contact-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.lp-final-cta-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-final-cta-list {
  margin: 0;
  padding-left: 18px;
  color: #4d5f78;
  line-height: 1.7;
  font-weight: 600;
}

.lp-mobile-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: none;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(13, 55, 111, 0.96);
  box-shadow: 0 24px 60px rgba(14, 31, 62, 0.28);
}

.lp-mobile-sticky a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  font-weight: 900;
}

.lp-mobile-sticky a:first-child {
  background: #ff7a1a;
  color: #111;
}

.lp-mobile-sticky a:last-child {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
  .lp-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-insurance-layout,
  .lp-contact-shell {
    grid-template-columns: 1fr;
  }

  .lp-insurance-visual {
    justify-self: start;
    max-width: 520px;
  }
}

@media (max-width: 1024px) {
  .lp-process-grid,
  .lp-area-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-jobs-points,
  .lp-jobs-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-coverage-shell {
    grid-template-columns: 1fr;
  }

  .lp-coverage-secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-areas-layout,
  .lp-area-request-grid,
  .lp-reviews-wrap {
    grid-template-columns: 1fr;
  }

  .lp-map-card--areas iframe {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .lp-form-card {
    max-width: none;
  }

  .lp-feature-grid,
  .lp-prearrival-grid,
  .lp-primary-areas,
  .lp-area-cloud,
  .lp-carriers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lp-body {
    padding-bottom: 88px;
  }

  .lp-header-row {
    position: relative;
    justify-content: center;
    padding: 8px 12px;
  }

  .lp-mobile-call {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .lp-mobile-sticky {
    display: flex;
  }

  .lp-coverage-card {
    padding: 22px;
  }

  .lp-coverage-group {
    padding: 18px;
  }

  .lp-coverage-primary-item {
    padding: 16px;
  }

  .lp-coverage-secondary-grid {
    grid-template-columns: 1fr;
  }

  .lp-logo {
    width: 150px;
  }

  .lp-mobile-logo {
    width: 240px;
  }

  .lp-hero-section {
    padding-top: 24px;
    min-height: auto;
  }

  .lp-hero-truck-bg {
    justify-content: center;
    padding-right: 0;
    opacity: 0.14;
  }

  .lp-hero-truck-bg img {
    width: 145vw;
    margin-top: 70px;
  }

  .lp-hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.82) 58%, rgba(229, 242, 255, 0.98) 100%);
  }

  .lp-hero-badges {
    justify-content: center;
  }

  .lp-process-grid,
  .lp-trust-grid,
  .lp-area-feature-grid,
  .lp-jobs-points,
  .lp-jobs-gallery {
    grid-template-columns: 1fr;
  }

  .lp-form-fields--split {
    grid-template-columns: 1fr;
  }

  .lp-service-arrow {
    width: 46px;
    height: 46px;
  }

  .lp-service-arrow svg {
    width: 24px;
    height: 24px;
  }

  .lp-icon-badge {
    width: 72px;
    height: 72px;
  }

  .lp-icon-badge svg {
    width: 32px;
    height: 32px;
  }

  .lp-icon-badge--small {
    width: 58px;
    height: 58px;
  }

  .lp-icon-badge--small svg {
    width: 28px;
    height: 28px;
  }

  .lp-form-card {
    padding: 22px;
  }

  .lp-map-card iframe {
    min-height: 320px;
  }

  .lp-area-request-card,
  .lp-area-location-card {
    padding: 22px;
  }

  .lp-map-card--service iframe {
    min-height: 320px;
  }

  .lp-job-card {
    min-height: 280px;
  }
}

.lp-body--truck-fill .lp-hero-section--truck-fill {
  min-height: 680px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 26%, rgba(255, 255, 255, 0.32) 52%, rgba(255, 255, 255, 0.14) 100%);
}

.lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-truck-bg {
  justify-content: center;
  align-items: stretch;
  padding-right: 0;
  opacity: 1;
}

.lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-truck-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 22%, rgba(255, 255, 255, 0.38) 52%, rgba(255, 255, 255, 0.12) 100%);
}

.lp-body--truck-fill .lp-hero-section--truck-fill .lp-form-card {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(14, 31, 62, 0.2);
}

.lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-badges span {
  box-shadow: 0 18px 42px rgba(14, 31, 62, 0.18);
}

@media (max-width: 1024px) {
  .lp-body--truck-fill .lp-hero-section--truck-fill {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 28%, rgba(255, 255, 255, 0.2) 62%, rgba(255, 255, 255, 0.12) 100%);
  }

  .lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 28%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0.14) 100%);
  }
}

@media (max-width: 767px) {
  .lp-body--truck-fill .lp-hero-section--truck-fill {
    min-height: auto;
  }

  .lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-truck-bg {
    opacity: 0.95;
  }

  .lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-truck-bg img {
    object-position: center top;
  }

  .lp-body--truck-fill .lp-hero-section--truck-fill .lp-hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 26%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.16) 100%);
  }
}
