
/* ════════════════════════════════════════════════════════════
   ABOUT PAGE — 
════════════════════════════════════════════════════════════ */

/* ── PAGE HERO ─────────────────────────────────────────────── */
.page-hero {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #744a9d;
  margin-top: 0px; /* offset for fixed nav */
}

.page-hero-bg {
  position: absolute; inset: 0;
  background: 
    radial-gradient(ellipse 80% 60% at 30% 60%, rgba(107,33,168,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 40%, rgba(182,161,132,0.08) 0%, transparent 60%),
    #2d1e38;
}

#page-hero-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: auto;
}

.page-hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 60px 24px;
}

.page-hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  color: #f1f0ef;
  line-height: 1.05;
  margin: 8px 0 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  color: rgba(241,240,239,0.5);
}
.breadcrumb a { color: #b6a184; text-decoration: none; }
.breadcrumb a:hover { color: #f1f0ef; }
.breadcrumb-sep { opacity: 0.4; }

.page-hero-deco {
  position: absolute;
  right: 6%;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

/* ── ABOUT INTRO ────────────────────────────────────────────── */
.about-intro-section {
  background: #f8f6f3;
  padding:40px 24px;
}
.about-intro-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  border-left: 4px solid var(--purple);
  padding-left: 32px;
  text-align: left;
}
.about-intro-quote {
  font-family:'Outfit', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  line-height: 1.6;
  color: #1a1a2e;
  font-weight: 400;
}
.about-intro-quote strong { color: var(--purple); font-weight: 600; }
.about-intro-quote em { color: #b6a184; font-style: italic; }

/* ── ABOUT FULL SECTION ─────────────────────────────────────── */
.about-full-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 60px;
}

.about-full-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(117, 59, 165, 0.15);
}
.about-full-img {
  transform: scaleX(-1);
  width: 100%; height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  filter: brightness(0.85) saturate(1.1);
}
.about-full-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--purple);
  color: #fff;
  border-radius: 12px;
  padding: 20px 26px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(121, 69, 163, 0.35);
}
.about-full-badge .num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem; font-weight: 700;
  line-height: 1;
}
.about-full-badge .lbl {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.08em;
  text-transform: uppercase; opacity: 0.85;
  margin-top: 4px;
}

.about-float-stat-row {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.about-mini-stat {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(123, 71, 165, 0.12);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-mini-stat:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--purple); }
.about-mini-stat.gold { border-color: rgba(182,161,132,0.3); }
.about-mini-stat .mini-val {
font-family: 'Outfit', sans-serif;
  font-size: 2rem; font-weight: 700;
  color: var(--purple); line-height: 1;
}
.about-mini-stat.gold .mini-val { color: #b6a184; }
.about-mini-stat .mini-lbl {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem; color: #666;
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-top: 6px;
}

/* ── ABOUT SERVICES SECTION ─────────────────────────────────── */

.about-services-header { text-align: center; margin-bottom: 56px; }


/* ── SOLUTIONS SECTION ──────────────────────────────────────── */
.solutions-section {
  background: #f8f6f3;
  padding: 0;
  overflow: hidden;
}
.solutions-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 620px;
  max-width: 100%;
}
.solutions-visual {
  position: relative;
  overflow: hidden;
}
.solutions-img {
  border-radius: 0 24px 24px 0;
  width: 100%; height: 620px;
  object-fit: cover; display: block;
}
.solutions-img-overlay {
  position: absolute; inset: 0;
  height: 620px; border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, rgba(107,33,168,0.35) 0%, rgba(15,15,26,0.6) 100%);
}
.solutions-content {
  padding: 40px 60px;
  display: flex; flex-direction: column; justify-content: center;
}

/* Accordion */
.solutions-accordion { display: flex; flex-direction: column; gap: 0; }
.acc-item {
  border-bottom: 1px solid rgba(107,33,168,0.12);
}
.acc-item:first-child { border-top: 1px solid rgba(107,33,168,0.12); }

.acc-trigger {
  width: 100%;
  background: none; border: none;
  display: flex; align-items: center; gap: 14px;
  padding: 20px 0;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem; font-weight: 500;
  color: #1a1a2e;
  cursor: pointer; text-align: left;
  transition: color 0.25s ease;
}
.acc-trigger:hover { color: #6b21a8; }
.acc-item.active .acc-trigger { color: #6b21a8; }

.acc-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: rgba(107,33,168,0.08);
  color: #6b21a8;
  font-size: 1.1rem; font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}
.acc-item.active .acc-icon {
  background: #6b21a8; color: #fff;
  transform: rotate(0deg);
}

.acc-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  padding: 0 0 0 42px;
}
.acc-item.active .acc-body {
  max-height: 300px;
  padding: 0 0 20px 42px;
}
.acc-body p {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem; line-height: 1.7;
  color: #555;
}
/* ═══════════════════════════════════════════════════════════
   USP — PINNED CARD CONVEYOR  (scroll-driven, right→left)
═══════════════════════════════════════════════════════════ */

/* ── Outer section — height 100vh, JS will pin it */
.usp-conveyor-section {
  position: relative;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  /* height is 100vh — inner is full viewport */
  height: 100vh;
  overflow: hidden;
}

/* ── Inner layout: left text panel + right card stage */
.usp-conveyor-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
  padding: 0 40px;
  margin-right: -40px;
  align-items: center;
  gap: 40px;
}

/* ── Left static panel */
.usp-conveyor-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.usp-conveyor-left .section-title { font-size: clamp(28px, 3vw, 44px); }
.usp-conveyor-left .section-body  { margin-top: 0; font-size: 13.5px; }

/* Progress dots */
.usp-conv-dots {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.usp-conv-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.usp-conv-dot.active {
  background: var(--purple);
  width: 24px;
  border-radius: 4px;
}
.usp-conv-dot.done { background: var(--gold-light); }

/* Scroll hint */
.usp-conv-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
  margin-top: 4px;
}
.usp-conv-hint.hidden { opacity: 0; pointer-events: none; }

/* ── Card stage — clips overflow so cards slide in/out */
.usp-conveyor-stage {
  position: relative;
  height: 420px;
  overflow: hidden;
}

/* ── Individual cards — absolutely stacked, JS animates x */
.usp-card {
  position: absolute;
  top: 40px;
  left: 0px;
  left: -80px;
  width: 540px;
  height: 300px;
  background: #fffffffa;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  /* JS controls transform — no transition here (scrub handles it) */
  will-change: transform, opacity;
}

/* Active card gets a subtle shadow upgrade */
.usp-card.usp-card--active {
  box-shadow: var(--shadow-md);
  border-color: rgba(120, 78, 144, 0.28);
}

/* Large faded number */
.usp-card-num {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: outfit, sans-serif;
  font-size: 96px;
  font-weight: 700;
  color: var(--purple-light);
  opacity: 0.7;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Icon box */
.usp-card-icon {
  width: 62px; height: 62px;
  border-radius: 14px;
  background: var(--purple);
  border: 1px solid var(--border-p);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.usp-card--active .usp-card-icon {
  background: var(--purple);
  color: #ffffff;
  border-color: transparent;
}

.usp-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--purple);
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.usp-card-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
  flex: 1;
}

/* Bottom accent bar — always full-width on active card */
.usp-card-bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--purple), var(--gold));
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.usp-card--active .usp-card-bar { width: 100%; }
