.landing-page {
  --orange: #f36b21;
  --ink: #111820;
  color: #172027;
  font-family: "havetica-rounded-bold", "helvetica-condensed-bold";
  background: #fff;
}
.landing-page * {
  box-sizing: border-box;
}
.landing-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.landing-hero {
  background:
    linear-gradient(
      90deg,
      rgba(16, 24, 30, 0.98) 0%,
      rgba(16, 24, 30, 0.88) 38%,
      rgba(16, 24, 30, 0.32) 100%
    ),
    url("../img/footer-bg-2.jpg") center/cover;
  color: #fff;
  padding: 0 0 26px;
  position: relative;
  overflow: hidden;
}
.landing-hero-inner {
  display: flex;
  min-height: 520px;
  align-items: center;
}
.landing-hero-copy {
  position: relative;
  z-index: 1;
  width: 53%;
  padding: 75px 0 100px;
}
.landing-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  margin: 0 0 14px;
}
.landing-hero h1 {
  font-family: "helvetica-condensed-bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.97;
  margin: 0;
  letter-spacing: 0.02em;
}
.landing-hero h1 span,
.landing-section-heading span {
  color: var(--orange);
}
.landing-lead {
  max-width: 550px;
  color: #d7dde0;
  line-height: 1.6;
  font-size: 15px;
}
.landing-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.landing-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 22px;
  transition: 0.2s;
}
.landing-button:hover {
  background: #fff;
  color: var(--orange);
}
.landing-button-outline {
  background: transparent;
  border-color: #dce4e8;
}
.landing-button-outline:hover {
  border-color: #fff;
}
.landing-benefits {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: #e2e6e8;
  font-size: 11px;
}
.landing-benefits b {
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 50%;
  padding: 1px 5px;
  margin-right: 6px;
}
.landing-hero-art {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 55%;
  height: 88%;
  background:
    linear-gradient(130deg, #10181e 5%, transparent 30%),
    url("../img/footer-bg-1.jpg") center/cover;
  opacity: 0.82;
}
.landing-sign-mockup {
  position: absolute;
  right: 12%;
  top: 29%;
  font-family: "anton", Arial, sans-serif;
  font-size: clamp(35px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #f7f2e8;
  text-shadow:
    0 0 18px #fff,
    4px 6px 0 #333;
  transform: rotate(-7deg);
}
.landing-quote-card {
  position: relative;
  margin: -60px auto 0;
  z-index: 2;
  width: min(1100px, calc(100% - 40px));
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 28px #0002;
  padding: 20px 25px;
  border-radius: 8px;
}
.landing-quote-card h2,
.landing-section-heading h2 {
  font-family: "helvetica-condensed-bold", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 16px;
  font-size: 28px;
}
.landing-quote-card h2 span {
  color: var(--orange);
}
.landing-quote-fields {
  display: grid;
  grid-template-columns: repeat(5, 1fr) auto;
  gap: 8px;
}
.landing-quote-fields input,
.landing-quote-fields select {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #d9dee0;
  font: 11px Arial;
  color: #555;
  background: #fff;
}
.landing-quote-fields .landing-button {
  cursor: pointer;
  padding: 12px 15px;
}
.landing-quote-message {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 13px;
}
.landing-quote-message-success {
  color: #176b3a;
  background: #eaf7ef;
}
.landing-quote-message-error {
  color: #9b2525;
  background: #fff0f0;
}
.landing-quote-points {
  display: flex;
  justify-content: space-around;
  color: #59636a;
  font-size: 10px;
  margin-top: 15px;
}
.landing-quote-points span:before {
  content: "✓";
  color: var(--orange);
  font-weight: bold;
  margin-right: 5px;
}
.landing-section {
  padding: 72px 0;
}
.landing-section-heading {
  text-align: center;
  margin-bottom: 32px;
}
.landing-section-heading h2 {
  font-size: 36px;
  margin-bottom: 4px;
}
.landing-section-heading p:last-child {
  color: #68737a;
  font-size: 13px;
  margin: 0;
}
.landing-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.landing-solution-card {
  border: 1px solid #e3e7e9;
  box-shadow: 0 4px 12px #0000000d;
  background: #fff;
}
.landing-solution-image {
  height: 145px;
  background: linear-gradient(135deg, #172c3c, #6d3e24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "anton", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  padding: 12px;
  text-shadow: 2px 2px 4px #000;
}
.landing-solution-image-2 {
  background: linear-gradient(135deg, #071c35, #b37736);
}
.landing-solution-image-3 {
  background: linear-gradient(135deg, #163745, #9c552d);
}
.landing-solution-image-4 {
  background: linear-gradient(135deg, #354552, #bcb9a8);
}
.landing-solution-content {
  text-align: center;
  padding: 15px;
}
.landing-solution-content h3 {
  font-family: "helvetica-condensed-bold";
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.landing-solution-content p {
  font: 12px/1.45 Arial;
  color: #68737a;
  min-height: 35px;
  margin: 0 0 13px;
}
.landing-solution-content a {
  color: var(--orange);
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.landing-dark-section {
  background: #131a1e;
  color: #fff;
  padding: 72px 0;
}
.landing-stats-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.landing-stats-layout h2,
.landing-cta h2 {
  font-family: "helvetica-condensed-bold";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
.landing-stats-layout > div:first-child > p:not(.landing-eyebrow) {
  color: #c4cccf;
  font: 14px/1.6 Arial;
}
.landing-stats-layout ul {
  padding: 0;
  list-style: none;
  color: #d8dddf;
  font: 13px/2 Arial;
}
.landing-stats-layout li:before {
  content: "✓";
  color: var(--orange);
  font-weight: bold;
  margin-right: 9px;
}
.landing-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #3a454b;
  border-radius: 9px;
}
.landing-stat-grid strong {
  text-align: center;
  color: var(--orange);
  font-size: 36px;
  padding: 28px 10px;
  border-bottom: 1px solid #3a454b;
}
.landing-stat-grid strong:nth-child(odd) {
  border-right: 1px solid #3a454b;
}
.landing-stat-grid strong:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.landing-stat-grid small {
  display: block;
  color: #fff;
  font: 12px Arial;
  margin-top: 5px;
}
.landing-process {
  padding-bottom: 85px;
}
.landing-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
.landing-process-grid > div {
  position: relative;
}
.landing-process-grid > div:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -24px;
  top: 19px;
  color: #9ba4a8;
}
.landing-process-grid b {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
}
.landing-process-grid h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 13px 0 5px;
}
.landing-process-grid p {
  font: 12px/1.5 Arial;
  color: #68737a;
  margin: 0;
}
.landing-cta {
  background: linear-gradient(90deg, #131a1e, #182c42);
  color: #fff;
  padding: 52px 0;
}
.landing-cta .landing-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.landing-cta h2 {
  font-size: 36px;
}
.landing-cta p:not(.landing-eyebrow) {
  color: #d5dbde;
  font: 13px Arial;
  margin: 0;
}
.landing-cta .landing-button {
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .landing-hero-inner {
    min-height: 570px;
  }
  .landing-hero-copy {
    width: 100%;
    padding: 70px 0 170px;
  }
  .landing-hero-art {
    width: 100%;
    height: 58%;
    opacity: 0.38;
  }
  .landing-quote-fields {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-quote-fields .landing-button {
    grid-column: span 2;
  }
  .landing-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-stats-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .landing-cta .landing-shell {
    display: block;
  }
  .landing-cta .landing-button {
    margin-top: 22px;
  }
}
@media (max-width: 520px) {
  .landing-shell {
    width: calc(100% - 28px);
  }
  .landing-hero h1 {
    font-size: 42px;
  }
  .landing-benefits {
    display: block;
  }
  .landing-benefits span {
    display: block;
    margin: 8px 0;
  }
  .landing-quote-card {
    width: calc(100% - 28px);
    padding: 18px 14px;
  }
  .landing-quote-fields {
    grid-template-columns: 1fr;
  }
  .landing-quote-fields .landing-button {
    grid-column: auto;
  }
  .landing-quote-points {
    display: block;
  }
  .landing-quote-points span {
    display: block;
    margin: 8px 0;
  }
  .landing-solution-grid,
  .landing-process-grid {
    grid-template-columns: 1fr;
  }
  .landing-process-grid > div:not(:last-child):after {
    content: "↓";
    right: auto;
    top: auto;
    bottom: -27px;
    left: 50%;
  }
  .landing-section {
    padding: 50px 0;
  }
  .landing-stat-grid strong {
    font-size: 28px;
    padding: 22px 5px;
  }
}
.landing-solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.landing-products-empty {
  grid-column: 1/-1;
  text-align: center;
  color: #68737a;
}

/* Match the reference typography: condensed, heavy display copy and compact sans-serif details. */
.landing-page input,
.landing-page select,
.landing-page button {
  font-family: Arial, Helvetica, sans-serif;
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  font-family: inherit;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page .landing-eyebrow,
.landing-page .landing-button,
.landing-page .landing-benefits,
.landing-page .landing-quote-points,
.landing-page .landing-solution-content a,
.landing-page .landing-process-grid b {
  letter-spacing: 0.02em;
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  letter-spacing: 0.01em;
}

.landing-page .landing-eyebrow,
.landing-page .landing-button,
.landing-page .landing-benefits,
.landing-page .landing-quote-points,
.landing-page .landing-solution-content a {
  font-weight: 700;
}

.landing-page .landing-hero h1 {
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 0.94;
  letter-spacing: 0.015em;
}

.landing-page .landing-section-heading h2,
.landing-page .landing-quote-card h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 0.96;
  letter-spacing: 0.015em;
}

.landing-page .landing-stats-layout h2,
.landing-page .landing-cta h2 {
  line-height: 0.96;
}

/* Landing page visual refinement. */
.landing-page {
  overflow-x: hidden;
  background: #fff;
  color: #172027;
}

.landing-page .landing-hero {
  min-height: 590px;
  background:
    linear-gradient(
      90deg,
      rgba(7, 16, 24, 0.94) 0%,
      rgba(7, 16, 24, 0.82) 34%,
      rgba(7, 16, 24, 0.18) 68%,
      rgba(7, 16, 24, 0.08) 100%
    ),
    url("../img/landing-hero.png") center center / cover no-repeat;
}

.landing-page .landing-hero:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -32%;
  width: 62%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-16deg);
  pointer-events: none;
}

.landing-page .landing-hero-inner {
  min-height: 590px;
}

.landing-page .landing-hero-copy {
  width: 58%;
  padding: 88px 0 135px;
}

.landing-page .landing-hero h1 {
  max-width: 650px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 0.91;
  letter-spacing: 0.01em;
}

.landing-page .landing-lead {
  max-width: 510px;
  margin: 22px 0 0;
  font-size: 14px;
}

.landing-page .landing-actions {
  margin: 30px 0;
}

.landing-page .landing-button {
  min-height: 44px;
  border-radius: 3px;
  box-shadow: 0 5px 14px rgba(243, 107, 33, 0.16);
}

.landing-page .landing-button-outline {
  box-shadow: none;
}

.landing-page .landing-benefits {
  max-width: 620px;
  gap: 18px 28px;
}

.landing-page .landing-quote-card {
  margin-top: -76px;
  padding: 22px 28px 18px;
  border: 1px solid #e9edef;
}

.landing-page .landing-quote-card h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 34px);
}

.landing-page .landing-quote-fields {
  gap: 9px;
}

.landing-page .landing-quote-fields input,
.landing-page .landing-quote-fields select {
  height: 43px;
  border-radius: 3px;
}

.landing-page .landing-quote-points {
  font-size: 11px;
}

.landing-page .landing-section {
  padding: 78px 0;
}

.landing-page .landing-section-heading {
  margin-bottom: 36px;
}

.landing-page .landing-section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 3.4vw, 44px);
}

.landing-page .landing-solution-grid {
  gap: 20px;
}

.landing-page .landing-solution-card {
  overflow: hidden;
  border-radius: 4px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.landing-page .landing-solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(16, 24, 30, 0.14);
}

.landing-page .landing-solution-image {
  height: 168px;
  padding: 0;
  background: #263743;
}

.landing-page .landing-solution-image img {
  transition: transform 0.35s ease;
}

.landing-page .landing-solution-card:hover .landing-solution-image img {
  transform: scale(1.05);
}

.landing-page .landing-solution-content {
  min-height: 150px;
  padding: 18px 14px 16px;
}

.landing-page .landing-solution-content h3 {
  min-height: 34px;
  font-size: 18px;
  line-height: 1.05;
}

.landing-page .landing-solution-content p {
  min-height: 52px;
  margin-bottom: 15px;
}

.landing-page .landing-dark-section {
  padding: 82px 0;
}

.landing-page .landing-stats-layout {
  gap: 90px;
}

.landing-page .landing-stat-grid strong {
  padding: 32px 10px;
}

.landing-page .landing-process-grid {
  gap: 36px;
}

@media (max-width: 850px) {
  .landing-page .landing-hero,
  .landing-page .landing-hero-inner {
    min-height: 610px;
  }

  .landing-page .landing-hero-copy {
    width: 100%;
    padding: 72px 0 160px;
  }

  .landing-page .landing-hero h1 {
    max-width: 580px;
  }

  .landing-page .landing-quote-card {
    margin-top: -65px;
  }
}

@media (max-width: 520px) {
  .landing-page .landing-hero,
  .landing-page .landing-hero-inner {
    min-height: 635px;
  }

  .landing-page .landing-hero {
    background-position: 62% center;
  }

  .landing-page .landing-hero-copy {
    padding-top: 58px;
  }

  .landing-page .landing-hero h1 {
    font-size: 48px;
  }

  .landing-page .landing-actions {
    flex-wrap: wrap;
  }

  .landing-page .landing-button {
    padding: 13px 16px;
  }

  .landing-page .landing-quote-card {
    margin-top: -54px;
    padding: 20px 15px 16px;
  }

  .landing-page .landing-section,
  .landing-page .landing-dark-section {
    padding: 58px 0;
  }
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  line-height: 1.12;
}

.landing-page .landing-hero h1,
.landing-page .landing-section-heading h2,
.landing-page .landing-quote-card h2,
.landing-page .landing-stats-layout h2,
.landing-page .landing-cta h2 {
  line-height: 1.04;
}

.landing-page #solutions {
  background: #fff;
}

.landing-page .landing-solution-grid {
  align-items: stretch;
}

.landing-page .landing-solution-card {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.landing-page .landing-solution-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  height: auto;
  color: #fff;
  text-decoration: none;
}

.landing-page .landing-solution-image:after {
  content: "View product";
  position: absolute;
  inset: auto 12px 12px auto;
  padding: 6px 9px;
  border-radius: 3px;
  background: rgba(17, 24, 32, 0.82);
  color: #fff;
  font:
    700 10px Arial,
    sans-serif;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.landing-page .landing-solution-card:hover .landing-solution-image:after,
.landing-page .landing-solution-image:focus-visible:after {
  opacity: 1;
  transform: translateY(0);
}

.landing-page .landing-solution-image:focus-visible,
.landing-page .landing-solution-content a:focus-visible {
  outline: 3px solid rgba(243, 107, 33, 0.45);
  outline-offset: 3px;
}

.landing-page .landing-solution-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 18px 18px;
}

.landing-page .landing-solution-content h3 {
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
  color: #172027;
  font-size: 20px;
  line-height: 1.08;
}

.landing-page .landing-solution-content p {
  width: 100%;
  min-height: 0;
  margin-bottom: 18px;
  color: #5f6b72;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.landing-page .landing-solution-content p br + br {
  display: none;
}

.landing-page .landing-solution-content > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 9px 13px;
  border: 1px solid rgba(243, 107, 33, 0.45);
  border-radius: 3px;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.landing-page .landing-solution-content > a:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

@media (max-width: 850px) {
  .landing-page .landing-solution-grid {
    gap: 16px;
  }
}

/* Keep this grid visually identical to the theme's home product grid. */
.landing-page .product-box-container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  overflow: hidden;
}

