/* ============================================================
   Four Steps to Your Next Breakthrough — page-specific styles
   /four-steps-to-generating-your-next-breakthrough
   ============================================================ */

/* ---- Static image hero ---- */
.fs-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('https://innofication.com/uploadedfiles/qjtSuK2e4KakbC94DzgpwAOnt4diVfPVrULAsruU/DC5BFRIZLRVY2H8CV4V15CLROW07YA/steps.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 58, 84, 0.72);
  z-index: 1;
  pointer-events: none;
}

.fs-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.fs-hero-content .head {
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 12px !important;
  line-height: 1.2;
}

.fs-hero-content .subtext {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 0 28px !important;
  line-height: 1.5;
}

/* White variant section-tag inside hero */
.fs-hero .section-tag {
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  margin-bottom: 14px;
}

/* ---- HBR logo image ---- */
.fs-hbr-img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
          transition: transform 0.2s, box-shadow 0.2s;
}

.fs-hbr-img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
