/* HERO SECTION (FULL BLOCK) */
.hero-section {
  position: relative;
  padding: 160px 0 40px;
  background: url("../images/bg/index-hero.png") no-repeat center;
  background-size: contain;
}

/* Hero */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.25;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text);
  max-width: 480px;
}

/* About */
.about-content h2 {
  color: var(--primary);
}

/* Cards */
.card {
  border-radius: var(--radius-lg);
}

.hero-banner-wrap img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    padding: 140px 0 80px;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.card small {
  display: block;
  margin-top: 4px;
  font-weight: 500;
}

.index-about {
  padding-top: 70px;
}

/* HERO SECTION (FULL BLOCK) */

/* =============================
   HOW IT WORKS
============================= */

/* Left media */
.how-media {
  border-radius: var(--radius-lg);
  background: #fff;
}

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.blog-section .card img {
  height: 160px;
  object-fit: cover;
}