.elementor-669 .elementor-element.elementor-element-3140b0e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--border-radius:24px 24px 24px 24px;box-shadow:0px 20px 60px 0px rgba(0, 0, 0, 0.15);}#elementor-popup-modal-669{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-669 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-669 .dialog-close-button{display:flex;}#elementor-popup-modal-669 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-669 .elementor-element.elementor-element-3140b0e{--content-width:380px;}}/* Start custom CSS for html, class: .elementor-element-a373e12 *//* =========================================
   COUPY LOGIN & REGISTER POPUP
========================================= */

.coupy-auth-modal {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 44px 42px 40px;
  background:
    radial-gradient(circle at top, rgba(254, 201, 18, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.24);
  text-align: center;
  overflow: hidden;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  color: #20242b;
}

/* CONFETTI */
.coupy-auth-confetti span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #fec912;
  opacity: 0.5;
  transform: rotate(45deg);
}

.coupy-auth-confetti span:nth-child(1) {
  top: 44px;
  left: 18%;
}

.coupy-auth-confetti span:nth-child(2) {
  top: 95px;
  left: 10%;
  background: #f6b700;
}

.coupy-auth-confetti span:nth-child(3) {
  top: 70px;
  right: 18%;
}

.coupy-auth-confetti span:nth-child(4) {
  top: 170px;
  right: 10%;
  background: #d7e7ef;
}

.coupy-auth-confetti span:nth-child(5) {
  top: 150px;
  left: 14%;
  background: #ffe49a;
}

/* LOGO */
.coupy-auth-logo {
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff1bd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupy-auth-logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* TEXT */
.coupy-auth-title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #1f2933;
}

.coupy-auth-subtitle {
  max-width: 360px;
  margin: 10px auto 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #6b7280;
}

/* TABS */
.coupy-auth-tabs input[type="radio"] {
  display: none;
}

.coupy-auth-tab-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(254, 201, 18, 0.16);
}

.coupy-auth-tab-buttons label {
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  color: #8a6a10;
  transition: all 0.25s ease;
}

#coupy-login-tab:checked ~ .coupy-auth-tab-buttons label[for="coupy-login-tab"],
#coupy-register-tab:checked ~ .coupy-auth-tab-buttons label[for="coupy-register-tab"] {
  background: linear-gradient(135deg, #ffe27a 0%, #fec912 42%, #ffb000 100%);
  color: #604100;
  box-shadow: 0 10px 24px rgba(254, 201, 18, 0.28);
}

/* CONTENT */
.coupy-auth-content {
  display: none;
}

#coupy-login-tab:checked ~ .coupy-auth-login {
  display: block;
}

#coupy-register-tab:checked ~ .coupy-auth-register {
  display: block;
}

/* FORM */
.coupy-auth-content form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coupy-auth-content input[type="text"],
.coupy-auth-content input[type="email"],
.coupy-auth-content input[type="password"] {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 16px;
  background: #ffffff;
  color: #20242b;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  transition: all 0.25s ease;
}

.coupy-auth-content input:focus {
  border-color: rgba(254, 201, 18, 0.85);
  box-shadow: 0 0 0 4px rgba(254, 201, 18, 0.16);
}

.coupy-auth-content button {
  width: 100%;
  margin-top: 6px;
  padding: 17px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe27a 0%, #fec912 42%, #ffb000 100%);
  color: #604100;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(254, 201, 18, 0.36);
  transition: all 0.25s ease;
}

.coupy-auth-content button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(254, 201, 18, 0.46);
}

.coupy-auth-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #5f6875;
  text-align: left;
}

.coupy-auth-small-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #9a6700;
  text-decoration: none;
}

.coupy-auth-small-link:hover {
  text-decoration: underline;
}

.coupy-auth-note {
  margin: 2px 0 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 241, 189, 0.65);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #6b4a00;
  text-align: left;
}

/* MOBILE */
@media (max-width: 520px) {
  .coupy-auth-modal {
    max-width: calc(100vw - 28px);
    padding: 36px 22px 28px;
    border-radius: 28px;
  }

  .coupy-auth-title {
    font-size: 28px;
  }

  .coupy-auth-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */