/* Standalone contact and service pages. */
.subpage {
  color: var(--text);
  background: #f8faf9;
}

.subpage main {
  overflow: clip;
}

.subpage-hero {
  position: relative;
  padding: calc(var(--header-height) + 88px) 0 84px;
  overflow: hidden;
  border-bottom: 1px solid rgb(3 145 66 / 10%);
  background:
    radial-gradient(circle at 84% 8%, rgb(3 145 66 / 14%), transparent 28%),
    radial-gradient(circle at 14% 100%, rgb(3 145 66 / 8%), transparent 30%),
    linear-gradient(135deg, #f2faf5, #fbfcfb 58%, #eef8f2);
}

.subpage-hero::after {
  position: absolute;
  top: -210px;
  right: -130px;
  width: 480px;
  height: 480px;
  border: 54px solid rgb(3 145 66 / 7%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.subpage-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.subpage-hero h1 {
  max-width: 850px;
  margin: 18px 0 22px;
  color: var(--ink);
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.subpage-hero-inner > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #52625a;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}

.contact-directory {
  background: #f8faf9;
}

.contact-directory-heading {
  max-width: 760px;
}

.contact-directory-hero .subpage-hero-inner {
  max-width: none;
}

.contact-sector-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-block: -12px;
  padding-block: 12px;
  overflow: visible;
  gap: 20px;
}

.contact-sector-card {
  position: relative;
  display: flex;
  min-height: 335px;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgb(205 221 212 / 88%);
  border-radius: 22px;
  color: var(--text);
  background: #fff;
  box-shadow: 0 7px 20px rgb(15 71 42 / 3%);
  transform: translateY(0);
  transition: transform 350ms cubic-bezier(.22, 1, .36, 1), box-shadow 350ms cubic-bezier(.22, 1, .36, 1), border-color 350ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.contact-sector-card::after {
  position: absolute;
  right: -54px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border: 26px solid rgb(3 145 66 / 5%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transition: opacity 350ms cubic-bezier(.22, 1, .36, 1), transform 350ms cubic-bezier(.22, 1, .36, 1);
}

a.contact-sector-card:hover,
.contact-sector-card-multiple:hover {
  z-index: 2;
  border-color: rgb(3 145 66 / 68%);
  box-shadow: 0 24px 48px rgb(10 66 34 / 14%), 0 8px 18px rgb(10 66 34 / 8%);
  transform: translateY(-8px);
}

/* Keep the entrance reveal and the tactile hover working together. */
.js .contact-directory-page .contact-sector-card.reveal {
  transition: opacity 560ms cubic-bezier(.16, 1, .3, 1),
              transform 350ms cubic-bezier(.22, 1, .36, 1),
              box-shadow 350ms cubic-bezier(.22, 1, .36, 1),
              border-color 350ms cubic-bezier(.22, 1, .36, 1);
}

.contact-directory-page .contact-sector-card:hover,
.js .contact-directory-page .contact-sector-card.reveal.is-visible:hover {
  z-index: 2;
  border-color: rgb(3 145 66 / 68%);
  box-shadow: 0 24px 48px rgb(10 66 34 / 14%), 0 8px 18px rgb(10 66 34 / 8%);
  transform: translateY(-8px);
}

.contact-directory-page a.contact-sector-card:active {
  transform: translateY(-2px);
}

.contact-directory-page a.contact-sector-card:focus-visible,
.contact-directory-page .contact-sector-card-multiple:focus-within {
  outline: 2px solid transparent;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgb(16 185 129 / 15%), 0 24px 58px rgb(10 66 34 / 9%);
}

.contact-directory-page .contact-sector-card:hover::after {
  opacity: .72;
  transform: translate(-4px, -4px);
}

.contact-sector-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 10%);
  border-radius: 18px;
  color: var(--green-dark);
  background: var(--green-mist);
  box-shadow: inset 0 1px rgb(255 255 255 / 75%);
  transition: color 300ms ease, background-color 300ms ease, transform 300ms cubic-bezier(.16, 1, .3, 1), box-shadow 300ms ease;
}

.contact-sector-card:hover .contact-sector-icon {
  color: var(--green-dark);
  background: var(--green-mist);
  box-shadow: 0 9px 22px rgb(2 102 46 / 17%);
  transform: translateY(-2px);
}

.contact-sector-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.8;
}

.contact-sector-icon img {
  width: 60px;
  height: 60px;
  max-width: none;
  object-fit: contain;
}

.contact-sector-kicker {
  margin-bottom: 8px;
  color: var(--green);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-sector-card h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -.035em;
}

.contact-sector-card > p {
  max-width: 390px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
}

.contact-sector-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 800;
}

.contact-sector-number::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 350ms cubic-bezier(.22, 1, .36, 1);
}

a.contact-sector-card:hover .contact-sector-number::after {
  transform: scaleX(1);
}

.contact-sector-number svg {
  width: 18px;
  transition: transform 380ms cubic-bezier(.16, 1, .3, 1);
}

a.contact-sector-card:hover .contact-sector-number svg {
  transform: translateX(5px);
}

.contact-sector-actions {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: auto;
}

