@font-face {
  font-family: 'Archy EDT';
  src: url('/wp-content/uploads/fonts/archy-edt.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/archy-edt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.nla-shortcode-root,
.nla-ticket-page,
.nla-disabled {
  font-family: 'Archy EDT', sans-serif;
}

.nla-disabled {
  padding: 20px;
  border-radius: 16px;
  background: #fff3cd;
  color: #664d03;
  text-align: center;
}

.nla-intro {
  max-width: 680px;
  margin: 40px auto;
  text-align: center;
}

.nla-intro-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.nla-intro-subtitle {
  font-size: 22px;
  margin-bottom: 24px;
}

.nla-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.nla-name-input,
.nla-phone-input {
  min-width: 280px;
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-size: 18px;
  outline: none;
  font-family: 'Archy EDT', sans-serif;
}

.nla-btn {
  border: 0;
  color: #fff;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Archy EDT', sans-serif;
}

#nla-sequence-wrap {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}

#nla-greeting {
  display: none;
  opacity: 0;
  text-align: center;
  font-family: 'Archy EDT', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #111111;
  transition: opacity 0.9s ease;
  margin: 60px auto;
}

#nla-greeting.show { display:block; opacity:1; }
#nla-greeting.hide { opacity:0; }

#nla-invite-wrap { display:none; justify-content:center; align-items:center; width:100%; }
#nla-invite-wrap.show { display:flex; }

#nla-invite-box {
  width: 100%;
  max-width: 680px;
  min-height: 720px;
  padding: 50px 36px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10), 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#nla-typewriter {
  width: 100%;
  color: #1a1a1a;
  font-family: 'Archy EDT', sans-serif;
  font-size: 25px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: center;
}

#nla-typewriter.typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.05em;
  background: #c9a550;
  margin-left: 6px;
  vertical-align: -2px;
  animation: nlaBlink 0.8s infinite;
}

.nla-title {
  display: block;
  font-size: 34px;
  line-height: 1.45;
  margin-bottom: 24px;
  color: #111111;
  font-weight: 700;
  text-align: center;
}

.nla-actions,
.nla-phone-wrap {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nla-final-message {
  margin-top: 28px;
  text-align: center;
}

.nla-success {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.nla-link-box {
  margin-top: 12px;
  word-break: break-all;
}

.nla-link-box a { color: #114d75; }

@keyframes nlaBlink { 0%,50%{opacity:1;} 51%,100%{opacity:0;} }

.nla-ticket-page { display:flex; justify-content:center; padding: 30px 15px; }
.nla-ticket-card {
  width: 375px;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,.16);
  position: relative;
}
.nla-ticket-top {
  position: relative;
  min-height: 420px;
  text-align: center;
  padding: 24px 20px 38px;
  clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
}
.nla-ticket-logo {
  position: absolute;
  height: auto;
  z-index: 3;
}
.nla-ticket-site {
  display: inline-block;
  margin-top: 4px;
  background: rgba(255,255,255,.18);
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: .5px;
}
.nla-ticket-big-title {
  margin-top: 100px;
  font-weight: 700;
  letter-spacing: 1px;
}
.nla-ticket-pass {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
.nla-ticket-bottom {
  position: relative;
  min-height: 330px;
  cursor: pointer;
  overflow: hidden;
}
.nla-ticket-bottom-inner {
  padding: 26px 22px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.nla-ticket-event-name { font-weight:700; line-height:1; }
.nla-ticket-event-subtitle,
.nla-ticket-event-dates { font-size: 15px; margin-top: 10px; font-weight: 700; }
.nla-ticket-meta {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 14px;
  text-align: left;
  margin-top: 28px;
}
.nla-ticket-overlay-note {
  margin-top: 18px;
  text-align:center;
  font-size: 14px;
}
.nla-ticket-slide-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  height: 100%;
  background: rgba(255,255,255,.97);
  transition: top .55s ease;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.nla-ticket-card.nla-open .nla-ticket-slide-panel { top: 0; }
.nla-ticket-qr-wrap { text-align:center; }
.nla-ticket-qr-wrap img { max-width: 220px; width: 100%; height: auto; }
.nla-ticket-qr-link { margin-top: 10px; font-size: 12px; word-break: break-all; }

@media (max-width: 768px) {
  .nla-intro-title { font-size: 34px; }
  .nla-intro-subtitle { font-size: 18px; }
  #nla-greeting { font-size: 30px; margin: 40px auto; }
  #nla-invite-box { max-width: 94%; min-height: auto; padding: 32px 24px; border-radius: 22px; }
  #nla-typewriter { font-size: 20px; line-height: 1.8; }
  .nla-title { font-size: 27px; }
  .nla-success { font-size: 24px; }
}

.nla-locked-state{max-width:680px;margin:40px auto;text-align:center;padding:24px;background:#fff;border-radius:22px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.nla-change-request-wrap{margin-top:16px;display:flex;flex-direction:column;gap:10px;align-items:center}
.nla-change-request-wrap .nla-btn,.nla-locked-state .nla-btn{background:#111;color:#fff;text-decoration:none;display:inline-block}
