/* ================================================================
   RENETA CLEANING — About Page Styles (BEM prefix: ab-)
   Depends on: globals.css variables
   ================================================================ */

/* ab-hero classes removed — Section 1 now uses .bk-hero (defined in style.css) */

.ab-hero__info-card-tag {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 100px;
  height: auto;
}

.ab-hero__info-card-arrow {
  position: absolute;
  right: 44px;
  bottom: -26px;
  width: 52px;
  height: 52px;
  background: #178d71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Flex", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  z-index: 2;
}

/* ----------------------------------------------------------------
   SECTION 2: STATS + CIRCULAR CAROUSEL  (.ab-stats)
   ---------------------------------------------------------------- */

.ab-stats {
  background-color: #178d71;
  padding: 0px 0 400px 0;
  /* extra bottom for carousel overlap */
  position: relative;
  overflow: visible;
  color: #ffffff;
}

/* Two-column layout */
.ab-stats__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left: cleaner image */
.ab-stats__img-side {
  align-self: flex-end;
  position: relative;
  overflow: visible;
}

.ab-stats__img {
  width: 100%;
  max-width: 520px;
  display: block;
  transform: scale(1.08);

  margin-top: 40px;
  position: relative;
  z-index: 1;
}

/* Right: badge + heading + stats */
.ab-stats__content {
  flex: 1.2;

  max-width: 1000px;
}

.ab-stats__badge {
  display: inline-block;
  background: #e2f6f1;
  color: #0b7c46;
  padding: 6px 20px;
  border-radius: 16px;
  font-family: var(--f-viet);
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 24px;
}

.ab-stats__title h2 {
  font-family: var(--f-viet);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.38;
  color: #ffffff;
  margin-bottom: 48px;
}

/* 3-column stats grid */
.ab-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}

.ab-stats__num {
  display: block;
  font-family: var(--f-viet);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.ab-stats__lbl {
  display: block;
  font-family: var(--f-viet);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}

/* ── Circular Swiper marquee carousel ────────────────── */
.ab-stats__carousel-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  /* clips both edges equally */
}

/* Each slide fixed width (required for slidesPerView:'auto') */
.ab-stats__swiper .swiper-slide {
  width: 400px;

  flex-shrink: 0;
}

.ab-stats__circle-wrap {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;

  cursor: pointer;
}

.ab-stats__circle-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 991px) {
  .ab-stats {
    padding: 50px 0;
  }
  .ab-stats__wrapper {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .ab-stats__img {
    display: none;
  }

  .ab-stats__img-side {
    order: 2;
    width: 100%;
  }

  .ab-stats__content {
    order: 1;
  }

  .ab-stats__title h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .ab-stats__grid {
    justify-items: center;
  }

  .ab-stats__carousel-wrap {
    position: relative;
    bottom: auto;
    margin-top: 50px;
  }

  .ab-stats__swiper .swiper-slide {
    width: 250px;
  }
  .ab-stats__circle-wrap {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .ab-stats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ab-stats__circle-wrap {
    width: 200px;
    height: 200px;
  }

  .ab-stats__swiper .swiper-slide {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .ab-stats__circle-wrap {
    width: 190px;
    height: 190px;
  }

  .ab-stats__carousel-wrap {
    padding: 0 16px;
  }
}

/* ----------------------------------------------------------------
   SECTION 4: TIMELINE
   ---------------------------------------------------------------- */

.ab-timeline {
  background: #ffffff;
  padding: 80px 0;
}

/* Label above title */
.ab-timeline__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-viet);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rc-green-dark);
  margin-bottom: 14px;
}

.ab-timeline__title {
  font-family: var(--f-viet);
  font-size: var(--fz-h2);
  font-weight: 600;
  color: var(--rc-navy);
  margin-bottom: 14px;
  line-height: 1.15;
}

.ab-timeline__title .text-green {
  color: var(--rc-green) !important;
}

.ab-timeline__subtitle {
  font-family: var(--f-viet);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--rc-gray);
  margin-bottom: 0;
}

/* Timeline card */
.ab-timeline__card {
  padding: 22px 20px 22px 20px;

  height: 100%;
}

/* Large year accent */
.ab-timeline__year {
  font-family: var(--f-viet);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--rc-green);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.ab-timeline__card-title {
  font-family: var(--f-viet);
  font-size: 1rem;
  font-weight: 700;
  color: #1f4e79;
  margin-bottom: 8px;
}

.ab-timeline__card-desc {
  font-family: var(--f-viet);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--rc-gray);
  margin-bottom: 0;
}

/* Right side: team image */
.ab-timeline__img-wrap {
  border-radius: 24px;
  overflow: hidden;
  height: 480px;
}

.ab-timeline__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ----------------------------------------------------------------
   SECTION 5: MORE THAN A CLEANING COMPANY
   ---------------------------------------------------------------- */

.ab-more {
  background: #f5f7f9;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative blob — right side, pure CSS */
.ab-more__bg-deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  z-index: 0;
  mix-blend-mode: luminosity;
}

.ab-more__inner {
  position: relative;
  z-index: 1;
}

