.site-main--home-premium {
  display: block;
  padding-bottom: 2rem;
}

.rdc-home-hero,
.rdc-home-categories,
.rdc-home-editorial,
.rdc-home-product-band,
.rdc-home-trust,
.rdc-home-closing {
  position: relative;
}

.rdc-home-hero {
  padding: 2.2rem 0 1.4rem;
}

.rdc-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.35rem;
  align-items: stretch;
}

.rdc-home-hero__content,
.rdc-home-hero__visual,
.rdc-home-editorial__content,
.rdc-home-closing__inner,
.rdc-home-category-card,
.rdc-home-feature-card,
.rdc-home-note-card,
.rdc-home-mini-editorial,
.rdc-home-brand-story,
.rdc-home-trust-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--fm-shadow-card);
}

.rdc-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  min-height: 100%;
  padding: clamp(1.8rem, 3vw, 3.1rem);
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(139, 111, 71, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 233, 0.92));
}

.rdc-home-hero__eyebrow,
.rdc-home-section-heading__eyebrow,
.rdc-home-feature-card__label,
.rdc-home-note-card__eyebrow,
.rdc-home-category-card__eyebrow,
.rdc-home-mini-editorial__copy span,
.rdc-home-brand-story__copy span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: var(--fm-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rdc-home-hero__title,
.rdc-home-section-heading__title {
  margin: 0;
  color: var(--fm-accent);
  font-size: clamp(2.3rem, 5vw, 4.55rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.rdc-home-hero__description,
.rdc-home-section-heading__description,
.rdc-home-category-card__description,
.rdc-home-note-card p,
.rdc-home-mini-editorial__copy p,
.rdc-home-brand-story__copy p,
.rdc-home-trust-card p {
  margin: 0;
  color: rgba(18, 24, 38, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.rdc-home-hero__actions,
.rdc-home-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.rdc-home-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rdc-home-hero__signals li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 100%;
  padding: 0.95rem 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--fm-text);
  font-size: 0.95rem;
  font-weight: 500;
}

.rdc-home-hero__signals svg,
.rdc-home-inline-link svg,
.rdc-home-feature-card__link svg,
.rdc-home-trust-card__icon svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.rdc-home-hero__visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.44fr);
  gap: 1.2rem;
}


.rdc-home-hero__visual {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.rdc-home-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 235, 225, 0.9));
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.rdc-home-feature-card--primary {
  min-height: 100%;
  padding: 1.6rem 1.6rem 0;
}

.rdc-home-feature-card--secondary {
  padding: 1.15rem 1.15rem 0;
}

.rdc-home-feature-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rdc-home-feature-card__title {
  margin: 0;
  color: var(--fm-accent);
  font-size: clamp(1.65rem, 2vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.rdc-home-feature-card__price {
  display: grid;
  justify-items: center;
  text-align: center;
}

.rdc-home-feature-card__price .rc-preco-mini {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  text-align: center;
}

.rdc-home-feature-card__price .rc-mini-pix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  align-items: baseline;
  width: 100%;
  color: var(--fm-accent);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}

.rdc-home-feature-card__price .woocommerce-Price-amount {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: -0.04em;
}

.rdc-home-feature-card__price .rc-mini-parcela {
  color: rgba(18, 24, 38, 0.65);
  font-size: 0.95rem;
  text-align: center;
}

.rdc-home-feature-card__link,
.rdc-home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--fm-accent);
  font-size: 0.95rem;
  font-weight: 700;
}

.rdc-home-feature-card__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 350px;
  padding-top: 1rem;
}

.rdc-home-feature-card__media--compact {
  min-height: 200px;
}

.rdc-home-feature-card__image {
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(15, 23, 42, 0.16));
}

.rdc-home-hero__stack {
  display: grid;
  gap: 1rem;
}

.rdc-home-note-card {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  min-height: 180px;
  padding: 1.2rem 1.25rem;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.97), rgba(30, 41, 59, 0.93));
  color: #fff;
}

.rdc-home-note-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.rdc-home-note-card__eyebrow {
  color: rgba(254, 248, 238, 0.75);
}

.rdc-home-categories,
.rdc-home-editorial,
.rdc-home-product-band,
.rdc-home-trust,
.rdc-home-closing {
  padding: 1.15rem 0 0;
}

.rdc-home-section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
}

.rdc-home-section-heading--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
}

.rdc-home-section-heading--centered {
  text-align: center;
  justify-items: center;
}

.rdc-home-section-heading__title {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.rdc-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rdc-home-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 170px);
  gap: 0.8rem;
  align-items: end;
  min-height: 230px;
  padding: 1.35rem;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(243, 238, 228, 0.95));
}

.rdc-home-category-card--large {
  min-height: 280px;
}

.rdc-home-category-card__copy {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  z-index: 1;
}

