/* A Cor Tintas - Recovery Premium V4.1 feedback pontual. */

.home-recovery-v4 .hero-secondary-tools {
  border-radius: 30px !important;
  padding: 18px !important;
  background:
    linear-gradient(135deg, rgba(255,247,233,.08), rgba(255,247,233,.03)),
    rgba(18,7,4,.78) !important;
  border: 1px solid rgba(255,247,233,.20) !important;
  box-shadow: 0 22px 62px rgba(0,0,0,.30) !important;
}

.home-recovery-v4 .hero-secondary-tools > span {
  display: block;
  width: 100%;
  color: rgba(255,247,233,.82) !important;
  font-size: .82rem !important;
}

.home-recovery-v4 .hero-secondary-tools > div {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px !important;
  width: 100%;
}

.home-recovery-v4 .hero-secondary-tools .btn {
  min-width: 0;
  min-height: 52px !important;
  padding: 11px 14px !important;
  border-radius: 18px !important;
  background: rgba(255,247,233,.075) !important;
  border-color: rgba(255,247,233,.20) !important;
  color: #fff7e9 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.home-recovery-v4 .hero-secondary-tools .btn:hover,
.home-recovery-v4 .hero-secondary-tools .btn:focus-visible {
  background: rgba(231,185,41,.14) !important;
  border-color: rgba(231,185,41,.46) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

.btn-mark-products {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 5px;
}

.btn-mark-products::before,
.btn-mark-products::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 1px;
  background: currentColor;
}

.btn-mark-products::before { top: 5px; }
.btn-mark-products::after { bottom: 5px; }

.v4-card {
  border-radius: 28px;
}

.v4-card.light {
  box-shadow: 0 18px 48px rgba(32,16,10,.10);
}

.v4-card.dark {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.v4-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

.v4-products-compact .v4-card span {
  opacity: .78;
}

.v4-blog-strip {
  border-top: 1px solid rgba(32,16,10,.07);
}

.v4-article-row {
  margin-top: 22px;
}

.v4-article-card {
  padding: 0;
  min-height: 360px;
}

.v4-article-card strong,
.v4-article-card > span:not(.v4-article-thumb),
.v4-article-card .v4-action {
  margin-left: 22px;
  margin-right: 22px;
}

.v4-article-card strong {
  margin-top: 18px;
  font-size: 1.18rem;
}

.v4-article-card .v4-action {
  margin-bottom: 20px;
}

.v4-article-thumb {
  display: block;
  margin: 0 !important;
  opacity: 1 !important;
  height: 158px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 45% 22%, rgba(255,255,255,.92), rgba(244,235,221,.78) 58%, rgba(219,197,159,.72));
}

.v4-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  display: block;
}

.recovery-v4.color-page .page-hero {
  border-radius: 30px;
  border-left-width: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,250,241,.62)),
    #fff7e9;
}

.recovery-v4.color-page .page-hero .page-actions .btn:last-child {
  background: rgba(255,255,255,.82);
}

.recovery-v4 .acor-color-entry {
  margin-bottom: 20px;
}

.recovery-v4 .acor-color-type-slot {
  margin: 22px auto 32px;
  padding: 0;
  border-top: 0;
}

.recovery-v4 .acor-color-type-tabs {
  gap: 14px;
}

.recovery-v4 .acor-color-type-tab,
.recovery-v4 .acor-color-card,
.recovery-v4 .acor-color-palette,
.recovery-v4 .acor-color-ambient-card,
.recovery-v4 .acor-color-journey,
.recovery-v4 .acor-color-toolbar,
.recovery-v4 .acor-color-spectrum,
.recovery-v4 .acor-color-cta-final,
.recovery-v4 .page-card,
.recovery-v4 .page-note {
  border-radius: 22px;
}

.recovery-v4 .acor-color-type-tab {
  min-height: 168px;
  padding: 20px 20px 50px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.recovery-v4 .acor-color-type-count {
  border-radius: 999px;
}

.recovery-v4 .acor-color-journey {
  border-left-width: 0;
  background:
    linear-gradient(135deg, rgba(196,154,40,.10), rgba(255,255,255,.035)),
    rgba(255,255,255,.035);
}

.recovery-v4 .acor-color-jbtn {
  border-radius: 18px;
}

.recovery-v4 .acor-color-advanced-actions,
.recovery-v4 .acor-color-ambients {
  margin-top: 40px;
}

.color-help-card {
  background:
    linear-gradient(135deg, rgba(196,154,40,.16), rgba(37,211,102,.08)),
    #fffaf1;
}

.color-help-card .btn {
  margin-top: auto;
}

@media (max-width: 980px) {
  .home-recovery-v4 .hero-secondary-tools > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-recovery-v4 .hero-secondary-tools > div,
  .v4-article-row {
    grid-template-columns: 1fr;
  }

  .home-recovery-v4 .hero-secondary-tools .btn {
    width: 100%;
  }

  .v4-article-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .v4-article-card {
    min-width: min(86vw, 340px);
    scroll-snap-align: start;
  }
}
