@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArcaMajora3 Bold";
  src: url("../fonts/ArcaMajora3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArcaMajora3 Heavy";
  src: url("../fonts/ArcaMajora3-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fhw-home {
  --fhw-dark: #111;
  --fhw-text: #444;
  --fhw-light: #f6f8fa;
  --fhw-body-font: "Source Sans Pro", Arial, sans-serif;
  --fhw-heading-font: "ArcaMajora3 Heavy", "Source Sans Pro", Arial, sans-serif;
  font-family: var(--fhw-body-font);
  color: var(--fhw-text);
  line-height: 1.7;
}

.fhw-home h2,
.fhw-home h3,
.fhw-home h4 {
  font-family: var(--fhw-heading-font);
  color: var(--fhw-dark);
  margin: 0 0 14px;
  line-height: 1.2;
}

.fhw-home p {
  margin: 0 0 16px;
  font-size: 15px;
}

.fhw-container {
  max-width: 1180px;
  margin: auto;
  padding: 70px 24px;
}

.fhw-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fhw-red);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.fhw-values {
  background: var(--fhw-light);
}

.fhw-values-grid {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 50px;
  align-items: center;
}

.fhw-values-img img,
.fhw-img img {
  width: 100%;
  display: block;
}

.fhw-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 55px;
}

.fhw-feature h4 {
  font-size: 30px;
  font-weight: 900;
}

.fhw-feature p {
  font-size: 25px;
  line-height: 1.7;
}

.fhw-icon-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  margin-bottom: 28px;
}

.fhw-story-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 24px 86px;
}

.fhw-story-card {
  max-width: 1170px;
  margin: auto;
  background: rgba(255,255,255,0.9);
  padding: 78px 62px 58px;
  box-shadow: 0 28px 60px rgba(0,0,0,0.08);
}

.fhw-story-head {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 46px;
}

.fhw-story-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
}

.fhw-story-card h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 4px;
}

.fhw-story-subtitle {
  color: #777;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.fhw-story-card p {
  color: #707070;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 24px;
}

.fhw-story-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

.fhw-story-actions .fhw-btn {
  font-size: 20px;
  font-weight: 900;
}

.fhw-action-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.fhw-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.fhw-section-title small {
  display: block;
  color: var(--fhw-text);
  font-size: 14px;
}

.fhw-section-title h2 {
  font-size: 36px;
}

.fhw-section-title span,
.fhw-quality h2 span,
.fhw-contact h3 span,
.fhw-red,
.fhw-two-col p span {
  color: var(--fhw-red);
}

.fhw-line {
  width: 100%;
  height: 1px;
  background: var(--fhw-red);
  margin: 18px 0 28px;
}

.fhw-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fhw-card {
  min-height: 245px;
  padding: 45px 34px;
  background: #f5f5f5;
}

.fhw-card.is-dark {
  background: #111;
  color: #fff;
}

.fhw-card.is-dark h3 {
  color: #fff;
}

.fhw-card h3 {
  font-size: 18px;
}

.fhw-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 24px;
}

.fhw-stat strong {
  display: block;
  font-size: 36px;
  color: #111;
  letter-spacing: 2px;
}

.fhw-stat span {
  color: var(--fhw-red);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.fhw-quality {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 24px;
}

.fhw-quality-box {
  max-width: 570px;
  background: #fff;
  padding: 55px;
  margin-left: 6%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.fhw-progress {
  margin-top: 22px;
}

.fhw-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #111;
  margin-bottom: 8px;
}

.fhw-bar {
  height: 5px;
  background: #ddd;
}

.fhw-bar span {
  display: block;
  height: 100%;
  background: var(--fhw-red);
}

.fhw-logos {
  background: #fff;
  padding: 35px 24px;
  box-shadow: 0 10px 45px rgba(0,0,0,0.07);
  max-width: 1080px;
  margin: -45px auto 70px;
  position: relative;
  z-index: 2;
}

.fhw-logos img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.fhw-contact {
  background: #f5f6f7;
}

.fhw-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

@media (max-width: 900px) {
  .fhw-values-grid,
  .fhw-two-col,
  .fhw-contact-grid {
    grid-template-columns: 1fr;
  }

  .fhw-feature-grid,
  .fhw-cards,
  .fhw-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .fhw-story-card,
  .fhw-quality-box {
    padding: 35px;
    margin: auto;
  }

  .fhw-story-head {
    gap: 22px;
    margin-bottom: 30px;
  }

  .fhw-story-card h2 {
    font-size: 34px;
  }

  .fhw-story-card p {
    font-size: 17px;
  }

  .fhw-feature h4 {
    font-size: 26px;
  }

  .fhw-feature p {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .fhw-feature-grid,
  .fhw-cards,
  .fhw-stats {
    grid-template-columns: 1fr;
  }

  .fhw-section-title h2 {
    font-size: 28px;
  }

  .fhw-container {
    padding: 50px 18px;
  }

  .fhw-story-wrap {
    padding: 36px 14px 56px;
  }

  .fhw-story-card {
    padding: 32px 24px;
  }

  .fhw-story-head,
  .fhw-story-actions {
    align-items: flex-start;
    gap: 16px;
  }

  .fhw-story-icon {
    width: 52px;
    height: 52px;
  }

  .fhw-story-card h2 {
    font-size: 30px;
  }

  .fhw-story-subtitle {
    font-size: 19px;
  }

  .fhw-story-actions {
    flex-wrap: wrap;
  }

  .fhw-story-actions .fhw-btn {
    width: 100%;
    font-size: 18px;
  }

  .fhw-feature h4 {
    font-size: 24px;
  }

  .fhw-feature p {
    font-size: 18px;
  }
}
