/*
 Theme Name: Twenty Sixteen Child
 Theme URI: https://chikburguer.com.br/
 Description: Tema filho do Twenty Sixteen – Chik Burguer
 Author: Chik Burguer
 Template: twentysixteen
 Version: 1.0.0
 Text Domain: twentysixteen-child
*/

/* =========================
   CHIK BURGUER – LANDING
   ========================= */

.cb-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

.cb-hero{
  padding: 54px 0;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.08), transparent 60%),
              linear-gradient(180deg, #0b0b0c, #0a0a0b);
  color:#fff;
}

.cb-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items:center;
}

.cb-hero h1{
  margin:0 0 10px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.cb-lead{
  margin:0 0 18px;
  font-size: 16px;
  opacity: .92;
}

.cb-hero-media img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

.cb-cta-row{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin: 14px 0 14px;
}

.cb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none !important;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .12s ease, opacity .12s ease;
}

.cb-btn:hover{ transform: translateY(-1px); opacity:.95; }

.cb-btn-primary{
  background:#ffffff;
  color:#111 !important;
}

.cb-btn-ghost{
  background: transparent;
  color:#fff !important;
}

.cb-btn-lg{
  padding: 14px 22px;
  font-size: 15px;
}

.cb-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 10px;
  font-size: 13px;
  opacity: .92;
}

