.layout {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: stretch;
}

.cardLogin {
  max-width: 400px;
  min-height: var(--card-height);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cardLoginTop {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 30px;
  justify-content: center;
  background-color: var(--corPrimaria);
}

.loginImage {
  width: 200px;
  object-fit: cover;
}

.cardLoginBody {
  flex: 0 0 auto;
  padding: 25px 30px 10px 30px;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.login-text {
  color: rgb(125, 125, 125);
  width: 240px;
  display: flex;
  align-self: center;
  margin-top: 15px;
  text-align: center;
}

.login-form {
  gap: 8px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.linkEsqueceuSenha {
  font-size: 14px;
}

.loginTermosUso {
  font-size: 12px;
}

.instrucaoDownload {
  width: 700px;
  min-height: var(--card-height);
  /* background: var(--card); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.downloadBox {
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.90);
  border-radius: 4px;
  padding: 24px;
}

.welcomeTitle {
  margin: 0 0 22px;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  color: #163c87;
}

.welcomeTitle strong {
  font-weight: 700;
}

.downloadGrid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  align-items: start;
}

.promoTop {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phoneMock {
  width: 90px;
  height: 180px;
  background: #1f1f1f;
  border-radius: 18px;
  padding: 6px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.22);
}

.phoneScreen {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, #58fada 0%, #fff 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
}

.phoneScreen img {
  width: 56px;
  object-fit: contain;
}

.phoneScreen i {
  font-size: 28px;
  color: #f58a21;
}

.promoText {
  max-width: 160px;
}

.promoTitle {
  font-size: 38px;
  line-height: 0.88;
  font-weight: 800;
  color: #f46b2e;
  margin: 0;
}

.promoSubtitle {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.25;
  color: #292929;
  font-weight: 700;
}

.promoSubtitle strong {
  font-weight: 700;
}

.promoSubtitle span {
  display: block;
}

.storeButtons {
  font-size: 12px;
  display: flex;
  margin-top: 18px;
  gap: 10px;
}

.storeButton {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #5a5a5a;
  border-radius: 6px;
  border: 1px solid #e8cfad;
  padding: 6px 12px;
  font-weight: 700;
  background: #f8f8f8;
  min-width: 130px;
}

.storeButton i {
  font-size: 16px;
}

.installDesktopButton {
  margin-top: 12px;
  border: 0;
  border-radius: 6px;
  background: #163c87;
  color: #ffffff;
  padding: 10px 12px;
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}

.installDesktopButton:disabled {
  opacity: 0.6;
  cursor: default;
}

.installHint {
  margin: 8px 0 0;
  color: #707070;
  font-size: 12px;
}

.actionsColumn {
  padding-top: 4px;
}

.actionItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0 10px;
}

.actionLabel {
  color: #c4c4c4;
  font-size: 22px;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.actionLabel strong {
  font-size: 26px;
  font-weight: 700;
}

.arrowCircle {
  width: 46px;
  height: 28px;
  border-radius: 16px;
  border: 3px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.actionItem.green {
  color: #57b947;
}

.actionItem.orange {
  color: #f18b2f;
}

.actionItem.blue {
  color: #2d6ed6;
}

.actionItem:hover {
  opacity: 0.9;
}

@media (max-width: 1360px) {
  .downloadBox {
    max-width: 560px;
  }

  .welcomeTitle {
    font-size: 36px;
  }

  .downloadGrid {
    grid-template-columns: 230px 1fr;
  }

  .promoTitle {
    font-size: 40px;
  }

  .promoSubtitle {
    font-size: 14px;
  }

  .actionLabel {
    font-size: 18px;
  }

  .actionLabel strong {
    font-size: 22px;
  }
}

.btnLogin {
  background-color: var(--corSecundaria) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

/* ICONES REDES SOCIAIS */
.social-login {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.social-login a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.social-login a.whatsapp {
  background-color: #25d366;
}

.social-login a.facebook {
  background-color: #3b5998;
}

.social-login a.instagram {
  background-color: #e82e1e;
}

.btn-close{
  font-size: 10px !important;
}

/* Celulares pequenos */
@media (max-width: 480px) {
  body {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
  }

  .layout {
    flex-direction: column;
    width: 100%;
  }

  .cardLogin {
    width: 100%;
    max-width: none;
    min-height: 100vh;
  }

  .cardLoginTop {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 20%;
    padding-bottom: 30px;
    justify-content: center;
    background-color: var(--corPrimaria);
  }

  .cardLoginBody {
    flex: 1;
  }

  .instrucaoDownload {
    display: none;
  }
}

/* Celulares padrão */
@media (max-width: 576px) {
}

/* Tablets em modo retrato e celulares grandes */
@media (max-width: 768px) {
}

/* Tablets paisagem / notebooks pequenos */
@media (max-width: 992px) {
}
