:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f8fb;
  color: #172033;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f8fb;
}

a {
  color: inherit;
}

.safy-site {
  min-height: 100vh;
  color: #172033;
}

.safy-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid #d8dee9;
}

.safy-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("/assets/newcover-today.png");
  background-position: top center;
  background-size: cover;
  z-index: -2;
}

.safy-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(247, 248, 251, 0.88);
  z-index: -1;
}

.safy-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.safy-nav__brand {
  color: #101827;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.safy-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.safy-nav__links a {
  color: #3d4a60;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.safy-hero__content {
  width: min(900px, calc(100% - 48px));
  margin-left: clamp(24px, 7vw, 96px);
  padding: 112px 0 58px;
}

.safy-kicker {
  margin: 0 0 12px;
  color: #1e6b5a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.safy-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #101827;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 0;
}

.safy-hero__copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: #2d394d;
  font-size: 21px;
  line-height: 1.45;
}

.safy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.safy-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #172033;
  border-radius: 7px;
  background: #172033;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.safy-button--secondary {
  border-color: #b9c3d1;
  background: #ffffff;
  color: #172033;
}

.safy-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 830px;
  margin: 42px 0 0;
}

.safy-hero__facts div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(184, 195, 210, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.safy-hero__facts dt {
  color: #667388;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.safy-hero__facts dd {
  margin: 10px 0 0;
  color: #172033;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.safy-section,
.safy-product,
.safy-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

.safy-section {
  display: grid;
  gap: 30px;
}

.safy-section--split {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid #d8dee9;
}

.safy-section__intro {
  max-width: 800px;
}

.safy-section h2,
.safy-product h2,
.safy-cta h2 {
  margin: 0;
  color: #172033;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
}

.safy-section p,
.safy-product p,
.safy-cta p {
  margin: 14px 0 0;
  color: #5a6677;
  font-size: 17px;
  line-height: 1.6;
}

.safy-copy-stack {
  display: grid;
  gap: 14px;
}

.safy-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.safy-card,
.safy-step,
.safy-control-list div {
  border: 1px solid #d8dee9;
  border-radius: 8px;
  background: #ffffff;
}

.safy-card {
  min-height: 245px;
  padding: 20px;
}

.safy-card span {
  display: block;
  color: #2f7d6a;
  font-size: 13px;
  font-weight: 900;
}

.safy-card h3,
.safy-control-list h3 {
  margin: 18px 0 0;
  color: #172033;
  font-size: 21px;
  line-height: 1.18;
}

.safy-card p,
.safy-control-list p {
  font-size: 15px;
  line-height: 1.55;
}

.safy-product {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid #d8dee9;
}

.safy-product__copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.safy-product__copy li {
  position: relative;
  padding-left: 24px;
  color: #2d394d;
  font-size: 16px;
  line-height: 1.35;
}

.safy-product__copy li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2f7d6a;
  content: "";
}

.safy-product__image {
  margin: 0;
}

.safy-product__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c8d1de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.16);
}

.safy-product figcaption {
  display: block;
  margin-top: 10px;
  color: #667388;
  font-size: 13px;
  font-weight: 800;
}

.safy-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.safy-step {
  min-height: 150px;
  padding: 22px;
}

.safy-step span {
  display: block;
  color: #172033;
  font-size: 23px;
  font-weight: 900;
}

.safy-step p {
  font-size: 15px;
}

.safy-control-list {
  display: grid;
  gap: 12px;
}

.safy-control-list div {
  padding: 18px;
}

.safy-control-list h3 {
  margin-top: 0;
}

.safy-cta {
  display: grid;
  justify-items: start;
  gap: 18px;
  border-top: 1px solid #d8dee9;
}

.safy-cta h2 {
  max-width: 780px;
}

.safy-cta p {
  max-width: 760px;
  margin-top: 0;
}

@media (max-width: 1000px) {
  .safy-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .safy-hero {
    min-height: 80vh;
    align-items: flex-end;
  }

  .safy-hero__media {
    background-position: top left;
  }

  .safy-hero__overlay {
    background: rgba(247, 248, 251, 0.93);
  }

  .safy-nav {
    width: calc(100% - 36px);
    min-height: 64px;
  }

  .safy-nav__links {
    display: none;
  }

  .safy-hero__content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 96px 0 42px;
  }

  .safy-hero h1 {
    font-size: 42px;
  }

  .safy-hero__copy {
    font-size: 18px;
  }

  .safy-section--split,
  .safy-card-grid,
  .safy-product,
  .safy-step-row {
    grid-template-columns: 1fr;
  }

  .safy-hero__facts {
    display: none;
  }

  .safy-section,
  .safy-product,
  .safy-cta {
    width: min(100% - 36px, 1180px);
    padding: 48px 0;
  }

  .safy-section h2,
  .safy-product h2,
  .safy-cta h2 {
    font-size: 30px;
  }
}
