/* =========================
   PAGE BASE
========================= */
.match-aura-hindu-matrimony-page {
  font-family: 'Segoe UI', Inter, sans-serif;
  background: #FAFAF8;
  color: #2B2B2B;
  width: 100%;
  overflow-x: hidden;
}

.match-aura-hindu-matrimony-page section {
  padding: 90px 0;
}

.match-aura-hindu-matrimony-page .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* =========================
   HERO
========================= */
.match-aura-hindu-matrimony-page .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(to right,
      rgba(250,250,248,0.95),
      rgba(250,250,248,0.75)
    ),
    url('https://images.unsplash.com/photo-1529634806980-85c3dd6d34ac')
    center / cover no-repeat;
}

.match-aura-hindu-matrimony-page .hero h1 {
  font-size: 48px;
  max-width: 700px;
  line-height: 1.2;
}

.match-aura-hindu-matrimony-page .hero p {
  font-size: 18px;
  max-width: 600px;
  color: #555;
  line-height: 1.6;
}

/* =========================
   BUTTON
========================= */
.match-aura-hindu-matrimony-page .match-aura-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 36px;
  background: #371a5b;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.match-aura-hindu-matrimony-page .match-aura-btn:hover {
  background: #a55f69;
  transform: translateY(-2px);
}

/* =========================
   TRUST STRIP
========================= */
.match-aura-hindu-matrimony-page .trust {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.match-aura-hindu-matrimony-page .trust div {
  background: #fff;
  padding: 18px 26px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  font-size: 15px;
  white-space: nowrap;
}

/* =========================
   COMMON TYPOGRAPHY
========================= */
.match-aura-hindu-matrimony-page h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}

.match-aura-hindu-matrimony-page p {
  text-align: center;
  max-width: 900px;
  margin: 20px auto 0;
  color: #555;
  line-height: 1.7;
}

/* =========================
   GRID / CARDS
========================= */
.match-aura-hindu-matrimony-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.match-aura-hindu-matrimony-page .card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.match-aura-hindu-matrimony-page .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.match-aura-hindu-matrimony-page .card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.match-aura-hindu-matrimony-page .card .info {
  padding: 20px;
  font-size: 15px;
}

/* =========================
   ALT SECTION
========================= */
.match-aura-hindu-matrimony-page .alt {
  background: #fff;
}

/* =========================
   TABLET (≤ 1024px)
========================= */
@media (max-width: 1024px) {
  .match-aura-hindu-matrimony-page section {
    padding: 70px 0;
  }

  .match-aura-hindu-matrimony-page .hero h1 {
    font-size: 40px;
  }

  .match-aura-hindu-matrimony-page .hero p {
    font-size: 17px;
  }
}

/* =========================
   MOBILE (≤ 768px)
========================= */
@media (max-width: 768px) {
  .match-aura-hindu-matrimony-page section {
    padding: 60px 0;
  }

  .match-aura-hindu-matrimony-page .hero {
    min-height: auto;
    padding: 80px 0;
    text-align: center;
  }

  .match-aura-hindu-matrimony-page .hero h1 {
    font-size: 32px;
    max-width: 100%;
  }

  .match-aura-hindu-matrimony-page .hero p {
    font-size: 16px;
    max-width: 100%;
  }

  .match-aura-hindu-matrimony-page .trust {
    justify-content: center;
    gap: 15px;
  }

  .match-aura-hindu-matrimony-page .trust div {
    white-space: normal;
    text-align: center;
  }
}

/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {
  .match-aura-hindu-matrimony-page h2 {
    font-size: 26px;
  }

  .match-aura-hindu-matrimony-page .match-aura-btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  .match-aura-hindu-matrimony-page .card img {
    height: 260px;
  }
}
