/* ===============================
   ABOUT PAGE – BENSUGIH LUXURY
================================ */

:root {
  --green-dark: #0c3b35;
  --green-main: #0f5f53;
  --green-soft: #e9f4f1;
  --gold: #d4af37;
  --text-dark: #1e2e2b;
  --text-muted: #5f6f6c;
}

/* RESET */
.about-hero,
.about-content,
.why-partner {
  width: 100%;
  box-sizing: border-box;
}

/* ===============================
   HERO
================================ */
.about-hero {
  background: linear-gradient(
      180deg,
      rgba(15, 95, 83, 0.06),
      rgba(255, 255, 255, 0.95)
    ),
    url("../img/hero-texture.png");
  padding: 110px 20px 90px;
  text-align: center;
}

.about-hero h1 {
  color: #ffffff;          /* PUTIH FULL */
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}


.about-hero .breadcrumb {
  font-size: 14px;
  color: var(--text-muted);
}

.about-hero .breadcrumb a {
  color: var(--green-main);
  text-decoration: none;
  font-weight: 500;
}

.about-hero .breadcrumb span {
  margin: 0 6px;
  color: var(--gold);
}

/* ===============================
   CONTENT
================================ */
.about-content {
  background: #ffffff;
  padding: 80px 20px;
}

.about-content .container.narrow {
  max-width: 860px;
  margin: auto;
}

.about-content p {
  font-size: 16.5px;
  line-height: 1.9;
  color: var(--text-dark);
  margin-bottom: 26px;
}

.about-content strong {
  color: var(--green-main);
  font-weight: 600;
}

/* ===============================
   WHY PARTNER
================================ */
.why-partner {
  background: var(--green-soft);
  padding: 90px 20px 110px;
}

.section-title-center {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 60px;
  position: relative;
}

.section-title-center .gold-line {
  display: block;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 18px auto 0;
}

/* ===============================
   VALUE CARDS
================================ */
.values-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.value-card {
  padding: 42px 36px;
  border-radius: 16px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle shine */
.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: 0.6s;
}

.value-card:hover::before {
  left: 120%;
}

.value-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.value-card p {
  font-size: 15.5px;
  line-height: 1.7;
}

/* COLOR VARIANTS */
.value-card.green {
  background: linear-gradient(145deg, #0f6b5b, #0b4f45);
  color: #ffffff;
}

.value-card.gold {
  background: linear-gradient(145deg, #e5c36a, #d1ad45);
  color: #2b2b2b;
}

.value-card.light {
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* hover lift */
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}


/* ===============================
   ABOUT HERO (TITLE + BREADCRUMB)
================================ */

.about-hero {
  position: relative;
  padding: 130px 20px 110px;
  background: linear-gradient(
      180deg,
      rgba(12, 59, 53, 0.75),
      rgba(12, 59, 53, 0.55)
    ),
    url("../img/about-hero.jpg") center/cover no-repeat;
}

.about-hero-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.about-title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-bottom: 14px;
}

/* BREADCRUMB */
.about-breadcrumb {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.about-breadcrumb a {
  color: #e5c36a;
  text-decoration: none;
  font-weight: 500;
}

.about-breadcrumb span {
  margin: 0 6px;
  color: #e5c36a;
}

.about-breadcrumb strong {
  color: #ffffff;
  font-weight: 600;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-hero {
  background: linear-gradient(180deg, #0b3d33 0%, #0e5c4d 100%);
  padding: 120px 0 90px;
  color: #fff;
  text-align: center;
}

.page-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37; /* gold */
}

.page-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.breadcrumb-lux {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 10px;
}

.breadcrumb-lux a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  position: relative;
}

.breadcrumb-lux a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #d4af37;
  transform: scaleX(0);
  transition: transform .3s ease;
}

.breadcrumb-lux a:hover::after {
  transform: scaleX(1);
}

.breadcrumb-lux .separator {
  color: rgba(255,255,255,0.4);
}

.breadcrumb-lux .current {
  color: #d4af37;
  font-weight: 500;
}
.about-content {
  padding: 90px 0;
  background: #fff;
}

.about-content .container.narrow {
  max-width: 820px;
}

.about-content p {
  font-size: 16.5px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 28px;
}
.value-card {
  border-radius: 16px;
  padding: 36px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.value-card.gold {
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #1b1b1b;
}

