/* VAENKO Passo 157 — Layout shell modulos (espelho zonas Inicio) */
body.sf-module-shell {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(244, 114, 182, 0.28), transparent 55%),
    linear-gradient(165deg, #fff1f2 0%, #fdf2f8 40%, #fce7f3 100%);
  background-attachment: fixed;
  color: #1f2937;
  line-height: 1.45;
  min-height: 100dvh;
  padding-bottom: 0;
}
body.sf-module-shell .sf-mod-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
body.sf-module-shell .sf-mod-main,
body.sf-module-shell .sf-mod-content {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
}
.sf-mod-zone-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.25rem 1rem 0.85rem;
  background: rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(225, 29, 72, 0.1);
}
.sf-mod-hero-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fbcfe8, #f9a8d4);
  color: #831843;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  margin: 0 0 0.5rem;
}
.sf-mod-hero-title {
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #831843;
  line-height: 1.15;
}
.sf-mod-hero-lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 0.88rem;
  color: #9d174d;
  line-height: 1.5;
}
.sf-mod-zone-carousel {
  position: relative;
  z-index: 1;
  padding: 0.65rem 0 0.35rem;
}
.sf-mod-zone-search {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.75rem;
}
.sf-mod-vitrine-mount {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}
.sf-mod-content-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(225, 29, 72, 0.12);
  border-radius: 16px;
  padding: 1rem;
  margin-top: 0.75rem;
  box-shadow: 0 4px 20px rgba(225, 29, 72, 0.06);
}
body.sf-module-shell .sf-ifood-footer {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
}
@media (max-width: 640px) {
  .sf-mod-hero-title { font-size: 1.35rem; }
  .sf-mod-zone-search { padding: 0.4rem 0.65rem; }
}
