.plant-page {
  background: #f5f9fd;
  color: #071d3a;
}

.plant-hero {
  min-height: 760px;
  background-image: linear-gradient(90deg, rgba(2, 18, 42, .95), rgba(2, 18, 42, .78), rgba(2, 18, 42, .48)), url('/newassets/images/digger-mini-digger-transport-hero.webp');
  background-size: cover;
  background-position: center 46%;
  position: relative;
  overflow: hidden;
}

.plant-hero:after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -62px;
  height: 120px;
  background: #f5f9fd;
  transform: rotate(-3deg);
  transform-origin: left top;
}

.plant-hero .container {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  align-items: center;
}

.plant-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 430px;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 98px 0 132px;
}

.plant-hero-copy {
  max-width: 820px;
  padding: 0;
}

.plant-route-tag {
  display: inline-grid;
  gap: 2px;
  padding: 10px 18px 10px 16px;
  border-left: 4px solid #ff6b1a;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(255, 107, 26, .18), rgba(7, 29, 58, .34), transparent);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.plant-route-tag span {
  color: #ff8a2a;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 11px;
}

.plant-route-tag strong {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.35;
}

.plant-hero h1 {
  margin: 22px 0 18px;
  color: #fff;
  font-weight: 950;
  line-height: 1.02;
  max-width: 760px;
}

.plant-hero p {
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.55;
  max-width: 760px;
}

.plant-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.plant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 10px;
  color: #fff !important;
  background: #ff6b1a;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 16px 35px rgba(255, 107, 26, .28);
}

.plant-btn:hover {
  background: #005aba;
}

.plant-btn-blue {
  background: #0069d9;
  box-shadow: 0 16px 35px rgba(0, 105, 217, .22);
}

.plant-hero-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  position: relative;
  max-width: 430px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(3, 18, 41, .86), rgba(9, 41, 82, .62));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.plant-hero-strip:before {
  content: "What transporters check";
  color: #ff8a2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin: 2px 4px 4px;
}

.plant-hero-strip:after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  right: -28px;
  top: -30px;
  border-radius: 50%;
  background: rgba(255, 107, 26, .18);
  pointer-events: none;
}

.plant-strip-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.plant-strip-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 107, 26, .16), transparent 44%);
  opacity: .85;
}

.plant-strip-item > * {
  position: relative;
  z-index: 1;
}

.plant-strip-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #ff6b1a;
  color: #fff;
  font-size: 19px;
  box-shadow: 0 12px 26px rgba(255, 107, 26, .24);
}

.plant-strip-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.plant-strip-item span {
  display: block;
  color: rgba(226, 239, 252, .82);
  font-size: 12.5px;
  line-height: 1.35;
  margin-top: 4px;
}

.plant-section {
  padding: 76px 0;
}

.plant-section-white {
  background: #fff;
}

.plant-kicker {
  color: #ff6b1a;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
}

.plant-heading {
  color: #071d3a;
  font-weight: 950;
  line-height: 1.08;
  margin: 8px 0 16px;
}

.plant-text {
  color: #495f77;
  line-height: 1.75;
  font-size: 17px;
}

.plant-process {
  background: #071d3a;
  border-radius: 18px;
  padding: 34px;
  color: #fff;
  box-shadow: 0 26px 55px rgba(7, 29, 58, .18);
  position: relative;
  overflow: hidden;
}

.plant-process:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -42px;
  top: -52px;
  border-radius: 50%;
  background: rgba(255, 107, 26, .18);
}

.plant-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.plant-step + .plant-step {
  margin-top: 26px;
}

.plant-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ff6b1a;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(255, 107, 26, .28);
}

.plant-step h3 {
  color: #fff;
  font-weight: 950;
  margin: 0 0 6px;
}

.plant-step p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
  line-height: 1.6;
}

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

.plant-card {
  background: #fff;
  border: 1px solid #d7e8f8;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(8, 40, 76, .07);
}

.plant-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff1e8;
  color: #ff6b1a;
  font-size: 20px;
  margin-bottom: 14px;
}

.plant-card h3 {
  color: #071d3a;
  font-weight: 950;
  font-size: 20px;
}

.plant-card p {
  color: #52677f;
  line-height: 1.65;
  margin: 0;
}

.plant-price-panel {
  background: #fff;
  border: 1px solid #d7e8f8;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(8, 40, 76, .08);
}

.plant-price-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.plant-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f5f9fd;
  border: 1px solid #d8e9f9;
}