.rdc-home-category-card__title,
.rdc-home-mini-editorial__copy strong,
.rdc-home-brand-story__copy strong,
.rdc-home-trust-card strong {
  display: block;
  margin: 0;
  color: var(--fm-accent);
  font-size: 1.5rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.rdc-home-category-card__meta {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(18, 24, 38, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.rdc-home-category-card__media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 150px;
}

.rdc-home-category-card__media img,
.rdc-home-mini-editorial__media img,
.rdc-home-brand-story__media img {
  max-height: 190px;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(15, 23, 42, 0.14));
}

.rdc-home-editorial__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: start;
}

.rdc-home-editorial__content {
  padding: 1.55rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 239, 229, 0.92));
}

.rdc-home-editorial__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.rdc-home-mini-editorial {
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 238, 228, 0.94));
}

.rdc-home-mini-editorial__media,
.rdc-home-brand-story__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 1.2rem 0;
}

.rdc-home-mini-editorial__copy,
.rdc-home-brand-story__copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem 1.2rem 1.25rem;
}

.rdc-home-brand-story__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rdc-home-brand-story {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(242, 236, 227, 0.94));
}

.rdc-home-product-band__grid .products {
  margin-top: 0 !important;
}

.rdc-home-product-band--soft .rdc-home-product-band__grid .products {
  position: relative;
}

.rdc-home-product-band__grid,
.rdc-home-trust__grid,
.rdc-home-closing__inner {
  border-radius: 36px;
}

.rdc-home-product-band__grid {
  padding: 1.2rem 1rem 0.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(243, 238, 228, 0.82));
  box-shadow: var(--fm-shadow-card);
}

.rdc-home-product-band__grid .products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.rdc-home-product-band__grid .products::before,
.rdc-home-product-band__grid .products::after{
  display: none !important;
  content: none !important;
}

.rdc-home-product-band__grid .products > li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

.rdc-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rdc-home-trust-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1.35rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.rdc-home-trust-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
}

.rdc-home-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.8rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(31, 41, 55, 0.93));
  box-shadow: var(--fm-shadow-hard);
}

.rdc-home-closing__inner .rdc-home-section-heading__eyebrow,
.rdc-home-closing__inner .rdc-home-section-heading__title,
.rdc-home-closing__inner .rdc-home-section-heading__description {
  color: #fff;
}

.rdc-home-closing__inner .rdc-home-section-heading__description {
  color: rgba(255, 255, 255, 0.76);
}

.rdc-home-closing__inner .fm-button--ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

.rdc-home-closing__inner .fm-button--ghost:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}

@media (max-width: 1200px) {
  .rdc-home-hero__grid,
  .rdc-home-editorial__grid,
  .rdc-home-closing__inner {
    grid-template-columns: 1fr;
  }

  .rdc-home-editorial__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rdc-home-hero__visual {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.48fr);
  }
}

@media (max-width: 980px) {
  .rdc-home-hero__signals,
  .rdc-home-categories__grid,
  .rdc-home-brand-story__grid,
  .rdc-home-trust__grid,
  .rdc-home-editorial__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdc-home-product-band__grid .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdc-home-hero__visual,
  .rdc-home-section-heading--inline {
    grid-template-columns: 1fr;
  }

  .rdc-home-feature-card__media {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .rdc-home-hero {
    padding-top: 1.35rem;
  }

  .rdc-home-product-band__grid .products {
    grid-template-columns: 1fr;
  }

  .rdc-home-hero__content,
  .rdc-home-editorial__content,
  .rdc-home-closing__inner,
  .rdc-home-category-card,
  .rdc-home-feature-card,
  .rdc-home-note-card,
  .rdc-home-mini-editorial,
  .rdc-home-brand-story,
  .rdc-home-trust-card,
  .rdc-home-product-band__grid {
    border-radius: 24px;
  }

  .rdc-home-hero__title,
  .rdc-home-section-heading__title {
    font-size: 2rem;
    line-height: 1;
  }

  .rdc-home-hero__signals,
  .rdc-home-categories__grid,
  .rdc-home-brand-story__grid,
  .rdc-home-trust__grid,
  .rdc-home-editorial__cards {
    grid-template-columns: 1fr;
  }

  .rdc-home-category-card,
  .rdc-home-category-card--large {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rdc-home-category-card__media,
  .rdc-home-feature-card__media,
  .rdc-home-feature-card__media--compact,
  .rdc-home-mini-editorial__media,
  .rdc-home-brand-story__media {
    min-height: 0;
    padding-top: 0;
  }

  .rdc-home-category-card__media img,
  .rdc-home-mini-editorial__media img,
  .rdc-home-brand-story__media img,
  .rdc-home-feature-card__image {
    max-height: 210px;
  }

  .rdc-home-mini-editorial,
  .rdc-home-brand-story {
    grid-template-rows: auto;
  }

  .rdc-home-product-band__grid {
    padding: 0.95rem 0.75rem 0.15rem;
  }
}
