:root {
  --bg: #d9ecec;
  /* soft teal panel */
  --bg-2: #cfe4e4;
  /* subtle second tone for shapes */
  --accent: #7b54d6;
  /* lavender / purple accent */
  --text: #202329;
  --muted: #5d6673;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    "Noto Sans", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

/* ===== Split section ===== */
.img-cont-hero {
  height: 100%;
}

.about-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  height: 100%;
  /*  padding-top: 66px;*/
}

.about-image {
  position: relative;
  /*  overflow:hidden;*/
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.03) saturate(1.02);
}

/* Right panel with soft shapes */
.about-content {
  position: relative;
  isolation: isolate;
  align-items: center;
  display: flex;
  background: #fff;
}

.about-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(24px, 4vw, 56px);
  /* margin-inline: clamp(12px, 4vw, 48px); */
}

/* ===== Typography ===== */
.page-title {
  margin: 20px 0 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
}

.lede {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 58ch;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.92rem;
  margin: 18px 0 6px;
}

.rule {
  height: 3px;
  width: min(220px, 40%);
  background: var(--accent);
  margin: 8px 0 18px;
  border-radius: 4px;
}

.mission {
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 4px solid var(--accent);
  color: var(--text);
  font-weight: 500;
}

.highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.highlights li {
  padding-left: 28px;
  position: relative;
}

.highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.9;
}

/* Accent bar near the heading */
.accent-bar {
  display: inline-block;
  width: 74px;
  height: 6px;
  border-radius: 4px;
  background: var(--accent);
  margin: 6px 0 4px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .about-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-image {
    height: 46vh;
  }

  .about-content::before {
    width: 90vw;
    height: 90vw;
    right: -35vw;
    top: -20vw;
  }

  .about-content::after {
    width: 60vw;
    height: 60vw;
    right: -10vw;
    top: 22vh;
  }
}

/* ===== Why Choose Us ===== */
.why-choose {
  padding: clamp(10px, 3vw, 10px) 0;
  background: #fff;
}

.container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.why-head {
  text-align: left;
  margin-bottom: clamp(20px, 4vw, 32px);
}

.why-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 42px);
  margin: 10px 0 6px;
}

.why-lede {
  color: var(--muted);
  max-width: 70ch;
  margin: 0;
  font-size: clamp(15px, 1.1vw, 18px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(18px, 3vw, 28px);
}

.why-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 18px;
  padding: clamp(16px, 2.2vw, 24px);
  box-shadow: 0 8px 20px rgba(14, 22, 34, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(14, 22, 34, 0.09);
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(123, 84, 214, 0.12);
  margin-bottom: 12px;
}

.why-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--accent);
}

.why-card h3 {
  margin: 8px 0 6px;
  font-size: clamp(16px, 1.3vw, 20px);
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.why-stats {
  margin-top: clamp(24px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: clamp(12px, 2vw, 18px);
  text-align: center;
}

.stat .num {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.stat .label {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
}

/* responsive */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-stats {
    grid-template-columns: 1fr 1fr;
  }
}
