/**
 * Sandra Mars Master — Mars in Venera cards page.
 */

.sm-mvc-page,
.sm-mvc-page * {
  box-sizing: border-box;
}

.sm-mvc-page {
  overflow: hidden;
  background: var(--sm-ivory);
  color: var(--sm-espresso);
}

/* ----------------------------------
 * Shared
 * ---------------------------------- */

.sm-mvc-container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 5.6rem), 1380px);
  margin-inline: auto;
}

.sm-mvc-badge {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  margin: 0;
  padding: 1rem 1.8rem;
  border: 1px solid rgba(216, 185, 130, 0.38);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.86);
  color: #8f7f78;
  box-shadow: 0 1.2rem 3rem rgba(55, 35, 32, 0.05);
  font-family: var(--sm-font-body);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sm-mvc-badge::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1rem;
  border-radius: 999px;
  background: var(--sm-gold);
}

.sm-mvc-divider {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3rem;
}

.sm-mvc-divider span {
  display: block;
  width: 5.8rem;
  height: 1px;
  background: rgba(216, 185, 130, 0.9);
}

.sm-mvc-divider i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--sm-gold);
  transform: rotate(45deg);
}

.sm-mvc-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(8rem, 9vw, 13rem) 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 35%),
    radial-gradient(circle at 88% 24%, rgba(242, 223, 216, 0.20) 0%, rgba(242, 223, 216, 0) 42%),
    linear-gradient(135deg, #fffdfa 0%, #fbf6ef 52%, #f8efe7 100%);
}

.sm-mvc-section__heading {
  max-width: 86rem;
  margin: 0 auto;
  text-align: center;
}

.sm-mvc-section__heading h2,
.sm-mvc-split__content h2,
.sm-mvc-final h2 {
  margin: 2.6rem 0 0;
  color: var(--sm-espresso);
  font-family: var(--sm-font-heading);
  font-size: clamp(4.8rem, 5vw, 8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.sm-mvc-section__heading h2 span,
.sm-mvc-split__content h2 span,
.sm-mvc-final h2 span {
  display: block;
  color: var(--sm-mauve);
}

.sm-mvc-section__heading p:not(.sm-mvc-badge) {
  max-width: 70rem;
  margin: 2.6rem auto 0;
  color: var(--sm-taupe);
  font-size: 1.7rem;
  line-height: 1.8;
}

.sm-mvc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.7rem;
  min-width: 19rem;
  padding: 1.25rem 2.4rem;
  border-radius: 999px;
  font-family: var(--sm-font-body);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform var(--sm-transition),
    background-color var(--sm-transition),
    color var(--sm-transition),
    box-shadow var(--sm-transition),
    border-color var(--sm-transition);
}

.sm-mvc-btn:hover {
  transform: translateY(-2px);
}

.sm-mvc-btn--primary {
  border: 1px solid rgba(216, 185, 130, 0.54);
  background: var(--sm-mauve);
  color: var(--sm-warm-white);
  box-shadow: 0 1.2rem 2.8rem rgba(111, 63, 85, 0.18);
}

.sm-mvc-btn--primary:hover {
  background: var(--sm-mauve-dark);
  color: var(--sm-warm-white);
}

.sm-mvc-btn--secondary {
  border: 1px solid rgba(139, 83, 107, 0.14);
  background: rgba(255, 253, 249, 0.72);
  color: var(--sm-mauve-dark);
  box-shadow: 0 1rem 2.4rem rgba(55, 35, 32, 0.035);
}

.sm-mvc-btn--secondary:hover {
  border-color: rgba(216, 185, 130, 0.54);
  background: rgba(255, 253, 249, 0.94);
  color: var(--sm-espresso);
}

.sm-mvc-price {
  color: var(--sm-mauve-dark);
  font-family: var(--sm-font-heading);
  font-size: clamp(3.4rem, 3vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sm-mvc-price del {
  color: rgba(143, 127, 120, 0.65);
  font-size: 0.62em;
}

.sm-mvc-price ins {
  text-decoration: none;
}

/* ----------------------------------
 * Hero
 * ---------------------------------- */

.sm-mvc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 86px);
  padding: clamp(5.8rem, 6vw, 8.4rem) 0 clamp(6.4rem, 7vw, 9.6rem);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 82% 20%, rgba(242, 223, 216, 0.22) 0%, rgba(242, 223, 216, 0) 42%),
    radial-gradient(circle at 52% 92%, rgba(234, 216, 183, 0.12) 0%, rgba(234, 216, 183, 0) 38%),
    linear-gradient(135deg, #fffdfa 0%, #fbf6ef 48%, #f8efe7 100%);
}

.sm-mvc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  right: -10%;
  bottom: -16rem;
  height: 28rem;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 48% 12%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(8deg, rgba(232, 205, 199, 0.30) 0%, rgba(255, 255, 255, 0) 64%);
  opacity: 0.78;
}

