.about-hero {
  position: relative;
  padding: 76px 0 64px;
  color: #fff7ed;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 210, 176, 0.20), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(255, 218, 190, 0.13), transparent 30%),
    linear-gradient(135deg, #2a1811 0%, #5d2f21 55%, #8a4a32 100%);
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/logo/vikaas_logo_symbol_transparent.png");
  background-repeat: no-repeat;
  background-size: 480px;
  background-position: left -150px center;
  opacity: 0.04;
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.about-eyebrow,
.section-label {
  display: inline-flex;
  color: var(--primary);
  background: #fff0e2;
  border: 1px solid #ead4bf;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-hero .about-eyebrow {
  color: var(--gold);
  background: rgba(255, 196, 144, 0.10);
  border-color: rgba(255, 196, 144, 0.32);
}

.about-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  margin: 18px 0;
  letter-spacing: -1.2px;
}

.about-hero p {
  max-width: 690px;
  font-size: 18px;
  color: #f3d4c0;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-light-btn {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  border: 1px solid rgba(255, 196, 144, 0.36);
}

.about-logo-card {
  min-height: 390px;
  border-radius: var(--radius-lg);
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 207, 170, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 207, 170, 0.22);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.about-logo-card img {
  width: min(78%, 340px);
  margin: auto;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.38));
}

.about-logo-card div {
  width: 100%;
  padding: 18px;
  border-radius: 20px;
  background: rgba(7, 4, 3, 0.44);
  border: 1px solid rgba(255, 196, 144, 0.16);
}

.about-logo-card span {
  display: block;
  color: #f3d4c0;
  font-size: 13px;
}

.about-logo-card strong {
  color: var(--gold);
  font-size: 20px;
}

.about-intro {
  padding: 64px 0 30px;
}

.about-intro-card {
  max-width: 920px;
  background: #fffdf9;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow);
  text-align: center;
}

.about-intro-card h2,
.commitment-content h2,
.about-section-heading h2,
.about-closing h2 {
  font-family: "Playfair Display", serif;
  color: var(--text);
  line-height: 1.08;
}

.about-intro-card h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin: 14px 0 18px;
}

.about-intro-card p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 12px;
}

.about-offer-section,
.why-section {
  padding: 54px 0;
}

.about-section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.about-section-heading span {
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
}

.about-section-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin-top: 8px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.offer-card {
  background: #fffdf9;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(74, 27, 12, 0.08);
  transition: 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.offer-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff0e2;
  font-size: 26px;
  margin-bottom: 16px;
}

.offer-card h3 {
  font-size: 17px;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 8px;
}

.offer-card p {
  color: var(--muted);
  font-size: 14px;
}

.commitment-section {
  padding: 58px 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 210, 176, 0.32), transparent 24%),
    #fff1e5;
}

.commitment-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.commitment-content h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin: 14px 0;
}

.commitment-content p {
  color: var(--muted);
  font-size: 17px;
}

.commitment-points {
  display: grid;
  gap: 14px;
}

.commitment-points div {
  background: #fffdf9;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 34px rgba(74, 27, 12, 0.08);
}

.commitment-points strong {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4d2418, #7f3a25);
  color: var(--gold);
  display: grid;
  place-items: center;
}

.commitment-points span {
  font-weight: 800;
  color: var(--text);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.why-card {
  background: #fffdf9;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px;
  font-weight: 900;
  color: var(--primary);
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(74, 27, 12, 0.07);
}

.about-closing {
  padding: 12px 0 70px;
}

.about-closing-inner {
  text-align: center;
  color: #fff7ed;
  border-radius: var(--radius-lg);
  padding: 44px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 207, 170, 0.18), transparent 28%),
    url("../images/logo/vikaas_logo_symbol_transparent.png"),
    linear-gradient(135deg, #24130d, #7f3a25);
  background-repeat: no-repeat;
  background-size: auto, 330px, auto;
  background-position: center, right -90px center, center;
  box-shadow: var(--shadow);
}

.about-closing h2 {
  color: #fff7ed;
  font-size: clamp(30px, 4vw, 46px);
  max-width: 850px;
  margin: 0 auto 12px;
}

