.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: url('../images/bg-main.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: white;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.phone {
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.icon-login {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}