.plant-price-row strong {
  color: #071d3a;
}

.plant-price-row span {
  color: #005aba;
  font-weight: 950;
}

.plant-alert {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 5px solid #ff6b1a;
  background: #fff7f0;
  border-radius: 12px;
  color: #344a61;
}

.plant-link-panel {
  background: linear-gradient(135deg, #082341, #005aba);
  border-radius: 18px;
  padding: 30px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.plant-link-panel:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 107, 26, .2);
}

.plant-link-panel h2 {
  color: #fff;
  font-weight: 950;
}

.plant-link-panel p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
}

.plant-checks {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.plant-checks li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #071d3a;
  font-weight: 800;
}

.plant-checks li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #12b76a;
  margin-top: 2px;
}

.plant-faq-section {
  background:
    radial-gradient(circle at 8% 0, rgba(255, 107, 26, .08), transparent 30%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.plant-faq-head {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.plant-faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.plant-faq-list details {
  border: 1px solid #d7e8f8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8, 40, 76, .06);
  overflow: hidden;
}

.plant-faq-list summary {
  list-style: none;
  display: grid;
  grid-template-columns: 48px 1fr 38px;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 18px 20px;
  cursor: pointer;
  color: #071d3a;
}

.plant-faq-list summary::-webkit-details-marker {
  display: none;
}

.plant-faq-list summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #071d3a;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(7, 29, 58, .12);
}

.plant-faq-list summary strong {
  font-size: 18px;
  line-height: 1.3;
}

.plant-faq-list summary i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: #fff1e8;
  color: #ff6b1a;
  transition: transform .2s ease, background .2s ease;
}

.plant-faq-list details[open] summary {
  background: linear-gradient(90deg, #f5f9fd, #fff);
}

.plant-faq-list details[open] summary span {
  background: #ff6b1a;
}

.plant-faq-list details[open] summary i {
  transform: rotate(45deg);
  background: #ff6b1a;
  color: #fff;
}

.plant-faq-list p {
  margin: 0;
  padding: 0 20px 22px 82px;
  color: #52677f;
  line-height: 1.72;
  font-size: 16px;
}

.plant-reviews {
  background: #f5f9fd;
  padding: 62px 0;
}

.plant-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.plant-reviews-head h2 {
  margin: 0;
  color: #071d3a;
  font-weight: 950;
}

.plant-reviews-head p {
  margin: 8px 0 0;
  color: #52677f;
}

.plant-reviews-head img {
  max-width: 210px;
  height: auto;
}

.plant-review-widget {
  display: block;
  border: 0;
  width: 100%;
  min-height: 420px;
  background: transparent;
  overflow: hidden;
}

@media (max-width: 991px) {
  .plant-hero {
    min-height: auto;
    padding-bottom: 74px;
    background-position: 68% center;
  }

  .plant-hero .container {
    min-height: auto;
  }

  .plant-hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 86px 0 44px;
  }

  .plant-hero-copy {
    padding: 0;
  }

  .plant-hero-strip {
    max-width: none;
  }

  .plant-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plant-reviews-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .plant-hero {
    background-position: 72% center;
  }

  .plant-hero-layout {
    padding-top: 68px;
    padding-bottom: 28px;
    gap: 22px;
  }

  .plant-hero h1 {
    font-size: 39px;
  }

  .plant-hero p {
    font-size: 18px;
  }

  .plant-hero-actions,
  .plant-grid {
    grid-template-columns: 1fr;
  }

  .plant-strip-item {
    min-height: 78px;
    padding: 13px;
  }

  .plant-hero-actions {
    display: grid;
  }

  .plant-section {
    padding: 48px 0;
  }

  .plant-process,
  .plant-price-panel,
  .plant-link-panel {
    padding: 24px;
  }

  .plant-faq-head {
    text-align: left;
  }

  .plant-faq-list summary {
    grid-template-columns: 40px 1fr 34px;
    gap: 11px;
    padding: 15px 14px;
  }

  .plant-faq-list summary span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 13px;
  }

  .plant-faq-list summary strong {
    font-size: 16px;
  }

  .plant-faq-list summary i {
    width: 34px;
    height: 34px;
  }

  .plant-faq-list p {
    padding: 0 14px 18px 65px;
  }

  .plant-step {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .plant-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .plant-reviews {
    padding: 46px 0;
  }

  .plant-review-widget {
    min-height: 520px;
  }
}