/* Header: left-aligned label + large title */
.ab-more__header {
  margin-bottom: 48px;
}

.ab-more__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-viet);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rc-gray);
  margin-bottom: 16px;
}

.ab-more__title {
  font-family: var(--f-viet);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  color: var(--rc-dark);
  line-height: 1.1;
  margin-bottom: 0;
}

.ab-more__title--green {
  color: #178d71;
  display: block;
}

/* Mission/Vision card */
.ab-more__card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.06);
  text-align: left;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ab-more__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(23, 141, 113, 0.13);
}

/* Image inside card with margin + rounded */
.ab-more__card-img-wrap {
  position: relative;
  margin: 18px 18px 0;
  border-radius: 18px;

  height: 300px;
}

.ab-more__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Card body */
.ab-more__card-body {
  padding: 24px 32px 32px;
  margin-top: 15px;
}

.ab-more__card-title {
  font-family: var(--f-viet);
  font-size: 20px;
  font-weight: 600;
  color: #178d71;
  margin-bottom: 14px;
  line-height: 30px;
  border-bottom: 1px solid rgba(92, 94, 94, 0.18);
}

.ab-more__card-desc {
  font-family: var(--f-viet);
  font-size: 18px;
  line-height: 1.7;
  color: #5c5e5e;
  margin-bottom: 14px;
}

.ab-more__card-desc:last-child {
  margin-bottom: 0;
}

/* CTA button — dark green pill */
.ab-more__cta {
  border-radius: 20px;
  background: #178d71;
  box-shadow:
    0 5px 7.5px -1.25px rgba(0, 0, 0, 0.1),
    0 2.5px 5px -2.5px rgba(0, 0, 0, 0.1);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 64px;

  box-shadow: var(--btn-shadow);
  font-family: var(--f-viet);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.15s;
}

.ab-more__cta:hover {
  background: var(--btn-hover);
  box-shadow: none;

  color: #ffffff;
}

/* ----------------------------------------------------------------
   SECTION 6: VALUES
   ---------------------------------------------------------------- */

.ab-values {
  background: #f5f8f6;
  padding: 90px 0;
}

/* "OUR VALUES" label with side lines */
.ab-values__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-viet);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rc-green);
  margin-bottom: 16px;
}

.ab-values__label-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--rc-green);
  border-radius: 2px;
  flex-shrink: 0;
}

.ab-values__title {
  font-family: var(--f-viet);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #1f4e79;
  margin-bottom: 16px;
  line-height: 1.2;
}

.ab-values__subtitle {
  font-family: var(--f-viet);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--rc-gray);
  margin-bottom: 0;
  max-width: 580px;
  margin-inline: auto;
}

/* Value card — clean white, subtle border */
.ab-values__card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 26px 32px;
  height: 100%;
  border: 1px solid #e8eef2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.25s,
    transform 0.2s;
}

.ab-values__card:hover {
  box-shadow: 0 8px 32px rgba(23, 141, 113, 0.12);
  transform: translateY(-4px);
}

/* Icon bubble — light mint, FA icon inside */
.ab-values__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e8f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.ab-values__icon i {
  font-size: 1.3rem;
  color: #178d71;
}

.ab-values__card-title {
  font-family: var(--f-viet);
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f4e79;
  margin-bottom: 10px;
}

.ab-values__card-desc {
  font-family: var(--f-viet);
  font-size: 0.93rem;
  line-height: 1.65;
  color: #6b7a8d;
  margin-bottom: 0;
}

/* ================================================================
   RESPONSIVE — MOBILE (max-width: 768px)
   ================================================================ */

@media (max-width: 768px) {
  /* --- Timeline --- */
  .ab-timeline {
    padding: 56px 0;
  }

  .ab-timeline__title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }

  .ab-timeline__card {
    padding: 18px 16px;
  }

  .ab-timeline__year {
    font-size: 1.8rem;
  }

  .ab-timeline__img-wrap {
    display: none;
  }

  /* --- More --- */
  .ab-more {
    padding: 60px 0;
  }

  .ab-more__title {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .ab-more__header {
    margin-bottom: 32px;
  }

  .ab-more__card-img-wrap {
    height: 240px;
  }

  .ab-more__card-body {
    padding: 20px 22px 26px;
  }

  .ab-more__cta {
    padding: 15px 32px;
    font-size: 0.97rem;
  }

  /* --- Values --- */
  .ab-values {
    padding: 56px 0;
  }

  .ab-values__title {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .ab-values__card {
    padding: 22px 20px 26px;
  }

  .ab-values__icon {
    width: 44px;
    height: 44px;
  }

  .ab-values__icon i {
    font-size: 1.1rem;
  }
}

/* ================================================================
   RESPONSIVE — SMALL MOBILE (max-width: 480px)
   ================================================================ */

@media (max-width: 480px) {
  .ab-timeline__label,
  .ab-values__label {
    font-size: 0.75rem;
  }

  .ab-more__card-img-wrap {
    height: 200px;
    border-radius: 12px;
  }

  .ab-values__card {
    padding: 20px 18px 22px;
  }
}
