:root {
  --ipps-navy: #0f2435;
  --ipps-slate: #1d3f56;
  --ipps-steel: #6f8a9a;
  --ipps-cloud: #c5d0d8;
  --ipps-line: #9fb0bc;
  --ipps-accent: #2d7f9f;
  --ipps-accent-dark: #1d5a72;
  --ipps-accent-warm: #d98a4e;
  --ipps-white: #ffffff;
  --ipps-cement: #b6c0c8;
  --ipps-cement-light: #c1cbd2;
  --ipps-cement-soft: #aeb8c0;
  --ipps-text: #132733;
  --ipps-text-muted: #2f4e60;
  --hero-nav-offset: clamp(72px, 7.5vh, 96px);
  --surface-glass: linear-gradient(170deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08));
  --panel-shadow: 0 22px 40px rgba(8, 28, 43, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ipps-text);
  background:
    radial-gradient(circle at 80% -20%, rgba(45, 127, 159, 0.18), transparent 38%),
    radial-gradient(circle at 0% 130%, rgba(19, 52, 73, 0.16), transparent 40%),
    repeating-linear-gradient(
      -20deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      rgba(255, 255, 255, 0.01) 1px,
      rgba(255, 255, 255, 0.01) 42px
    ),
    var(--ipps-cement-light);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  color: #0f2738;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

a {
  color: var(--ipps-accent-dark);
}

a:hover {
  color: var(--ipps-accent);
}

::selection {
  background: rgba(45, 127, 159, 0.3);
  color: #0b1c29;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 2000;
  padding: 0.5rem 1rem;
  background: var(--ipps-cement-light);
  border: 1px solid var(--ipps-navy);
}

.section-padding {
  padding: 4.5rem 0;
}

.section-padding-sm {
  padding: 3.25rem 0;
}

.section-shell {
  position: relative;
  isolation: isolate;
}

.section-shell::before {
  content: "";
  position: absolute;
  width: clamp(140px, 22vw, 240px);
  height: clamp(140px, 22vw, 240px);
  top: 1.2rem;
  right: max(1rem, calc((100vw - 1180px) / 2));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 126, 159, 0.14) 0%, rgba(47, 126, 159, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ipps-accent-dark);
  margin-bottom: 0.75rem;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 0.4rem;
}

.section-heading h2 {
  letter-spacing: -0.01em;
  font-size: clamp(1.6rem, 1.1rem + 1.2vw, 2.35rem);
}

.section-heading + .row {
  margin-top: 0.2rem;
}

.section-note {
  color: var(--ipps-text-muted);
  max-width: 62ch;
  font-size: 0.98rem;
  margin-top: 0.55rem;
}

.bg-light-subtle {
  background: var(--ipps-cement-light) !important;
}

.shadow-industrial {
  border: 1px solid var(--ipps-line);
  border-radius: 1rem;
  box-shadow: var(--panel-shadow);
}

.navbar {
  --bs-navbar-padding-y: 0.95rem;
  position: sticky;
  top: 0;
  z-index: 1100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(120deg, rgba(13, 39, 56, 0.95) 0%, rgba(17, 50, 77, 0.95) 45%, rgba(27, 74, 104, 0.95) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 22px rgba(7, 25, 39, 0.32);
}

.nav-shell {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 0.4rem 0.85rem;
  background: rgba(7, 25, 39, 0.22);
  box-shadow: 0 14px 24px rgba(3, 14, 22, 0.25);
}

.navbar-brand {
  color: var(--ipps-white);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--ipps-white);
}

.brand-logo-nav {
  height: clamp(72px, 8.4vh, 92px);
  width: auto;
  display: block;
}

.nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  border-radius: 999px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--ipps-white);
  background: rgba(255, 255, 255, 0.14);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
}

.navbar-toggler-icon {
  filter: invert(1) grayscale(1) brightness(2);
}

.navbar .navbar-collapse {
  border-radius: 0.85rem;
}

