
/* WebLagos V2.30.7.5 — Home cache-safe final */

/* Header logo */
.wl-main-logo{
  display:block;
  width:auto;
  max-width:155px;
  height:42px;
  object-fit:contain;
}

/* Hero title — explicit override over legacy rules */
.wl-home-title-white{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.wl-home-title-orange{
  color:#ff9a5d !important;
  -webkit-text-fill-color:#ff9a5d !important;
}
.wl230-hero h1 .wl-home-title-white,
.home-hero h1 .wl-home-title-white,
.hero h1 .wl-home-title-white{
  color:#fff !important;
}
.wl230-hero h1 .wl-home-title-orange,
.home-hero h1 .wl-home-title-orange,
.hero h1 .wl-home-title-orange{
  color:#ff9a5d !important;
}

/* Comer Agora — full bleed banner */
.wl-home-food{
  width:100%;
  margin:0;
  padding:0;
  background:#14263d;
}
.wl-home-food-link{
  display:block;
  width:100%;
  text-decoration:none !important;
  color:inherit !important;
  background:
    radial-gradient(circle at 86% 10%,rgba(255,154,93,.22),transparent 22%),
    linear-gradient(105deg,#14253b 0%,#1a3049 70%,#223b56 100%);
}
.wl-home-food-inner{
  width:min(1180px,calc(100% - 64px));
  min-height:145px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.wl-home-food-copy span{
  display:block;
  margin-bottom:6px;
  color:#ff9a5d;
  font-size:10px;
  line-height:1;
  letter-spacing:.1em;
  font-weight:500;
}
.wl-home-food-copy h2{
  margin:0;
  color:#fff !important;
  font-size:clamp(25px,2.6vw,35px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:650;
}
.wl-home-food-copy p{
  margin:7px 0 0;
  color:#bac5d3;
  font-size:13px;
  font-weight:400;
}
.wl-home-food-action{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:0 20px;
  border-radius:11px;
  background:#ff8748;
  color:#fff;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  transition:.18s ease;
}
.wl-home-food-link:hover .wl-home-food-action{
  transform:translateX(2px);
  filter:brightness(1.04);
}

@media(max-width:700px){
  .wl-main-logo{max-width:132px;height:36px}
  .wl-home-food-inner{
    width:calc(100% - 40px);
    min-height:unset;
    padding:28px 0;
    flex-direction:column;
    align-items:flex-start;
  }
}
