.section {
  padding: 26px 0 44px;
}
/* HERO */
.heroCard {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: clamp(16px, 2.2vw, 22px);
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(15, 23, 42, .08);
}
.logo {
  width: 250px;
  height: 100px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(2, 6, 23, .03);
  border: 1px solid rgba(2, 6, 23, .06);
  padding: 10px;
}
.heroText {
  flex: 1;
  text-align: left;
}
.heroTitle {
  margin: 0 0 6px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.15;
  font-weight: 950;
  color: #0f172a;
}
.heroSub {
  margin: 0;
  color: rgba(2, 6, 23, .72);
  line-height: 1.75;
  font-size: 15px;
}
.shell {
  margin-top: 20px;
  padding: 22px;
  border-radius: 10px;
  background: transparent;
  /* border: 1px solid rgba(23, 41, 82, 0.12); */
  backdrop-filter: blur(1px);
  /* box-shadow: 0 14px 40px rgba(10, 20, 40, 0.08); */
  text-align: start;
}
.kicker {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: rgba(255, 49, 88, 1);
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .heroCard {
    flex-direction: column;
    align-items: flex-start;
  }
}
.h2 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 950;
  color: rgba(23, 41, 82, 0.96);
  line-height: 1.2;
}
.h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  font-weight: 950;
  color: rgba(23, 41, 82, 0.96);
}
.p {
  margin: 0 0 10px;
  color: rgba(23, 41, 82, 0.78);
  line-height: 1.75;
}
.box {
  padding: 14px;
  border-radius: 18px;
  background: rgba(153, 146, 255, 0.08);
  border: 1px solid rgba(23, 41, 82, 0.10);
  margin-bottom: 10px;
  text-align: start;
}
.link {
  color: rgba(23, 68, 215, 1);
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.link:hover {
  text-decoration: underline;
}
.list {
  margin: 0 0 15px;
  
}
.list li {
  position: relative;
  padding: 5px 12px 5px 40px;
  color: rgba(2, 6, 23, .78);
  line-height: 1.65;
  
  font-size: 16px;
}
/* custom bullet icon */
.list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 7px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #153e9b, #0f2f77);
  /* box-shadow: 0 10px 20px rgba(2,6,23,.10); */
}
/* tick */
.list li::after {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 7px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
/* SDG cards */
.sdgGrid {
  margin: 15px 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sdgCard {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(23, 41, 82, 0.12);
  background: rgba(255, 255, 255, 0.74);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.sdgCard:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 49, 88, 0.26);
  box-shadow: 0 18px 34px rgba(10, 20, 40, 0.12);
}
.sdgIcon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.sdgTitle {
  margin: 10px 0 6px;
  font-size: 18px;
  font-weight: 950;
  color: rgba(23, 41, 82, 0.96);
}
.sdgText {
  margin: 0 0 10px;
  color: rgba(23, 41, 82, 0.78);
  line-height: 1.6;
  font-size: 16px;
}
.sdgLink {
  color: rgba(255, 49, 88, 1);
  font-weight: 900;
  text-decoration: none;
}
.sdgLink:hover {
  text-decoration: underline;
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 49, 88, 1);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(255, 49, 88, 0.35);
}
.cta:hover {
  filter: brightness(0.98);
}
/* Why section layout */
.why {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: stretch;
}
.whyLeft {
  height: 100%;
}
.whyMediaCard {
  position: relative;
  height: 100%;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(23, 41, 82, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 252, 0.94) 100%);
  box-shadow:
    0 10px 30px rgba(23, 41, 82, 0.08),
    0 2px 10px rgba(23, 41, 82, 0.04);
  overflow: hidden;
}
.whyMediaCard::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(12, 76, 162, 0.06);
  pointer-events: none;
}
.whyMediaCard .h3 {
  font-size: 30px;
  font-weight: 800;
  color: rgba(255, 49, 88, 1);
}
.whyTopTag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 76, 162, 0.08);
  color: #173974;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.whyLead {
  margin: 10px 0 18px;
  color: rgba(23, 41, 82, 0.78);
  font-size: 15px;
  line-height: 1.75;
  max-width: 60ch;
}
.whyImgWrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 8px 22px rgba(23, 41, 82, 0.08); */
}
.whyImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.whyRight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.whyCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  min-height: 100%;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(23, 41, 82, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0%) 0%, rgba(248, 250, 253, 0%) 100%);
  box-shadow:
    0 10px 25px rgba(23, 41, 82, 0.06),
    0 2px 8px rgba(23, 41, 82, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.whyCard:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 34px rgba(23, 41, 82, 0.11),
    0 6px 12px rgba(23, 41, 82, 0.05);
  border-color: rgba(12, 76, 162, 0.18);
}
.whyIconWrap {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(12, 76, 162, 0.12), rgba(12, 76, 162, 0.05));
  border: 1px solid rgba(12, 76, 162, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.whyIconWrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.whyCardBody {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.whyTitle {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #172952;
}
.whyText {
  margin: 0;
  color: rgba(23, 41, 82, 0.78);
  line-height: 1.75;
  font-size: 14px;
}
/* tablet */
@media (max-width: 991px) {
  .why {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .whyRight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .whyImgWrap img {
    min-height: 280px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .whyMediaCard {
    padding: 18px;
  }
  .whyRight {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .whyCard {
    padding: 18px;
  }
  .whyTitle {
    font-size: 16px;
  }
  .whyText {
    font-size: 13px;
    line-height: 1.65;
  }
  .whyLead {
    font-size: 14px;
  }
  /* .whyImgWrap img {
    min-height: 220px;
    max-height: 320px;
  } */
}
.quote {
  margin: 10px 0;
  padding: 12px 14px;
  border-left: 4px solid rgba(255, 49, 88, 1);
  background: rgba(255, 49, 88, 0.06);
  border-radius: 14px;
  color: rgba(23, 41, 82, 0.92);
  font-weight: 900;
}
/* responsive */
@media (max-width: 992px) {
  .sdgGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .sdgGrid {
    grid-template-columns: 1fr;
  }
  .h2 {
    font-size: 22px;
  }
}