/* Shared CITIPRO Industry page system */
.industry-page {
  color: #101827;
  background: #ffffff;
}

.industry-page .industry-container {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin-inline: auto;
}

.industry-page .industry-media-placeholder {
  display: grid;
  width: 100%;
  place-items: center;
  overflow: hidden;
  color: rgba(7, 17, 38, 0.43);
  background: #d9d9d9;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.industry-page .industry-media-placeholder span {
  max-width: 290px;
  padding: 1.5rem;
}

.industry-page .industry-media-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-page .industry-section-header {
  max-width: 900px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}

.industry-page .industry-section-header h2,
.industry-page .industry-visibility h2,
.industry-page .industry-service-fit h2,
.industry-page .industry-property-snapshot h2,
.industry-page .industry-faq h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(2.4rem, 4.2vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.industry-page .industry-section-header > p {
  max-width: 820px;
  margin: 1.25rem auto 0;
  color: rgba(16, 24, 39, 0.74);
  font-size: clamp(1.03rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

/* Industry hero */
.industry-page .industry-hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.industry-page .industry-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  min-height: 720px;
  padding-block: calc(var(--header-height) + 4.5rem) 4.5rem;
}

.industry-page .industry-hero__content {
  max-width: 690px;
}

.industry-page .industry-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #071126;
  font-size: clamp(3.6rem, 5.5vw, 5.7rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.industry-page .industry-hero__content > p {
  margin: 1.3rem 0 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: clamp(1.02rem, 1.3vw, 1.12rem);
  line-height: 1.68;
}

.industry-page .industry-hero__content > .industry-hero__local {
  margin-top: 1.5rem;
  padding-left: 1rem;
  color: #075c94;
  border-left: 3px solid #05a7df;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}

.industry-page .industry-hero__media {
  aspect-ratio: 4 / 3;
}

/* Facility manager priorities */
.industry-page .industry-priorities {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.industry-page .industry-priorities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.industry-page .industry-priority {
  min-width: 0;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("../images/dots-background.jpg");
  background-position: center, var(--industry-priority-background-position, center);
  background-size: cover, cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(7, 17, 38, 0.11);
  border-top: 4px solid #05a7df;
  border-radius: 5px;
}

.industry-page .industry-priority:nth-child(1) {
  --industry-priority-background-position: left center;
}

.industry-page .industry-priority:nth-child(2) {
  --industry-priority-background-position: center;
}

.industry-page .industry-priority:nth-child(3) {
  --industry-priority-background-position: right center;
}

.industry-page .industry-priority__number {
  display: block;
  margin-bottom: 1.4rem;
  color: #078fbe;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.industry-page .industry-priority h3 {
  margin: 0;
  color: #071126;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.2;
}

.industry-page .industry-priority p {
  margin: 1rem 0 0;
  color: rgba(16, 24, 39, 0.73);
  line-height: 1.68;
}

/* Property visibility */
.industry-page .industry-visibility {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #f4f5f7;
}

.industry-page .industry-visibility__header,
.industry-page .industry-visibility__media,
.industry-page .industry-visibility__issues {
  max-width: 1120px;
  margin-inline: auto;
}

.industry-page .industry-visibility__header {
  margin-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.industry-page .industry-visibility__eyebrow {
  margin: 0 0 0.8rem;
  color: #078fbe;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.industry-page .industry-visibility__header > p:last-child {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: rgba(16, 24, 39, 0.74);
  font-size: clamp(1.03rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.industry-page .industry-visibility__media {
  aspect-ratio: 16 / 5;
  border-radius: 4px 4px 0 0;
}

.industry-page .industry-visibility__media img {
  object-position: 65% center;
}

.industry-page .industry-visibility__issues {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 17, 38, 0.17);
  border-bottom: 1px solid rgba(7, 17, 38, 0.17);
}

.industry-page .industry-visibility__issues::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 88px;
  height: 3px;
  background: #05a7df;
  content: "";
}

.industry-page .industry-visibility__issue {
  min-width: 0;
  padding: clamp(2rem, 3.4vw, 3rem) clamp(2rem, 4vw, 3.5rem);
}

.industry-page .industry-visibility__issue:nth-child(even) {
  border-left: 1px solid rgba(7, 17, 38, 0.14);
}

.industry-page .industry-visibility__issue:nth-child(n + 3) {
  border-top: 1px solid rgba(7, 17, 38, 0.14);
}

.industry-page .industry-visibility__issue:nth-child(odd) {
  padding-left: 0;
}

.industry-page .industry-visibility__issue:nth-child(even) {
  padding-right: 0;
}

.industry-page .industry-visibility__number {
  display: block;
  margin-bottom: 1rem;
  color: #078fbe;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.industry-page .industry-visibility__issue h3 {
  max-width: 440px;
  margin: 0;
  color: #071126;
  font-size: clamp(1.35rem, 1.9vw, 1.7rem);
  line-height: 1.22;
  text-wrap: balance;
}

.industry-page .industry-visibility__issue p {
  max-width: 460px;
  margin: 0.9rem 0 0;
  color: rgba(16, 24, 39, 0.72);
  line-height: 1.66;
}

/* Service fit */
.industry-page .industry-service-fit {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.industry-page .industry-service-fit__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.industry-page .industry-service-fit__media {
  aspect-ratio: 4 / 3;
}

.industry-page .industry-service-fit__content {
  max-width: 650px;
}

.industry-page .industry-service-fit__content p {
  margin: 1.25rem 0 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: clamp(1.02rem, 1.3vw, 1.1rem);
  line-height: 1.72;
}

.industry-page .industry-service-fit__content a {
  color: #067fae;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(5, 167, 223, 0.48);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.industry-page .industry-service-fit__content a:hover,
.industry-page .industry-service-fit__content a:focus-visible {
  color: #075c94;
  text-decoration-color: #075c94;
}

/* Property types */
.industry-page .industry-property-types {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #f4f5f7;
}

.industry-page .industry-property-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.industry-page .industry-property-type {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 6px;
}

.industry-page .industry-property-type__media {
  aspect-ratio: 16 / 10;
  border-radius: 0;
}

.industry-page .industry-property-type h3 {
  min-height: 88px;
  margin: 0;
  padding: 1.35rem 1.5rem;
  color: #071126;
  font-size: clamp(1.2rem, 1.65vw, 1.42rem);
  line-height: 1.28;
}

/* Property Snapshot Builder */
.industry-page .industry-property-snapshot {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  color: #ffffff;
  background: var(--color-navy-900);
}

.industry-page .industry-property-snapshot__header {
  max-width: 900px;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.industry-page .industry-property-snapshot h2 {
  color: #ffffff;
}

.industry-page .industry-property-snapshot__header > p {
  max-width: 820px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.03rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.industry-page .industry-property-snapshot__builder {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(330px, 0.88fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.industry-page .industry-property-snapshot__form {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.industry-page .industry-property-snapshot__group {
  min-width: 0;
  margin: 0;
  padding: 0 0 2rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.industry-page .industry-property-snapshot__group + .industry-property-snapshot__group {
  padding-top: 2rem;
}

.industry-page .industry-property-snapshot__group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.industry-page .industry-property-snapshot__group legend {
  width: 100%;
  padding: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 1.55vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.industry-page .industry-property-snapshot__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.industry-page .industry-property-snapshot__option {
  position: relative;
  min-width: 0;
}

.industry-page .industry-property-snapshot__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.industry-page .industry-property-snapshot__option label {
  position: relative;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 54px;
  padding: 0.8rem 2.5rem 0.8rem 0.9rem;
  color: #101827;
  background: #f5f6f8;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition);
}

.industry-page .industry-property-snapshot__option label::before {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid rgba(7, 17, 38, 0.34);
  content: "";
}

.industry-page .industry-property-snapshot__option input[type="radio"] + label::before {
  border-radius: 50%;
}

.industry-page .industry-property-snapshot__option input[type="checkbox"] + label::before {
  border-radius: 3px;
}

.industry-page .industry-property-snapshot__option label::after {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  color: #075c94;
  content: "\2713";
  font-size: 1rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-50%);
}

.industry-page .industry-property-snapshot__option label:hover {
  background: #e9f7fc;
  border-color: rgba(5, 167, 223, 0.46);
}

.industry-page .industry-property-snapshot__option input:focus-visible + label {
  outline: 3px solid #49c6ed;
  outline-offset: 3px;
}

.industry-page .industry-property-snapshot__option input:checked + label {
  color: #071126;
  background: #dff4fb;
  border-color: #05a7df;
}

.industry-page .industry-property-snapshot__option input:checked + label::before {
  background: #05a7df;
  border-color: #05a7df;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.industry-page .industry-property-snapshot__option input:checked + label::after {
  opacity: 1;
}

.industry-page .industry-property-snapshot__summary {
  position: sticky;
  top: 110px;
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  color: #101827;
  background: #ffffff;
  border-top: 5px solid #05a7df;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(2, 6, 17, 0.28);
}

.industry-page .industry-property-snapshot__summary h3 {
  margin: 0;
  color: #071126;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  line-height: 1.12;
}

.industry-page .industry-property-snapshot__summary-intro {
  margin: 1rem 0 0;
  color: rgba(16, 24, 39, 0.68);
  line-height: 1.6;
}

.industry-page .industry-property-snapshot__summary-list {
  margin: 1.75rem 0 0;
}

.industry-page .industry-property-snapshot__summary-row {
  padding: 1rem 0;
  border-top: 1px solid rgba(7, 17, 38, 0.12);
}

.industry-page .industry-property-snapshot__summary-row dt {
  color: #075c94;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.industry-page .industry-property-snapshot__summary-row dd {
  margin: 0.4rem 0 0;
  color: rgba(16, 24, 39, 0.72);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  transition: opacity 180ms ease;
}

.industry-page .industry-property-snapshot__summary-row dd.is-updating {
  opacity: 0.42;
}

.industry-page .industry-property-snapshot__summary-row ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-page .industry-property-snapshot__summary-row li {
  position: relative;
  padding-left: 0.9rem;
}

.industry-page .industry-property-snapshot__summary-row li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #05a7df;
  border-radius: 50%;
  content: "";
}

.industry-page .industry-property-snapshot__continue {
  width: 100%;
  min-height: 60px;
  margin-top: 1.25rem;
  padding-inline: 1rem;
  color: #ffffff;
  background: #078fbe;
  border-color: #078fbe;
  font-weight: 700;
}

.industry-page .industry-property-snapshot__continue:hover {
  color: #ffffff;
  background: #067aa3;
  border-color: #067aa3;
}

.industry-page .industry-property-snapshot__reset {
  display: block;
  min-height: 42px;
  margin: 0.75rem auto 0;
  padding: 0.4rem 0.75rem;
  color: rgba(7, 17, 38, 0.62);
  background: transparent;
  border: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(7, 17, 38, 0.3);
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.industry-page .industry-property-snapshot__reset:hover {
  color: #075c94;
  text-decoration-color: #075c94;
}

/* FAQ */
.industry-page .industry-faq {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.industry-retail-shopping-center .industry-faq {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("/assets/images/female-security-officer-in-shopping-mall-roaming-smiling.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industry-warehouse-distribution .industry-faq {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("/assets/images/warehouse-security-officer-patrolling-isles.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industry-page .industry-faq__inner {
  max-width: 1080px;
}

.industry-page .industry-faq__header {
  max-width: 820px;
  margin: 0 auto clamp(2.75rem, 5vw, 4rem);
  text-align: center;
}

.industry-page .industry-faq__list {
  border-top: 1px solid rgba(7, 17, 38, 0.16);
}

.industry-page .industry-faq__item {
  border-bottom: 1px solid rgba(7, 17, 38, 0.16);
}

.industry-page .industry-faq__item h3 {
  margin: 0;
}

.industry-page .industry-faq__trigger {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 1.55rem 0.25rem;
  color: #071126;
  background: transparent;
  border: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color var(--transition);
}

.industry-page .industry-faq__trigger:hover,
.industry-page .industry-faq__trigger[aria-expanded="true"] {
  color: #075c94;
}

.industry-page .industry-faq__indicator {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.industry-page .industry-faq__answer {
  padding: 0 3.75rem 1.75rem 0.25rem;
}

.industry-page .industry-faq__answer[hidden] {
  display: none;
}

.industry-page .industry-faq__answer p {
  max-width: 920px;
  margin: 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: 1.02rem;
  line-height: 1.7;
}

/* Shared: breadcrumb (additive — currently used only on the Construction page) */
.industry-breadcrumb {
  padding-top: calc(var(--header-height) + 1.75rem);
}

.industry-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.35;
}

.industry-breadcrumb li:not(:last-child)::after {
  margin-inline: 0.6rem;
  color: rgba(255, 255, 255, 0.35);
  content: "/";
}

.industry-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.2em;
}

.industry-breadcrumb a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.82);
}

/* Shared: dark-grey "pending photo" placeholder variant (additive) */
.industry-page .industry-media-placeholder--pending {
  background: #3a3f4a;
}

/* Shared: optional eyebrow label above an .industry-faq__header h2 (additive) */
.industry-page .industry-faq__eyebrow {
  margin: 0 0 0.8rem;
  color: #078fbe;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* ===== Construction & Development — page-specific sections ===== */

.industry-page .industry-solution-hero {
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
  color: #ffffff;
  background: var(--color-navy-900);
}

.industry-page .industry-solution-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.industry-page .industry-solution-hero__content h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.industry-page .industry-solution-hero__content p {
  max-width: 560px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
  line-height: 1.72;
}

.industry-page .industry-solution-hero__cta {
  margin-top: 2rem;
  color: #ffffff;
  background: #05a7df;
  border-color: #05a7df;
}

.industry-page .industry-solution-hero__cta:hover,
.industry-page .industry-solution-hero__cta:focus-visible {
  color: #ffffff;
  background: #078fbe;
  border-color: #078fbe;
}

.industry-page .industry-solution-hero__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 6px;
}

.industry-page .industry-solution-intro {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.industry-page .industry-solution-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.industry-page .industry-solution-intro__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 6px;
}

.industry-page .industry-solution-intro__eyebrow {
  margin: 0 0 0.8rem;
  color: #078fbe;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.industry-page .industry-solution-intro__content h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(2.4rem, 4.2vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.industry-page .industry-solution-intro__content p {
  max-width: 560px;
  margin: 1.25rem 0 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: clamp(1.02rem, 1.3vw, 1.12rem);
  line-height: 1.72;
}

.industry-page .industry-solution-challenges {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  color: #ffffff;
  background: var(--color-navy-900);
}

.industry-page .industry-solution-challenges__inner {
  max-width: 1080px;
}

.industry-page .industry-solution-challenges__header {
  max-width: 820px;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}

.industry-page .industry-solution-challenges__eyebrow {
  margin: 0 0 0.8rem;
  color: #49c6ed;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.industry-page .industry-solution-challenges__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.2vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.industry-page .industry-solution-challenges__header p {
  max-width: 780px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.7;
}

.industry-page .industry-solution-challenges__list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-page .industry-solution-challenges__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-page .industry-solution-challenges__item h3 {
  margin: 0;
}

.industry-page .industry-solution-challenges__trigger {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 0;
  color: #ffffff;
  text-align: left;
  background: none;
  border: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}

.industry-page .industry-solution-challenges__trigger:hover,
.industry-page .industry-solution-challenges__trigger[aria-expanded="true"] {
  color: #49c6ed;
}

.industry-page .industry-solution-challenges__indicator {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.industry-page .industry-solution-challenges__answer {
  padding: 0 3.75rem 1.75rem 0.25rem;
}

.industry-page .industry-solution-challenges__answer[hidden] {
  display: none;
}

.industry-page .industry-solution-challenges__answer p {
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.7;
}

.industry-page .industry-solution-services {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.industry-page .industry-solution-services__header {
  max-width: 820px;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}

.industry-page .industry-solution-services__header h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(2.4rem, 4.2vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.industry-page .industry-solution-services__header p {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.industry-page .industry-solution-services__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.industry-page .industry-solution-services__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(7, 13, 29, 0.08);
}

.industry-page .industry-solution-services__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.industry-page .industry-solution-services__media--patrol-car {
  object-position: 40% center;
}

.industry-page .industry-solution-services__media--remote-monitoring {
  object-position: 35% center;
}

.industry-page .industry-solution-services__media--officer {
  object-position: center 22%;
}

.industry-page .industry-solution-services__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  padding: 1.75rem;
}

.industry-page .industry-solution-services__body h3 {
  margin: 0;
  color: #071126;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.3;
}

.industry-page .industry-solution-services__body p {
  margin: 0.85rem 0 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

.industry-page .industry-solution-services__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.85rem;
  padding: 0.85rem 1.9rem;
  color: #071126;
  border: 1.5px solid #071126;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.industry-page .industry-solution-services__link:hover,
.industry-page .industry-solution-services__link:focus-visible {
  color: #ffffff;
  background: #071126;
  border-color: #071126;
}

.industry-page .industry-solution-help {
  position: relative;
  isolation: isolate;
  padding-block: clamp(5.5rem, 8vw, 8rem);
  color: #ffffff;
  background: var(--color-navy-900);
}

.industry-construction-development .industry-solution-help::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("/assets/images/construction-bg.jpg");
  background-position: center;
  background-size: cover;
  content: "";
}

.industry-construction-development .industry-solution-help::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(7, 13, 29, 0.65);
  content: "";
}

.industry-page .industry-solution-help .industry-container {
  position: relative;
}

.industry-page .industry-solution-help__header {
  max-width: 900px;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}

.industry-page .industry-solution-help__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.2vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.industry-page .industry-solution-help__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-page .industry-solution-help__grid li {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  min-width: 0;
  padding: 1.6rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.4;
}

.industry-page .industry-solution-help__grid li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-page .industry-solution-help__check {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--color-navy-900);
  background: #05a7df;
  border-radius: 50%;
}

.industry-page .industry-solution-help__check svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-page .industry-solution-final-cta {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  color: #ffffff;
  text-align: center;
  background: var(--color-navy-900);
}

.industry-page .industry-solution-final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.2vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.industry-page .industry-solution-final-cta p {
  max-width: 640px;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.industry-page .industry-solution-final-cta__cta {
  margin-top: 2rem;
  color: #ffffff;
  background: #05a7df;
  border-color: #05a7df;
}

.industry-page .industry-solution-final-cta__cta:hover,
.industry-page .industry-solution-final-cta__cta:focus-visible {
  color: #ffffff;
  background: #078fbe;
  border-color: #078fbe;
}

@media (max-width: 1100px) {
  .industry-page .industry-hero h1 {
    font-size: clamp(3.25rem, 5.3vw, 4.7rem);
  }

  .industry-page .industry-hero__inner {
    gap: 3.5rem;
  }

}

@media (max-width: 960px) {
  .industry-page .industry-property-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-page .industry-visibility__media {
    aspect-ratio: 16 / 6;
  }
}

@media (max-width: 820px) {
  .industry-page .industry-hero__inner,
  .industry-page .industry-service-fit__layout {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-hero__inner {
    gap: 2.75rem;
    min-height: 0;
    padding-block: calc(var(--header-height) + 4rem) calc(68px + 4rem);
  }

  .industry-page .industry-hero__content,
  .industry-page .industry-service-fit__content {
    max-width: 680px;
  }

  .industry-page .industry-hero__media,
  .industry-page .industry-service-fit__media {
    width: min(100%, 680px);
  }

  .industry-page .industry-priorities__grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .industry-page .industry-priority {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 0.75rem;
  }

  .industry-page .industry-priority__number {
    grid-row: 1 / 3;
    margin: 0;
    padding-top: 0.25rem;
  }

  .industry-page .industry-priority p {
    grid-column: 2;
  }

  .industry-page .industry-service-fit__content {
    grid-row: 1;
  }

  .industry-page .industry-service-fit__media {
    grid-row: 2;
  }

  .industry-page .industry-solution-hero__inner,
  .industry-page .industry-solution-intro__layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .industry-page .industry-solution-hero__media {
    order: -1;
    aspect-ratio: 16 / 10;
    object-position: center 8%;
  }

}

@media (max-width: 960px) {
  .industry-page .industry-property-snapshot__builder {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .industry-page .industry-property-snapshot__summary {
    position: static;
  }
}

@media (max-width: 700px) {
  .industry-page .industry-hero__inner {
    padding-bottom: 4.5rem;
  }

  .industry-page .industry-hero h1 {
    font-size: clamp(3rem, 12vw, 4.3rem);
  }

  .industry-page .industry-visibility__issues {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-visibility__issue,
  .industry-page .industry-visibility__issue:nth-child(odd),
  .industry-page .industry-visibility__issue:nth-child(even) {
    padding: 1.75rem 0;
    border-left: 0;
  }

  .industry-page .industry-visibility__issue:nth-child(n + 2) {
    border-top: 1px solid rgba(7, 17, 38, 0.14);
  }

  .industry-page .industry-solution-hero__content h1 {
    font-size: clamp(2.75rem, 10vw, 3.65rem);
  }

  .industry-page .industry-solution-intro,
  .industry-page .industry-solution-challenges,
  .industry-page .industry-solution-services,
  .industry-page .industry-solution-help,
  .industry-page .industry-solution-final-cta {
    padding-block: 4.5rem;
  }

  .industry-page .industry-solution-hero {
    padding-bottom: 4.5rem;
  }

  .industry-page .industry-solution-services__row {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .industry-page .industry-solution-help__grid {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-solution-help__grid li:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  .industry-page .industry-section-header h2,
  .industry-page .industry-visibility h2,
  .industry-page .industry-service-fit h2,
  .industry-page .industry-property-snapshot h2,
  .industry-page .industry-faq h2 {
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
  }

  .industry-page .industry-hero__inner {
    gap: 2.25rem;
    padding-top: calc(var(--header-height) + 3.5rem);
  }

  .industry-page .industry-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.65rem);
  }

  .industry-page .industry-hero__content > p {
    font-size: 1rem;
  }

  .industry-page .industry-hero__media {
    aspect-ratio: 4 / 3;
  }

  .industry-page .industry-priority {
    display: block;
  }

  .industry-page .industry-priority__number {
    margin-bottom: 1.2rem;
    padding-top: 0;
  }

  .industry-page .industry-priority p {
    margin-top: 0.9rem;
  }

  .industry-page .industry-visibility__media {
    aspect-ratio: 4 / 3;
  }

  .industry-page .industry-property-types__grid,
  .industry-page .industry-property-snapshot__options {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-property-type h3 {
    min-height: 0;
  }

  .industry-page .industry-property-snapshot__form,
  .industry-page .industry-property-snapshot__summary {
    padding: 1.35rem;
  }

  .industry-page .industry-faq__trigger {
    gap: 1rem;
    padding-block: 1.25rem;
    font-size: 1.08rem;
  }

  .industry-page .industry-faq__answer {
    padding: 0 2.25rem 1.5rem 0.25rem;
  }
}

@media (max-width: 430px) {
  .industry-page .industry-hero h1 {
    font-size: clamp(2.6rem, 11.5vw, 3.1rem);
  }

  .industry-page .industry-media-placeholder {
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-page .industry-property-snapshot__summary-row dd {
    transition: none;
  }
}
