body.tp-support-page {
  --tp-support-yellow: #ffd650;
  --tp-support-yellow-strong: #ffc93a;
  --tp-support-ink: #15171a;
  --tp-support-muted: #59616d;
  --tp-support-line: #dfe3e8;
  --tp-support-surface: #ffffff;
  --tp-support-soft: #f5f7f9;
  --tp-support-green: #08752e;
  --tp-support-green-soft: #edf9f1;
  --tp-support-red: #a31515;
  --tp-support-red-soft: #fff2f1;
  --tp-support-amber: #855800;
  --tp-support-amber-soft: #fff8df;
}

body.tp-support-page #main {
  background: #f9fafb;
}

body.tp-support-page .tp-support-page__section {
  padding: 32px 0 72px !important;
}

body.tp-support-page .tp-support-page__row {
  max-width: 960px !important;
}

body.tp-support-page .tp-support-page__row > .col > .col-inner {
  padding: 0 16px;
}

body.tp-support-page .tp-support-safety {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 16px 18px;
  border: 1px solid #efb3ae;
  border-left: 5px solid var(--tp-support-red);
  border-radius: 8px;
  background: var(--tp-support-red-soft);
  color: var(--tp-support-ink);
}

body.tp-support-page .tp-support-safety__mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--tp-support-red);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

