.elementor-2 .elementor-element.elementor-element-3b017db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-69ac6b8 *//* ══════════════════════════════════════════
   QUIOSQUE DO PEIXE FRITO
   Cole em: Aparência > Customizar > CSS Adicional
   ══════════════════════════════════════════ */

:root {
  --qpf-laranja: #F4840A;
  --qpf-laranja-escuro: #C45F00;
  --qpf-amarelo: #F5C200;
  --qpf-vermelho: #D62B1F;
  --qpf-azul: #1A6FA8;
  --qpf-off-white: #FFF8F0;
  --qpf-cinza-claro: #F5F0E8;
  --qpf-cinza-texto: #4A3520;
  --qpf-cinza-medio: #7A6050;
  --qpf-sombra: 0 4px 24px rgba(0,0,0,0.10);
  --qpf-radius: 16px;
  --qpf-max: 1140px;
}

/* ── Reset interno ── */
.qpf-page *, .qpf-page *::before, .qpf-page *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.qpf-page { font-family: 'Sora', sans-serif; color: var(--qpf-cinza-texto); overflow-x: hidden; }
.qpf-page a { text-decoration: none; }
.qpf-page img { display: block; max-width: 100%; }
.qpf-page ul { list-style: none; }

/* ── NAV ── */
.qpf-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--qpf-vermelho);
  padding: 0 24px;
  height: 64px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.20);
}
.qpf-nav-inner {
  max-width: var(--qpf-max); margin: 0 auto; height: 100%;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 24px;
}
.qpf-nav-logo { height: 46px; object-fit: contain; }
.qpf-nav-links { display: flex; gap: 4px; justify-content: center; }
.qpf-nav-links a {
  color: rgba(255,255,255,0.88); font-size: 13px; font-weight: 600;
  padding: 7px 13px; border-radius: 8px;
  transition: background .2s; white-space: nowrap;
}
.qpf-nav-links a:hover { background: rgba(255,255,255,0.15); }
.qpf-nav-cta {
  background: var(--qpf-amarelo) !important; color: var(--qpf-cinza-texto) !important;
  border-radius: 100px !important; padding: 8px 18px !important;
}
.qpf-nav-cta:hover { background: #e6b300 !important; }
.qpf-menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  color: white; padding: 4px; line-height: 1;
}

/* ── HERO ── */
.qpf-hero {
  background: linear-gradient(135deg, var(--qpf-vermelho) 0%, #E84300 35%, var(--qpf-laranja) 70%, var(--qpf-amarelo) 100%);
  min-height: 88vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 60px 24px;
}
.qpf-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='20' fill='%23fff' fill-opacity='.04'/%3E%3C/svg%3E");
}
.qpf-hero-inner {
  max-width: var(--qpf-max); margin: auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center; position: relative; z-index: 1;
}
.qpf-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3);
  color: white; font-size: 13px; font-weight: 600;
  padding: 6px 16px; border-radius: 100px; margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
.qpf-hero h1 {
  font-size: clamp(34px, 5vw, 56px); font-weight: 800;
  color: white; line-height: 1.08; margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.qpf-hero h1 em { font-style: normal; color: var(--qpf-amarelo); }
.qpf-hero-desc {
  color: rgba(255,255,255,0.88); font-size: 17px;
  line-height: 1.65; margin-bottom: 32px; max-width: 460px;
}
.qpf-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.qpf-hero-img { display: flex; justify-content: center; align-items: center; }
.qpf-logo-circle {
  width: min(400px, 90%); aspect-ratio: 1; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 3px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  padding: 14px; backdrop-filter: blur(8px);
  animation: qpfFloat 4s ease-in-out infinite;
}
.qpf-logo-circle img { width: 100%; border-radius: 50%; }
@keyframes qpfFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

/* ── BOTÕES GLOBAIS ── */
.qpf-btn-wpp {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: white !important;
  padding: 14px 28px; border-radius: 100px;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform .2s, box-shadow .2s;
}
.qpf-btn-wpp:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.qpf-btn-wpp svg { width: 20px; height: 20px; fill: white; flex-shrink: 0; }
.qpf-btn-sec {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.5);
  color: white !important; padding: 12px 24px; border-radius: 100px;
  font-weight: 600; font-size: 15px;
  backdrop-filter: blur(4px); transition: background .2s;
}
.qpf-btn-sec:hover { background: rgba(255,255,255,0.3); }
.qpf-btn-sec svg { width: 18px; height: 18px; stroke: white; flex-shrink: 0; }