.cb-badges span{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.cb-section{
  padding: 54px 0;
}

.cb-section-alt{
  background: #f6f6f7;
}

.cb-section h2{
  margin:0 0 18px;
  font-size: 28px;
  letter-spacing: .2px;
  text-align:center;
}

.cb-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cb-card{
  border-radius: 18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  padding: 18px;
}

.cb-card h3{
  margin:0 0 8px;
  font-size: 16px;
}

.cb-card p{
  margin:0;
  opacity:.92;
}

.cb-center{
  text-align:center;
  margin-top: 18px;
}

.cb-faq{
  max-width: 780px;
  margin: 0 auto;
}

.cb-faq details{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

.cb-faq summary{
  cursor:pointer;
  font-weight: 800;
  list-style:none;
}

.cb-faq summary::-webkit-details-marker{ display:none; }

.cb-faq summary:after{
  content:"+";
  float:right;
  font-weight:900;
}

.cb-faq details[open] summary:after{
  content:"−";
}

.cb-faq p{
  margin: 10px 0 0;
  opacity:.92;
}

/* Responsivo */
@media (max-width: 900px){
  .cb-hero-grid{ grid-template-columns: 1fr; }
  .cb-hero h1{ font-size: 38px; }
  .cb-cards{ grid-template-columns: 1fr; }
}

/* =========================
   RODAPÉ – CHIK BURGUER
   ========================= */
.cb-footer{
  background:#0b0b0c;
  color:#fff;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align:center;
}

.cb-footer-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
  display:grid;
  gap: 18px;
  justify-items:center;
}

.cb-footer-logo{
  width: 130px;
  height: auto;
  display:block;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
}

.cb-footer-title{
  margin: 6px 0 4px;
  font-weight: 900;
  letter-spacing:.3px;
  text-transform: uppercase;
}

.cb-footer-line,
.cb-footer-menu,
.cb-footer-social,
.cb-footer-copy,
.cb-footer-dev{
  margin: 6px 0;
  opacity:.95;
}

.cb-footer a{
  color:#fff !important;
  text-decoration:none !important;
  border-bottom: 1px dashed rgba(255,255,255,.35);
}

.cb-footer a:hover{
  opacity:.9;
}

.cb-footer-cta{
  margin: 12px 0 8px;
}

.cb-footer-dev a{
  border-bottom: 0;
  font-weight: 800;
}

/* Remover o título padrão da página SOMENTE na Home */
.home .entry-header,
.home .entry-title{
  display:none !important;
}

/* Ajuste: remove espaço que sobra quando o título some */
.home .entry-content{
  margin-top: 0 !important;
}

.home header.entry-header{
  display:none !important;
}

/* =========================
   AJUSTES PROFISSIONAIS – CHIK BURGUER
   ========================= */

/* HEADER: fundo cor do pão + logo central + menos altura */
.site-header{
  background:#D9A15B; /* cor pão */
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.site-header-main{
  padding: 12px 0 !important;
}

.site-branding{
  text-align:center !important;
  margin: 0 auto !important;
  float: none !important;
}

.custom-logo-link,
.site-branding .custom-logo-link{
  display:inline-block;
  margin:0 auto;
}

.custom-logo-link img{
  max-height: 110px;
  width:auto;
}

/* Remove aquele “respiro” exagerado do topo */
.site-header .site-header-main,
.site-header .site-branding{
  min-height: 0 !important;
}

/* Botões: sombra leve */
.cb-btn{
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* FAQ: sombra leve nos cards */
.cb-faq details{
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* WhatsApp flutuante (verde) */
.cb-wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 999px;
  background: #25D366; /* verde WhatsApp */
  color: #0b0b0c !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  border: 1px solid rgba(0,0,0,.08);
}

.cb-wa-float:hover{
  opacity:.95;
  transform: translateY(-1px);
}

/* Rodapé: ouro cintilante no copyright */
.cb-footer-copy{
  font-weight: 900;
  letter-spacing: .2px;
  background: linear-gradient(90deg, #b8860b, #ffd66b, #fff2b0, #d4a017, #b8860b);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: cbGoldShine 2.2s linear infinite;
}

@keyframes cbGoldShine{
  0%{ background-position: 0% 50%; }
  100%{ background-position: 220% 50%; }
}

/* “Site desenvolvido…” mais elegante */
.cb-footer-dev a{
  color: rgba(255,255,255,.92) !important;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(255,255,255,.35);
}
.cb-footer-dev a:hover{
  opacity:.9;
}

/* FAQ: toque premium */
.cb-faq details{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.cb-faq summary{
  color: rgba(255,255,255,.95);
  letter-spacing: .2px;
}

.cb-faq summary:after{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  float:right;
}

/* Rodapé: hierarquia de cores */
.cb-footer-title{ color:#fff; opacity:1; }
.cb-footer-line{ color: rgba(255,255,255,.85); }
.cb-footer-menu a{ color: rgba(255,255,255,.92) !important; }
.cb-footer-social a{ color: rgba(255,255,255,.78) !important; }

.cb-footer-menu,
.cb-footer-social{
  opacity:1;
}

/* Separadores mais suaves */
.cb-footer-menu a,
.cb-footer-social a{
  border-bottom-color: rgba(255,255,255,.20);
}

/* Botão flutuante: sem verde, sem texto */
.cb-wa-float{
  background: rgba(10,10,11,.92) !important;
  color: transparent !important;       /* esconde o texto */
  width: 54px;
  height: 54px;
  padding: 0 !important;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
}

/* Ícone dentro do botão */
.cb-wa-float::before{
  content: "✆";
  color: #ffd66b;
  font-size: 22px;
  line-height: 1;
}

/* remove qualquer sublinhado visual */
.cb-wa-float{
  text-decoration: none !important;
}

/* Botão grande do rodapé mais premium */
.cb-footer .cb-btn-primary{
  background: linear-gradient(90deg, #b8860b, #ffd66b, #d4a017) !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.35);
}

/* Rodapé: links em formato de “chips” clicáveis */
.cb-footer-menu,
.cb-footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin-top: 10px;
}

.cb-footer-menu a,
.cb-footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: .2px;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}

.cb-footer-menu a:hover,
.cb-footer-social a:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
  opacity: 1;
}

/* Remove os pontinhos “•” que estão no HTML (não some do texto, só fica mais discreto) */
.cb-footer-menu,
.cb-footer-social{
  opacity: 1;
}

/* Título do rodapé com ouro cintilante igual ao copyright */
.cb-footer-title{
  font-weight: 900;
  letter-spacing: .2px;
  background: linear-gradient(90deg, #b8860b, #ffd66b, #fff2b0, #d4a017, #b8860b);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: cbGoldShine 2.2s linear infinite;
}

/* Título do rodapé: maior, mais presença + ouro cintilante */
.cb-footer-title{
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0 8px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #b8860b, #ffd66b, #fff2b0, #d4a017, #b8860b);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: cbGoldShine 2.0s linear infinite;
}

/* FAQ: corrigir contraste (texto estava branco) */
.cb-section-alt .cb-faq details{
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.10) !important;
}

.cb-section-alt .cb-faq summary{
  color: #111 !important;
}

.cb-section-alt .cb-faq summary:after{
  color: #111 !important;
  background: rgba(0,0,0,.06) !important;
  border: 1px solid rgba(0,0,0,.10) !important;
}

.cb-section-alt .cb-faq p{
  color: rgba(0,0,0,.78) !important;
}

/* FAQ PREMIUM: borda dourada + setinhas em vez de +/− (com leitura perfeita) */
.cb-section-alt .cb-faq details{
  background:#fff !important;
  border: 1px solid rgba(212,160,23,.45) !important; /* dourado */
  box-shadow: 0 14px 34px rgba(0,0,0,.12) !important;
}

.cb-section-alt .cb-faq summary{
  color:#111 !important;
  font-weight: 900;
  letter-spacing:.2px;
}

/* remove o +/− antigo e coloca setinha */
.cb-section-alt .cb-faq summary:after{
  content: "⌄" !important; /* setinha */
  float:right;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  color:#111 !important;
  background: linear-gradient(180deg, rgba(255,214,107,.55), rgba(212,160,23,.18)) !important;
  border: 1px solid rgba(212,160,23,.45) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  font-size: 18px;
  line-height: 1;
}

/* quando abrir: seta vira para cima */
.cb-section-alt .cb-faq details[open] summary:after{
  content: "⌃" !important;
}

.cb-section-alt .cb-faq p{
  color: rgba(0,0,0,.78) !important;
}

/* FAQ: reduzir o círculo da setinha e alinhar */
.cb-section-alt .cb-faq summary:after{
  width: 26px !important;
  height: 26px !important;
  font-size: 14px !important;
  box-shadow: 0 6px 14px rgba(0,0,0,.10) !important;
  margin-top: 2px;
}

/* garante que o texto não encoste no ícone */
.cb-section-alt .cb-faq summary{
  padding-right: 34px;
}

/* =========================
   SEÇÃO “Peça em 3 passos” – Premium
   ========================= */

/* Cards mais premium + hover */
.cb-card{
  border: 1px solid rgba(212,160,23,.22) !important; /* dourado discreto */
  box-shadow: 0 16px 36px rgba(0,0,0,.10) !important;
  padding: 22px !important;
  transition: transform .14s ease, box-shadow .14s ease;
}

.cb-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0,0,0,.14) !important;
}

/* Título do card mais forte */
.cb-card h3{
  font-weight: 950;
  letter-spacing: .2px;
}

/* Texto um pouco mais “clean” */
.cb-card p{
  color: rgba(0,0,0,.78);
  line-height: 1.45;
}

/* Ícones (sem mexer no HTML) – usa emojis como ícone */
.cb-cards .cb-card:nth-child(1) h3::before{
  content:"📋 ";
}
.cb-cards .cb-card:nth-child(2) h3::before{
  content:"💬 ";
}
.cb-cards .cb-card:nth-child(3) h3::before{
  content:"🛵 ";
}

/* CTA (botão central) dourado premium igual rodapé */
.cb-center .cb-btn-primary{
  background: linear-gradient(90deg, #b8860b, #ffd66b, #fff2b0, #d4a017, #b8860b) !important;
  background-size: 220% 100% !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.20) !important;
  animation: cbGoldShine 2.2s linear infinite;
}

/* CTA: deixa um pouco maior e mais “premium” */
.cb-center .cb-btn-lg{
  padding: 16px 26px !important;
  font-size: 16px !important;
}

/* Texto abaixo do botão (com motoboy + mochila) */
.cb-center{
  position: relative;
}

.cb-center:after{
  content: "🛵🎒 Motoboy em entrega • Entrega R$ 5,00 • Seg a Seg • 17:30–23:20";
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(0,0,0,.70);
}

/* Motoboy premium + frase abaixo do botão (sem emoji) */
.cb-center:before{
  content: "Motoboy em entrega • Entrega R$ 5,00 • Seg a Seg • 17:30–23:20";
  display:block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(0,0,0,.70);
  text-align:center;
}

.cb-center:after{
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 48px;
  height: 48px;
  background: url("/wp-content/themes/twentysixteen-child/assets/motoboy-premium.png") no-repeat center / contain;
}

/* CTA: organiza ícone + frase abaixo do botão (mais profissional) */
.cb-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 12px;
}

/* Botão: sombra mais elegante */
.cb-center .cb-btn-primary{
  box-shadow: 0 14px 28px rgba(0,0,0,.16) !important;
}

/* Ícone motoboy maior + “anel” premium */
.cb-center:after{
  width: 64px !important;
  height: 64px !important;
  margin: 6px auto 0 !important;
  border-radius: 999px;
  padding: 8px;
  background-color: rgba(255,255,255,.9);
  border: 2px solid rgba(212,160,23,.55);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  background-image: url("/wp-content/themes/twentysixteen-child/assets/motoboy-premium.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

/* Frase: abaixo do ícone, mais legível e “premium” */
.cb-center:before{
  order: 3;
  margin-top: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  color: rgba(0,0,0,.72) !important;
  letter-spacing: .2px;
}

/* Badge com ícone do motoboy (moto) no HERO */
.cb-badge-moto{
  position: relative;
  padding-left: 44px !important;
}

.cb-badge-moto:before{
  content:"";
  position:absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: url("/wp-content/themes/twentysixteen-child/assets/motoboy-premium.png") no-repeat center / contain;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

/* H1 do HERO: ouro correndo + brilho diamante no final */
.cb-hero-title{
  position: relative;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  background: linear-gradient(90deg,
    #7a5600,
    #b8860b,
    #ffd66b,
    #fff2b0,
    #d4a017,
    #b8860b,
    #7a5600
  );
  background-size: 320% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: cbGoldFlow 2.0s linear infinite;
}

/* animação mais “corrida” que o rodapé */
@keyframes cbGoldFlow{
  0%{ background-position: 0% 50%; }
  100%{ background-position: 320% 50%; }
}

/* brilho diamante no final (sutil e chique) */
.cb-hero-title:after{
  content:"✦";
  position:absolute;
  right: -16px;
  top: 6px;
  font-size: 18px;
  color: #ffffff;
  text-shadow:
    0 0 6px rgba(255,255,255,.95),
    0 0 14px rgba(255,214,107,.65),
    0 0 24px rgba(255,255,255,.55);
  animation: cbDiamondTwinkle 1.2s ease-in-out infinite;
  opacity: .92;
}

@keyframes cbDiamondTwinkle{
  0%,100%{ transform: scale(1); opacity:.75; }
  50%{ transform: scale(1.12); opacity:1; }
}

/* Marca a letra Y para posicionar o diamante e a “cachoeira” */
.cb-hero-title .cb-y{
  position: relative;
  display:inline-block;
}

/* Diamante centralizado em cima do Y */
.cb-hero-title .cb-y:before{
  content:"✦";
  position:absolute;
  left:50%;
  top:-22px;
  transform:translateX(-50%);
  font-size:18px;
  color:#ffffff;
  text-shadow:
    0 0 6px rgba(255,255,255,.95),
    0 0 14px rgba(255,214,107,.65),
    0 0 24px rgba(255,255,255,.55);
  animation: cbDiamondTwinkle 1.2s ease-in-out infinite;
  opacity:.95;
}

/* “Cachoeira” caindo do diamante até o Y (brilho de água) */
.cb-hero-title .cb-y:after{
  content:"";
  position:absolute;
  left:50%;
  top:-6px;
  transform:translateX(-50%);
  width: 10px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.0),
    rgba(255,255,255,.85),
    rgba(160,220,255,.55),
    rgba(255,214,107,.35),
    rgba(255,255,255,.0)
  );
  filter: blur(.2px);
  opacity:.85;
  animation: cbWaterfall 1.1s linear infinite;
}

/* Animação da cachoeira (desce e some) */
@keyframes cbWaterfall{
  0%{ transform:translateX(-50%) translateY(-8px); opacity:.05; }
  15%{ opacity:.85; }
  100%{ transform:translateX(-50%) translateY(18px); opacity:0; }
}

/* Mantém a piscada do diamante */
@keyframes cbDiamondTwinkle{
  0%,100%{ transform:translateX(-50%) scale(1); opacity:.75; }
  50%{ transform:translateX(-50%) scale(1.12); opacity:1; }
}

/* Botão “Pedir no WhatsApp” com hamburguer no fundo */
.cb-hero .cb-btn-primary,
.cb-center .cb-btn-primary{
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(184,134,11,.95), rgba(255,214,107,.90), rgba(212,160,23,.95)),
    url("/wp-content/themes/twentysixteen-child/assets/btn-burger.webp");
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  color: #111 !important;
}

.cb-hero .cb-btn-primary:after,
.cb-center .cb-btn-primary:after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,.18); /* véu pra não atrapalhar o texto */
}
.cb-hero .cb-btn-primary span,
.cb-center .cb-btn-primary span{
  position: relative;
  z-index: 1;
}

