/* ═══════════════════════════════════════════
   ROGUE XPRESS — Home
   ═══════════════════════════════════════════ */

/* ── HERO ── */
.hero {
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(195, 143, 42, 0.22), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: #fff;
  overflow: hidden;
}
.hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 16px 52px;
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .hero__inner { grid-template-columns: 1.05fr 0.95fr; padding: 64px 16px; }
}
.hero__tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(195, 143, 42, 0.16);
  border: 1px solid rgba(220, 169, 64, 0.45);
  color: var(--gold-light);
  font-size: 12px; font-weight: 800; letter-spacing: 1px;
  padding: 7px 14px; border-radius: 999px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero__title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 14px;
}
.hero__title em { font-style: normal; color: var(--gold-light); }
.hero__sub {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin-bottom: 22px;
  line-height: 1.65;
}
.hero__bullets { list-style: none; display: grid; gap: 9px; margin-bottom: 26px; }
.hero__bullets li {
  display: flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.hero__bullets svg { flex-shrink: 0; }
.hero__cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 16px; }
.hero__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 34px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold) 45%, var(--gold-light));
  color: #fff;
  border-radius: var(--radius);
  font-size: 15px; font-weight: 900; letter-spacing: 0.8px;
  text-decoration: none; text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(195, 143, 42, 0.45);
  transition: transform 0.15s, filter 0.15s;
}
.hero__cta:hover { transform: translateY(-2px); filter: brightness(1.06); }
.hero__cta--ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  box-shadow: none;
  font-weight: 700;
}
.hero__cta--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.hero__pay { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.hero__pay img { height: 22px; width: auto; background: #fff; border-radius: 5px; padding: 3px 6px; }
.hero__pay span { font-size: 11px; color: rgba(255,255,255,0.55); width: 100%; margin-top: 2px; }

.hero__media { position: relative; }
.hero__media-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255,255,255,0.12);
  background: #fff;
}
.hero__float {
  position: absolute;
  background: #fff;
  color: var(--text);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(14, 33, 56, 0.3);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.hero__float--discount { top: 14px; right: 14px; background: var(--red); color: #fff; font-size: 14px; font-weight: 900; }
.hero__float--rating { bottom: 14px; left: 14px; }
.hero__float--rating b { color: var(--navy); }
.hero__float--rating .stars { color: #F5B301; letter-spacing: 1px; }

/* ── HERO CENTRALIZADO (home institucional) ── */
.hero--center .hero__inner {
  grid-template-columns: 1fr;
  max-width: 780px;
  text-align: center;
  justify-items: center;
  padding: 52px 16px 58px;
}
.hero--center .hero__sub { margin-left: auto; margin-right: auto; }
.hero--center .hero__bullets {
  width: fit-content;
  margin: 0 auto 26px;
  text-align: left;
}
.hero--center .hero__cta-row { justify-content: center; }

/* ── CATEGORIAS ── */
.cats {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 16px 0;
}
.cats__row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.cats__row::-webkit-scrollbar { display: none; }
.cat-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.cat-chip:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.cat-chip--active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.cat-chip--soon { opacity: 0.55; cursor: default; }
.cat-chip--soon small { font-size: 10px; font-weight: 800; color: var(--gold-dark); letter-spacing: 0.5px; }
.cat-chip--active small { color: var(--gold-light); }

/* ── GRADE DE PRODUTOS ──
   Cards sempre centralizados, com ou sem a grade completa */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 360px));
  justify-content: center;
  gap: 18px;
}
.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s, box-shadow 0.18s;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(22, 49, 84, 0.14); }
.product-card__media { position: relative; background: #fff; }
.product-card__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.product-card__flag {
  position: absolute; top: 10px; left: 10px;
  background: var(--navy); color: #fff;
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.5px;
  padding: 5px 10px; border-radius: 999px;
}
.product-card__off {
  position: absolute; top: 10px; right: 10px;
  background: var(--red); color: #fff;
  font-size: 12.5px; font-weight: 900;
  padding: 5px 9px; border-radius: 8px;
}
.product-card__body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card__title { font-size: 15.5px; font-weight: 800; color: var(--navy); line-height: 1.35; }
.product-card__stars { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-muted); }
.product-card__stars .stars { color: #F5B301; font-size: 13px; letter-spacing: 1px; }
.product-card__price-old { font-size: 12.5px; color: var(--text-muted); text-decoration: line-through; }
.product-card__price { font-size: 23px; font-weight: 900; color: var(--navy); line-height: 1.1; }
.product-card__pix { font-size: 12.5px; color: var(--green); font-weight: 700; }
.product-card__btn {
  margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 13px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold) 45%, var(--gold-light));
  color: #fff;
  border-radius: var(--radius);
  font-size: 13.5px; font-weight: 900; letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 5px 14px rgba(195, 143, 42, 0.35);
}
.product-card--soon { pointer-events: none; }
.product-card--soon .product-card__media { filter: grayscale(1); opacity: 0.5; }
.product-card__soon-tag {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.product-card__soon-tag span {
  background: rgba(22, 49, 84, 0.9);
  color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 999px;
}
.product-card--soon .product-card__body { opacity: 0.6; }
.soon-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt);
  font-size: 64px;
}

