.ticket-alert-page {
  --ticket-ink: #123d25;
  --ticket-green: var(--color-secondary);
  --ticket-deep-green: #174f2c;
  --ticket-orange: var(--color-primary);
  background: #f5f9f5;
}

.ticket-alert-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 150px;
  background:
    radial-gradient(circle at 90% 12%, rgba(119, 210, 139, .28), transparent 25%),
    linear-gradient(135deg, #103c23 0%, #206b39 65%, #348d4c 100%);
  color: #fff;
}

.ticket-alert-hero::before {
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border: 62px solid rgba(255, 125, 36, .12);
  border-radius: 50%;
  content: "";
}

.ticket-alert-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
  color: #bfeec9;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ticket-alert-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
}

.ticket-alert-hero p {
  max-width: 670px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.ticket-alert-rule {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .75);
  font-size: .82rem;
  line-height: 1.45;
}

.ticket-alert-rule strong {
  color: #fff;
  font-size: .92rem;
}

.ticket-alert-rule-number {
  color: #ffae76;
  font-family: "Prata", serif;
  font-size: 2.25rem;
  line-height: 1;
}

.ticket-alert-visual {
  position: relative;
  display: flex;
  min-height: 275px;
  align-items: center;
  justify-content: center;
}

.ticket-alert-calendar {
  position: relative;
  z-index: 2;
  display: flex;
  width: 245px;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  color: var(--ticket-ink);
  box-shadow: 0 28px 65px rgba(0, 0, 0, .25);
  transform: rotate(3deg);
}

.ticket-alert-calendar-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 13px;
  background: var(--ticket-orange);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.ticket-alert-calendar i {
  margin: 28px 0 16px;
  color: var(--ticket-green);
  font-size: 3.4rem;
}

.ticket-alert-calendar strong {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.ticket-alert-calendar small {
  color: #708078;
}

.ticket-alert-rail {
  position: absolute;
  right: 22px;
  bottom: 13px;
  z-index: 3;
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border: 7px solid #226e3c;
  border-radius: 50%;
  background: #fff;
  color: var(--ticket-orange);
  font-size: 2rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}

.ticket-alert-content {
  position: relative;
  z-index: 4;
  margin-top: -88px;
  padding-bottom: 80px;
}

.ticket-alert-panel {
  overflow: hidden;
  border: 1px solid rgba(18, 61, 37, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 61, 37, .14);
}

.ticket-alert-form-wrap {
  padding: 48px;
}

.ticket-alert-heading {
  margin-bottom: 28px;
}

.ticket-alert-heading > span,
.ticket-alert-result-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ticket-orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ticket-alert-heading h2 {
  margin-bottom: 8px;
  color: var(--ticket-ink);
  font-size: 1.8rem;
}

.ticket-alert-heading p {
  margin: 0;
  color: #6a7a70;
}

.ticket-alert-form .form-label {
  margin-bottom: 8px;
  color: var(--ticket-ink);
  font-size: .88rem;
  font-weight: 700;
}

.ticket-alert-form .form-label span {
  color: var(--ticket-orange);
}

.ticket-alert-form .form-control {
  min-height: 52px;
  border: 1px solid #d7e0da;
  border-radius: 12px;
  background: #fbfcfb;
}

.ticket-alert-form .form-control:focus {
  border-color: var(--ticket-green);
  background: #fff;
  box-shadow: 0 0 0 .22rem rgba(78, 177, 102, .14);
}

.ticket-alert-captcha {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d7e0da;
  border-radius: 12px;
  background: #f4f8f5;
}

.ticket-alert-captcha-question {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-left: 4px solid var(--ticket-green);
  border-radius: 9px;
  background: #e2f3e6;
  color: var(--ticket-deep-green);
  font-weight: 800;
}

.ticket-alert-captcha .form-control {
  min-height: 42px;
  background: #fff;
}

.ticket-alert-submit {
  display: inline-flex;
  gap: 11px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 0;
  border-radius: 12px;
  background: var(--ticket-orange);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(255, 125, 36, .23);
}

.ticket-alert-submit:hover,
.ticket-alert-submit:focus {
  background: #e96812;
  transform: translateY(-1px);
}

.ticket-alert-info {
  height: 100%;
  padding: 48px 42px;
  background: linear-gradient(150deg, var(--ticket-deep-green), #256f3c);
  color: #fff;
}

.ticket-alert-info-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .09);
  color: #ffae76;
  font-size: 1.25rem;
}

.ticket-alert-info h2 {
  color: #fff;
  font-size: 1.55rem;
}

.ticket-alert-info ol {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.ticket-alert-info li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 23px;
}

.ticket-alert-info li > span {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #bfeec9;
  font-weight: 800;
}

.ticket-alert-info li strong,
.ticket-alert-info li small {
  display: block;
}

.ticket-alert-info li strong {
  margin: 2px 0 5px;
  color: #fff;
  font-size: .92rem;
}

.ticket-alert-info li small {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
}

.ticket-alert-note {
  display: flex;
  gap: 11px;
  padding: 15px;
  border: 1px solid rgba(255, 174, 118, .25);
  border-radius: 12px;
  background: rgba(255, 174, 118, .08);
  color: #ffd7ba;
}

.ticket-alert-note i {
  margin-top: 3px;
}

.ticket-alert-note p {
  margin: 0;
  color: #fff;
  font-size: .78rem;
  line-height: 1.65;
}

.ticket-alert-result {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 24px 28px;
  border: 1px solid #cce9d3;
  border-left: 5px solid var(--ticket-green);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(18, 61, 37, .1);
}

.ticket-alert-result-top {
  position: relative;
  z-index: 5;
  margin: -55px 0 38px;
}

.ticket-alert-result-open {
  border-left-color: var(--ticket-orange);
}

.ticket-alert-result-icon {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e4f5e8;
  color: var(--ticket-deep-green);
  font-size: 1.2rem;
}

.ticket-alert-result-open .ticket-alert-result-icon {
  background: #fff0e5;
  color: var(--ticket-orange);
}

.ticket-alert-result h2 {
  margin: 0 0 5px;
  color: var(--ticket-ink);
  font-size: 1.45rem;
}

.ticket-alert-result .ticket-alert-reminder-schedule {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 2px 0 13px;
  padding: 8px 12px;
  border-radius: 9px;
  background: #e9f6ec;
  color: var(--ticket-deep-green);
  font-size: .82rem;
  font-weight: 700;
}

.ticket-alert-result p {
  margin: 0;
  color: #5f7065;
  line-height: 1.65;
}

.ticket-alert-errors {
  border: 0;
  border-left: 4px solid #dc3545;
  border-radius: 14px;
}

.ticket-alert-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 991.98px) {
  .ticket-alert-hero {
    padding-top: 72px;
  }

  .ticket-alert-visual {
    display: none;
  }

  .ticket-alert-info {
    padding: 38px 32px;
  }
}

@media (max-width: 575.98px) {
  .ticket-alert-hero {
    padding: 58px 0 130px;
  }

  .ticket-alert-content {
    margin-top: -72px;
  }

  .ticket-alert-form-wrap,
  .ticket-alert-info {
    padding: 30px 22px;
  }

  .ticket-alert-result {
    padding: 20px;
  }

  .ticket-alert-result-icon {
    display: none;
  }

  .ticket-alert-submit {
    width: 100%;
  }

  .ticket-alert-captcha {
    align-items: stretch;
    flex-direction: column;
  }
}