/* ── INFO STRIP ── */
.qpf-strip { background: var(--qpf-vermelho); }
.qpf-strip-inner {
  max-width: var(--qpf-max); margin: auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.qpf-strip-card {
  padding: 22px 16px; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 6px;
  border-right: 1px solid rgba(255,255,255,0.15); transition: background .2s;
}
.qpf-strip-card:last-child { border-right: none; }
.qpf-strip-card:hover { background: rgba(255,255,255,0.08); }
.qpf-strip-icon { color: var(--qpf-amarelo); margin-bottom: 4px; }
.qpf-strip-card strong { color: var(--qpf-amarelo); font-size: 14px; font-weight: 700; }
.qpf-strip-card span { color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.4; }
.qpf-status-aberto { color: #4ade80 !important; }
.qpf-status-fechado { color: rgba(255,255,255,0.45) !important; }
.qpf-status-breve  { color: #fbbf24 !important; }

/* ── SECTION PADRÃO ── */
.qpf-section { padding: 80px 24px; }
.qpf-section-inner { max-width: var(--qpf-max); margin: auto; }
.qpf-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--qpf-laranja); margin-bottom: 12px;
}
.qpf-title {
  font-size: clamp(28px, 4vw, 42px); font-weight: 800;
  color: var(--qpf-cinza-texto); line-height: 1.12; margin-bottom: 14px;
}
.qpf-title em { font-style: normal; color: var(--qpf-laranja); }
.qpf-desc { color: var(--qpf-cinza-medio); font-size: 16px; line-height: 1.7; max-width: 540px; }

/* ── PROMOÇÕES ── */
.qpf-promo-bg { background: var(--qpf-cinza-claro); }
.qpf-promo-header { margin-bottom: 40px; }
.qpf-promo-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px;
}
.qpf-promo-card {
  border-radius: var(--qpf-radius); overflow: hidden;
  background: white; box-shadow: var(--qpf-sombra); transition: transform .25s; position: relative;
}
.qpf-promo-card:hover { transform: translateY(-4px); }
.qpf-promo-banner { height: 200px; position: relative; overflow: hidden; }
.qpf-promo-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.qpf-promo-card:hover .qpf-promo-banner img { transform: scale(1.04); }
.qpf-promo-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--qpf-amarelo); color: var(--qpf-cinza-texto);
  font-size: 11px; font-weight: 800; padding: 5px 13px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .05em;
}
.qpf-promo-body { padding: 22px; }
.qpf-promo-body h3 { font-size: 18px; font-weight: 700; color: var(--qpf-cinza-texto); margin-bottom: 8px; }
.qpf-promo-body p { font-size: 14px; color: var(--qpf-cinza-medio); line-height: 1.6; margin-bottom: 16px; }
.qpf-promo-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--qpf-laranja); font-weight: 700; font-size: 14px;
  border-bottom: 2px solid transparent; transition: border-color .2s;
}
.qpf-promo-link:hover { border-color: var(--qpf-laranja); }

