/* =========================================================
   BRINGLIVE DIGITAL
   SAFE WEBSITE PRESENTATION CORRECTIONS

   The existing additions are imported first.
   These rules only correct:
   1. Repeated homepage section numbers
   2. Confusing decorative arrows in Who We Serve
   3. Excessive blank space above sections
========================================================= */

@import url("property-additions-base.css");


/* =========================================================
   HOMEPAGE SECTION TITLE MARKERS

   Replace the repeated 01, 02, 03 section-title numbers
   with the approved BringLive three-square marker.

   Card numbers and properly ordered process numbers are
   not affected by this correction.
========================================================= */

.challenge-strip .section-number,
#about .section-kicker > span,
#solutions .section-kicker > span,
.industries-section .section-kicker > span,
#process .section-kicker > span,
#value .section-kicker > span,
#contact .section-kicker > span {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;

  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;

  padding: 0 !important;
  border: 1px solid rgba(20, 92, 255, 0.1) !important;
  border-radius: 11px !important;

  color: transparent !important;
  background: rgba(20, 92, 255, 0.07) !important;

  font-size: 0 !important;
  line-height: 0 !important;

  box-shadow: none !important;
}


/* Approved three-square BringLive title marker */

.challenge-strip .section-number::before,
#about .section-kicker > span::before,
#solutions .section-kicker > span::before,
.industries-section .section-kicker > span::before,
#process .section-kicker > span::before,
#value .section-kicker > span::before,
#contact .section-kicker > span::before {
  content: "";

  display: block;

  width: 8px;
  height: 8px;

  border-radius: 2px;

  background: var(--blue);

  box-shadow:
    11px 0 0 var(--cyan),
    0 11px 0 var(--navy-soft);

  transform: translate(-5px, -5px);
}


/* Dark Our Value section marker */

#value .section-kicker > span {
  border-color: rgba(255, 255, 255, 0.11) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

#value .section-kicker > span::before {
  background: var(--white);

  box-shadow:
    11px 0 0 var(--cyan),
    0 11px 0 rgba(255, 255, 255, 0.42);
}


/* =========================================================
   REMOVE THE EXCESSIVE BLANK SECTION GAP

   The headings will now sit closer to the fixed header
   after clicking About, Solutions, How We Work, etc.
========================================================= */

#about,
#solutions,
.industries-section,
#process,
#value,
#contact {
  padding-top: clamp(58px, 6vw, 82px) !important;

  scroll-margin-top: 92px;
}


/* Keep the About heading neatly visible below the challenge strip */

#about .section-header {
  margin-top: 0 !important;
}


/* Keep Who We Serve neat and balanced */

.industries-section .industries-layout {
  align-items: start;
}


/* =========================================================
   WHO WE SERVE CLEANUP

   The small arrow boxes were decorative and could look
   like unexplained controls. The headings remain clear.
========================================================= */

.industries-section .industry-arrow {
  display: none !important;
}


/* Prevent an unused arrow column from creating extra space */

.industries-section .industry-item {
  grid-template-columns:
    minmax(54px, 70px)
    minmax(0, 1fr) !important;
}


/* =========================================================
   CHALLENGE STRIP CLEANUP
========================================================= */

.challenge-strip .challenge-intro {
  align-items: center;
}

.challenge-strip .section-number {
  margin-right: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1020px) {

  #about,
  #solutions,
  .industries-section,
  #process,
  #value,
  #contact {
    padding-top: 64px !important;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

  #about,
  #solutions,
  .industries-section,
  #process,
  #value,
  #contact {
    padding-top: 52px !important;
    scroll-margin-top: 82px;
  }

  .challenge-strip .section-number,
  #about .section-kicker > span,
  #solutions .section-kicker > span,
  .industries-section .section-kicker > span,
  #process .section-kicker > span,
  #value .section-kicker > span,
  #contact .section-kicker > span {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
  }

  .industries-section .industry-item {
    grid-template-columns:
      46px
      minmax(0, 1fr) !important;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  #about,
  #solutions,
  .industries-section,
  #process,
  #value,
  #contact {
    padding-top: 46px !important;
  }

}


/* =========================================================
   MOBILE PROPERTY + PRIVACY PRECISION
   Keeps secondary pages aligned with the refined homepage.
========================================================= */

@media (max-width: 760px) {
  .featured-property-shell {
    gap: 30px;
    padding: 26px 20px;
    border-radius: 24px;
  }

  .featured-property-content h2,
  .property-page-hero h1,
  .property-operating-content h2,
  .property-pilot-content h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 9.5vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .featured-property-content > p,
  .property-page-hero-copy,
  .property-operating-content > p,
  .property-pilot-content p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .property-system-card,
  .property-hero-summary {
    padding: 18px;
    border-radius: 20px;
  }

  .property-page-hero {
    padding: 94px 0 64px;
  }

  .property-page-hero-layout,
  .property-operating-layout {
    gap: 32px;
  }

  .property-page-hero-actions {
    gap: 12px;
    margin-top: 26px;
  }

  .property-page-hero-actions .btn {
    min-height: 52px;
    padding-inline: 18px;
  }

  .property-info-card,
  .property-problem-card,
  .property-capability-card {
    padding: 22px;
    border-radius: 19px;
  }

  .property-info-card h3,
  .property-problem-card h3,
  .property-capability-card h3 {
    margin-top: 28px;
    font-size: 1.25rem;
  }

  .property-operating-section {
    padding: 72px 0;
  }

  .operating-diagram-card {
    min-height: 96px;
    padding: 16px;
    border-radius: 17px;
  }

  .property-pilot {
    padding-bottom: 64px;
  }

  .property-pilot-shell {
    gap: 28px;
    padding: 30px 20px;
    border-radius: 23px;
  }

  .privacy-page-main {
    padding: 88px 0 64px;
  }

  .privacy-page-header {
    margin-bottom: 28px;
  }

  .privacy-page-header h1 {
    margin-top: 10px;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .privacy-page-header p {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .privacy-document {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .privacy-document section + section {
    margin-top: 28px;
    padding-top: 28px;
  }

  .privacy-document h2 {
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .privacy-document p,
  .privacy-document li {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .privacy-contact-card {
    margin-top: 30px;
    padding: 18px;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .featured-property-content h2,
  .property-page-hero h1,
  .property-operating-content h2,
  .property-pilot-content h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .privacy-page-header h1 {
    font-size: clamp(2.15rem, 9.5vw, 2.65rem);
  }
}
