/* ==========================================
   About Us Page — Bless Florist Tema Coklat
   ========================================== */

.about-us-page {
  background: var(--cream);
}

/* ── Page Header ── */
.about-us-page .page-header {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
}

.about-us-page .page-header .fa-spa {
  color: var(--amber);
  display: block;
  margin-bottom: 1rem;
}

.about-us-page .page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 1rem;
}

.about-us-page .page-header .lead {
  font-size: 1.1rem;
  color: var(--brown-lt);
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto;
}

.about-us-page .divider {
  margin-top: 1.5rem;
  background: var(--amber) !important;
  border-radius: 2px;
}

/* ── About Content ── */
.about-us-page .about-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-us-page .about-image::before {
  content: '';
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 2px solid var(--amber);
  border-radius: 16px;
  z-index: 0;
}

.about-us-page .about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.about-us-page .about-content {
  padding-left: 1.5rem;
}

.about-us-page .about-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: var(--brown);
  margin-bottom: 1.25rem;
}

.about-us-page .about-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--brown-md);
  margin-bottom: 1.1rem;
}

/* ── Section Title ── */
.about-us-page h2 {
  font-family: 'Playfair Display', serif;
  color: var(--brown);
  font-size: 2rem;
}

/* ── Benefit Cards ── */
.benefit-card {
  background: var(--white);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid var(--cream-3);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(42, 31, 14, .1);
  border-color: var(--amber);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
  transition: background .25s;
}

.benefit-card:hover .benefit-icon {
  background: var(--amber);
}

.benefit-icon i {
  font-size: 1.5rem;
  color: var(--amber);
  transition: color .25s;
}

.benefit-card:hover .benefit-icon i {
  color: #fff;
}

.benefit-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .75rem;
  line-height: 1.4;
}

.benefit-desc {
  font-size: .9rem;
  color: var(--brown-lt);
  line-height: 1.7;
  margin: 0;
}

/* ── Services Section ── */
.services-section {
  background: var(--white);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  border: 1px solid var(--cream-3);
}

.services-section h2 {
  font-family: 'Playfair Display', serif;
}

.service-list-box {
  background: var(--cream);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--cream-3);
  height: 100%;
  transition: box-shadow .2s;
}

.service-list-box:hover {
  box-shadow: 0 8px 24px rgba(42, 31, 14, .08);
}

.service-list-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--brown);
  font-weight: 700;
  margin-bottom: 1rem;
}

.service-list-box h4 i {
  color: var(--amber);
  margin-right: .5rem;
}

.no-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-bullet li {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .45rem 0;
  font-size: .95rem;
  color: var(--brown-md);
  border-bottom: 1px solid var(--cream-2);
}

.no-bullet li:last-child {
  border-bottom: none;
}

.no-bullet li i {
  color: var(--amber);
  font-size: .8rem;
  flex-shrink: 0;
}

/* ── Stats Section ── */
.stats-section {
  background: linear-gradient(135deg, #3E2A14 0%, #5a4530 100%) !important;
  border-radius: 20px !important;
  padding: 3.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(200, 146, 42, .12);
  pointer-events: none;
}

.stats-section::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(200, 146, 42, .08);
  pointer-events: none;
}

.stats-section h2 {
  color: #fff !important;
  font-family: 'Playfair Display', serif;
}

.stats-section h2 strong {
  color: var(--amber) !important;
}

.stat-item {
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--amber) !important;
  margin-bottom: .4rem;
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: .95rem;
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-weight: 500;
}

/* ── CTA Section ── */
.cta-section {
  padding: 3.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
}

.cta-section h2,
.cta-section .lead {
  position: relative;
  z-index: 1;
}

.cta-section .btn-light {
  position: relative;
  z-index: 1;
  background: var(--amber);
  color: #fff !important;
  border: 2px solid var(--amber);
  padding: .9rem 2.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 50px;
  letter-spacing: .5px;
  transition: all .25s;
}

.cta-section .btn-light:hover {
  background: transparent;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .about-us-page .page-header h1 { font-size: 2rem; }
  .about-us-page .about-content h3 { font-size: 1.55rem; }
  .about-us-page .about-content { padding-left: 0; }
  .about-us-page .about-image::before { display: none; }
  .stat-number { font-size: 2.4rem; }
}

@media (max-width: 768px) {
  .about-us-page .page-header h1 { font-size: 1.7rem; }
  .benefit-card { padding: 1.5rem 1rem; }
  .benefit-icon { width: 54px; height: 54px; }
  .benefit-icon i { font-size: 1.2rem; }
  .services-section { padding: 1.5rem 1rem; }
  .service-list-box { padding: 1.5rem; }
  .stat-number { font-size: 2rem; }
  .stat-label { font-size: .85rem; }
  .stats-section { padding: 2.5rem 1rem; }
}

@media (max-width: 576px) {
  .about-us-page .page-header h1 { font-size: 1.5rem; }
  .about-us-page .page-header .lead { font-size: .95rem; }
  .benefit-title { font-size: .9rem; }
  .benefit-desc { font-size: .82rem; }
  .stat-number { font-size: 1.7rem; }
  .cta-section { padding: 2.5rem 1rem; }
  .cta-section .btn-light { padding: .8rem 1.8rem; font-size: 1rem; }
}
