.WHS-Hero {
  width: 100%;
  min-height: 721px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 2vw 6rem;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/WHS-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.WHS-Hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.WHS-Hero-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.WHS-Hero-Title {
  font-family: var(--inter-font);
  font-size: 4rem;
  color: #ffffff;
  text-shadow: none;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

.WHS-Hero-Subtitle {
  font-family: var(--inter-font);
  font-size: 1.5rem;
  color: #ffffff;
  max-width: 700px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.WHS-Hero-CTA {
  font-family: var(--inter-font);
  font-size: 1.5rem;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  background-color: var(--salmon);
  color: #ffffff;
  transition: var(--transition);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.WHS-Hero-CTA:hover {
  background-color: var(--darkred);
  transform: translateY(-2px);
}

.WHS-HowItWorks {
  width: 100%;
  background-color: #050417;
  background-image: url("../images/grain.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2vw;
  position: relative;
  overflow: hidden;
}
.WHS-HowItWorks::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 23, 0.92);
  z-index: 1;
}
.WHS-HowItWorks-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 10;
}

.WHS-HowItWorks-Title {
  font-family: var(--inter-font);
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
}

.WHS-HowItWorks-Grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  padding: 0 1rem;
}

.WHS-HowItWorks-Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.WHS-HowItWorks-Icon {
  width: 64px;
  height: 64px;
  background-color: var(--salmon);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  position: relative;
}

.WHS-HowItWorks-Icon svg {
  width: 36px;
  height: 36px;
  color: var(--cream);
  transition: var(--transition);
}

.WHS-HowItWorks-Card:hover .WHS-HowItWorks-Icon {
  transform: scale(1.1) rotate(5deg);
  background-color: var(--darkred);
}

.WHS-HowItWorks-Card-Title {
  font-family: var(--poppins-font);
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  margin: 0;
  letter-spacing: 0.05rem;
}

.WHS-HowItWorks-Description {
  font-family: var(--poppins-font);
  font-size: 1rem;
  color: white;
  line-height: 24px;
  max-width: 100%;
  font-weight: 400;
}

.WHS-HowItWorks-CTA {
  font-family: var(--poppins-font);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.2rem 2.5rem;
  border-radius: 1rem;
  color: white;
  margin-top: 1rem;
  text-decoration: none;
  transition: var(--transition);
}
.WHS-HowItWorks-CTA:hover {
  background-color: var(--darkred);
  transform: translateY(-2px);
}

.WHS-CoreFeatures {
  width: 100%;
  min-height: 800px;
  background-image: url(/images/WHS-Features-bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2vw;
  position: relative;
  overflow: hidden;
}

.WHS-CoreFeatures-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}

.WHS-CoreFeatures-Title {
  font-family: var(--inter-font);
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: 700;
}

.WHS-CoreFeatures-Buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  width: 81%;
  max-width: 950px;
  margin: 0 auto;
}

