/* ============================================================
   IMPACT PAGE  —  ip- prefix
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.ip-hero {
  padding: 0 3.75rem;
  padding-top: 2rem;
  background: #fff;
}

.ip-hero__inner {
  position: relative;
  max-width: 1320px;
  height: 526px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(228deg, #254750 0%, #E09F3E 39%, #335C67 74%);
}

.ip-hero__deco {
  position: absolute;
  width: 375px;
  height: 527px;
  opacity: 0.30;
  border: 5px solid #5BA3B3;
  pointer-events: none;
}

.ip-hero__deco--top {
  left: -60px;
  top: -272px;
  transform: rotate(-15deg);
  transform-origin: top left;
}

.ip-hero__deco--bottom {
  left: 54px;
  top: 761px;
  transform: rotate(-152deg);
  transform-origin: top left;
}

.ip-hero__glow {
  position: absolute;
  width: 360px;
  height: 677px;
  left: 811px;
  top: 15px;
  background: #517674;
  border-radius: 50%;
  filter: blur(47px);
  pointer-events: none;
}

.ip-hero__design {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -60px;
  right: -31px;
  width: 486px;
}

.ip-hero__person {
  z-index: 2;
  position: absolute;
  width: 501px;
  height: auto;
  right: 0;
  top: 33px;
  object-fit: cover;
  pointer-events: none;
}

.ip-hero__content {
  position: absolute;
  left: 72px;
  top: 118px;
  width: 599px;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.ip-hero__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.067;
  margin: 0;
}

.ip-hero__sub {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.ip-hero__btn {
  display: inline-flex;
  align-items: center;
  height: 49px;
  padding: 0 1.5rem;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  margin-top: 0.5rem;
}

.ip-hero__btn:hover { background: rgba(255,255,255,0.10); }


/* ── CONNECTING LIVES ─────────────────────────────────────── */
.ip-connecting {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.ip-connecting__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.ip-connecting__header {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ip-connecting__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ip-connecting__sub {
  color: #3E4554;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.ip-connecting__img {
  width: 931px;
  height: 406px;
  border-radius: 39px;
  object-fit: cover;
  background: #D9D9D9;
  display: block;
}


/* ── IMPACT AREAS ─────────────────────────────────────────── */
.ip-areas {
  background: #fff;
  padding: 5rem 3.75rem;
}

.ip-areas__container {
  max-width: 1320px;
  margin: 0 auto;
}

.ip-areas__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 3rem;
}

.ip-areas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.ip-area {
  background: #F7F5F3;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 260px;
}

.ip-area__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ip-area__name {
  color: #071738;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ip-area__desc {
  color: #3E4554;
  font-size: 0.969rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}


/* ── GROWING NETWORK ──────────────────────────────────────── */
.ip-network {
  background: #071738;
  padding: 4rem 3.75rem 2rem;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ip-network__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  background: #1A3A7A;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  pointer-events: none;
}

.ip-network__header {
  text-align: center;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.ip-network__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ip-network__sub {
  color: #A8B4C8;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}

.ip-network__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
}

.ip-stat {
  border-radius: 16px;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.ip-stat--featured {
  background: rgba(15, 36, 86, 0.7);
  border: 1px solid rgba(149, 183, 253, 0.3);
  backdrop-filter: blur(8px);
}

.ip-stat--secondary {
  background: rgba(15, 36, 86, 0.4);
  border: 1px solid rgba(30, 58, 110, 0.4);
  backdrop-filter: blur(4px);
}

.ip-stat__number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.ip-stat__number--featured { color: #95B7FD; }
.ip-stat__number--secondary { color: #fff; }

.ip-stat__label {
  color: #A8B4C8;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.ip-network__map {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 1400px;
  height: auto;
  opacity: 0.35;
  z-index: 0;
}


/* ── REAL STORIES ─────────────────────────────────────────── */
.ip-stories {
  background: linear-gradient(180deg, #F2F3F4 0%, #DEE7F1 100%);
  padding: 5rem 0 5rem 3.75rem;
  overflow: hidden;
}

.ip-stories__container {
  max-width: 1320px;
  margin: 0 auto;
}

.ip-stories__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 3rem;
  padding-right: 3.75rem;
}

.ip-stories__rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ip-stories__row {
  display: flex;
  gap: 1.5rem;
  overflow: visible;
}

/* Review card */
.ip-review {
  flex-shrink: 0;
  width: 600px;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ip-review__stars {
  display: flex;
  gap: 0.25rem;
}

.ip-review__star {
  color: #F5A623;
  font-size: 1.25rem;
}

.ip-review__text {
  color: #3E4554;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.ip-review__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ip-review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #D9D9D9;
  flex-shrink: 0;
}

.ip-review__info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.ip-review__name {
  color: #071738;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.ip-review__location {
  color: #6E6E6E;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}


/* ── SUSTAINABILITY ───────────────────────────────────────── */
.ip-sustain {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
  position: relative;
}

.ip-sustain__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.ip-sustain__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.ip-sustain__title {
  color: #081737;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ip-sustain__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ip-sustain__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.ip-sustain__item-icon {
  width: 44px;
  height: 44px;
  background: #F0F4FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ip-sustain__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.ip-sustain__item-name {
  color: #071738;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.ip-sustain__item-desc {
  color: #3E4554;
  font-size: 0.969rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.ip-sustain__right {
  flex: 1;
  position: relative;
}

.ip-sustain__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ip-sustain__grid-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 24px;
  background: #D9D9D9;
  display: block;
}

.ip-sustain__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #FFFDFA 0%, transparent 100%);
  pointer-events: none;
}


/* ── TOGETHER CTA ─────────────────────────────────────────── */
.ip-together {
  background: #fff;
  padding: 5rem 3.75rem;
}

.ip-together__box {
  max-width: 1320px;
  margin: 0 auto;
  height: 460px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(317deg, #151E2C 0%, #293676 100%);
}

.ip-together__deco {
  position: absolute;
  opacity: 0.70;
  border: 2.39px solid #6783BF;
  pointer-events: none;
}

.ip-together__deco--left {
  width: 529px;
  height: 292px;
  left: 345px;
  top: 460px;
  transform: rotate(-154deg);
  transform-origin: top left;
}

.ip-together__deco--right {
  width: 533px;
  height: 294px;
  right: -50px;
  top: 215px;
  transform: rotate(-26deg);
  transform-origin: top left;
}

.ip-together__star {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.6;
  pointer-events: none;
}

.ip-together__star--tl { left: 82px; top: 60px; }
.ip-together__star--br { right: 350px; bottom: 60px; }

.ip-together__content {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 520px;
}

.ip-together__title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ip-together__sub {
  color: #F7F5F3;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.ip-together__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 2rem;
  border-radius: 100px;
  background: #fff;
  color: #071738;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  margin-top: 0.5rem;
}

.ip-together__btn:hover { opacity: 0.90; }

.ip-together__right {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ip-together__map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ip-together__avatars {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ip-together__avatar-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.ip-together__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D9D9D9;
  border: 2px solid #fff;
  object-fit: cover;
  flex-shrink: 0;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1380px) {
  .ip-hero {
    padding: 2rem 1.5rem;
  }
  .ip-hero__inner {
    height: auto;
    min-height: 420px;
  }
  .ip-hero__content {
    width: 55%;
  }
  .ip-hero__person {
    width: 380px;
  }
  .ip-connecting {
    padding: 4rem 1.5rem;
  }
  .ip-connecting__img {
    width: 100%;
    height: auto;
  }
  .ip-areas {
    padding: 4rem 1.5rem;
  }
  .ip-sustain {
    padding: 4rem 1.5rem;
  }
  .ip-together {
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 1024px) {
  /* Hero */
  .ip-hero {
    padding: 2rem 1.5rem;
  }
  .ip-hero__inner {
    height: auto !important;
    padding: 3rem 2rem 2.5rem;
    min-height: unset;
  }
  .ip-hero__design,
  .ip-hero__person,
  .ip-hero__glow,
  .ip-hero__deco {
    display: none !important;
  }
  .ip-hero__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
  }

  /* Connecting Lives */
  .ip-connecting {
    padding: 3rem 1.5rem;
  }
  .ip-connecting__title {
    font-size: 2rem;
  }
  .ip-connecting__img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
  }

  /* Impact Areas */
  .ip-areas {
    padding: 3rem 1.5rem;
  }
  .ip-areas__title {
    font-size: 2rem;
  }
  .ip-areas__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ip-area {
    min-height: auto !important;
  }

  /* Growing Network */
  .ip-network {
    min-height: auto !important;
    padding: 2.5rem 1.5rem 2rem;
  }
  .ip-network__title {
    font-size: 2rem;
  }
  .ip-network__map {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 1.5rem;
    opacity: 0.5;
  }

  /* Sustainability */
  .ip-sustain {
    padding: 3rem 1.5rem;
  }
  .ip-sustain__container {
    flex-direction: column !important;
    gap: 2.5rem;
  }
  .ip-sustain__title {
    font-size: 2rem;
  }
  .ip-sustain__right {
    display: none !important;
  }

  /* Together CTA */
  .ip-together {
    padding: 3rem 1.5rem;
  }
  .ip-together__box {
    height: auto !important;
    padding: 3rem 2rem;
  }
  .ip-together__right {
    display: none !important;
  }
  .ip-together__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    align-items: center;
    text-align: center;
  }
  .ip-together__title {
    font-size: 2rem;
  }
  .ip-together__btn {
    align-self: center;
  }
}

@media (max-width: 768px) {
  .ip-hero__title {
    font-size: 2.25rem;
  }
  .ip-hero__sub {
    font-size: 1rem;
  }
  .ip-connecting__title {
    font-size: 1.6rem;
  }
  .ip-areas__title {
    font-size: 1.6rem;
  }
  .ip-areas__grid {
    grid-template-columns: 1fr !important;
  }
  .ip-network {
    padding: 2rem 1rem 1.5rem !important;
  }
  .ip-network__title {
    font-size: 1.6rem;
  }
  .ip-sustain__title {
    font-size: 1.6rem;
  }
  .ip-sustain__grid {
    grid-template-columns: 1fr !important;
  }
  .ip-together__title {
    font-size: 1.6rem;
  }
}
