:root {
  --tlm-ink: #071421;
  --tlm-ink-2: #10213a;
  --tlm-blue: #0d64b2;
  --tlm-gold: #c59a4b;
  --tlm-gold-light: #f0d486;
  --tlm-paper: #f8f3e8;
  --tlm-white: #ffffff;
  --tlm-line: rgba(255, 255, 255, 0.28);
  --tlm-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.tlm-body {
  margin: 0;
  padding: 0;
  background: var(--tlm-ink);
  color: var(--tlm-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

.tlm-page {
  overflow: hidden;
  background: var(--tlm-ink);
}

.tlm-hero {
  position: relative;
  overflow: hidden;
  background: #03070d;
}

.tlm-hero__video {
  display: block;
  width: 100%;
  height: auto;
}

.tlm-hero__top {
  position: absolute;
  inset: 18px 18px auto auto;
  display: block;
  pointer-events: none;
}

.tlm-hero__logo {
  width: clamp(92px, 9vw, 132px);
  height: auto;
  opacity: 0.94;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.46));
}

.tlm-location {
  background: var(--tlm-blue);
}

.tlm-location img {
  display: block;
  width: 100%;
  height: auto;
}

.tlm-info {
  background:
    radial-gradient(circle at 16% 12%, rgba(197, 154, 75, 0.18), transparent 28%),
    linear-gradient(135deg, #041b16 0%, #082434 52%, #071421 100%);
  color: var(--tlm-white);
}

.tlm-info__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) 1px minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
  min-height: 340px;
  padding: 54px 0;
}

.tlm-info__brand {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.tlm-info__brand img {
  width: min(300px, 100%);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
}

.tlm-info__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.tlm-info__divider {
  align-self: stretch;
  background: linear-gradient(transparent, rgba(240, 212, 134, 0.8), transparent);
}

.tlm-info__details h1 {
  margin: 0 0 24px;
  color: var(--tlm-gold-light);
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.tlm-info__details dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.tlm-info__details dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
}

.tlm-info__details dt {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.tlm-info__details dd {
  margin: 0;
  color: var(--tlm-white);
  font-size: 1.28rem;
  line-height: 1.55;
  word-break: break-word;
}

.tlm-info__details a {
  color: var(--tlm-white);
  text-decoration-color: rgba(240, 212, 134, 0.72);
  text-underline-offset: 5px;
}

.tlm-form-section {
  --tlm-form-bg: none;
  position: relative;
  background:
    linear-gradient(90deg, rgba(3, 9, 22, 0.9), rgba(8, 23, 47, 0.8)),
    var(--tlm-form-bg) center / cover no-repeat,
    #08172f;
  color: var(--tlm-white);
  padding: 78px 20px 96px;
}

.tlm-form-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: center;
}

.tlm-form-copy {
  position: static;
}

.tlm-form-copy p {
  margin: 0 0 10px;
  color: var(--tlm-gold-light);
  font-weight: 800;
}

.tlm-form-copy h2 {
  margin: 0 0 16px;
  font-size: 2.55rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.tlm-form-copy__intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.tlm-form {
  border: 1px solid rgba(240, 212, 134, 0.42);
  border-radius: 8px;
  padding: 30px;
  background: rgba(5, 16, 34, 0.76);
  box-shadow: var(--tlm-shadow);
  backdrop-filter: blur(12px);
}

.tlm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tlm-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.tlm-field span,
.tlm-agreement span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.tlm-field b {
  margin-left: 4px;
  color: var(--tlm-gold-light);
}

.tlm-field input,
.tlm-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--tlm-ink-2);
  font: inherit;
  padding: 11px 13px;
  outline: none;
}

.tlm-field input:focus,
.tlm-field select:focus {
  border-color: var(--tlm-gold-light);
  box-shadow: 0 0 0 3px rgba(240, 212, 134, 0.22);
}

.tlm-agreement {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin: 20px 0 0;
}

.tlm-agreement label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.tlm-agreement input {
  width: 18px;
  height: 18px;
  accent-color: var(--tlm-gold);
}

.tlm-privacy-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--tlm-gold-light);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.tlm-privacy {
  margin-top: 16px;
  max-height: 220px;
  overflow: auto;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.tlm-submit,
.tlm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid var(--tlm-gold);
  border-radius: 6px;
  background: linear-gradient(135deg, #f0d486, #b9852c);
  color: #071421;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.tlm-submit {
  width: 100%;
  margin-top: 22px;
}

.tlm-submit:disabled {
  cursor: progress;
  opacity: 0.72;
}

.tlm-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tlm-sticky-actions {
  position: fixed;
  z-index: 40;
  right: 18px;
  top: auto;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: none;
}

.tlm-sticky-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 112px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(240, 212, 134, 0.62);
  background: rgba(7, 20, 33, 0.88);
  color: var(--tlm-white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.tlm-thank {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 56px 20px 90px;
  background:
    radial-gradient(circle at 22% 20%, rgba(197, 154, 75, 0.16), transparent 34%),
    linear-gradient(135deg, #041b16, #071421 54%, #0d2544);
}

.tlm-thank__content {
  width: min(720px, 100%);
  text-align: center;
}

.tlm-thank__content img {
  width: 290px;
  height: auto;
  margin-bottom: 28px;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.36));
}

.tlm-thank__content p {
  margin: 0 0 10px;
  color: var(--tlm-gold-light);
  font-weight: 800;
}

.tlm-thank__content h1 {
  margin: 0;
  color: var(--tlm-white);
  font-size: 2.7rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.tlm-thank__message {
  margin: 18px auto 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.tlm-thank__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.tlm-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--tlm-white);
}

.tlm-empty-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 40px 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .tlm-info__inner,
  .tlm-form-shell {
    grid-template-columns: 1fr;
  }

  .tlm-info__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 212, 134, 0.8), transparent);
  }

  .tlm-info__details,
  .tlm-form-copy {
    text-align: center;
  }

  .tlm-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.tlm-body {
    padding-bottom: 76px;
    font-size: 15px;
  }

  .tlm-hero__top {
    inset: 10px 10px auto auto;
  }

  .tlm-hero__logo {
    width: 82px;
  }

  .tlm-info__inner {
    width: min(100% - 28px, 1120px);
    gap: 26px;
    padding: 40px 0;
  }

  .tlm-info__details h1 {
    font-size: 1.7rem;
  }

  .tlm-info__details dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .tlm-info__details dd {
    font-size: 1.08rem;
  }

  .tlm-form-section {
    padding: 48px 14px 74px;
  }

  .tlm-form-copy h2,
  .tlm-thank__content h1 {
    font-size: 2rem;
  }

  .tlm-form {
    padding: 20px;
  }

  .tlm-sticky-actions {
    inset: auto 10px 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
  }

  .tlm-sticky-actions a {
    min-width: 0;
    border-radius: 8px;
  }
}