.contact-sector-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgb(3 145 66 / 14%);
  border-radius: 12px;
  color: var(--green-dark);
  background: rgb(230 244 236 / 58%);
  box-shadow: 0 3px 10px rgb(10 66 34 / 2%);
  transform: translateX(0);
  transition: background-color 420ms cubic-bezier(.22, 1, .36, 1),
              border-color 420ms cubic-bezier(.22, 1, .36, 1),
              box-shadow 420ms cubic-bezier(.22, 1, .36, 1),
              transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.contact-sector-actions a:hover {
  border-color: rgb(3 145 66 / 38%);
  background: var(--green-mist);
  box-shadow: 0 10px 24px rgb(10 66 34 / 10%);
  transform: translateX(5px);
}

.contact-sector-actions a:active {
  box-shadow: 0 5px 14px rgb(10 66 34 / 7%);
  transform: translateX(2px);
}

.contact-sector-actions span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-sector-actions strong {
  font-size: .9rem;
}

/* Medicina do Trabalho: occupational journey hero */
.occupational-journey-hero {
  position: relative;
  isolation: isolate;
  padding: calc(var(--header-height) + 72px) 0 94px;
  overflow: hidden;
  border-bottom: 1px solid rgb(3 145 66 / 10%);
  background:
    radial-gradient(circle at 10% 12%, rgb(3 145 66 / 7%), transparent 23%),
    linear-gradient(145deg, #fbfdfc, #f5faf7 56%, #fbfcfb);
}

.occupational-journey-hero::before,
.occupational-journey-hero::after {
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border: 58px solid rgb(3 145 66 / 5%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.occupational-journey-hero::before {
  top: -260px;
  right: -210px;
}

.occupational-journey-hero::after {
  bottom: -315px;
  left: -240px;
  filter: blur(2px);
}

.occupational-journey-container {
  position: relative;
  z-index: 1;
}

.occupational-journey-intro {
  max-width: 980px;
  margin-bottom: 52px;
}

.occupational-journey-intro h1 {
  max-width: 970px;
  margin: 17px 0 24px;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -.052em;
  line-height: 1.035;
}

.occupational-journey-intro h1 br {
  display: none;
}

.occupational-journey-intro > p:last-child {
  max-width: 900px;
  margin: 0;
  color: #52625a;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.72;
}

.occupational-exam-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.occupational-timeline-line {
  display: none;
}

.occupational-exam-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px 27px;
  border: 1px solid rgb(205 221 212 / 82%);
  border-radius: 22px;
  text-align: center;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 8px 24px rgb(15 71 42 / 4%);
  transform: translateY(0);
  transition: transform 350ms cubic-bezier(.22, 1, .36, 1),
              box-shadow 350ms cubic-bezier(.22, 1, .36, 1),
              border-color 350ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.occupational-exam-card:hover {
  z-index: 3;
  border-color: rgb(3 145 66 / 36%);
  box-shadow: 0 18px 38px rgb(15 71 42 / 9%);
  transform: translateY(-5px);
}

.occupational-exam-icon {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  margin-bottom: 23px;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 10%);
  border-radius: 19px;
  color: var(--green-dark);
  background: #edf8f1;
  box-shadow: inset 0 1px rgb(255 255 255 / 80%);
  transition: color 300ms cubic-bezier(.22, 1, .36, 1),
              background-color 300ms cubic-bezier(.22, 1, .36, 1),
              transform 300ms cubic-bezier(.22, 1, .36, 1);
}

.occupational-exam-card:hover .occupational-exam-icon {
  color: white;
  background: var(--green-dark);
  transform: translateY(-2px);
}

.occupational-exam-icon-image {
  overflow: hidden;
  background: #edf8f1;
}

.occupational-exam-icon-image .occupational-attached-stethoscope {
  display: block;
  width: 32px;
  height: 32px;
  max-width: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(49%) saturate(1497%) hue-rotate(112deg) brightness(82%) contrast(99%);
  transition: filter 300ms cubic-bezier(.22, 1, .36, 1);
}

.occupational-exam-card:hover .occupational-attached-stethoscope {
  filter: brightness(0) invert(1);
}

.occupational-exam-icon svg,
.occupational-benefit svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.occupational-exam-card h2 {
  margin: 0 0 11px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  letter-spacing: -.025em;
  line-height: 1.2;
}

.occupational-exam-card p {
  margin: 0;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.6;
}

.occupational-benefits {
  display: grid;
  max-width: 1020px;
  margin: 46px auto 0;
  padding: 10px 22px;
  overflow: hidden;
  border: 1px solid rgb(3 145 66 / 9%);
  border-radius: 24px;
  background: #edf8f1;
  box-shadow: 0 12px 34px rgb(15 71 42 / 5%);
}

.occupational-benefit {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 14px;
  text-align: left;
}

.occupational-benefit + .occupational-benefit {
  border-top: 1px solid rgb(3 145 66 / 12%);
}

.occupational-benefit > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  color: var(--green-dark);
  background: rgb(255 255 255 / 72%);
}

.occupational-benefit svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}

.occupational-benefit strong {
  color: var(--ink);
  font-size: .94rem;
  line-height: 1.42;
}

.occupational-aso-contact {
  display: grid;
  max-width: 1020px;
  align-items: center;
  gap: 22px;
  margin: 18px auto 0;
  padding: 22px 24px;
  border: 1px solid rgb(3 145 66 / 13%);
  border-radius: 22px;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 10px 28px rgb(15 71 42 / 5%);
}

