/* Open Token booking page — keep the conversion flow aligned with the current homepage visual language. */
#tokennau-homepage-prototype .tn-booking-page {
  min-height: calc(100vh - 72px);
  color: #251d2d;
  background:
    radial-gradient(circle at 12% 12%, rgba(113, 56, 237, .11), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(65, 143, 255, .10), transparent 30%),
    linear-gradient(180deg, #faf8fd 0, #fff 48%);
}

#tokennau-homepage-prototype .tn-booking-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 52px;
  border-bottom: 1px solid #e8e1eb;
}

#tokennau-homepage-prototype .tn-booking-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  top: -270px;
  border: 1px solid rgba(113, 56, 237, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(83, 119, 236, .025), 0 0 0 104px rgba(113, 56, 237, .018);
  pointer-events: none;
}

#tokennau-homepage-prototype .tn-booking-hero .tn-wrap { position: relative; z-index: 1; }
#tokennau-homepage-prototype .tn-booking-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: #7138ed;
  font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
#tokennau-homepage-prototype .tn-booking-kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
#tokennau-homepage-prototype .tn-booking-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #201726;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.055em;
}
#tokennau-homepage-prototype .tn-booking-hero p {
  max-width: 660px;
  margin: 18px 0 0;
  color: #756b7d;
  font-size: 15px;
  line-height: 1.8;
}

#tokennau-homepage-prototype .tn-booking-content { padding: 52px 0 96px; }
#tokennau-homepage-prototype .tn-booking-layout {
  display: block;
  max-width: 820px;
}
#tokennau-homepage-prototype .tn-booking-form,
#tokennau-homepage-prototype .tn-booking-aside {
  border: 1px solid #e2dbe7;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(51, 33, 66, .07);
}
#tokennau-homepage-prototype .tn-booking-form { padding: 34px; }
#tokennau-homepage-prototype .tn-booking-form-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee8f1;
}
#tokennau-homepage-prototype .tn-booking-step {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #e1d4f3;
  border-radius: 999px;
  color: #7138ed;
  background: #f8f4ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
#tokennau-homepage-prototype .tn-booking-form h2 {
  margin: 0 0 8px;
  color: #2b2232;
  font-size: 23px;
  letter-spacing: -.035em;
}
#tokennau-homepage-prototype .tn-booking-form-head p {
  margin: 0;
  color: #82778a;
  font-size: 12px;
  line-height: 1.7;
}
#tokennau-homepage-prototype .tn-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
}
#tokennau-homepage-prototype .tn-booking-field { display: grid; gap: 8px; }
#tokennau-homepage-prototype .tn-booking-field--full { grid-column: 1 / -1; }
#tokennau-homepage-prototype .tn-booking-field label,
#tokennau-homepage-prototype .tn-booking-scene-title {
  color: #4f4557;
  font-size: 12px;
  font-weight: 650;
}
#tokennau-homepage-prototype .tn-booking-required { margin-left: 3px; color: #d34d73; }
#tokennau-homepage-prototype .tn-booking-optional { margin-left: 5px; color: #9a90a1; font-size: 10px; font-weight: 500; }
#tokennau-homepage-prototype .tn-booking-field input,
#tokennau-homepage-prototype .tn-booking-other input {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #dcd4e1;
  border-radius: 10px;
  outline: 0;
  color: #2c2333;
  background: #fff;
  font: inherit;
  font-size: 13px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
