:root{
  --primary:#2563eb;
  --primaryHover:#1d4ed8;
  --whatsapp:#25D366;
  --whatsappHover:#1ebe57;
  --bg:#e5e7eb;
  --card:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --footerChumbo:#1f2937;
  --footerText:#f9fafb;
  --footerMuted:rgba(249,250,251,0.68);
  --footerLine:rgba(255,255,255,0.04);
}

body{
  background: var(--bg);
  color: var(--text);
  text-rendering: geometricPrecision;
}

html, body {
  height: 100%;
}

.btn-primary{
  background: var(--primary);
  color:#fff;
}

.btn-primary:hover{
  background: var(--primaryHover);
}

.btn-whatsapp{
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 12px 30px rgba(22, 163, 74, 0.24),
    0 6px 18px rgba(17, 24, 39, 0.10);
  will-change: transform, box-shadow;
}

.btn-whatsapp:hover{
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  transform: translateY(-1px);
  box-shadow:
    0 16px 34px rgba(22, 163, 74, 0.28),
    0 8px 20px rgba(17, 24, 39, 0.14);
}

.badge{
  background: rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}

.cover-shell{
  position: relative;
}

.cover-wrap{
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
}

.cover-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.18));
  pointer-events: none;
}

.cover-since{
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(17, 24, 39, 0.42);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
}

/* FOTO DE PERFIL */
.profile-wrap{
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  border: 4px solid #f3f1eb;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.profile-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9999px;
}

.online-dot{
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  background: #22c55e;
  bottom: 8px;
  right: -2px;
  z-index: 30;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.06);
}

.actions-group,
.space-y-3.w-full{
  margin-top: 14px;
}

#addressBlock{
  font-size: 14px;
  color: #6b7280;
  margin-top: 26px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

footer.mt-4.text-center{
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 36px;
  margin-bottom: 0;
  padding: 22px 20px 10px;
  background: var(--footerChumbo);
  border-top: 1px solid var(--footerLine);
  border-bottom: none;
  border-radius: 0;
}

footer.mt-4.text-center a{
  color: var(--footerText) !important;
}

footer.mt-4.text-center .text-sm{
  color: var(--footerText) !important;
  font-weight: 600;
}

footer.mt-4.text-center #metaLine{
  color: var(--footerMuted) !important;
}

footer.mt-4.text-center + .mt-3.flex{
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 0 !important;
  padding: 10px 20px 20px;
  background: var(--footerChumbo);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

footer.mt-4.text-center + .mt-3.flex button{
  color: var(--footerMuted) !important;
  transition: opacity .2s ease, color .2s ease;
}

footer.mt-4.text-center + .mt-3.flex button:hover{
  color: var(--footerText) !important;
}

#hdrLogo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bt-media {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(0,0,0,0.04);
}

.bt-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   AJUSTES CLEAN PARA VEÍCULOS
   Somente: logo maior + texto melhor
========================= */

.vehicles-brand-avatar{
  width: 52px !important;
  height: 52px !important;
  flex-shrink: 0;
  border-radius: 9999px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.06);
  box-shadow: 0 4px 10px rgba(17,24,39,0.06);
}

.vehicles-brand-avatar img,
#hdrLogo{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vehicles-brand-name{
  font-size: 14px;
  line-height: 1.15;
}

.vehicles-brand-back{
  font-size: 11px;
  line-height: 1.2;
}

.vehicles-page #fleetRoot section > p.text-sm.text-gray-600.mt-3{
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-top: 14px;
}

/* =========================
   AJUSTES CLEAN PARA PASSEIOS
   Somente: logo maior + texto melhor
========================= */

.tours-brand-avatar{
  width: 52px !important;
  height: 52px !important;
  flex-shrink: 0;
  border-radius: 9999px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.06);
  box-shadow: 0 4px 10px rgba(17,24,39,0.06);
}

.tours-brand-avatar img,
#hdrLogo{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tours-brand-name{
  font-size: 14px;
  line-height: 1.15;
}

.tours-brand-back{
  font-size: 11px;
  line-height: 1.2;
}

.tours-page #toursRoot section > p.text-sm.text-gray-600.mt-3{
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-top: 14px;
}

@media (max-width: 640px){
  .cover-since{
    font-size: 11px;
    padding: 5px 10px;
    bottom: 10px;
    left: 10px;
  }

  .btn-whatsapp{
    font-size: 0.98rem;
  }

  .actions-group,
  .space-y-3.w-full{
    margin-top: 14px;
  }

  #addressBlock{
    font-size: 13px;
    margin-top: 24px;
  }

  footer.mt-4.text-center{
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 20px 16px 10px;
  }

  footer.mt-4.text-center + .mt-3.flex{
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 10px 16px 18px;
  }

  .online-dot{
    width: 11px;
    height: 11px;
    bottom: 8px;
    right: -2px;
  }

  .vehicles-brand-avatar{
    width: 54px !important;
    height: 54px !important;
  }

  .vehicles-brand-name{
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
  }

  .vehicles-brand-back{
    font-size: 10px;
    line-height: 1.2;
  }

  .vehicles-page #fleetRoot section > p.text-sm.text-gray-600.mt-3{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
  }

  .tours-brand-avatar{
    width: 54px !important;
    height: 54px !important;
  }

  .tours-brand-name{
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
  }

  .tours-brand-back{
    font-size: 10px;
    line-height: 1.2;
  }

  .tours-page #toursRoot section > p.text-sm.text-gray-600.mt-3{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
  }
}