.occupational-aso-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.occupational-aso-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: var(--green-dark);
  background: #edf8f1;
}

.occupational-aso-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.occupational-aso-copy div > span,
.occupational-aso-copy strong {
  display: block;
}

.occupational-aso-copy div > span {
  margin-bottom: 4px;
  color: var(--green);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.occupational-aso-copy strong {
  color: var(--ink);
  font-size: clamp(.98rem, 1.4vw, 1.12rem);
  line-height: 1.4;
}

.occupational-aso-cta {
  min-width: min(100%, 285px);
  justify-self: start;
  white-space: nowrap;
}

@media (min-width: 680px) {
  .occupational-exam-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .occupational-exam-card:last-child {
    width: calc(50% - 9px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .occupational-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px 12px;
  }

  .occupational-benefit + .occupational-benefit {
    border-top: 0;
  }

  .occupational-benefit:not(:last-child)::after {
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    width: 1px;
    background: rgb(3 145 66 / 13%);
    content: "";
  }

  .occupational-aso-contact {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 900px) {
  .occupational-journey-intro h1 br {
    display: block;
  }

  .occupational-exam-timeline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .occupational-exam-card {
    grid-column: span 2;
  }

  .occupational-exam-card:nth-of-type(4) {
    grid-column: 2 / span 2;
  }

  .occupational-exam-card:last-child {
    width: auto;
    grid-column: 4 / span 2;
  }
}

@media (min-width: 1180px) {
  .occupational-exam-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .occupational-exam-card,
  .occupational-exam-card:nth-of-type(4),
  .occupational-exam-card:last-child {
    width: auto;
    grid-column: auto;
  }

  .occupational-timeline-line {
    position: absolute;
    z-index: 0;
    top: 74px;
    right: 9%;
    left: 9%;
    display: block;
    height: 2px;
    background: rgb(3 145 66 / 18%);
  }

  .occupational-exam-card:not(:first-of-type)::before {
    position: absolute;
    z-index: 4;
    top: 70px;
    left: -13px;
    width: 9px;
    height: 9px;
    border: 2px solid #f7fbf8;
    border-radius: 50%;
    background: #83caa0;
    content: "";
  }
}

@media (max-width: 679px) {
  .occupational-journey-hero {
    padding-top: calc(var(--header-height) + 56px);
    padding-bottom: 68px;
  }

  .occupational-journey-intro {
    margin-bottom: 38px;
  }

  .occupational-exam-card {
    min-height: 236px;
  }

  .occupational-benefits {
    margin-top: 34px;
  }

  .occupational-benefit {
    justify-content: flex-start;
  }

  .occupational-aso-contact {
    padding: 21px;
  }

  .occupational-aso-cta {
    width: 100%;
  }
}

/* Medicina do Trabalho: exames realizados no local */
.medicine-local-exams {
  background: #f8faf9;
}

.medicine-local-layout {
  display: grid;
  align-items: start;
  gap: clamp(48px, 7vw, 88px);
}

.medicine-local-copy {
  max-width: 620px;
}

.medicine-local-copy h2 {
  margin: 17px 0 25px;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -.052em;
  line-height: 1.04;
}

.medicine-local-copy > p:last-child {
  max-width: 600px;
  margin: 0;
  color: #52625a;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.75;
}

.medicine-local-panels {
  display: grid;
  gap: 22px;
}

.medicine-exams-card,
.medicine-action-card {
  border: 1px solid rgb(205 221 212 / 82%);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 9px 28px rgb(15 71 42 / 5%);
}

.medicine-exams-card {
  padding: clamp(25px, 3vw, 34px);
}

.medicine-exams-card-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 27px;
}

.medicine-exams-card-heading > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 9%);
  border-radius: 50%;
  background: #edf8f1;
}

.medicine-exams-card-heading img {
  display: block;
  width: 49px;
  height: 49px;
  max-width: none;
  object-fit: contain;
}

.medicine-exams-card-heading h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.35rem, 2vw, 1.58rem);
  letter-spacing: -.025em;
}

.medicine-exams-lists {
  display: grid;
  gap: 11px;
}

.medicine-exams-lists ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.medicine-exams-lists li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.4;
}

.medicine-exams-lists li > span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: .66rem;
  font-weight: 900;
}

.medicine-action-grid {
  display: grid;
  gap: 20px;
}

.medicine-action-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 30px);
  transition: border-color 420ms cubic-bezier(.16, 1, .3, 1), box-shadow 420ms cubic-bezier(.16, 1, .3, 1), transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.medicine-action-card:hover {
  border-color: rgb(3 145 66 / 26%);
  box-shadow: 0 17px 40px rgb(15 71 42 / 8%);
  transform: translateY(-3px);
}

.medicine-action-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 15px;
  color: var(--green-dark);
  background: #edf8f1;
}

.medicine-action-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.medicine-action-card h3 {
  margin: 0 0 11px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.48rem);
  letter-spacing: -.025em;
}

.medicine-action-card > p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.62;
}

.medicine-action-cta {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: .95rem;
}

.medicine-action-cta-solid {
  border-color: var(--green-dark);
  color: white;
  background: var(--green-dark);
  box-shadow: 0 10px 24px rgb(2 102 46 / 14%);
}

