/* PL Expert Pro 2.0.1 — native WordPress page system. */

.px-native-wrap {
  width: min(calc(100% - 48px), var(--px-site));
  margin-inline: auto;
}

.px-native-section {
  position: relative;
  padding: 108px 0;
}

.px-native-section.is-soft {
  background: var(--px-soft);
}

.px-native-section.is-dark {
  overflow: hidden;
  background: var(--px-ink);
  color: var(--px-white);
}

.px-native-section.is-dark::before {
  position: absolute;
  right: -260px;
  bottom: -310px;
  width: 620px;
  height: 620px;
  border: 88px solid rgba(227, 6, 19, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.px-native-kicker {
  margin: 0 0 16px;
  color: var(--px-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.px-native-kicker.is-light,
.px-native-intro.is-light .px-native-kicker {
  color: #ff7b84;
}

.px-native-title,
.px-native-copy h2,
.px-native-form-card h2,
.px-native-side h2,
.px-native-side h3,
.px-native-cta h2 {
  margin: 0;
  color: var(--px-ink);
  font-family: "Syne", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.px-native-title {
  font-size: clamp(36px, 4.5vw, 60px);
}

.px-native-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--px-text);
  font-size: 17px;
  line-height: 1.8;
}

.px-native-intro {
  max-width: 800px;
  margin-bottom: 52px;
}

.px-native-intro.is-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.px-native-intro.is-centered .px-native-lead {
  margin-right: auto;
  margin-left: auto;
}

.px-native-intro.is-light .px-native-title,
.px-native-intro.is-light .px-native-lead {
  color: var(--px-white);
}

.px-native-intro.is-light .px-native-lead {
  color: rgba(255, 255, 255, 0.7);
}

.px-native-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid var(--px-red);
  border-radius: 9px;
  background: var(--px-red);
  color: var(--px-white) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.px-native-btn:hover {
  transform: translateY(-2px);
  border-color: var(--px-red-dark);
  background: var(--px-red-dark);
  box-shadow: 0 14px 34px rgba(227, 6, 19, 0.25);
}

.px-native-btn.is-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.px-native-btn.is-ghost:hover {
  border-color: var(--px-white);
  background: rgba(255, 255, 255, 0.1);
}

.px-native-btn.is-light {
  border-color: var(--px-white);
  background: var(--px-white);
  color: var(--px-ink) !important;
}

.px-native-btn.is-full {
  width: 100%;
}

.px-native-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.px-native-center {
  margin-top: 42px;
  text-align: center;
}

.px-native-home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 105px 0;
  background-image: linear-gradient(90deg, rgba(8, 13, 21, 0.97) 0%, rgba(8, 13, 21, 0.86) 49%, rgba(8, 13, 21, 0.42) 100%), url("../images/hero.webp");
  background-position: center;
  background-size: cover;
}

.px-native-home-hero::after {
  position: absolute;
  right: -150px;
  bottom: -250px;
  width: 570px;
  height: 570px;
  border: 90px solid rgba(227, 6, 19, 0.25);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.px-native-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.62fr);
  align-items: center;
  gap: 72px;
}

.px-native-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--px-white);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.px-native-hero-lead {
  max-width: 720px;
  margin: 26px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.px-native-hero-panel {
  padding: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.px-native-hero-panel h2 {
  margin: 0;
  color: var(--px-ink);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: 32px;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.px-native-hero-panel > p:not(.px-native-kicker) {
  margin: 18px 0 22px;
  color: var(--px-text);
  font-size: 14px;
  line-height: 1.75;
}

.px-native-panel-contact {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--px-line);
  color: var(--px-text);
  font-size: 13px;
  line-height: 1.55;
}

.px-native-panel-contact strong {
  color: var(--px-ink);
  font-size: 15px;
}

.px-native-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.px-native-checks li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--px-ink);
  font-size: 14px;
  font-weight: 700;
}

.px-native-checks li > span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.09);
  color: var(--px-red);
}

.px-native-checks svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.px-native-checks.is-light li {
  color: var(--px-white);
}

.px-native-checks.is-light li > span {
  background: rgba(255, 255, 255, 0.12);
  color: #ff7b84;
}