body.tp-support-page .tp-support-safety h2 {
  margin: 0 0 4px;
  color: var(--tp-support-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.3;
}

body.tp-support-page .tp-support-safety p {
  margin: 0;
  color: #5c2a26;
  font-size: 14px;
  line-height: 1.55;
}

body.tp-support-page .tp-support-safety__action,
body.tp-support-page .tp-support-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

body.tp-support-page .tp-support-safety__action {
  min-width: 170px;
  padding: 11px 14px;
  background: var(--tp-support-ink);
  color: #fff;
}

body.tp-support-page .tpsupport-form {
  max-width: 760px;
  margin: 0 auto;
  color: var(--tp-support-ink);
  font-family: "DM Sans", Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.tp-support-page .tpsupport-card {
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--tp-support-line);
  border-radius: 8px;
  background: var(--tp-support-surface);
  box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

body.tp-support-page .tpsupport-eyebrow,
body.tp-support-page .tp-support-contact__eyebrow,
body.tp-support-page .tp-support-faq__eyebrow {
  margin: 0 0 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.tp-support-page .tpsupport-form h1 {
  margin: 0 0 12px;
  color: var(--tp-support-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.tp-support-page .tpsupport-intro {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--tp-support-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.tp-support-page .tpsupport-form form {
  display: grid;
  gap: 20px;
}

body.tp-support-page .tpsupport-form [hidden] {
  display: none !important;
}

body.tp-support-page .tpsupport-form label,
body.tp-support-page .tpsupport-form legend {
  color: var(--tp-support-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

body.tp-support-page .tpsupport-form small,
body.tp-support-page .tpsupport-form label span {
  color: var(--tp-support-muted);
  font-weight: 400;
}

body.tp-support-page .tpsupport-form input,
body.tp-support-page .tpsupport-form select,
body.tp-support-page .tpsupport-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #9aa3ae;
  border-radius: 8px;
  background: #fff;
  color: var(--tp-support-ink);
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
}

body.tp-support-page .tpsupport-form input,
body.tp-support-page .tpsupport-form select {
  min-height: 50px;
}

body.tp-support-page .tpsupport-form textarea {
  min-height: 150px;
  resize: vertical;
}

body.tp-support-page .tpsupport-form input:focus-visible,
body.tp-support-page .tpsupport-form select:focus-visible,
body.tp-support-page .tpsupport-form textarea:focus-visible,
body.tp-support-page .tpsupport-form button:focus-visible,
body.tp-support-page .tp-support-safety__action:focus-visible,
body.tp-support-page .tp-support-button:focus-visible,
body.tp-support-page .tp-support-faq summary:focus-visible {
  outline: 3px solid rgba(255, 201, 58, .65);
  outline-offset: 3px;
}

body.tp-support-page .tpsupport-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--tp-support-line);
  border-radius: 8px;
}

body.tp-support-page .tpsupport-form fieldset legend {
  padding: 0 6px;
}

body.tp-support-page .tpsupport-form fieldset label {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid #b7bec7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

body.tp-support-page .tpsupport-form fieldset label:has(input:checked) {
  border-color: #cfaa00;
  background: #fff8d8;
}

body.tp-support-page .tpsupport-form fieldset input {
  width: 20px;
  min-height: 20px;
  margin: 0;
  accent-color: var(--tp-support-ink);
}

body.tp-support-page .tpsupport-form input[type="file"] {
  min-height: auto;
  padding: 10px;
  background: var(--tp-support-soft);
}

body.tp-support-page .tpsupport-form input[type="file"]::file-selector-button {
  min-height: 40px;
  margin-right: 12px;
  padding: 8px 12px;
  border: 1px solid #9aa3ae;
  border-radius: 6px;
  background: #fff;
  color: var(--tp-support-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

body.tp-support-page .tpsupport-form button {
  min-height: 52px;
  padding: 12px 22px;
  border: 2px solid var(--tp-support-ink);
  border-radius: 8px;
  background: var(--tp-support-yellow);
  color: var(--tp-support-ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}

body.tp-support-page .tpsupport-form button:hover:not(:disabled) {
  background: var(--tp-support-yellow-strong);
  transform: translateY(-1px);
}

body.tp-support-page .tpsupport-form button:disabled {
  cursor: wait;
  opacity: .62;
}

body.tp-support-page .tpsupport-booking {
  padding: 14px 16px;
  border-left: 4px solid var(--tp-support-green);
  border-radius: 0 6px 6px 0;
  background: var(--tp-support-green-soft);
  color: #14532d;
  font-weight: 700;
  line-height: 1.5;
}

body.tp-support-page .tpsupport-status {
  min-height: 0;
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 4px solid transparent;
  border-radius: 0 6px 6px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

body.tp-support-page .tpsupport-status:empty {
  display: none;
}

body.tp-support-page .tpsupport-status.is-error {
  border-left-color: var(--tp-support-red);
  background: var(--tp-support-red-soft);
  color: var(--tp-support-red);
}

body.tp-support-page .tpsupport-status.is-success {
  border-left-color: var(--tp-support-green);
  background: var(--tp-support-green-soft);
  color: var(--tp-support-green);
}

body.tp-support-page .tpsupport-status.is-warning {
  border-left-color: #d59b00;
  background: var(--tp-support-amber-soft);
  color: var(--tp-support-amber);
}

body.tp-support-page .tpsupport-status.is-working {
  border-left-color: #6b7280;
  background: var(--tp-support-soft);
  color: var(--tp-support-muted);
}

body.tp-support-page .tpsupport-status.is-working::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  border: 2px solid #c4c9d0;
  border-top-color: var(--tp-support-ink);
  border-radius: 50%;
  vertical-align: -2px;
  animation: tp-support-spin .8s linear infinite;
}

body.tp-support-page .tp-support-contact {
  display: flex;
  max-width: 760px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px auto 0;
  padding: 24px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
}

body.tp-support-page .tp-support-contact__eyebrow {
  color: #f5c928;
}

body.tp-support-page .tp-support-contact h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.25;
}

body.tp-support-page .tp-support-contact p:last-child {
  max-width: 520px;
  margin: 0;
  color: #d1d5db;
  font-size: 14px;
  line-height: 1.6;
}

body.tp-support-page .tp-support-contact__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

body.tp-support-page .tp-support-button {
  min-width: 112px;
  padding: 11px 16px;
}

body.tp-support-page .tp-support-button--primary {
  background: var(--tp-support-yellow);
  color: var(--tp-support-ink);
}

body.tp-support-page .tp-support-button--secondary {
  border: 1px solid rgba(255, 255, 255, .45);
  background: transparent;
  color: #fff;
}

body.tp-support-page .tp-support-faq {
  max-width: 760px;
  margin: 42px auto 0;
}

body.tp-support-page .tp-support-faq h2 {
  margin: 0 0 16px;
  color: var(--tp-support-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.2;
}

body.tp-support-page .tp-support-faq details {
  border-top: 1px solid var(--tp-support-line);
}

body.tp-support-page .tp-support-faq details:last-child {
  border-bottom: 1px solid var(--tp-support-line);
}

body.tp-support-page .tp-support-faq summary {
  position: relative;
  min-height: 52px;
  padding: 16px 38px 16px 0;
  color: var(--tp-support-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

body.tp-support-page .tp-support-faq summary::-webkit-details-marker {
  display: none;
}

body.tp-support-page .tp-support-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  color: var(--tp-support-ink);
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

body.tp-support-page .tp-support-faq details[open] summary::after {
  content: "−";
}

body.tp-support-page .tp-support-faq details p {
  margin: 0;
  padding: 0 38px 18px 0;
  color: var(--tp-support-muted);
  font-size: 15px;
  line-height: 1.7;
}

@keyframes tp-support-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
  body.tp-support-page .tp-support-page__section {
    padding: 20px 0 56px !important;
  }

  body.tp-support-page .tp-support-safety {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
    padding: 14px;
  }

  body.tp-support-page .tp-support-safety__mark {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  body.tp-support-page .tp-support-safety__action {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.tp-support-page .tp-support-contact {
    align-items: stretch;
    flex-direction: column;
  }

  body.tp-support-page .tp-support-contact__actions {
    width: 100%;
  }

  body.tp-support-page .tp-support-button {
    flex: 1 1 0;
  }
}

@media (max-width: 430px) {
  body.tp-support-page .tp-support-page__row > .col > .col-inner {
    padding: 0 12px;
  }

  body.tp-support-page .tp-support-safety h2 {
    font-size: 18px;
  }

  body.tp-support-page .tpsupport-card {
    padding: 22px 18px;
  }

  body.tp-support-page .tpsupport-form h1 {
    font-size: 36px;
  }

  body.tp-support-page .tpsupport-intro {
    font-size: 16px;
  }

  body.tp-support-page .tpsupport-form fieldset {
    grid-template-columns: 1fr;
  }

  body.tp-support-page .tpsupport-form button {
    width: 100%;
  }

  body.tp-support-page .tp-support-contact {
    padding: 20px 18px;
  }

  body.tp-support-page .tp-support-contact__actions {
    flex-direction: column;
  }

  body.tp-support-page .tp-support-button {
    width: 100%;
  }
}

@media (max-width: 340px) {
  body.tp-support-page .tp-support-safety {
    grid-template-columns: 1fr;
  }

  body.tp-support-page .tp-support-safety__mark {
    display: none;
  }

  body.tp-support-page .tpsupport-card {
    padding: 20px 14px;
  }

  body.tp-support-page .tpsupport-form h1 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tp-support-page *,
  body.tp-support-page *::before,
  body.tp-support-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-contrast: more) {
  body.tp-support-page .tpsupport-card,
  body.tp-support-page .tpsupport-form input,
  body.tp-support-page .tpsupport-form select,
  body.tp-support-page .tpsupport-form textarea,
  body.tp-support-page .tpsupport-form fieldset,
  body.tp-support-page .tpsupport-form fieldset label {
    border-color: var(--tp-support-ink);
  }
}
