/* INNER PAGE SPECIFIC */

.inner-hero {
  background:
    linear-gradient(
      to right,
      #231f20 55%,
      rgba(35, 31, 32, 0.7) 80%,
      rgba(35, 31, 32, 0.25) 100%
    ),
    url("../../images/hero.webp") center / cover no-repeat;
  padding: 64px 60px 56px;
}
.inner-hero div {
  max-width: 1920px;
  margin: 0 auto;
}
.inner-hero-eyebrow {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00a3d3;
  display: block;
  margin-bottom: 12px;
}
.inner-hero h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 12px;
}
.inner-hero p {
  font-size: clamp(0.9rem, 1vw, 0.97rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  line-height: 1.7;
}
