:root {
  --petia-primary: #d9480f;
  --petia-primary-dark: #a8330a;
  --petia-success: #2b8a3e;
  --petia-warm-bg: #fff8f0;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background-color: #ffffff;
  color: #2b2b2b;
}

.navbar { padding: .75rem 0; }
.nav-link { font-weight: 500; white-space: nowrap; }
.navbar-nav .nav-item { display: flex; align-items: center; }

.hero-section {
  background: linear-gradient(135deg, var(--petia-primary) 0%, var(--petia-primary-dark) 100%);
  margin-top: 76px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(169,51,10,.82) 0%, rgba(90,25,5,.82) 100%);
}
.hero-image-wrap {
  font-size: 10rem;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  width: 320px; height: 320px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}

.btn-warning { color: #2b2b2b !important; }
.btn-success { background-color: var(--petia-success); border-color: var(--petia-success); }

.marmita-dia-card { border-radius: 18px; overflow: hidden; }
.marmita-dia-img { background: var(--petia-warm-bg); height: 100%; min-height: 220px; }
.marmita-dia-img img { width: 100%; height: 100%; object-fit: cover; }

.dia-card, .categoria-card {
  border-radius: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.dia-card:hover, .categoria-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08) !important;
}

.passo-numero {
  width: 56px; height: 56px;
  background: var(--petia-primary);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.3rem;
  margin: 0 auto;
}

.galeria-placeholder {
  background: var(--petia-warm-bg);
  height: 140px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
}

.produto-destaque-card { border-radius: 14px; overflow: hidden; }
.produto-destaque-img {
  height: 160px;
  background: var(--petia-warm-bg);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.produto-destaque-img img { width: 100%; height: 100%; object-fit: cover; }
.produto-destaque-placeholder { font-size: 2.5rem; }

.footer-link {
  color: rgba(255,255,255,.65);
  text-decoration: none;
  display: inline-block;
  padding: .15rem 0;
}
.footer-link:hover { color: #fff; }

.accordion-button:not(.collapsed) {
  background-color: var(--petia-warm-bg);
  color: var(--petia-primary-dark);
}

@media (max-width: 991px) {
  .hero-section { margin-top: 60px; text-align: center; }
  .hero-image-wrap { width: 220px; height: 220px; font-size: 6rem; }
}
