.header-elshaday .container {
  height: 104px;
}

.logo-elshaday img {
  width: auto;
  height: 92px;
}

@media (max-width: 768px) {
  .header-elshaday .container {
    height: 76px;
  }

  .logo-elshaday img {
    height: 68px;
  }
}

/* ==========================================================================
   ACESSIBILIDADE — pular para o conteúdo
   ========================================================================== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 2000;
  background: var(--accent);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  transition: top var(--transition);
}
.skip-link:focus { top: 16px; }

/* ==========================================================================
   HERO — El Shaday (foco em vendas)
   ========================================================================== */
.hero-elshaday {
  position: relative;
  isolation: isolate;
  padding: 152px 0 88px;
  background:
    radial-gradient(circle at 20% 15%, rgba(108, 92, 231, 0.3), transparent 42%),
    radial-gradient(circle at 85% 25%, rgba(0, 217, 192, 0.2), transparent 40%),
    #10121c;
}
.hero-elshaday::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("imagens/oficina-el-shaday.jpe") center 38% / cover no-repeat;
  opacity: 0.58;
}
.hero-elshaday::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 13, 0.76) 0%, rgba(10, 10, 13, 0.38) 52%, rgba(10, 10, 13, 0.64) 100%),
    linear-gradient(180deg, rgba(10, 10, 13, 0.16), rgba(10, 10, 13, 0.7));
}
.hero-elshaday-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero-elshaday-tag {
  display: inline-block;
  color: var(--accent-2);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.hero-elshaday h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.1rem);
  line-height: 1.18;
  margin-bottom: 20px;
}
.hero-elshaday-sub {
  color: var(--text-muted);
  font-size: 1.08rem;
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-elshaday-selo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.selo-estrelas {
  color: #ffb400;
  letter-spacing: 2px;
}

.hero-elshaday-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition);
}
.stat-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.stat-numero {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.stat-numero small { font-size: 1rem; color: #ffb400; }
.stat-legenda {
  color: var(--text-muted);
  font-size: 0.85rem;
}

#servicos {
  background: linear-gradient(180deg, #0a0a0d 0%, #10141d 100%);
}

#diferenciais {
  background:
    radial-gradient(circle at 15% 45%, rgba(0, 217, 192, 0.1), transparent 36%),
    linear-gradient(135deg, #111525 0%, #15111e 100%);
}

#diferenciais .container {
  display: block;
}

#depoimentos {
  background: #f9f9f9;
  color: #333;
}

.depoimentos {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.depoimentos h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.btn-mapa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform var(--transition), border-color var(--transition), color var(--transition);
}

.btn-mapa:hover {
  border-color: var(--accent-2);
  color: var(--accent-2);
  transform: translateY(-3px);
}

#contato .btn-mapa {
  width: 100%;
}

#contato {
  background: linear-gradient(135deg, #11111b 0%, #0d171c 100%);
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--accent-2);
  font-weight: 600;
}

.hero-elshaday .btn-whatsapp {
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.28);
}

.whatsapp-flutuante {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-flutuante svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.whatsapp-flutuante:hover,
.whatsapp-flutuante:focus-visible {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.4);
}

.whatsapp-flutuante:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.problema .card {
  background: linear-gradient(145deg, rgba(27, 32, 48, 0.96), rgba(22, 20, 34, 0.96));
  border-color: rgba(108, 92, 231, 0.3);
}

.problema .card:nth-child(2) {
  border-color: rgba(255, 180, 0, 0.35);
}

.problema .card:nth-child(3) {
  border-color: rgba(0, 217, 192, 0.3);
}

.diferenciais-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 22px 28px;
  border: 1px solid rgba(0, 217, 192, 0.24);
  border-radius: var(--radius);
  background: rgba(7, 27, 31, 0.62);
}

.diferenciais-cta p {
  color: var(--text-muted);
}

.diferenciais-cta strong {
  color: var(--text);
}

@media (max-width: 900px) {
  .hero-elshaday-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-elshaday-stats { grid-template-columns: 1fr 1fr; }
  .hero-elshaday::before {
    background-size: auto 125%;
    background-position: center 20%;
  }
  .whatsapp-flutuante {
    right: 16px;
    bottom: 16px;
  }
}