.px-native-proof {
  border-bottom: 1px solid var(--px-line);
  background: var(--px-white);
}

.px-native-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.px-native-stats > div {
  padding: 34px 30px;
  border-right: 1px solid var(--px-line);
  text-align: center;
}

.px-native-stats > div:first-child {
  border-left: 1px solid var(--px-line);
}

.px-native-stats strong,
.px-native-stats span {
  display: block;
}

.px-native-stats strong {
  color: var(--px-ink);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: 19px;
}

.px-native-stats span {
  margin-top: 5px;
  color: var(--px-muted);
  font-size: 12px;
}

.px-native-card-grid {
  display: grid;
  gap: 22px;
}

.px-native-card-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.px-native-card-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.px-native-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--px-line);
  border-radius: 15px;
  background: var(--px-white);
  box-shadow: 0 8px 28px rgba(18, 22, 31, 0.035);
}

.px-native-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: rgba(227, 6, 19, 0.09);
  color: var(--px-red);
}

.px-native-icon svg,
.px-native-location svg,
.px-native-contact-item svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.px-native-card h3 {
  margin: 0 0 10px;
  color: var(--px-ink);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.px-native-card p {
  margin: 0;
  color: var(--px-text);
  font-size: 14px;
  line-height: 1.7;
}

.px-native-details .px-native-card {
  padding: 38px;
}

.px-native-details .px-native-card h3 {
  font-size: 24px;
}

.px-native-fleet-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.px-native-fleet-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: var(--px-ink-2);
}

.px-native-fleet-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  background: #e9edf1;
}

.px-native-fleet-card > div {
  padding: 22px 22px 24px;
}

.px-native-fleet-card h3 {
  margin: 0 0 6px;
  color: var(--px-white);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.px-native-fleet-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.px-native-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.px-native-feature-image {
  display: block;
  width: 100%;
  min-height: 500px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--px-shadow);
}

.px-native-copy .px-native-intro {
  margin-bottom: 26px;
}

.px-native-copy > p {
  margin: 0 0 18px;
  color: var(--px-text);
  font-size: 16px;
  line-height: 1.8;
}

.is-dark .px-native-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.px-native-location {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.px-native-location > span {
  color: #ff7b84;
}

.px-native-location strong {
  color: var(--px-white);
  font-size: 17px;
}

.px-native-location p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.px-native-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background: var(--px-red);
  color: var(--px-white);
}

.px-native-cta::after {
  position: absolute;
  top: -220px;
  right: -100px;
  width: 440px;
  height: 440px;
  border: 65px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.px-native-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.px-native-cta h2 {
  color: var(--px-white);
  font-size: clamp(32px, 4vw, 52px);
}

.px-native-cta p {
  max-width: 730px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.px-native-page-hero {
  position: relative;
  display: flex;
  min-height: 490px;
  align-items: flex-end;
  overflow: hidden;
  padding: 100px 0 74px;
  background-position: center;
  background-size: cover;
}

.px-native-page-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 13, 21, 0.96) 0%, rgba(8, 13, 21, 0.74) 60%, rgba(8, 13, 21, 0.34) 100%);
  content: "";
}

.px-native-page-hero.is-about,
.px-native-page-hero.is-jobs {
  background-image: url("../images/fleet.webp");
}

.px-native-page-hero.is-services,
.px-native-page-hero.is-contact {
  background-image: url("../images/warehouse.webp");
}

.px-native-page-hero.is-quote {
  background-image: url("../images/hero.webp");
}

.px-native-page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 890px;
}

.px-native-page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--px-white);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: clamp(46px, 5.2vw, 72px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.px-native-page-hero-inner > p:last-child:not(.px-native-kicker) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.px-native-narrow {
  max-width: 880px;
}

.px-native-faq {
  display: grid;
  gap: 12px;
}

.px-native-faq details {
  border: 1px solid var(--px-line);
  border-radius: 12px;
  background: var(--px-white);
}

.px-native-faq summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  color: var(--px-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.px-native-faq summary::-webkit-details-marker {
  display: none;
}

.px-native-faq summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--px-red);
  content: "+";
  font-size: 24px;
  transform: translateY(-50%);
}