.medicine-action-cta-solid::before {
  background: linear-gradient(110deg, #027b37, #039142);
}

.medicine-action-cta-solid .about-cta-label::after {
  background: rgb(255 255 255 / 88%);
}

.medicine-action-cta-solid .about-cta-arrow {
  color: var(--green-dark);
  background: white;
}

.medicine-action-cta-solid:hover {
  border-color: #027b37;
  color: white;
  box-shadow: 0 20px 42px rgb(2 102 46 / 20%), 0 7px 16px rgb(10 66 34 / 9%);
}

.medicine-action-cta-solid:hover .about-cta-arrow {
  color: white;
  background: #035b2b;
}

.medicine-action-cta-outline {
  border-color: rgb(3 145 66 / 38%);
}

.medicine-action-cta-outline::before {
  background: linear-gradient(110deg, rgb(230 248 238 / 88%), rgb(247 252 249 / 96%));
}

@media (min-width: 560px) {
  .medicine-exams-lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .medicine-exams-lists ul + ul {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid rgb(3 145 66 / 12%);
  }
}

@media (min-width: 720px) {
  .medicine-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1050px) {
  .medicine-local-layout {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  }
}

@media (max-width: 559px) {
  .medicine-exams-lists ul + ul {
    padding-top: 13px;
    border-top: 1px solid rgb(3 145 66 / 11%);
  }

  .medicine-action-card {
    min-height: 0;
  }
}

/* Service detail pages */
.service-detail-hero .container {
  position: relative;
  z-index: 1;
}

.service-detail-hero-grid {
  display: grid;
  align-items: center;
  gap: 42px;
}

.service-detail-hero-copy h1 {
  margin-bottom: 24px;
}

.service-detail-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: #52625a;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.service-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.service-page-visual {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 13%);
  border-radius: 28px;
  background: linear-gradient(145deg, rgb(230 244 236 / 92%), #fff);
  box-shadow: 0 20px 60px rgb(15 71 42 / 8%);
}

.service-page-visual::before,
.service-page-visual::after {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 34px solid rgb(3 145 66 / 7%);
  border-radius: 50%;
  content: "";
}

.service-page-visual::before { top: -135px; right: -90px; }
.service-page-visual::after { bottom: -150px; left: -90px; }

.service-page-visual-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 150px;
  height: 150px;
  overflow: hidden;
  place-items: center;
  border-radius: 38px;
  color: var(--green-dark);
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 18px 44px rgb(15 71 42 / 10%);
}

.service-page-visual-icon svg {
  width: 78px;
  height: 78px;
  stroke-width: 1.45;
}

.service-page-visual-icon img {
  width: 146px;
  height: 146px;
  max-width: none;
  object-fit: contain;
}

.service-overview {
  background: #f8faf9;
}

.service-overview-grid {
  display: grid;
  align-items: start;
  gap: 52px;
}

.service-overview-copy {
  max-width: 690px;
}

.service-overview-copy h2 {
  margin: 16px 0 22px;
}

.service-overview-copy > p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.service-facts {
  display: grid;
  gap: 14px;
}

.service-fact-card {
  padding: 24px;
  border: 1px solid rgb(205 221 212 / 82%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 71 42 / 4%);
}

.service-fact-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--green-dark);
  font-size: 1.04rem;
}

.service-fact-card span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

.service-items-section {
  background: #fff;
}

.service-item-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.service-item-card {
  position: relative;
  min-height: 205px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgb(205 221 212 / 80%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 71 42 / 4%);
  transition: transform 400ms cubic-bezier(.16, 1, .3, 1), box-shadow 400ms cubic-bezier(.16, 1, .3, 1), border-color 400ms cubic-bezier(.16, 1, .3, 1);
}

.service-item-card:hover {
  border-color: rgb(3 145 66 / 36%);
  box-shadow: 0 18px 38px rgb(15 71 42 / 9%);
  transform: translateY(-5px);
}

.service-item-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: .8rem;
  font-weight: 850;
}

.service-item-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.2rem;
}

.service-item-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}

.traffic-documents-card {
  border-color: rgb(3 145 66 / 22%);
  background: linear-gradient(145deg, #f1f9f4, #fff);
}

/* Institutional history page */
.history-hero .service-page-visual {
  min-height: 470px;
}

.history-hero .service-page-visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 27%;
}

.history-hero .service-page-visual::before,
.history-hero .service-page-visual::after {
  display: none;
}

.history-timeline {
  display: grid;
  gap: 18px;
}

.history-timeline article {
  position: relative;
  padding: 26px 26px 26px 76px;
  border: 1px solid rgb(205 221 212 / 82%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 71 42 / 4%);
  transition: transform 400ms cubic-bezier(.16, 1, .3, 1), box-shadow 400ms cubic-bezier(.16, 1, .3, 1), border-color 400ms cubic-bezier(.16, 1, .3, 1);
}

.history-timeline article:hover {
  border-color: rgb(3 145 66 / 36%);
  box-shadow: 0 18px 38px rgb(15 71 42 / 9%);
  transform: translateY(-5px);
}

.history-timeline strong {
  position: absolute;
  top: 24px;
  left: 24px;
  color: var(--green);
  font-size: 1rem;
}

.history-timeline h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.15rem;
}