.WHS-Feature-Buttons {
  font-family: var(--inter-font);
  background-color: #fdfdfd99;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 24px 16px;
  flex: 0 0 295px;
  width: 295px;
  color: var(--black);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.WHS-Feature-Buttons.active {
  background-color: #ffffff;
  color: var(--black);
}

.WHS-Feature-Buttons:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

.WHS-CoreFeatures-Content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.WHS-Nav-Arrow {
  width: 60px;
  height: 60px;
  background-color: #ffffff00;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.WHS-Nav-Arrow:hover {
  transform: scale(1.1);
}

.WHS-CoreFeatures-Slider {
  flex: 1;
  max-width: 1000px;
  position: relative;
  min-height: 450px;
}

.WHS-CoreFeatures-Card {
  background-color: #f5f5f0;
  border-radius: 20px;
  padding: 3rem;
  display: none;
  gap: 3rem;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 450px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.WHS-CoreFeatures-Card.active {
  display: flex;
  opacity: 1;
  position: relative;
}

.WHS-CoreFeatures-Text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.WHS-CoreFeatures-CardTitle {
  font-family: var(--inter-font);
  font-size: 36px;
  text-align: left;
  color: var(--black);
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.WHS-CoreFeatures-Description {
  font-family: var(--inter-font);
  font-size: 1.5rem;
  color: var(--black);
  margin: 0;
}

.WHS-CoreFeatures-Image {
  flex-shrink: 0;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.WHS-CoreFeatures-Image img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}
.WHS-CoreFeatures-CTA {
  font-family: var(--inter-font);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  background-color: var(--darkred);
  color: #ffffff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: var(--transition);
  width: fit-content;
}

.WHS-CoreFeatures-CTA:hover {
  background-color: var(--salmon);
}

.WHS-Process {
  width: 100%;
  background-color: var(--cream);
  padding: 6rem 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.WHS-Process-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.WHS-Process-Image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.WHS-Process-Image img {
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 570 / 624;
  object-position: left;
  border-radius: 20px;
  object-fit: cover;
}

.WHS-Process-Timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.WHS-Timeline-Item {
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 3rem;
}

.WHS-Timeline-Item:last-child {
  padding-bottom: 0;
}

.WHS-Timeline-Item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 56px;
  width: 2px;
  height: calc(100% - 30px);
  background-image: linear-gradient(
    to bottom,
    var(--salmon) 50%,
    transparent 50%
  );
  background-size: 2px 10px;
  background-repeat: repeat-y;
}

.WHS-Timeline-Number {
  width: 56px;
  height: 56px;
  background-color: var(--salmon);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--inter-font);
  font-size: 1.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.WHS-Timeline-Content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 14px;
}

.WHS-Timeline-Title {
  font-family: var(--inter-font);
  text-align: left;
  font-size: 1.13rem;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  letter-spacing: 0.05rem;
}

.WHS-Timeline-Description {
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1.6;
  margin: 0;
}

.WHS-CaseStudies {
  width: 100%;
  background-color: #050417;
  background-image: url("../images/grain.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2vw;
  position: relative;
  overflow: hidden;
}

.WHS-CaseStudies::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 23, 0.92);
  z-index: 1;
}

.WHS-CaseStudies-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.WHS-CaseStudies-Title {
  font-family: var(--inter-font);
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.WHS-CaseStudies-Subtitle {
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 0 3rem 0;
  opacity: 0.9;
}

.WHS-CaseStudies-Cards-Container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}

.WHS-CaseStudies-Card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.6s ease;
  cursor: pointer;
  position: relative;
  height: 537px;
  flex: 0 0 calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
}

.WHS-CaseStudies-Card-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.WHS-CaseStudies-Card-Image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: var(--transition);
  pointer-events: none;
}

.WHS-CaseStudies-Card-Image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.WHS-CaseStudies-Card:hover .WHS-CaseStudies-Card-Image::before {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.WHS-CaseStudies-Logo {
  background-color: #ffffff80;
  border-radius: 0 0 16px 16px;
  padding: 1.25rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
}

.WHS-CaseStudies-Card:hover .WHS-CaseStudies-Logo {
  background-color: #ffffffcc;
  transform: translateY(-5px);
}

.WHS-CaseStudies-Logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.WHS-CaseStudies-Info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: white;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}

.WHS-CaseStudies-Card:hover .WHS-CaseStudies-Info {
  transform: translateY(-5px);
}

