.section-despreMine {
  background-color: #7678ed;
  padding: 3.2rem 9.6rem 3.2rem 9.6rem;
}
.despreMine {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6.4rem;
  justify-content: center;
}
.despre-Mine-img {
  width: 90%;
  object-fit: cover;
  height: auto;
  margin-bottom: 3.2rem;
  border-radius: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img-100 {
  width: 100% !important ;
}
.despreMine-text {
  align-self: center;
}
.heading-despreMine {
  font-size: 4.7rem !important;
}

/* Reducere spațiu între paragrafele de descriere */
.despre-paragraph {
  margin-bottom: 0.8rem !important;
}

.section-kidX-activity {
  background-color: #ffa5d2;
  padding: 200rem 9.6rem 3.2rem 9.6rem;
}
.gallery-about {
  --g: 6px; /* the gap */

  display: grid;
  width: 100%;
  /* the size */
  aspect-ratio: 1;
  grid: auto-flow 1fr / repeat(3, 1fr);
  gap: var(--g);
  background: linear-gradient(135deg, #f6e6ff 0%, #ffe3f1 100%);
  border-radius: 2rem;
  padding: var(--g);
}
.gallery-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Prima imagine - colțul stânga sus */
.gallery-about img:nth-child(1) {
  border-top-left-radius: 2rem;
}

/* A doua imagine - ocupă partea dreaptă, colțul dreapta sus */
.gallery-about img:nth-child(2) {
  grid-area: 1/2 / span 2 / span 2;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(50% + var(--g) / 4) 100%,
    0 calc(50% - var(--g) / 4)
  );
  border-top-right-radius: 2rem;
}

/* A treia imagine - partea stânga jos, colțul stânga jos */
.gallery-about img:nth-child(3) {
  border-bottom-left-radius: 2rem;
  grid-area: 2/1 / span 2 / span 2;
  clip-path: polygon(
    0 0,
    calc(50% - var(--g) / 4) 0,
    100% calc(50% + var(--g) / 4),
    100% 100%,
    0 100%
  );
}

/* A patra imagine - colțul dreapta jos */
.gallery-about img:nth-child(4) {
  border-bottom-right-radius: 2rem;
}

.gallery-about img:hover {
  filter: grayscale(0);
}
.heading-activity {
  text-shadow: -1px -1px 0 #710a85, 1px -1px 0 #710a85, -1px 1px 0 #710a85,
    1px 1px 0 #710a85;
}
.description-activity {
  color: #710a85 !important;
}
.slime {
  background: linear-gradient(135deg, #f6e6ff 0%, #ffe3f1 100%);
}
/* HERO (Despre Mine) — gradient cald din rozul brandului */
.section-despreMine {
  background: linear-gradient(135deg, #f6e6ff 0%, #ffe3f1 100%);
  padding: 3.2rem 9.6rem;
}

/* Secțiunea Activități — gradient invers pentru ritm vizual */
.section-kidX-activity {
  background: linear-gradient(135deg, #f6e6ff 0%, #ffe3f1 100%);
  padding: 14rem 9.6rem 0 9.6rem;
}
.part2 {
  padding-bottom: 14rem !important;
}
/* Titluri & umbre */
.heading-despreMine,
.heading-activity {
  color: #2b0f23;
}
.heading-activity {
  text-shadow: -1px -1px 0 #c02663, 1px -1px 0 #c02663, -1px 1px 0 #c02663,
    1px 1px 0 #c02663;
}

/* Texte de descriere */
.description-activity,
.despre-paragraph {
  color: #3a1430 !important;
}