.history-timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

/* Clinic locations page */
.units-section {
  background: #f8faf9;
}

.units-grid {
  display: grid;
  gap: 20px;
}

.unit-card {
  position: relative;
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: clamp(25px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid rgb(205 221 212 / 84%);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(15 71 42 / 5%);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), box-shadow 420ms cubic-bezier(.16, 1, .3, 1), border-color 420ms cubic-bezier(.16, 1, .3, 1);
}

.unit-card:hover {
  border-color: rgb(3 145 66 / 42%);
  box-shadow: 0 22px 48px rgb(15 71 42 / 11%);
  transform: translateY(-6px);
}

.unit-card-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  border-radius: 17px;
  color: var(--green-dark);
  background: #e9f7ef;
  place-items: center;
}

.unit-card-icon svg {
  width: 28px;
  height: 28px;
}

.unit-card h2 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.unit-card .unit-city {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.unit-card address {
  margin: 0 0 26px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.unit-card .text-link {
  width: max-content;
  margin-top: auto;
}

@media (min-width: 760px) {
  .units-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .traffic-documents-card {
    grid-column: 2 / 4;
  }
}

.service-page-cta {
  padding: 38px 0 105px;
  background: #fff;
}

.service-page-cta-card {
  position: relative;
  display: grid;
  align-items: center;
  gap: 28px;
  padding: clamp(30px, 5vw, 56px);
  overflow: hidden;
  border-radius: 28px;
  color: white;
  background: linear-gradient(125deg, var(--green-dark), #03863d);
  box-shadow: 0 24px 65px rgb(2 102 46 / 18%);
}

.service-page-cta-card::after {
  position: absolute;
  right: -100px;
  width: 320px;
  height: 320px;
  border: 44px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

.service-page-cta-card > div,
.service-page-cta-card > a,
.service-page-cta-actions {
  position: relative;
  z-index: 1;
}

.service-page-cta-card h2 {
  max-width: 700px;
  margin: 0 0 12px;
  color: white;
}

.service-page-cta-card p {
  max-width: 660px;
  margin: 0;
  color: #d9f1e3;
}

.service-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-page-cta-actions .button {
  white-space: nowrap;
}

.service-page-cta-actions .button-outline-light {
  border: 1px solid rgb(255 255 255 / 42%);
  color: white;
  background: transparent;
}

.service-page-cta-actions .button-outline-light:hover {
  border-color: white;
  background: rgb(255 255 255 / 10%);
}

.orthopedics-page .service-page-visual {
  min-height: 440px;
}

.orthopedics-page .service-page-visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  inset: 0;
}

.orthopedics-page .service-page-visual::after {
  z-index: 1;
  background: rgb(3 145 66 / 5%);
}

.orthopedics-doctor-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 16px;
  color: white;
  background: rgb(2 70 33 / 78%);
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%);
  backdrop-filter: blur(10px);
}

.orthopedics-doctor-label strong,
.orthopedics-doctor-label span {
  display: block;
}

.orthopedics-doctor-label strong { font-size: 1.05rem; }
.orthopedics-doctor-label span { margin-top: 3px; color: #d9f1e3; font-size: .78rem; }

@media (min-width: 640px) {
  .contact-sector-grid,
  .service-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .contact-sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-sector-card-wide {
    grid-column: 2;
  }

  .service-detail-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  }

  .service-overview-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  }

  .service-item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-page-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 639px) {
  .subpage-hero {
    padding-top: calc(var(--header-height) + 58px);
    padding-bottom: 58px;
  }

  .subpage-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }

  .contact-sector-card {
    min-height: 310px;
    padding: 25px;
  }

  .service-page-actions,
  .service-page-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-page-actions .button,
  .service-page-cta-actions .button {
    width: 100%;
  }
}

/* Safety page — technical services grid */
.technical-services-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.technical-services-section::before,
.technical-services-section::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.technical-services-section::before {
  top: -185px;
  right: -155px;
  width: 390px;
  height: 390px;
  border: 42px solid rgb(3 145 66 / 4%);
}

.technical-services-section::after {
  bottom: -105px;
  left: -75px;
  width: 245px;
  height: 245px;
  background: radial-gradient(circle, rgb(3 145 66 / 9%) 1.5px, transparent 1.8px);
  background-size: 18px 18px;
  opacity: .52;
}

.technical-services-heading {
  max-width: 870px;
  margin-inline: auto;
}

.technical-services-heading h2 {
  color: #10213a;
}

.technical-services-heading > p:last-child {
  max-width: 760px;
  margin-inline: auto;
  color: #65758b;
}

.technical-service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 46px;
}

.technical-service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 352px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgb(211 226 217 / 86%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 25px rgb(15 71 42 / 4%);
  transform: translateY(0);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), box-shadow 420ms cubic-bezier(.22, 1, .36, 1), border-color 380ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.technical-service-card:hover {
  border-color: rgb(3 145 66 / 39%);
  box-shadow: 0 18px 42px rgb(15 71 42 / 10%), 0 5px 14px rgb(15 71 42 / 5%);
  transform: translateY(-3px);
}