.nav-cta {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(33, 95, 122, 0.75), rgba(28, 73, 95, 0.85));
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(39, 113, 145, 0.9), rgba(31, 87, 114, 0.95));
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.nav-cta.active {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.nav-utility {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-contact-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  color: rgba(231, 243, 249, 0.95);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.nav-contact-chip:hover,
.nav-contact-chip:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - var(--hero-nav-offset));
  min-height: calc(100svh - var(--hero-nav-offset));
  display: flex;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(155deg, #081a27 0%, #0f2d42 54%, #184869 100%);
  color: var(--ipps-white);
}

.hero-section.section-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.hero-section::before {
  background:
    radial-gradient(circle at 20% 22%, rgba(177, 196, 208, 0.2), transparent 30%),
    radial-gradient(circle at 80% 24%, rgba(47, 126, 159, 0.33), transparent 38%),
    radial-gradient(circle at 65% 80%, rgba(20, 72, 105, 0.46), transparent 40%);
  animation: heroBackgroundDrift 14s ease-in-out infinite alternate;
}

.hero-section::after {
  background:
    repeating-linear-gradient(
      -36deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 14px,
      rgba(255, 255, 255, 0.01) 14px,
      rgba(255, 255, 255, 0.01) 90px
    );
  opacity: 0.2;
  mix-blend-mode: screen;
  animation: heroBandDrift 18s linear infinite;
}

.hero-title,
.hero-section h2 {
  color: var(--ipps-white);
}

.hero-title {
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: none;
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: clamp(1.8rem, 6.2vw, 5.2rem);
  margin-left: auto;
  margin-right: auto;
}

.hero-title-gradient {
  background: linear-gradient(160deg, #ffffff 5%, #e9f2f8 52%, #c8d8e4 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.88);
}

.hero-subcopy {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  margin-bottom: 1.1rem;
}

.hero-pill::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #9fd2eb;
  box-shadow: 0 0 0 5px rgba(159, 210, 235, 0.16);
}

.hero-cta-group .btn {
  min-width: clamp(190px, 22vw, 285px);
  font-size: clamp(1rem, 0.72rem + 0.78vh, 1.38rem);
  padding: clamp(0.8rem, 0.52rem + 0.72vh, 1.28rem) clamp(1.5rem, 0.95rem + 1.8vw, 2.7rem);
}

.hero-cta-group {
  justify-content: center;
}

.signal-strip-wrap {
  margin-top: -1.3rem;
  position: relative;
  z-index: 5;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  background: var(--surface-glass), var(--ipps-cement-light);
}

.signal-strip > div {
  border: 1px solid rgba(125, 146, 161, 0.52);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 0.75rem 0.8rem;
}

.signal-label {
  margin: 0 0 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #1e4a60;
}

.signal-value {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #123245;
}

@keyframes heroBackgroundDrift {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  40% {
    transform: scale(1.08) translate3d(-2%, -1%, 0);
  }
  80% {
    transform: scale(1.03) translate3d(2%, 2%, 0);
  }
}

@keyframes heroBandDrift {
  0% {
    transform: translate3d(-8%, -3%, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(8%, 4%, 0) rotate(2deg);
  }
}

.feature-block {
  background: var(--ipps-cement-light);
  padding: 1.7rem;
  border-radius: 1rem;
}

.where-operate-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(150deg, #0d2738 0%, #11324d 62%, #1b4a68 100%);
  border: 2px solid #ffffff;
  color: #ffffff;
}

.where-operate-card h3,
.where-operate-card p,
.where-operate-card strong {
  color: #ffffff;
}

.where-operate-logo-wrap {
  margin-top: auto;
  padding-top: 1.1rem;
  text-align: center;
}

.where-operate-logo {
  width: min(300px, 88%);
  height: auto;
  opacity: 0.95;
}

.global-cert-section {
  padding-top: 0;
}

.global-cert-panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid rgba(210, 228, 238, 0.24);
  background:
    radial-gradient(circle at 18% 18%, rgba(80, 161, 195, 0.24), transparent 35%),
    radial-gradient(circle at 88% 82%, rgba(217, 138, 78, 0.2), transparent 38%),
    linear-gradient(125deg, #0c2232 0%, #12374f 56%, #184f6d 100%);
  padding: 1.75rem;
}

.global-cert-stamp {
  position: absolute;
  top: 0.35rem;
  right: 1rem;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid rgba(255, 225, 225, 0.82);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 234, 234, 0.34), transparent 54%),
    linear-gradient(145deg, rgba(157, 32, 42, 0.95), rgba(109, 20, 31, 0.98));
  transform: rotate(-13deg);
  box-shadow: 0 10px 20px rgba(56, 8, 14, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.global-cert-stamp::before,
.global-cert-stamp::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  border: 1px solid rgba(255, 226, 226, 0.56);
}

.global-cert-stamp::after {
  inset: 14px;
  border-style: dashed;
  border-color: rgba(255, 226, 226, 0.56);
}

.stamp-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff4f4;
  font-weight: 700;
  z-index: 1;
  animation: stampPulse 2.9s ease-in-out infinite;
}

