.folheto-weekly { max-width: 1100px; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
.folheto-weekly__hero {
  background: linear-gradient(135deg, #1b6d3d 0%, #0d3d22 100%);
  color: #fff; border-radius: 20px; padding: 2rem 1.5rem; margin-bottom: 1.5rem;
  position: relative; overflow: hidden;
}
.folheto-weekly__hero::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px;
  border-radius: 50%; background: rgba(255,255,255,.08);
}
.folheto-weekly__badge {
  display: inline-block; background: #ff6b00; color: #fff; font-size: .7rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: .25rem .7rem; border-radius: 999px; margin-bottom: .75rem;
}
.folheto-weekly__hero h1 { margin: 0 0 .35rem; font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 900; }
.folheto-weekly__hero p { margin: 0; opacity: .92; max-width: 520px; font-size: .95rem; }
.folheto-weekly__meta { margin-top: 1rem; font-size: .82rem; opacity: .85; }
.folheto-weekly__nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.folheto-weekly__nav a {
  padding: .45rem .9rem; border-radius: 999px; background: #fff; border: 1px solid #e3e6ea;
  font-size: .8rem; font-weight: 700; color: #1a1a1a; text-decoration: none;
}
.folheto-weekly__nav a:hover { border-color: #1b6d3d; color: #1b6d3d; }
.folheto-weekly__section { margin-bottom: 2rem; }
.folheto-weekly__section h2 {
  font-size: 1.15rem; font-weight: 800; margin: 0 0 .85rem; padding-bottom: .5rem;
  border-bottom: 3px solid #ff6b00; display: inline-block;
}
.folheto-weekly__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .85rem;
}
.folheto-weekly__card {
  background: #fff; border: 1px solid #e3e6ea; border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s;
}
.folheto-weekly__card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.folheto-weekly__img {
  aspect-ratio: 1; background: #f5f7f6; display: grid; place-items: center; position: relative;
}
.folheto-weekly__img img { width: 100%; height: 100%; object-fit: contain; padding: .5rem; }
.folheto-weekly__disc {
  position: absolute; top: .5rem; left: .5rem; background: #ff6b00; color: #fff;
  font-size: .72rem; font-weight: 800; padding: .2rem .5rem; border-radius: 6px;
}
.folheto-weekly__body { padding: .75rem; flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.folheto-weekly__name { font-size: .82rem; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin: 0; }
.folheto-weekly__brand { font-size: .72rem; color: #5c6360; }
.folheto-weekly__prices { display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; }
.folheto-weekly__price { font-size: 1rem; font-weight: 800; color: #1b6d3d; }
.folheto-weekly__was { font-size: .75rem; color: #9aa3ad; text-decoration: line-through; }
.folheto-weekly__add {
  margin-top: auto; width: 100%; padding: .5rem; border: none; border-radius: 8px;
  background: #1b6d3d; color: #fff; font-weight: 700; font-size: .78rem; cursor: pointer;
}
.folheto-weekly__add:hover { background: #155430; }
.folheto-weekly__links {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .75rem; margin-top: 2rem;
}
.folheto-weekly__link {
  display: flex; align-items: center; gap: .75rem; padding: 1rem; background: #fff;
  border: 1px solid #e3e6ea; border-radius: 14px; text-decoration: none; color: inherit;
}
.folheto-weekly__link:hover { border-color: #1b6d3d; }
.folheto-weekly__link strong { display: block; font-size: .9rem; }
.folheto-weekly__link span { font-size: .78rem; color: #5c6360; }