#tokennau-homepage-prototype .tn-booking-field input::placeholder,
#tokennau-homepage-prototype .tn-booking-other input::placeholder { color: #aaa1b0; }
#tokennau-homepage-prototype .tn-booking-field input:focus,
#tokennau-homepage-prototype .tn-booking-other input:focus {
  border-color: #8b5be8;
  box-shadow: 0 0 0 3px rgba(113, 56, 237, .11);
}
#tokennau-homepage-prototype .tn-booking-field input:user-invalid {
  border-color: #d85d78;
  box-shadow: 0 0 0 3px rgba(216, 93, 120, .08);
}
#tokennau-homepage-prototype .tn-booking-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}
#tokennau-homepage-prototype .tn-booking-scene {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid #e0d9e5;
  border-radius: 10px;
  color: #655a6e;
  background: #fff;
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
  transition: .2s ease;
}
#tokennau-homepage-prototype .tn-booking-scene:hover {
  border-color: #bba3e8;
  background: #fbf9ff;
}
#tokennau-homepage-prototype .tn-booking-scene:has(input:checked) {
  border-color: #8b5be8;
  color: #6530cc;
  background: #f7f2ff;
  box-shadow: 0 0 0 1px rgba(113, 56, 237, .05);
}
#tokennau-homepage-prototype .tn-booking-scene input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #7138ed;
}
#tokennau-homepage-prototype .tn-booking-other { margin-top: 10px; }
#tokennau-homepage-prototype .tn-booking-other[hidden] { display: none; }
#tokennau-homepage-prototype .tn-booking-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee8f1;
}
#tokennau-homepage-prototype .tn-booking-privacy {
  max-width: 390px;
  color: #958b9c;
  font-size: 10px;
  line-height: 1.65;
}
#tokennau-homepage-prototype .tn-booking-buttons { display: flex; gap: 10px; flex: 0 0 auto; }
#tokennau-homepage-prototype .tn-booking-buttons .tn-btn { min-width: 86px; }
#tokennau-homepage-prototype .tn-booking-buttons .tn-btn-primary {
  min-width: 118px;
  border-color: #7138ed;
  background: #7138ed;
  box-shadow: 0 9px 22px rgba(113, 56, 237, .2);
}
#tokennau-homepage-prototype .tn-booking-buttons .tn-btn-primary:hover { background: #5f2bd0; }
#tokennau-homepage-prototype .tn-booking-buttons .tn-btn-primary:disabled { opacity: .72; cursor: default; transform: none; }

#tokennau-homepage-prototype .tn-booking-aside { overflow: hidden; }
#tokennau-homepage-prototype .tn-booking-aside-top {
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, #2f2440, #584080 65%, #7138ed);
}
#tokennau-homepage-prototype .tn-booking-aside-top span {
  color: #d9c8fb;
  font: 700 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}
#tokennau-homepage-prototype .tn-booking-aside h3 {
  margin: 34px 0 10px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.035em;
}
#tokennau-homepage-prototype .tn-booking-aside-top p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.75;
}
#tokennau-homepage-prototype .tn-booking-process { display: grid; padding: 7px 24px 12px; }
#tokennau-homepage-prototype .tn-booking-process article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid #eee8f1;
}
#tokennau-homepage-prototype .tn-booking-process article:last-child { border-bottom: 0; }
#tokennau-homepage-prototype .tn-booking-process i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #7138ed;
  background: #f3ecff;
  font: normal 700 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}
#tokennau-homepage-prototype .tn-booking-process b { display: block; color: #43384a; font-size: 12px; }
#tokennau-homepage-prototype .tn-booking-process small { display: block; margin-top: 4px; color: #928797; font-size: 10px; line-height: 1.55; }
#tokennau-homepage-prototype .tn-booking-success {
  display: grid;
  min-height: 470px;
  place-items: center;
  padding: 42px;
  text-align: center;
}
#tokennau-homepage-prototype .tn-booking-success[hidden] { display: none; }
#tokennau-homepage-prototype .tn-booking-success-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #7138ed, #477be8);
  box-shadow: 0 12px 28px rgba(113, 56, 237, .22);
  font-size: 25px;
}
#tokennau-homepage-prototype .tn-booking-success h2 { margin: 0 0 10px; font-size: 25px; }
#tokennau-homepage-prototype .tn-booking-success p { margin: 0 0 24px; color: #817687; font-size: 13px; line-height: 1.7; }