/* ── PRODUTO EM DESTAQUE ── */
.featured {
  display: grid;
  gap: 28px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 880px) { .featured { grid-template-columns: 0.9fr 1.1fr; } }
.featured__imgwrap {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.featured__badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--navy);
  color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 0.6px;
  padding: 6px 12px; border-radius: 999px;
  z-index: 2;
}
.featured__off {
  position: absolute; top: 12px; right: 12px;
  background: var(--red); color: #fff;
  font-size: 13px; font-weight: 900;
  padding: 7px 11px; border-radius: 10px;
  z-index: 2;
}
.featured__title { font-size: clamp(21px, 3vw, 28px); font-weight: 900; color: var(--navy); line-height: 1.25; margin-bottom: 8px; }
.featured__stars { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 13px; color: var(--text-muted); }
.featured__stars .stars { color: #F5B301; font-size: 16px; letter-spacing: 1.5px; }
.featured__desc { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.featured__list { list-style: none; display: grid; gap: 8px; margin-bottom: 20px; }
.featured__list li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; font-weight: 500; }
.featured__list svg { flex-shrink: 0; margin-top: 2px; }
.featured__price-old { font-size: 14px; color: var(--text-muted); text-decoration: line-through; }
.featured__price {
  font-size: 34px; font-weight: 900; color: var(--navy);
  display: flex; align-items: center; gap: 10px; line-height: 1.1;
}
.featured__price .badge--off {
  background: #FDECEC; color: var(--red);
  font-size: 12px; font-weight: 900;
  padding: 4px 9px; border-radius: 8px;
}
.featured__installment { font-size: 13.5px; color: var(--text-muted); margin: 4px 0 2px; }
.featured__pix { font-size: 14px; color: var(--green); font-weight: 700; margin-bottom: 18px; }
.featured__cta-wrap { max-width: 420px; }

/* ── POR QUE COMPRAR ── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 680px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
}
.why-card__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 5px 14px rgba(195, 143, 42, 0.35);
}
.why-card h3 { font-size: 15.5px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }

/* ── REVIEWS TEASER ── */
.home-reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 760px) { .home-reviews { grid-template-columns: repeat(3, 1fr); } }
.home-review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 10px;
}
.home-review-card .stars { color: #F5B301; letter-spacing: 2px; font-size: 15px; }
.home-review-card p { font-size: 14px; color: var(--text); line-height: 1.65; flex: 1; }
.home-review-card img { border-radius: 10px; width: 100%; height: 170px; object-fit: cover; }
.home-review-card .who { font-size: 12.5px; color: var(--text-muted); font-weight: 600; }
.home-review-card .who b { color: var(--navy); }

/* ── FINAL CTA BAND ── */
.cta-band {
  background:
    radial-gradient(800px 400px at 50% 120%, rgba(195, 143, 42, 0.25), transparent 65%),
    linear-gradient(170deg, var(--navy), var(--navy-dark));
  color: #fff;
  text-align: center;
  padding: 60px 16px;
}
.cta-band h2 { font-size: clamp(23px, 3.6vw, 34px); font-weight: 900; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.72); font-size: 15px; margin-bottom: 26px; }
.cta-band .hero__cta { margin: 0 auto; }