/* ── CARDÁPIO ── */
.qpf-cardapio-bg { background: white; }
.qpf-cardapio-header { margin-bottom: 48px; }
.qpf-pratos-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px;
}
.qpf-prato {
  border-radius: var(--qpf-radius); overflow: hidden;
  background: var(--qpf-off-white);
  border: 1.5px solid rgba(244,132,10,0.12);
  transition: box-shadow .25s, transform .25s;
}
.qpf-prato:hover { box-shadow: 0 8px 32px rgba(244,132,10,0.18); transform: translateY(-3px); }
.qpf-prato-img { width: 100%; height: 190px; overflow: hidden; }
.qpf-prato-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.qpf-prato:hover .qpf-prato-img img { transform: scale(1.06); }
.qpf-prato-body { padding: 18px 20px 20px; }
.qpf-prato-tag {
  display: inline-block; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--qpf-laranja); background: rgba(244,132,10,0.1);
  padding: 3px 10px; border-radius: 6px; margin-bottom: 10px;
}
.qpf-prato-body h3 { font-size: 16px; font-weight: 700; color: var(--qpf-cinza-texto); margin-bottom: 6px; }
.qpf-prato-body p { font-size: 13px; color: var(--qpf-cinza-medio); line-height: 1.55; margin-bottom: 14px; }
.qpf-prato-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qpf-preco { font-size: 20px; font-weight: 800; color: var(--qpf-laranja-escuro); line-height: 1; }
.qpf-btn-pedir {
  background: var(--qpf-laranja); color: white !important;
  padding: 8px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 700; white-space: nowrap; flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.qpf-btn-pedir:hover { background: var(--qpf-laranja-escuro); transform: scale(1.04); }

/* ── LOCALIZAÇÃO ── */
.qpf-loc-bg { background: linear-gradient(160deg, #FFF5E6, var(--qpf-off-white)); }
.qpf-loc-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start;
}
.qpf-loc-list { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.qpf-loc-item { display: flex; align-items: flex-start; gap: 16px; }
.qpf-loc-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--qpf-laranja); color: white;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 4px 14px rgba(244,132,10,0.3);
}
.qpf-loc-item strong { display: block; font-size: 15px; font-weight: 700; color: var(--qpf-cinza-texto); margin-bottom: 3px; }
.qpf-loc-item span { font-size: 14px; color: var(--qpf-cinza-medio); line-height: 1.5; }
.qpf-loc-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.qpf-btn-maps {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--qpf-azul); color: white !important;
  padding: 13px 24px; border-radius: 100px; font-weight: 700; font-size: 14px;
  transition: background .2s, transform .2s;
}
.qpf-btn-maps:hover { background: #135690; transform: translateY(-2px); }
.qpf-map-embed { border-radius: var(--qpf-radius); overflow: hidden; box-shadow: var(--qpf-sombra); height: 380px; }
.qpf-map-embed iframe { width: 100%; height: 100%; border: none; }

/* ── HORÁRIOS ── */
.qpf-hora-bg { background: var(--qpf-vermelho); padding: 72px 24px; }
.qpf-hora-inner {
  max-width: var(--qpf-max); margin: auto;
  display: grid; grid-template-columns: auto 1fr; gap: 64px; align-items: center;
}
.qpf-hora-titulo .qpf-label { color: rgba(255,255,255,0.65); }
.qpf-hora-titulo .qpf-title { color: white; }
.qpf-hora-table { display: grid; gap: 8px; }
.qpf-hora-row {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.10); border-radius: 10px;
  padding: 14px 20px; border: 1px solid rgba(255,255,255,0.12); gap: 16px;
}
.qpf-hora-dia { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 600; }
.qpf-hora-tempo { color: var(--qpf-amarelo); font-size: 15px; font-weight: 800; text-align: right; }
.qpf-hora-fechado .qpf-hora-tempo { color: rgba(255,255,255,0.35); font-weight: 500; }
.qpf-hora-hoje { background: rgba(255,255,255,0.20) !important; border-color: rgba(255,255,255,0.35) !important; }
.qpf-hora-hoje .qpf-hora-dia { color: white; font-weight: 700; }
.qpf-status-wrap { display: flex; align-items: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.qpf-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 18px; border-radius: 100px; font-size: 13px; font-weight: 700;
}
.qpf-pill-aberto  { background: #25D366; color: white; }
.qpf-pill-fechado { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); }
.qpf-pill-breve   { background: var(--qpf-amarelo); color: var(--qpf-cinza-texto); }
.qpf-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: qpfDot 1.5s ease-in-out infinite; }
.qpf-pill-fechado .qpf-dot { animation: none; }
@keyframes qpfDot { 0%,100%{opacity:1} 50%{opacity:.3} }
.qpf-prox-txt { color: rgba(255,255,255,0.6); font-size: 13px; }