.technical-service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  margin-bottom: 23px;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 10%);
  border-radius: 16px;
  color: var(--green-dark);
  background: #edf8f1;
  transition: color 420ms cubic-bezier(.16, 1, .3, 1), background-color 420ms cubic-bezier(.16, 1, .3, 1), transform 480ms cubic-bezier(.16, 1, .3, 1);
}

.technical-service-card:hover .technical-service-icon {
  color: white;
  background: var(--green-dark);
  transform: translateY(-2px);
}

.technical-service-icon svg,
.technical-section-cta-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.technical-service-icon-image {
  overflow: hidden;
  background: #edf8f1;
}

.technical-service-icon .technical-attached-icon {
  width: 38px;
  height: 38px;
  max-width: none;
  transition: filter 420ms cubic-bezier(.16, 1, .3, 1);
}

.technical-service-card:hover .technical-service-icon-image {
  background: var(--green-dark);
}

.technical-service-card:hover .technical-attached-icon {
  filter: brightness(0) invert(1);
}

.technical-service-card h3 {
  margin: 0 0 11px;
  color: #10213a;
  font-size: clamp(1.2rem, 1.7vw, 1.42rem);
  letter-spacing: -.025em;
  line-height: 1.2;
}

.technical-service-card > p {
  margin: 0 0 25px;
  color: #65758b;
  font-size: .9rem;
  line-height: 1.62;
}

.technical-service-link {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 15px;
  font-size: .92rem;
  gap: 16px;
}

.technical-service-link .about-cta-arrow {
  width: 30px;
  height: 30px;
}

.technical-services-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 870px);
  margin: 48px auto 0;
}

.technical-section-cta {
  width: 100%;
  min-width: 0;
  padding: 18px 19px;
  gap: 14px;
  font-size: .98rem;
}

.technical-section-cta .about-cta-label {
  flex: 1 1 auto;
}

.technical-section-cta-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  transition: color 480ms cubic-bezier(.16, 1, .3, 1), background-color 480ms cubic-bezier(.16, 1, .3, 1), transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.technical-section-cta-icon svg {
  width: 22px;
  height: 22px;
}

.technical-section-cta-icon.whatsapp-cta-icon svg {
  fill: currentcolor;
  stroke: none;
}

