:root {
  --policy-navy: #071a2b;
  --policy-blue: #1219ca;
  --policy-ink: #14243a;
  --policy-muted: #687587;
  --policy-line: #dfe5e9;
  --policy-mist: #f4f6f8;
}

body.policy-page {
  background: #fff;
  color: var(--policy-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.policy-page .header-overlay.about-header-height {
  position: relative;
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  background: var(--policy-navy);
}

.policy-page .header-overlay.about-header-height::before {
  inset: 0;
  width: auto;
  height: auto;
  background-position: center;
  opacity: .62;
  filter: saturate(.68) contrast(1.08);
}

.policy-page .header-overlay.about-header-height::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(5 20 34 / .9), rgb(5 20 34 / .39));
  content: "";
}

.policy-page .header-overlay .pt-36 {
  height: 100%;
  padding: 0 !important;
}

.policy-page .header-overlay .header-content {
  z-index: 2;
  height: 100%;
  max-width: 1180px;
  padding: 112px 32px 36px !important;
  margin: 0 auto;
  align-items: flex-start;
  text-align: left;
}

.policy-page .header-overlay h1 {
  margin: 0 !important;
  font-size: clamp(2.35rem, 4.2vw, 4rem) !important;
  font-weight: 750 !important;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-align: left !important;
}

.policy-page .header-overlay h1::before {
  display: block;
  margin: 0 0 18px;
  color: #b9c7ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  content: "Our standards";
}

.policy-page .header-overlay p.text-lg {
  margin: 18px 0 0 !important;
  color: rgb(255 255 255 / .82);
  font-size: 1.05rem !important;
  line-height: 1.6;
  text-align: left;
}

.policy-page .intro-section {
  padding: 54px 24px;
  border-bottom: 1px solid var(--policy-line);
  background: #fff;
}

.policy-page .intro-content {
  max-width: 900px;
  margin: 0 auto;
}

.policy-page .intro-text {
  margin: 0;
  color: var(--policy-muted);
  font-size: 1.06rem;
  line-height: 1.85;
  text-align: center;
}

.policy-page > section.py-16.bg-white {
  padding: 82px 0 !important;
  background: var(--policy-mist) !important;
}

.policy-page > section.py-16.bg-white > .container {
  width: min(calc(100% - 48px), 1180px);
  max-width: none;
  padding: 0 !important;
  counter-reset: policy;
}

.policy-page .policy-card {
  position: relative;
  min-height: 250px;
  padding: 31px !important;
  counter-increment: policy;
  border: 1px solid var(--policy-line);
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.policy-page .policy-card:hover {
  border-color: #b6c4d4;
  box-shadow: 0 18px 42px rgb(18 36 58 / .09) !important;
  transform: translateY(-3px);
}

.policy-page .policy-card > .flex {
  align-items: flex-start;
  margin-bottom: 19px !important;
}

.policy-page .policy-card i {
  display: none;
}

.policy-page .policy-card > .flex::before {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  margin-right: 15px;
  border-radius: 50%;
  background: #e5eaff;
  color: var(--policy-blue);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  content: counter(policy, decimal-leading-zero);
}

.policy-page .policy-card h3 {
  margin: 8px 0 0 !important;
  color: var(--policy-ink);
  font-size: 1.15rem !important;
  font-weight: 740 !important;
  line-height: 1.28;
  text-align: left !important;
}

.policy-page .policy-card p {
  margin: 0;
  color: var(--policy-muted) !important;
  font-size: .94rem;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .policy-page .header-overlay.about-header-height {
    height: 380px;
    min-height: 380px;
  }

  .policy-page .header-overlay .header-content {
    padding: 126px 24px 30px !important;
  }

  .policy-page .header-overlay h1 {
    font-size: clamp(2.2rem, 11vw, 3rem) !important;
  }

  .policy-page .intro-section,
  .policy-page > section.py-16.bg-white {
    padding-block: 58px !important;
  }

  .policy-page > section.py-16.bg-white > .container {
    width: min(calc(100% - 32px), 1180px);
  }

  .policy-page .policy-card {
    min-height: 0;
    padding: 27px !important;
  }
}