/* ── RESERVAS ── */
.qpf-reserva-bg { background: var(--qpf-cinza-claro); }
.qpf-reserva-inner { max-width: 720px; margin: auto; text-align: center; }
.qpf-form {
  background: white; border-radius: var(--qpf-radius);
  padding: 40px; box-shadow: var(--qpf-sombra); margin-top: 40px; text-align: left;
}
.qpf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.qpf-form-group { display: flex; flex-direction: column; gap: 6px; }
.qpf-form-group.full { grid-column: 1 / -1; }
.qpf-form-group label { font-size: 13px; font-weight: 600; color: var(--qpf-cinza-texto); }
.qpf-form-group input,
.qpf-form-group select,
.qpf-form-group textarea {
  border: 1.5px solid #E5DDD0; border-radius: 10px;
  padding: 12px 14px; font-family: 'Sora', sans-serif;
  font-size: 14px; color: var(--qpf-cinza-texto);
  background: var(--qpf-off-white); outline: none;
  transition: border-color .2s; -webkit-appearance: none; appearance: none;
}
.qpf-form-group input:focus,
.qpf-form-group select:focus,
.qpf-form-group textarea:focus { border-color: var(--qpf-laranja); }
.qpf-btn-reservar {
  width: 100%; background: var(--qpf-laranja); color: white;
  border: none; cursor: pointer; padding: 16px; border-radius: 100px;
  font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700;
  margin-top: 8px; transition: background .2s, transform .2s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.qpf-btn-reservar svg { width: 20px; height: 20px; fill: white; flex-shrink: 0; }
.qpf-btn-reservar:hover { background: var(--qpf-laranja-escuro); transform: translateY(-2px); }
.qpf-form-obs { text-align: center; margin-top: 16px; font-size: 12px; color: var(--qpf-cinza-medio); }

/* ── AVALIAÇÕES ── */
.qpf-aval-bg { background: white; }
.qpf-aval-header { margin-bottom: 48px; }
.qpf-aval-score { display: flex; align-items: center; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.qpf-aval-numero { font-size: 56px; font-weight: 800; color: var(--qpf-laranja); line-height: 1; }
.qpf-stars { display: flex; gap: 4px; }
.qpf-star { color: #FACC15; }
.qpf-aval-count { font-size: 13px; color: var(--qpf-cinza-medio); margin-top: 4px; }
.qpf-trustindex { margin-top: 40px; }

/* ── INSTAGRAM ── */
.qpf-insta-bg { background: var(--qpf-cinza-claro); }
.qpf-insta-box {
  border-radius: var(--qpf-radius);
  background: white;
  box-shadow: var(--qpf-sombra);
  padding: 56px 40px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.qpf-insta-icon { color: #E1306C; }
.qpf-insta-box h3 { font-size: 28px; font-weight: 800; color: var(--qpf-cinza-texto); }
.qpf-insta-box h3 em { font-style: normal; color: #E1306C; }
.qpf-insta-seguidores {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFF0F5; border: 1.5px solid #FFB3CC;
  color: #C2185B; font-size: 15px; font-weight: 700;
  padding: 8px 20px; border-radius: 100px;
}
.qpf-insta-seguidores svg { color: #E1306C; }
.qpf-btn-insta {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white !important; padding: 15px 32px; border-radius: 100px;
  font-weight: 700; font-size: 16px;
  box-shadow: 0 4px 20px rgba(220,39,67,0.35);
  transition: transform .2s, box-shadow .2s;
}
.qpf-btn-insta:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(220,39,67,0.45); }
.qpf-btn-insta svg { width: 22px; height: 22px; fill: white; flex-shrink: 0; }
.qpf-insta-handle { font-size: 14px; color: var(--qpf-cinza-medio); }

/* ── FLOATING WPP ── */
.qpf-wpp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 9999;
  transform: translateX(100px);
  animation: qpfSlide .6s .8s cubic-bezier(.34,1.56,.64,1) forwards;
}
@keyframes qpfSlide { to { transform: translateX(0); } }
.qpf-wpp-pulse {
  position: absolute; inset: -8px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.5);
  animation: qpfPulse 2s ease-in-out infinite;
}
@keyframes qpfPulse { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.3);opacity:0} }
.qpf-wpp-btn {
  width: 60px; height: 60px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  position: relative; transition: transform .2s;
}
.qpf-wpp-btn:hover { transform: scale(1.1); }
.qpf-wpp-btn svg { width: 30px; height: 30px; fill: white; }
.qpf-wpp-badge {
  position: absolute; top: -4px; right: -4px;
  width: 20px; height: 20px; background: var(--qpf-vermelho); border-radius: 50%;
  border: 2px solid white; display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; color: white;
  opacity: 0; animation: qpfBadge .3s 3s forwards;
}
@keyframes qpfBadge { to { opacity: 1; } }

/* ── FOOTER ── */
.qpf-footer { background: #1A0A00; padding: 52px 24px 28px; }
.qpf-footer-inner {
  max-width: var(--qpf-max); margin: 0 auto 40px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px;
}
.qpf-footer-logo img { height: 68px; margin-bottom: 16px; }
.qpf-footer-tagline { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.65; max-width: 240px; }
.qpf-footer-col h4 {
  color: var(--qpf-amarelo); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px;
}
.qpf-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.qpf-footer-col a { color: rgba(255,255,255,0.55); font-size: 14px; transition: color .2s; }
.qpf-footer-col a:hover { color: var(--qpf-laranja); }
.qpf-footer-bottom {
  max-width: var(--qpf-max); margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.qpf-footer-copy { font-size: 12px; color: rgba(255,255,255,0.28); }

/* ── SCROLL REVEAL ── */
.qpf-reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.qpf-reveal.qpf-visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .qpf-nav-inner { grid-template-columns: auto auto; }
  .qpf-nav-links { display: none; }
  .qpf-menu-btn { display: block; }
  .qpf-nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 64px; left: 0; right: 0;
    background: var(--qpf-vermelho); padding: 16px 24px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2); z-index: 99;
  }
  .qpf-nav-links.open a { padding: 12px 16px; font-size: 15px; border-radius: 10px; }
  .qpf-hero { min-height: auto; padding: 48px 20px; }
  .qpf-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .qpf-hero-img { order: -1; }
  .qpf-logo-circle { width: min(260px, 72vw); }
  .qpf-hero-badge, .qpf-hero-actions { justify-content: center; }
  .qpf-desc { max-width: 100%; }
  .qpf-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .qpf-strip-card:nth-child(2) { border-right: none; }
  .qpf-strip-card:nth-child(3),
  .qpf-strip-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.15); }
  .qpf-loc-inner { grid-template-columns: 1fr; gap: 32px; }
  .qpf-hora-inner { grid-template-columns: 1fr; gap: 32px; }
  .qpf-form-grid { grid-template-columns: 1fr; }
  .qpf-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .qpf-footer-bottom { flex-direction: column; text-align: center; }
  .qpf-wpp-float { bottom: 20px; right: 20px; }
  .qpf-insta-box { padding: 40px 24px; }
}
@media (max-width: 480px) {
  .qpf-section { padding: 56px 20px; }
  .qpf-hora-bg { padding: 56px 20px; }
  .qpf-form { padding: 24px 20px; }
  .qpf-loc-ctas { flex-direction: column; }
  .qpf-btn-maps, .qpf-btn-wpp { justify-content: center; text-align: center; }
  .qpf-pratos-grid { grid-template-columns: 1fr; }
}

