/* =========================
   HERO (Safety page)
   ========================= */
   .safety-hero .safety-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(405px, 42%);
    column-gap: 24px;
    align-items: start;
  }

  .safety-hero .intro-content {
    grid-column: 1;
    display: flex;
    flex-direction: column;

    height: 100%;
    justify-content: space-between;
  }


  .safety-hero .hero-media {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
  }

  .safety-hero .intro {
    align-items: stretch;
  }

  .safety-hero .hero-image {
    width: min(405px, 100%);
    height: auto;
    display: block;
    transform: translateY(-10px);
  }

  .safety-title {
    font-family: 'ATPPleasurize-Regular', 'ATP-Pleasurize', sans-serif;
    font-size: 56px;
    line-height: 55px;
    color: #154269;

    margin: 0;
  }

  .safety-subtitle {
    font-family: var(--ubuntu-font);
    font-weight: 500;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--unnamed-color-0084ac);
    margin: 0 0 18px 0;
  }

  .safety-lead {
    font-weight: 700;
    margin: 0 0 12px 0;
  }

  .safety-bullets {
    font-family: var(--ubuntu-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--unnamed-color-154269);
    margin: 0 0 14px 0;
    white-space: normal;
  }

  .safety-body {
    font-family: var(--ubuntu-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--unnamed-color-154269);
    margin: 0 0 18px 0;
  }

  /* -------------------------
   CARD: Safety Model
------------------------- */
.model-card {
  display: grid;
  grid-template-columns: clamp(180px, 26vw, 369px) 1fr;
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
}

.model-side {
  width: 100%;
  height: auto;
  display: block;
  align-self: start;
  object-fit: contain;
}

.model-body {
  min-width: 0;
}

.model-title {
  font-family: "ATP-Pleasurize", var(--ubuntu-font);
  font-size: 56px;
  line-height: 55px;
  color: var(--unnamed-color-154269);
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.model-subtitle {
  font-family: var(--ubuntu-font);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 26px;
  letter-spacing: 2px;
  color: var(--unnamed-color-0084ac);
  text-transform: uppercase;
  margin: 16px 0 18px 0;
}

.model-list {
  display: grid;
  gap: 16px;
}

.model-item-title {
  font-family: var(--ubuntu-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--unnamed-color-154269);
  margin: 0 0 4px 0;
}

.model-item-text {
  font-family: var(--ubuntu-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--unnamed-color-154269);
  margin: 0;
  max-width: 552px;
}

/* =========================
   CARD: Universal Prevention
   ========================= */
   .prevention-card {
    position: relative;
    overflow: visible;
  }

  .prevention-card .prevention-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.75fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: stretch;
  }

  .prevention-card .prevention-title {
    font-family: "ATP-Pleasurize", var(--ubuntu-font);
    font-size: 56px;
    line-height: 55px;
    color: var(--unnamed-color-154269);
    text-transform: uppercase;
    margin: 0 0 18px 0;
  }

  .prevention-card .prevention-colhead {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 10px 0;
  }

  .prevention-card .prevention-check {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-top: 2px;
  }

  .prevention-card .prevention-role {
    font-family: var(--ubuntu-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    color: var(--unnamed-color-0084ac);
    text-transform: uppercase;
    margin: 0;
  }

  .prevention-card .prevention-text {
    font-family: var(--ubuntu-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--unnamed-color-154269);
    margin: 0 0 12px 0;
    max-width: 720px;
  }

  .prevention-card .prevention-list {
    margin: 0 0 12px 0;
    padding-left: 20px;
    font-family: var(--ubuntu-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--unnamed-color-154269);
  }

  .prevention-card .prevention-list li {
    margin: 0 0 6px 0;
  }

  .prevention-card .demo-button {
    margin-top: 32px;
  }

.prevention-card .prevention-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: visible;
  height: 100%;
}

.prevention-card .prevention-image {
  margin-top: auto;
  width: clamp(280px, 32vw, 528px);
  max-width: 528px;
  height: auto;

  margin-bottom: -50px;
  margin-right: clamp(-94px, -4vw, -40px);
}

