.cpg-ne {
  --cpg-ne-ink: #4b1616;
  --cpg-ne-red: #e61b18;
  --cpg-ne-violet: #7654d6;
  clear: both;
  width: 100%;
  padding: clamp(52px, 6vw, 86px) 20px;
  background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
  color: var(--cpg-ne-ink);
  font-family: inherit;
  box-sizing: border-box;
}

.cpg-ne[hidden] { display: none !important; }

.cpg-ne *, .cpg-ne *::before, .cpg-ne *::after { box-sizing: border-box; }

.cpg-ne__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  text-align: center;
}

.cpg-ne__header {
  display: flex;
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 46px);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cpg-ne__kicker {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eee8ff;
  color: #5936ba;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cpg-ne__header h2 {
  max-width: 720px;
  margin: 14px 0 10px;
  color: var(--cpg-ne-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-align: center;
}

.cpg-ne__header p {
  max-width: 620px;
  margin: 0;
  color: #745d5d;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.5;
  text-align: center;
}

.cpg-ne__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  justify-content: center;
}

.cpg-ne__card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(75, 22, 22, .08);
  border-radius: 28px;
  background: #fffdfb;
  box-shadow: 0 14px 38px rgba(55, 24, 57, .08);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

@media (hover: hover) {
  .cpg-ne__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(55, 24, 57, .14);
  }
}

.cpg-ne__image-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 12px 0;
}

.cpg-ne__image-well {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.2) 0 31%, transparent 68%), var(--cpg-ne-well, #eee8ff);
}

.cpg-ne__card--violet { --cpg-ne-well: #e7defe; }
.cpg-ne__card--aqua { --cpg-ne-well: #d8f1f0; }
.cpg-ne__card--peach { --cpg-ne-well: #ffe0cd; }
.cpg-ne__card--lilac { --cpg-ne-well: #e7e1fb; }
.cpg-ne__card--yellow { --cpg-ne-well: #fff0bc; }
.cpg-ne__card--blue { --cpg-ne-well: #d8ebff; }
.cpg-ne__card--mint { --cpg-ne-well: #ddf1d6; }
.cpg-ne__card--rose { --cpg-ne-well: #f8dce4; }

.cpg-ne__image {
  display: block;
  width: 88%;
  height: 88%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 13px rgba(75, 22, 22, .10));
  transition: transform .22s ease;
}

@media (hover: hover) {
  .cpg-ne__card:hover .cpg-ne__image { transform: scale(1.035); }
}

.cpg-ne__badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: inline-flex;
  min-height: 30px;
  padding: 5px 11px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cpg-ne-red);
  box-shadow: 0 4px 12px rgba(230, 27, 24, .24);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cpg-ne__content {
  display: flex;
  width: 100%;
  padding: 20px 20px 22px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cpg-ne__eyebrow {
  margin: 0 0 8px;
  color: #7654d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.cpg-ne__content h3 {
  margin: 0;
  color: var(--cpg-ne-ink);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.cpg-ne__content h3 a { color: inherit; text-decoration: none; }

.cpg-ne__price {
  min-height: 28px;
  margin: 12px 0 16px;
  color: var(--cpg-ne-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.cpg-ne__price del { margin-right: 5px; color: #9c8787; font-weight: 600; }
.cpg-ne__price ins { color: var(--cpg-ne-red); text-decoration: none; }

.cpg-ne a.cpg-ne__cta {
  display: inline-flex;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid var(--cpg-ne-violet);
  border-radius: 999px;
  color: #5936ba !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.cpg-ne a.cpg-ne__cta:hover,
.cpg-ne a.cpg-ne__cta:focus-visible {
  background: var(--cpg-ne-violet);
  color: #fff !important;
}

.cpg-ne a.cpg-ne__all {
  display: inline-flex;
  min-height: 50px;
  margin: clamp(28px, 4vw, 42px) auto 0;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--cpg-ne-red);
  box-shadow: 0 10px 22px rgba(230, 27, 24, .20);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.cpg-ne a.cpg-ne__all:hover,
.cpg-ne a.cpg-ne__all:focus-visible { background: #c91614; color: #fff !important; }

.cpg-ne a:focus-visible { outline: 3px solid #ffd13f; outline-offset: 4px; }

@media (max-width: 1024px) {
  .cpg-ne__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .cpg-ne { padding: 44px 14px 54px; }
  .cpg-ne__header { margin-bottom: 26px; }
  .cpg-ne__header h2 { font-size: clamp(28px, 9vw, 38px); }
  .cpg-ne__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .cpg-ne__card { border-radius: 20px; }
  .cpg-ne__image-link { padding: 8px 8px 0; }
  .cpg-ne__image-well { border-radius: 15px; }
  .cpg-ne__badge { top: 15px; left: 15px; min-height: 25px; padding: 4px 8px; font-size: 10px; }
  .cpg-ne__content { padding: 15px 10px 16px; }
  .cpg-ne__eyebrow { min-height: 30px; margin-bottom: 5px; font-size: 10px; }
  .cpg-ne__content h3 { font-size: 15px; line-height: 1.22; }
  .cpg-ne__price { min-height: 23px; margin: 9px 0 12px; font-size: 15px; }
  .cpg-ne__cta { min-height: 38px; padding: 8px 11px; font-size: 12px; }
}

@media (max-width: 370px) {
  .cpg-ne__grid { grid-template-columns: minmax(0, 1fr); }
  .cpg-ne__card { width: min(310px, 100%); margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .cpg-ne__card, .cpg-ne__image { transition: none; }
}
