/* [project]/components/Footer.module.css [app-client] (css) */
.Footer-module__EZoWya__footer {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0b0b0bf2;
  border-top: 1px solid #e6c15a33;
  padding: 60px 8% 30px;
  position: relative;
}

.Footer-module__EZoWya__container {
  max-width: 1200px;
  margin: 0 auto;
}

.Footer-module__EZoWya__footerContent {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
  display: grid;
}

.Footer-module__EZoWya__footerSection {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__EZoWya__footerTitle {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.Footer-module__EZoWya__footerDescription {
  color: #e8e8e8;
  opacity: .9;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.Footer-module__EZoWya__footerTagline {
  color: #e6c15a;
  opacity: .8;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.Footer-module__EZoWya__footerContact {
  margin: 0;
}

.Footer-module__EZoWya__contactEmail {
  color: #e6c15a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.Footer-module__EZoWya__contactEmail:hover {
  color: #ffd777;
  opacity: 1;
  transform: translateX(4px);
}

.Footer-module__EZoWya__sectionTitle {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.Footer-module__EZoWya__footerLinks {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Footer-module__EZoWya__footerLinks li a {
  color: #e8e8e8;
  opacity: .8;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.Footer-module__EZoWya__footerLinks li a:hover {
  color: #e6c15a;
  opacity: 1;
  padding-left: 4px;
}

.Footer-module__EZoWya__footerBottom {
  text-align: center;
  border-top: 1px solid #e6c15a1a;
  padding-top: 40px;
}

.Footer-module__EZoWya__goldLine {
  background: linear-gradient(90deg, #ffd77800, #ffd86b, #ffb700, #ffd86b, #ffd77800);
  border-radius: 10px;
  width: 200px;
  height: 2px;
  margin: 0 auto 30px;
  box-shadow: 0 0 10px #ffb700e6, 0 0 25px #ffb70099;
}

.Footer-module__EZoWya__copyright {
  color: #e8e8e8;
  opacity: .8;
  margin-bottom: 12px;
  font-size: 14px;
}

.Footer-module__EZoWya__disclaimer {
  color: #e6c15a;
  opacity: .7;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .Footer-module__EZoWya__footer {
    padding: 55px 6% 28px;
  }

  .Footer-module__EZoWya__footerContent {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .Footer-module__EZoWya__footer {
    padding: 50px 5% 25px;
  }

  .Footer-module__EZoWya__footerContent {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 20px;
  }

  .Footer-module__EZoWya__footerDescription {
    font-size: 15px;
  }

  .Footer-module__EZoWya__footerTagline {
    font-size: 13px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 16px;
  }

  .Footer-module__EZoWya__footerLinks li a {
    font-size: 14px;
  }

  .Footer-module__EZoWya__goldLine {
    width: 150px;
  }

  .Footer-module__EZoWya__copyright {
    font-size: 13px;
  }

  .Footer-module__EZoWya__disclaimer {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .Footer-module__EZoWya__footer {
    padding: 40px 4% 20px;
  }

  .Footer-module__EZoWya__footerContent {
    gap: 25px;
    margin-bottom: 35px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 18px;
  }

  .Footer-module__EZoWya__footerDescription {
    font-size: 14px;
  }

  .Footer-module__EZoWya__footerTagline {
    font-size: 12px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 15px;
  }

  .Footer-module__EZoWya__footerLinks {
    gap: 10px;
  }

  .Footer-module__EZoWya__footerLinks li a {
    font-size: 13px;
  }

  .Footer-module__EZoWya__footerBottom {
    padding-top: 30px;
  }

  .Footer-module__EZoWya__goldLine {
    width: 120px;
    margin-bottom: 24px;
  }

  .Footer-module__EZoWya__copyright {
    font-size: 12px;
  }

  .Footer-module__EZoWya__disclaimer {
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .Footer-module__EZoWya__footer {
    padding: 35px 3% 18px;
  }

  .Footer-module__EZoWya__footerTitle {
    font-size: 16px;
  }

  .Footer-module__EZoWya__sectionTitle {
    font-size: 14px;
  }
}

/* [project]/app/feedback/page.module.css [app-client] (css) */
.page-module__b6qtlW__page {
  color: #e8e8e8;
  background: #0b0b0b;
  min-height: 100vh;
  padding: 120px 8% 60px;
}

.page-module__b6qtlW__container {
  max-width: 520px;
  margin: 0 auto;
}

.page-module__b6qtlW__logoContainer {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.page-module__b6qtlW__logoContainer img {
  filter: drop-shadow(0 0 20px #e6c15a99);
  max-width: 180px;
  height: auto;
}

.page-module__b6qtlW__backButton {
  color: #e6c15a;
  opacity: .9;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.page-module__b6qtlW__backButton:hover {
  opacity: 1;
  color: #ffd777;
  transform: translateX(-4px);
}

.page-module__b6qtlW__title {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
}

.page-module__b6qtlW__subtitle {
  text-align: center;
  color: #e8e8e8;
  opacity: .8;
  margin-bottom: 40px;
  font-size: 18px;
}

.page-module__b6qtlW__formCard {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #e6c15a0d;
  border: 1px solid #e6c15a33;
  border-radius: 12px;
  padding: 40px 30px;
  transition: all .3s;
}

.page-module__b6qtlW__formCard:hover {
  border-color: #e6c15a66;
  box-shadow: 0 10px 30px #e6c15a33;
}

.page-module__b6qtlW__form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.page-module__b6qtlW__formGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.page-module__b6qtlW__label {
  color: #e6c15a;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 600;
}

.page-module__b6qtlW__required {
  color: #ff6b6b;
}

.page-module__b6qtlW__starsRow {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.page-module__b6qtlW__starButton {
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  font-size: 36px;
  line-height: 1;
  transition: transform .2s;
}

.page-module__b6qtlW__starButton:hover {
  transform: scale(1.15);
}

.page-module__b6qtlW__starFilled {
  color: #e6c15a;
  text-shadow: 0 0 12px #e6c15a99;
}

.page-module__b6qtlW__starEmpty {
  color: #e8e8e840;
}

.page-module__b6qtlW__starHint {
  color: #e8e8e8b3;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
}

.page-module__b6qtlW__input {
  color: #e8e8e8;
  background: #0b0b0b99;
  border: 1px solid #e6c15a4d;
  border-radius: 8px;
  width: 100%;
  padding: 14px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.page-module__b6qtlW__input:focus {
  background: #0b0b0bcc;
  border-color: #e6c15a;
  outline: none;
  box-shadow: 0 0 0 3px #e6c15a1a;
}

.page-module__b6qtlW__input::placeholder {
  color: #e8e8e880;
}

.page-module__b6qtlW__textarea {
  color: #e8e8e8;
  resize: vertical;
  background: #0b0b0b99;
  border: 1px solid #e6c15a4d;
  border-radius: 8px;
  width: 100%;
  min-height: 100px;
  padding: 14px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.page-module__b6qtlW__textarea:focus {
  background: #0b0b0bcc;
  border-color: #e6c15a;
  outline: none;
  box-shadow: 0 0 0 3px #e6c15a1a;
}

.page-module__b6qtlW__textarea::placeholder {
  color: #e8e8e880;
}

.page-module__b6qtlW__submitButton {
  color: #0b0b0b;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background: linear-gradient(135deg, #e6c15a 0%, #ffd777 100%);
  border: none;
  border-radius: 8px;
  margin-top: 8px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.page-module__b6qtlW__submitButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #e6c15a66;
}

.page-module__b6qtlW__submitButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.page-module__b6qtlW__errorMessage {
  color: #ff6b6b;
  text-align: center;
  background: #ff6b6b1a;
  border: 1px solid #ff6b6b4d;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
}

.page-module__b6qtlW__popupOverlay {
  z-index: 1000;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: .2s page-module__b6qtlW__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes page-module__b6qtlW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.page-module__b6qtlW__popup {
  background: #0b0b0b;
  border: 1px solid #e6c15a4d;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  padding: 28px 24px;
  box-shadow: 0 20px 40px #00000080;
}

.page-module__b6qtlW__popupMessage {
  color: #e8e8e8;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

.page-module__b6qtlW__popupButton {
  text-align: center;
  color: #0b0b0b;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(135deg, #e6c15a 0%, #ffd777 100%);
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.page-module__b6qtlW__popupButton:hover {
  opacity: .95;
  transform: translateY(-1px);
}

/*# sourceMappingURL=_0dcfylh._.css.map*/