/* =========================
   CARD: Targeted Support
   ========================= */
   .support-card {
    display: flex;
    gap: 24px;
    align-items: stretch;
  }

  .support-card .support-side {
    width: min(380px, 40%);
    object-fit: contain;
  }

  .support-card .support-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .support-card--image-right {
    flex-direction: row;
  }

.support-title {
  font-family: "ATP-Pleasurize", var(--ubuntu-font);
  font-size: 56px;
  line-height: 55px;
  color: var(--unnamed-color-154269);
  text-transform: uppercase;
}

.support-colhead {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 0 0;
}

.support-check {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.support-role {
  font-family: var(--ubuntu-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: var(--unnamed-color-0084ac);
  text-transform: uppercase;
  margin: 0;
}

.support-text {
  font-family: var(--ubuntu-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--unnamed-color-154269);
  margin: 0;
  max-width: 822px;
}

/* =========================
   CARD: TWO CARD
   ========================= */

.two-card > .two > .border {
  padding: 20px;
  box-sizing: border-box;
  min-width: 0;
}

.two-card img {
  max-width: 100%;
  height: auto;
  display: block;
}

.complete-card {
  display: grid;
  grid-template-columns: clamp(120px, 18vw, 260px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.complete-icon {
  width: 100%;
  height: auto;
  display: block;
}

.complete-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.complete-title {
  grid-column: 1 / -1;
  font-family: "ATP-Pleasurize", var(--ubuntu-font);
  font-size: 48px;
  line-height: 1.15;
  color: var(--unnamed-color-154269);
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.complete-text {
  font-family: var(--ubuntu-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--unnamed-color-154269);
  margin: 0;
}

.complete-cta {
  margin-top: 40px;
  margin-bottom: 16px;
}



/* -------------------------
   RESPONSIVE
------------------------- */

@media (max-width: 900px) {
  .safety-hero .safety-intro {
    grid-template-columns: 1fr;
  }

  .safety-hero .intro-content {
    justify-content: flex-start;
    gap: 20px;
    height: auto;
  }

  .safety-hero .hero-media {
    grid-column: 1;
    justify-content: center;
    padding-top: 16px;
  }

  .safety-hero .hero-image {
    transform: none;
    width: min(405px, 80vw);
  }
  .model-card {
    grid-template-columns: 1fr;
  }

  .model-body {
    order: 1;
  }

  .model-side {
    order: 2;
    width: min(369px, 70%);
    margin: 16px auto 0 auto;
  }

  .model-item-text {
    max-width: 100%;
  }

  .prevention-card .prevention-grid {
    grid-template-columns: 1fr;
  }

  .prevention-card .prevention-media {
    align-items: center;
  }

  .prevention-card .prevention-image {
    width: min(528px, 85vw);
    margin-right: 0;
    margin-top: 0;
  }

  .support-card {
    grid-template-columns: 1fr;
  }
  .support-card,
  .support-card--image-right {
    flex-direction: column;
  }

  .support-card .support-side {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }


  .support-side {
    width: min(306px, 75%);
    margin: 0 auto 10px auto;
  }

  .support-text {
    max-width: 100%;
  }

  .support-role {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .complete-card {
    grid-template-columns: 1fr;
  }

  .complete-icon {
    width: min(260px, 70%);
    margin: 0 auto;
  }
  .complete-title{
    font-size: 42px;
    line-height: 40px;
  }
  .support-title {
    font-size: 42px;
    line-height: 40px;
  }
  .prevention-card .prevention-title{
    font-size: 42px;
    line-height: 40px;
  }
  .model-title{
    font-size: 42px;
    line-height: 40px;
  }
  .safety-title{
    font-size: 42px;
    line-height: 40px;
  }
}


@media (max-width: 600px) {
  .safety-hero .safety-intro {
    display: block;
  }
  .prevention-card .prevention-grid{
    display: block;
  }

  .prevention-card .prevention-role {
    font-size: 18px;
    line-height: 26px;
  }
}