.sm-mvc-hero__container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 5.6rem), 1380px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(52rem, 1.04fr);
  gap: clamp(5.4rem, 6vw, 9rem);
  align-items: center;
}

.sm-mvc-hero__content {
  max-width: 72rem;
}

.sm-mvc-hero__title {
  max-width: 76rem;
  margin: 3rem 0 0;
  color: var(--sm-espresso);
  font-family: var(--sm-font-heading);
  font-size: clamp(6.2rem, 5.7vw, 10rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.sm-mvc-hero__title span {
  display: block;
  color: var(--sm-mauve);
}

.sm-mvc-hero__description {
  max-width: 64rem;
  margin-top: 2.6rem;
  color: var(--sm-taupe);
  font-family: var(--sm-font-body);
  font-size: clamp(1.6rem, 1.05vw, 1.85rem);
  line-height: 1.82;
}

.sm-mvc-hero__purchase {
  display: grid;
  gap: 2rem;
  margin-top: 3.6rem;
}

.sm-mvc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
}

.sm-mvc-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.8rem;
}

.sm-mvc-hero__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 999px;
  background: rgba(242, 223, 216, 0.30);
  color: var(--sm-taupe-dark);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
}

.sm-mvc-hero__visual {
  position: relative;
  min-height: 64rem;
}

.sm-mvc-product-card {
  position: absolute;
  top: 0;
  right: 0;
  width: min(58rem, 100%);
  min-height: 62rem;
  padding: 1.6rem;
  border: 1px solid rgba(139, 83, 107, 0.14);
  border-radius: 4.6rem;
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.92), rgba(232, 205, 199, 0.58));
  box-shadow: 0 2.8rem 7.6rem rgba(55, 35, 32, 0.13);
}