/* =====================================
   BOTÃO PREMIUM COM HAMBÚRGUER NO FUNDO
   (Hero + CTA do “Peça em 3 passos”)
   ===================================== */

.cb-hero .cb-btn-primary,
.cb-center .cb-btn-primary{
  position: relative;
  overflow: hidden;
  border: 0 !important;
  color: #111 !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.20) !important;
}

/* Imagem do hambúrguer “esticada” no fundo */
.cb-hero .cb-btn-primary:before,
.cb-center .cb-btn-primary:before{
  content:"";
  position:absolute;
  inset:0;
  background: url("/wp-content/themes/twentysixteen-child/assets/btn-burger.webp") no-repeat center / cover;
  opacity: .22;            /* discreto e premium */
  transform: scale(1.02);
}

/* Véu dourado suave por cima (garante leitura e identidade) */
.cb-hero .cb-btn-primary:after,
.cb-center .cb-btn-primary:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,
    rgba(184,134,11,.55),
    rgba(255,214,107,.45),
    rgba(212,160,23,.55)
  );
  opacity: .55;
}

/* Texto sempre por cima */
.cb-btn-text{
  position: relative;
  z-index: 2;
  font-weight: 950;
  letter-spacing: .2px;
}

/* Botão: deixar o lanche mais visível sem mudar o fundo do site */
.cb-hero .cb-btn-primary,
.cb-center .cb-btn-primary{
  background: #fff !important;
}