.WHS-CaseStudies-Card-Title {
  font-family: var(--inter-font);
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.WHS-CaseStudies-Card-Subtitle {
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.WHS-CaseStudies-Details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.5s ease,
    max-height 0.5s ease;
}

.WHS-CaseStudies-Card:hover .WHS-CaseStudies-Details {
  opacity: 1;
  max-height: 300px;
}

.WHS-CaseStudies-Divider {
  border: none;
  width: 30%;
  border-top: 2px solid #fff;
  margin: 1rem 0 0.75rem 0;
  opacity: 0.8;
}

.WHS-CaseStudies-List {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.WHS-CaseStudies-List li {
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: 500;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-left: 1.5rem;
}

.WHS-CaseStudies-List li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.WHS-CaseStudies-Details svg {
  margin-top: 1rem;
  opacity: 0.9;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.WHS-Contact {
  width: 100%;
  min-height: 700px;
  background-image: url("../images/WHS-Contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2vw;
  position: relative;
}

.WHS-Contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.WHS-Contact-Wrapper {
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}

.WHS-Contact-Card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.WHS-Contact-Title {
  font-family: var(--inter-font);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 2rem 0;
  text-align: left;
}

.WHS-Contact-Form {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.WHS-Form-Group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0.5rem;
}

.WHS-Form-Label {
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  background-color: #ffffff;
  padding: 0 0.25rem;
  transition: all 0.3s ease;
  pointer-events: none;
}

.WHS-Form-Input,
.WHS-Form-Textarea {
  font-family: var(--inter-font);
  font-size: 1rem;
  padding: 0.875rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  color: var(--black);
  transition: border-color 0.3s ease;
}

.WHS-Form-Input:focus,
.WHS-Form-Textarea:focus {
  outline: none;
  border-color: var(--salmon);
}

.WHS-Form-Input:focus + .WHS-Form-Label,
.WHS-Form-Input:not(:placeholder-shown) + .WHS-Form-Label,
.WHS-Form-Textarea:focus + .WHS-Form-Label,
.WHS-Form-Textarea:not(:placeholder-shown) + .WHS-Form-Label {
  top: -0.6rem;
  left: 0.75rem;
  font-size: 0.875rem;
  color: var(--salmon);
  font-weight: 700;
}

.WHS-Form-Textarea + .WHS-Form-Label {
  top: 1rem;
}

.WHS-Form-Textarea {
  resize: vertical;
  min-height: 120px;
}

.WHS-Contact-Submit {
  font-family: var(--inter-font);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  background-color: var(--salmon);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.WHS-Contact-Submit:hover {
  background-color: var(--darkred);
  transform: translateY(-2px);
}

.WHS-Systems {
  width: 100%;
  background-color: #050417;
  background-image: url("../images/grain.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2vw;
  position: relative;
}

.WHS-Systems::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 23, 0.92);
  z-index: 1;
}

.WHS-Systems-Wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
}

.WHS-Systems-Title {
  font-family: var(--inter-font);
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.WHS-Systems-Subtitle {
  font-family: var(--poppins-font);
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem 0;
}

.WHS-Systems-Content {
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  min-height: 650px;
}

.WHS-Systems-Tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-right: 2px solid #e0e0e0;
  padding-right: 1rem;
}

.WHS-Systems-Dropdown {
  display: none;
}

.WHS-Systems-Tab {
  font-family: var(--inter-font);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.WHS-Systems-Tab.active,
.WHS-Systems-Tab:hover {
  background-color: var(--salmon);
  border-color: var(--darkred);
  color: #ffffff;
}

.WHS-Systems-Tab:hover {
  transform: translateY(-2px);
}

.WHS-Systems-Tab:hover svg path {
  fill: #ffffff;
}
.WHS-Systems-Tab svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.WHS-Systems-Tab svg path {
  fill: var(--salmon);
}

.WHS-Systems-Tab.active svg path {
  fill: #fff;
}

.WHS-Systems-CMS-CTA {
  font-family: var(--poppins-font);
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--salmon);
  border: none;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
}

.WHS-Systems-CMS-CTA svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.WHS-Systems-CMS-CTA svg path {
  fill: #ffffff;
}

.WHS-Systems-CMS-CTA:hover {
  background-color: var(--darkred);
  transform: translateY(-2px);
}

.WHS-Systems-Panels {
  position: relative;
  min-height: 550px;
}

.WHS-Systems-Panel {
  display: none;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.WHS-Systems-Panel.active {
  display: flex;
  opacity: 1;
  position: relative;
}

.WHS-Systems-Panel-Title {
  font-family: var(--inter-font);
  font-size: 2.5rem;
  text-align: left;
  font-weight: 500;
  color: var(--black);
  margin: 0;
}

.WHS-Systems-Panel-Text {
  font-family: var(--inter-font);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1.6;
  margin: 0;
}

.WHS-Systems-Features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}

.WHS-Systems-Feature {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}

.WHS-Systems-Feature-Icon {
  width: 80px;
  height: 80px;
  background-color: var(--salmon);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.WHS-Systems-Feature-Icon svg {
  width: 35px;
  height: 35px;
}

.WHS-Systems-Feature-Title {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  text-align: left;
  margin: 0;
  line-height: 1.3;
}

.WHS-Systems-Logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.WHS-Systems-Logo img {
  height: 64px;
  width: auto;
  object-fit: contain;
}

.WHS-Systems-Bottom-CTA {
  font-family: var(--inter-font);
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--salmon);
  border: none;
  border-radius: 12px;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
  display: none;
  margin-top: 1rem;
}

.WHS-Systems-Bottom-CTA:hover {
  background-color: var(--darkred);
  transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
  .WHS-Hero-Title {
    font-size: 3rem;
  }

  .WHS-Hero-Subtitle {
    font-size: 1.25rem;
  }

  .WHS-HowItWorks-Grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .WHS-CoreFeatures-Title {
    font-size: 3rem;
  }

  .WHS-CoreFeatures-Buttons {
    width: 90%;
  }

  .WHS-Feature-Buttons {
    flex: 0 0 260px;
    width: 260px;
  }

  .WHS-CoreFeatures-CardTitle {
    font-size: 28px;
  }

  .WHS-CoreFeatures-Description {
    font-size: 1.25rem;
  }

  .WHS-CoreFeatures-Image {
    width: 280px;
  }
  .WHS-CoreFeatures-Card.active {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    min-height: auto;
  }

  .WHS-Process-Wrapper {
    gap: 3rem;
  }

  .WHS-Systems-Title {
    font-size: 2.75rem;
  }

  .WHS-Systems-Content {
    grid-template-columns: 250px 1fr;
    gap: 2rem;
    padding: 2.5rem;
  }

  .WHS-Systems-Tab {
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
  }

  .WHS-Systems-Panel-Title {
    font-size: 2rem;
  }

  .WHS-Systems-Panel-Text {
    font-size: 1.1rem;
  }

  .WHS-CaseStudies-Title {
    font-size: 3rem;
  }

  .WHS-CaseStudies-Subtitle {
    font-size: 1.25rem;
  }

  .WHS-CaseStudies-Card {
    flex: 0 0 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
    height: 450px;
  }

  .WHS-CaseStudies-Card-Title {
    font-size: 2rem;
  }
  .WHS-CaseStudies-Info {
    gap: 0.25rem;
  }
  .WHS-CaseStudies-Card-Subtitle {
    line-height: 1;
  }
  .WHS-CaseStudies-Divider {
    margin: 0.75rem 0 0.5rem 0;
  }

  .WHS-CaseStudies-List {
    gap: 0.25rem;
  }
  .WHS-CaseStudies-List li {
    font-size: 0.95rem;
  }

  @media screen and (max-width: 800px) {
    .WHS-Hero {
      min-height: 550px;
      padding: 5rem 5vw 3.5rem;
    }

    .WHS-Hero-Title {
      font-size: 2.25rem;
      line-height: 1.1;
    }

    .WHS-Hero-Subtitle {
      font-size: 1rem;
      max-width: 95%;
      line-height: 1.4;
    }

    .WHS-Hero-CTA {
      font-size: 1.125rem;
      padding: 0.875rem 1.75rem;
    }

    .WHS-HowItWorks {
      padding: 4rem 5vw;
    }

    .WHS-HowItWorks-Wrapper {
      gap: 2.5rem;
    }

    .WHS-HowItWorks-Title {
      font-size: 1.75rem;
      padding: 0 1rem;
    }

    .WHS-HowItWorks-Grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      padding: 0;
    }

    .WHS-HowItWorks-Card-Title {
      font-size: 1.15rem;
    }

    .WHS-HowItWorks-Description {
      font-size: 1rem;
      max-width: 100%;
      line-height: 1.6;
    }

    .WHS-HowItWorks-Card {
      max-width: 400px;
      margin: 0 auto;
    }
    .WHS-HowItWorks-CTA {
      font-size: 1.125rem;
      padding: 1rem 2rem;
    }

    .WHS-CoreFeatures {
      min-height: auto;
      padding: 4rem 5vw;
    }

    .WHS-CoreFeatures-Title {
      font-size: 2rem;
      padding: 0 1rem;
    }

    .WHS-CoreFeatures-Buttons {
      width: 100%;
      gap: 1rem;
    }

    .WHS-Feature-Buttons {
      font-size: 1rem;
      padding: 1rem 1.25rem;
      flex: 0 0 calc((100% - 1rem) / 2);
      min-width: unset;
      max-width: calc((100% - 1rem) / 2);
    }

    .WHS-CoreFeatures-Content {
      flex-direction: row;
      gap: 0.75rem;
      margin-top: 1.5rem;
    }

    .WHS-Nav-Arrow {
      width: 48px;
      height: 48px;
    }

    .WHS-Nav-Arrow svg {
      width: 32px;
      height: 32px;
    }

    .WHS-CoreFeatures-Slider {
      min-height: auto;
    }

    .WHS-CoreFeatures-Card {
      flex-direction: column;
      padding: 1.75rem;
      gap: 1.5rem;
      min-height: auto;
      border-radius: 16px;
    }

    .WHS-CoreFeatures-CardTitle {
      font-size: 22px;
      text-align: center;
    }

    .WHS-CoreFeatures-CTA {
      align-self: center;
      font-size: 0.95rem;
      padding: 0.875rem 1.75rem;
    }

    .WHS-CoreFeatures-Description {
      font-size: 1rem;
      text-align: center;
      line-height: 1.5;
    }

    .WHS-CoreFeatures-Image {
      width: 100%;
      max-width: 240px;
    }

    .WHS-Process {
      padding: 4rem 5vw;
    }

    .WHS-Process-Wrapper {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }

    .WHS-Process-Image {
      order: 2;
    }

    .WHS-Process-Image img {
      max-width: 100%;
      border-radius: 16px;
    }

    .WHS-Process-Timeline {
      order: 1;
    }

    .WHS-Timeline-Item {
      padding-bottom: 2.5rem;
    }

    .WHS-Timeline-Number {
      width: 48px;
      height: 48px;
      font-size: 1.5rem;
    }

    .WHS-Timeline-Item:not(:last-child)::after {
      left: 23px;
      top: 48px;
    }

    .WHS-Timeline-Content {
      margin-top: 10px;
    }

    .WHS-Timeline-Title {
      font-size: 1.05rem;
    }

    .WHS-Timeline-Description {
      font-size: 0.975rem;
      line-height: 1.6;
    }

    .WHS-Contact {
      min-height: auto;
      padding: 4rem 5vw;
    }

    .WHS-Contact-Wrapper {
      max-width: 100%;
    }

    .WHS-Contact-Card {
      padding: 2rem 1.5rem;
      border-radius: 16px;
    }

    .WHS-Contact-Title {
      font-size: 1.875rem;
      margin: 0 0 1.5rem 0;
    }

    .WHS-Contact-Form {
      gap: 1.5rem;
    }

    .WHS-Form-Group {
      margin-bottom: 0.25rem;
    }

    .WHS-Form-Input,
    .WHS-Form-Textarea {
      font-size: 1rem;
      padding: 0.875rem 1rem;
    }

    .WHS-Contact-Submit {
      font-size: 1rem;
      padding: 1rem 2rem;
    }

    .WHS-Systems {
      padding: 4rem 5vw;
    }

    .WHS-Systems-Title {
      font-size: 2rem;
      padding: 0 1rem;
    }

    .WHS-Systems-Subtitle {
      font-size: 1rem;
      margin: 0 0 1.5rem 0;
      padding: 0 1rem;
    }

    .WHS-Systems-Content {
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding: 1.75rem;
      min-height: auto;
      border-radius: 16px;
    }

    .WHS-Systems-Tabs {
      display: none;
    }
    .WHS-Systems-Tabs::before {
      content: "";
      display: block;
    }

    .WHS-Systems-Dropdown {
      display: block;
      width: 100%;
      font-family: var(--inter-font);
      font-size: 1rem;
      font-weight: 600;
      color: #ffffff;
      background-color: var(--salmon);
      border: 2px solid var(--darkred);
      border-radius: 12px;
      padding: 1rem 1.25rem;
      cursor: pointer;
      appearance: none;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16.6667L0.00166655 16.1267L0.00833352 15.5967L0.0366668 14.57L0.0583335 14.0717L0.115 13.1067L0.191667 12.185C0.965 4.21004 4.21 0.965041 12.185 0.191708L13.1067 0.115042L14.0717 0.0583746C14.235 0.0500412 14.4017 0.0417071 14.57 0.0367071L15.5967 0.00837342L16.6667 4.14848e-05L17.7367 0.00837342L18.7633 0.0367071L19.2617 0.0583746L20.2267 0.115042L21.1483 0.191708C29.1233 0.965041 32.3683 4.21004 33.1417 12.185L33.2183 13.1067L33.275 14.0717C33.2833 14.235 33.2917 14.4017 33.2967 14.57L33.325 15.5967L33.3333 16.6667L33.325 17.7367L33.2967 18.7634L33.275 19.2617L33.2183 20.2267L33.1417 21.1484C32.3683 29.1234 29.1233 32.3684 21.1483 33.1417L20.2267 33.2184L19.2617 33.275C19.0956 33.2831 18.9295 33.2904 18.7633 33.2967L17.7367 33.325C17.3867 33.33 17.03 33.3334 16.6667 33.3334L16.1267 33.3317L15.5967 33.325L14.57 33.2967L14.0717 33.275L13.1067 33.2184L12.185 33.1417C4.21 32.3684 0.965 29.1234 0.191667 21.1484L0.115 20.2267L0.0583335 19.2617C0.0500001 19.0984 0.0416668 18.9317 0.0366668 18.7634L0.00833352 17.7367C0.00333352 17.3867 0 17.03 0 16.6667ZM8.82167 15.4884C8.50922 15.8009 8.33369 16.2248 8.33369 16.6667C8.33369 17.1086 8.50922 17.5325 8.82167 17.845L15.4883 24.5117C15.6262 24.6486 15.7863 24.7613 15.9617 24.845L16.0483 24.8817C16.1672 24.9299 16.2914 24.9635 16.4183 24.9817L16.53 24.995L16.635 24.9984H16.5767H16.6983C16.8992 24.994 17.0977 24.9545 17.285 24.8817L17.3717 24.8434L17.4733 24.7934L17.535 24.7567C17.5771 24.7305 17.6183 24.7027 17.6583 24.6734L17.7083 24.6334L17.845 24.5117L24.5117 17.845L24.65 17.6884C24.8988 17.3677 25.0219 16.9673 24.9965 16.5622C24.971 16.1572 24.7986 15.7754 24.5117 15.4884L24.355 15.35C24.0343 15.1013 23.6339 14.9781 23.2289 15.0036C22.8238 15.029 22.442 15.2014 22.155 15.4884L18.3333 19.3084V10L18.3217 9.80504C18.2715 9.38321 18.0621 8.99647 17.7364 8.72382C17.4106 8.45116 16.9931 8.31319 16.569 8.33809C16.1449 8.36298 15.7464 8.54887 15.4547 8.85776C15.1631 9.16666 15.0005 9.57524 15 10V19.3084L11.1783 15.4884L11.0217 15.35C10.701 15.1013 10.3006 14.9781 9.89553 15.0036C9.49049 15.029 9.10865 15.2014 8.82167 15.4884Z" fill="%23ffffff"/></svg>');
      background-repeat: no-repeat;
      background-position: right 1rem center;
      background-size: 20px;
      padding-right: 3rem;
      transition: all 0.3s ease;
    }

    .WHS-Systems-Dropdown:focus {
      outline: none;
      border-color: var(--darkred);
    }

    .WHS-Systems-Dropdown:hover {
      background-color: var(--darkred);
    }

    .WHS-Systems-Dropdown option {
      padding: 0.75rem;
      font-weight: 600;
      background-color: var(--salmon);
      color: #ffffff;
    }

    .WHS-Systems-Dropdown option:hover {
      background-color: var(--darkred);
    }

    /* Show panels below dropdown on mobile */
    .WHS-Systems-Panels {
      min-height: auto;
      margin-top: 1.5rem;
    }

    .WHS-Systems-CMS-CTA {
      display: flex;
      margin-top: 0.5rem;
      font-size: 0.95rem;
      padding: 1rem 1.25rem;
    }

    .WHS-Systems-Panels {
      min-height: auto;
    }

    .WHS-Systems-Panel-Title {
      font-size: 1.75rem;
    }

    .WHS-Systems-Panel-Text {
      font-size: 1rem;
    }

    .WHS-Systems-Features {
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }

    .WHS-Systems-Feature-Icon {
      width: 64px;
      height: 64px;
    }

    .WHS-Systems-Feature-Icon svg {
      width: 30px;
      height: 30px;
    }

    .WHS-Systems-Feature-Title {
      font-size: 16px;
    }

    .WHS-Systems-Logo img {
      height: 48px;
    }

    .WHS-Systems-Bottom-CTA {
      display: inline-block;
      font-size: 1.1rem;
      padding: 1rem 2rem;
    }

    .WHS-CaseStudies {
      padding: 4rem 5vw;
    }

    .WHS-CaseStudies-Title {
      font-size: 2rem;
      padding: 0 1rem;
    }

    .WHS-CaseStudies-Subtitle {
      font-size: 1rem;
      margin: 0.5rem 0 2rem 0;
      padding: 0 1rem;
    }

    .WHS-CaseStudies-Cards-Container {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
    }

    .WHS-CaseStudies-Card {
      flex: 0 0 100%;
      max-width: 100%;
      height: 420px;
    }

    .WHS-CaseStudies-Logo {
      width: 100px;
      height: 100px;
      padding: 1rem;
    }

    .WHS-CaseStudies-Info {
      padding: 0.5rem 1rem;
      max-width: 100%;
    }

    .WHS-CaseStudies-Card-Title {
      font-size: 1.5rem;
    }
    .WHS-CaseStudies-Info {
      gap: 0.25rem;
    }
    .WHS-CaseStudies-Card-Subtitle {
      line-height: 1;
    }

    .WHS-CaseStudies-List {
      gap: 0.25rem;
    }
    .WHS-CaseStudies-List li {
      font-size: 0.875rem;
    }
    .WHS-CaseStudies-Details svg {
      margin-top: 0.5rem;
    }
  }

  @media screen and (max-width: 520px) {
    .WHS-Hero {
      min-height: 480px;
      padding: 4rem 6vw 3rem;
    }

    .WHS-Hero-Title {
      font-size: 1.875rem;
      line-height: 1.15;
    }

    .WHS-Hero-Subtitle {
      font-size: 0.9375rem;
      max-width: 100%;
    }

    .WHS-Hero-CTA {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
    }

    .WHS-HowItWorks {
      padding: 3rem 6vw;
    }

    .WHS-HowItWorks-Wrapper {
      gap: 2rem;
    }

    .WHS-HowItWorks-Title {
      font-size: 1.5rem;
    }
    .WHS-Systems-Feature-Title {
      text-align: center;
    }

    .WHS-HowItWorks-Grid {
      gap: 2rem;
    }

    .WHS-HowItWorks-Icon {
      width: 56px;
      height: 56px;
    }

    .WHS-HowItWorks-Icon svg {
      width: 32px;
      height: 32px;
    }

    .WHS-HowItWorks-Card-Title {
      font-size: 1.05rem;
    }

    .WHS-HowItWorks-Description {
      font-size: 0.9375rem;
    }

    .WHS-CoreFeatures {
      padding: 3rem 6vw;
    }

    .WHS-CoreFeatures-Title {
      font-size: 1.5rem;
    }

    .WHS-CoreFeatures-Buttons {
      gap: 0.875rem;
    }

    .WHS-Feature-Buttons {
      font-size: 14px;
      padding: 0.875rem 1rem;
      flex: 1 1 100%;
      min-width: unset;
      max-width: unset;
    }

    .WHS-Nav-Arrow {
      display: none;
    }

    .WHS-CoreFeatures-Content {
      margin-top: 1.25rem;
    }

    .WHS-CoreFeatures-Card.active {
      padding: 1.25rem;
      gap: 0rem;
    }

    .WHS-CoreFeatures-Text {
      gap: 1rem;
    }

    .WHS-CoreFeatures-CardTitle {
      font-size: 1.25rem;
    }

    .WHS-CoreFeatures-Description {
      font-size: 0.9375rem;
    }

    .WHS-CoreFeatures-CTA {
      font-size: 0.875rem;
      padding: 0.75rem 1.5rem;
    }

    .WHS-CoreFeatures-Image {
      max-width: 200px;
    }

    .WHS-Process {
      padding: 3rem 6vw;
    }

    .WHS-Process-Wrapper {
      gap: 2rem;
    }

    .WHS-Timeline-Item {
      gap: 1rem;
      padding-bottom: 2rem;
    }

    .WHS-Timeline-Number {
      width: 40px;
      height: 40px;
      font-size: 1.25rem;
    }

    .WHS-Timeline-Item:not(:last-child)::after {
      left: 19px;
      top: 40px;
    }

    .WHS-Timeline-Content {
      margin-top: 7px;
    }

    .WHS-Timeline-Title {
      font-size: 0.9375rem;
    }

    .WHS-Timeline-Description {
      font-size: 0.875rem;
      line-height: 1.5;
    }

    .WHS-Process-Image img {
      border-radius: 12px;
    }

    .WHS-Contact {
      padding: 3rem 6vw;
    }

    .WHS-Contact-Card {
      padding: 1.5rem 1.25rem;
    }

    .WHS-Contact-Title {
      font-size: 1.625rem;
      text-align: center;
    }

    .WHS-Contact-Form {
      gap: 1.25rem;
    }

    .WHS-Form-Input,
    .WHS-Form-Textarea {
      font-size: 0.9375rem;
      padding: 0.75rem 0.875rem;
    }

    .WHS-Contact-Submit {
      font-size: 0.9375rem;
      padding: 0.875rem 1.75rem;
    }

    .WHS-Systems {
      padding: 3rem 6vw;
    }

    .WHS-Systems-Wrapper {
      gap: 1.5rem;
    }
    .WHS-Systems-Title {
      font-size: 1.75rem;
    }

    .WHS-Systems-Subtitle {
      font-size: 0.9375rem;
    }

    .WHS-Systems-Content {
      padding: 1.25rem;
      gap: 2rem;
    }

    .WHS-Systems-Dropdown {
      font-size: 0.9375rem;
      padding: 0.875rem 1rem;
      padding-right: 2.5rem;
      background-size: 18px;
      background-position: right 0.875rem center;
    }

    .WHS-Systems-CMS-CTA {
      font-size: 0.875rem;
      padding: 0.875rem 1rem;
    }

    .WHS-Systems-Panel-Title {
      font-size: 1.375rem;
      text-align: center;
    }

    .WHS-Systems-Panel-Text {
      text-align: center;
      font-size: 0.9375rem;
    }

    .WHS-Systems-Features {
      gap: 1.125rem;
      grid-template-columns: 1fr 1fr;
    }

    .WHS-Systems-Feature {
      align-items: center;
      text-align: center;
    }

    .WHS-Systems-Feature-Icon {
      width: 56px;
      height: 56px;
    }

    .WHS-Systems-Feature-Icon svg {
      width: 28px;
      height: 28px;
    }

    .WHS-Systems-Feature-Title {
      font-size: 0.9375rem;
    }

    .WHS-Systems-Logo {
      justify-content: center;
    }

    .WHS-Systems-Logo img {
      height: 40px;
    }

    .WHS-Systems-Bottom-CTA {
      font-size: 1rem;
      padding: 0.875rem 1.75rem;
    }

    .WHS-CaseStudies {
      padding: 3rem 6vw;
    }

    .WHS-CaseStudies-Title {
      font-size: 1.75rem;
    }

    .WHS-CaseStudies-Subtitle {
      font-size: 0.9375rem;
    }

    .WHS-CaseStudies-Card {
      height: 380px;
      border-radius: 16px;
    }
    .WHS-CaseStudies-Card-Image {
      border-radius: 16px;
    }

    .WHS-CaseStudies-Logo {
      width: 85px;
      height: 85px;
      padding: 0.75rem;
      margin-left: 0.75rem;
      border-radius: 0 0 12px 12px;
    }

    .WHS-CaseStudies-Info {
      padding: 0.25rem 0.5rem;
      max-width: 100%;
      gap: 0.375rem;
    }

    .WHS-CaseStudies-Card-Title {
      font-size: 1.25rem;
      line-height: 1.25;
    }

    .WHS-CaseStudies-Card-Subtitle {
      font-size: 0.8125rem;
      line-height: 1;
    }

    .WHS-CaseStudies-Info {
      gap: 0.25rem;
    }

    .WHS-CaseStudies-List {
      gap: 0.25rem;
    }
    .WHS-CaseStudies-List li {
      font-size: 14px;
    }
    .WHS-CaseStudies-Details svg {
      margin-top: 0.5rem;
      width: 36px;
      height: 36px;
    }
    .WHS-CaseStudies-List li::before {
      width: 2px;
      height: 2px;
    }
  }
}
