/* ══════════════════════════════════════
   BANNER PRINCIPAL
══════════════════════════════════════ */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #2D0A1E;
}

/* ─── CAMADAS DE FUNDO ─── */
.bg-base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 100% at 100% 50%,  rgba(194,0,111,.28) 0%, transparent 65%),
    radial-gradient(ellipse 40% 80%  at 0%   30%,  rgba(150,0,79,.3)   0%, transparent 60%),
    radial-gradient(ellipse 60% 50%  at 50%  110%, rgba(255,77,141,.1)  0%, transparent 70%),
    linear-gradient(135deg, #1a0510 0%, #2D0A1E 40%, #3D0A2E 70%, #2D0A1E 100%);
}

/* Padrão de pontos finos */
.bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,77,141,.15) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

/* Véu de seda diagonal */
.bg-silk {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,77,141,.04) 30%,
    rgba(201,131,58,.06) 50%,
    transparent 70%
  );
}

/* Orbs de luz */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: breathe 7s ease-in-out infinite;
}
.orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(194,0,111,.2), transparent 70%);
  top: -120px; right: -60px;
  animation-delay: 0s;
}
.orb-2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(201,131,58,.15), transparent 70%);
  bottom: -80px; left: 20%;
  animation-delay: -3.5s;
}
.orb-3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,77,141,.12), transparent 70%);
  top: 30%; left: 45%;
  animation-delay: -1.5s;
}
@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: .8; }
  50%       { transform: scale(1.12); opacity: 1; }
}

/* ══════════════════════════════════════
   FAIXA SUPERIOR — mini tagline
══════════════════════════════════════ */
.top-stripe {
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #96004F, #C2006F, #FF4D8D, #C2006F, #96004F);
  background-size: 300% 100%;
  animation: gradientFlow 6s linear infinite;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  overflow: hidden;
}
@keyframes gradientFlow {
  0%   { background-position: 0% 0; }
  100% { background-position: 300% 0; }
}
.stripe-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  white-space: nowrap;
}
.stripe-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   CONTEÚDO PRINCIPAL
══════════════════════════════════════ */
.banner-inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  min-height: 380px;
  padding: 56px 64px;
}

/* ─── COLUNA ESQUERDA ─── */
.col-left {
  opacity: 0;
  animation: fadeLeft .7s ease .1s forwards;
}

.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,77,141,.15);
  border: 1px solid rgba(255,77,141,.3);
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  margin-bottom: 20px;
}
.label-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF4D8D, #C2006F);
  display: flex; align-items: center; justify-content: center;
}
.label-dot svg { width: 11px; height: 11px; }
.label-text {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FF9EC7;
}

.headline {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #fff;
  margin-bottom: 16px;
}
.headline em {
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(90deg, #FF9EC7, #FF4D8D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subline {
  font-size: .9rem;
  font-weight: 400;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
  max-width: 360px;
}

/* ─── DIVISOR CENTRAL ORNAMENTAL ─── */
.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 56px;
  opacity: 0;
  animation: fadeIn .8s ease .4s forwards;
}
.divider-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(255,77,141,.4), transparent);
}
.center-gem {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(194,0,111,.3), rgba(255,77,141,.2));
  border: 1px solid rgba(255,77,141,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 0 24px rgba(194,0,111,.2), inset 0 0 16px rgba(255,255,255,.05);
  animation: gemGlow 3s ease-in-out infinite;
}
@keyframes gemGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(194,0,111,.2), inset 0 0 16px rgba(255,255,255,.05); }
  50%       { box-shadow: 0 0 40px rgba(194,0,111,.4), inset 0 0 20px rgba(255,255,255,.08); }
}

/* ─── COLUNA DIREITA — Cards de benefício ─── */
.col-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  animation: fadeRight .7s ease .2s forwards;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 14px 18px;
  backdrop-filter: blur(8px);
  transition: all .25s;
}
.benefit-card:hover {
  background: rgba(194,0,111,.1);
  border-color: rgba(194,0,111,.25);
  transform: translateX(4px);
}
.benefit-icon {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.bi-rose   { background: rgba(255,77,141,.15);  }
.bi-gold   { background: rgba(201,131,58,.15);  }
.bi-lilac  { background: rgba(180,100,200,.15); }
.bi-teal   { background: rgba(100,200,180,.12); }

.benefit-info { min-width: 0; }
.benefit-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
  margin-bottom: 2px;
}
.benefit-desc {
  font-size: .76rem;
  color: rgba(255,255,255,.42);
  font-weight: 400;
}

/* ══════════════════════════════════════
   FAIXA INFERIOR — Stats
══════════════════════════════════════ */
.bottom-bar {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255,255,255,.07);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 0;
  animation: fadeUp .6s ease .6s forwards;
}