.landing-page .product-box-container .product-box {
  display: block;
  width: 33%;
  float: left;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 0;
  margin: 0 0.33% 20px 0;
  box-shadow: none;
  transition: 500ms;
}

.landing-page .product-box-container .product-box:hover {
  transform: none;
  margin-top: -10px;
  float: left;
  box-shadow: none;
}

.landing-page .product-box-container .product-box a {
  color: inherit;
  text-decoration: none;
}

.landing-page .product-box-container .product-box .pb-image-top {
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
}

.landing-page .product-box-container .product-box .pb-image-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.landing-page .product-box-container .product-box .pb-details {
  display: block;
  min-height: 0;
  padding: 20px;
}

.landing-page .product-box-container .product-box .pb-details .pb-title {
  width: auto;
  min-height: 0;
  margin: 0 0 8px;
  color: inherit;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.2;
}

.landing-page .product-box-container .product-box .pb-description-list {
  width: auto;
  min-height: 0;
  margin-bottom: 0;
  color: inherit;
  font: inherit;
}

.landing-page .product-box-container .product-box .pb-description-list ul {
  padding-left: 15px;
}

.landing-page .product-box-container .product-box .pb-description-list ul li {
  display: none;
}

.landing-page
  .product-box-container
  .product-box
  .pb-description-list
  ul
  li:nth-child(-n + 4) {
  display: list-item;
}