.stamp-line {
  font-size: 0.61rem;
}

.stamp-line + .stamp-line {
  margin-top: 0.18rem;
}

.global-cert-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -34deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      rgba(255, 255, 255, 0.01) 1px,
      rgba(255, 255, 255, 0.01) 32px
    );
  opacity: 0.35;
  animation: certStripeDrift 16s linear infinite;
  pointer-events: none;
}

.global-cert-panel > .row {
  position: relative;
  z-index: 1;
}

.global-cert-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(222, 239, 248, 0.95);
}

.global-cert-kicker::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ipps-accent-warm);
  box-shadow: 0 0 0 6px rgba(217, 138, 78, 0.2);
}

.global-cert-title {
  color: #f2f8fb;
  font-size: clamp(1.55rem, 1.08rem + 1.4vw, 2.2rem);
  max-width: 20ch;
}

.global-cert-copy {
  color: rgba(226, 240, 247, 0.92);
  max-width: 60ch;
}

.global-cert-logo-frame {
  border: 1px solid rgba(222, 238, 247, 0.35);
  border-radius: 1rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(235, 244, 249, 0.9));
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(7, 25, 39, 0.3);
}

.global-cert-logo {
  max-width: min(320px, 95%);
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes certStripeDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(32px, 0, 0);
  }
}

@keyframes stampPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.info-card,
.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--ipps-line);
  border-radius: 1rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06)),
    var(--ipps-cement-light);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.info-card:hover,
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(17, 50, 77, 0.14);
  border-color: #8ca1b0;
}

.info-card h3,
.category-card h3 {
  margin-bottom: 0.55rem;
  letter-spacing: 0.01em;
}

.about-card {
  background:
    radial-gradient(circle at 80% 20%, rgba(47, 126, 159, 0.1), transparent 45%),
    var(--ipps-cement-light);
  padding: 1.75rem;
}

.about-card p:last-of-type {
  margin-bottom: 0.2rem;
}

.trust-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #164059;
  border: 1px solid rgba(55, 92, 115, 0.3);
  background: rgba(255, 255, 255, 0.42);
}

.trust-chip::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #2f7e9f;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.brand-logo-card {
  border: 1px solid var(--ipps-line);
  border-radius: 0.85rem;
  background: var(--ipps-cement-light);
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
}

.brand-logo-card img {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.brand-label {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #123347;
}

.ceo-photo {
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
  border: 1px solid var(--ipps-line);
  display: block;
  background: #d5dce1;
}

.leadership-divider {
  margin-top: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--ipps-line);
}

.executive-copy {
  padding: 1.5rem 1.6rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08)),
    var(--ipps-cement-light);
}

.executive-copy h2,
.executive-copy .h3 {
  margin-bottom: 0.4rem;
}

.executive-copy p:last-of-type {
  margin-bottom: 1.2rem;
}

.carousel-frame {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--ipps-line);
  background: var(--ipps-cement-light);
}

.client-carousel-wrap {
  padding: 0.65rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 95% 5%, rgba(47, 126, 159, 0.16), transparent 45%);
}

.carousel-slide {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: end;
}

.carousel-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption-custom {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  margin: 1rem;
  border-radius: 0.75rem;
  background: rgba(12, 36, 53, 0.8);
  color: var(--ipps-white);
  max-width: 560px;
}

.carousel-caption-custom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 50, 77, 0.08), rgba(17, 50, 77, 0.65));
  z-index: 1;
}

.client-carousel-slide {
  min-height: 350px;
  padding: 2.5rem 1.25rem 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 80% 15%, rgba(47, 126, 159, 0.18), transparent 38%),
    linear-gradient(150deg, #c5ced5 0%, #bcc6ce 55%, #cdd5db 100%);
}

.client-logo {
  max-width: min(520px, 95%);
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.client-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ipps-accent-dark);
  margin-bottom: 0.45rem;
}

.client-meta {
  color: #325b71;
  font-weight: 500;
}

#landing-carousel .carousel-indicators [data-bs-target] {
  background-color: rgba(17, 50, 77, 0.35);
}

#landing-carousel .carousel-indicators .active {
  background-color: #11324d;
}

#landing-carousel .carousel-control-prev-icon,
#landing-carousel .carousel-control-next-icon {
  background-color: rgba(17, 50, 77, 0.88);
  border-radius: 50%;
  background-size: 65%;
  width: 2.4rem;
  height: 2.4rem;
}

.check-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.65rem;
}

