.aae-app {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  min-height: 70vh;
  padding: 32px;
  border-radius: 28px;
  background: #f7f0df;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  outline: none;
}

.aae-left,
.aae-right {
  flex: 1;
}

.aae-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.aae-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aae-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aae-label {
  font-size: 20px;
  font-weight: 700;
  color: #7d6b57;
  line-height: 1.4;
}

.aae-word-separated {
  font-family: "Noto Naskh Arabic", serif;
  font-size: clamp(52px, 6vw, 110px);
  line-height: 1.35;
  font-weight: 700;
  color: #c91465;
}

.aae-word-attached {
  font-family: "Noto Naskh Arabic", serif;
  font-size: clamp(52px, 6vw, 110px);
  line-height: 1.35;
  font-weight: 700;
  color: #6d4cff;
  min-height: 1.5em;
}

.aae-letter {
  font-family: "Noto Naskh Arabic", serif;
  font-size: clamp(190px, 22vw, 430px);
  line-height: 1.05;
  font-weight: 700;
  color: #97c85b;
  text-align: center;
}

.aae-help {
  font-size: 16px;
  color: #6f6a63;
  margin-top: 10px;
}

.aae-counter {
  font-size: 18px;
  font-weight: 700;
  color: #7d6b57;
}

@media (max-width: 991px) {
  .aae-app {
    flex-direction: column;
    min-height: auto;
  }

  .aae-right {
    order: 1;
  }

  .aae-left {
    order: 2;
  }

  .aae-letter {
    font-size: clamp(140px, 30vw, 260px);
  }

  .aae-word-separated,
  .aae-word-attached {
    font-size: clamp(36px, 10vw, 70px);
  }
}