.px-native-faq details[open] summary::after {
  content: "−";
}

.px-native-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--px-text);
  line-height: 1.75;
}

.px-native-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  align-items: start;
  gap: 48px;
}

.px-native-form-card {
  padding: 40px;
  border: 1px solid var(--px-line);
  border-radius: 18px;
  background: var(--px-white);
  box-shadow: var(--px-shadow);
}

.px-native-form-card h2,
.px-native-side h2 {
  margin-bottom: 28px;
  font-size: 32px;
}

.px-native-side {
  position: sticky;
  top: 130px;
  padding: 34px;
  border-radius: 18px;
  background: var(--px-ink);
  color: var(--px-white);
}

.px-native-side h2,
.px-native-side h3 {
  color: var(--px-white);
}

.px-native-side h3 {
  margin-top: 32px;
  font-size: 20px;
}

.px-native-side > p {
  margin: -10px 0 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.px-native-contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}

.px-native-contact-item > span {
  color: #ff7b84;
}

.px-native-contact-item strong,
.px-native-contact-item a,
.px-native-contact-item p {
  display: block;
}

.px-native-contact-item strong {
  margin-bottom: 3px;
  color: var(--px-white);
  font-size: 14px;
}

.px-native-contact-item a,
.px-native-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  word-break: break-word;
}

.px-native-jobs-copy {
  padding: 30px 32px 30px 0;
}

.px-native-legal-hero {
  padding: 88px 0;
  background: var(--px-ink);
}

.px-native-legal-hero h1 {
  margin: 0;
  color: var(--px-white);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

@media (max-width: 1120px) {
  .px-native-hero-grid {
    gap: 42px;
  }

  .px-native-card-grid.cols-4,
  .px-native-fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .px-native-section {
    padding: 82px 0;
  }

  .px-native-home-hero {
    min-height: 0;
    padding: 84px 0;
  }

  .px-native-hero-grid,
  .px-native-split,
  .px-native-form-layout,
  .px-native-cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .px-native-hero-copy {
    max-width: 760px;
  }

  .px-native-hero-panel {
    max-width: 620px;
  }

  .px-native-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .px-native-stats > div:nth-child(3) {
    border-left: 1px solid var(--px-line);
  }

  .px-native-stats > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--px-line);
  }

  .px-native-split {
    gap: 46px;
  }

  .px-native-feature-image {
    min-height: 400px;
  }

  .px-native-side {
    position: static;
  }

  .px-native-cta-inner {
    gap: 28px;
  }

  .px-native-cta .px-native-btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .px-native-wrap {
    width: min(calc(100% - 32px), var(--px-site));
  }

  .px-native-section {
    padding: 66px 0;
  }

  .px-native-home-hero {
    padding: 68px 0;
  }

  .px-native-hero-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .px-native-hero-lead {
    font-size: 16px;
  }

  .px-native-hero-panel,
  .px-native-form-card,
  .px-native-side {
    padding: 26px;
  }

  .px-native-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .px-native-btn {
    width: 100%;
  }

  .px-native-checks {
    align-items: stretch;
    flex-direction: column;
  }

  .px-native-stats,
  .px-native-card-grid.cols-4,
  .px-native-card-grid.cols-2,
  .px-native-fleet-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .px-native-stats > div {
    border-right: 1px solid var(--px-line);
    border-bottom: 1px solid var(--px-line);
    border-left: 1px solid var(--px-line);
  }

  .px-native-stats > div:last-child {
    border-bottom: 0;
  }

  .px-native-intro {
    margin-bottom: 36px;
  }

  .px-native-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .px-native-card,
  .px-native-details .px-native-card {
    padding: 26px;
  }

  .px-native-feature-image {
    min-height: 300px;
  }

  .px-native-page-hero {
    min-height: 400px;
    padding: 80px 0 58px;
  }

  .px-native-page-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .px-native-page-hero-inner > p:last-child:not(.px-native-kicker) {
    font-size: 16px;
  }

  .px-native-cta {
    padding: 64px 0;
  }

  .px-native-form-card h2,
  .px-native-side h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-native-btn {
    transition: none;
  }
}