/* ══ CARDÁPIO — BLOCOS POR CATEGORIA ══ */
.qpf-menu-bloco {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 2px solid rgba(244,132,10,0.12);
}
.qpf-menu-bloco:first-child { border-top: none; margin-top: 0; padding-top: 0; }

.qpf-menu-bloco-titulo {
  display: flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 800;
  color: var(--qpf-cinza-texto);
  margin-bottom: 20px;
}
.qpf-menu-bloco-titulo svg { color: var(--qpf-laranja); flex-shrink: 0; }

.qpf-menu-obs {
  font-size: 13px; color: var(--qpf-cinza-medio);
  margin-bottom: 24px; font-style: italic;
}

/* ── Disquinhos ── */
.qpf-disquinho-grid {
  display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px;
}
.qpf-disquinho-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--qpf-laranja), var(--qpf-laranja-escuro));
  border-radius: var(--qpf-radius);
  padding: 20px 32px;
  box-shadow: 0 4px 16px rgba(244,132,10,0.3);
}
.qpf-disquinho-qtd {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85);
  text-transform: uppercase; letter-spacing: .06em;
}
.qpf-disquinho-preco {
  font-size: 26px; font-weight: 800; color: white;
}
.qpf-menu-pedir-row { margin-top: 8px; }
.qpf-btn-pedir-lista {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--qpf-laranja); color: white !important;
  padding: 10px 24px; border-radius: 100px;
  font-size: 14px; font-weight: 700;
  transition: background .2s, transform .2s;
}
.qpf-btn-pedir-lista:hover { background: var(--qpf-laranja-escuro); transform: translateY(-1px); }