.landing-page .product-box-container .product-box .start-at-pricing {
  display: flex;
  justify-content: space-between;
  color: #777;
}

.landing-page .product-box-container .product-box:last-child {
  float: none;
  clear: both;
}

@media (max-width: 850px) {
  .landing-page .landing-shell {
    width: 100%;
  }

  .landing-page .product-box-container {
    width: 100%;
    padding: 5px;
  }

  .landing-page .product-box-container .product-box {
    width: 100%;
    margin-right: 0;
  }
}

/* Force a stable three-column product layout with equal-height cards. */
.landing-page .product-box-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 4px;
  width: 83.333333%;
  padding-top: 20px;
  overflow: visible;
}

.landing-page .product-box-container .product-box {
  display: flex;
  width: auto;
  height: 100%;
  float: none;
  margin: 0;
}

.landing-page .product-box-container .product-box:hover {
  float: none;
  margin-top: -10px;
}

.landing-page .product-box-container .product-box:last-child {
  float: none;
  clear: none;
}

.landing-page .product-box-container .product-box > a {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.landing-page .product-box-container .product-box .pb-details {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.landing-page
  .product-box-container
  .product-box
  .pb-details
  .start-at-pricing {
  margin-top: auto;
}

@media (max-width: 850px) {
  .landing-page .product-box-container {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
    padding: 5px;
  }

  .landing-page .product-box-container .product-box {
    width: 100%;
  }
}