/* A imagem (lanche) mais forte */
.cb-hero .cb-btn-primary:before,
.cb-center .cb-btn-primary:before{
  opacity: .55 !important;     /* antes estava fraco */
  filter: contrast(1.15) saturate(1.25);
}

/* O véu dourado mais fraco (não some, só não apaga o lanche) */
.cb-hero .cb-btn-primary:after,
.cb-center .cb-btn-primary:after{
  opacity: .20 !important;     /* antes estava forte */
}

/* Texto sempre bem legível */
.cb-btn-text{
  color: #111 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}

.cb-hero .cb-btn-primary:after,
.cb-center .cb-btn-primary:after{
  display:none !important;
}

/* BOTÃO: 100% lanche no fundo (remove véu dourado) */
.cb-hero .cb-btn-primary:after,
.cb-center .cb-btn-primary:after{
  display: none !important;
}

/* Lanche mais forte e bonito */
.cb-hero .cb-btn-primary:before,
.cb-center .cb-btn-primary:before{
  opacity: .78 !important;
  filter: contrast(1.2) saturate(1.3);
}

/* Texto sempre legível */
.cb-btn-text{
  color:#111 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

/* =========================
   CARD DA IMAGEM (LANCHES) – PREMIUM
   ========================= */

/* cria um “card” premium ao redor da imagem sem trocar a foto */
.cb-hero-media{
  position: relative;
  border-radius: 28px;
  padding: 18px; /* respiro interno */
  background: linear-gradient(180deg, #ffffff, #f6f2ea); /* branco premium */
  border: 1px solid rgba(212,160,23,.35); /* dourado discreto */
  box-shadow:
    0 28px 80px rgba(0,0,0,.55),
    0 10px 30px rgba(0,0,0,.18);
  overflow: hidden;
}

/* glow dourado sutil por trás */
.cb-hero-media:after{
  content:"";
  position:absolute;
  inset:-40px;
  background: radial-gradient(360px 260px at 55% 40%, rgba(255,214,107,.22), transparent 65%);
  filter: blur(10px);
  opacity: .85;
  z-index: 0;
}

/* a imagem fica acima do glow e sem “quadrado” */
.cb-hero-media img{
  position: relative;
  z-index: 1;
  border-radius: 18px !important;
  box-shadow: none !important; /* tira sombra antiga da img */
  background: transparent;
}

/* no mobile, não estoura */
@media (max-width: 900px){
  .cb-hero-media{ padding: 14px; border-radius: 24px; }
  .cb-hero-media img{ border-radius: 16px !important; }
}

/* =========================
   LOGO DO TOPO – CIRCULAR PREMIUM
   ========================= */
.custom-logo-link img{
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  border: 2px solid rgba(212,160,23,.55);
}

/* some com o “quadrado” do logo */
.site-branding .custom-logo-link{
  display:inline-block;
  border-radius: 999px;
  overflow:hidden;
}

/* =========================
   TOPO COM TEXTURA SUAVE DO HAMBÚRGUER
   ========================= */
.site-header{
  position: relative;
  overflow: hidden;
}

/* textura bem leve */
.site-header:before{
  content:"";
  position:absolute;
  inset:0;
  background: url("/wp-content/themes/twentysixteen-child/assets/btn-burger.webp") no-repeat center / cover;
  opacity: .10; /* bem sutil */
  pointer-events:none;
}

/* mantém o conteúdo acima */
.site-header > *{
  position: relative;
  z-index: 1;
}

/* =========================
   LOGO DO TOPO – CIRCULAR PREMIUM
   ========================= */
.site-branding .custom-logo-link{
  display:inline-block;
  border-radius: 999px;
  overflow:hidden;
}

.custom-logo-link img{
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  border: 2px solid rgba(212,160,23,.55);
}

/* =========================
   TOPO COM TEXTURA SUAVE DO HAMBÚRGUER (10%)
   ========================= */
.site-header{
  position: relative;
  overflow: hidden;
}

.site-header:before{
  content:"";
  position:absolute;
  inset:0;
  background: url("/wp-content/themes/twentysixteen-child/assets/btn-burger.webp") no-repeat center / cover;
  opacity: .10;
  pointer-events:none;
}

.site-header > *{
  position: relative;
  z-index: 1;
}

/* Header: aumentar textura do hambúrguer para 30% */
.site-header:before{
  opacity: .70 !important;
}

/* Botão "Ver Cardápio" – contorno branco mais grosso + anel dourado cintilante */
.cb-hero .cb-btn-ghost{
  position: relative;
  border: 2px solid rgba(255,255,255,.75) !important; /* branco mais forte */
  background: rgba(255,255,255,.06) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

/* Anel dourado externo (cintilante) */
.cb-hero .cb-btn-ghost:before{
  content:"";
  position:absolute;
  inset:-3px;                 /* cria o contorno externo */
  border-radius: 999px;
  padding: 2px;
  background: linear-gradient(90deg, #b8860b, #ffd66b, #fff2b0, #d4a017, #b8860b);
  background-size: 220% 100%;
  animation: cbGoldShine 2.2s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events:none;
  opacity: .85;
}

/* "Ver Cardápio": contorno branco forte + piscando */
.cb-hero .cb-btn-ghost{
  border: 3px solid rgba(255,255,255,.92) !important; /* branco mais grosso */
  box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 14px 30px rgba(0,0,0,.22);
  animation: cbWhitePulse 1.35s ease-in-out infinite;
}

/* piscada suave do contorno branco */
@keyframes cbWhitePulse{
  0%,100%{
    border-color: rgba(255,255,255,.92);
    box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 14px 30px rgba(0,0,0,.22);
  }
  50%{
    border-color: rgba(255,255,255,1);
    box-shadow: 0 0 0 2px rgba(255,255,255,.40), 0 18px 40px rgba(0,0,0,.28);
  }
}

/* "Ver Cardápio": contorno super branco + piscando rápido */
.cb-hero .cb-btn-ghost{
  border: 4px solid rgba(255,255,255,1) !important;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.55),
    0 18px 40px rgba(0,0,0,.28);
  animation: cbWhitePulseFast .75s ease-in-out infinite !important;
}

@keyframes cbWhitePulseFast{
  0%,100%{
    border-color: rgba(255,255,255,1);
    box-shadow: 0 0 0 3px rgba(255,255,255,.55), 0 18px 40px rgba(0,0,0,.28);
  }
  50%{
    border-color: rgba(255,255,255,1);
    box-shadow: 0 0 0 6px rgba(255,255,255,.85), 0 22px 46px rgba(0,0,0,.32);
  }
}

/* "Ver Cardápio": texto bem visível */
.cb-hero .cb-btn-ghost{
  color: #fff !important;
  opacity: 1 !important;
}

.cb-hero .cb-btn-ghost .cb-btn-text{
  color: #fff !important;
  font-weight: 950;
  letter-spacing: .2px;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}

/* Se não estiver usando <span class="cb-btn-text"> no botão ghost, garante mesmo assim */
.cb-hero .cb-btn-ghost{
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