.stat-item {
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background .2s;
}
.stat-item:hover { background: rgba(255,255,255,.03); }
.stat-item + .stat-item {
  border-left: 1px solid rgba(255,255,255,.06);
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  background: linear-gradient(135deg, #FF9EC7, #FF4D8D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.stat-label {
  font-size: .77rem;
  color: rgba(255,255,255,.4);
  font-weight: 400;
  line-height: 1.4;
}
.stat-icon-wrap {
  width: 38px; height: 38px; min-width: 38px;
  border-radius: 10px;
  background: rgba(194,0,111,.12);
  border: 1px solid rgba(194,0,111,.2);
  display: flex; align-items: center; justify-content: center;
}
.stat-icon-wrap svg { width: 16px; height: 16px; color: #FF4D8D; }

/* ─── Linha decorativa de fundo ─── */
.banner-border-bottom {
  position: relative;
  z-index: 10;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #96004F 20%, #C2006F 40%, #FF4D8D 60%, #C9833A 80%, transparent 100%);
}

/* ══════════════════════════════════════
   ANIMAÇÕES
══════════════════════════════════════ */
@keyframes fadeLeft  { from { opacity:0; transform: translateX(-20px); } to { opacity:1; transform: translateX(0); } }
@keyframes fadeRight { from { opacity:0; transform: translateX(20px);  } to { opacity:1; transform: translateX(0); } }
@keyframes fadeUp    { from { opacity:0; transform: translateY(14px);  } to { opacity:1; transform: translateY(0); } }
@keyframes fadeIn    { from { opacity:0; }                               to { opacity:1; } }

/* ══════════════════════════════════════
   RESPONSIVO
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .banner-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
    padding: 48px 40px;
  }
  .col-center { display: none; }
  .col-left   { grid-column: 1; }
  .col-right  { grid-column: 2; }
  .bottom-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .banner-inner {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }
  .col-right { display: none; }
  .bottom-bar { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 18px 20px; }
  .stripe-item:nth-child(n+5) { display: none; }
  .stripe-sep:nth-child(n+4)  { display: none; }
}
/* ─── HERO ─── */
/*.hero {
  background: linear-gradient(135deg, #3D0A2E 0%, #7A1050 45%, #3D0A2E 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 70% 50%, rgba(255,77,141,.18) 0%, transparent 70%);
}
.hero::after {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,131,58,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,77,141,.15);
  border: 1px solid rgba(255,77,141,.4);
  border-radius: 100px;
  padding: 5px 14px;
  color: #FF9EC7;
  font-size: .8rem; font-weight: 500;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin-bottom: 16px;
}
.hero h1 span { color: #FF9EC7; }
.hero p {
  color: rgba(255,255,255,.65);
  font-size: 1.05rem;
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 32px;
}*/
.btn-primary-hero {
  height: 48px; padding: 0 28px;
  background: var(--brand); color: #fff;
  border: none; border-radius: 10px;
  font-family: var(--font); font-weight: 600; font-size: .95rem;
  cursor: pointer; transition: all .2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary-hero:hover { background: var(--brand-dark); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(194,0,111,.45); }
.btn-outline-hero {
  height: 48px; padding: 0 24px;
  background: rgba(255,255,255,.08); color: #fff;
  border: 1.5px solid rgba(255,255,255,.2); border-radius: 10px;
  font-family: var(--font); font-weight: 500; font-size: .9rem;
  cursor: pointer; transition: all .2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-hero:hover { background: rgba(255,255,255,.14); }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-stat .num { font-family: var(--font); font-weight: 700; font-size: 1.5rem; color: #fff; line-height: 1; }
.hero-stat .lbl { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 4px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 20px;
  backdrop-filter: blur(12px);
}
.hero-product-img {
  width: 100%; max-width: 320px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(194,0,111,.2), rgba(255,77,141,.15));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem;
}

/* ─── FEATURES ─── */
.features {
  padding: 60px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.feature-item { display: flex; align-items: flex-start; gap: 16px; }
.feature-icon {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 12px;
  background: rgba(194,0,111,.1);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.feature-item h5 { font-family: var(--font); font-weight: 600; font-size: .95rem; margin-bottom: 4px; }
.feature-item p { color: var(--muted); font-size: .85rem; line-height: 1.55; }

/* ─── CATEGORIES PILLS ─── */
.categories { padding: 60px 0 20px; }
.cat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: .88rem; font-weight: 500;
  cursor: pointer; transition: all .18s;
  white-space: nowrap;
}
.cat-pill:hover,
.cat-pill.active { border-color: var(--brand); color: var(--brand); background: rgba(194,0,111,.06); }
.cat-pill i { font-size: .9rem; }

/* ─── PRODUCTS ─── */
.products { padding: 20px 0 60px; }
.section-label {
  display: inline-block;
  font-size: .7rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--brand); margin-bottom: 10px;
}

.product-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .22s;
  height: 100%;
  display: flex; flex-direction: column;
}
.product-card:hover { border-color: rgba(194,0,111,.3); box-shadow: var(--shadow); transform: translateY(-2px); }
.product-img {
  aspect-ratio: 1;
  background: linear-gradient(135deg,#FFF0F6,#FFE0EF);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-img img {
  max-height: 100%;
  object-fit: cover;
}
.product-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: .7rem; font-weight: 600;
  padding: 3px 9px; border-radius: 6px;
}
.badge-new  { background: var(--brand); color: #fff; }
.badge-sale { background: var(--accent); color: #fff; }
.product-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-cat { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.product-name { font-family: var(--font); font-weight: 600; font-size: .95rem; line-height: 1.35; margin-bottom: 8px; flex: 1; }
.product-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.stars { color: #E91E7A; font-size: .78rem; }
.rating-count { font-size: .75rem; color: var(--muted); }
.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.price-original { font-size: .75rem; color: var(--muted); text-decoration: line-through; }
.price-main { font-family: var(--font); font-weight: 700; font-size: 1.15rem; color: var(--text); }
.price-main.sale { color: var(--accent); }
.btn-add {
  width: 38px; height: 38px;
  background: var(--brand); color: #fff;
  border: none; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .18s; font-size: .9rem;
}
.btn-add:hover { background: var(--brand-dark); transform: scale(1.08); }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .hero { padding: 50px 0 40px; }
  .hero-visual { display: none; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
}