.sm-mvc-product-card__inner {
  position: relative;
  overflow: hidden;
  min-height: 58.5rem;
  border-radius: 3.3rem;
  background:
    radial-gradient(circle at 45% 28%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 32%),
    linear-gradient(145deg, #f7efe6, #f2dfd8);
}

.sm-mvc-gallery {
  position: relative;
  min-height: 49rem;
}

.sm-mvc-gallery__item {
  position: absolute;
  overflow: hidden;
  width: 24rem;
  aspect-ratio: 2 / 3;
  margin: 0;
  border-radius: 2.6rem;
  box-shadow: 0 2rem 4.8rem rgba(55, 35, 32, 0.16);
}

.sm-mvc-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm-mvc-gallery__item--1 {
  left: 5%;
  top: 12%;
  transform: rotate(-10deg);
}

.sm-mvc-gallery__item--2 {
  left: 31%;
  top: 6%;
  z-index: 3;
  transform: rotate(3deg);
}

.sm-mvc-gallery__item--3 {
  right: 7%;
  top: 14%;
  transform: rotate(11deg);
}

.sm-mvc-gallery__item--4 {
  left: 28%;
  bottom: 2%;
  z-index: 4;
  transform: rotate(-2deg);
}

.sm-mvc-placeholder {
  display: grid;
  min-height: 49rem;
  place-items: center;
  padding: 3rem;
  text-align: center;
}

.sm-mvc-placeholder span {
  color: var(--sm-mauve);
  font-family: var(--sm-font-heading);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.sm-mvc-placeholder p {
  margin: 1rem 0 0;
  color: var(--sm-taupe);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sm-mvc-product-note {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  padding: 2.2rem 2.6rem;
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 2.6rem;
  background: rgba(255, 253, 249, 0.91);
  box-shadow: 0 2rem 5.2rem rgba(55, 35, 32, 0.12);
  backdrop-filter: blur(14px);
}

.sm-mvc-product-note span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--sm-taupe-dark);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sm-mvc-product-note p {
  margin: 0;
  color: var(--sm-mauve-dark);
  font-family: var(--sm-font-heading);
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.sm-mvc-gold-line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-color: rgba(216, 185, 130, 0.42) transparent transparent transparent;
  border-radius: 50%;
}

.sm-mvc-gold-line--top {
  width: 82rem;
  height: 39rem;
  top: -8rem;
  right: 8%;
  transform: rotate(-18deg);
}

.sm-mvc-gold-line--bottom {
  width: 96rem;
  height: 38rem;
  left: -21rem;
  bottom: -10rem;
  transform: rotate(8deg);
  opacity: 0.28;
}

/* ----------------------------------
 * Benefits / Use / Energy
 * ---------------------------------- */

.sm-mvc-benefits__grid,
.sm-mvc-use__grid,
.sm-mvc-energy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: clamp(4.8rem, 5vw, 7rem);
}

.sm-mvc-feature,
.sm-mvc-use-card,
.sm-mvc-energy-card {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  padding: 3.2rem 3rem;
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 3.4rem;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 2rem 5.4rem rgba(55, 35, 32, 0.08);
  backdrop-filter: blur(12px);
}

.sm-mvc-feature__icon {
  position: relative;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  margin-bottom: 2.4rem;
  border: 1px solid rgba(216, 185, 130, 0.65);
  border-radius: 50%;
}

.sm-mvc-feature__icon::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid var(--sm-gold);
  border-radius: 50%;
}

.sm-mvc-feature h3,
.sm-mvc-use-card h3,
.sm-mvc-energy-card h3 {
  margin: 0;
  color: var(--sm-espresso);
  font-family: var(--sm-font-heading);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sm-mvc-feature p,
.sm-mvc-use-card p,
.sm-mvc-energy-card p {
  margin: 1.5rem 0 0;
  color: var(--sm-taupe);
  font-size: 1.45rem;
  line-height: 1.72;
}

/* ----------------------------------
 * About split
 * ---------------------------------- */

.sm-mvc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(34rem, 0.72fr);
  gap: clamp(4rem, 5vw, 7rem);
  align-items: stretch;
}

.sm-mvc-split__content,
.sm-mvc-stats-card {
  padding: clamp(3.8rem, 4.5vw, 5.8rem);
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 4rem;
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 2.2rem 6rem rgba(55, 35, 32, 0.08);
  backdrop-filter: blur(12px);
}

.sm-mvc-split__content p:not(.sm-mvc-badge) {
  max-width: 76rem;
  margin: 2.4rem 0 0;
  color: var(--sm-taupe);
  font-size: 1.62rem;
  line-height: 1.82;
}

.sm-mvc-stats-card {
  display: grid;
  gap: 1.4rem;
}

.sm-mvc-stat {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.6rem;
  align-items: center;
  min-height: 8.4rem;
  padding: 1.6rem;
  border: 1px solid rgba(139, 83, 107, 0.10);
  border-radius: 2.4rem;
  background: rgba(255, 253, 249, 0.72);
}

.sm-mvc-stat strong {
  color: var(--sm-mauve);
  font-family: var(--sm-font-heading);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sm-mvc-stat span {
  color: var(--sm-taupe-dark);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.35;
}

/* ----------------------------------
 * Use
 * ---------------------------------- */

.sm-mvc-use-card {
  min-height: 32rem;
}

.sm-mvc-use-card span {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--sm-gold);
  font-family: var(--sm-font-heading);
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

/* ----------------------------------
 * Energy
 * ---------------------------------- */

.sm-mvc-energy-card {
  min-height: 35rem;
}

.sm-mvc-energy-card::before {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(216, 185, 130, 0.58);
  border-radius: 50%;
}

.sm-mvc-energy-card::after {
  content: "";
  position: absolute;
  top: 4.6rem;
  right: 4.6rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--sm-gold);
  border-radius: 50%;
}

