/* Ajustes aprovados na revisão visual */
.site-header .brand { gap: 0; height: 82px; }
.brand-logo { display: block; width: 210px; height: 82px; object-fit: cover; object-position: center; border-radius: 0; }
.brand-footer .brand-logo { width: 190px; height: 72px; }
.site-header { position: sticky; top: 0; }
.hero { margin-top: 0; height: min(760px, calc(100vh - 82px)); }
.hero > img { object-position: center top; }
.convenio-box { display: block; max-width: 800px; margin-inline: auto; }
@media (max-width: 575px) {
  .hero { margin-top: 0; height: calc(100vh - 70px); }
  .site-header .brand { height: 70px; }
  .brand-logo { width: 185px; height: 70px; }
  .brand-footer .brand-logo { width: 180px; height: 68px; }
}
@media (max-width: 991px) {
  .site-header .header-inner { position: relative; justify-content: flex-start; }
  .site-header .brand { position: static; transform: none; }
  .site-header .menu-toggle { position: absolute; right: 6%; }
}

/* Cabeçalho institucional FISIOLIFE */
.site-header {
  height: 90px;
  background: linear-gradient(108deg, #102f38 0%, #1e5663 47%, #4d8b52 100%);
  border-bottom: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 10px 28px rgba(11,44,52,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.site-header.scrolled { background: linear-gradient(108deg, rgba(16,47,56,.96), rgba(30,86,99,.96) 47%, rgba(77,139,82,.96)); }
.site-header .header-inner { max-width: none; min-height: 90px; padding: 0 clamp(28px, 5vw, 80px); gap: 34px; }
.site-header .brand { height: 90px; flex: 0 0 auto; }
.site-header .brand-logo { width: 220px; height: 90px; object-fit: cover; object-position: center; border-radius: 0; }
.site-header .main-nav { margin-left: auto; gap: clamp(16px, 1.8vw, 30px); }
.site-header .main-nav a { color: rgba(255,255,255,.94); font-size: .78rem; letter-spacing: .01em; }
.site-header .main-nav a:hover { color: #b8e072; }
.site-header .menu-toggle { color: #fff; }
.hero { height: min(760px, calc(100vh - 90px)); }
.hero .trust-points { flex-direction: column; align-items: flex-start; gap: 7px; }
@media (max-width: 991px) {
  .site-header { height: 86px; }
  .site-header .header-inner { min-height: 86px; padding: 0 28px; }
  .site-header .brand { height: 86px; }
  .site-header .brand-logo { width: 210px; height: 86px; }
  .site-header .main-nav { top: 86px; background: rgba(19,67,77,.97); border-top: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
  .site-header .main-nav a { color: #fff; font-size: .92rem; }
  .hero { height: calc(100vh - 86px); }
}
@media (max-width: 575px) {
  .site-header { height: 82px; }
  .site-header .header-inner { min-height: 82px; padding: 0 20px; }
  .site-header .brand { height: 82px; }
  .site-header .brand-logo { width: 200px; height: 82px; }
  .site-header .main-nav { top: 82px; }
  .hero { height: calc(100vh - 82px); }
}

/* Banner exclusivo para celulares: preserva o banner horizontal no desktop. */
@media (max-width: 767px) {
  .hero {
    min-height: 670px;
    height: calc(100svh - 82px);
  }
  .hero > img {
    content: url("assets/img/hero-banner-mobile.png");
    object-position: center 23%;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(13, 61, 69, .72) 0%, rgba(13, 61, 69, .89) 72%, rgba(13, 61, 69, .94) 100%);
  }
  .hero-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-inline: 24px;
  }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .hero-copy { max-width: 34rem; font-size: .98rem; }
  .hero-actions { justify-content: center; margin-bottom: 20px; }
  .hero .trust-points { align-items: center; gap: 8px; }
}