.technical-section-cta-primary {
  border-color: var(--green-dark);
  color: white;
  background: linear-gradient(135deg, var(--green-dark), #087a3d);
  box-shadow: 0 11px 28px rgb(2 102 46 / 15%);
}

.technical-section-cta-primary::before {
  background: linear-gradient(110deg, #087a3d, #039142);
}

.technical-section-cta-primary .technical-section-cta-icon {
  color: var(--green-dark);
  background: white;
}

.technical-section-cta-primary .about-cta-label::after {
  background: white;
}

.technical-section-cta-primary .about-cta-arrow {
  color: var(--green-dark);
  background: white;
}

.technical-section-cta-primary:hover,
.technical-section-cta-primary:focus-visible {
  border-color: #039142;
  color: white;
}

.technical-section-cta-primary:hover .technical-section-cta-icon,
.technical-section-cta-primary:focus-visible .technical-section-cta-icon {
  color: white;
  background: var(--green-deep);
  transform: translateY(-2px);
}

.technical-section-cta-primary:hover .about-cta-arrow,
.technical-section-cta-primary:focus-visible .about-cta-arrow {
  color: var(--green-dark);
  background: white;
}

.technical-section-cta-secondary {
  border-color: rgb(3 145 66 / 32%);
  background: #fff;
}

.technical-section-cta-secondary::before {
  background: linear-gradient(110deg, #e7f6ed, #f7fcf9);
}

.technical-section-cta-secondary .technical-section-cta-icon {
  color: var(--green-dark);
  background: #edf8f1;
}

.technical-section-cta-secondary:hover .technical-section-cta-icon,
.technical-section-cta-secondary:focus-visible .technical-section-cta-icon {
  color: white;
  background: var(--green-dark);
  transform: translateY(-2px);
}

.safety-contact-section {
  padding-top: 44px;
  background: #f7faf8;
}

.safety-contact-banner {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  padding: clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 88% 8%, rgb(104 211 150 / 17%), transparent 30%),
    linear-gradient(125deg, #102d21 0%, #014a23 52%, #02662e 100%);
  box-shadow: 0 28px 72px rgb(1 74 35 / 23%);
}

.safety-contact-banner::after {
  border-color: rgb(190 239 210 / 9%);
}

.safety-contact-copy {
  max-width: 820px;
}

.safety-contact-banner .safety-contact-copy h2 {
  margin-bottom: 13px;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.safety-contact-banner .safety-contact-copy p {
  color: #cce8d8;
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
}

.safety-banner-actions {
  width: min(100%, 900px);
  gap: 26px;
  margin: 32px 0 0;
}

.safety-contact-banner .technical-section-cta-primary {
  border-color: rgb(255 255 255 / 88%);
  color: var(--green-dark);
  background: #fff;
  box-shadow: 0 11px 28px rgb(0 0 0 / 13%);
}

.safety-contact-banner .technical-section-cta-primary::before {
  background: linear-gradient(110deg, #e8f7ee, #fff);
}

.safety-contact-banner .technical-section-cta-primary .technical-section-cta-icon {
  color: var(--green-dark);
  background: #e8f7ee;
}

.safety-contact-banner .technical-section-cta-primary .about-cta-label::after {
  background: var(--green);
}

.safety-contact-banner .technical-section-cta-primary .about-cta-arrow {
  color: white;
  background: var(--green-dark);
}

.safety-contact-banner .technical-section-cta-primary:hover,
.safety-contact-banner .technical-section-cta-primary:focus-visible {
  border-color: #bce7cd;
  color: var(--green-deep);
}

.safety-contact-banner .technical-section-cta-primary:hover .technical-section-cta-icon,
.safety-contact-banner .technical-section-cta-primary:focus-visible .technical-section-cta-icon {
  color: white;
  background: var(--green-dark);
}

.safety-contact-banner .technical-section-cta-primary:hover .about-cta-arrow,
.safety-contact-banner .technical-section-cta-primary:focus-visible .about-cta-arrow {
  color: white;
  background: var(--green);
}

.safety-contact-banner .technical-section-cta-secondary {
  border-color: rgb(196 235 212 / 72%);
  color: #014a23;
  background: #dff3e7;
  box-shadow: 0 11px 28px rgb(0 0 0 / 10%);
}

.safety-contact-banner .technical-section-cta-secondary::before {
  background: linear-gradient(110deg, #ccebd8, #edf9f2);
}

.safety-contact-banner .technical-section-cta-secondary .technical-section-cta-icon {
  color: var(--green-dark);
  background: rgb(255 255 255 / 72%);
}

.safety-contact-banner .technical-section-cta-secondary:hover,
.safety-contact-banner .technical-section-cta-secondary:focus-visible {
  border-color: #9cd5b4;
  color: #013c1d;
}

@media (min-width: 640px) {
  .technical-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .technical-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .technical-services-heading h2 br,
  .technical-services-heading > p:last-child br {
    display: none;
  }

  .technical-service-grid {
    gap: 16px;
    margin-top: 34px;
  }

  .technical-service-card {
    min-height: 318px;
    padding: 23px;
  }

  .technical-services-actions {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 34px;
  }

  .safety-banner-actions {
    gap: 18px;
  }

  .technical-section-cta {
    padding: 17px;
    font-size: .92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-item-card {
    transition-duration: .01ms !important;
  }

  .contact-sector-card {
    transition-duration: 350ms !important;
  }

  .contact-sector-actions a {
    transition-duration: 420ms !important;
  }
}

/* Safety page — premium SST introduction */
.sst-showcase {
  position: relative;
  padding: calc(var(--header-height) + 92px) 0 112px;
  overflow: hidden;
  border-bottom: 1px solid rgb(3 145 66 / 10%);
  background: linear-gradient(135deg, #f8fbf9 0%, #fff 48%, #f2faf5 100%);
  isolation: isolate;
}

.sst-showcase-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(42px, 5vw, 64px);
}

.sst-showcase-copy {
  min-width: 0;
}

.sst-showcase-copy .eyebrow {
  margin-bottom: 26px;
  color: var(--green-dark);
  font-size: .8rem;
}

.sst-showcase-copy h1 {
  max-width: 670px;
  margin: 0 0 30px;
  color: #10213a;
  font-size: clamp(3.8rem, 6.35vw, 5.75rem);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: .96;
}

.sst-showcase-description {
  max-width: 650px;
  margin: 0;
  color: #34465c;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.66;
}

.sst-showcase-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.sst-showcase-cta {
  width: 100%;
  min-width: 0;
  gap: 18px;
}

.sst-showcase-cta-primary {
  border-color: var(--green-dark);
  color: white;
  background: linear-gradient(135deg, #02662e, #087a3d);
  box-shadow: 0 12px 30px rgb(2 102 46 / 16%);
}

.sst-showcase-cta-primary::before {
  background: linear-gradient(110deg, #087a3d, #039142);
}

.sst-showcase-cta-primary .about-cta-label::after {
  background: rgb(255 255 255 / 92%);
}

.sst-showcase-cta-primary .about-cta-arrow {
  color: var(--green-dark);
  background: #f6fcf8;
}

.sst-showcase-cta-primary:hover,
.sst-showcase-cta-primary:focus-visible {
  border-color: #039142;
  color: white;
}

.sst-showcase-cta-primary:hover .about-cta-arrow,
.sst-showcase-cta-primary:focus-visible .about-cta-arrow {
  color: var(--green-dark);
  background: #fff;
}

.sst-showcase-cta-secondary {
  border-color: rgb(3 145 66 / 30%);
  color: var(--green-dark);
  background: #fff;
}

.sst-showcase-cta-secondary::before {
  background: linear-gradient(110deg, #e7f6ed, #f4fbf7);
}

.sst-showcase-cta-secondary:hover,
.sst-showcase-cta-secondary:focus-visible {
  border-color: rgb(3 145 66 / 56%);
  color: #014a23;
  background: #f4fbf7;
}

.sst-solutions-card {
  position: relative;
  padding: clamp(25px, 3vw, 34px) clamp(23px, 3vw, 32px) 24px;
  overflow: hidden;
  border: 1px solid rgb(215 231 221 / 88%);
  border-radius: 42px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 30px 80px rgb(15 71 42 / 9%), 0 8px 25px rgb(15 71 42 / 4%);
}

.sst-solutions-emblem {
  position: relative;
  display: grid;
  width: 102px;
  height: 102px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px dashed rgb(3 145 66 / 22%);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e9f6ef;
}

.sst-solutions-emblem::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 85%);
  border-radius: inherit;
  content: "";
  inset: 7px;
}

.sst-solutions-emblem svg {
  position: relative;
  z-index: 1;
  width: 59px;
  height: 59px;
}

.sst-solutions-card svg {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.sst-solutions-card > h2 {
  margin: 0 0 26px;
  color: var(--green-dark);
  font-size: clamp(1.55rem, 2.35vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.12;
  text-align: center;
}

.sst-feature-list {
  display: grid;
  gap: 14px;
}

.sst-feature-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 104px;
  padding: 15px 18px;
  border: 1px solid rgb(223 234 228 / 72%);
  border-radius: 20px;
  background: #f4faf7;
  transition: border-color 360ms cubic-bezier(.22, 1, .36, 1), box-shadow 360ms cubic-bezier(.22, 1, .36, 1), transform 360ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.sst-feature-card:hover {
  border-color: rgb(3 145 66 / 23%);
  box-shadow: 0 13px 30px rgb(15 71 42 / 7%);
  transform: translateY(-4px);
}

.sst-feature-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgb(3 145 66 / 10%);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e9f6ef;
}

.sst-feature-icon svg {
  width: 36px;
  height: 36px;
}

.sst-feature-card h3 {
  margin: 0 0 5px;
  color: #10213a;
  font-size: clamp(.98rem, 1.35vw, 1.13rem);
  letter-spacing: -.018em;
  line-height: 1.25;
}

.sst-feature-card p {
  margin: 0;
  color: #65758b;
  font-size: .82rem;
  line-height: 1.45;
}

.sst-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  padding-top: 21px;
  border-top: 1px solid #dfeae4;
}

.sst-benefit {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  padding-inline: 10px;
  text-align: center;
}

.sst-benefit + .sst-benefit::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: #dfeae4;
  content: "";
}

.sst-benefit > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e9f6ef;
}

.sst-benefit svg {
  width: 23px;
  height: 23px;
}

.sst-benefit strong {
  color: #26364b;
  font-size: .74rem;
  line-height: 1.3;
}

.sst-decoration {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
}

.sst-decoration-left {
  bottom: -115px;
  left: -150px;
  width: 475px;
  height: 310px;
  border: 54px solid rgb(3 145 66 / 7%);
  border-right-color: rgb(3 145 66 / 13%);
  border-radius: 48% 58% 44% 54%;
  transform: rotate(-14deg);
}

.sst-decoration-left::before,
.sst-decoration-left::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.sst-decoration-left::before {
  width: 355px;
  height: 205px;
  border: 34px solid rgb(3 145 66 / 8%);
  inset: 8px 0 0 22px;
}

.sst-decoration-left::after {
  width: 265px;
  height: 125px;
  border: 25px solid rgb(3 145 66 / 5%);
  inset: 38px 0 0 56px;
}

.sst-decoration-right {
  top: 16px;
  right: -205px;
  width: 500px;
  height: 500px;
  border: 58px solid rgb(3 145 66 / 5%);
  border-radius: 50%;
}

.sst-decoration-right::before {
  position: absolute;
  border: 32px solid rgb(3 145 66 / 5%);
  border-radius: inherit;
  content: "";
  inset: 48px;
}

@media (min-width: 1024px) {
  .sst-showcase-grid {
    grid-template-columns: minmax(0, 1fr) minmax(470px, .95fr);
  }
}

@media (max-width: 1023px) {
  .sst-showcase {
    padding-bottom: 88px;
  }

  .sst-showcase-copy {
    max-width: 760px;
  }

  .sst-showcase-actions {
    max-width: 650px;
  }

  .sst-solutions-card {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 639px) {
  .sst-showcase {
    padding: calc(var(--header-height) + 58px) 0 68px;
  }

  .sst-showcase-copy .eyebrow {
    margin-bottom: 20px;
  }

  .sst-showcase-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(3.15rem, 15vw, 4.45rem);
  }

  .sst-showcase-description {
    font-size: 1rem;
  }

  .sst-showcase-actions {
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .sst-showcase-cta {
    min-width: 0;
  }

  .sst-solutions-card {
    padding: 24px 18px 21px;
    border-radius: 29px;
  }

  .sst-solutions-emblem {
    width: 88px;
    height: 88px;
  }

  .sst-solutions-emblem svg {
    width: 50px;
    height: 50px;
  }

  .sst-solutions-card > h2 {
    margin-bottom: 22px;
    font-size: 1.48rem;
  }

  .sst-feature-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 14px;
    border-radius: 17px;
  }

  .sst-feature-icon {
    width: 56px;
    height: 56px;
  }

  .sst-feature-icon svg {
    width: 29px;
    height: 29px;
  }

  .sst-feature-card h3 {
    font-size: .94rem;
  }

  .sst-feature-card p {
    font-size: .77rem;
  }

  .sst-benefit-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sst-benefit {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    padding: 8px 5px;
    text-align: left;
  }

  .sst-benefit + .sst-benefit::before {
    top: -6px;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .sst-benefit strong br {
    display: none;
  }

  .sst-decoration-left {
    opacity: .72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sst-feature-card {
    transition-duration: .01ms !important;
  }

}
