/* Header auth — cadastro / login (Fatal Model navbar-header) */
.pf-auth-header.navbar-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eceff1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pf-auth-header .navbar-header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pf-auth-header .navbar-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.pf-auth-header .menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd8dc;
  background: #fff;
  color: #263238;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}

.pf-auth-header .menu-button:hover {
  background: #f5f5f5;
}

.pf-auth-header .logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.pf-auth-header .logo-link svg {
  height: 32px;
  width: auto;
}

.pf-auth-header .search-cities {
  flex: 1;
  max-width: 420px;
  margin: 0 auto;
}

.pf-auth-header .search-cities__placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #cfd8dc;
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  color: #263238;
  font-family: inherit;
}

.pf-auth-header .search-cities__placeholder:hover {
  background: #fafafa;
}

.pf-auth-header .search-cities__placeholder p {
  margin: 0;
  font-size: 14px;
  color: #546e7a;
  min-height: 1em;
}

.pf-auth-header .search-cities__placeholder-icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.pf-auth-header .sign-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.pf-auth-header .sign-button {
  position: relative;
}

.pf-auth-header .sign-button--register {
  color: #e25352;
}

.pf-auth-header .sign-button--login {
  color: #263238;
}

.pf-auth-header .sign-button__action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px 10px;
  font-family: inherit;
  color: inherit;
}

.pf-auth-header .sign-button__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
}

.pf-auth-header .sign-button__action span {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.2s ease;
}

.pf-auth-header .sign-button.is-open .sign-button__action span {
  transform: rotate(180deg);
}

.pf-auth-header .sign-button__tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  z-index: 30;
}

.pf-auth-header .sign-button.is-open .sign-button__tooltip {
  display: block;
}

.pf-auth-header .sign-button__link {
  display: block;
  padding: 10px 16px;
  color: #263238;
  text-decoration: none;
  font-size: 14px;
}

.pf-auth-header .sign-button__link:hover {
  background: #f5f5f5;
}

/* Mobile menu (shared with site header) */
.pf-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}

.pf-mobile-menu.is-open {
  display: block;
}

.pf-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.pf-mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(340px, 92vw);
  height: 100%;
  background: #fff;
  padding: 0;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.pf-mobile-menu.is-open .pf-mobile-menu__panel {
  transform: translateX(0);
}

.menu-nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px 0 24px;
}

.menu-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.menu-item {
  border-bottom: 1px solid #eceff1;
}

.menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.menu-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.menu-item__icon--chevron {
  margin-left: auto;
  color: #78909c;
  transition: transform 0.2s ease;
}

.menu-item.is-open .menu-item__icon--chevron {
  transform: rotate(180deg);
}

.menu-item__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #263238;
}

.menu-item__text.orange {
  color: #e25352;
}

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: #fafafa;
}

.menu-item.is-open .submenu {
  max-height: 200px;
}

.menu-subitem-link {
  display: block;
  padding: 14px 20px 14px 56px;
  text-decoration: none;
}

.menu-subitem__text {
  font-size: 14px;
  color: #263238;
}

.menu-subitem__text.orange {
  color: #e25352;
}

.menu-subitem-link:hover {
  background: #f0f0f0;
}

.social-media--container {
  margin-top: auto;
  padding: 24px 20px 0;
  border-top: 1px solid #eceff1;
}

.social-media--title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #546e7a;
  text-transform: uppercase;
}

.social-media--title svg {
  height: 16px;
  width: auto;
}

.social-media--links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.social-media--links a {
  display: inline-flex;
  line-height: 0;
  opacity: 0.85;
}

.social-media--links a:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .pf-auth-header .search-cities {
    display: none;
  }

  .pf-auth-header .sign-actions {
    display: none;
  }
}

@media (min-width: 961px) {
  .pf-auth-header .menu-button {
    display: none;
  }
}
