.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================================================
   CUPOM — COMPACTO E PROFISSIONAL
   ========================================================= */

.coupon-panel {
  position: relative;
  max-width: 880px;
  margin: -4px auto 30px;
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(360px, 1.22fr);
  overflow: hidden;
  border: 1px solid #d9e2ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(11, 28, 49, .10);
}

.coupon-panel-offer {
  min-width: 0;
  padding: 20px 21px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 4%, rgba(71, 142, 255, .35), transparent 34%),
    linear-gradient(145deg, #071829, #0b2d58);
}

.coupon-brand-line {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #cfe1ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .65px;
}

.coupon-brand-icon {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9px;
  background: rgba(255, 255, 255, .08);
}

.coupon-brand-icon svg {
  width: 15px;
  height: 15px;
}

.coupon-panel-kicker {
  margin: 16px 0 4px;
  color: #79adff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .95px;
}

.coupon-panel-offer h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2.4vw, 25px);
  line-height: 1.1;
  letter-spacing: -.65px;
}

.coupon-panel-description {
  margin: 9px 0 13px;
  color: #c7d5e6;
  font-size: 11px;
  line-height: 1.45;
}

.coupon-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.coupon-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #e7effb;
  background: rgba(255, 255, 255, .06);
  font-size: 9px;
  font-weight: 750;
}

.coupon-trust-list svg {
  width: 12px;
  height: 12px;
  color: #73aaff;
}

.coupon-panel-form-area {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 21px;
  background: #fff;
}

.coupon-form-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.coupon-form-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #176bff;
  background: #eaf2ff;
}

.coupon-form-icon svg {
  width: 17px;
  height: 17px;
}

.coupon-form-heading p {
  margin: 0 0 1px;
  color: #176bff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .7px;
}

.coupon-form-heading h3 {
  margin: 0;
  color: #0b1c31;
  font-size: 18px;
  line-height: 1.1;
}

.coupon-checker-form {
  display: grid;
  gap: 6px;
}

.coupon-checker-form > label {
  color: #334257;
  font-size: 10px;
  font-weight: 800;
}

.coupon-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.coupon-input-wrap {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid #cbd6e4;
  border-radius: 10px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.coupon-input-wrap:focus-within {
  border-color: #176bff;
  box-shadow: 0 0 0 3px rgba(23, 107, 255, .10);
}

.coupon-input-wrap > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #74869d;
}

.coupon-input-wrap input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #102139;
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.coupon-input-wrap input::placeholder {
  color: #9aa7b7;
  font-weight: 650;
  letter-spacing: 0;
}

.coupon-validate-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #176bff, #0752cc);
  box-shadow: 0 8px 19px rgba(23, 107, 255, .20);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.coupon-validate-button svg {
  width: 15px;
  height: 15px;
}

.coupon-validate-button.is-loading svg {
  animation: couponSpin .9s linear infinite;
}

@keyframes couponSpin {
  to { transform: rotate(360deg); }
}

.coupon-form-help {
  margin: 0;
  color: #7a8798;
  font-size: 9px;
  line-height: 1.4;
}

.coupon-feedback {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid #dfe6ef;
  border-radius: 10px;
  color: #5f6f83;
  background: #f6f8fb;
  font-size: 10px;
  line-height: 1.4;
}

.coupon-feedback.is-success {
  color: #126837;
  border-color: #aedfc1;
  background: #effbf4;
}

.coupon-feedback.is-error {
  color: #90273a;
  border-color: #ecc2ca;
  background: #fff1f3;
}

.coupon-feedback-message {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.coupon-feedback-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #176bff;
  background: #e7f0ff;
}

.coupon-feedback-icon svg {
  width: 13px;
  height: 13px;
}

.coupon-feedback.is-success .coupon-feedback-icon {
  color: #168348;
  background: #d8f2e2;
}

.coupon-feedback.is-error .coupon-feedback-icon {
  color: #b52d45;
  background: #f9dfe4;
}

.coupon-clear-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 7px;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

.coupon-clear-link svg {
  width: 12px;
  height: 12px;
}

/* =========================================================
   CUPOM NO CELULAR
   ========================================================= */

@media (max-width: 720px) {
  .coupon-panel {
    display: block;
    max-width: 520px;
    margin: -2px auto 18px;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(11, 28, 49, .08);
  }

  .coupon-panel-offer {
    padding: 9px 11px;
  }

  .coupon-brand-line,
  .coupon-panel-description,
  .coupon-trust-list {
    display: none;
  }

  .coupon-panel-kicker {
    display: inline;
    margin: 0 5px 0 0;
    font-size: 7px;
  }

  .coupon-panel-offer h3 {
    display: inline;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.2px;
  }

  .coupon-panel-form-area {
    padding: 9px 10px 10px;
  }

  .coupon-form-heading {
    display: none;
  }

  .coupon-checker-form {
    gap: 4px;
  }

  .coupon-checker-form > label,
  .coupon-form-help {
    display: none;
  }

  .coupon-control-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
  }

  .coupon-input-wrap,
  .coupon-validate-button {
    min-height: 38px;
    border-radius: 8px;
  }

  .coupon-input-wrap {
    padding: 0 9px;
  }

  .coupon-input-wrap > svg {
    width: 14px;
    height: 14px;
  }

  .coupon-input-wrap input {
    font-size: 13px;
  }

  .coupon-validate-button {
    padding: 0 10px;
    font-size: 9.5px;
    box-shadow: none;
  }

  .coupon-validate-button svg {
    width: 13px;
    height: 13px;
  }

  .coupon-feedback {
    min-height: 0;
    margin-top: 7px;
    padding: 6px 7px;
    border-radius: 8px;
    font-size: 8.7px;
  }

  .coupon-feedback-icon {
    width: 21px;
    height: 21px;
  }

  .coupon-feedback-icon svg {
    width: 11px;
    height: 11px;
  }

  .coupon-clear-link {
    padding: 3px 4px;
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  .coupon-panel-offer {
    padding: 8px 9px;
  }

  .coupon-panel-form-area {
    padding: 8px 9px 9px;
  }

  .coupon-panel-offer h3 {
    font-size: 12px;
  }

  .coupon-validate-button span {
    display: none;
  }

  .coupon-validate-button {
    width: 38px;
    padding: 0;
  }
}
