/* ==========================================================================
   BM Parking homepage — Loyal-inspired information architecture, original UI
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bm-home {
  overflow: clip;
  background: #fff;
}

.home-overline {
  margin: 0 0 18px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero {
  padding: 154px 0 94px;
  background: #fff;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1.08fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}

.home-hero-copy h1 {
  max-width: 690px;
  margin: 0 0 22px;
  color: #2c2d30;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.home-hero-lead {
  max-width: 680px;
  margin: 0;
  color: #41454b;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.48;
}


.home-actions {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 18px;
  margin-top: 34px;
  align-items: center;
}

.home-button {
  min-width: 0;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-button-primary {
  background: #2563eb;
  color: #fff;
  box-shadow: none;
}

.home-button-primary:hover {
  background: #1d4ed8;
  box-shadow: 0 16px 36px rgba(240, 77, 36, 0.22);
}

.home-button-dark {
  background: #333436;
  color: #fff;
}

.home-button-dark:hover {
  background: #17181a;
}

.home-button-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.recognition-section {
  padding: 94px 0 104px;
  background: #f7f7f8;
  text-align: center;
}

.home-heading-centered {
  max-width: 1130px;
  margin: 0 auto 46px;
  text-align: center;
}

.home-heading h2 {
  margin: 0;
  color: #2e3035;
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.home-heading>p:not(.home-overline) {
  max-width: 760px;
  margin: 17px auto 0;
  color: #62676f;
}

.recognition-figure {
  max-width: 1180px;
  margin: 0 auto;
}

.recognition-figure img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.recognition-copy {
  max-width: 1120px;
  margin: 36px auto 30px;
  color: #454a52;
  font-size: 18px;
  line-height: 1.55;
}

.home-outline-button {
  min-height: 50px;
  padding: 0 27px;
  border: 1px solid #33383f;
  border-radius: 999px;
  background: transparent;
  color: #292d33;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-outline-button:hover {
  background: #292d33;
  color: #fff;
}

.solutions-section {
  padding: 110px 0 132px;
  background: #fff;
}

.solutions-container {
  width: min(1320px, calc(100% - 48px));
}

.solutions-heading {
  max-width: 1050px;
  margin-bottom: 76px;
}

.solutions-intro {
  max-width: 790px !important;
  font-size: 18px;
  line-height: 1.65;
}

.solution-story-stack {
  display: grid;
  gap: 112px;
}

.solution-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(62px, 7vw, 112px);
  align-items: center;
}

.solution-story-reverse .solution-story-media {
  order: 2;
}

.solution-story-reverse .solution-story-copy {
  order: 1;
}

.solution-story-media {
  position: relative;
  display: block;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  background: #e9ecef;
  box-shadow: 0 26px 72px rgba(16, 22, 30, 0.14);
}

.solution-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.solution-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.75, 0.2, 1);
}


.solution-story-copy {
  position: relative;
  max-width: 585px;
  padding: 22px 0;
}

.solution-story-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.solution-story-number::after {
  content: "";
  width: 54px;
  height: 1px;
  background: currentColor;
}

.solution-story-copy h3 {
  margin: 0 0 25px;
  color: #292d33;
  font-size: clamp(40px, 4.25vw, 62px);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.solution-story-copy p {
  margin: 0 0 18px;
  color: #454b53;
  font-size: 18px;
  line-height: 1.72;
}


.why-section {
  position: relative;
  isolation: isolate;
  padding: 100px 0 112px;
  overflow: hidden;
  background: #f4f5f6;
}

.why-inner {
  position: relative;
  z-index: 2;
  max-width: 1210px;
  text-align: center;
}

.why-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 8vw, 132px);
  margin: 58px auto 52px;
  text-align: start;
}

.why-column h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.2;
}

.why-column p {
  margin: 0 0 13px;
  color: #434951;
  font-size: 18px;
  line-height: 1.58;
}

.why-shape {
  position: absolute;
  z-index: 1;
  width: 285px;
  height: 540px;
  background: #60a5fa;
  display: none;
}

.why-shape::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 42%;
  background: #bfdbfe;
}

.why-shape-left {
  inset: 82px auto auto 0;
}

.why-shape-left::after {
  inset: 0 0 auto;
}

.why-shape-right {
  inset: 0 0 auto auto;
}

.why-shape-right::after {
  inset: auto 0 0;
}

.partner-showcase {
  padding: 105px 0;
  background: #fff;
}

.partner-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.partner-image {
  margin: 0;
}

.partner-image img {
  display: block;
  width: 100%;
  height: auto;
}

.partner-copy h2 {
  margin: 0 0 22px;
  color: #2d3035;
  font-size: clamp(42px, 4.4vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.partner-copy>p:not(.home-overline) {
  margin: 0 0 16px;
  color: #4b5159;
  font-size: 17px;
  line-height: 1.65;
}

.partner-points {
  display: grid;
  gap: 0;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.partner-points li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid #e1e3e6;
  font-weight: 700;
}

.partner-points li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: #2563eb;
  font-weight: 900;
}

.home-models {
  padding: 100px 0 114px;
  background: #f5f6f7;
}

.home-models .pricing-grid {
  margin-top: 58px;
}

.home-models .price-card {
  background: #fff;
}

.references-section {
  padding: 100px 0 112px;
  background: #f3f4f5;
  text-align: center;
}

.references-inner {
  max-width: 1250px;
}

.stars {
  margin: -8px 0 20px;
  color: #f3a13c;
  font-size: 23px;
  letter-spacing: 0.1em;
}

.customer-quote {
  max-width: 1120px;
  margin: 0 auto;
  color: #252a30;
}

.customer-quote p {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.62;
}

.customer-quote footer {
  display: grid;
  gap: 0;
  justify-items: center;
  margin-top: 24px;
}

.customer-quote strong {
  color: #2563eb;
  font-size: 17px;
}

.customer-quote span {
  color: #555d67;
  font-size: 14px;
}


.pop-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.94);
  transition:
    opacity 0.48s ease,
    transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pop-reveal.visible {
  opacity: 1;
  transform: none;
}

.home-faq {
  background: #fff;
}

.final-contact-section {
  padding: 70px 0 72px;
  background: #bfdbfe;
  color: #1e3a8a;
  text-align: center;
}

.final-contact-inner h2 {
  margin: 0 0 13px;
  font-size: clamp(34px, 3vw, 47px);
  font-weight: 500;
}

.final-contact-inner>p {
  max-width: 1140px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
}

.final-contact-actions {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 12vw, 260px);
  margin-top: 48px;
}

.final-contact-button {
  display: inline-flex;
  min-width: 355px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 26px;
  border: 2px solid #383c41;
  background: transparent;
  color: #292d32;
  font-size: 18px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.final-contact-button:hover {
  transform: translateY(-2px);
  background: #292d32;
  color: #fff;
}

.final-contact-button span {
  font-size: 22px;
}

.about-page-hero {
  padding: 170px 0 105px;
  background: linear-gradient(135deg,
      #ffffff 0%,
      #f5f7fb 100%);
}

.about-page-copy {
  max-width: 920px;
}

.about-page-copy h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(50px, 6vw, 84px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.about-page-copy>p:last-child {
  max-width: 760px;
  color: #4f5660;
  font-size: 20px;
}

.about-values {
  padding: 100px 0 115px;
  background: #fff;
}

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

.about-values-grid article {
  padding: 35px;
  border: 1px solid #e1e4e8;
  background: #f7f8f9;
}

.about-values-grid span {
  color: #2563eb;
  font-weight: 900;
}

.about-values-grid h2 {
  margin: 20px 0 12px;
  font-size: 27px;
}

.about-values-grid p {
  margin: 0;
  color: #555d66;
}

.about-page-cta {
  margin-top: 42px;
  text-align: center;
}

html[dir="rtl"] .partner-points li {
  padding-right: 32px;
  padding-left: 0;
}

@media (max-width: 1020px) {

  .home-hero-grid,
  .partner-showcase-grid,
  .solution-story {
    grid-template-columns: 1fr;
  }

  .solution-story-reverse .solution-story-media,
  .solution-story-reverse .solution-story-copy {
    order: initial;
  }

  .solution-story-media,
  .solution-story-media img {
    min-height: 480px;
  }

  .solution-story-copy {
    max-width: 760px;
  }

  .why-shape {
    width: 160px;
    opacity: 0.3;
  }

  .final-contact-actions {
    gap: 24px;
  }

  .final-contact-button {
    min-width: 300px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding: 125px 0 68px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-hero-copy h1 {
    font-size: clamp(43px, 13vw, 65px);
  }

  .home-actions {
    grid-template-columns: 1fr;
  }

  .final-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-button,
  .final-contact-button {
    width: 100%;
    min-width: 0;
  }

  .recognition-section,
  .solutions-section,
  .why-section,
  .partner-showcase,
  .home-models,
  .references-section {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .why-columns,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .solutions-container {
    width: min(100% - 28px, 1320px);
  }

  .solutions-heading {
    margin-bottom: 52px;
  }

  .solution-story-stack {
    gap: 70px;
  }

  .solution-story {
    gap: 32px;
  }

  .solution-story-media,
  .solution-story-media img {
    min-height: 300px;
  }

  .solution-story-copy {
    padding: 0 4px;
  }

  .solution-story-copy h3 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .solution-story-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .why-columns {
    gap: 28px;
  }

  .why-shape {
    display: none;
  }

  .about-page-hero {
    padding: 135px 0 78px;
    background: linear-gradient(180deg, #fff 0 72%, #f8c1ae 72% 100%);
  }
}

@media (prefers-reduced-motion: reduce) {

  .solution-story-media img,
  .pop-reveal {
    transition: none;
  }

}

/* Final delivery: restrained public metrics and neutral sector references. */
.home-stats {
  background: #303236;
  color: #fff
}

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

.home-stat {
  min-height: 155px;
  padding: 34px 30px;
  border-inline-end: 1px solid rgba(255, 255, 255, .13);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.home-stat:last-child {
  border-inline-end: 0
}

.home-stat strong {
  color: #2563eb;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  font-weight: 800
}

.home-stat span {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .035em
}

.reference-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px
}

.reference-sector {
  min-height: 126px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border: 1px solid #e3e5e7
}

.reference-sector span {
  color: #2563eb;
  font-weight: 900;
  letter-spacing: .12em
}

.reference-sector strong {
  color: #25282d;
  font-size: 18px;
  text-align: end
}

@media(max-width:800px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .home-stat:nth-child(2) {
    border-inline-end: 0
  }

  .home-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .reference-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:520px) {
  .home-stat {
    min-height: 125px;
    padding: 26px 18px
  }

  .home-stat strong {
    font-size: 44px
  }

  .reference-sector-grid {
    grid-template-columns: 1fr
  }
}