@media (max-width: 860px) {
  #tokennau-homepage-prototype .tn-booking-hero { padding: 54px 0 40px; }
  #tokennau-homepage-prototype .tn-booking-content { padding: 34px 0 70px; }
  #tokennau-homepage-prototype .tn-booking-layout { grid-template-columns: 1fr; }
  #tokennau-homepage-prototype .tn-booking-aside { display: grid; grid-template-columns: .9fr 1.1fr; }
  #tokennau-homepage-prototype .tn-booking-process { grid-template-columns: repeat(3, 1fr); padding: 10px 18px; }
  #tokennau-homepage-prototype .tn-booking-process article { grid-template-columns: 1fr; border: 0; }
}

@media (max-width: 640px) {
  #tokennau-homepage-prototype .tn-booking-hero { padding: 40px 0 32px; }
  #tokennau-homepage-prototype .tn-booking-hero h1 { font-size: 38px; }
  #tokennau-homepage-prototype .tn-booking-form { padding: 22px 18px; border-radius: 14px; }
  #tokennau-homepage-prototype .tn-booking-form-head { display: block; }
  #tokennau-homepage-prototype .tn-booking-step { display: inline-block; margin-top: 14px; }
  #tokennau-homepage-prototype .tn-booking-fields { grid-template-columns: 1fr; }
  #tokennau-homepage-prototype .tn-booking-field--full { grid-column: auto; }
  #tokennau-homepage-prototype .tn-booking-scenes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #tokennau-homepage-prototype .tn-booking-actions { align-items: stretch; flex-direction: column; }
  #tokennau-homepage-prototype .tn-booking-buttons { width: 100%; }
  #tokennau-homepage-prototype .tn-booking-buttons .tn-btn { flex: 1; }
  #tokennau-homepage-prototype .tn-booking-aside { display: block; }
  #tokennau-homepage-prototype .tn-booking-process { grid-template-columns: 1fr; }
  #tokennau-homepage-prototype .tn-booking-process article { grid-template-columns: 30px 1fr; border-bottom: 1px solid #eee8f1; }
}

/* Stronger, larger conversion CTA typography across every booking entry. */
html body #tokennau-homepage-prototype [data-open-demo],
html body #tokennau-homepage-prototype [data-route-contact] {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -.01em;
}

/* Homepage hero pair shown in the reference image. */
html body #tokennau-homepage-prototype .tn-home-slide-actions .tn-btn {
  min-height: 52px;
  padding: 13px 24px;
  font-size: 17px;
  font-weight: 750;
}

html body #tokennau-homepage-prototype .tn-home-slide-actions .tn-btn span,
html body #tokennau-homepage-prototype [data-route-contact] span,
html body #tokennau-homepage-prototype [data-open-demo] span {
  font-size: 1.15em;
  font-weight: 800;
}

html body #tokennau-homepage-prototype .tn-home-main-link[data-open-demo] {
  min-height: 52px;
  padding: 14px 24px;
  font-size: 17px;
  font-weight: 750;
}

html body #tokennau-homepage-prototype .tn-partner-wall-caption [data-open-demo] {
  min-height: 48px;
  padding: 12px 21px;
}

html body #tokennau-homepage-prototype .tn-nav-actions [data-open-demo] {
  min-height: 42px;
  padding: 10px 19px;
  font-size: 15px;
  font-weight: 750;
}

@media (max-width: 640px) {
  html body #tokennau-homepage-prototype .tn-home-slide-actions .tn-btn,
  html body #tokennau-homepage-prototype .tn-home-main-link[data-open-demo] {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 16px;
  }
}

/* CRM form state: invisible by default, shown only after a failed remote submission. */
#tokennau-homepage-prototype .tn-booking-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#tokennau-homepage-prototype .tn-booking-error { margin: 16px 0 0; color: #b42318; font-size: 13px; line-height: 1.6; }
#tokennau-homepage-prototype .tn-booking-error[hidden] { display: none; }
#tokennau-homepage-prototype .tn-booking-buttons [type="submit"]:disabled { cursor: wait; opacity: .72; }