/* ── Lista simples (itens sem imagem) ── */
.qpf-lista-simples {
  display: flex; flex-direction: column;
  border: 1.5px solid rgba(244,132,10,0.12);
  border-radius: var(--qpf-radius);
  overflow: hidden;
  margin-top: 20px;
}
.qpf-lista-item {
  display: flex; align-items: center;
  padding: 14px 20px; gap: 12px;
  border-bottom: 1px solid rgba(244,132,10,0.08);
  background: white;
  transition: background .15s;
}
.qpf-lista-item:last-child { border-bottom: none; }
.qpf-lista-item:hover { background: #FFF5E6; }
.qpf-lista-nome {
  flex: 1; font-size: 14px; font-weight: 600; color: var(--qpf-cinza-texto);
  line-height: 1.4;
}
.qpf-lista-nome small {
  display: block; font-size: 12px; font-weight: 400;
  color: var(--qpf-cinza-medio); margin-top: 2px;
}
.qpf-lista-preco {
  font-size: 16px; font-weight: 800;
  color: var(--qpf-laranja-escuro); white-space: nowrap; flex-shrink: 0;
}
.qpf-lista-btn {
  background: transparent;
  border: 1.5px solid var(--qpf-laranja);
  color: var(--qpf-laranja) !important;
  padding: 6px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 700; white-space: nowrap; flex-shrink: 0;
  transition: background .15s, color .15s;
}
.qpf-lista-btn:hover { background: var(--qpf-laranja); color: white !important; }

/* Riscado (Parmegiana Especial - item riscado no cardápio real) */
.qpf-lista-riscado .qpf-lista-nome { text-decoration: line-through; opacity: .6; }

/* Mobile lista */
@media (max-width: 600px) {
  .qpf-lista-item { flex-wrap: wrap; gap: 8px; }
  .qpf-lista-nome { width: 100%; }
  .qpf-lista-preco { font-size: 15px; }
  .qpf-disquinho-grid { justify-content: center; }
}

/* ══ NAV FIXO ══ */
/* O nav principal fica fixed no topo */
.qpf-nav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 100;
}
/* Placeholder para compensar o nav fixed */
.qpf-nav-placeholder {
  height: 64px;
}

/* ══ MENU FIXO DO CARDÁPIO ══ */
/* Usa fixed + JS (sticky não funciona dentro do Elementor por overflow do wrapper) */
.qpf-menu-nav {
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  z-index: 99;
  /* estado padrão: no fluxo normal */
  position: relative;
  margin-bottom: 40px;
}
.qpf-menu-nav.is-fixed {
  position: fixed;
  top: 64px; /* logo abaixo do nav */
  left: 0; right: 0;
}

/* Placeholder JS-gerado para evitar salto de layout */
.qpf-menu-nav-ph {
  display: none;
}
.qpf-menu-nav-ph.visible {
  display: block;
}

.qpf-menu-nav-inner {
  max-width: var(--qpf-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 10px 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.qpf-menu-nav-inner::-webkit-scrollbar { display: none; }

.qpf-menu-nav-item {
  flex-shrink: 0;
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--qpf-cinza-medio);
  text-decoration: none;
  border: 1.5px solid transparent;
  white-space: nowrap;
  transition: background .15s, color .15s, border-color .15s;
}
.qpf-menu-nav-item:hover {
  background: rgba(244,132,10,0.08);
  color: var(--qpf-laranja);
}
.qpf-menu-nav-item.active {
  background: var(--qpf-laranja);
  color: white !important;
  border-color: var(--qpf-laranja);
}

/* Mobile: quebra em duas linhas */
@media (max-width: 600px) {
  .qpf-menu-nav-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 12px;
    gap: 6px;
    overflow-x: visible;
  }
  .qpf-menu-nav-item {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* ── Subcategorias dentro de Bebidas ── */
.qpf-sub-titulo {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--qpf-laranja);
  margin: 24px 0 8px;
  padding-left: 4px;
}
.qpf-sub-titulo:first-of-type { margin-top: 0; }/* End custom CSS */