/* ==========================================================================
   Seções específicas da home
   ========================================================================== */

.hero {
  position: relative;
  margin-top: 8px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, #fff59d 0, transparent 28%),
    radial-gradient(circle at 82% 18%, #ffe082 0, transparent 26%),
    radial-gradient(circle at 50% 110%, #ffd54f 0, transparent 38%),
    linear-gradient(180deg, #ffe566 0%, #ffcc33 52%, #ffb300 100%);
  min-height: 280px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.hero::before { top: -50px; left: -40px; }
.hero::after { right: -30px; bottom: -60px; }

.hero__track {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
}

.hero__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.15fr;
  align-items: center;
  gap: 10px;
  padding: 28px 64px 36px;
  position: relative;
}

.hero__title {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
  text-shadow:
    3px 4px 0 #2ea7ff,
    5px 7px 0 rgba(255, 45, 135, 0.28);
}

.hero__title span {
  display: block;
}

.hero__brand {
  display: grid;
  place-items: center;
}

.hero__brand img {
  width: min(270px, 100%);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.hero__bubble {
  background: var(--color-pink);
  color: var(--color-white);
  border-radius: 22px;
  padding: 14px 18px;
  max-width: 280px;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.25;
  position: relative;
  box-shadow: var(--shadow-pink);
}

.hero__bubble::after {
  content: "♡";
  position: absolute;
  right: 14px;
  bottom: -8px;
  font-size: 1.4rem;
}

.hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, 92px);
  gap: 8px;
}

.hero__benefit {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 10px 8px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  color: #374151;
  box-shadow: var(--shadow-sm);
}

.hero__benefit svg {
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
  color: #4b5563;
}

.hero__nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #4b5563;
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
}

.hero__arrow--prev { left: 12px; }
.hero__arrow--next { right: 12px; }

.hero__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}

.hero__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d1d5db;
}

.hero__dot.is-active {
  background: var(--color-pink);
}

.splash {
  position: absolute;
  border-radius: 60% 40% 70% 30%;
  opacity: 0.9;
  pointer-events: none;
}

.splash--pink { width: 34px; height: 54px; background: #ff4d9a; top: 24px; left: 36%; transform: rotate(28deg); }
.splash--blue { width: 28px; height: 46px; background: #3dbbff; top: 18px; right: 38%; transform: rotate(-18deg); }
.splash--cyan { width: 70px; height: 18px; background: #3ec6ff; left: 42%; bottom: 18px; border-radius: 40px; }
.splash--magenta { width: 78px; height: 16px; background: #ff3d9a; left: 48%; bottom: 12px; border-radius: 40px; }

.categories {
  margin-top: 22px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
}

.category-card {
  background: var(--color-white);
  border-radius: 22px;
  padding: 12px 8px 14px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition);
}

.category-card:hover {
  transform: translateY(-4px);
}

.category-card__art {
  width: 86px;
  height: 86px;
  margin: 0 auto 8px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}

.category-card__art img {
  width: 68px;
  height: 68px;
}

.category-card__name {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.tone-lilac { background: #f3e8ff; }
.tone-pink { background: #fce7f3; }
.tone-yellow { background: #fef9c3; }
.tone-blue { background: #dbeafe; }
.tone-sand { background: #f5f0e8; }
.tone-peach { background: #ffedd5; }
.tone-green { background: #dcfce7; }
.tone-orange { background: #ffedd5; }
.tone-gray { background: #f3f4f6; }

.benefits {
  margin: 28px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 8px;
  border-top: 1px solid #f1f3f7;
  border-bottom: 1px solid #f1f3f7;
  scroll-margin-top: 170px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 8px;
}

.benefit-item p {
  margin: 0;
  min-width: 0;
}

.benefit-item svg {
  width: 32px;
  height: 32px;
  color: var(--color-purple);
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-item strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
  color: var(--color-text);
}

.benefit-item span {
  display: block;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2px;
}

.highlights {
  margin-top: 28px;
}

.product-grid--home .product-card {
  padding: 10px 10px 12px;
}

.product-grid--home .product-card__image {
  height: 118px;
  margin-bottom: 8px;
}

.product-grid--home .product-card__image img {
  max-height: 108px;
}

.product-grid--home .product-card__name {
  font-size: 0.84rem;
  min-height: 38px;
  overflow-wrap: anywhere;
}

.product-grid--home .product-card__price {
  font-size: 1.05rem;
  margin: 6px 0 10px;
}

.product-grid--home .product-card__actions {
  gap: 6px;
}

.product-grid--home .product-card__actions .btn {
  min-height: 36px;
  padding: 0 8px;
  font-size: 0.78rem;
  gap: 4px;
}

.product-grid--home .product-card__actions .icon {
  display: none;
}

.product-grid--home .fav-btn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.product-row {
  display: grid;
  grid-template-columns: auto repeat(6, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

.row-arrow {
  width: 36px;
  align-self: center;
  height: 36px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #6b7280;
  display: grid;
  place-items: center;
}

.home-shortcuts {
  margin: 36px auto 12px;
  display: grid;
  gap: 16px;
}

.home-banners,
.home-promos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.banner-card {
  min-height: 196px;
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  position: relative;
}

.banner-card h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.banner-card p {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  max-width: 28ch;
  opacity: 0.95;
}

.banner-card .btn {
  align-self: flex-start;
  background: #fff;
  color: #111827;
  box-shadow: none;
}

.banner-card--whats { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); }
.banner-card--insta { background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%); }
.banner-card--store { background: linear-gradient(135deg, #4b1d95 0%, #6d28d9 100%); }

.promo-card {
  min-height: 132px;
  border-radius: 24px;
  padding: 22px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.promo-card h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.promo-card p {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.promo-card span {
  font-weight: 800;
  font-size: 0.92rem;
}

.promo-card__art {
  font-size: 2.6rem;
  line-height: 1;
  flex-shrink: 0;
}

.promo-card--offers { background: linear-gradient(135deg, #ff4d9a 0%, #ff79b3 100%); }
.promo-card--gifts { background: linear-gradient(135deg, #2ea7ff 0%, #38bdf8 100%); }
.promo-card--kids { background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%); }
.promo-card--natal { background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%); }