.check-list li::before {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35rem;
  background: linear-gradient(140deg, var(--ipps-accent), #57a3c6);
}

.cta-card {
  padding: 1.65rem;
  border-radius: 1rem;
  border: 1px solid var(--ipps-line);
  background: linear-gradient(180deg, #c8d0d6 0%, #bcc5cc 100%);
}

.why-panel {
  background:
    radial-gradient(circle at 10% 10%, rgba(47, 126, 159, 0.13), transparent 30%),
    var(--ipps-cement-light);
}

.cta-panel {
  box-shadow: 0 16px 28px rgba(17, 50, 77, 0.16);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(47, 126, 159, 0.18), transparent 35%),
    linear-gradient(120deg, #c2cbd2 0%, #ccd5db 62%, #b9c2c9 100%);
  border-bottom: 1px solid var(--ipps-line);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      rgba(255, 255, 255, 0.01) 1px,
      rgba(255, 255, 255, 0.01) 26px
    );
  opacity: 0.45;
  pointer-events: none;
}

.page-hero-shell .container {
  padding: 1.25rem 0.55rem;
  position: relative;
  z-index: 1;
}

.page-hero-shell h1 {
  letter-spacing: -0.01em;
}

.page-kpi-card {
  border-radius: 1rem;
  border: 1px solid #9eacb7;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06));
  padding: 1rem;
}

.kpi-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #21495f;
  font-weight: 700;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.kpi-grid > div {
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(132, 152, 167, 0.5);
  padding: 0.55rem 0.5rem;
}

.kpi-grid strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #163b50;
}

.kpi-grid span {
  font-size: 0.7rem;
  color: #345c72;
}

.catalog-controls {
  background: var(--surface-glass), var(--ipps-cement-light);
  border: 1px solid #92a5b1;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--panel-shadow);
}

.catalog-controls .form-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #21485e;
}

.catalog-results-bar {
  border: 1px solid #95aab8;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.82rem 0.9rem;
  box-shadow: 0 12px 20px rgba(9, 29, 43, 0.08);
}

.product-card {
  position: relative;
  height: 100%;
  border: 1px solid #a4b3bd;
  border-radius: 1rem;
  background: var(--ipps-cement-light);
  box-shadow: 0 12px 24px rgba(17, 50, 77, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card h2 {
  font-size: 1.17rem;
}

.product-card p {
  color: #203d4d;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, rgba(47, 126, 159, 0.9), rgba(31, 93, 117, 0.8));
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(17, 50, 77, 0.15);
  border-color: #7f95a5;
}

.product-card .card-body {
  display: flex;
  flex-direction: column;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.8rem 0;
}

.product-meta .badge {
  background: #dce8f0;
  border: 1px solid #afc3d3;
  color: #123f58;
  font-weight: 600;
}

.key-specs {
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.95rem;
}

.key-specs li {
  margin-bottom: 0.3rem;
}

.empty-state {
  margin-top: 1rem;
  border: 1px dashed var(--ipps-line);
  border-radius: 1rem;
  background: var(--ipps-cement-soft);
  padding: 2rem;
  text-align: center;
}

.form-card {
  border-radius: 1rem;
  border: 1px solid #a3b2bc;
  padding: 1.65rem;
  background: var(--ipps-cement-light);
  box-shadow: 0 16px 28px rgba(17, 50, 77, 0.12);
}

.form-card h2 {
  letter-spacing: -0.01em;
}

.context-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(47, 126, 159, 0.12), transparent 36%),
    var(--ipps-cement-light);
}

.context-list {
  margin: 0;
  padding-left: 1.1rem;
}

.context-list li {
  margin-bottom: 0.4rem;
}

.quote-steps {
  margin: 0;
  padding-left: 1.2rem;
}

.quote-steps li {
  margin-bottom: 0.45rem;
}

.form-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #244e65;
}

.form-card-contact {
  box-shadow: inset 0 0 0 2px rgba(47, 126, 159, 0.12);
}

.form-card-quote {
  box-shadow: inset 0 0 0 2px rgba(17, 50, 77, 0.12);
}

.status-message {
  min-height: 2.2rem;
  margin-bottom: 0.75rem;
}

.status-message .alert {
  margin-bottom: 0;
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
}

.contact-card,
.quote-card {
  position: relative;
}

.contact-card::before,
.quote-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, #2f7e9f, #1f5d75);
}

.form-control,
.form-select {
  border: 1px solid #a4b2bc;
  background: rgba(255, 255, 255, 0.7);
}

.form-control:focus,
.form-select:focus {
  border-color: #2f7e9f;
  box-shadow: 0 0 0 0.18rem rgba(47, 126, 159, 0.16);
  background: #f2f7fb;
}

