/* Hiper Neto — layout Stitch (site público) */

.public-site {
  background: #f8f9ff;
}

.top-bar {
  background: #213145;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.top-bar-store,
.top-bar-whatsapp {
  font-weight: 700;
}

.top-bar-hours {
  color: rgb(234 241 255 / 0.88);
}

.top-bar-hours strong {
  color: #ffdad6;
}

.main-nav__links a.active {
  background: transparent;
  color: var(--brand-primary);
  box-shadow: inset 0 -2px 0 var(--brand-primary);
  border-radius: 0;
}

.header-main .main-nav {
  justify-content: center;
}

.site-footer {
  background: #213145;
}

.site-footer.hn-footer {
  border-top: 0;
}

.footer-bottom {
  background: #0b1c30;
}

/* Hero */
.st-hero {
  position: relative;
  padding: 2.75rem 0 1rem;
  overflow: hidden;
}

.st-hero::before,
.st-hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
  pointer-events: none;
}

.st-hero::before {
  top: -6rem;
  left: 15%;
  width: 24rem;
  height: 24rem;
  background: rgb(255 180 172 / 0.32);
}

.st-hero::after {
  top: 20%;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  background: rgb(211 228 254 / 0.5);
}

.st-hero-slides {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.st-hero-slides .hero-slideshow {
  position: relative;
  min-height: 240px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.st-hero-banner__media,
.st-hero-slides .hero-slide .st-hero-banner__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.st-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.st-hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.st-hero-seal {
  width: 4rem;
  height: 4rem;
  padding: 0.35rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.st-hero-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.st-hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  max-width: 16ch;
  color: #0b1c30;
}

.st-hero-copy h1 em {
  font-style: normal;
  color: var(--brand-primary);
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: rgb(229 26 36 / 0.22);
  text-underline-offset: 0.35em;
}

.st-hero-copy > p {
  max-width: 36rem;
  color: #5f5e5e;
  font-size: 1.05rem;
}

.st-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.st-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(229 226 225 / 0.7);
}

.st-hero-metrics strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--brand-primary);
}

.st-hero-metrics span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.st-hero-sides {
  display: grid;
  gap: 1rem;
}

.st-side-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  color: inherit;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e2e8f0;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.st-side-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  color: inherit;
}

.st-side-card img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 0.85rem;
}

.st-side-card h3 {
  font-size: 1.25rem;
  margin: 0.25rem 0;
}

.st-side-card p {
  color: #64748b;
  font-size: 0.875rem;
}

.st-side-card__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--brand-primary);
}

.st-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.st-chip--offer {
  background: var(--brand-primary);
  color: #fff;
}

.st-chip--live {
  background: #ffdad6;
  color: var(--brand-primary-dark);
}

.st-chip--soft {
  background: rgb(229 26 36 / 0.08);
  color: var(--brand-primary);
}

@media (min-width: 1024px) {
  .st-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 2.5rem;
  }
}

.st-values,
.st-flyers,
.st-dna,
.st-reviews,
.st-faq,
.st-cta,
.st-offers,
.st-catalog {
  padding: 2.5rem 0 0;
}

.st-values-grid,
.st-dna-grid,
.st-review-grid,
.st-flyer-grid {
  display: grid;
  gap: 1rem;
}

.st-value {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.st-value h3 { font-size: 1rem; margin-bottom: 0.15rem; }
.st-value p { font-size: 0.8125rem; color: #64748b; }

.st-value__icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  background: #eff4ff;
  color: #0b1c30;
  flex-shrink: 0;
}

.st-value__icon--orange,
.st-value__icon--gold { background: #ffdad6; color: var(--brand-primary); }
.st-value__icon--green { background: #e3f4e5; color: #2e7d32; }

.st-section-head { margin-bottom: 1.25rem; }
.st-section-head h2,
.st-offers-head h2 {
  color: #0b1c30;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.st-section-head p,
.st-offers-head p { color: #64748b; margin-top: 0.35rem; }
.st-section-head--center {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.st-eyebrow {
  display: block;
  color: var(--brand-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.st-offers-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.st-flyer {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  border-radius: 1.25rem;
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.st-flyer:hover { color: #fff; }
.st-flyer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 16rem;
  transition: transform 0.5s ease;
}
.st-flyer:hover img { transform: scale(1.05); }
.st-flyer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.05), rgb(0 0 0 / 0.72));
}
.st-flyer-badge,
.st-flyer-cap {
  position: absolute;
  z-index: 1;
}
.st-flyer-badge {
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--brand-primary);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.st-flyer-badge--light { background: #fff; color: var(--brand-primary); }
.st-flyer-badge--dark { background: #111; }
.st-flyer-cap {
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.15rem;
}
.st-flyer-cap small {
  display: block;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
}
.st-flyer-cap h3 {
  color: #fff;
  margin-top: 0.2rem;
}

.st-dna-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.st-dna-card img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}
.st-dna-card__body { padding: 1.35rem; }
.st-dna-card h3 { margin-bottom: 0.5rem; }
.st-dna-card p { color: #64748b; }
.st-dna-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.st-dna-card li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.875rem;
}
.st-dna-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--brand-primary);
}

.st-review,
.st-faq-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.st-review p {
  font-style: italic;
  color: #0b1c30;
}
.st-review footer {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
}

.st-faq-item {
  background: #f8f9ff;
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  margin-bottom: 0.75rem;
}
.st-faq-item summary {
  cursor: pointer;
  font-weight: 700;
}
.st-faq-item p { margin-top: 0.65rem; color: #64748b; }

.st-cta { padding-bottom: 2.5rem; }
.st-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2.25rem;
  border-radius: 1.5rem;
  background: #213145;
  color: #fff;
}
.st-cta-banner h2 { color: #fff; max-width: 18ch; }
.st-cta-banner p { color: #d3e4fe; margin-top: 0.35rem; }
.st-cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

@media (min-width: 640px) {
  .st-values-grid { grid-template-columns: 1fr 1fr; }
  .st-flyer-grid,
  .st-dna-grid,
  .st-review-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .st-values-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 767px) {
  .st-hero { padding-top: 1.5rem; }
  .st-hero-copy h1 { max-width: none; }
  .st-hero-metrics { grid-template-columns: 1fr; }
  .st-side-card { grid-template-columns: 1fr; }
  .st-side-card img { width: 100%; height: 10rem; }
}
