.page-content {
  padding: 0 20px;
}

/* ======================
   WELCOME (intro zoals home)
====================== */
.designs-welcome-bg {
  width: 100%;
  background-color: #faeef2;
  padding: 45px 0;
  overflow: hidden;
}

.designs-welcome-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 5px 0;
  text-align: left;
}

.designs-welcome-text {
  flex: 1;
  min-width: 0;
}

.designs-welcome-text h1 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4.5vw, 54px);
}

.designs-welcome-text p {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
}

/* CHIPS onder welcome tekst */
.designs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.designs-chips-welcome {
  margin-top: 16px;
  max-width: 760px;
}

/* chips */
.designs-chip {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(20, 19, 20, 0.14);
  background: #ffd9fb;
  font-weight: 800;
  font-size: 13px;
  color: #000000;
  line-height: 1;
}

.designs-chip:hover {
  background: #0b0b0d;
  color: white;
}

/* icons */
.designs-welcome-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 120px;
  flex-shrink: 0;
  transform: translateY(-70px);
  opacity: 0;
  animation: designsIconsDrop 0.7s ease-out forwards;
}

.designs-welcome-icons img {
  height: auto;
  opacity: 0.85;
}

.designs-welcome-icons img.icon-card { width: 86px; }
.designs-welcome-icons img.icon-web  { width: 104px; }
.designs-welcome-icons img.icon-logo { width: 92px; }

@keyframes designsIconsDrop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======================
   FEATURES (om en om)
====================== */
.designs-feature {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
}

.designs-feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}

/* expliciete volgorde:
   kaart: afbeelding links, tekst rechts
   web: tekst links, afbeelding rechts
   logo: afbeelding links, tekst rechts
*/
.designs-feature-card .designs-feature-media { order: 1; }
.designs-feature-card .designs-feature-text  { order: 2; }

.designs-feature-web .designs-feature-text   { order: 1; }
.designs-feature-web .designs-feature-media  { order: 2; }

.designs-feature-logo .designs-feature-media { order: 1; }
.designs-feature-logo .designs-feature-text  { order: 2; }

.designs-feature-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* standaard frames voor kaart + laptop */
.designs-media-frame {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  max-width: 420px;
  width: 100%;
}

.designs-media-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* laptop mag groter blijven */
.designs-media-frame-laptop {
  max-width: 520px;
}

/* LOGO: geen frame, geen shadow, kleiner formaat */
.designs-logo-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  box-shadow: none;
  border-radius: 0;
  object-fit: contain;
}

/* blobs */
.designs-feature::before,
.designs-feature::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(0);
  opacity: 0.35;
  pointer-events: none;
}

.designs-feature::before {
  top: -220px;
  left: -220px;
}

.designs-feature::after {
  bottom: -240px;
  right: -240px;
}

/* per sectie eigen background en blobs */
.designs-feature-card {
  background: #ffffff;
}

.designs-feature-card::before {
  background: radial-gradient(circle, rgba(198, 51, 103, 0.45), rgba(198, 51, 103, 0));
}

.designs-feature-card::after {
  background: radial-gradient(circle, rgba(137, 7, 78, 0.35), rgba(137, 7, 78, 0));
}

.designs-feature-web {
  background: #141314;
}

.designs-feature-web::before {
  background: radial-gradient(circle, rgba(255, 226, 236, 0.40), rgba(255, 226, 236, 0));
}

.designs-feature-web::after {
  background: radial-gradient(circle, rgba(198, 51, 103, 0.35), rgba(198, 51, 103, 0));
}

.designs-feature-logo {
  background: #ffe2ec;
}

.designs-feature-logo::before {
  background: radial-gradient(circle, rgba(20, 19, 20, 0.25), rgba(20, 19, 20, 0));
}

.designs-feature-logo::after {
  background: radial-gradient(circle, rgba(198, 51, 103, 0.35), rgba(198, 51, 103, 0));
}

/* tekst styling */
.designs-feature-text h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 16px;
}

.designs-feature-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 560px;
}

.designs-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  background: #51182c;
  color: #ffffff;
}

/* donkere sectie: tekst wit maken */
.designs-feature-web .designs-feature-text h2,
.designs-feature-web .designs-feature-text p {
  color: #ffffff;
}

.designs-feature-web .designs-cta {
  background: #ffffff;
  color: #141314;
}

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

/* tablet: welcome onder elkaar, icons rustiger */
@media (max-width: 1024px) {
  .designs-welcome-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 18px;
  }

  .designs-welcome-icons {
    width: 100%;
    justify-content: flex-start;
    gap: 70px;
    transform: none;
    opacity: 1;
    animation: none;
    margin-top: 6px;
  }

  .designs-welcome-icons img.icon-card { width: 64px; }
  .designs-welcome-icons img.icon-web  { width: 78px; }
  .designs-welcome-icons img.icon-logo { width: 68px; }

  .designs-chips-welcome {
    max-width: 100%;
  }

  .designs-logo-image {
    max-width: 260px;
  }
}

/* features stacken onder elkaar */
@media (max-width: 1000px) {
  .designs-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
    justify-items: center;
  }

  .designs-feature-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .designs-media-frame {
    max-width: 360px;
  }

  .designs-media-frame-laptop {
    max-width: 520px;
  }

  .designs-logo-image {
    max-width: 240px;
  }

  .designs-chips-welcome {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .designs-chips {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .page-content {
    padding: 0 16px;
  }

  .designs-welcome-bg {
    padding: 0 0 30px 0;
  }

  .designs-welcome-section {
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .designs-welcome-icons {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }

  .designs-welcome-icons img.icon-card { width: 40px; }
  .designs-welcome-icons img.icon-web  { width: 50px; }
  .designs-welcome-icons img.icon-logo { width: 44px; }

  .designs-feature {
    padding: 45px 0;
  }

  .designs-feature::before,
  .designs-feature::after {
    width: 380px;
    height: 380px;
    opacity: 0.30;
  }

  .designs-media-frame {
    max-width: 320px;
  }

  .designs-media-frame-laptop {
    max-width: 520px;
  }

  .designs-logo-image {
    max-width: 210px;
  }
}