.form-card .btn-primary,
.btn-primary {
  --bs-btn-bg: var(--ipps-accent-dark);
  --bs-btn-border-color: var(--ipps-accent-dark);
  --bs-btn-hover-bg: #19455f;
  --bs-btn-hover-border-color: #19455f;
  --bs-btn-active-bg: #173d52;
  --bs-btn-active-border-color: #173d52;
}

.btn-outline-primary {
  --bs-btn-color: var(--ipps-accent-dark);
  --bs-btn-border-color: var(--ipps-accent-dark);
  --bs-btn-hover-bg: var(--ipps-accent-dark);
  --bs-btn-hover-border-color: var(--ipps-accent-dark);
}

.site-footer {
  background:
    radial-gradient(circle at 10% 5%, rgba(45, 127, 159, 0.2), transparent 30%),
    linear-gradient(120deg, #0b2231 0%, #11324a 55%, #123f5c 100%);
  color: #d7e5ee;
  padding: 2.5rem 0 2rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(222, 237, 248, 0.2);
}

.site-footer h2,
.site-footer h3 {
  color: var(--ipps-white);
}

.site-footer a {
  color: #deedf8;
  text-decoration: none;
}

.footer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}

.footer-highlights span {
  border: 1px solid rgba(218, 235, 246, 0.22);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.5rem 0.7rem;
  text-align: center;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.brand-logo-footer {
  height: 64px;
  width: auto;
  display: block;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-list li {
  margin-bottom: 0.35rem;
}

.site-footer .h6 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.site-footer .row > div:not(:first-child) {
  border-left: 1px solid rgba(222, 237, 248, 0.16);
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 0.6rem);
}

.footer-note {
  color: rgba(215, 229, 238, 0.75);
}

.page-brand-mark {
  height: 58px;
  width: auto;
  display: block;
}

.contact-brand-mark {
  height: 170px;
  max-width: 100%;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #dbe3e8;
  border-radius: 999px;
  background: #11324d;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(17, 50, 77, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
  z-index: 1200;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #1b4a68;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 992px) {
  .section-padding {
    padding: 3.75rem 0;
  }

  .hero-title {
    font-size: clamp(1.5rem, 6vw, 3rem);
    max-width: none;
  }

  .carousel-slide {
    min-height: 300px;
  }

  .client-carousel-slide {
    min-height: 300px;
    padding-bottom: 3.75rem;
  }

  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-cert-panel {
    padding: 1.4rem;
  }

  .global-cert-title {
    max-width: none;
  }

  .global-cert-stamp {
    width: 90px;
    height: 90px;
    top: 0.3rem;
    right: 0.8rem;
  }

  .brand-logo-nav {
    height: 58px;
  }

  .brand-logo-footer {
    height: 52px;
  }

  .nav-shell {
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .navbar .navbar-collapse {
    margin-top: 0.55rem;
    padding: 0.55rem;
    background: rgba(7, 25, 39, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .nav-utility {
    margin-top: 0.5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-contact-chip,
  .nav-cta {
    justify-content: center;
    text-align: center;
  }

  .back-to-top {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .contact-brand-mark {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 3rem 0;
  }

  .section-padding-sm {
    padding: 2.5rem 0;
  }

  .hero-section {
    text-align: center;
  }

  .hero-pill {
    font-size: 0.82rem;
  }

  .hero-cta-group .btn {
    min-width: clamp(200px, 70vw, 340px);
  }

  .signal-strip-wrap {
    margin-top: -0.6rem;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .global-cert-panel {
    padding: 1.1rem;
  }

  .global-cert-stamp {
    position: static;
    transform: rotate(-9deg);
    margin: 0 0 0.8rem auto;
    width: 82px;
    height: 82px;
  }

  .global-cert-logo-frame {
    min-height: 140px;
  }

  .global-cert-logo {
    max-height: 72px;
  }

  .section-shell::before {
    width: 120px;
    height: 120px;
    top: 0.4rem;
    right: 0.8rem;
  }

  .carousel-caption-custom {
    margin: 0.75rem;
  }

  .carousel-slide {
    min-height: 250px;
  }

  .client-carousel-slide {
    min-height: 255px;
    padding-top: 2rem;
    padding-bottom: 3.4rem;
  }

  .site-footer .row > div:not(:first-child) {
    border-left: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer-highlights {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .catalog-results-bar {
    flex-direction: column;
    gap: 0.7rem;
    align-items: stretch !important;
  }
}
