/* ============================================
   1. FONTS
   ============================================ */
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter_18pt-Regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter_18pt-Medium.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter_18pt-SemiBold.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter_18pt-Bold.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Inter_18pt-ExtraBold.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Inter_18pt-Black.woff2) format('woff2');
}
/* ============================================
   11. BUTTONS
   ============================================ */
.button {
  align-items: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 700;
  justify-content: center;
  padding: 8px 17px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}

.button--yellow {
  background: rgba(102, 70, 32, 1);
  border: none;
  color: #0009;
  min-height: 44px;
  padding: 12px 32px;
  width: 100%;
}

.button--yellow:focus {
  background-color: #df8134;
}

/* ============================================
   17. INPUTS
   ============================================ */
.input {
  border: 2px solid #7a7a81;
  border-radius: 8px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  padding: min(100vw * calc(10 / 375), 100dvh * calc(10 / 667));
  width: 100%;
  background: rgba(28, 27, 27, 1);
}


.input::placeholder {
  color: #fff9;
  font-weight: 500;
}

.ejForm__fields  {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.inputWrapper {
  position: relative;
}
.inputCuttencyContainer.input {
  display: flex;
  align-items: center;
  border: 2px solid #363637;
  color: rgba(87, 87, 92, 1);
;
}
.inputCuttencyContainer img {
  display: inline;
}
.inputCuttencyContainer span {
  padding-left: .2rem;
  margin-top: -.5%;
}
.prefixInline {
  position: relative;
  display: grid;
  --icon-size: min(100vw * calc(14 / 375), 100dvh * calc(14 / 667));
  --icon-offset: min(100vw * calc(10 / 375), 100dvh * calc(10 / 667));
  isolation: isolate;
  overflow: visible;
  z-index: 80;
}

.prefixInline input[type='tel'],
.prefixInline input[type='email'] {
  padding-left: calc(var(--icon-offset) + 38px);
}

.phonePrefix,
.geoPrefix {
  position: absolute;
  top: 50%;
  left: var(--icon-offset);
  transform: translateY(calc(-50% - 1px));
  z-index: 200;
}

.phonePrefix__button,
.geoPrefix__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 4px;
  min-height: var(--icon-size);
  padding: 0;
  position: relative;
  z-index: 201;
}

.phoneIcon,
.geoIcon {
  border-radius: 50%;
  display: block;
}

.phonePrefix__caret,
.geoPrefix__caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  display: block;
  transition: transform 0.2s ease;
}

.phonePrefix__button.active .phonePrefix__caret,
.geoPrefix__button.active .geoPrefix__caret {
  transform: rotate(180deg);
}

.phonePrefix__menu,
.geoPrefix__menu {
  backdrop-filter: blur(16px);
  background-color: rgba(24, 24, 24, 0.95);
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  left: -14px;
  min-width: 88px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1000;
}

.phonePrefix__option,
.geoPrefix__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 6px 8px;
  text-align: left;
}

.phonePrefix__option img,
.geoPrefix__option img {
  border-radius: 50%;
  height: var(--icon-size);
  width: var(--icon-size);
}

.phonePrefix__option span,
.geoPrefix__option span {
  font-size: 12px;
  line-height: 1;
}

.phonePrefix__option.active,
.phonePrefix__option:hover {
  background-color: #404040;
}

.geoPrefix__option.active,
.geoPrefix__option:hover {
  background-color: #404040;
}

/* ============================================
   18. PASSWORD TOGGLE
   ============================================ */
.password-wrapper {
  position: relative;
  width: 100%;
}

.password-toggle-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%237A7A81' fill-rule='evenodd' d='M22.372 8.146c-1.896-.864-3.893-1.291-6.545-1.272-.71.011-1.978.116-3.21.466-4.923 1.398-8.36 4.572-10.741 9.007-.139.258-.05.427.061.636 1.296 2.455 3.013 4.558 5.252 6.21.423.312.44.496.05.839-.273.239-.527.5-.78.761-.22.226-.44.452-.672.664-.314.287-.38.502-.014.799.295.238.584.504.807.808.406.556.69.416 1.118-.014 3.208-3.232 6.43-6.451 9.65-9.67l4.392-4.392c1.73-1.733 3.461-3.466 5.202-5.189.315-.313.422-.524.02-.846a6.6 6.6 0 0 1-.944-.943c-.3-.361-.508-.298-.8.014-.302.322-.616.632-.93.943-.333.33-.667.662-.987 1.006-.293.316-.53.355-.929.173M11.027 19.503a6 6 0 0 1-.74-2.857h.002c-.01-4.52 4.772-7.512 8.767-5.485q.681.345.167.873l-.082.08a2 2 0 0 0-.183.193c-.55.709-1.12.943-2.117.718-2.52-.568-4.77 2.138-3.946 4.634.148.448.061.69-.257.969a10 10 0 0 0-.988.987c-.305.355-.44.224-.623-.112m1.949 7.5c1.138.287 2.294.397 3.536.435 1.177-.03 2.421-.116 3.636-.447 4.988-1.36 8.457-4.551 10.867-9.02.115-.212.11-.374 0-.583a19.7 19.7 0 0 0-3.526-4.793c-.273-.274-.44-.282-.715-.002a400 400 0 0 1-3.955 3.956c-.2.198-.246.4-.23.679.223 3.79-2.726 6.737-6.517 6.516-.28-.017-.481.032-.679.232q-1.27 1.29-2.561 2.56c-.28.276-.232.374.144.468' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.password-toggle-icon.visible {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%23fff' fill-opacity='.8' d='M17.542 5.545c5.402.304 10.247 3.336 13.064 9.447.148.32.12.573-.013.883-2.552 5.94-8.323 9.68-14.822 9.397-6.512-.284-11.112-3.524-13.866-9.419-.15-.32-.12-.573.013-.883 2.486-5.786 8.1-9.472 15.624-9.425m-1.255 3.3c-3.71-.012-6.587 2.823-6.608 6.514-.022 3.745 2.821 6.63 6.546 6.642 3.711.011 6.587-2.825 6.609-6.516.021-3.745-2.822-6.63-6.547-6.64'/%3E%3Cpath fill='%23fff' fill-opacity='.8' d='M16.371 19.856c-2.25-.003-3.946-1.695-3.951-3.945-.005-2.277 1.71-3.982 3.993-3.966 2.247.015 3.928 1.722 3.919 3.976-.009 2.249-1.709 3.937-3.961 3.935'/%3E%3C/svg%3E");
}

/* ============================================
   19. VALID FORM STATE
   ============================================ */
.validForm + .button--yellow {
  background-color: #e9b352 !important;
  box-shadow: 0 0 15px #e9b35266 !important;
}