.about-closing p {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #f3d4c0;
}

@media (max-width: 1080px) {
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .about-hero-grid,
  .commitment-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-logo-card {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  .about-hero {
    padding: 48px 0 40px;
  }

  .about-hero-actions {
    flex-direction: column;
  }

  .about-intro-card {
    padding: 28px 20px;
  }

  .offer-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .commitment-points div {
    align-items: flex-start;
  }

  .about-closing-inner {
    padding: 32px 22px;
    background-size: auto, 230px, auto;
    background-position: center, right -90px bottom -45px, center;
  }
}

/* =========================================================
   ABOUT PAGE BANNER IMAGE OVERRIDE
   Matches home hero banner style and removes large logo card
========================================================= */

.about-hero {
  min-height: 610px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 88px 0 76px !important;
  overflow: hidden;
  color: #fff7ed;
  background:
    linear-gradient(
      90deg,
      rgba(22, 10, 6, 0.93) 0%,
      rgba(47, 20, 12, 0.84) 36%,
      rgba(80, 34, 20, 0.42) 62%,
      rgba(80, 34, 20, 0.10) 100%
    ),
    url("../images/banners/home-hero-banner.png") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.about-hero::before {
  display: none !important;
}

.about-hero-grid {
  grid-template-columns: minmax(0, 760px) 1fr !important;
  align-items: center;
}

.about-hero-content {
  max-width: 760px;
}

.about-hero h1 {
  color: #fff7ed;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

.about-hero p {
  max-width: 650px;
  color: #f3d4c0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.about-logo-card {
  display: none !important;
}

.about-hero-highlight {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 360px;
}

.highlight-card {
  width: min(100%, 390px);
  padding: 24px;
  border-radius: 24px;
  background: rgba(27, 12, 7, 0.54);
  border: 1px solid rgba(255, 205, 166, 0.24);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.highlight-card span {
  display: inline-flex;
  color: #ffd9b5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.highlight-card strong {
  display: block;
  color: var(--gold);
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.highlight-card p {
  color: #f3d4c0;
  font-size: 14px;
  margin: 0;
}

/* Softer about page cards */

.about-intro-card,
.offer-card,
.why-card,
.commitment-points div {
  background: #fffdf9;
}

.about-intro {
  padding-top: 58px;
}

.about-intro-card {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.about-intro-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  background-image: url("../images/logo/vikaas_logo_symbol_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.about-intro-card h2,
.about-intro-card p,
.about-intro-card .section-label {
  position: relative;
  z-index: 1;
}

.commitment-section {
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 210, 176, 0.26), transparent 24%),
    #fff4ec;
}

.about-closing-inner {
  background:
    linear-gradient(
      90deg,
      rgba(22, 10, 6, 0.94) 0%,
      rgba(47, 20, 12, 0.88) 46%,
      rgba(80, 34, 20, 0.54) 100%
    ),
    url("../images/banners/home-hero-banner.png") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

/* Mobile */

@media (max-width: 980px) {
  .about-hero {
    min-height: 600px;
    background:
      linear-gradient(
        90deg,
        rgba(22, 10, 6, 0.95) 0%,
        rgba(47, 20, 12, 0.86) 50%,
        rgba(80, 34, 20, 0.40) 100%
      ),
      url("../images/banners/home-hero-banner.png") !important;
    background-size: cover !important;
    background-position: center right !important;
  }

  .about-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .about-hero-highlight {
    min-height: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 570px;
    padding: 64px 0 54px !important;
    background:
      linear-gradient(
        180deg,
        rgba(22, 10, 6, 0.95) 0%,
        rgba(47, 20, 12, 0.88) 48%,
        rgba(72, 30, 18, 0.62) 100%
      ),
      url("../images/banners/home-hero-banner.png") !important;
    background-size: cover !important;
    background-position: 68% center !important;
  }

  .about-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .about-hero p {
    font-size: 16px;
  }

  .highlight-card {
    width: 100%;
  }

  .about-intro-card {
    text-align: left;
  }
}