.sm-mvc-energy-card h3 {
  max-width: 24rem;
}

/* ----------------------------------
 * Creators
 * ---------------------------------- */

.sm-mvc-creators__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: clamp(4.8rem, 5vw, 7rem);
}

.sm-mvc-creator-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(20rem, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2.6rem, 3vw, 4rem);
  align-items: center;
  min-height: 42rem;
  padding: clamp(2rem, 2.6vw, 3rem);
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 4rem;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 2rem 5.4rem rgba(55, 35, 32, 0.08);
  backdrop-filter: blur(12px);
}

.sm-mvc-creator-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 34rem;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-radius: 3rem;
  background:
    radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #f7efe6, #e8cdc7);
  box-shadow: 0 1.8rem 4.4rem rgba(55, 35, 32, 0.09);
}

.sm-mvc-creator-card__media img {
  display: block;
  width: 100%;
  height: 34rem;
  object-fit: cover;
  object-position: center center;
}

.sm-mvc-creator-card__media::after {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(216, 185, 130, 0.34);
  border-radius: 2.2rem;
  pointer-events: none;
}

.sm-mvc-creator-card__symbol {
  display: grid;
  width: 100%;
  min-height: 34rem;
  place-items: center;
  color: var(--sm-mauve);
  font-family: var(--sm-font-heading);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.sm-mvc-creator-card__content {
  padding: clamp(1rem, 1.5vw, 2rem);
}

.sm-mvc-creator-card h3 {
  margin: 0;
  color: var(--sm-espresso);
  font-family: var(--sm-font-heading);
  font-size: clamp(3.2rem, 3vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sm-mvc-creator-card p {
  margin: 2rem 0 0;
  color: var(--sm-taupe);
  font-size: 1.55rem;
  line-height: 1.78;
}

/* ----------------------------------
 * Final CTA
 * ---------------------------------- */

.sm-mvc-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(8rem, 9vw, 13rem) 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 86% 28%, rgba(242, 223, 216, 0.18) 0%, rgba(242, 223, 216, 0) 42%),
    linear-gradient(135deg, #fffdfa 0%, #fbf6ef 52%, #f8efe7 100%);
}

.sm-mvc-final__inner {
  width: min(calc(100% - 5.6rem), 1040px);
  margin-inline: auto;
  padding: clamp(4.2rem, 5vw, 6.4rem);
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 4rem;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 2rem 5.4rem rgba(55, 35, 32, 0.08);
  text-align: center;
  backdrop-filter: blur(12px);
}

.sm-mvc-final h2 {
  max-width: 82rem;
  margin-inline: auto;
}

.sm-mvc-final p:not(.sm-mvc-badge):not(.sm-mvc-final__note) {
  max-width: 70rem;
  margin: 2.6rem auto 0;
  color: var(--sm-taupe);
  font-size: 1.7rem;
  line-height: 1.8;
}

.sm-mvc-final__purchase {
  display: grid;
  justify-items: center;
  gap: 2rem;
  margin-top: 3.4rem;
}

.sm-mvc-final__note {
  margin: 2rem 0 0;
  color: var(--sm-taupe-dark);
  font-size: 1.28rem;
  font-weight: 800;
}

/* ----------------------------------
 * Responsive
 * ---------------------------------- */

@media (max-width: 1180px) {
  .sm-mvc-hero__container {
    grid-template-columns: 1fr;
  }

  .sm-mvc-hero__content {
    max-width: 84rem;
  }

  .sm-mvc-hero__visual {
    min-height: 58rem;
  }

  .sm-mvc-product-card {
    position: relative;
    width: min(64rem, 100%);
    margin-inline: auto;
  }

  .sm-mvc-benefits__grid,
  .sm-mvc-use__grid,
  .sm-mvc-energy__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-mvc-split {
    grid-template-columns: 1fr;
  }

  .sm-mvc-creators__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sm-mvc-container,
  .sm-mvc-hero__container,
  .sm-mvc-final__inner {
    width: min(calc(100% - 2.8rem), 1380px);
  }

  .sm-mvc-hero {
    min-height: auto;
    padding: 5rem 0 6rem;
  }

  .sm-mvc-badge {
    min-height: 3.4rem;
    padding: 0.9rem 1.4rem;
    font-size: 1rem;
    letter-spacing: 0.13em;
  }

  .sm-mvc-hero__title {
    font-size: clamp(4.2rem, 14vw, 6.4rem);
  }

  .sm-mvc-section__heading h2,
  .sm-mvc-split__content h2,
  .sm-mvc-final h2 {
    font-size: clamp(3.8rem, 12vw, 5.6rem);
  }

  .sm-mvc-hero__description,
  .sm-mvc-section__heading p:not(.sm-mvc-badge),
  .sm-mvc-split__content p:not(.sm-mvc-badge),
  .sm-mvc-final p:not(.sm-mvc-badge):not(.sm-mvc-final__note) {
    font-size: 1.45rem;
    line-height: 1.72;
  }

  .sm-mvc-actions,
  .sm-mvc-btn {
    width: 100%;
  }

  .sm-mvc-btn {
    min-width: 100%;
  }

  .sm-mvc-hero__visual {
    min-height: auto;
  }

  .sm-mvc-product-card {
    min-height: auto;
    padding: 1.1rem;
    border-radius: 3rem;
  }

  .sm-mvc-product-card__inner {
    min-height: 48rem;
    border-radius: 2.4rem;
  }

  .sm-mvc-gallery {
    min-height: 39rem;
  }

  .sm-mvc-gallery__item {
    width: 15rem;
    border-radius: 1.8rem;
  }

  .sm-mvc-gallery__item--1 {
    left: 2%;
    top: 17%;
  }

  .sm-mvc-gallery__item--2 {
    left: 28%;
    top: 9%;
  }

  .sm-mvc-gallery__item--3 {
    right: 2%;
    top: 17%;
  }

  .sm-mvc-gallery__item--4 {
    left: 26%;
    bottom: 3%;
  }

  .sm-mvc-product-note {
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    padding: 1.8rem;
    border-radius: 2rem;
  }

  .sm-mvc-product-note p {
    font-size: 2rem;
  }

  .sm-mvc-benefits__grid,
  .sm-mvc-use__grid,
  .sm-mvc-energy__grid,
  .sm-mvc-creators__grid {
    grid-template-columns: 1fr;
  }

  .sm-mvc-section,
  .sm-mvc-final {
    padding: 6rem 0;
  }

  .sm-mvc-feature,
  .sm-mvc-use-card,
  .sm-mvc-energy-card,
  .sm-mvc-creator-card,
  .sm-mvc-split__content,
  .sm-mvc-stats-card,
  .sm-mvc-final__inner {
    border-radius: 2.8rem;
  }

  .sm-mvc-stat {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sm-mvc-creator-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sm-mvc-creator-card__media,
  .sm-mvc-creator-card__media img,
  .sm-mvc-creator-card__symbol {
    min-height: 32rem;
    height: 32rem;
  }

  .sm-mvc-creator-card__content {
    padding: 1rem 0 0;
  }
}

@media (max-width: 390px) {
  .sm-mvc-gallery__item {
    width: 13.5rem;
  }

  .sm-mvc-product-card__inner {
    min-height: 45rem;
  }

  .sm-mvc-gallery {
    min-height: 36rem;
  }
}

/* ==========================================================================
   MARS & VENERA KARTE — CARD ICON SYMBOLS
   Doda manjkajoče luxury simbole v prazne kroge kartic
   ========================================================================== */

/* Krogi z ikonami v karticah */
.sm-mars-venus__card-icon,
.sm-mars-venus-card__icon,
.sm-mv-card__icon,
.sm-mv__card-icon,
.sm-cards-feature__icon,
.sm-oracle-card__icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

/* Notranji luxury simbol */
.sm-mars-venus__card-icon::after,
.sm-mars-venus-card__icon::after,
.sm-mv-card__icon::after,
.sm-mv__card-icon::after,
.sm-cards-feature__icon::after,
.sm-oracle-card__icon::after {
  content: "✧" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: rgba(199, 156, 84, 0.92) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: translateY(-0.02rem) !important;
}

/* 3 kartice: različni subtilni simboli */
.sm-mars-venus__card:nth-child(1) .sm-mars-venus__card-icon::after,
.sm-mars-venus-card:nth-child(1) .sm-mars-venus-card__icon::after,
.sm-mv-card:nth-child(1) .sm-mv-card__icon::after,
.sm-mv__card:nth-child(1) .sm-mv__card-icon::after,
.sm-cards-feature:nth-child(1) .sm-cards-feature__icon::after,
.sm-oracle-card:nth-child(1) .sm-oracle-card__icon::after {
  content: "♀" !important;
  font-size: 1.25rem !important;
}

.sm-mars-venus__card:nth-child(2) .sm-mars-venus__card-icon::after,
.sm-mars-venus-card:nth-child(2) .sm-mars-venus-card__icon::after,
.sm-mv-card:nth-child(2) .sm-mv-card__icon::after,
.sm-mv__card:nth-child(2) .sm-mv__card-icon::after,
.sm-cards-feature:nth-child(2) .sm-cards-feature__icon::after,
.sm-oracle-card:nth-child(2) .sm-oracle-card__icon::after {
  content: "♂" !important;
  font-size: 1.25rem !important;
}

.sm-mars-venus__card:nth-child(3) .sm-mars-venus__card-icon::after,
.sm-mars-venus-card:nth-child(3) .sm-mars-venus-card__icon::after,
.sm-mv-card:nth-child(3) .sm-mv-card__icon::after,
.sm-mv__card:nth-child(3) .sm-mv__card-icon::after,
.sm-cards-feature:nth-child(3) .sm-cards-feature__icon::after,
.sm-oracle-card:nth-child(3) .sm-oracle-card__icon::after {
  content: "∞" !important;
  font-size: 1.35rem !important;
}

/* ==========================================================================
   MARS & VENERA KARTE — LUXURY ICON SYMBOLS
   Popravi prazne kroge ikon na strani kart
   ========================================================================== */

.sm-mvc-feature__icon,
.sm-mvc-energy-card__icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.sm-mvc-feature__icon::after,
.sm-mvc-energy-card__icon::after {
  content: "✧" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: rgba(199, 156, 84, 0.92) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* Zgornjih 6 benefit kartic */
.sm-mvc-feature:nth-child(1) .sm-mvc-feature__icon::after {
  content: "✦" !important;
}

.sm-mvc-feature:nth-child(2) .sm-mvc-feature__icon::after {
  content: "⌁" !important;
  font-size: 1.25rem !important;
}

.sm-mvc-feature:nth-child(3) .sm-mvc-feature__icon::after {
  content: "☾" !important;
  font-size: 1.18rem !important;
}

.sm-mvc-feature:nth-child(4) .sm-mvc-feature__icon::after {
  content: "♡" !important;
  font-size: 1.18rem !important;
}

.sm-mvc-feature:nth-child(5) .sm-mvc-feature__icon::after {
  content: "◊" !important;
  font-size: 1.2rem !important;
}

.sm-mvc-feature:nth-child(6) .sm-mvc-feature__icon::after {
  content: "∞" !important;
  font-size: 1.22rem !important;
}

/* Spodnje 3 energy kartice */
.sm-mvc-energy-card:nth-child(1) .sm-mvc-energy-card__icon::after {
  content: "♀" !important;
  font-size: 1.18rem !important;
}

.sm-mvc-energy-card:nth-child(2) .sm-mvc-energy-card__icon::after {
  content: "♂" !important;
  font-size: 1.18rem !important;
}

.sm-mvc-energy-card:nth-child(3) .sm-mvc-energy-card__icon::after {
  content: "∞" !important;
  font-size: 1.24rem !important;
}

/* Če spodnje energy kartice še nimajo osnovnega stylinga za krogec */
.sm-mvc-energy-card__icon {
  width: 4.8rem !important;
  height: 4.8rem !important;
  margin-left: auto !important;
  margin-bottom: 2rem !important;
  border: 1px solid rgba(216, 185, 130, 0.58) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 58%),
    rgba(255, 253, 249, 0.72) !important;
  box-shadow:
    0 0.9rem 2rem rgba(55, 35, 32, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.66) !important;
}