/* ==========================================================================
   Ivan Creative — about.css
   Page-specific styles for about.html (built to match index.html premium UI)
   Load AFTER css/style.css
   ========================================================================== */

/* ---------- Page Hero (About) ---------- */
.page-hero-modern {
  position: relative;
  min-height: clamp(380px, 60vh, 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background: var(--page-hero-bg) center / cover no-repeat;
  transform: scale(1.02);
  z-index: 1;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 2;
}

.page-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  z-index: 3;
  pointer-events: none;
  /* If you have a grain asset, set it here. Keep optional. */
  /* background-image: url("../img/grain.png"); */
  /* background-size: 260px; */
}

.page-hero-inner {
  position: relative;
  z-index: 4;
  max-width: 860px;
  padding: 64px 0;
}

.page-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  opacity: 0.92;
}

.page-hero-title {
  margin: 14px 0 10px;
  font-weight: 900;
  line-height: 1.06;
  color: aliceblue;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
 
}

.page-hero-title h1{
 color: #ffffff;
}
.page-hero-sub {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.7;
  opacity: 0.92;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-weight: 600;
  font-size: 0.92rem;
  opacity: 0.9;
}

.page-hero-breadcrumb a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.page-hero-breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

.page-hero-breadcrumb .sep {
  opacity: 0.7;
}

/* ---------- About Page Core ---------- */
.about-page .section-title {
  font-weight: 900;
}

.about-page .section-subtitle {
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 600;
}

/* Icon point list */
.about-page-points {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.about-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.about-point-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  flex: 0 0 auto;
}

.about-point-title {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2px;
}

.about-point-sub {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Media block + float chips */
.about-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.about-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}

.about-float {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  max-width: 240px;
}

.about-float--top {
  top: 16px;
  left: 16px;
}

.about-float--bottom {
  bottom: 16px;
  right: 16px;
}

.about-float .float-num {
  display: block;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.about-float .float-sub {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.65);
}

/* Responsive: reduce floats on small screens */
@media (max-width: 575.98px) {
  .page-hero-inner {
    padding: 56px 0;
  }

  .about-float {
    max-width: 90%;
  }

  .about-float--top,
  .about-float--bottom {
    left: 12px;
    right: 12px;
  }

  .about-float--top {
    top: 12px;
  }

  .about-float--bottom {
    bottom: 12px;
  }
}

/* ---------- MVV Section (Mission / Vision / Values) ---------- */
.mvv-modern .section-title {
  font-weight: 900;
}

.mvv-card {
  height: 100%;
  border-radius: 20px;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.mvv-ic {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
}

.mvv-title {
  font-weight: 900;
  margin-bottom: 10px;
}

.mvv-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  line-height: 1.7;
}

.mvv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.mvv-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.mvv-list i {
  color: var(--primary);
}

/* ---------- Process Section ---------- */
.process-modern .section-title {
  font-weight: 900;
}

.process-steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.p-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.p-step-ic {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  flex: 0 0 auto;
}

.p-step-title {
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2px;
}

.p-step-sub {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ---------- Facts (if your global file doesn’t fully style these) ---------- */
.facts-modern .fact-box {
  border-radius: 18px;
  padding: 26px 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.facts-modern .fact-num {
  font-weight: 900;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.facts-modern .fact-unit {
  font-weight: 900;
  margin-left: 4px;
  font-size: 0.9em;
}

/* ---------- Team (Only if team-modern isn’t already fully styled globally) ---------- */
.team-modern .team-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.team-modern .team-photo {
  position: relative;
  height: 270px;
  background: var(--team-img) center / cover no-repeat;
}

.team-modern .team-photo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

.team-modern .team-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #70bf44;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 800;
  font-size: 0.82rem;
}

.team-modern .team-chip__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
}

.team-modern .team-body {
  padding: 18px 16px 20px;
}

.team-modern .team-name {
  font-weight: 900;
  margin-bottom: 4px;
}

.team-modern .team-role {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.team-modern .team-bio {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  line-height: 1.6;
}
